opus-toolkit-components 0.6.1 → 0.6.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.
|
@@ -557,18 +557,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__514__;
|
|
|
557
557
|
/******/ };
|
|
558
558
|
/******/ })();
|
|
559
559
|
/******/
|
|
560
|
-
/******/ /* webpack/runtime/global */
|
|
561
|
-
/******/ (() => {
|
|
562
|
-
/******/ __webpack_require__.g = (function() {
|
|
563
|
-
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
564
|
-
/******/ try {
|
|
565
|
-
/******/ return this || new Function('return this')();
|
|
566
|
-
/******/ } catch (e) {
|
|
567
|
-
/******/ if (typeof window === 'object') return window;
|
|
568
|
-
/******/ }
|
|
569
|
-
/******/ })();
|
|
570
|
-
/******/ })();
|
|
571
|
-
/******/
|
|
572
560
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
573
561
|
/******/ (() => {
|
|
574
562
|
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
@@ -585,29 +573,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__514__;
|
|
|
585
573
|
/******/ };
|
|
586
574
|
/******/ })();
|
|
587
575
|
/******/
|
|
588
|
-
/******/ /* webpack/runtime/publicPath */
|
|
589
|
-
/******/ (() => {
|
|
590
|
-
/******/ var scriptUrl;
|
|
591
|
-
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
592
|
-
/******/ var document = __webpack_require__.g.document;
|
|
593
|
-
/******/ if (!scriptUrl && document) {
|
|
594
|
-
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
|
|
595
|
-
/******/ scriptUrl = document.currentScript.src;
|
|
596
|
-
/******/ if (!scriptUrl) {
|
|
597
|
-
/******/ var scripts = document.getElementsByTagName("script");
|
|
598
|
-
/******/ if(scripts.length) {
|
|
599
|
-
/******/ var i = scripts.length - 1;
|
|
600
|
-
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
|
|
601
|
-
/******/ }
|
|
602
|
-
/******/ }
|
|
603
|
-
/******/ }
|
|
604
|
-
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
605
|
-
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
606
|
-
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
607
|
-
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
608
|
-
/******/ __webpack_require__.p = scriptUrl;
|
|
609
|
-
/******/ })();
|
|
610
|
-
/******/
|
|
611
576
|
/******/ /* webpack/runtime/nonce */
|
|
612
577
|
/******/ (() => {
|
|
613
578
|
/******/ __webpack_require__.nc = undefined;
|
|
@@ -12213,8 +12178,9 @@ var navbar_update = injectStylesIntoStyleTag_default()(navbar/* default */.A, na
|
|
|
12213
12178
|
|
|
12214
12179
|
/* harmony default export */ const Navbar_navbar = (navbar/* default */.A && navbar/* default */.A.locals ? navbar/* default */.A.locals : undefined);
|
|
12215
12180
|
|
|
12216
|
-
;//
|
|
12217
|
-
const
|
|
12181
|
+
;// external "opus-toolkit-styles/assets/logos/c247-icon-only.svg"
|
|
12182
|
+
const c247_icon_only_svg_namespaceObject = require("opus-toolkit-styles/assets/logos/c247-icon-only.svg");
|
|
12183
|
+
var c247_icon_only_svg_default = /*#__PURE__*/__webpack_require__.n(c247_icon_only_svg_namespaceObject);
|
|
12218
12184
|
;// ./src/components/Navbar/Navbar.js
|
|
12219
12185
|
|
|
12220
12186
|
|
|
@@ -12229,7 +12195,7 @@ const Navbar = _ref => {
|
|
|
12229
12195
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
12230
12196
|
className: "container mx-auto flex items-center justify-between"
|
|
12231
12197
|
}, /*#__PURE__*/external_react_default().createElement("img", {
|
|
12232
|
-
src: logo ||
|
|
12198
|
+
src: logo || (c247_icon_only_svg_default()),
|
|
12233
12199
|
alt: "Navbar Logo",
|
|
12234
12200
|
className: "nav-logo"
|
|
12235
12201
|
}), /*#__PURE__*/external_react_default().createElement("div", {
|
|
@@ -12308,7 +12274,7 @@ function Loader(_ref) {
|
|
|
12308
12274
|
return isLoading && /*#__PURE__*/external_react_default().createElement("div", {
|
|
12309
12275
|
className: "fixed inset-0 flex flex-col items-center justify-center bg-greySunkenDark1000 bg-opacity-80 z-50"
|
|
12310
12276
|
}, /*#__PURE__*/external_react_default().createElement("img", {
|
|
12311
|
-
src:
|
|
12277
|
+
src: (c247_icon_only_svg_default()),
|
|
12312
12278
|
alt: "Loading",
|
|
12313
12279
|
className: "w-30 h-30 animate-pulse"
|
|
12314
12280
|
}), /*#__PURE__*/external_react_default().createElement("h4", {
|
|
@@ -12331,4 +12297,4 @@ function Loader(_ref) {
|
|
|
12331
12297
|
/******/ })()
|
|
12332
12298
|
;
|
|
12333
12299
|
});
|
|
12334
|
-
//# sourceMappingURL=main.
|
|
12300
|
+
//# sourceMappingURL=main.879cdd1949eb94a425a0.js.map
|