@v1nt1248/3nclient-lib 0.1.20 → 0.1.21
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/dist/variables.css +15 -15
- package/package.json +1 -1
package/dist/variables.css
CHANGED
|
@@ -259,11 +259,11 @@
|
|
|
259
259
|
--default-fill-focused: var(--blue-100);
|
|
260
260
|
--default-fill-pressed: var(--grey-70);
|
|
261
261
|
--default-fill-disabled: var(--blue-100);
|
|
262
|
-
--default-content-default: var(--
|
|
263
|
-
--default-content-hover: var(--
|
|
264
|
-
--default-content-focused: var(--
|
|
265
|
-
--default-content-pressed: var(--
|
|
266
|
-
--default-content-disabled: var(--
|
|
262
|
+
--default-content-default: var(--blue-0);
|
|
263
|
+
--default-content-hover: var(--blue-0);
|
|
264
|
+
--default-content-focused: var(--blue-0);
|
|
265
|
+
--default-content-pressed: var(--blue-0);
|
|
266
|
+
--default-content-disabled: var(--blue-20);
|
|
267
267
|
--default-hint-default: var(--grey-40);
|
|
268
268
|
--default-hint-hover: var(--grey-40);
|
|
269
269
|
--default-hint-focused: var(--grey-40);
|
|
@@ -275,21 +275,21 @@
|
|
|
275
275
|
--default-outline-pressed: var(--blue-80);
|
|
276
276
|
--default-outline-disabled: var(--blue-90);
|
|
277
277
|
--default-outline-ghost: var(--white-inf);
|
|
278
|
-
--s-default-fill-default: var(--
|
|
279
|
-
--s-default-fill-hover: var(--
|
|
280
|
-
--s-default-fill-focused: var(--
|
|
281
|
-
--s-default-fill-pressed: var(--
|
|
282
|
-
--s-default-fill-disabled: var(--
|
|
278
|
+
--s-default-fill-default: var(--blue-90);
|
|
279
|
+
--s-default-fill-hover: var(--blue-85);
|
|
280
|
+
--s-default-fill-focused: var(--blue-100);
|
|
281
|
+
--s-default-fill-pressed: var(--blue-70);
|
|
282
|
+
--s-default-fill-disabled: var(--blue-90);
|
|
283
283
|
--s-default-content-default: var(--blue-0);
|
|
284
284
|
--s-default-content-hover: var(--blue-0);
|
|
285
285
|
--s-default-content-focused: var(--blue-0);
|
|
286
286
|
--s-default-content-pressed: var(--blue-0);
|
|
287
287
|
--s-default-content-disabled: var(--blue-20);
|
|
288
|
-
--s-default-outline-default: var(--
|
|
289
|
-
--s-default-outline-hover: var(--
|
|
290
|
-
--s-default-outline-focused: var(--
|
|
291
|
-
--s-default-outline-pressed: var(--
|
|
292
|
-
--s-default-outline-disabled: var(--
|
|
288
|
+
--s-default-outline-default: var(--blue-85);
|
|
289
|
+
--s-default-outline-hover: var(--blue-80);
|
|
290
|
+
--s-default-outline-focused: var(--blue-50);
|
|
291
|
+
--s-default-outline-pressed: var(--blue-80);
|
|
292
|
+
--s-default-outline-disabled: var(--blue-85);
|
|
293
293
|
--accent-fill-default: var(--blue-50);
|
|
294
294
|
--accent-fill-hover: var(--blue-60);
|
|
295
295
|
--accent-fill-focused: var(--blue-50);
|