@chekinapp/tokens 0.0.17 → 0.0.18

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.17",
3
+ "version": "0.0.18",
4
4
  "description": "Chekin design tokens — CSS variables, JSON, and Tailwind preset",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -189,12 +189,12 @@
189
189
  --slider-control-color: var(--chekin-color-brand-blue);
190
190
 
191
191
  /* ── Table (dashboard-only, minimal tokens) ──────────────────────────── */
192
- --table-border: var(--chekin-color-gray-3);
193
- --table-head-bg: var(--chekin-color-surface-input-empty);
192
+ --table-border: #e5e6ee;
193
+ --table-head-bg: #ececf8;
194
194
  --table-head-text: var(--chekin-color-gray-1);
195
- --table-footer-bg: var(--chekin-color-surface-input-empty);
196
- --table-row-selected-bg: var(--chekin-color-surface-input-empty);
197
- --table-row-hover-bg: var(--chekin-color-surface-input-empty);
195
+ --table-footer-bg: rgba(245, 245, 245, 0.5);
196
+ --table-row-selected-bg: #f5f5f5;
197
+ --table-row-hover-bg: rgba(245, 245, 245, 0.5);
198
198
  --table-caption-text: var(--chekin-color-gray-1);
199
199
  --table-loading-overlay-bg: var(--chekin-color-white);
200
200