minimal-piral 1.8.3-beta.7865 → 1.8.3-beta.7909

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.
@@ -40546,11 +40546,17 @@ if (typeof window !== 'undefined' && 'customElements' in window) {
40546
40546
  key: "name",
40547
40547
  get: function get() {
40548
40548
  return this.getAttribute('name');
40549
+ },
40550
+ set: function set(value) {
40551
+ this.setAttribute('name', value);
40549
40552
  }
40550
40553
  }, {
40551
40554
  key: "origin",
40552
40555
  get: function get() {
40553
40556
  return this.getAttribute('origin');
40557
+ },
40558
+ set: function set(value) {
40559
+ this.setAttribute('origin', value);
40554
40560
  }
40555
40561
  }, {
40556
40562
  key: "connectedCallback",
@@ -41964,12 +41970,12 @@ function installPiralDebug(options) {
41964
41970
  debug: debugApiVersion,
41965
41971
  instance: {
41966
41972
  name: "minimal-piral",
41967
- version: "1.8.3-beta.7865",
41973
+ version: "1.8.3-beta.7909",
41968
41974
  dependencies: "tslib,react,react-dom,react-router,react-router-dom"
41969
41975
  },
41970
41976
  build: {
41971
- date: "2025-02-19T09:24:19.086Z",
41972
- cli: "1.8.3-beta.7865",
41977
+ date: "2025-03-11T20:18:32.542Z",
41978
+ cli: "1.8.3-beta.7909",
41973
41979
  compat: "1"
41974
41980
  }
41975
41981
  };
@@ -45253,4 +45259,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
45253
45259
 
45254
45260
  /******/ })()
45255
45261
  ;
45256
- //# sourceMappingURL=index.f03b06.js.map
45262
+ //# sourceMappingURL=index.3bdd2e.js.map