@copilotkit/react-ui 0.7.0 → 0.9.0-alpha.0
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/.turbo/turbo-build.log +108 -105
- package/CHANGELOG.md +22 -0
- package/dist/{chunk-E5BOIXYO.mjs → chunk-6UJWRTL6.mjs} +2 -2
- package/dist/{chunk-46XC7ODX.mjs → chunk-752MT4QP.mjs} +3 -3
- package/dist/{chunk-SF56HSZW.mjs → chunk-BHJWB2SA.mjs} +2 -2
- package/dist/{chunk-4HK6C362.mjs → chunk-DHK56U5Z.mjs} +2 -2
- package/dist/{chunk-E2YBQYWM.mjs → chunk-JUGCIZPN.mjs} +2 -2
- package/dist/{chunk-QEXWZWJL.mjs → chunk-JUPNM7ZR.mjs} +2 -2
- package/dist/{chunk-BB6IP63P.mjs → chunk-RVWZKSLL.mjs} +2 -2
- package/dist/{chunk-XZFO2YEG.mjs → chunk-ZAS4O7XI.mjs} +4 -4
- package/dist/components/chat-components/chat-list.mjs +4 -4
- package/dist/components/chat-components/chat-message-actions.mjs +2 -2
- package/dist/components/chat-components/chat-message.mjs +3 -3
- package/dist/components/chat-components/chat-panel.mjs +3 -3
- package/dist/components/chat-components/copilot-chat.mjs +10 -10
- package/dist/components/chat-components/prompt-form.mjs +2 -2
- package/dist/components/chat-components/ui/codeblock.mjs +1 -1
- package/dist/components/index.mjs +13 -13
- package/dist/components/sidebar/copilot-sidebar-ui-provider.mjs +13 -13
- package/dist/components/sidebar/copilot-sidebar.mjs +11 -11
- package/dist/index.mjs +14 -14
- package/dist/lib/utils.test.d.ts +1 -0
- package/dist/lib/utils.test.mjs +8 -0
- package/dist/lib/utils.test.mjs.map +1 -0
- package/jest.config.js +5 -0
- package/package.json +9 -5
- package/src/lib/utils.test.ts +7 -0
- package/tsconfig.json +8 -1
- package/tsup.config.ts +5 -0
- /package/dist/{chunk-E5BOIXYO.mjs.map → chunk-6UJWRTL6.mjs.map} +0 -0
- /package/dist/{chunk-46XC7ODX.mjs.map → chunk-752MT4QP.mjs.map} +0 -0
- /package/dist/{chunk-SF56HSZW.mjs.map → chunk-BHJWB2SA.mjs.map} +0 -0
- /package/dist/{chunk-4HK6C362.mjs.map → chunk-DHK56U5Z.mjs.map} +0 -0
- /package/dist/{chunk-E2YBQYWM.mjs.map → chunk-JUGCIZPN.mjs.map} +0 -0
- /package/dist/{chunk-QEXWZWJL.mjs.map → chunk-JUPNM7ZR.mjs.map} +0 -0
- /package/dist/{chunk-BB6IP63P.mjs.map → chunk-RVWZKSLL.mjs.map} +0 -0
- /package/dist/{chunk-XZFO2YEG.mjs.map → chunk-ZAS4O7XI.mjs.map} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.
|
|
2
|
+
> @copilotkit/react-ui@0.9.0-alpha.0 build /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-ui
|
|
3
3
|
> tsup --treeshake
|
|
4
4
|
|
|
5
|
-
CLI Building entry: src/index.tsx, src/
|
|
5
|
+
CLI Building entry: src/index.tsx, src/context/index.ts, src/components/index.ts, src/lib/utils.test.ts, src/lib/utils.ts, src/hooks/index.ts, src/hooks/use-at-bottom.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-enter-submit.tsx, src/types/index.ts, src/types/types.ts, src/components/sidebar/copilot-sidebar-ui-provider.tsx, src/components/sidebar/copilot-sidebar.tsx, src/components/sidebar/sidebar-context.tsx, src/components/chat-components/chat-list.tsx, src/components/chat-components/chat-message-actions.tsx, src/components/chat-components/chat-message.tsx, src/components/chat-components/chat-panel.tsx, src/components/chat-components/chat-scroll-anchor.tsx, src/components/chat-components/clear-history.tsx, src/components/chat-components/copilot-chat.tsx, src/components/chat-components/default-empty-screen.tsx, src/components/chat-components/external-link.tsx, src/components/chat-components/markdown.tsx, src/components/chat-components/prompt-form.tsx, src/components/chat-components/theme-toggle.tsx, src/components/chat-components/toaster.tsx, src/components/chat-components/ui/alert-dialog.tsx, src/components/chat-components/ui/badge.tsx, src/components/chat-components/ui/button.tsx, src/components/chat-components/ui/codeblock.tsx, src/components/chat-components/ui/dialog.tsx, src/components/chat-components/ui/dropdown-menu.tsx, src/components/chat-components/ui/icons.tsx, src/components/chat-components/ui/input.tsx, src/components/chat-components/ui/label.tsx, src/components/chat-components/ui/select.tsx, src/components/chat-components/ui/separator.tsx, src/components/chat-components/ui/sheet.tsx, src/components/chat-components/ui/switch.tsx, src/components/chat-components/ui/textarea.tsx, src/components/chat-components/ui/tooltip.tsx
|
|
6
6
|
CLI Using tsconfig: tsconfig.json
|
|
7
7
|
CLI tsup v6.5.0
|
|
8
8
|
CLI Using tsup config: /Users/ataibarkai/LocalGit/Recursively.ai/CopilotKit/CopilotKit/packages/react-ui/tsup.config.ts
|
|
@@ -15,151 +15,153 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
15
15
|
DTS Build start
|
|
16
16
|
Generated an empty chunk: "types".
|
|
17
17
|
Generated an empty chunk: "chunk-7NSRDJ5C".
|
|
18
|
-
Generated an empty chunk: "chunk-U6NJWGTV".
|
|
19
18
|
Generated an empty chunk: "chunk-IU3WTXLQ".
|
|
19
|
+
Generated an empty chunk: "chunk-U6NJWGTV".
|
|
20
20
|
Generated an empty chunk: "chunk-H4VKQGVU".
|
|
21
21
|
ESM dist/index.css 23.69 KB
|
|
22
22
|
ESM dist/index.css.map 35.28 KB
|
|
23
23
|
ESM dist/types/types.mjs 67.00 B
|
|
24
24
|
ESM dist/chunk-U6NJWGTV.mjs 76.00 B
|
|
25
|
-
ESM dist/chunk-
|
|
25
|
+
ESM dist/chunk-H4VKQGVU.mjs 76.00 B
|
|
26
|
+
ESM dist/components/chat-components/ui/dropdown-menu.mjs 3.97 KB
|
|
27
|
+
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
26
28
|
ESM dist/components/chat-components/ui/tooltip.mjs 248.00 B
|
|
27
29
|
ESM dist/components/chat-components/ui/icons.mjs 527.00 B
|
|
28
|
-
ESM dist/components/chat-components/ui/
|
|
30
|
+
ESM dist/components/chat-components/ui/input.mjs 967.00 B
|
|
29
31
|
ESM dist/components/chat-components/ui/label.mjs 820.00 B
|
|
32
|
+
ESM dist/components/chat-components/ui/select.mjs 4.11 KB
|
|
30
33
|
ESM dist/components/chat-components/ui/sheet.mjs 3.93 KB
|
|
31
|
-
ESM dist/components/chat-components/ui/switch.mjs 1.33 KB
|
|
32
|
-
ESM dist/components/chat-components/ui/separator.mjs 203.00 B
|
|
33
34
|
ESM dist/components/chat-components/ui/textarea.mjs 894.00 B
|
|
34
|
-
ESM dist/components/chat-components/
|
|
35
|
-
ESM dist/components/
|
|
36
|
-
ESM dist/components/
|
|
35
|
+
ESM dist/components/chat-components/theme-toggle.mjs 1.04 KB
|
|
36
|
+
ESM dist/components/chat-components/prompt-form.mjs 337.00 B
|
|
37
|
+
ESM dist/components/chat-components/toaster.mjs 146.00 B
|
|
37
38
|
ESM dist/components/chat-components/ui/badge.mjs 1.18 KB
|
|
38
|
-
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
39
39
|
ESM dist/components/chat-components/ui/alert-dialog.mjs 404.00 B
|
|
40
40
|
ESM dist/components/chat-components/ui/button.mjs 213.00 B
|
|
41
41
|
ESM dist/components/chat-components/ui/codeblock.mjs 361.00 B
|
|
42
|
+
ESM dist/components/chat-components/ui/switch.mjs 1.33 KB
|
|
43
|
+
ESM dist/components/chat-components/chat-panel.mjs 370.00 B
|
|
42
44
|
ESM dist/components/chat-components/ui/dialog.mjs 4.32 KB
|
|
45
|
+
ESM dist/components/chat-components/chat-message.mjs 409.00 B
|
|
46
|
+
ESM dist/chunk-I2AB5FK4.mjs 4.50 KB
|
|
47
|
+
ESM dist/components/chat-components/clear-history.mjs 2.83 KB
|
|
48
|
+
ESM dist/components/chat-components/chat-scroll-anchor.mjs 210.00 B
|
|
43
49
|
ESM dist/components/chat-components/copilot-chat.mjs 794.00 B
|
|
44
50
|
ESM dist/components/chat-components/default-empty-screen.mjs 319.00 B
|
|
45
|
-
ESM dist/components/chat-components/ui/dropdown-menu.mjs 3.97 KB
|
|
46
|
-
ESM dist/components/chat-components/markdown.mjs 170.00 B
|
|
47
51
|
ESM dist/components/chat-components/external-link.mjs 166.00 B
|
|
48
|
-
ESM dist/
|
|
49
|
-
ESM dist/components/chat-components/
|
|
50
|
-
ESM dist/components/
|
|
51
|
-
ESM dist/components/chat-components/
|
|
52
|
+
ESM dist/hooks/use-enter-submit.mjs 165.00 B
|
|
53
|
+
ESM dist/components/chat-components/ui/separator.mjs 203.00 B
|
|
54
|
+
ESM dist/components/sidebar/copilot-sidebar.mjs 835.00 B
|
|
55
|
+
ESM dist/components/chat-components/markdown.mjs 170.00 B
|
|
56
|
+
ESM dist/components/sidebar/copilot-sidebar-ui-provider.mjs 927.00 B
|
|
57
|
+
ESM dist/components/sidebar/sidebar-context.mjs 177.00 B
|
|
58
|
+
ESM dist/index.mjs 1.02 KB
|
|
59
|
+
ESM dist/context/index.mjs 98.00 B
|
|
52
60
|
ESM dist/components/chat-components/chat-message-actions.mjs 319.00 B
|
|
53
|
-
ESM dist/components/
|
|
54
|
-
ESM dist/
|
|
55
|
-
ESM dist/
|
|
56
|
-
ESM dist/
|
|
57
|
-
ESM dist/chunk-
|
|
58
|
-
ESM dist/chunk-
|
|
59
|
-
ESM dist/
|
|
60
|
-
ESM dist/chunk-SF56HSZW.mjs 1.59 KB
|
|
61
|
-
ESM dist/chunk-XZFO2YEG.mjs 1.65 KB
|
|
61
|
+
ESM dist/components/index.mjs 978.00 B
|
|
62
|
+
ESM dist/chunk-752MT4QP.mjs 2.33 KB
|
|
63
|
+
ESM dist/chunk-BHJWB2SA.mjs 1.59 KB
|
|
64
|
+
ESM dist/chunk-JUGCIZPN.mjs 2.10 KB
|
|
65
|
+
ESM dist/chunk-DHK56U5Z.mjs 3.49 KB
|
|
66
|
+
ESM dist/chunk-ZAS4O7XI.mjs 1.65 KB
|
|
67
|
+
ESM dist/chunk-BS6RR2DJ.mjs 1.18 KB
|
|
62
68
|
ESM dist/chunk-VSNDSL6W.mjs 2.34 KB
|
|
69
|
+
ESM dist/chunk-KXJV37FS.mjs 908.00 B
|
|
70
|
+
ESM dist/chunk-BIPCPNHG.mjs 524.00 B
|
|
71
|
+
ESM dist/chunk-RSONJDLO.mjs 812.00 B
|
|
72
|
+
ESM dist/chunk-IU3WTXLQ.mjs 76.00 B
|
|
63
73
|
ESM dist/chunk-MC6KTH4X.mjs 297.00 B
|
|
64
|
-
ESM dist/chunk-
|
|
65
|
-
ESM dist/chunk-DOMJCSI6.mjs 906.00 B
|
|
66
|
-
ESM dist/chunk-BB6IP63P.mjs 854.00 B
|
|
74
|
+
ESM dist/chunk-RVWZKSLL.mjs 854.00 B
|
|
67
75
|
ESM dist/chunk-VQNV2DHJ.mjs 4.32 KB
|
|
68
|
-
ESM dist/chunk-
|
|
69
|
-
ESM dist/chunk-
|
|
70
|
-
ESM dist/chunk-
|
|
76
|
+
ESM dist/chunk-DOMJCSI6.mjs 906.00 B
|
|
77
|
+
ESM dist/chunk-6UJWRTL6.mjs 1.35 KB
|
|
78
|
+
ESM dist/chunk-JUPNM7ZR.mjs 3.00 KB
|
|
71
79
|
ESM dist/chunk-6LRNF2VU.mjs 403.00 B
|
|
72
|
-
ESM dist/chunk-
|
|
80
|
+
ESM dist/chunk-V6QYUEJR.mjs 1.84 KB
|
|
81
|
+
ESM dist/components/chat-components/chat-list.mjs 473.00 B
|
|
82
|
+
ESM dist/lib/utils.test.mjs 200.00 B
|
|
83
|
+
ESM dist/types/index.mjs 98.00 B
|
|
84
|
+
ESM dist/chunk-7NSRDJ5C.mjs 76.00 B
|
|
73
85
|
ESM dist/chunk-KR7MH7XO.mjs 21.81 KB
|
|
74
|
-
ESM dist/chunk-
|
|
75
|
-
ESM dist/context/index.mjs 98.00 B
|
|
76
|
-
ESM dist/chunk-RSONJDLO.mjs 812.00 B
|
|
77
|
-
ESM dist/index.mjs 1.02 KB
|
|
86
|
+
ESM dist/chunk-TVTG3V4F.mjs 1.01 KB
|
|
78
87
|
ESM dist/chunk-N7KB3Z57.mjs 654.00 B
|
|
79
|
-
ESM dist/hooks/index.mjs 98.00 B
|
|
80
|
-
ESM dist/chunk-6LAC5RA2.mjs 708.00 B
|
|
81
88
|
ESM dist/hooks/use-copy-to-clipboard.mjs 174.00 B
|
|
89
|
+
ESM dist/chunk-6LAC5RA2.mjs 708.00 B
|
|
82
90
|
ESM dist/hooks/use-at-bottom.mjs 159.00 B
|
|
83
|
-
ESM dist/chunk-TVTG3V4F.mjs 1.01 KB
|
|
84
|
-
ESM dist/components/index.mjs 978.00 B
|
|
85
|
-
ESM dist/chunk-MRXNTQOX.mjs 1.92 KB
|
|
86
|
-
ESM dist/chunk-BIPCPNHG.mjs 524.00 B
|
|
87
|
-
ESM dist/components/sidebar/copilot-sidebar-ui-provider.mjs 927.00 B
|
|
88
|
-
ESM dist/hooks/use-enter-submit.mjs 165.00 B
|
|
89
|
-
ESM dist/chunk-V6QYUEJR.mjs 1.84 KB
|
|
90
|
-
ESM dist/chunk-4HK6C362.mjs 3.49 KB
|
|
91
91
|
ESM dist/lib/utils.mjs 171.00 B
|
|
92
|
+
ESM dist/hooks/index.mjs 98.00 B
|
|
92
93
|
ESM dist/types/types.mjs.map 51.00 B
|
|
93
|
-
ESM dist/
|
|
94
|
-
ESM dist/chunk-
|
|
95
|
-
ESM dist/components/chat-components/ui/select.mjs.map 5.80 KB
|
|
96
|
-
ESM dist/components/chat-components/ui/icons.mjs.map 51.00 B
|
|
97
|
-
ESM dist/components/chat-components/ui/switch.mjs.map 1.65 KB
|
|
98
|
-
ESM dist/components/chat-components/ui/sheet.mjs.map 5.43 KB
|
|
99
|
-
ESM dist/components/chat-components/ui/separator.mjs.map 51.00 B
|
|
94
|
+
ESM dist/components/chat-components/ui/dropdown-menu.mjs.map 5.84 KB
|
|
95
|
+
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
100
96
|
ESM dist/components/chat-components/ui/tooltip.mjs.map 51.00 B
|
|
97
|
+
ESM dist/components/chat-components/ui/icons.mjs.map 51.00 B
|
|
101
98
|
ESM dist/components/chat-components/ui/input.mjs.map 1.24 KB
|
|
102
|
-
ESM dist/components/sidebar/sidebar-context.mjs.map 51.00 B
|
|
103
|
-
ESM dist/components/chat-components/ui/badge.mjs.map 1.69 KB
|
|
104
|
-
ESM dist/components/sidebar/copilot-sidebar.mjs.map 51.00 B
|
|
105
|
-
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
106
|
-
ESM dist/components/chat-components/ui/button.mjs.map 51.00 B
|
|
107
99
|
ESM dist/components/chat-components/ui/label.mjs.map 1.18 KB
|
|
108
|
-
ESM dist/components/chat-components/ui/
|
|
100
|
+
ESM dist/components/chat-components/ui/select.mjs.map 5.80 KB
|
|
101
|
+
ESM dist/components/chat-components/ui/sheet.mjs.map 5.43 KB
|
|
109
102
|
ESM dist/components/chat-components/ui/textarea.mjs.map 1.16 KB
|
|
110
|
-
ESM dist/components/chat-components/
|
|
111
|
-
ESM dist/components/chat-components/
|
|
112
|
-
ESM dist/components/chat-components/markdown.mjs.map 51.00 B
|
|
113
|
-
ESM dist/components/chat-components/external-link.mjs.map 51.00 B
|
|
114
|
-
ESM dist/components/chat-components/toaster.mjs.map 214.00 B
|
|
115
|
-
ESM dist/components/chat-components/chat-list.mjs.map 51.00 B
|
|
103
|
+
ESM dist/components/chat-components/theme-toggle.mjs.map 1.38 KB
|
|
104
|
+
ESM dist/components/chat-components/ui/badge.mjs.map 1.69 KB
|
|
116
105
|
ESM dist/components/chat-components/prompt-form.mjs.map 51.00 B
|
|
117
|
-
ESM dist/components/chat-components/
|
|
118
|
-
ESM dist/components/chat-components/
|
|
106
|
+
ESM dist/components/chat-components/toaster.mjs.map 214.00 B
|
|
107
|
+
ESM dist/components/chat-components/ui/alert-dialog.mjs.map 51.00 B
|
|
108
|
+
ESM dist/components/chat-components/ui/button.mjs.map 51.00 B
|
|
109
|
+
ESM dist/components/chat-components/ui/switch.mjs.map 1.65 KB
|
|
110
|
+
ESM dist/chunk-U6NJWGTV.mjs.map 51.00 B
|
|
119
111
|
ESM dist/components/chat-components/ui/codeblock.mjs.map 51.00 B
|
|
120
|
-
ESM dist/components/chat-components/
|
|
121
|
-
ESM dist/
|
|
122
|
-
ESM dist/
|
|
123
|
-
ESM dist/
|
|
112
|
+
ESM dist/components/chat-components/chat-panel.mjs.map 51.00 B
|
|
113
|
+
ESM dist/components/chat-components/ui/dialog.mjs.map 5.81 KB
|
|
114
|
+
ESM dist/components/chat-components/chat-message.mjs.map 51.00 B
|
|
115
|
+
ESM dist/components/chat-components/chat-scroll-anchor.mjs.map 51.00 B
|
|
124
116
|
ESM dist/components/chat-components/clear-history.mjs.map 3.39 KB
|
|
125
|
-
ESM dist/
|
|
126
|
-
ESM dist/components/chat-components/
|
|
127
|
-
ESM dist/
|
|
128
|
-
ESM dist/chunk-MC6KTH4X.mjs.map 520.00 B
|
|
129
|
-
ESM dist/chunk-VSNDSL6W.mjs.map 3.07 KB
|
|
130
|
-
ESM dist/chunk-QEXWZWJL.mjs.map 3.81 KB
|
|
131
|
-
ESM dist/chunk-KXJV37FS.mjs.map 1.14 KB
|
|
132
|
-
ESM dist/chunk-VQNV2DHJ.mjs.map 6.47 KB
|
|
133
|
-
ESM dist/chunk-BB6IP63P.mjs.map 1.30 KB
|
|
134
|
-
ESM dist/chunk-E5BOIXYO.mjs.map 1.74 KB
|
|
117
|
+
ESM dist/components/chat-components/copilot-chat.mjs.map 51.00 B
|
|
118
|
+
ESM dist/components/chat-components/default-empty-screen.mjs.map 51.00 B
|
|
119
|
+
ESM dist/hooks/use-enter-submit.mjs.map 51.00 B
|
|
135
120
|
ESM dist/chunk-H4VKQGVU.mjs.map 51.00 B
|
|
136
|
-
ESM dist/
|
|
137
|
-
ESM dist/
|
|
121
|
+
ESM dist/components/chat-components/external-link.mjs.map 51.00 B
|
|
122
|
+
ESM dist/components/chat-components/ui/separator.mjs.map 51.00 B
|
|
123
|
+
ESM dist/components/sidebar/copilot-sidebar.mjs.map 51.00 B
|
|
124
|
+
ESM dist/components/sidebar/copilot-sidebar-ui-provider.mjs.map 51.00 B
|
|
125
|
+
ESM dist/components/chat-components/markdown.mjs.map 51.00 B
|
|
126
|
+
ESM dist/index.mjs.map 51.00 B
|
|
138
127
|
ESM dist/context/index.mjs.map 51.00 B
|
|
139
|
-
ESM dist/chunk-E2YBQYWM.mjs.map 2.95 KB
|
|
140
|
-
ESM dist/chunk-RSONJDLO.mjs.map 1.29 KB
|
|
141
|
-
ESM dist/chunk-N7KB3Z57.mjs.map 1.01 KB
|
|
142
128
|
ESM dist/components/chat-components/chat-message-actions.mjs.map 51.00 B
|
|
143
|
-
ESM dist/hooks/index.mjs.map 51.00 B
|
|
144
|
-
ESM dist/chunk-KR7MH7XO.mjs.map 27.32 KB
|
|
145
|
-
ESM dist/chunk-6LAC5RA2.mjs.map 1.19 KB
|
|
146
|
-
ESM dist/components/chat-components/chat-panel.mjs.map 51.00 B
|
|
147
|
-
ESM dist/hooks/use-at-bottom.mjs.map 51.00 B
|
|
148
|
-
ESM dist/index.mjs.map 51.00 B
|
|
149
|
-
ESM dist/chunk-TVTG3V4F.mjs.map 1.75 KB
|
|
150
|
-
ESM dist/chunk-MRXNTQOX.mjs.map 71.00 B
|
|
151
129
|
ESM dist/components/index.mjs.map 51.00 B
|
|
152
|
-
ESM dist/
|
|
153
|
-
ESM dist/
|
|
154
|
-
ESM dist/
|
|
155
|
-
ESM dist/chunk-
|
|
156
|
-
ESM dist/chunk-
|
|
130
|
+
ESM dist/chunk-752MT4QP.mjs.map 3.45 KB
|
|
131
|
+
ESM dist/chunk-ZAS4O7XI.mjs.map 2.44 KB
|
|
132
|
+
ESM dist/chunk-BHJWB2SA.mjs.map 1.95 KB
|
|
133
|
+
ESM dist/chunk-DHK56U5Z.mjs.map 4.35 KB
|
|
134
|
+
ESM dist/chunk-BS6RR2DJ.mjs.map 1.55 KB
|
|
135
|
+
ESM dist/chunk-VSNDSL6W.mjs.map 3.07 KB
|
|
136
|
+
ESM dist/chunk-KXJV37FS.mjs.map 1.14 KB
|
|
157
137
|
ESM dist/chunk-BIPCPNHG.mjs.map 970.00 B
|
|
138
|
+
ESM dist/chunk-RSONJDLO.mjs.map 1.29 KB
|
|
139
|
+
ESM dist/chunk-IU3WTXLQ.mjs.map 51.00 B
|
|
140
|
+
ESM dist/chunk-RVWZKSLL.mjs.map 1.30 KB
|
|
141
|
+
ESM dist/chunk-VQNV2DHJ.mjs.map 6.47 KB
|
|
158
142
|
ESM dist/chunk-DOMJCSI6.mjs.map 1.27 KB
|
|
159
|
-
ESM dist/
|
|
143
|
+
ESM dist/chunk-6UJWRTL6.mjs.map 1.74 KB
|
|
144
|
+
ESM dist/chunk-JUPNM7ZR.mjs.map 3.81 KB
|
|
145
|
+
ESM dist/chunk-6LRNF2VU.mjs.map 556.00 B
|
|
146
|
+
ESM dist/chunk-V6QYUEJR.mjs.map 2.71 KB
|
|
147
|
+
ESM dist/lib/utils.test.mjs.map 349.00 B
|
|
148
|
+
ESM dist/chunk-7NSRDJ5C.mjs.map 51.00 B
|
|
149
|
+
ESM dist/types/index.mjs.map 51.00 B
|
|
150
|
+
ESM dist/chunk-KR7MH7XO.mjs.map 27.32 KB
|
|
151
|
+
ESM dist/chunk-N7KB3Z57.mjs.map 1.01 KB
|
|
152
|
+
ESM dist/hooks/use-copy-to-clipboard.mjs.map 51.00 B
|
|
153
|
+
ESM dist/chunk-TVTG3V4F.mjs.map 1.75 KB
|
|
154
|
+
ESM dist/hooks/use-at-bottom.mjs.map 51.00 B
|
|
160
155
|
ESM dist/lib/utils.mjs.map 51.00 B
|
|
161
|
-
ESM
|
|
162
|
-
|
|
156
|
+
ESM dist/chunk-MC6KTH4X.mjs.map 520.00 B
|
|
157
|
+
ESM dist/components/chat-components/chat-list.mjs.map 51.00 B
|
|
158
|
+
ESM dist/chunk-I2AB5FK4.mjs.map 6.66 KB
|
|
159
|
+
ESM dist/components/sidebar/sidebar-context.mjs.map 51.00 B
|
|
160
|
+
ESM dist/chunk-6LAC5RA2.mjs.map 1.19 KB
|
|
161
|
+
ESM dist/chunk-JUGCIZPN.mjs.map 2.95 KB
|
|
162
|
+
ESM dist/hooks/index.mjs.map 51.00 B
|
|
163
|
+
ESM ⚡️ Build success in 749ms
|
|
164
|
+
DTS ⚡️ Build success in 2330ms
|
|
163
165
|
DTS dist/index.d.ts 587.00 B
|
|
164
166
|
DTS dist/components/chat-components/copilot-chat.d.ts 496.00 B
|
|
165
167
|
DTS dist/components/chat-components/ui/tooltip.d.ts 640.00 B
|
|
@@ -167,13 +169,14 @@ DTS dist/components/sidebar/copilot-sidebar-ui-provider.d.ts 276.00 B
|
|
|
167
169
|
DTS dist/components/sidebar/copilot-sidebar.d.ts 181.00 B
|
|
168
170
|
DTS dist/components/sidebar/sidebar-context.d.ts 273.00 B
|
|
169
171
|
DTS dist/components/chat-components/default-empty-screen.d.ts 267.00 B
|
|
170
|
-
DTS dist/components/index.d.ts 521.00 B
|
|
171
172
|
DTS dist/context/index.d.ts 1.00 B
|
|
173
|
+
DTS dist/components/index.d.ts 521.00 B
|
|
174
|
+
DTS dist/lib/utils.test.d.ts 1.00 B
|
|
175
|
+
DTS dist/lib/utils.d.ts 357.00 B
|
|
172
176
|
DTS dist/hooks/index.d.ts 1.00 B
|
|
173
177
|
DTS dist/hooks/use-at-bottom.d.ts 81.00 B
|
|
174
178
|
DTS dist/hooks/use-copy-to-clipboard.d.ts 267.00 B
|
|
175
179
|
DTS dist/hooks/use-enter-submit.d.ts 219.00 B
|
|
176
|
-
DTS dist/lib/utils.d.ts 357.00 B
|
|
177
180
|
DTS dist/types/index.d.ts 1.00 B
|
|
178
181
|
DTS dist/types/types.d.ts 335.00 B
|
|
179
182
|
DTS dist/components/chat-components/chat-list.d.ts 172.00 B
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 0.9.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- textarea insertions deletions etc
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @copilotkit/react-core@0.8.0-alpha.0
|
|
13
|
+
|
|
14
|
+
## 0.8.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- ce193f7: Dependency fix
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [ce193f7]
|
|
23
|
+
- @copilotkit/react-core@0.7.0
|
|
24
|
+
|
|
3
25
|
## 0.7.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Button } from './chunk-V6QYUEJR.mjs';
|
|
2
2
|
import { IconCheck, IconCopy } from './chunk-KR7MH7XO.mjs';
|
|
3
|
-
import { useCopyToClipboard } from './chunk-6LAC5RA2.mjs';
|
|
4
3
|
import { cn } from './chunk-TVTG3V4F.mjs';
|
|
4
|
+
import { useCopyToClipboard } from './chunk-6LAC5RA2.mjs';
|
|
5
5
|
import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
7
|
|
|
@@ -42,4 +42,4 @@ function ChatMessageActions(_a) {
|
|
|
42
42
|
|
|
43
43
|
export { ChatMessageActions };
|
|
44
44
|
//# sourceMappingURL=out.js.map
|
|
45
|
-
//# sourceMappingURL=chunk-
|
|
45
|
+
//# sourceMappingURL=chunk-6UJWRTL6.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CopilotSidebar } from './chunk-
|
|
2
|
-
import { CopilotSidebarContext } from './chunk-MC6KTH4X.mjs';
|
|
1
|
+
import { CopilotSidebar } from './chunk-BHJWB2SA.mjs';
|
|
3
2
|
import { TooltipProvider } from './chunk-BS6RR2DJ.mjs';
|
|
3
|
+
import { CopilotSidebarContext } from './chunk-MC6KTH4X.mjs';
|
|
4
4
|
import { useState, useCallback } from 'react';
|
|
5
5
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
6
6
|
|
|
@@ -69,4 +69,4 @@ function CopilotSidebarUIProvider({
|
|
|
69
69
|
|
|
70
70
|
export { CopilotSidebarUIProvider };
|
|
71
71
|
//# sourceMappingURL=out.js.map
|
|
72
|
-
//# sourceMappingURL=chunk-
|
|
72
|
+
//# sourceMappingURL=chunk-752MT4QP.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CopilotChat } from './chunk-
|
|
1
|
+
import { CopilotChat } from './chunk-ZAS4O7XI.mjs';
|
|
2
2
|
import { __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
3
3
|
import { XMarkIcon } from '@heroicons/react/24/outline';
|
|
4
4
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
@@ -45,4 +45,4 @@ function TopBar(props) {
|
|
|
45
45
|
|
|
46
46
|
export { CopilotSidebar };
|
|
47
47
|
//# sourceMappingURL=out.js.map
|
|
48
|
-
//# sourceMappingURL=chunk-
|
|
48
|
+
//# sourceMappingURL=chunk-BHJWB2SA.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Tooltip, TooltipTrigger, TooltipContent } from './chunk-BS6RR2DJ.mjs';
|
|
2
|
+
import { useEnterSubmit } from './chunk-BIPCPNHG.mjs';
|
|
2
3
|
import { buttonVariants, Button } from './chunk-V6QYUEJR.mjs';
|
|
3
4
|
import { IconPlus, IconArrowElbow } from './chunk-KR7MH7XO.mjs';
|
|
4
|
-
import { useEnterSubmit } from './chunk-BIPCPNHG.mjs';
|
|
5
5
|
import { cn } from './chunk-TVTG3V4F.mjs';
|
|
6
6
|
import { __async } from './chunk-MRXNTQOX.mjs';
|
|
7
7
|
import * as React from 'react';
|
|
@@ -103,4 +103,4 @@ function PromptForm({
|
|
|
103
103
|
|
|
104
104
|
export { PromptForm };
|
|
105
105
|
//# sourceMappingURL=out.js.map
|
|
106
|
-
//# sourceMappingURL=chunk-
|
|
106
|
+
//# sourceMappingURL=chunk-DHK56U5Z.mjs.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PromptForm } from './chunk-
|
|
1
|
+
import { PromptForm } from './chunk-DHK56U5Z.mjs';
|
|
2
2
|
import { Button } from './chunk-V6QYUEJR.mjs';
|
|
3
3
|
import { IconStop, IconRefresh } from './chunk-KR7MH7XO.mjs';
|
|
4
4
|
import { __async } from './chunk-MRXNTQOX.mjs';
|
|
@@ -66,4 +66,4 @@ function ChatPanel({
|
|
|
66
66
|
|
|
67
67
|
export { ChatPanel };
|
|
68
68
|
//# sourceMappingURL=out.js.map
|
|
69
|
-
//# sourceMappingURL=chunk-
|
|
69
|
+
//# sourceMappingURL=chunk-JUGCIZPN.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CodeBlock } from './chunk-VQNV2DHJ.mjs';
|
|
2
2
|
import { MemoizedReactMarkdown } from './chunk-6LRNF2VU.mjs';
|
|
3
|
-
import { ChatMessageActions } from './chunk-
|
|
3
|
+
import { ChatMessageActions } from './chunk-6UJWRTL6.mjs';
|
|
4
4
|
import { IconUser, IconOpenAI } from './chunk-KR7MH7XO.mjs';
|
|
5
5
|
import { cn } from './chunk-TVTG3V4F.mjs';
|
|
6
6
|
import { __objRest, __spreadProps, __spreadValues } from './chunk-MRXNTQOX.mjs';
|
|
@@ -72,4 +72,4 @@ function ChatMessage(_a) {
|
|
|
72
72
|
|
|
73
73
|
export { ChatMessage };
|
|
74
74
|
//# sourceMappingURL=out.js.map
|
|
75
|
-
//# sourceMappingURL=chunk-
|
|
75
|
+
//# sourceMappingURL=chunk-JUPNM7ZR.mjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Separator } from './chunk-DOMJCSI6.mjs';
|
|
2
|
-
import { ChatMessage } from './chunk-
|
|
2
|
+
import { ChatMessage } from './chunk-JUPNM7ZR.mjs';
|
|
3
3
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
|
|
5
5
|
function ChatList({ messages }) {
|
|
@@ -26,4 +26,4 @@ function ChatList({ messages }) {
|
|
|
26
26
|
|
|
27
27
|
export { ChatList };
|
|
28
28
|
//# sourceMappingURL=out.js.map
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-RVWZKSLL.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChatList } from './chunk-BB6IP63P.mjs';
|
|
3
|
-
import { ChatPanel } from './chunk-E2YBQYWM.mjs';
|
|
1
|
+
import { ChatPanel } from './chunk-JUGCIZPN.mjs';
|
|
4
2
|
import { ChatScrollAnchor } from './chunk-RSONJDLO.mjs';
|
|
3
|
+
import { DefaultEmptyScreen } from './chunk-VSNDSL6W.mjs';
|
|
4
|
+
import { ChatList } from './chunk-RVWZKSLL.mjs';
|
|
5
5
|
import { useCopilotChat } from '@copilotkit/react-core';
|
|
6
6
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
7
7
|
|
|
@@ -50,4 +50,4 @@ function CopilotChat({
|
|
|
50
50
|
|
|
51
51
|
export { CopilotChat };
|
|
52
52
|
//# sourceMappingURL=out.js.map
|
|
53
|
-
//# sourceMappingURL=chunk-
|
|
53
|
+
//# sourceMappingURL=chunk-ZAS4O7XI.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { ChatList } from '../../chunk-
|
|
1
|
+
export { ChatList } from '../../chunk-RVWZKSLL.mjs';
|
|
2
2
|
import '../../chunk-DOMJCSI6.mjs';
|
|
3
|
-
import '../../chunk-
|
|
3
|
+
import '../../chunk-JUPNM7ZR.mjs';
|
|
4
4
|
import '../../chunk-VQNV2DHJ.mjs';
|
|
5
5
|
import '../../chunk-6LRNF2VU.mjs';
|
|
6
|
-
import '../../chunk-
|
|
6
|
+
import '../../chunk-6UJWRTL6.mjs';
|
|
7
7
|
import '../../chunk-V6QYUEJR.mjs';
|
|
8
8
|
import '../../chunk-KR7MH7XO.mjs';
|
|
9
|
-
import '../../chunk-6LAC5RA2.mjs';
|
|
10
9
|
import '../../chunk-TVTG3V4F.mjs';
|
|
10
|
+
import '../../chunk-6LAC5RA2.mjs';
|
|
11
11
|
import '../../chunk-MRXNTQOX.mjs';
|
|
12
12
|
//# sourceMappingURL=out.js.map
|
|
13
13
|
//# sourceMappingURL=chat-list.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { ChatMessageActions } from '../../chunk-
|
|
1
|
+
export { ChatMessageActions } from '../../chunk-6UJWRTL6.mjs';
|
|
2
2
|
import '../../chunk-V6QYUEJR.mjs';
|
|
3
3
|
import '../../chunk-KR7MH7XO.mjs';
|
|
4
|
-
import '../../chunk-6LAC5RA2.mjs';
|
|
5
4
|
import '../../chunk-TVTG3V4F.mjs';
|
|
5
|
+
import '../../chunk-6LAC5RA2.mjs';
|
|
6
6
|
import '../../chunk-MRXNTQOX.mjs';
|
|
7
7
|
//# sourceMappingURL=out.js.map
|
|
8
8
|
//# sourceMappingURL=chat-message-actions.mjs.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { ChatMessage } from '../../chunk-
|
|
1
|
+
export { ChatMessage } from '../../chunk-JUPNM7ZR.mjs';
|
|
2
2
|
import '../../chunk-VQNV2DHJ.mjs';
|
|
3
3
|
import '../../chunk-6LRNF2VU.mjs';
|
|
4
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-6UJWRTL6.mjs';
|
|
5
5
|
import '../../chunk-V6QYUEJR.mjs';
|
|
6
6
|
import '../../chunk-KR7MH7XO.mjs';
|
|
7
|
-
import '../../chunk-6LAC5RA2.mjs';
|
|
8
7
|
import '../../chunk-TVTG3V4F.mjs';
|
|
8
|
+
import '../../chunk-6LAC5RA2.mjs';
|
|
9
9
|
import '../../chunk-MRXNTQOX.mjs';
|
|
10
10
|
//# sourceMappingURL=out.js.map
|
|
11
11
|
//# sourceMappingURL=chat-message.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { ChatPanel } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { ChatPanel } from '../../chunk-JUGCIZPN.mjs';
|
|
2
|
+
import '../../chunk-DHK56U5Z.mjs';
|
|
3
3
|
import '../../chunk-BS6RR2DJ.mjs';
|
|
4
|
+
import '../../chunk-BIPCPNHG.mjs';
|
|
4
5
|
import '../../chunk-V6QYUEJR.mjs';
|
|
5
6
|
import '../../chunk-KR7MH7XO.mjs';
|
|
6
|
-
import '../../chunk-BIPCPNHG.mjs';
|
|
7
7
|
import '../../chunk-TVTG3V4F.mjs';
|
|
8
8
|
import '../../chunk-MRXNTQOX.mjs';
|
|
9
9
|
//# sourceMappingURL=out.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export { CopilotChat } from '../../chunk-
|
|
1
|
+
export { CopilotChat } from '../../chunk-ZAS4O7XI.mjs';
|
|
2
|
+
import '../../chunk-JUGCIZPN.mjs';
|
|
3
|
+
import '../../chunk-DHK56U5Z.mjs';
|
|
4
|
+
import '../../chunk-BS6RR2DJ.mjs';
|
|
5
|
+
import '../../chunk-RSONJDLO.mjs';
|
|
2
6
|
import '../../chunk-VSNDSL6W.mjs';
|
|
3
7
|
import '../../chunk-KXJV37FS.mjs';
|
|
4
|
-
import '../../chunk-
|
|
8
|
+
import '../../chunk-BIPCPNHG.mjs';
|
|
9
|
+
import '../../chunk-RVWZKSLL.mjs';
|
|
5
10
|
import '../../chunk-DOMJCSI6.mjs';
|
|
6
|
-
import '../../chunk-
|
|
11
|
+
import '../../chunk-JUPNM7ZR.mjs';
|
|
7
12
|
import '../../chunk-VQNV2DHJ.mjs';
|
|
8
13
|
import '../../chunk-6LRNF2VU.mjs';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-E2YBQYWM.mjs';
|
|
11
|
-
import '../../chunk-4HK6C362.mjs';
|
|
12
|
-
import '../../chunk-BS6RR2DJ.mjs';
|
|
13
|
-
import '../../chunk-RSONJDLO.mjs';
|
|
14
|
+
import '../../chunk-6UJWRTL6.mjs';
|
|
14
15
|
import '../../chunk-V6QYUEJR.mjs';
|
|
15
16
|
import '../../chunk-KR7MH7XO.mjs';
|
|
17
|
+
import '../../chunk-TVTG3V4F.mjs';
|
|
16
18
|
import '../../chunk-N7KB3Z57.mjs';
|
|
17
19
|
import '../../chunk-6LAC5RA2.mjs';
|
|
18
|
-
import '../../chunk-BIPCPNHG.mjs';
|
|
19
|
-
import '../../chunk-TVTG3V4F.mjs';
|
|
20
20
|
import '../../chunk-MRXNTQOX.mjs';
|
|
21
21
|
//# sourceMappingURL=out.js.map
|
|
22
22
|
//# sourceMappingURL=copilot-chat.mjs.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { PromptForm } from '../../chunk-
|
|
1
|
+
export { PromptForm } from '../../chunk-DHK56U5Z.mjs';
|
|
2
2
|
import '../../chunk-BS6RR2DJ.mjs';
|
|
3
|
+
import '../../chunk-BIPCPNHG.mjs';
|
|
3
4
|
import '../../chunk-V6QYUEJR.mjs';
|
|
4
5
|
import '../../chunk-KR7MH7XO.mjs';
|
|
5
|
-
import '../../chunk-BIPCPNHG.mjs';
|
|
6
6
|
import '../../chunk-TVTG3V4F.mjs';
|
|
7
7
|
import '../../chunk-MRXNTQOX.mjs';
|
|
8
8
|
//# sourceMappingURL=out.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { CodeBlock, generateRandomString, programmingLanguages } from '../../../chunk-VQNV2DHJ.mjs';
|
|
2
2
|
import '../../../chunk-V6QYUEJR.mjs';
|
|
3
3
|
import '../../../chunk-KR7MH7XO.mjs';
|
|
4
|
-
import '../../../chunk-6LAC5RA2.mjs';
|
|
5
4
|
import '../../../chunk-TVTG3V4F.mjs';
|
|
5
|
+
import '../../../chunk-6LAC5RA2.mjs';
|
|
6
6
|
import '../../../chunk-MRXNTQOX.mjs';
|
|
7
7
|
//# sourceMappingURL=out.js.map
|
|
8
8
|
//# sourceMappingURL=codeblock.mjs.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import '../chunk-U6NJWGTV.mjs';
|
|
2
|
-
export { CopilotSidebarUIProvider } from '../chunk-
|
|
3
|
-
export { CopilotSidebar } from '../chunk-
|
|
4
|
-
export {
|
|
5
|
-
|
|
2
|
+
export { CopilotSidebarUIProvider } from '../chunk-752MT4QP.mjs';
|
|
3
|
+
export { CopilotSidebar } from '../chunk-BHJWB2SA.mjs';
|
|
4
|
+
export { CopilotChat } from '../chunk-ZAS4O7XI.mjs';
|
|
5
|
+
import '../chunk-JUGCIZPN.mjs';
|
|
6
|
+
import '../chunk-DHK56U5Z.mjs';
|
|
7
|
+
export { Tooltip, TooltipProvider } from '../chunk-BS6RR2DJ.mjs';
|
|
8
|
+
import '../chunk-RSONJDLO.mjs';
|
|
6
9
|
import '../chunk-VSNDSL6W.mjs';
|
|
7
10
|
import '../chunk-KXJV37FS.mjs';
|
|
8
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-BIPCPNHG.mjs';
|
|
12
|
+
export { CopilotSidebarContext } from '../chunk-MC6KTH4X.mjs';
|
|
13
|
+
import '../chunk-RVWZKSLL.mjs';
|
|
9
14
|
import '../chunk-DOMJCSI6.mjs';
|
|
10
|
-
import '../chunk-
|
|
15
|
+
import '../chunk-JUPNM7ZR.mjs';
|
|
11
16
|
import '../chunk-VQNV2DHJ.mjs';
|
|
12
17
|
import '../chunk-6LRNF2VU.mjs';
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-E2YBQYWM.mjs';
|
|
15
|
-
import '../chunk-4HK6C362.mjs';
|
|
16
|
-
export { Tooltip, TooltipProvider } from '../chunk-BS6RR2DJ.mjs';
|
|
17
|
-
import '../chunk-RSONJDLO.mjs';
|
|
18
|
+
import '../chunk-6UJWRTL6.mjs';
|
|
18
19
|
import '../chunk-V6QYUEJR.mjs';
|
|
19
20
|
import '../chunk-KR7MH7XO.mjs';
|
|
21
|
+
import '../chunk-TVTG3V4F.mjs';
|
|
20
22
|
import '../chunk-N7KB3Z57.mjs';
|
|
21
23
|
import '../chunk-6LAC5RA2.mjs';
|
|
22
|
-
import '../chunk-BIPCPNHG.mjs';
|
|
23
|
-
import '../chunk-TVTG3V4F.mjs';
|
|
24
24
|
import '../chunk-MRXNTQOX.mjs';
|
|
25
25
|
//# sourceMappingURL=out.js.map
|
|
26
26
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export { CopilotSidebarUIProvider } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
3
|
-
import '../../chunk-
|
|
4
|
-
import '../../chunk-
|
|
1
|
+
export { CopilotSidebarUIProvider } from '../../chunk-752MT4QP.mjs';
|
|
2
|
+
import '../../chunk-BHJWB2SA.mjs';
|
|
3
|
+
import '../../chunk-ZAS4O7XI.mjs';
|
|
4
|
+
import '../../chunk-JUGCIZPN.mjs';
|
|
5
|
+
import '../../chunk-DHK56U5Z.mjs';
|
|
6
|
+
import '../../chunk-BS6RR2DJ.mjs';
|
|
7
|
+
import '../../chunk-RSONJDLO.mjs';
|
|
5
8
|
import '../../chunk-VSNDSL6W.mjs';
|
|
6
9
|
import '../../chunk-KXJV37FS.mjs';
|
|
7
|
-
import '../../chunk-
|
|
10
|
+
import '../../chunk-BIPCPNHG.mjs';
|
|
11
|
+
import '../../chunk-MC6KTH4X.mjs';
|
|
12
|
+
import '../../chunk-RVWZKSLL.mjs';
|
|
8
13
|
import '../../chunk-DOMJCSI6.mjs';
|
|
9
|
-
import '../../chunk-
|
|
14
|
+
import '../../chunk-JUPNM7ZR.mjs';
|
|
10
15
|
import '../../chunk-VQNV2DHJ.mjs';
|
|
11
16
|
import '../../chunk-6LRNF2VU.mjs';
|
|
12
|
-
import '../../chunk-
|
|
13
|
-
import '../../chunk-E2YBQYWM.mjs';
|
|
14
|
-
import '../../chunk-4HK6C362.mjs';
|
|
15
|
-
import '../../chunk-BS6RR2DJ.mjs';
|
|
16
|
-
import '../../chunk-RSONJDLO.mjs';
|
|
17
|
+
import '../../chunk-6UJWRTL6.mjs';
|
|
17
18
|
import '../../chunk-V6QYUEJR.mjs';
|
|
18
19
|
import '../../chunk-KR7MH7XO.mjs';
|
|
20
|
+
import '../../chunk-TVTG3V4F.mjs';
|
|
19
21
|
import '../../chunk-N7KB3Z57.mjs';
|
|
20
22
|
import '../../chunk-6LAC5RA2.mjs';
|
|
21
|
-
import '../../chunk-BIPCPNHG.mjs';
|
|
22
|
-
import '../../chunk-TVTG3V4F.mjs';
|
|
23
23
|
import '../../chunk-MRXNTQOX.mjs';
|
|
24
24
|
//# sourceMappingURL=out.js.map
|
|
25
25
|
//# sourceMappingURL=copilot-sidebar-ui-provider.mjs.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { CopilotSidebar } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { CopilotSidebar } from '../../chunk-BHJWB2SA.mjs';
|
|
2
|
+
import '../../chunk-ZAS4O7XI.mjs';
|
|
3
|
+
import '../../chunk-JUGCIZPN.mjs';
|
|
4
|
+
import '../../chunk-DHK56U5Z.mjs';
|
|
5
|
+
import '../../chunk-BS6RR2DJ.mjs';
|
|
6
|
+
import '../../chunk-RSONJDLO.mjs';
|
|
3
7
|
import '../../chunk-VSNDSL6W.mjs';
|
|
4
8
|
import '../../chunk-KXJV37FS.mjs';
|
|
5
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-BIPCPNHG.mjs';
|
|
10
|
+
import '../../chunk-RVWZKSLL.mjs';
|
|
6
11
|
import '../../chunk-DOMJCSI6.mjs';
|
|
7
|
-
import '../../chunk-
|
|
12
|
+
import '../../chunk-JUPNM7ZR.mjs';
|
|
8
13
|
import '../../chunk-VQNV2DHJ.mjs';
|
|
9
14
|
import '../../chunk-6LRNF2VU.mjs';
|
|
10
|
-
import '../../chunk-
|
|
11
|
-
import '../../chunk-E2YBQYWM.mjs';
|
|
12
|
-
import '../../chunk-4HK6C362.mjs';
|
|
13
|
-
import '../../chunk-BS6RR2DJ.mjs';
|
|
14
|
-
import '../../chunk-RSONJDLO.mjs';
|
|
15
|
+
import '../../chunk-6UJWRTL6.mjs';
|
|
15
16
|
import '../../chunk-V6QYUEJR.mjs';
|
|
16
17
|
import '../../chunk-KR7MH7XO.mjs';
|
|
18
|
+
import '../../chunk-TVTG3V4F.mjs';
|
|
17
19
|
import '../../chunk-N7KB3Z57.mjs';
|
|
18
20
|
import '../../chunk-6LAC5RA2.mjs';
|
|
19
|
-
import '../../chunk-BIPCPNHG.mjs';
|
|
20
|
-
import '../../chunk-TVTG3V4F.mjs';
|
|
21
21
|
import '../../chunk-MRXNTQOX.mjs';
|
|
22
22
|
//# sourceMappingURL=out.js.map
|
|
23
23
|
//# sourceMappingURL=copilot-sidebar.mjs.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import './chunk-7NSRDJ5C.mjs';
|
|
2
|
+
import './chunk-IU3WTXLQ.mjs';
|
|
2
3
|
import './chunk-U6NJWGTV.mjs';
|
|
3
|
-
export { CopilotSidebarUIProvider } from './chunk-
|
|
4
|
-
export { CopilotSidebar } from './chunk-
|
|
5
|
-
export {
|
|
6
|
-
|
|
4
|
+
export { CopilotSidebarUIProvider } from './chunk-752MT4QP.mjs';
|
|
5
|
+
export { CopilotSidebar } from './chunk-BHJWB2SA.mjs';
|
|
6
|
+
export { CopilotChat } from './chunk-ZAS4O7XI.mjs';
|
|
7
|
+
import './chunk-JUGCIZPN.mjs';
|
|
8
|
+
import './chunk-DHK56U5Z.mjs';
|
|
9
|
+
export { Tooltip, TooltipProvider } from './chunk-BS6RR2DJ.mjs';
|
|
10
|
+
import './chunk-RSONJDLO.mjs';
|
|
7
11
|
import './chunk-VSNDSL6W.mjs';
|
|
8
12
|
import './chunk-KXJV37FS.mjs';
|
|
9
|
-
import './chunk-
|
|
13
|
+
import './chunk-BIPCPNHG.mjs';
|
|
14
|
+
export { CopilotSidebarContext } from './chunk-MC6KTH4X.mjs';
|
|
15
|
+
import './chunk-RVWZKSLL.mjs';
|
|
10
16
|
import './chunk-DOMJCSI6.mjs';
|
|
11
|
-
import './chunk-
|
|
17
|
+
import './chunk-JUPNM7ZR.mjs';
|
|
12
18
|
import './chunk-VQNV2DHJ.mjs';
|
|
13
19
|
import './chunk-6LRNF2VU.mjs';
|
|
14
|
-
import './chunk-
|
|
15
|
-
import './chunk-E2YBQYWM.mjs';
|
|
16
|
-
import './chunk-4HK6C362.mjs';
|
|
17
|
-
export { Tooltip, TooltipProvider } from './chunk-BS6RR2DJ.mjs';
|
|
18
|
-
import './chunk-RSONJDLO.mjs';
|
|
20
|
+
import './chunk-6UJWRTL6.mjs';
|
|
19
21
|
import './chunk-V6QYUEJR.mjs';
|
|
20
22
|
import './chunk-KR7MH7XO.mjs';
|
|
21
|
-
import './chunk-
|
|
23
|
+
import './chunk-TVTG3V4F.mjs';
|
|
22
24
|
import './chunk-H4VKQGVU.mjs';
|
|
23
25
|
import './chunk-N7KB3Z57.mjs';
|
|
24
26
|
import './chunk-6LAC5RA2.mjs';
|
|
25
|
-
import './chunk-BIPCPNHG.mjs';
|
|
26
|
-
import './chunk-TVTG3V4F.mjs';
|
|
27
27
|
import './chunk-MRXNTQOX.mjs';
|
|
28
28
|
//# sourceMappingURL=out.js.map
|
|
29
29
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/utils.test.ts"],"names":[],"mappings":";AAEA,SAAS,aAAa,MAAM;AAC1B,KAAG,oBAAoB,MAAM;AAC3B,WAAO,IAAI,EAAE,WAAW;AAAA,EAC1B,CAAC;AACH,CAAC","sourcesContent":["import * as utils from \"./utils\";\n\ndescribe(\"emptyTest\", () => {\n it(\"should be truthy\", () => {\n expect(true).toBeTruthy();\n });\n});\n"]}
|
package/jest.config.js
ADDED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.
|
|
7
|
+
"version": "0.9.0-alpha.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -19,17 +19,20 @@
|
|
|
19
19
|
"react": "^18.2.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
+
"@types/jest": "^29.5.4",
|
|
22
23
|
"@types/react": "^18.2.5",
|
|
23
24
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
24
25
|
"eslint": "^7.32.0",
|
|
26
|
+
"jest": "^29.6.4",
|
|
25
27
|
"postcss": "^8.4.20",
|
|
26
28
|
"react": "^18.2.0",
|
|
27
29
|
"tailwindcss": "^3.3.0",
|
|
30
|
+
"ts-jest": "^29.1.1",
|
|
28
31
|
"tsup": "^6.1.3",
|
|
29
32
|
"typescript": "^4.9.4",
|
|
30
|
-
"eslint-config-custom": "0.2.0",
|
|
31
33
|
"tailwind-config": "0.1.0",
|
|
32
|
-
"tsconfig": "0.3.0"
|
|
34
|
+
"tsconfig": "0.3.0",
|
|
35
|
+
"eslint-config-custom": "0.2.0"
|
|
33
36
|
},
|
|
34
37
|
"dependencies": {
|
|
35
38
|
"@heroicons/react": "^2.0.18",
|
|
@@ -42,7 +45,7 @@
|
|
|
42
45
|
"@radix-ui/react-slot": "^1.0.2",
|
|
43
46
|
"@radix-ui/react-switch": "^1.0.3",
|
|
44
47
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
45
|
-
"ai": "^2.
|
|
48
|
+
"ai": "^2.2.12",
|
|
46
49
|
"class-variance-authority": "^0.6.1",
|
|
47
50
|
"clsx": "^1.2.1",
|
|
48
51
|
"nanoid": "^4.0.2",
|
|
@@ -56,11 +59,12 @@
|
|
|
56
59
|
"remark-gfm": "^3.0.1",
|
|
57
60
|
"remark-math": "^5.1.1",
|
|
58
61
|
"tailwind-merge": "^1.13.2",
|
|
59
|
-
"@copilotkit/react-core": "0.
|
|
62
|
+
"@copilotkit/react-core": "0.8.0-alpha.0"
|
|
60
63
|
},
|
|
61
64
|
"scripts": {
|
|
62
65
|
"build": "tsup --treeshake",
|
|
63
66
|
"dev": "tsup --watch --no-splitting",
|
|
67
|
+
"test": "jest",
|
|
64
68
|
"check-types": "tsc --noEmit",
|
|
65
69
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next"
|
|
66
70
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "tsconfig/react-library.json",
|
|
3
3
|
"include": ["."],
|
|
4
|
-
"exclude": [
|
|
4
|
+
"exclude": [
|
|
5
|
+
"dist",
|
|
6
|
+
"build",
|
|
7
|
+
"node_modules",
|
|
8
|
+
"**/*.test.ts", // Exclude TypeScript test files
|
|
9
|
+
"**/*.test.tsx", // Exclude TypeScript React test files
|
|
10
|
+
"**/__tests__/*" // Exclude any files inside a __tests__ directory
|
|
11
|
+
]
|
|
5
12
|
}
|
package/tsup.config.ts
CHANGED
|
@@ -8,5 +8,10 @@ export default defineConfig((options: Options) => ({
|
|
|
8
8
|
clean: true,
|
|
9
9
|
external: ["react"],
|
|
10
10
|
sourcemap: true,
|
|
11
|
+
exclude: [
|
|
12
|
+
"**/*.test.ts", // Exclude TypeScript test files
|
|
13
|
+
"**/*.test.tsx", // Exclude TypeScript React test files
|
|
14
|
+
"**/__tests__/*", // Exclude any files inside a __tests__ directory
|
|
15
|
+
],
|
|
11
16
|
...options,
|
|
12
17
|
}));
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|