@codapet/design-system 0.2.8 → 0.3.0

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,7 @@
48
48
  --color-brand-normal: var(--brand-normal);
49
49
  --color-brand-vibrant: var(--brand-vibrant);
50
50
  --color-brand-dark: var(--brand-dark);
51
+ --color-brand-text-vibrant: var(--brand-text-vibrant);
51
52
 
52
53
  --color-gray-subtle: var(--gray-subtle);
53
54
 
@@ -82,7 +83,7 @@
82
83
  /* stroke */
83
84
  --color-gray-stroke-light: var(--gray-stroke-light);
84
85
  --color-error-stroke-light: var(--error-stroke-light);
85
-
86
+ --color-primary-stroke-default: var(--primary-stroke-default);
86
87
  /* error surface */
87
88
  --color-error-surface-dark: var(--error-surface-dark);
88
89
  --color-error-surface-light: var(--error-surface-light);
@@ -132,6 +133,7 @@
132
133
  --brand-normal: oklch(0.5695 0.0859 252.57);
133
134
  --brand-vibrant: oklch(0.5424 0.1123 253.26);
134
135
  --brand-dark: oklch(0.4463 0.0577 255.4);
136
+ --brand-text-vibrant: oklch(0.6187 0.2067 259.23);
135
137
 
136
138
  /* Custom Sand Colors */
137
139
  --sand-light: oklch(0.9815 0.0046 106.48);
@@ -141,7 +143,7 @@
141
143
  /* Primary Color uses brand-normal */
142
144
  --primary: var(--brand-normal);
143
145
  --primary-foreground: oklch(0.984 0.003 247.858);
144
-
146
+ --primary-stroke-default: oklch(0.5444 0.1133 253.36);
145
147
  /* Rose accent */
146
148
  --rose-light: oklch(0.9722 0.0086 0.11);
147
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.8",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",