@crystaltech/hsms-shared-ui 0.7.15 → 0.7.16
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.es.js +1 -13
- package/dist/index.js +2 -2
- package/dist/sw.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28733,18 +28733,6 @@ async function rQ() {
|
|
|
28733
28733
|
}
|
|
28734
28734
|
} catch {
|
|
28735
28735
|
}
|
|
28736
|
-
try {
|
|
28737
|
-
const e = indexedDB;
|
|
28738
|
-
if (e && typeof e.databases == "function") {
|
|
28739
|
-
const t = await e.databases();
|
|
28740
|
-
await Promise.all(
|
|
28741
|
-
(t || []).map(
|
|
28742
|
-
(n) => n != null && n.name ? indexedDB.deleteDatabase(n.name) : Promise.resolve()
|
|
28743
|
-
)
|
|
28744
|
-
);
|
|
28745
|
-
}
|
|
28746
|
-
} catch {
|
|
28747
|
-
}
|
|
28748
28736
|
}
|
|
28749
28737
|
const Zw = () => {
|
|
28750
28738
|
const [e, t] = Ye(!1);
|
|
@@ -46499,7 +46487,7 @@ const KF = Zf`
|
|
|
46499
46487
|
fontWeight: 500,
|
|
46500
46488
|
textShadow: "0 2px 10px rgba(0,0,0,0.45)"
|
|
46501
46489
|
},
|
|
46502
|
-
children: "Secured with institutional SSO
|
|
46490
|
+
children: "Secured with institutional SSO"
|
|
46503
46491
|
}
|
|
46504
46492
|
)
|
|
46505
46493
|
]
|