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.
- package/components/surface/surface.css +21 -5
- package/package.json +1 -1
- package/styles.css +21 -5
|
@@ -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--
|
|
202
|
+
.surface--tertiary .calendar-month {
|
|
185
203
|
/* color */
|
|
186
|
-
--
|
|
187
|
-
--
|
|
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
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--
|
|
4948
|
+
.surface--tertiary .calendar-month {
|
|
4931
4949
|
/* color */
|
|
4932
|
-
--
|
|
4933
|
-
--
|
|
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
|
|