@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/index.esm.js
CHANGED
|
@@ -17116,7 +17116,7 @@ class RawUserAuthMethod extends createBaseClass({
|
|
|
17116
17116
|
pointer-events: none;
|
|
17117
17117
|
}
|
|
17118
17118
|
|
|
17119
|
-
slot[name="method-icon"]{
|
|
17119
|
+
slot[name="method-icon"]:not(:empty{
|
|
17120
17120
|
display: inline-flex;
|
|
17121
17121
|
align-items: center;
|
|
17122
17122
|
}
|
|
@@ -17250,7 +17250,7 @@ const { host: host$9, textField: textField$2, buttons, badge: badge$2, textWrapp
|
|
|
17250
17250
|
buttons: { selector: 'descope-button' },
|
|
17251
17251
|
badge: { selector: 'descope-badge' },
|
|
17252
17252
|
textWrapper: { selector: ' .text-wrapper' },
|
|
17253
|
-
methodIconSlot: { selector: 'slot[name="method-icon"]' },
|
|
17253
|
+
methodIconSlot: { selector: 'slot[name="method-icon"]:not(:empty)' },
|
|
17254
17254
|
};
|
|
17255
17255
|
|
|
17256
17256
|
const UserAuthMethodClass = compose(
|