@descope/web-components-ui 3.11.2 → 3.11.4
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 +0 -4
- package/dist/cjs/index.cjs.js.map +1 -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 +36 -36
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -12301,10 +12301,6 @@ const getIcon = (deviceType) => {
|
|
|
12301
12301
|
|
|
12302
12302
|
var checkmark = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMzLjYgMCAwIDMuNiAwIDhDMCAxMi40IDMuNiAxNiA4IDE2QzEyLjQgMTYgMTYgMTIuNCAxNiA4QzE2IDMuNiAxMi40IDAgOCAwWk03LjEgMTEuN0wyLjkgNy42TDQuMyA2LjJMNyA4LjlMMTIgNEwxMy40IDUuNEw3LjEgMTEuN1oiIGZpbGw9IiM0Q0FGNTAiLz4KPC9zdmc+Cg==";
|
|
12303
12303
|
|
|
12304
|
-
customElements.define(componentName$1k, TextClass);
|
|
12305
|
-
|
|
12306
|
-
customElements.define(componentName$1i, LinkClass);
|
|
12307
|
-
|
|
12308
12304
|
const componentName$U = getComponentName('user-passkeys');
|
|
12309
12305
|
|
|
12310
12306
|
const itemRenderer$1 = ({ id, name, createdAt, passkeyType }, _, ref) => {
|