sui
sui copied to clipboard
Monorepo for SUI (Simple User Interface) packages.
- [x] Add new commando `install`. - [x] Change `prepare` to `prepublishOnly` on generating components.
# TypeScript Support Experiment This PR is an experiment to enable TypeScript support in [sui-js-compiler](https://github.com/SUI-Components/sui/tree/master/packages/sui-js-compiler). - Do not cause any breaking change - You will be able to keep working...
## Description ## Related Issue ## Example
### Package @s-ui/pde@2 after https://github.com/SUI-Components/sui/pull/1410 ### Description The hooks signature for `useExperiment` and `useFeature` is not coherent as: - `useExperiment({experimentName, ...})` has structured args so you can pass to it...
Try to make sense with Sui-test server side and client side by adding file extensions but still transforming files.
Migrate sui-mono to esm
## Description Migrate `@s-ui/react-router` to ESM - [ ] Need to fix a way to compile ESModules files on the fly.
## Description Migrate `@s-ui/mockmock` to ESM
Migrate to ESM. - [ ] Fix missing __dirname variable.
### Package @s-ui/dashboard ### Description The current script `npx @s-ui/dashboard components – -v` outputs the complete version for each component `v1.2.0` It is cool but, in order to compare easily...