@telicent-oss/ds 0.27.2 → 0.27.3

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/ds.js CHANGED
@@ -80493,7 +80493,8 @@ const AuthModal = ({
80493
80493
  m: 2,
80494
80494
  p: 2
80495
80495
  }, open: isOpen, children: /* @__PURE__ */ jsxs(FlexBox, { sx: {
80496
- p: 2
80496
+ p: 2,
80497
+ overflowY: "auto"
80497
80498
  }, children: [
80498
80499
  /* @__PURE__ */ jsxs(H3, { children: [
80499
80500
  /* @__PURE__ */ jsx$1("i", { className: "fa-regular fa-circle-exclamation" }),
package/dist/ds.umd.cjs CHANGED
@@ -80511,7 +80511,8 @@ uniform ${i3} ${s4} u_${a3};
80511
80511
  m: 2,
80512
80512
  p: 2
80513
80513
  }, open: isOpen, children: /* @__PURE__ */ jsxs(FlexBox, { sx: {
80514
- p: 2
80514
+ p: 2,
80515
+ overflowY: "auto"
80515
80516
  }, children: [
80516
80517
  /* @__PURE__ */ jsxs(H3, { children: [
80517
80518
  /* @__PURE__ */ jsx$1("i", { className: "fa-regular fa-circle-exclamation" }),
@@ -1,5 +1,5 @@
1
1
  /// <reference lib="webworker" />
2
- console.info("sw.js version: 0.27.2");
2
+ console.info("sw.js version: 0.27.3");
3
3
  self.addEventListener("install", () => self.skipWaiting());
4
4
  self.addEventListener("activate", (event) =>
5
5
  event.waitUntil(self.clients.claim())
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/telicent-oss/telicent-ds.git"
8
8
  },
9
9
  "type": "module",
10
- "version": "0.27.2",
10
+ "version": "0.27.3",
11
11
  "private": false,
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.10.6",