@chekinapp/tokens 0.0.2 → 0.0.4
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
package/src/base/components.css
CHANGED
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
--button-secondary-active-overlay: rgba(0, 0, 0, 0.1);
|
|
38
38
|
|
|
39
39
|
/* Outline variant */
|
|
40
|
-
--button-outline-border:
|
|
40
|
+
--button-outline-border: hsl(240 19.5% 83.9%);
|
|
41
41
|
--button-outline-bg: var(--chekin-color-white);
|
|
42
|
-
--button-outline-text:
|
|
43
|
-
--button-outline-hover-bg:
|
|
42
|
+
--button-outline-text: #152946;
|
|
43
|
+
--button-outline-hover-bg: hsl(210 22.2% 96.5%);
|
|
44
44
|
|
|
45
45
|
/* Destructive variant */
|
|
46
46
|
--button-destructive-border: var(--chekin-color-brand-red);
|
|
@@ -64,4 +64,17 @@
|
|
|
64
64
|
/* Link variant */
|
|
65
65
|
--button-link-text: var(--chekin-color-brand-blue);
|
|
66
66
|
--button-link-bg: transparent;
|
|
67
|
+
--button-link-font-weight: var(--chekin-font-weight-semibold);
|
|
68
|
+
|
|
69
|
+
/* ── Dialog ───────────────────────────────────────────────────────── */
|
|
70
|
+
--dialog-overlay-bg: rgba(0, 0, 0, 0.5);
|
|
71
|
+
--dialog-content-bg: var(--chekin-color-white);
|
|
72
|
+
--dialog-content-border: var(--chekin-color-gray-3);
|
|
73
|
+
--dialog-content-radius: 16px;
|
|
74
|
+
--dialog-content-text: var(--chekin-color-brand-navy);
|
|
75
|
+
--dialog-description-text: var(--chekin-color-gray-1);
|
|
76
|
+
--dialog-close-radius: var(--chekin-radius-small);
|
|
77
|
+
|
|
78
|
+
/* ── Circular Loader ──────────────────────────────────────────────── */
|
|
79
|
+
--circular-loader-color: var(--chekin-color-brand-blue);
|
|
67
80
|
}
|
package/src/base/radii.css
CHANGED
package/src/surfaces/guest.css
CHANGED