@chekinapp/tokens 0.2.5 → 0.2.11

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.2.5",
3
+ "version": "0.2.11",
4
4
  "description": "Chekin design tokens — CSS variables, JSON, and Tailwind preset",
5
5
  "private": false,
6
6
  "license": "UNLICENSED",
@@ -127,30 +127,35 @@
127
127
  --alert-box-info-text: inherit;
128
128
  --alert-box-info-icon: #2563eb;
129
129
  --alert-box-info-icon-fill: none;
130
+ --alert-box-info-icon-stroke: var(--alert-box-info-icon);
130
131
 
131
132
  --alert-box-warning-bg: rgba(250, 204, 21, 0.3);
132
133
  --alert-box-warning-border: transparent;
133
134
  --alert-box-warning-text: inherit;
134
135
  --alert-box-warning-icon: var(--chekin-amber-500);
135
136
  --alert-box-warning-icon-fill: none;
137
+ --alert-box-warning-icon-stroke: var(--alert-box-warning-icon);
136
138
 
137
139
  --alert-box-success-bg: var(--chekin-green-50);
138
140
  --alert-box-success-border: transparent;
139
141
  --alert-box-success-text: var(--chekin-neutral-600);
140
142
  --alert-box-success-icon: var(--chekin-green-600);
141
143
  --alert-box-success-icon-fill: none;
144
+ --alert-box-success-icon-stroke: var(--alert-box-success-icon);
142
145
 
143
146
  --alert-box-error-bg: var(--chekin-red-100);
144
147
  --alert-box-error-border: transparent;
145
148
  --alert-box-error-text: inherit;
146
149
  --alert-box-error-icon: var(--chekin-red-500);
147
150
  --alert-box-error-icon-fill: none;
151
+ --alert-box-error-icon-stroke: var(--alert-box-error-icon);
148
152
 
149
153
  --alert-box-light-bg: var(--chekin-neutral-0);
150
154
  --alert-box-light-border: var(--chekin-border-default);
151
155
  --alert-box-light-text: var(--chekin-text-primary);
152
156
  --alert-box-light-icon: var(--chekin-amber-500);
153
157
  --alert-box-light-icon-fill: none;
158
+ --alert-box-light-icon-stroke: var(--alert-box-light-icon);
154
159
 
155
160
  /* ── AudioPlayer ─────────────────────────────────────────────────────── */
156
161
  --audio-player-button-bg: var(--chekin-color-brand-blue);