@codapet/design-system 0.6.5 → 0.6.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/styles.css CHANGED
@@ -16,11 +16,7 @@
16
16
  --color-sidebar-primary: var(--sidebar-primary);
17
17
  --color-sidebar-foreground: var(--sidebar-foreground);
18
18
  --color-sidebar: var(--sidebar);
19
- --color-chart-5: var(--chart-5);
20
- --color-chart-4: var(--chart-4);
21
- --color-chart-3: var(--chart-3);
22
- --color-chart-2: var(--chart-2);
23
- --color-chart-1: var(--chart-1);
19
+
24
20
  --color-ring: var(--ring);
25
21
  --color-input: var(--input);
26
22
  --color-border: var(--border);
@@ -86,16 +82,29 @@
86
82
  --color-secondary-stroke-light: var(--secondary-stroke-light);
87
83
  --color-secondary-stroke-default: var(--secondary-stroke-default);
88
84
  --color-secondary-text-dark: var(--secondary-text-dark);
85
+ --color-sand-subtle: var(--sand-subtle);
86
+ --color-sand-stroke-disabled: var(--sand-stroke-disabled);
89
87
 
90
88
  /* Warning tokens */
91
89
  --color-warning-surface-subtle: var(--warning-surface-subtle);
90
+ --color-warning-surface-light: var(--warning-surface-light);
92
91
  --color-warning-stroke-default: var(--warning-stroke-default);
93
92
  --color-warning-stroke-dark: var(--warning-stroke-dark);
94
93
 
95
94
  /* Success tokens */
96
95
  --color-success-surface-subtle: var(--success-surface-subtle);
97
96
  --color-success-stroke-light: var(--success-stroke-light);
97
+ --color-success-surface-default: var(--success-surface-default);
98
+ --color-success-text-dark: var(--success-text-dark);
99
+
100
+ /* Gray Text-Icon tokens */
101
+ --color-gray-icon-subtle: var(--gray-icon-subtle);
102
+ --color-gray-icon-light: var(--gray-icon-light);
103
+ --color-gray-icon-default: var(--gray-icon-default);
104
+ --color-gray-icon-dark: var(--gray-icon-dark);
98
105
 
106
+ /* Vibrant text */
107
+ --color-vibrant-text-white-darker: var(--vibrant-text-white-darker);
99
108
  /* Alert tokens */
100
109
  --color-alert-bg-informative: var(--alert-bg-informative);
101
110
  --color-alert-bg-error: var(--alert-bg-error);
@@ -152,11 +161,7 @@
152
161
  --border: oklch(0.929 0.013 255.508);
153
162
  --input: oklch(0.929 0.013 255.508);
154
163
  --ring: oklch(0.704 0.04 256.788);
155
- --chart-1: oklch(0.646 0.222 41.116);
156
- --chart-2: oklch(0.6 0.118 184.704);
157
- --chart-3: oklch(0.398 0.07 227.392);
158
- --chart-4: oklch(0.828 0.189 84.429);
159
- --chart-5: oklch(0.769 0.188 70.08);
164
+
160
165
  --sidebar: oklch(0.984 0.003 247.858);
161
166
  --sidebar-foreground: oklch(0.129 0.042 264.695);
162
167
  --sidebar-primary: oklch(0.208 0.042 265.755);
@@ -169,9 +174,9 @@
169
174
  /* Brand Colors */
170
175
  --brand-subtle: oklch(0.9672 0.0087 247.92);
171
176
  --brand-light: oklch(0.9417 0.0144 251.57);
172
- --brand-normal: oklch(0.5695 0.0859 252.57);
177
+ --brand-normal: oklch(0.5661 0.0865 252.66);
173
178
  --brand-vibrant: oklch(0.5424 0.1123 253.26);
174
- --brand-dark: oklch(0.4463 0.0577 255.4);
179
+ --brand-dark: oklch(0.4479 0.0585 256.06);
175
180
  --brand-text-vibrant: oklch(0.6187 0.2067 259.23);
176
181
 
177
182
  /* Custom Sand Colors */
@@ -185,34 +190,43 @@
185
190
  --primary-stroke-default: oklch(0.5444 0.1133 253.36);
186
191
  /* Rose accent */
187
192
  --rose-light: oklch(0.9722 0.0086 0.11);
188
- --rose-normal: oklch(0.8046 0.0487 0.45);
189
- --rose-dark: oklch(0.5133 0.0289 0.34);
193
+ --rose-normal: oklch(0.8031 0.0495 0.38);
194
+ --rose-dark: oklch(0.5092 0.0298 0.01);
190
195
 
191
196
  /* Custom red accent */
192
197
  --red-subtle: oklch(0.9903 0.003 17.21);
193
198
 
194
199
  /* Sage accent */
195
- --sage-light: oklch(0.932 0.01726072052629843 164.64944629777187);
196
- --sage-normal: oklch(0.7506 0.034 163.9);
197
- --sage-dark: oklch(0.4323 0.0246 165.25);
200
+ --sage-light: oklch(0.9306 0.0176 164.64);
201
+ --sage-normal: oklch(0.7528 0.0340 163.90);
202
+ --sage-dark: oklch(0.4361 0.0249 165.05);
198
203
 
199
- --gray-subtle: oklch(0.6722 0.0119 286.08);
204
+ --gray-subtle: oklch(0.6727 0.0131 286.04);
200
205
  --icon-disabled: oklch(0.8686 0.0216 252.51);
201
206
 
202
207
  --secondary-surface-default: oklch(0.9596 0.0076 67.56);
203
208
  --secondary-stroke-light: oklch(0.9218 0.0049 67.38);
204
209
  --secondary-stroke-default: oklch(0.8697 0.0058 56.37);
205
210
  --secondary-text-dark: oklch(0.3737 0.0133 67.75);
206
- --warning-surface-subtle: oklch(0.9795 0.0306 102.91);
207
- --warning-stroke-default: oklch(0.8244 0.1349 89.17);
208
- --warning-stroke-dark: oklch(0.5137 0.1264 60.47);
211
+ --sand-subtle: oklch(0.9905 0.0026 106.45);
212
+ --sand-stroke-disabled: oklch(0.9848 0.0013 106.42);
213
+ --warning-surface-subtle: oklch(0.9788 0.0408 98.07);
214
+ --warning-surface-light: oklch(0.9566 0.0763 97.96);
215
+ --warning-stroke-default: oklch(0.8230 0.1479 88.67);
216
+ --warning-stroke-dark: oklch(0.5548 0.1271 62.52);
209
217
  --vibrant-text-body: oklch(0.3623 0.0131 286.07);
210
218
  --vibrant-text-heading: oklch(0.1456 0.0045 286.07);
219
+ --vibrant-text-white-darker: oklch(0.8853 0.0000 0);
220
+ --gray-icon-subtle: oklch(0.6727 0.0131 286.04);
221
+ --gray-icon-light: oklch(0.7057 0.0144 286.02);
222
+ --gray-icon-default: oklch(0.4422 0.0162 285.72);
223
+ --gray-icon-dark: oklch(0.2739 0.0055 286.03);
211
224
  --alert-bg-informative: oklch(0.9804 0 0);
212
225
  --alert-bg-error: oklch(0.9919 0.0032 17.38);
213
- --success-surface-subtle: oklch(0.9843 0.0232 152.47);
214
- --success-stroke-light: oklch(0.9345 0.0799 152.76);
215
-
226
+ --success-surface-subtle: oklch(0.9819 0.0181 155.83);
227
+ --success-stroke-light: oklch(0.9510 0.0338 154.85);
228
+ --success-surface-default: oklch(0.6320 0.1860 147.37);
229
+ --success-text-dark: oklch(0.3935 0.0957 152.28);
216
230
  /* gray*/
217
231
  --gray-surface-light: oklch(0.9674 0.0013 286.37);
218
232
  --gray-surface-default: oklch(0.8711 0.0055 286.29);
@@ -238,9 +252,9 @@
238
252
  --focus-ring: oklch(0.623 0.214 259.8);
239
253
  --destructive-text: oklch(0.704 0.191 22.2);
240
254
  --destructive-hover: oklch(0.97 0.013 17.4);
241
- --destructive-active: oklch(0.94 0.03 17.4);
242
- --destructive-bg-deep: oklch(0.4 0.14 22);
243
- --active-primary: oklch(0.28 0.03 264);
255
+ --destructive-active: oklch(0.9365 0.0320 17.74);
256
+ --destructive-bg-deep: oklch(0.4446 0.1774 26.79);
257
+ --active-primary: oklch(0.2799 0.0408 260.33);
244
258
  --range-middle-bg: oklch(0.93 0.005 264);
245
259
  }
246
260
 
@@ -264,11 +278,7 @@
264
278
  --input: oklch(1 0 0 / 15%);
265
279
  /* --ring: oklch(0.551 0.027 264.364); */
266
280
  --ring: oklch(0.623 0.214 259.815); /* blue-500 */
267
- --chart-1: oklch(0.488 0.243 264.376);
268
- --chart-2: oklch(0.696 0.17 162.48);
269
- --chart-3: oklch(0.769 0.188 70.08);
270
- --chart-4: oklch(0.627 0.265 303.9);
271
- --chart-5: oklch(0.645 0.246 16.439);
281
+
272
282
  --sidebar: oklch(0.208 0.042 265.755);
273
283
  --sidebar-foreground: oklch(0.984 0.003 247.858);
274
284
  --sidebar-primary: oklch(0.488 0.243 264.376);
@@ -308,15 +318,25 @@
308
318
  --secondary-stroke-light: oklch(0.3 0.005 68);
309
319
  --secondary-stroke-default: oklch(0.35 0.006 56);
310
320
  --secondary-text-dark: oklch(0.85 0.013 68);
311
- --warning-surface-subtle: oklch(0.22 0.03 103);
321
+ --sand-subtle: oklch(0.18 0.003 106);
322
+ --sand-stroke-disabled: oklch(0.22 0.002 106);
323
+ --warning-surface-subtle: oklch(0.22 0.03 98);
324
+ --warning-surface-light: oklch(0.28 0.06 98);
312
325
  --warning-stroke-default: oklch(0.65 0.13 89);
313
- --warning-stroke-dark: oklch(0.75 0.1 60);
326
+ --warning-stroke-dark: oklch(0.75 0.1 62);
314
327
  --vibrant-text-body: oklch(0.8 0.013 286);
315
328
  --vibrant-text-heading: oklch(0.95 0.005 286);
329
+ --vibrant-text-white-darker: oklch(0.35 0 0);
330
+ --gray-icon-subtle: oklch(0.55 0.012 286);
331
+ --gray-icon-light: oklch(0.6 0.013 286);
332
+ --gray-icon-default: oklch(0.7 0.014 286);
333
+ --gray-icon-dark: oklch(0.85 0.006 286);
316
334
  --alert-bg-informative: oklch(0.18 0 0);
317
335
  --alert-bg-error: oklch(0.18 0.01 17);
318
336
  --success-surface-subtle: oklch(0.18 0.02 152);
319
337
  --success-stroke-light: oklch(0.35 0.06 152);
338
+ --success-surface-default: oklch(0.55 0.16 147);
339
+ --success-text-dark: oklch(0.7 0.08 152);
320
340
 
321
341
  /* Gray / Neutral */
322
342
  --gray-subtle: oklch(0.55 0.012 286);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",