sample-piral 1.10.0-beta.8564 → 1.10.0-beta.8571

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.
@@ -58540,7 +58540,9 @@ function loader6(entry, options) {
58540
58540
  try {
58541
58541
  for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
58542
58542
  var style = _step3.value;
58543
- attachStyles(pilet, "".concat(pilet.basePath, "/").concat(style));
58543
+ var s = !style.startsWith("//") ? style.replace(/^\/+/, "") : style;
58544
+ var url = new URL(s, pilet.basePath).toString();
58545
+ attachStyles(pilet, url);
58544
58546
  }
58545
58547
  } catch (err) {
58546
58548
  _iterator3.e(err);
@@ -65603,12 +65605,12 @@ function installPiralDebug(options) {
65603
65605
  debug: debugApiVersion,
65604
65606
  instance: {
65605
65607
  name: "sample-piral",
65606
- version: "1.10.0-beta.8564",
65608
+ version: "1.10.0-beta.8571",
65607
65609
  dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
65608
65610
  },
65609
65611
  build: {
65610
- date: "2026-02-20T09:01:37.367Z",
65611
- cli: "1.10.0-beta.8564",
65612
+ date: "2026-02-22T22:11:54.669Z",
65613
+ cli: "1.10.0-beta.8571",
65612
65614
  compat: "1"
65613
65615
  }
65614
65616
  };
@@ -67893,4 +67895,4 @@ root.render(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral_
67893
67895
 
67894
67896
  /******/ })()
67895
67897
  ;
67896
- //# sourceMappingURL=index.4a0a29.js.map
67898
+ //# sourceMappingURL=index.04e469.js.map