@chekinapp/tokens 0.2.11 → 0.2.12
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 +1 -1
- package/src/base/components.css +0 -10
package/package.json
CHANGED
package/src/base/components.css
CHANGED
|
@@ -126,36 +126,26 @@
|
|
|
126
126
|
--alert-box-info-border: transparent;
|
|
127
127
|
--alert-box-info-text: inherit;
|
|
128
128
|
--alert-box-info-icon: #2563eb;
|
|
129
|
-
--alert-box-info-icon-fill: none;
|
|
130
|
-
--alert-box-info-icon-stroke: var(--alert-box-info-icon);
|
|
131
129
|
|
|
132
130
|
--alert-box-warning-bg: rgba(250, 204, 21, 0.3);
|
|
133
131
|
--alert-box-warning-border: transparent;
|
|
134
132
|
--alert-box-warning-text: inherit;
|
|
135
133
|
--alert-box-warning-icon: var(--chekin-amber-500);
|
|
136
|
-
--alert-box-warning-icon-fill: none;
|
|
137
|
-
--alert-box-warning-icon-stroke: var(--alert-box-warning-icon);
|
|
138
134
|
|
|
139
135
|
--alert-box-success-bg: var(--chekin-green-50);
|
|
140
136
|
--alert-box-success-border: transparent;
|
|
141
137
|
--alert-box-success-text: var(--chekin-neutral-600);
|
|
142
138
|
--alert-box-success-icon: var(--chekin-green-600);
|
|
143
|
-
--alert-box-success-icon-fill: none;
|
|
144
|
-
--alert-box-success-icon-stroke: var(--alert-box-success-icon);
|
|
145
139
|
|
|
146
140
|
--alert-box-error-bg: var(--chekin-red-100);
|
|
147
141
|
--alert-box-error-border: transparent;
|
|
148
142
|
--alert-box-error-text: inherit;
|
|
149
143
|
--alert-box-error-icon: var(--chekin-red-500);
|
|
150
|
-
--alert-box-error-icon-fill: none;
|
|
151
|
-
--alert-box-error-icon-stroke: var(--alert-box-error-icon);
|
|
152
144
|
|
|
153
145
|
--alert-box-light-bg: var(--chekin-neutral-0);
|
|
154
146
|
--alert-box-light-border: var(--chekin-border-default);
|
|
155
147
|
--alert-box-light-text: var(--chekin-text-primary);
|
|
156
148
|
--alert-box-light-icon: var(--chekin-amber-500);
|
|
157
|
-
--alert-box-light-icon-fill: none;
|
|
158
|
-
--alert-box-light-icon-stroke: var(--alert-box-light-icon);
|
|
159
149
|
|
|
160
150
|
/* ── AudioPlayer ─────────────────────────────────────────────────────── */
|
|
161
151
|
--audio-player-button-bg: var(--chekin-color-brand-blue);
|