@chekinapp/tokens 0.0.27 → 0.0.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chekinapp/tokens",
3
- "version": "0.0.27",
3
+ "version": "0.0.29",
4
4
  "description": "Chekin design tokens — CSS variables, JSON, and Tailwind preset",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -321,6 +321,7 @@
321
321
  --radio-border: var(--chekin-color-brand-blue);
322
322
  --radio-indicator: var(--chekin-color-brand-blue);
323
323
 
324
+ --field-width: 100%;
324
325
  --field-max-width: 296px;
325
326
  --field-min-height: 48px;
326
327
  }