@codapet/design-system 0.2.1 → 0.2.2

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
@@ -68,13 +68,6 @@
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
- /* Custom warning color scale */
73
- --color-warning-subtle: var(--warning-subtle);
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);
78
71
  }
79
72
 
80
73
  :root {
@@ -143,13 +136,6 @@
143
136
  --sage-normal: oklch(0.7506 0.034 163.9);
144
137
  --sage-dark: oklch(0.4323 0.0246 165.25);
145
138
 
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
139
  --gray-subtle: oklch(0.6722 0.0119 286.08);
154
140
  }
155
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",