@descope/web-components-ui 1.0.221 → 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.
package/dist/index.esm.js CHANGED
@@ -7021,6 +7021,13 @@ const button = {
7021
7021
  [compVars$3.labelTextColor]: helperRefs$3.main,
7022
7022
  },
7023
7023
 
7024
+ _disabled: {
7025
+ [helperVars$3.main]: globalRefs$d.colors.surface.main,
7026
+ [helperVars$3.dark]: globalRefs$d.colors.surface.dark,
7027
+ [helperVars$3.light]: globalRefs$d.colors.surface.light,
7028
+ [helperVars$3.contrast]: globalRefs$d.colors.surface.contrast,
7029
+ },
7030
+
7024
7031
  variant: {
7025
7032
  contained: {
7026
7033
  [compVars$3.labelTextColor]: helperRefs$3.contrast,