@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/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(