@ikatec/nebula-tokens 1.10.0-beta.1 → 1.10.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/dist/index.d.mts CHANGED
@@ -780,6 +780,7 @@ declare const space: {
780
780
  40: string;
781
781
  64: string;
782
782
  80: string;
783
+ 96: string;
783
784
  };
784
785
  type Spaces = keyof typeof space;
785
786
 
package/dist/index.mjs CHANGED
@@ -801,8 +801,10 @@ var space = {
801
801
  // 160px
802
802
  64: "16rem",
803
803
  // 256px
804
- 80: "20rem"
804
+ 80: "20rem",
805
805
  // 320px
806
+ 96: "24rem"
807
+ // 384px
806
808
  };
807
809
 
808
810
  // src/radii.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikatec/nebula-tokens",
3
- "version": "1.10.0-beta.1",
3
+ "version": "1.10.0",
4
4
  "description": "Design tokens",
5
5
  "publishConfig": {
6
6
  "access": "public"