@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/cjs/index.cjs.js
CHANGED
|
@@ -11088,7 +11088,7 @@ const MultiSso = {
|
|
|
11088
11088
|
[vars$O.badgeBackgroundColor]: globalRefs$r.colors.surface.main,
|
|
11089
11089
|
|
|
11090
11090
|
[vars$O.titleIconSize]: '24px',
|
|
11091
|
-
[vars$O.createButtonIconSize]: '
|
|
11091
|
+
[vars$O.createButtonIconSize]: '12px',
|
|
11092
11092
|
[vars$O.actionIconSize]: '20px',
|
|
11093
11093
|
[vars$O.actionIconColor]: globalRefs$r.colors.surface.dark,
|
|
11094
11094
|
|
|
@@ -13090,6 +13090,7 @@ class RawUserPasskeysClass extends BaseClass$3 {
|
|
|
13090
13090
|
}
|
|
13091
13091
|
|
|
13092
13092
|
.header {
|
|
13093
|
+
width: 100%;
|
|
13093
13094
|
display: flex;
|
|
13094
13095
|
justify-content: space-between;
|
|
13095
13096
|
align-items: center;
|
|
@@ -13097,10 +13098,19 @@ class RawUserPasskeysClass extends BaseClass$3 {
|
|
|
13097
13098
|
|
|
13098
13099
|
.header .method {
|
|
13099
13100
|
display: flex;
|
|
13101
|
+
flex: 1;
|
|
13102
|
+
min-width: 0;
|
|
13103
|
+
}
|
|
13104
|
+
|
|
13105
|
+
slot[name="method-icon"] {
|
|
13106
|
+
display: inline-flex;
|
|
13107
|
+
flex-shrink: 0;
|
|
13100
13108
|
}
|
|
13101
13109
|
|
|
13102
13110
|
.button {
|
|
13103
13111
|
min-width: 0;
|
|
13112
|
+
max-width: 50%;
|
|
13113
|
+
flex-shrink: 1;
|
|
13104
13114
|
}
|
|
13105
13115
|
|
|
13106
13116
|
.add-passkey-button {
|