@nonoun/native-tokens 0.4.1 → 0.4.2

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.
@@ -547,28 +547,28 @@ function z(e) {
547
547
  max: 1
548
548
  })), n.appendChild(I("Elevation")), n.appendChild(L(A.map((e) => ({
549
549
  name: e,
550
- token: `--${t}-${e}`
550
+ token: `--n-color-${t}-${e}`
551
551
  })))), n.appendChild(I("Brightness")), n.appendChild(L(j.map((e) => ({
552
552
  name: e,
553
- token: `--${t}-${e}`
553
+ token: `--n-color-${t}-${e}`
554
554
  })))), n.appendChild(I("Solid")), n.appendChild(L(M.map((e) => ({
555
555
  name: e,
556
- token: `--${t}-${e}`
556
+ token: `--n-color-${t}-${e}`
557
557
  })))), n.appendChild(I("Scrim")), n.appendChild(L(M.map((e) => ({
558
558
  name: e,
559
- token: `--${t}-${e}-scrim`
559
+ token: `--n-color-${t}-${e}-scrim`
560
560
  })))), n.appendChild(I("Semantic")), n.appendChild(L(N.map((e) => ({
561
561
  name: e,
562
- token: `--${t}-${e}`
562
+ token: `--n-color-${t}-${e}`
563
563
  })))), n.appendChild(I("Semantic Scrim")), n.appendChild(L(N.map((e) => ({
564
564
  name: e,
565
- token: `--${t}-${e}-scrim`
565
+ token: `--n-color-${t}-${e}-scrim`
566
566
  })))), n.appendChild(I("Tint")), n.appendChild(L(P.map((e) => ({
567
567
  name: e,
568
- token: `--${t}-scrim-tint-${e}`
568
+ token: `--n-color-${t}-scrim-tint-${e}`
569
569
  })))), n.appendChild(I("Shade")), n.appendChild(L(P.map((e) => ({
570
570
  name: e,
571
- token: `--${t}-scrim-shade-${e}`
571
+ token: `--n-color-${t}-scrim-shade-${e}`
572
572
  })))), e.appendChild(n);
573
573
  }
574
574
  i.addEventListener("native:change", ((t) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonoun/native-tokens",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "OKLCH color token inspector for @nonoun/native-ui",
5
5
  "license": "MIT",
6
6
  "type": "module",