@codapet/design-system 0.2.9 → 0.3.1

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
@@ -83,7 +83,7 @@
83
83
  /* stroke */
84
84
  --color-gray-stroke-light: var(--gray-stroke-light);
85
85
  --color-error-stroke-light: var(--error-stroke-light);
86
-
86
+ --color-primary-stroke-default: var(--primary-stroke-default);
87
87
  /* error surface */
88
88
  --color-error-surface-dark: var(--error-surface-dark);
89
89
  --color-error-surface-light: var(--error-surface-light);
@@ -143,7 +143,7 @@
143
143
  /* Primary Color uses brand-normal */
144
144
  --primary: var(--brand-normal);
145
145
  --primary-foreground: oklch(0.984 0.003 247.858);
146
-
146
+ --primary-stroke-default: oklch(0.5444 0.1133 253.36);
147
147
  /* Rose accent */
148
148
  --rose-light: oklch(0.9722 0.0086 0.11);
149
149
  --rose-normal: oklch(0.8046 0.0487 0.45);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codapet/design-system",
3
- "version": "0.2.9",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",