@spectrum-web-components/styles 1.2.0-beta.11 → 1.2.0-beta.13
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 +4 -4
- package/tokens/express/system-theme-bridge.css +153 -1373
- package/tokens/spectrum/system-theme-bridge.css +154 -1376
- package/tokens-v2/global-vars.css +1 -1
- package/tokens-v2/index.css +1 -1
- package/tokens-v2/system-theme-bridge.css +154 -1380
|
@@ -417,7 +417,6 @@
|
|
|
417
417
|
--spectrum-corner-radius-700
|
|
418
418
|
);
|
|
419
419
|
--spectrum-drop-shadow-x: 0px;
|
|
420
|
-
--spectrum-android-elevation: 2dp;
|
|
421
420
|
--spectrum-spacing-50: 2px;
|
|
422
421
|
--spectrum-spacing-75: 4px;
|
|
423
422
|
--spectrum-spacing-100: 8px;
|
|
@@ -1068,4 +1067,5 @@
|
|
|
1068
1067
|
--spectrum-docs-static-black-background-color: rgba(
|
|
1069
1068
|
var(--spectrum-docs-static-black-background-color-rgb)
|
|
1070
1069
|
);
|
|
1070
|
+
--spectrum-coach-indicator-ring-static-white-color: var(--spectrum-white);
|
|
1071
1071
|
}
|
package/tokens-v2/index.css
CHANGED
|
@@ -1451,7 +1451,6 @@
|
|
|
1451
1451
|
--spectrum-corner-radius-700
|
|
1452
1452
|
);
|
|
1453
1453
|
--spectrum-drop-shadow-x: 0px;
|
|
1454
|
-
--spectrum-android-elevation: 2dp;
|
|
1455
1454
|
--spectrum-spacing-50: 2px;
|
|
1456
1455
|
--spectrum-spacing-75: 4px;
|
|
1457
1456
|
--spectrum-spacing-100: 8px;
|
|
@@ -2102,6 +2101,7 @@
|
|
|
2102
2101
|
--spectrum-docs-static-black-background-color: rgba(
|
|
2103
2102
|
var(--spectrum-docs-static-black-background-color-rgb)
|
|
2104
2103
|
);
|
|
2104
|
+
--spectrum-coach-indicator-ring-static-white-color: var(--spectrum-white);
|
|
2105
2105
|
}
|
|
2106
2106
|
:host,
|
|
2107
2107
|
:root {
|