@bcc-code/design-tokens 1.0.18 → 1.0.19

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/tailwind.css CHANGED
@@ -129,7 +129,7 @@
129
129
  --color-teal-1000: #1d353f;
130
130
 
131
131
  /* SPACING */
132
- --spacing: 0.125rem;
132
+ --spacing: 0.0625rem;
133
133
 
134
134
  /* TEXT */
135
135
  --text-xs: 0.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Design tokens package with light/dark themes for PrimeVue, WordPress, and vanilla HTML/JS.",
5
5
  "type": "module",
6
6
  "main": "dist/variables.css",