jvetrau-ds 0.2.33 → 0.2.34

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.
@@ -147,6 +147,24 @@
147
147
  /* motion */
148
148
  }
149
149
 
150
+ .surface--secondary .progressbar {
151
+ /* color */
152
+ --progressbar-track-bg: color-mix(in srgb, var(--color-primary-1) 30%, transparent);
153
+ --progressbar-buffered-bg: color-mix(in srgb, var(--color-primary-1) 40%, transparent);
154
+ --progressbar-value-bg: var(--color-primary-1);
155
+ --progressbar-label-color: var(--color-text-primary-1);
156
+
157
+ /* typography */
158
+
159
+ /* size */
160
+
161
+ /* border */
162
+
163
+ /* depth */
164
+
165
+ /* motion */
166
+ }
167
+
150
168
  .surface--tertiary {
151
169
  /* color */
152
170
  --surface-bg: var(--color-bg-container-tertiary);
@@ -181,12 +199,10 @@
181
199
  /* motion */
182
200
  }
183
201
 
184
- .surface--secondary .progressbar {
202
+ .surface--tertiary .calendar-month {
185
203
  /* color */
186
- --progressbar-track-bg: color-mix(in srgb, var(--color-primary-1) 30%, transparent);
187
- --progressbar-buffered-bg: color-mix(in srgb, var(--color-primary-1) 40%, transparent);
188
- --progressbar-value-bg: var(--color-primary-1);
189
- --progressbar-label-color: var(--color-text-primary-1);
204
+ --calendar-month-marked-bg: var(--color-primary-1);
205
+ --calendar-month-marked-color: var(--color-text-primary-1);
190
206
 
191
207
  /* typography */
192
208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jvetrau-ds",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Multi-brand React design system with semantic tokens",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
package/styles.css CHANGED
@@ -4893,6 +4893,24 @@
4893
4893
  /* motion */
4894
4894
  }
4895
4895
 
4896
+ .surface--secondary .progressbar {
4897
+ /* color */
4898
+ --progressbar-track-bg: color-mix(in srgb, var(--color-primary-1) 30%, transparent);
4899
+ --progressbar-buffered-bg: color-mix(in srgb, var(--color-primary-1) 40%, transparent);
4900
+ --progressbar-value-bg: var(--color-primary-1);
4901
+ --progressbar-label-color: var(--color-text-primary-1);
4902
+
4903
+ /* typography */
4904
+
4905
+ /* size */
4906
+
4907
+ /* border */
4908
+
4909
+ /* depth */
4910
+
4911
+ /* motion */
4912
+ }
4913
+
4896
4914
  .surface--tertiary {
4897
4915
  /* color */
4898
4916
  --surface-bg: var(--color-bg-container-tertiary);
@@ -4927,12 +4945,10 @@
4927
4945
  /* motion */
4928
4946
  }
4929
4947
 
4930
- .surface--secondary .progressbar {
4948
+ .surface--tertiary .calendar-month {
4931
4949
  /* color */
4932
- --progressbar-track-bg: color-mix(in srgb, var(--color-primary-1) 30%, transparent);
4933
- --progressbar-buffered-bg: color-mix(in srgb, var(--color-primary-1) 40%, transparent);
4934
- --progressbar-value-bg: var(--color-primary-1);
4935
- --progressbar-label-color: var(--color-text-primary-1);
4950
+ --calendar-month-marked-bg: var(--color-primary-1);
4951
+ --calendar-month-marked-color: var(--color-text-primary-1);
4936
4952
 
4937
4953
  /* typography */
4938
4954