@descope/web-components-ui 3.20.0 → 3.20.2

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.
@@ -3660,6 +3660,9 @@ const button = {
3660
3660
  [compVars$9.labelTextColor]: helperRefs$7.main,
3661
3661
  [compVars$9.borderColor]: helperRefs$7.main,
3662
3662
  },
3663
+ _disabled: {
3664
+ [compVars$9.iconColor]: helperRefs$7.main,
3665
+ },
3663
3666
  },
3664
3667
 
3665
3668
  link: {
@@ -3672,6 +3675,9 @@ const button = {
3672
3675
  _active: {
3673
3676
  [compVars$9.labelTextColor]: helperRefs$7.main,
3674
3677
  },
3678
+ _disabled: {
3679
+ [compVars$9.iconColor]: helperRefs$7.main,
3680
+ },
3675
3681
  },
3676
3682
  },
3677
3683