@crystaltech/hsms-shared-ui 0.7.14-alpha.0.5 → 0.7.14-alpha.0.7

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.
@@ -1,3 +1,5 @@
1
- export declare const ForbiddenPage: ({ redirectPath }: {
2
- redirectPath?: string | undefined;
3
- }) => import("react/jsx-runtime").JSX.Element;
1
+ interface ForbiddenPageProps {
2
+ redirectPath?: string;
3
+ }
4
+ export declare const ForbiddenPage: ({ redirectPath, }: ForbiddenPageProps) => import("react/jsx-runtime").JSX.Element;
5
+ export default ForbiddenPage;
package/dist/sw.js CHANGED
@@ -1 +1 @@
1
- if(!self.define){let e,s={};const i=(i,r)=>(i=new URL(i+".js",r).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(r,n)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let t={};const c=e=>i(e,o),d={module:{uri:o},exports:t,require:c};s[o]=Promise.all(r.map(e=>d[e]||c(e))).then(e=>(n(...e),t))}}define(["./workbox-3105ea8d"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"preMountSplash.js",revision:"0b0144317d2745effab7069542e61c22"},{url:"preMountSplash.es.js",revision:"6ba94563ee2fe808797871bebccb7e37"},{url:"index.js",revision:"fb67bf6c375ce6cbd7948aa3a08ae06a"},{url:"index.es.js",revision:"ba7e3eb6f7b920b44960ceec308e8a03"},{url:"hsms-shared-ui.css",revision:"7f5aef0a9303b4cde437120fbb05ea5b"},{url:"Loader-vB0dD2b8.js",revision:"026c6e0c0ae6b45bea2e3e7edc87692c"},{url:"manifest.webmanifest",revision:"e6d4972ea70a2ecb105e17f18dad67f9"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
1
+ if(!self.define){let e,s={};const i=(i,r)=>(i=new URL(i+".js",r).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(r,n)=>{const o=e||("document"in self?document.currentScript.src:"")||location.href;if(s[o])return;let d={};const t=e=>i(e,o),c={module:{uri:o},exports:d,require:t};s[o]=Promise.all(r.map(e=>c[e]||t(e))).then(e=>(n(...e),d))}}define(["./workbox-3105ea8d"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"preMountSplash.js",revision:"0b0144317d2745effab7069542e61c22"},{url:"preMountSplash.es.js",revision:"6ba94563ee2fe808797871bebccb7e37"},{url:"index.js",revision:"0a9581997b998bfd2542f0a41a671dfe"},{url:"index.es.js",revision:"dff4505a759bbf60d60bc1ae9d744168"},{url:"hsms-shared-ui.css",revision:"7f5aef0a9303b4cde437120fbb05ea5b"},{url:"Loader-vB0dD2b8.js",revision:"026c6e0c0ae6b45bea2e3e7edc87692c"},{url:"manifest.webmanifest",revision:"e6d4972ea70a2ecb105e17f18dad67f9"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaltech/hsms-shared-ui",
3
- "version": "0.7.14-alpha.0.5",
3
+ "version": "0.7.14-alpha.0.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",