ov25-setup 0.1.14 → 0.1.16

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.
@@ -9,6 +9,7 @@ export interface ConfiguratorSetupProps {
9
9
  onSave?: (payload: ConfiguratorSetupPayload) => void;
10
10
  hidePreview?: boolean;
11
11
  hideSaveButton?: boolean;
12
+ className?: string;
12
13
  }
13
14
  export type { ConfiguratorSetupPayload };
14
15
  export default function ConfiguratorSetup(props: ConfiguratorSetupProps): import("react/jsx-runtime").JSX.Element;
package/dist/index.js CHANGED
@@ -24338,7 +24338,7 @@ function U2({ formState: n, currentSettings: e, setLayout: t, updateSettings: r,
24338
24338
  ] }) })
24339
24339
  ] });
24340
24340
  }
24341
- const j2 = "OV25_CONFIG", X2 = "https://configurator.ov25.ai";
24341
+ const j2 = "OV25_CONFIG", X2 = "https://app.ov25.ai/configurator-preview";
24342
24342
  function G2(n) {
24343
24343
  return n && typeof window < "u" && window.location.hostname === "localhost" ? `http://localhost:${window.location.port}/configurator-preview` : X2;
24344
24344
  }
@@ -24453,7 +24453,7 @@ function iA(n) {
24453
24453
  serializableConfig: l,
24454
24454
  getExportJson: a
24455
24455
  } = jm(e);
24456
- return /* @__PURE__ */ T("div", { className: "h-screen flex", children: [
24456
+ return /* @__PURE__ */ T("div", { className: n.className || "h-screen flex", children: [
24457
24457
  !n.hidePreview && /* @__PURE__ */ v("main", { className: "flex-1 min-h-0 p-4", children: /* @__PURE__ */ v(q2, { serializableConfig: l, previewBaseUrl: n.previewBaseUrl, useLocalPreview: n.useLocalPreview }) }),
24458
24458
  /* @__PURE__ */ v("aside", { className: n.hidePreview ? "w-full h-full flex flex-col" : "w-[370px] shrink-0 border-l bg-white px-4 pt-4 pb-4 h-full flex flex-col overflow-hidden", children: /* @__PURE__ */ v(
24459
24459
  U2,