@descope/web-components-ui 3.14.0 → 3.14.2
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 +11 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +11 -1
- 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-passkeys.js +1 -1
- package/dist/umd/descope-user-passkeys.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +40 -40
package/dist/index.esm.js
CHANGED
|
@@ -26173,7 +26173,7 @@ const MultiSso = {
|
|
|
26173
26173
|
[vars$O.badgeBackgroundColor]: globalRefs$r.colors.surface.main,
|
|
26174
26174
|
|
|
26175
26175
|
[vars$O.titleIconSize]: '24px',
|
|
26176
|
-
[vars$O.createButtonIconSize]: '
|
|
26176
|
+
[vars$O.createButtonIconSize]: '12px',
|
|
26177
26177
|
[vars$O.actionIconSize]: '20px',
|
|
26178
26178
|
[vars$O.actionIconColor]: globalRefs$r.colors.surface.dark,
|
|
26179
26179
|
|
|
@@ -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 {
|