@descope/web-components-ui 1.0.220 → 1.0.222

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.
@@ -2534,6 +2534,13 @@ const button = {
2534
2534
  [compVars$3.labelTextColor]: helperRefs$3.main,
2535
2535
  },
2536
2536
 
2537
+ _disabled: {
2538
+ [helperVars$3.main]: globalRefs$d.colors.surface.main,
2539
+ [helperVars$3.dark]: globalRefs$d.colors.surface.dark,
2540
+ [helperVars$3.light]: globalRefs$d.colors.surface.light,
2541
+ [helperVars$3.contrast]: globalRefs$d.colors.surface.contrast,
2542
+ },
2543
+
2537
2544
  variant: {
2538
2545
  contained: {
2539
2546
  [compVars$3.labelTextColor]: helperRefs$3.contrast,