@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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",