minimal-piral 1.8.3-beta.7916 → 1.8.3-beta.7924
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.d.ts
CHANGED
|
@@ -611,7 +611,7 @@ export interface DefaultLoaderConfig {
|
|
|
611
611
|
crossOrigin?: string;
|
|
612
612
|
/**
|
|
613
613
|
* Sets the override function for attaching a stylesheet.
|
|
614
|
-
*
|
|
614
|
+
* This option will only affect `v3` pilets.
|
|
615
615
|
* @param pilet The pilet containing the style sheet reference.
|
|
616
616
|
* @param url The style sheet reference URL.
|
|
617
617
|
*/
|
|
@@ -41970,12 +41970,12 @@ function installPiralDebug(options) {
|
|
|
41970
41970
|
debug: debugApiVersion,
|
|
41971
41971
|
instance: {
|
|
41972
41972
|
name: "minimal-piral",
|
|
41973
|
-
version: "1.8.3-beta.
|
|
41973
|
+
version: "1.8.3-beta.7924",
|
|
41974
41974
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
41975
41975
|
},
|
|
41976
41976
|
build: {
|
|
41977
|
-
date: "2025-03-
|
|
41978
|
-
cli: "1.8.3-beta.
|
|
41977
|
+
date: "2025-03-19T10:44:39.065Z",
|
|
41978
|
+
cli: "1.8.3-beta.7924",
|
|
41979
41979
|
compat: "1"
|
|
41980
41980
|
}
|
|
41981
41981
|
};
|
|
@@ -45265,4 +45265,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
45265
45265
|
|
|
45266
45266
|
/******/ })()
|
|
45267
45267
|
;
|
|
45268
|
-
//# sourceMappingURL=index.
|
|
45268
|
+
//# sourceMappingURL=index.ef50e6.js.map
|