@oxide/design-system 2.5.2--canary.08d19a2.0 → 2.5.2--canary.374c845.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/package.json +1 -1
- package/styles/dist/main.css +8 -8
package/package.json
CHANGED
package/styles/dist/main.css
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
--surface-secondary: var(--color-neutral-100);
|
|
162
162
|
--surface-tertiary: var(--color-neutral-200);
|
|
163
163
|
--surface-disabled: var(--color-neutral-100);
|
|
164
|
-
--surface-scrim: var(--color-neutral-0);
|
|
164
|
+
--surface-scrim: rgba(var(--color-neutral-0), 0.4);
|
|
165
165
|
--surface-accent: var(--theme-accent-800);
|
|
166
166
|
--surface-accent-hover: var(--theme-accent-700);
|
|
167
167
|
--surface-accent-secondary: var(--theme-accent-200);
|
|
@@ -248,10 +248,10 @@
|
|
|
248
248
|
--stroke-info-secondary: var(--theme-info-600);
|
|
249
249
|
--stroke-info-tertiary: var(--theme-info-400);
|
|
250
250
|
--stroke-info-quaternary: var(--theme-info-300);
|
|
251
|
-
--chart-fill-area-primary: var(--theme-accent-700);
|
|
252
|
-
--chart-fill-area-secondary: var(--theme-accent-600);
|
|
253
|
-
--chart-fill-area-tertiary: var(--theme-accent-500);
|
|
254
|
-
--chart-fill-area-quaternary: var(--theme-accent-400);
|
|
251
|
+
--chart-fill-area-primary: rgba(var(--theme-accent-700), 0.7019607843137254);
|
|
252
|
+
--chart-fill-area-secondary: rgba(var(--theme-accent-600), 0.7019607843137254);
|
|
253
|
+
--chart-fill-area-tertiary: rgba(var(--theme-accent-500), 0.7019607843137254);
|
|
254
|
+
--chart-fill-area-quaternary: rgba(var(--theme-accent-400), 0.2);
|
|
255
255
|
--chart-fill-item-primary: var(--theme-accent-700);
|
|
256
256
|
--chart-fill-item-secondary: var(--theme-accent-600);
|
|
257
257
|
--chart-fill-item-tertiary: var(--theme-accent-500);
|
|
@@ -265,10 +265,10 @@
|
|
|
265
265
|
--chart-stroke-line-secondary: var(--color-yellow-600);
|
|
266
266
|
--chart-stroke-line-tertiary: var(--color-red-600);
|
|
267
267
|
--chart-stroke-line-quaternary: var(--color-blue-600);
|
|
268
|
-
--chart-stroke-y-axis: var(--stroke-default);
|
|
269
|
-
--chart-stroke-item: var(--theme-accent-700);
|
|
268
|
+
--chart-stroke-y-axis: rgba(var(--stroke-default), 0.4);
|
|
269
|
+
--chart-stroke-item: rgba(var(--theme-accent-700), 0.4);
|
|
270
270
|
--chart-stroke-item-inactive: var(--color-neutral-200);
|
|
271
|
-
--chart-stroke-error: var(--theme-destructive-700);
|
|
271
|
+
--chart-stroke-error: rgba(var(--theme-destructive-700), 0.4);
|
|
272
272
|
--theme-accent-100: var(--color-green-100);
|
|
273
273
|
--theme-accent-200: var(--color-green-200);
|
|
274
274
|
--theme-accent-300: var(--color-green-300);
|