@descope/web-components-ui 3.14.0 → 3.14.1

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
@@ -28175,6 +28175,7 @@ class RawUserPasskeysClass extends BaseClass$1 {
28175
28175
  }
28176
28176
 
28177
28177
  .header {
28178
+ width: 100%;
28178
28179
  display: flex;
28179
28180
  justify-content: space-between;
28180
28181
  align-items: center;
@@ -28182,10 +28183,19 @@ class RawUserPasskeysClass extends BaseClass$1 {
28182
28183
 
28183
28184
  .header .method {
28184
28185
  display: flex;
28186
+ flex: 1;
28187
+ min-width: 0;
28188
+ }
28189
+
28190
+ slot[name="method-icon"] {
28191
+ display: inline-flex;
28192
+ flex-shrink: 0;
28185
28193
  }
28186
28194
 
28187
28195
  .button {
28188
28196
  min-width: 0;
28197
+ max-width: 50%;
28198
+ flex-shrink: 1;
28189
28199
  }
28190
28200
 
28191
28201
  .add-passkey-button {