@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.221",
3
+ "version": "1.0.222",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -60,6 +60,13 @@ const button = {
60
60
  [compVars.labelTextColor]: helperRefs.main,
61
61
  },
62
62
 
63
+ _disabled: {
64
+ [helperVars.main]: globalRefs.colors.surface.main,
65
+ [helperVars.dark]: globalRefs.colors.surface.dark,
66
+ [helperVars.light]: globalRefs.colors.surface.light,
67
+ [helperVars.contrast]: globalRefs.colors.surface.contrast,
68
+ },
69
+
63
70
  variant: {
64
71
  contained: {
65
72
  [compVars.labelTextColor]: helperRefs.contrast,