limbo-component 1.9.0 → 1.9.1

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/dist/limbo.es.js CHANGED
@@ -12625,9 +12625,9 @@ function Tabs({ tabs, active, onChange }) {
12625
12625
  );
12626
12626
  }
12627
12627
  const API_URLS = {
12628
- // DEV: "https://led-dev-limbo-dev.eu.els.local", // PREPRODUCCIÓN - Updated URL
12629
- DEV: "http://localhost",
12630
- // LOCAL - Para desarrollo local
12628
+ DEV: "https://led-dev-limbo-dev.eu.els.local",
12629
+ // PREPRODUCCIÓN - Updated URL
12630
+ // DEV: "http://localhost", // LOCAL - Para desarrollo local
12631
12631
  PROD: "https://limbo.lefebvre.com"
12632
12632
  };
12633
12633
  let globalConfig = {
@@ -26127,7 +26127,7 @@ const Limbo = new LimboCore();
26127
26127
  if (typeof window !== "undefined") {
26128
26128
  window.Limbo = Limbo;
26129
26129
  }
26130
- const PUBLIC_KEY = "pk_d2edad56de145fee22c8b80f6ce3448f";
26130
+ const PUBLIC_KEY = "pk_e464fd744106b7a8d63d453c4bd02582";
26131
26131
  if (typeof window !== "undefined" && document.querySelector("#root")) {
26132
26132
  Limbo.configure({
26133
26133
  prod: false,