@codapet/design-system 0.2.4 → 0.2.6
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.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
--color-brand-dark: var(--brand-dark);
|
|
51
51
|
|
|
52
52
|
--color-gray-subtle: var(--gray-subtle);
|
|
53
|
+
--color-surface-light: var(--surface-light);
|
|
54
|
+
--color-surface-default: var(--surface-default);
|
|
53
55
|
|
|
54
56
|
/* Custom Sand Colors */
|
|
55
57
|
--color-sand-light: var(--sand-light);
|
|
@@ -63,6 +65,7 @@
|
|
|
63
65
|
|
|
64
66
|
/* Red accent */
|
|
65
67
|
--color-red-subtle: var(--red-subtle);
|
|
68
|
+
--color-red-surface-dark: var(--red-surface-dark);
|
|
66
69
|
|
|
67
70
|
/* Sage accent */
|
|
68
71
|
--color-sage-light: var(--sage-light);
|
|
@@ -133,6 +136,7 @@
|
|
|
133
136
|
|
|
134
137
|
/* Custom red accent */
|
|
135
138
|
--red-subtle: oklch(0.9903 0.003 17.21);
|
|
139
|
+
--red-surface-dark: oklch(0.3967 0.1408 25.71);
|
|
136
140
|
|
|
137
141
|
/* Sage accent */
|
|
138
142
|
--sage-light: oklch(0.932 0.01726072052629843 164.64944629777187);
|
|
@@ -141,6 +145,8 @@
|
|
|
141
145
|
|
|
142
146
|
--gray-subtle: oklch(0.6722 0.0119 286.08);
|
|
143
147
|
--icon-disabled: oklch(0.8686 0.0216 252.51);
|
|
148
|
+
--surface-light: oklch(0.9397 0.0149 251.16);
|
|
149
|
+
--surface-default: oklch(0.8711 0.0055 286.29);
|
|
144
150
|
}
|
|
145
151
|
|
|
146
152
|
.dark {
|