@spectrum-web-components/theme 0.14.4 → 0.14.5

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/src/theme.css.js CHANGED
@@ -1847,7 +1847,13 @@
1847
1847
  --spectrum-black
1848
1848
  );--system-spectrum-actionbutton-staticwhite-selected-background-color-disabled:var(
1849
1849
  --spectrum-disabled-static-white-background-color
1850
- );--system-spectrum-actionbutton-staticwhite-selected-border-color-disabled:transparent}:host,:root{--system-spectrum-closebutton-background-color-default:transparent;--system-spectrum-closebutton-background-color-hover:var(
1850
+ );--system-spectrum-actionbutton-staticwhite-selected-border-color-disabled:transparent}:host,:root{--system-spectrum-checkbox-control-color-default:var(--spectrum-gray-600);--system-spectrum-checkbox-control-color-hover:var(--spectrum-gray-700);--system-spectrum-checkbox-control-color-down:var(--spectrum-gray-800);--system-spectrum-checkbox-control-color-focus:var(--spectrum-gray-700);--system-spectrum-checkbox-control-selected-color-default:var(
1851
+ --spectrum-gray-700
1852
+ );--system-spectrum-checkbox-control-selected-color-hover:var(
1853
+ --spectrum-gray-800
1854
+ );--system-spectrum-checkbox-control-selected-color-down:var(
1855
+ --spectrum-gray-900
1856
+ )}:host,:root{--system-spectrum-closebutton-background-color-default:transparent;--system-spectrum-closebutton-background-color-hover:var(
1851
1857
  --spectrum-gray-200
1852
1858
  );--system-spectrum-closebutton-background-color-down:var(
1853
1859
  --spectrum-gray-300