@axinom/mosaic-portal 0.42.0-rc.8 → 0.42.0-rc.9
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/app/{index.a93ca1.js → index.60a67c.js} +8 -5
- package/app/index.60a67c.js.map +1 -0
- package/app/index.html +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +1 -1
- package/app/index.a93ca1.js.map +0 -1
|
@@ -30846,7 +30846,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30846
30846
|
/* harmony export */ });
|
|
30847
30847
|
var shellInfo = {
|
|
30848
30848
|
name: "@axinom/mosaic-portal",
|
|
30849
|
-
version: "0.42.0-rc.
|
|
30849
|
+
version: "0.42.0-rc.9"
|
|
30850
30850
|
};
|
|
30851
30851
|
|
|
30852
30852
|
/***/ }),
|
|
@@ -35194,11 +35194,11 @@ function installPiralDebug(options) {
|
|
|
35194
35194
|
debug: debugApiVersion,
|
|
35195
35195
|
instance: {
|
|
35196
35196
|
name: "@axinom/mosaic-portal",
|
|
35197
|
-
version: "0.42.0-rc.
|
|
35197
|
+
version: "0.42.0-rc.9",
|
|
35198
35198
|
dependencies: "react,react-dom,react-router,react-router-dom,tslib",
|
|
35199
35199
|
},
|
|
35200
35200
|
build: {
|
|
35201
|
-
date: "2025-11-
|
|
35201
|
+
date: "2025-11-18T14:42:25.782Z",
|
|
35202
35202
|
cli: "1.5.2",
|
|
35203
35203
|
compat: "1",
|
|
35204
35204
|
},
|
|
@@ -84616,10 +84616,13 @@ var App = function App() {
|
|
|
84616
84616
|
(0,_helpers_checkForOutdatedVersion__WEBPACK_IMPORTED_MODULE_7__.checkForOutdatedVersion)(piralInstance);
|
|
84617
84617
|
}
|
|
84618
84618
|
(0,_helpers_registerShellMetadata__WEBPACK_IMPORTED_MODULE_8__.registerShellMetadata)(piralInstance);
|
|
84619
|
+
// Disabling Piral's built-in responsiveness by setting all breakpoints to 0
|
|
84620
|
+
// TODO: Check if there is a better way to achieve this
|
|
84619
84621
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(_axinom_mosaic_id_link__WEBPACK_IMPORTED_MODULE_0__.IdentityServiceProvider, {
|
|
84620
84622
|
client: identityClient
|
|
84621
84623
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(_axinom_mosaic_id_link__WEBPACK_IMPORTED_MODULE_0__.EnsureAuthentication, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_17__.Piral, {
|
|
84622
|
-
instance: piralInstance
|
|
84624
|
+
instance: piralInstance,
|
|
84625
|
+
breakpoints: ['0', '0', '0']
|
|
84623
84626
|
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_18__.SetComponent, {
|
|
84624
84627
|
name: "LoadingIndicator",
|
|
84625
84628
|
component: _Layout_Loading__WEBPACK_IMPORTED_MODULE_12__.Loading
|
|
@@ -84647,4 +84650,4 @@ var App = function App() {
|
|
|
84647
84650
|
|
|
84648
84651
|
/******/ })()
|
|
84649
84652
|
;
|
|
84650
|
-
//# sourceMappingURL=index.
|
|
84653
|
+
//# sourceMappingURL=index.60a67c.js.map
|