@phcdevworks/spectre-tokens 4.2.0 → 4.3.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.css CHANGED
@@ -539,6 +539,7 @@
539
539
  --sp-space-72: 4.5rem;
540
540
  --sp-space-80: 5rem;
541
541
  --sp-space-96: 6rem;
542
+ --sp-space-240: 15rem;
542
543
  --sp-layout-section-padding-sm: 1.5rem;
543
544
  --sp-layout-section-padding-md: 2rem;
544
545
  --sp-layout-section-padding-lg: 3rem;
package/dist/index.d.cts CHANGED
@@ -1161,6 +1161,7 @@ interface SpectreGeneratedTokens {
1161
1161
  '72': string;
1162
1162
  '80': string;
1163
1163
  '96': string;
1164
+ '240': string;
1164
1165
  };
1165
1166
  radii: {
1166
1167
  none: string;
package/dist/index.d.ts CHANGED
@@ -1161,6 +1161,7 @@ interface SpectreGeneratedTokens {
1161
1161
  '72': string;
1162
1162
  '80': string;
1163
1163
  '96': string;
1164
+ '240': string;
1164
1165
  };
1165
1166
  radii: {
1166
1167
  none: string;
package/dist/index.js CHANGED
@@ -1161,7 +1161,8 @@ var coreTokens = {
1161
1161
  "64": "4rem",
1162
1162
  "72": "4.5rem",
1163
1163
  "80": "5rem",
1164
- "96": "6rem"
1164
+ "96": "6rem",
1165
+ "240": "15rem"
1165
1166
  },
1166
1167
  "radii": {
1167
1168
  "none": "0",