@codapet/design-system 0.2.2 → 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 +4 -1
- package/dist/index.mjs +48 -23
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +4 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -68,6 +68,9 @@
|
|
|
68
68
|
--color-sage-light: var(--sage-light);
|
|
69
69
|
--color-sage-normal: var(--sage-normal);
|
|
70
70
|
--color-sage-dark: var(--sage-dark);
|
|
71
|
+
|
|
72
|
+
/* Icon disabled */
|
|
73
|
+
--color-icon-disabled: var(--icon-disabled);
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
:root {
|
|
@@ -137,6 +140,7 @@
|
|
|
137
140
|
--sage-dark: oklch(0.4323 0.0246 165.25);
|
|
138
141
|
|
|
139
142
|
--gray-subtle: oklch(0.6722 0.0119 286.08);
|
|
143
|
+
--icon-disabled: oklch(0.8686 0.0216 252.51);
|
|
140
144
|
}
|
|
141
145
|
|
|
142
146
|
.dark {
|