@agentiffai/design 1.4.3 → 1.4.4
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-DTASLUB2.d.cts → Window-Dm_I5m8i.d.cts} +2 -20
- package/dist/{Window-DTASLUB2.d.ts → Window-Dm_I5m8i.d.ts} +2 -20
- package/dist/copilotkit/index.cjs +463 -498
- package/dist/copilotkit/index.cjs.map +1 -1
- package/dist/copilotkit/index.d.cts +8 -98
- package/dist/copilotkit/index.d.ts +8 -98
- package/dist/copilotkit/index.js +454 -491
- package/dist/copilotkit/index.js.map +1 -1
- package/dist/index.cjs +2 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11,6 +11,7 @@ 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');
|
|
14
15
|
var textfield = require('@react-aria/textfield');
|
|
15
16
|
|
|
16
17
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -18,12 +19,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
18
19
|
var React4__default = /*#__PURE__*/_interopDefault(React4);
|
|
19
20
|
var styled58__default = /*#__PURE__*/_interopDefault(styled58);
|
|
20
21
|
|
|
21
|
-
|
|
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
|
-
});
|
|
22
|
+
// src/components/AssistantThinking/AssistantThinking.tsx
|
|
27
23
|
|
|
28
24
|
// src/theme/tokens.ts
|
|
29
25
|
var tokens = {
|
|
@@ -6337,11 +6333,6 @@ var AssistantMessageBase = ({
|
|
|
6337
6333
|
};
|
|
6338
6334
|
var AssistantMessage = React4.memo(AssistantMessageBase);
|
|
6339
6335
|
AssistantMessage.displayName = "AssistantMessage";
|
|
6340
|
-
var _useAgent;
|
|
6341
|
-
try {
|
|
6342
|
-
_useAgent = __require("@copilotkit/react-core/v2").useAgent;
|
|
6343
|
-
} catch {
|
|
6344
|
-
}
|
|
6345
6336
|
var REGISTRY_KEY = "__agentiffai_tool_call_registry__";
|
|
6346
6337
|
function getRegistryMap() {
|
|
6347
6338
|
const g = globalThis;
|