@descope/web-components-ui 2.2.30 → 2.2.32
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/cjs/index.cjs.js +2 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js +1 -1
- package/dist/umd/descope-user-auth-method-index-js.js.map +1 -1
- package/package.json +30 -30
- package/src/components/descope-user-auth-method/UserAuthMethodClass.js +2 -2
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -15035,7 +15035,7 @@ class RawUserAuthMethod extends createBaseClass({
|
|
|
15035
15035
|
pointer-events: none;
|
|
15036
15036
|
}
|
|
15037
15037
|
|
|
15038
|
-
slot[name="method-icon"]{
|
|
15038
|
+
slot[name="method-icon"]:not(:empty{
|
|
15039
15039
|
display: inline-flex;
|
|
15040
15040
|
align-items: center;
|
|
15041
15041
|
}
|
|
@@ -15169,7 +15169,7 @@ const { host: host$9, textField, buttons, badge, textWrapper, methodIconSlot } =
|
|
|
15169
15169
|
buttons: { selector: 'descope-button' },
|
|
15170
15170
|
badge: { selector: 'descope-badge' },
|
|
15171
15171
|
textWrapper: { selector: ' .text-wrapper' },
|
|
15172
|
-
methodIconSlot: { selector: 'slot[name="method-icon"]' },
|
|
15172
|
+
methodIconSlot: { selector: 'slot[name="method-icon"]:not(:empty)' },
|
|
15173
15173
|
};
|
|
15174
15174
|
|
|
15175
15175
|
const UserAuthMethodClass = compose$1(
|