limbo-component 2.0.1 → 2.0.3

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
@@ -12627,9 +12627,9 @@ function Tabs({ tabs, active, onChange }) {
12627
12627
  );
12628
12628
  }
12629
12629
  const API_URLS = {
12630
- // DEV: "https://led-dev-limbo-dev.eu.els.local", // PREPRODUCCIÓN - Updated URL
12631
- DEV: "http://localhost",
12632
- // LOCAL - Para desarrollo local
12630
+ DEV: "https://led-dev-limbo-dev.eu.els.local",
12631
+ // PREPRODUCCIÓN - Updated URL
12632
+ // DEV: "http://localhost", // LOCAL - Para desarrollo local
12633
12633
  PROD: "https://limbo.lefebvre.com"
12634
12634
  };
12635
12635
  let globalConfig = {
@@ -26779,7 +26779,7 @@ const Limbo = new LimboCore();
26779
26779
  if (typeof window !== "undefined") {
26780
26780
  window.Limbo = Limbo;
26781
26781
  }
26782
- const PUBLIC_KEY = "pk_d2edad56de145fee22c8b80f6ce3448f";
26782
+ const PUBLIC_KEY = "pk_e464fd744106b7a8d63d453c4bd02582";
26783
26783
  if (typeof window !== "undefined" && document.querySelector("#root")) {
26784
26784
  Limbo.configure({
26785
26785
  prod: false,