@carbon/ai-chat-components 0.3.0-canary.1.273 → 0.3.0-rc.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/custom-elements.json
CHANGED
|
@@ -66,6 +66,12 @@
|
|
|
66
66
|
}
|
|
67
67
|
]
|
|
68
68
|
},
|
|
69
|
+
{
|
|
70
|
+
"kind": "javascript-module",
|
|
71
|
+
"path": "src/components/processing/index.ts",
|
|
72
|
+
"declarations": [],
|
|
73
|
+
"exports": []
|
|
74
|
+
},
|
|
69
75
|
{
|
|
70
76
|
"kind": "javascript-module",
|
|
71
77
|
"path": "src/components/tile-container/index.ts",
|
|
@@ -183,63 +189,6 @@
|
|
|
183
189
|
}
|
|
184
190
|
]
|
|
185
191
|
},
|
|
186
|
-
{
|
|
187
|
-
"kind": "javascript-module",
|
|
188
|
-
"path": "src/components/processing/index.ts",
|
|
189
|
-
"declarations": [],
|
|
190
|
-
"exports": []
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"kind": "javascript-module",
|
|
194
|
-
"path": "src/components/tile-container/src/tile-container.ts",
|
|
195
|
-
"declarations": [
|
|
196
|
-
{
|
|
197
|
-
"kind": "class",
|
|
198
|
-
"description": "",
|
|
199
|
-
"name": "CDSAIChatTileContainer",
|
|
200
|
-
"members": [
|
|
201
|
-
{
|
|
202
|
-
"kind": "field",
|
|
203
|
-
"name": "slotEl",
|
|
204
|
-
"type": {
|
|
205
|
-
"text": "HTMLSlotElement"
|
|
206
|
-
},
|
|
207
|
-
"privacy": "private"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"kind": "field",
|
|
211
|
-
"name": "mutationObserver",
|
|
212
|
-
"type": {
|
|
213
|
-
"text": "MutationObserver | undefined"
|
|
214
|
-
},
|
|
215
|
-
"privacy": "private"
|
|
216
|
-
}
|
|
217
|
-
],
|
|
218
|
-
"superclass": {
|
|
219
|
-
"name": "LitElement",
|
|
220
|
-
"package": "lit"
|
|
221
|
-
},
|
|
222
|
-
"customElement": true
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"exports": [
|
|
226
|
-
{
|
|
227
|
-
"kind": "custom-element-definition",
|
|
228
|
-
"declaration": {
|
|
229
|
-
"name": "CDSAIChatTileContainer",
|
|
230
|
-
"module": "src/components/tile-container/src/tile-container.ts"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"kind": "js",
|
|
235
|
-
"name": "default",
|
|
236
|
-
"declaration": {
|
|
237
|
-
"name": "CDSAIChatTileContainer",
|
|
238
|
-
"module": "src/components/tile-container/src/tile-container.ts"
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
]
|
|
242
|
-
},
|
|
243
192
|
{
|
|
244
193
|
"kind": "javascript-module",
|
|
245
194
|
"path": "src/components/processing/src/processing.ts",
|
|
@@ -327,6 +276,57 @@
|
|
|
327
276
|
}
|
|
328
277
|
}
|
|
329
278
|
]
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"kind": "javascript-module",
|
|
282
|
+
"path": "src/components/tile-container/src/tile-container.ts",
|
|
283
|
+
"declarations": [
|
|
284
|
+
{
|
|
285
|
+
"kind": "class",
|
|
286
|
+
"description": "",
|
|
287
|
+
"name": "CDSAIChatTileContainer",
|
|
288
|
+
"members": [
|
|
289
|
+
{
|
|
290
|
+
"kind": "field",
|
|
291
|
+
"name": "slotEl",
|
|
292
|
+
"type": {
|
|
293
|
+
"text": "HTMLSlotElement"
|
|
294
|
+
},
|
|
295
|
+
"privacy": "private"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"kind": "field",
|
|
299
|
+
"name": "mutationObserver",
|
|
300
|
+
"type": {
|
|
301
|
+
"text": "MutationObserver | undefined"
|
|
302
|
+
},
|
|
303
|
+
"privacy": "private"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"superclass": {
|
|
307
|
+
"name": "LitElement",
|
|
308
|
+
"package": "lit"
|
|
309
|
+
},
|
|
310
|
+
"customElement": true
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"exports": [
|
|
314
|
+
{
|
|
315
|
+
"kind": "custom-element-definition",
|
|
316
|
+
"declaration": {
|
|
317
|
+
"name": "CDSAIChatTileContainer",
|
|
318
|
+
"module": "src/components/tile-container/src/tile-container.ts"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"kind": "js",
|
|
323
|
+
"name": "default",
|
|
324
|
+
"declaration": {
|
|
325
|
+
"name": "CDSAIChatTileContainer",
|
|
326
|
+
"module": "src/components/tile-container/src/tile-container.ts"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
330
|
}
|
|
331
331
|
]
|
|
332
332
|
}
|
package/dist/processing.min.js
CHANGED
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
*
|
|
16
16
|
* https://www.npmjs.com/package/tslib
|
|
17
17
|
* https://www.npmjs.com/package/lit
|
|
18
|
-
* https://www.npmjs.com/package/lit-element
|
|
19
18
|
* https://www.npmjs.com/package/lit-html
|
|
19
|
+
* https://www.npmjs.com/package/lit-element
|
|
20
20
|
* https://www.npmjs.com/package/@lit/reactive-element
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import{f as i,u as t,T as e,i as n,_ as o,a,x as r,t as s,p as d}from"./settings-
|
|
23
|
+
import{f as i,u as t,T as e,i as n,_ as o,a,x as r,t as s,p as d}from"./settings-DljrLGFI.js";
|
|
24
24
|
/**
|
|
25
25
|
* @license
|
|
26
26
|
* Copyright 2017 Google LLC
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
*
|
|
16
16
|
* https://www.npmjs.com/package/tslib
|
|
17
17
|
* https://www.npmjs.com/package/lit
|
|
18
|
-
* https://www.npmjs.com/package/lit-element
|
|
19
18
|
* https://www.npmjs.com/package/lit-html
|
|
19
|
+
* https://www.npmjs.com/package/lit-element
|
|
20
20
|
* https://www.npmjs.com/package/@lit/reactive-element
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
import{i as e,_ as t,t as i,a,p as s,x as d}from"./settings-
|
|
23
|
+
import{i as e,_ as t,t as i,a,p as s,x as d}from"./settings-DljrLGFI.js";
|
|
24
24
|
/**
|
|
25
25
|
* @license
|
|
26
26
|
* Copyright 2017 Google LLC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ai-chat-components",
|
|
3
|
-
"version": "0.3.0-
|
|
3
|
+
"version": "0.3.0-rc.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"directory": "packages/ai-chat"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
12
|
-
"access": "public"
|
|
12
|
+
"access": "public",
|
|
13
|
+
"provenance": true
|
|
13
14
|
},
|
|
14
15
|
"exports": {
|
|
15
16
|
"./es/*": "./es/*",
|
|
@@ -86,5 +87,5 @@
|
|
|
86
87
|
"vite": "^7.0.0",
|
|
87
88
|
"web-dev-server-plugin-lit-css": "^4.0.0"
|
|
88
89
|
},
|
|
89
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "b131d5ab578a0203540e54da9737f8a1b65278fe"
|
|
90
91
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
*
|
|
16
16
|
* https://www.npmjs.com/package/tslib
|
|
17
17
|
* https://www.npmjs.com/package/lit
|
|
18
|
-
* https://www.npmjs.com/package/lit-element
|
|
19
18
|
* https://www.npmjs.com/package/lit-html
|
|
19
|
+
* https://www.npmjs.com/package/lit-element
|
|
20
20
|
* https://www.npmjs.com/package/@lit/reactive-element
|
|
21
21
|
*/
|
|
22
22
|
|