Files
twenty/packages/twenty-ui/.size-limit.json
T
Raphaël Bosi d596c26f46 Migrate twenty UI (#21407)
## Migrate all `twenty-ui-deprecated` components into `twenty-ui`

Ports all **192 components** and **70 stories** into the new `twenty-ui`
package with full public-API parity (export diff: 0 missing / 0 extra
across all 13 modules; story titles byte-identical for the Argos
cross-package diff).

- **Styling:** Linaria → SCSS Modules, `var(--t-*)` tokens, `data-*`
state. Canonical pattern in `Button.module.scss`.
- **Behavior:** Base UI where mapped (Checkbox, Radio, Modal→Dialog,
Tooltip drops `react-tooltip`, JSON tree→Collapsible); framer kept only
where animation is the public contract.
- **Fixed an inert axe gate** in `.storybook/vitest.setup.ts` (a11y
addon annotations were never registered). Now live; 119 stories carry
`a11y: 'todo'` overrides pending a fix pass.
2026-06-11 11:02:28 +02:00

79 lines
1.3 KiB
JSON

[
{
"name": ". (root barrel)",
"path": "dist/index.mjs",
"limit": "60 kB",
"import": "*"
},
{
"name": "accessibility",
"path": "dist/accessibility.mjs",
"limit": "10 kB"
},
{
"name": "assets",
"path": "dist/assets.mjs",
"limit": "10 kB"
},
{
"name": "testing",
"path": "dist/testing.mjs",
"limit": "188 kB"
},
{
"name": "components",
"path": "dist/components.mjs",
"limit": "209 kB"
},
{
"name": "display",
"path": "dist/display.mjs",
"limit": "509 kB"
},
{
"name": "feedback",
"path": "dist/feedback.mjs",
"limit": "164 kB"
},
{
"name": "input",
"path": "dist/input.mjs",
"limit": "278 kB"
},
{
"name": "layout",
"path": "dist/layout.mjs",
"limit": "230 kB"
},
{
"name": "navigation",
"path": "dist/navigation.mjs",
"limit": "219 kB"
},
{
"name": "json-visualizer",
"path": "dist/json-visualizer.mjs",
"limit": "173 kB"
},
{
"name": "theme",
"path": "dist/theme.mjs",
"limit": "55 kB"
},
{
"name": "theme-constants",
"path": "dist/theme-constants.mjs",
"limit": "20 kB"
},
{
"name": "utilities",
"path": "dist/utilities.mjs",
"limit": "217 kB"
},
{
"name": "style.css",
"path": "dist/style.css",
"limit": "40 kB"
}
]