@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/dist/index.esm.js CHANGED
@@ -5380,7 +5380,7 @@ const checkbox = {
5380
5380
  [vars$c.checkboxBackgroundColor]: globalRefs$a.colors.surface.main,
5381
5381
  },
5382
5382
 
5383
- _focusRing: {
5383
+ _focused: {
5384
5384
  [vars$c.checkboxOutlineWidth]: '2px',
5385
5385
  [vars$c.checkboxOutlineOffset]: '1px',
5386
5386
  [vars$c.checkboxOutlineColor]: globalRefs$a.colors.primary.main,
@@ -5451,7 +5451,7 @@ const switchToggle = {
5451
5451
  [vars$b.trackBackgroundColor]: globalRefs$9.colors.surface.light,
5452
5452
  },
5453
5453
 
5454
- _focusRing: {
5454
+ _focused: {
5455
5455
  [vars$b.switchOutlineWidth]: '2px',
5456
5456
  [vars$b.switchOutlineOffset]: '1px',
5457
5457
  [vars$b.switchOutlineColor]: globalRefs$9.colors.primary.main,