@chekinapp/tokens 0.0.25 → 0.0.26

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.25",
3
+ "version": "0.0.26",
4
4
  "description": "Chekin design tokens — CSS variables, JSON, and Tailwind preset",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -176,6 +176,13 @@
176
176
  /* ── CopyIcon (dashboard-only, minimal tokens) ───────────────────────── */
177
177
  --copy-icon-success-color: #10b981;
178
178
 
179
+ /* ── FormBox (dashboard-only, minimal tokens) ────────────────────────── */
180
+ --form-box-border: var(--chekin-color-gray-separator);
181
+ --form-box-radius: 10px;
182
+ --form-box-title-color: var(--chekin-color-brand-navy);
183
+ --form-box-subtitle-color: var(--chekin-color-brand-navy);
184
+ --form-box-subtitle-border: var(--chekin-color-gray-separator);
185
+
179
186
  /* ── CheckList (dashboard-only, migrated from ui-kit-2) ─────────────── */
180
187
  --check-list-icon-color: var(--list-icon-color, currentColor);
181
188
  --check-list-icon-mark-color: var(--list-icon-check-color, var(--chekin-color-white));