@descope/web-components-ui 1.0.87 → 1.0.89
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
@@ -789,7 +789,7 @@ const proxyInputMixin = (superclass) =>
|
|
789
789
|
get inputElement() {
|
790
790
|
this.warnIfInputElementIsMissing();
|
791
791
|
|
792
|
-
const inputSlot = this.baseElement.shadowRoot?.querySelector('slot[name="
|
792
|
+
const inputSlot = this.baseElement.shadowRoot?.querySelector('slot[name="input"]');
|
793
793
|
const textAreaSlot = this.baseElement.shadowRoot?.querySelector('slot[name="textarea"]');
|
794
794
|
|
795
795
|
this.#inputElement ??= getNestedInput(inputSlot) || getNestedInput(textAreaSlot);
|
@@ -5380,7 +5380,7 @@ const checkbox = {
|
|
5380
5380
|
[vars$c.checkboxBackgroundColor]: globalRefs$a.colors.surface.main,
|
5381
5381
|
},
|
5382
5382
|
|
5383
|
-
|
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
|
-
|
5454
|
+
_focused: {
|
5455
5455
|
[vars$b.switchOutlineWidth]: '2px',
|
5456
5456
|
[vars$b.switchOutlineOffset]: '1px',
|
5457
5457
|
[vars$b.switchOutlineColor]: globalRefs$9.colors.primary.main,
|