@takeshape/purchase-order-chat 1.58.0 → 1.58.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/index.js +1 -1
- package/dist/{purchase-order-chat-wrapper-Cna4k42U.js → purchase-order-chat-wrapper-C8Tp4dYd.js} +7 -7
- package/dist/purchase-order-chat-wrapper-C8Tp4dYd.js.map +1 -0
- package/dist/shadow.js +2 -2
- package/dist/tailwind.js +1 -1
- package/package.json +1 -1
- package/dist/purchase-order-chat-wrapper-Cna4k42U.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { jsx as e } from "react/jsx-runtime";
|
|
3
|
-
import { r as o } from "./purchase-order-chat-wrapper-
|
|
3
|
+
import { r as o } from "./purchase-order-chat-wrapper-C8Tp4dYd.js";
|
|
4
4
|
import { PurchaseOrderChat as c } from "./shadow.js";
|
|
5
5
|
function n(r) {
|
|
6
6
|
return /* @__PURE__ */ e(
|
package/dist/{purchase-order-chat-wrapper-Cna4k42U.js → purchase-order-chat-wrapper-C8Tp4dYd.js}
RENAMED
|
@@ -22,7 +22,7 @@ function Bi(t, e) {
|
|
|
22
22
|
return i != null ? String(i) : "";
|
|
23
23
|
});
|
|
24
24
|
}
|
|
25
|
-
const Gr = "
|
|
25
|
+
const Gr = "__vite_c_css_pos_initial_20a3a17ea70646969d9182b4591da827", bt = "__vite_c_css_pos_update_20a3a17ea70646969d9182b4591da827", vt = () => typeof window < "u" ? window[Gr] : void 0, Mi = (t) => {
|
|
26
26
|
const [e, r] = L(() => vt() || /* @__PURE__ */ new Map()), [n, i] = L(0);
|
|
27
27
|
return F(() => {
|
|
28
28
|
const s = (o) => {
|
|
@@ -4888,8 +4888,8 @@ function Rs({
|
|
|
4888
4888
|
children: /* @__PURE__ */ a(Sr, {})
|
|
4889
4889
|
}
|
|
4890
4890
|
),
|
|
4891
|
-
/* @__PURE__ */ a("h3", { className: "m-0 text-base font-semibold text-text text-center", children: "Upload your
|
|
4892
|
-
/* @__PURE__ */ a("p", { className: "m-0 text-sm text-text-tertiary text-center", children: "
|
|
4891
|
+
/* @__PURE__ */ a("h3", { className: "m-0 text-base font-semibold text-text text-center", children: "Upload your Order" }),
|
|
4892
|
+
/* @__PURE__ */ a("p", { className: "m-0 text-sm text-text-tertiary text-center", children: "Your Order Assistant will match products and check stock availability" }),
|
|
4893
4893
|
/* @__PURE__ */ a("div", { className: "flex flex-wrap justify-center gap-2", children: tr.map((c) => /* @__PURE__ */ a(
|
|
4894
4894
|
"span",
|
|
4895
4895
|
{
|
|
@@ -5374,7 +5374,7 @@ function kr() {
|
|
|
5374
5374
|
}
|
|
5375
5375
|
const Qs = [
|
|
5376
5376
|
{ label: "Upload", number: 1 },
|
|
5377
|
-
{ label: "
|
|
5377
|
+
{ label: "Match", number: 2 },
|
|
5378
5378
|
{ label: "Checkout", number: 3 }
|
|
5379
5379
|
];
|
|
5380
5380
|
function Gs(t = {}) {
|
|
@@ -5430,8 +5430,8 @@ function Hs({
|
|
|
5430
5430
|
children: /* @__PURE__ */ a(Sr, {})
|
|
5431
5431
|
}
|
|
5432
5432
|
),
|
|
5433
|
-
/* @__PURE__ */ a("h2", { className: "m-0 text-2xl max-md:text-xl font-semibold text-text text-center", children: "Upload your
|
|
5434
|
-
/* @__PURE__ */ a("p", { className: "m-0 text-[15px] text-text-tertiary text-center", children: "
|
|
5433
|
+
/* @__PURE__ */ a("h2", { className: "m-0 text-2xl max-md:text-xl font-semibold text-text text-center", children: "Upload your Order" }),
|
|
5434
|
+
/* @__PURE__ */ a("p", { className: "m-0 px-8 text-[15px] text-text-tertiary text-center", children: "Your Order Assistant will match products and check stock availability" }),
|
|
5435
5435
|
/* @__PURE__ */ a("div", { className: "flex flex-wrap justify-center gap-2 mt-2", children: tr.map((o) => /* @__PURE__ */ a(
|
|
5436
5436
|
"span",
|
|
5437
5437
|
{
|
|
@@ -8179,4 +8179,4 @@ export {
|
|
|
8179
8179
|
Bi as r,
|
|
8180
8180
|
Li as s
|
|
8181
8181
|
};
|
|
8182
|
-
//# sourceMappingURL=purchase-order-chat-wrapper-
|
|
8182
|
+
//# sourceMappingURL=purchase-order-chat-wrapper-C8Tp4dYd.js.map
|