@nonoun/native-tokens 0.5.0 → 0.5.1

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.
@@ -1266,8 +1266,8 @@
1266
1266
 
1267
1267
  /* ── Document Defaults ── */
1268
1268
 
1269
- :where(native-app),
1270
- :where(n-sidebar) {
1269
+ :where(native-app-spa),
1270
+ :where(native-app) {
1271
1271
  -webkit-font-smoothing: antialiased;
1272
1272
  -moz-osx-font-smoothing: grayscale;
1273
1273
  text-rendering: optimizeLegibility;
@@ -1975,7 +1975,7 @@
1975
1975
  --n-border-color-hover: transparent;
1976
1976
  --n-border-color-active: transparent;
1977
1977
  --n-border-color-disabled: transparent;
1978
- --n-border-radius: 0;
1978
+ --n-radius: 0;
1979
1979
  }
1980
1980
 
1981
1981
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nonoun/native-tokens",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "OKLCH color token inspector for @nonoun/native-ui",
5
5
  "license": "MIT",
6
6
  "type": "module",