@agentiffai/design 1.4.1 → 1.4.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/{Window-Dm_I5m8i.d.cts → Window-DTASLUB2.d.cts} +20 -2
- package/dist/{Window-Dm_I5m8i.d.ts → Window-DTASLUB2.d.ts} +20 -2
- package/dist/copilotkit/index.cjs +499 -464
- package/dist/copilotkit/index.cjs.map +1 -1
- package/dist/copilotkit/index.d.cts +98 -8
- package/dist/copilotkit/index.d.ts +98 -8
- package/dist/copilotkit/index.js +492 -455
- package/dist/copilotkit/index.js.map +1 -1
- package/dist/index.cjs +11 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11,7 +11,6 @@ var meter = require('@react-aria/meter');
|
|
|
11
11
|
var tabs$1 = require('@react-aria/tabs');
|
|
12
12
|
var collections = require('@react-stately/collections');
|
|
13
13
|
var tabs = require('@react-stately/tabs');
|
|
14
|
-
require('@copilotkit/react-core');
|
|
15
14
|
var textfield = require('@react-aria/textfield');
|
|
16
15
|
|
|
17
16
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -19,7 +18,12 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
19
18
|
var React4__default = /*#__PURE__*/_interopDefault(React4);
|
|
20
19
|
var styled58__default = /*#__PURE__*/_interopDefault(styled58);
|
|
21
20
|
|
|
22
|
-
|
|
21
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
22
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
23
|
+
}) : x)(function(x) {
|
|
24
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
25
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
26
|
+
});
|
|
23
27
|
|
|
24
28
|
// src/theme/tokens.ts
|
|
25
29
|
var tokens = {
|
|
@@ -6333,6 +6337,11 @@ var AssistantMessageBase = ({
|
|
|
6333
6337
|
};
|
|
6334
6338
|
var AssistantMessage = React4.memo(AssistantMessageBase);
|
|
6335
6339
|
AssistantMessage.displayName = "AssistantMessage";
|
|
6340
|
+
var _useAgent;
|
|
6341
|
+
try {
|
|
6342
|
+
_useAgent = __require("@copilotkit/react-core/v2").useAgent;
|
|
6343
|
+
} catch {
|
|
6344
|
+
}
|
|
6336
6345
|
var REGISTRY_KEY = "__agentiffai_tool_call_registry__";
|
|
6337
6346
|
function getRegistryMap() {
|
|
6338
6347
|
const g = globalThis;
|