@codapet/design-system 0.1.6 → 0.1.8

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
@@ -48,6 +48,8 @@
48
48
  --color-brand-vibrant: var(--brand-vibrant);
49
49
  --color-brand-dark: var(--brand-dark);
50
50
 
51
+ --color-gray-subtle: var(--gray-subtle);
52
+
51
53
  /* Custom Sand Colors */
52
54
  --color-sand-light: var(--sand-light);
53
55
  --color-sand-normal: var(--sand-normal);
@@ -88,7 +90,9 @@
88
90
  --secondary: oklch(0.968 0.007 247.896);
89
91
  --secondary-foreground: oklch(0.208 0.042 265.755);
90
92
  --muted: oklch(0.968 0.007 247.896);
91
- --muted-foreground: oklch(0.554 0.046 257.417);
93
+
94
+ /* --muted-foreground: oklch(0.554 0.046 257.417); */
95
+ --muted-foreground: var(--gray-subtle);
92
96
  --accent: oklch(0.968 0.007 247.896);
93
97
  --accent-foreground: oklch(0.208 0.042 265.755);
94
98
  --destructive: oklch(0.577 0.245 27.325);
@@ -144,6 +148,8 @@
144
148
  --warning-normal: oklch(0.845 0.1914 115.53);
145
149
  --warning-vibrant: oklch(0.7956 0.1807 115.58);
146
150
  --warning-dark: oklch(0.473 0.0898 90.46);
151
+
152
+ --gray-subtle: oklch(0.6722 0.0119 286.08);
147
153
  }
148
154
 
149
155
  .dark {
@@ -164,7 +170,8 @@
164
170
  --destructive: oklch(0.704 0.191 22.216);
165
171
  --border: oklch(1 0 0 / 10%);
166
172
  --input: oklch(1 0 0 / 15%);
167
- --ring: oklch(0.551 0.027 264.364);
173
+ /* --ring: oklch(0.551 0.027 264.364); */
174
+ --ring: oklch(0.623 0.214 259.815); /* blue-500 */
168
175
  --chart-1: oklch(0.488 0.243 264.376);
169
176
  --chart-2: oklch(0.696 0.17 162.48);
170
177
  --chart-3: oklch(0.769 0.188 70.08);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",