@nadicodeai/ui 5.3.7 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/migration/6.0.0.md +30 -0
- package/package.json +2 -2
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Migrating to `@nadicodeai/ui` 6.0.0
|
|
2
|
+
|
|
3
|
+
This release removes contract entries that nothing rendered. `@nadicodeai/ui`
|
|
4
|
+
6.0.0 requires `@nadicodeai/design-system` 6.0.0; the two packages are
|
|
5
|
+
released in lockstep.
|
|
6
|
+
|
|
7
|
+
## Removed colour tokens
|
|
8
|
+
|
|
9
|
+
| Removed | Use instead |
|
|
10
|
+
| --- | --- |
|
|
11
|
+
| `--nc-flag-red` | `--nc-identity-rosso` for the identity red, `--nc-error` for validation feedback. Same hex as both. |
|
|
12
|
+
| `--nc-background-100`, `--nc-background-200` | `--nc-canvas`, `--nc-canvas-soft`. Same hex. |
|
|
13
|
+
| `--nc-dark-cyan`, `--nc-dark-cyan-soft`, `--nc-dark-cyan-deep` | No replacement; the family had no light counterpart, no prose, and no consumer. |
|
|
14
|
+
| `register.nadia.color.*.medallion` | No replacement; the first-run medallion no longer exists. |
|
|
15
|
+
|
|
16
|
+
`register.nadia.color.dark.destructive` now aliases `dark-error` with
|
|
17
|
+
`dark-on-primary` text, the same pair the foundation's `.dark` shadcn map
|
|
18
|
+
already resolves `destructive` to. It aliased the removed `flag-red` with
|
|
19
|
+
white text.
|
|
20
|
+
|
|
21
|
+
## Removed Nadia asset routes
|
|
22
|
+
|
|
23
|
+
`./assets/nadia-ordered-points`, `./assets/nadia-triangulated-wire` and
|
|
24
|
+
`./assets/nadia-irregular-particles` are gone. `./assets/nadia-solid-surface`
|
|
25
|
+
is the one approved master and the one route. The authored files stay in
|
|
26
|
+
`brand/visual-design/images/nadia/material-states/transparent/`.
|
|
27
|
+
|
|
28
|
+
## Removed layout entry
|
|
29
|
+
|
|
30
|
+
`article-frame` is no longer documented; it never had CSS.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nadicodeai/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@assistant-ui/react": "0.15.18",
|
|
71
71
|
"@assistant-ui/react-markdown": "0.14.14",
|
|
72
72
|
"@base-ui/react": "^1.8.0",
|
|
73
|
-
"@nadicodeai/design-system": "
|
|
73
|
+
"@nadicodeai/design-system": "6.0.0",
|
|
74
74
|
"@paper-design/shaders": "0.0.80",
|
|
75
75
|
"class-variance-authority": "^0.7.1",
|
|
76
76
|
"clsx": "^2.1.1",
|