@codapet/design-system 0.2.1 → 0.2.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/dist/index.d.mts +16 -34
- package/dist/index.mjs +207 -261
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -13
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -69,12 +69,8 @@
|
|
|
69
69
|
--color-sage-normal: var(--sage-normal);
|
|
70
70
|
--color-sage-dark: var(--sage-dark);
|
|
71
71
|
|
|
72
|
-
/*
|
|
73
|
-
--color-
|
|
74
|
-
--color-warning-light: var(--warning-light);
|
|
75
|
-
--color-warning-normal: var(--warning-normal);
|
|
76
|
-
--color-warning-vibrant: var(--warning-vibrant);
|
|
77
|
-
--color-warning-dark: var(--warning-dark);
|
|
72
|
+
/* Icon disabled */
|
|
73
|
+
--color-icon-disabled: var(--icon-disabled);
|
|
78
74
|
}
|
|
79
75
|
|
|
80
76
|
:root {
|
|
@@ -143,14 +139,8 @@
|
|
|
143
139
|
--sage-normal: oklch(0.7506 0.034 163.9);
|
|
144
140
|
--sage-dark: oklch(0.4323 0.0246 165.25);
|
|
145
141
|
|
|
146
|
-
/* Custom warning color scale */
|
|
147
|
-
--warning-subtle: oklch(0.9972 0.0134 106.64);
|
|
148
|
-
--warning-light: oklch(0.888 0.086 112.02);
|
|
149
|
-
--warning-normal: oklch(0.845 0.1914 115.53);
|
|
150
|
-
--warning-vibrant: oklch(0.7956 0.1807 115.58);
|
|
151
|
-
--warning-dark: oklch(0.473 0.0898 90.46);
|
|
152
|
-
|
|
153
142
|
--gray-subtle: oklch(0.6722 0.0119 286.08);
|
|
143
|
+
--icon-disabled: oklch(0.8686 0.0216 252.51);
|
|
154
144
|
}
|
|
155
145
|
|
|
156
146
|
.dark {
|