@sendbird/ai-agent-messenger-react 1.31.0 → 1.31.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/cjs/DP95uu-Y.cjs +1 -0
- package/dist/es/ClXsn-JF.js +5 -0
- package/dist/index.cjs +96 -96
- package/dist/index.d.ts +6 -2
- package/dist/index.js +2315 -2296
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function o(e){if(e&&e.__esModule)return e;const l=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const c=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(l,t,c.get?c:{enumerable:!0,get:()=>e[t]})}}return l.default=e,Object.freeze(l)}const n=o(r),i=e=>n.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},n.createElement("path",{className:"fill",d:"M11.1383 6.47131L7.35124 10.2584L4.88053 7.96741L5.78678 6.99019L7.31608 8.40751L10.1956 5.52861L11.1383 6.47131Z",fill:"#0D0D0D"}),n.createElement("path",{className:"fill",fillRule:"evenodd",clipRule:"evenodd",d:"M13.8669 2.48433V9.32483L13.8623 9.47978C13.7666 11.0795 12.2143 12.5693 10.9053 13.5501L10.4515 13.8782C9.39845 14.6126 8.40676 15.1309 8.00033 15.3333C7.59383 15.1308 6.60266 14.6125 5.5498 13.8782L5.09603 13.5501C3.78694 12.5693 2.23408 11.0796 2.13835 9.47978L2.13379 9.32483V2.48433L8.00033 0.666626L13.8669 2.48433ZM3.46712 3.46741V9.32483C3.46717 9.72563 3.66967 10.24 4.15397 10.8522C4.6264 11.4494 5.26739 12.0124 5.89551 12.483C6.66384 13.0587 7.44595 13.5226 8.00033 13.8268C8.55471 13.5226 9.33733 13.0588 10.1058 12.483C10.7338 12.0125 11.375 11.4493 11.8473 10.8522C12.3315 10.24 12.5335 9.72559 12.5335 9.32483V3.46741L8.00033 2.06181L3.46712 3.46741Z",fill:"#0D0D0D"}));exports.default=i;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ e.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l }, /* @__PURE__ */ e.createElement("path", { className: "fill", d: "M11.1383 6.47131L7.35124 10.2584L4.88053 7.96741L5.78678 6.99019L7.31608 8.40751L10.1956 5.52861L11.1383 6.47131Z", fill: "#0D0D0D" }), /* @__PURE__ */ e.createElement("path", { className: "fill", fillRule: "evenodd", clipRule: "evenodd", d: "M13.8669 2.48433V9.32483L13.8623 9.47978C13.7666 11.0795 12.2143 12.5693 10.9053 13.5501L10.4515 13.8782C9.39845 14.6126 8.40676 15.1309 8.00033 15.3333C7.59383 15.1308 6.60266 14.6125 5.5498 13.8782L5.09603 13.5501C3.78694 12.5693 2.23408 11.0796 2.13835 9.47978L2.13379 9.32483V2.48433L8.00033 0.666626L13.8669 2.48433ZM3.46712 3.46741V9.32483C3.46717 9.72563 3.66967 10.24 4.15397 10.8522C4.6264 11.4494 5.26739 12.0124 5.89551 12.483C6.66384 13.0587 7.44595 13.5226 8.00033 13.8268C8.55471 13.5226 9.33733 13.0588 10.1058 12.483C10.7338 12.0125 11.375 11.4493 11.8473 10.8522C12.3315 10.24 12.5335 9.72559 12.5335 9.32483V3.46741L8.00033 2.06181L3.46712 3.46741Z", fill: "#0D0D0D" }));
|
|
3
|
+
export {
|
|
4
|
+
t as default
|
|
5
|
+
};
|