@chekinapp/tokens 0.0.22 → 0.0.23

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.22",
3
+ "version": "0.0.23",
4
4
  "description": "Chekin design tokens — CSS variables, JSON, and Tailwind preset",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -82,6 +82,13 @@
82
82
  --circular-loader-color: var(--chekin-color-brand-blue);
83
83
  --circular-loader-label-color: var(--chekin-color-gray-1);
84
84
 
85
+ /* ── Counter ──────────────────────────────────────────────────────── */
86
+ --counter-button-border: var(--chekin-color-brand-blue);
87
+ --counter-icon-color: var(--chekin-color-brand-blue);
88
+ --counter-text: #152946;
89
+ --counter-error-border: #f84b7a;
90
+ --counter-error-text: #f84b7a;
91
+
85
92
  /* ── Accordion ────────────────────────────────────────────────────── */
86
93
  --accordion-item-radius: 8px;
87
94
  --accordion-item-border: #e5e6ee;
@@ -106,6 +113,11 @@
106
113
  --accordion-content-line-height: 22px;
107
114
  --accordion-content-color: var(--chekin-color-gray-1);
108
115
 
116
+ /* ── Alert (guest-app specific, shadcn-compatible API) ────────────── */
117
+ --alert-radius: 8px;
118
+ --alert-default-text: var(--chekin-color-brand-navy);
119
+ --alert-destructive-text: hsl(0 84.2% 60.2%);
120
+
109
121
  /* ── AlertBox ──────────────────────────────────────────────────────── */
110
122
  --alert-box-radius: 10px;
111
123
  --alert-box-info-bg: #eff6ff;
@@ -175,6 +187,11 @@
175
187
  /* ── RotateArrow (dashboard-only, migrated from ui-kit-2) ───────────── */
176
188
  --rotate-arrow-color: var(--brand-color, var(--chekin-color-brand-blue));
177
189
 
190
+ /* ── RatingRadioGroup ──────────────────────────────────────────────── */
191
+ --rating-radio-group-star-selected-color: #facc15;
192
+ --rating-radio-group-star-unselected-color: #e6e6e6;
193
+ --rating-radio-group-star-focus-color: var(--chekin-color-brand-blue);
194
+
178
195
  /* ── SectionGroup (dashboard-only, migrated from ui-kit-2) ──────────── */
179
196
  --section-group-bg: var(--chekin-color-white);
180
197
  --section-group-border: #e5e6ee;
@@ -49,5 +49,6 @@
49
49
  /* Dialog: rounder corners and tighter footer for guest */
50
50
  --dialog-content-radius: 20px;
51
51
 
52
+ --alert-default-text: hsl(222.2 84% 4.9%);
52
53
  --alert-box-info-bg: #e3efff;
53
54
  }