@mayor_grd/centry-ui 0.1.1 → 0.1.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.
@@ -488,8 +488,8 @@
488
488
  --letter-spacing-none: 0.15px;
489
489
  --letter-spacing-tight: -0.2px;
490
490
  --letter-spacing-wide: 0.2px;
491
- --letter-spacing-tight-(em): -0.01em;
492
- --letter-spacing-wide-(em): 0.02em;
491
+ --letter-spacing-tight-em: -0.01em;
492
+ --letter-spacing-wide-em: 0.02em;
493
493
 
494
494
  /* ── Unit Primitives ── */
495
495
  --space-0: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mayor_grd/centry-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "React UI component library built from Basis DS design tokens",
5
5
  "type": "module",
6
6
  "publishConfig": {