@descope/web-components-ui 1.0.221 → 1.0.222

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,