@takeshape/purchase-order-chat 1.54.1 → 1.54.2
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-hPDVGVyf.js → purchase-order-chat-wrapper-r0tGIblm.js} +3 -3
- package/dist/purchase-order-chat-wrapper-r0tGIblm.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-hPDVGVyf.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-r0tGIblm.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-hPDVGVyf.js → purchase-order-chat-wrapper-r0tGIblm.js}
RENAMED
|
@@ -22,7 +22,7 @@ function bi(t, e) {
|
|
|
22
22
|
return i != null ? String(i) : "";
|
|
23
23
|
});
|
|
24
24
|
}
|
|
25
|
-
const jr = "
|
|
25
|
+
const jr = "__vite_c_css_pos_initial_f5c07e7631ac4a2dad7e874fec2c2239", xt = "__vite_c_css_pos_update_f5c07e7631ac4a2dad7e874fec2c2239", Ct = () => typeof window < "u" ? window[jr] : void 0, Ii = (t) => {
|
|
26
26
|
const [e, r] = U(() => Ct() || /* @__PURE__ */ new Map()), [n, i] = U(0);
|
|
27
27
|
return O(() => {
|
|
28
28
|
const a = (l) => {
|
|
@@ -4030,7 +4030,7 @@ function ws({
|
|
|
4030
4030
|
className: "flex items-center gap-2 px-3 py-2 bg-surface hover:bg-surface-secondary rounded-lg transition-colors border border-border text-left w-full",
|
|
4031
4031
|
children: [
|
|
4032
4032
|
/* @__PURE__ */ s(At, {}),
|
|
4033
|
-
/* @__PURE__ */ s("span", { className: "text-[0.9375rem] text-text font-medium", children: a || "Uploaded Document" }),
|
|
4033
|
+
/* @__PURE__ */ s("span", { className: "text-[0.9375rem] text-text font-medium truncate min-w-0", children: a || "Uploaded Document" }),
|
|
4034
4034
|
/* @__PURE__ */ h(
|
|
4035
4035
|
"svg",
|
|
4036
4036
|
{
|
|
@@ -7583,4 +7583,4 @@ export {
|
|
|
7583
7583
|
bi as r,
|
|
7584
7584
|
Ni as s
|
|
7585
7585
|
};
|
|
7586
|
-
//# sourceMappingURL=purchase-order-chat-wrapper-
|
|
7586
|
+
//# sourceMappingURL=purchase-order-chat-wrapper-r0tGIblm.js.map
|