@descope/web-components-ui 1.0.88 → 1.0.89

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.88",
3
+ "version": "1.0.89",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -60,7 +60,7 @@ const checkbox = {
60
60
  [vars.checkboxBackgroundColor]: globalRefs.colors.surface.main,
61
61
  },
62
62
 
63
- _focusRing: {
63
+ _focused: {
64
64
  [vars.checkboxOutlineWidth]: '2px',
65
65
  [vars.checkboxOutlineOffset]: '1px',
66
66
  [vars.checkboxOutlineColor]: globalRefs.colors.primary.main,
@@ -59,7 +59,7 @@ const switchToggle = {
59
59
  [vars.trackBackgroundColor]: globalRefs.colors.surface.light,
60
60
  },
61
61
 
62
- _focusRing: {
62
+ _focused: {
63
63
  [vars.switchOutlineWidth]: '2px',
64
64
  [vars.switchOutlineOffset]: '1px',
65
65
  [vars.switchOutlineColor]: globalRefs.colors.primary.main,