@carbon/ai-chat-components 1.0.0-rc.2 → 1.0.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 +105 -105
- package/package.json +2 -2
- package/telemetry.yml +77 -2
package/custom-elements.json
CHANGED
|
@@ -15224,6 +15224,111 @@
|
|
|
15224
15224
|
}
|
|
15225
15225
|
]
|
|
15226
15226
|
},
|
|
15227
|
+
{
|
|
15228
|
+
"kind": "javascript-module",
|
|
15229
|
+
"path": "src/components/markdown/src/plugins/markdown-it-attrs.ts",
|
|
15230
|
+
"declarations": [
|
|
15231
|
+
{
|
|
15232
|
+
"kind": "function",
|
|
15233
|
+
"name": "markdownItAttrs",
|
|
15234
|
+
"return": {
|
|
15235
|
+
"type": {
|
|
15236
|
+
"text": "void"
|
|
15237
|
+
}
|
|
15238
|
+
},
|
|
15239
|
+
"parameters": [
|
|
15240
|
+
{
|
|
15241
|
+
"name": "md",
|
|
15242
|
+
"type": {
|
|
15243
|
+
"text": "MarkdownIt"
|
|
15244
|
+
}
|
|
15245
|
+
},
|
|
15246
|
+
{
|
|
15247
|
+
"name": "options_",
|
|
15248
|
+
"optional": true,
|
|
15249
|
+
"type": {
|
|
15250
|
+
"text": "MarkdownItAttrsOptions"
|
|
15251
|
+
}
|
|
15252
|
+
}
|
|
15253
|
+
],
|
|
15254
|
+
"description": "Markdown-it plugin that adds support for applying attributes to markdown elements using curly brace syntax."
|
|
15255
|
+
}
|
|
15256
|
+
],
|
|
15257
|
+
"exports": [
|
|
15258
|
+
{
|
|
15259
|
+
"kind": "js",
|
|
15260
|
+
"name": "markdownItAttrs",
|
|
15261
|
+
"declaration": {
|
|
15262
|
+
"name": "markdownItAttrs",
|
|
15263
|
+
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15264
|
+
}
|
|
15265
|
+
},
|
|
15266
|
+
{
|
|
15267
|
+
"kind": "js",
|
|
15268
|
+
"name": "default",
|
|
15269
|
+
"declaration": {
|
|
15270
|
+
"name": "markdownItAttrs",
|
|
15271
|
+
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15272
|
+
}
|
|
15273
|
+
}
|
|
15274
|
+
]
|
|
15275
|
+
},
|
|
15276
|
+
{
|
|
15277
|
+
"kind": "javascript-module",
|
|
15278
|
+
"path": "src/components/markdown/src/plugins/markdown-it-highlight.ts",
|
|
15279
|
+
"declarations": [
|
|
15280
|
+
{
|
|
15281
|
+
"kind": "function",
|
|
15282
|
+
"name": "markdownItHighlight",
|
|
15283
|
+
"parameters": [
|
|
15284
|
+
{
|
|
15285
|
+
"name": "md",
|
|
15286
|
+
"type": {
|
|
15287
|
+
"text": "MarkdownIt"
|
|
15288
|
+
}
|
|
15289
|
+
}
|
|
15290
|
+
]
|
|
15291
|
+
}
|
|
15292
|
+
],
|
|
15293
|
+
"exports": [
|
|
15294
|
+
{
|
|
15295
|
+
"kind": "js",
|
|
15296
|
+
"name": "markdownItHighlight",
|
|
15297
|
+
"declaration": {
|
|
15298
|
+
"name": "markdownItHighlight",
|
|
15299
|
+
"module": "src/components/markdown/src/plugins/markdown-it-highlight.ts"
|
|
15300
|
+
}
|
|
15301
|
+
}
|
|
15302
|
+
]
|
|
15303
|
+
},
|
|
15304
|
+
{
|
|
15305
|
+
"kind": "javascript-module",
|
|
15306
|
+
"path": "src/components/markdown/src/plugins/markdown-it-task-lists.ts",
|
|
15307
|
+
"declarations": [
|
|
15308
|
+
{
|
|
15309
|
+
"kind": "function",
|
|
15310
|
+
"name": "markdownItTaskLists",
|
|
15311
|
+
"parameters": [
|
|
15312
|
+
{
|
|
15313
|
+
"name": "md",
|
|
15314
|
+
"type": {
|
|
15315
|
+
"text": "MarkdownIt"
|
|
15316
|
+
}
|
|
15317
|
+
}
|
|
15318
|
+
]
|
|
15319
|
+
}
|
|
15320
|
+
],
|
|
15321
|
+
"exports": [
|
|
15322
|
+
{
|
|
15323
|
+
"kind": "js",
|
|
15324
|
+
"name": "markdownItTaskLists",
|
|
15325
|
+
"declaration": {
|
|
15326
|
+
"name": "markdownItTaskLists",
|
|
15327
|
+
"module": "src/components/markdown/src/plugins/markdown-it-task-lists.ts"
|
|
15328
|
+
}
|
|
15329
|
+
}
|
|
15330
|
+
]
|
|
15331
|
+
},
|
|
15227
15332
|
{
|
|
15228
15333
|
"kind": "javascript-module",
|
|
15229
15334
|
"path": "src/components/markdown/src/utils/html-helpers.ts",
|
|
@@ -15357,111 +15462,6 @@
|
|
|
15357
15462
|
}
|
|
15358
15463
|
]
|
|
15359
15464
|
},
|
|
15360
|
-
{
|
|
15361
|
-
"kind": "javascript-module",
|
|
15362
|
-
"path": "src/components/markdown/src/plugins/markdown-it-attrs.ts",
|
|
15363
|
-
"declarations": [
|
|
15364
|
-
{
|
|
15365
|
-
"kind": "function",
|
|
15366
|
-
"name": "markdownItAttrs",
|
|
15367
|
-
"return": {
|
|
15368
|
-
"type": {
|
|
15369
|
-
"text": "void"
|
|
15370
|
-
}
|
|
15371
|
-
},
|
|
15372
|
-
"parameters": [
|
|
15373
|
-
{
|
|
15374
|
-
"name": "md",
|
|
15375
|
-
"type": {
|
|
15376
|
-
"text": "MarkdownIt"
|
|
15377
|
-
}
|
|
15378
|
-
},
|
|
15379
|
-
{
|
|
15380
|
-
"name": "options_",
|
|
15381
|
-
"optional": true,
|
|
15382
|
-
"type": {
|
|
15383
|
-
"text": "MarkdownItAttrsOptions"
|
|
15384
|
-
}
|
|
15385
|
-
}
|
|
15386
|
-
],
|
|
15387
|
-
"description": "Markdown-it plugin that adds support for applying attributes to markdown elements using curly brace syntax."
|
|
15388
|
-
}
|
|
15389
|
-
],
|
|
15390
|
-
"exports": [
|
|
15391
|
-
{
|
|
15392
|
-
"kind": "js",
|
|
15393
|
-
"name": "markdownItAttrs",
|
|
15394
|
-
"declaration": {
|
|
15395
|
-
"name": "markdownItAttrs",
|
|
15396
|
-
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15397
|
-
}
|
|
15398
|
-
},
|
|
15399
|
-
{
|
|
15400
|
-
"kind": "js",
|
|
15401
|
-
"name": "default",
|
|
15402
|
-
"declaration": {
|
|
15403
|
-
"name": "markdownItAttrs",
|
|
15404
|
-
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15405
|
-
}
|
|
15406
|
-
}
|
|
15407
|
-
]
|
|
15408
|
-
},
|
|
15409
|
-
{
|
|
15410
|
-
"kind": "javascript-module",
|
|
15411
|
-
"path": "src/components/markdown/src/plugins/markdown-it-highlight.ts",
|
|
15412
|
-
"declarations": [
|
|
15413
|
-
{
|
|
15414
|
-
"kind": "function",
|
|
15415
|
-
"name": "markdownItHighlight",
|
|
15416
|
-
"parameters": [
|
|
15417
|
-
{
|
|
15418
|
-
"name": "md",
|
|
15419
|
-
"type": {
|
|
15420
|
-
"text": "MarkdownIt"
|
|
15421
|
-
}
|
|
15422
|
-
}
|
|
15423
|
-
]
|
|
15424
|
-
}
|
|
15425
|
-
],
|
|
15426
|
-
"exports": [
|
|
15427
|
-
{
|
|
15428
|
-
"kind": "js",
|
|
15429
|
-
"name": "markdownItHighlight",
|
|
15430
|
-
"declaration": {
|
|
15431
|
-
"name": "markdownItHighlight",
|
|
15432
|
-
"module": "src/components/markdown/src/plugins/markdown-it-highlight.ts"
|
|
15433
|
-
}
|
|
15434
|
-
}
|
|
15435
|
-
]
|
|
15436
|
-
},
|
|
15437
|
-
{
|
|
15438
|
-
"kind": "javascript-module",
|
|
15439
|
-
"path": "src/components/markdown/src/plugins/markdown-it-task-lists.ts",
|
|
15440
|
-
"declarations": [
|
|
15441
|
-
{
|
|
15442
|
-
"kind": "function",
|
|
15443
|
-
"name": "markdownItTaskLists",
|
|
15444
|
-
"parameters": [
|
|
15445
|
-
{
|
|
15446
|
-
"name": "md",
|
|
15447
|
-
"type": {
|
|
15448
|
-
"text": "MarkdownIt"
|
|
15449
|
-
}
|
|
15450
|
-
}
|
|
15451
|
-
]
|
|
15452
|
-
}
|
|
15453
|
-
],
|
|
15454
|
-
"exports": [
|
|
15455
|
-
{
|
|
15456
|
-
"kind": "js",
|
|
15457
|
-
"name": "markdownItTaskLists",
|
|
15458
|
-
"declaration": {
|
|
15459
|
-
"name": "markdownItTaskLists",
|
|
15460
|
-
"module": "src/components/markdown/src/plugins/markdown-it-task-lists.ts"
|
|
15461
|
-
}
|
|
15462
|
-
}
|
|
15463
|
-
]
|
|
15464
|
-
},
|
|
15465
15465
|
{
|
|
15466
15466
|
"kind": "javascript-module",
|
|
15467
15467
|
"path": "src/components/video-player/src/providers/base-provider.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ai-chat-components",
|
|
3
3
|
"description": "AI Chat Components",
|
|
4
|
-
"version": "1.0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -147,5 +147,5 @@
|
|
|
147
147
|
"vite": "^8.0.0",
|
|
148
148
|
"web-dev-server-plugin-lit-css": "^4.0.0"
|
|
149
149
|
},
|
|
150
|
-
"gitHead": "
|
|
150
|
+
"gitHead": "d1e91fbcc25eb1174a88f11f13c4bd0a32f45eff"
|
|
151
151
|
}
|
package/telemetry.yml
CHANGED
|
@@ -10,23 +10,41 @@ collect:
|
|
|
10
10
|
# General
|
|
11
11
|
- actions
|
|
12
12
|
- align
|
|
13
|
+
- aria-label
|
|
13
14
|
- autoalign
|
|
14
15
|
- closed-label-text
|
|
15
16
|
- collapse-label
|
|
16
17
|
- controlled
|
|
17
18
|
- disabled
|
|
19
|
+
- error-label
|
|
20
|
+
- error-message
|
|
18
21
|
- expand-label
|
|
22
|
+
- expanded
|
|
23
|
+
- header-title
|
|
19
24
|
- id
|
|
25
|
+
- language
|
|
20
26
|
- lines
|
|
27
|
+
- loading-label
|
|
28
|
+
- loading-status-message
|
|
29
|
+
- name
|
|
21
30
|
- open
|
|
22
31
|
- open-label-text
|
|
23
32
|
- overflow
|
|
24
33
|
- panel-id
|
|
34
|
+
- playing
|
|
35
|
+
- ready-label
|
|
36
|
+
- ready-status-message
|
|
25
37
|
- size
|
|
26
38
|
- slot
|
|
39
|
+
- source
|
|
27
40
|
- title
|
|
28
41
|
- type
|
|
29
42
|
- value
|
|
43
|
+
# cds-aichat-audio-player
|
|
44
|
+
- oncds-aichat-audio-player-error
|
|
45
|
+
- oncds-aichat-audio-player-pause
|
|
46
|
+
- oncds-aichat-audio-player-play
|
|
47
|
+
- oncds-aichat-audio-player-ready
|
|
30
48
|
# cds-aichat-button
|
|
31
49
|
- is-quick-action
|
|
32
50
|
# cds-aichat-card
|
|
@@ -52,7 +70,6 @@ collect:
|
|
|
52
70
|
- onchain-of-thought-toggle
|
|
53
71
|
# cds-aichat-chat-header
|
|
54
72
|
- header-name
|
|
55
|
-
- header-title
|
|
56
73
|
- navigation-back-label
|
|
57
74
|
- navigation-overflow-label
|
|
58
75
|
- navigation-type
|
|
@@ -69,7 +86,6 @@ collect:
|
|
|
69
86
|
- hide-copy-button
|
|
70
87
|
- hide-header
|
|
71
88
|
- highlight
|
|
72
|
-
- language
|
|
73
89
|
- max-collapsed-number-of-rows
|
|
74
90
|
- max-expanded-number-of-rows
|
|
75
91
|
- min-collapsed-number-of-rows
|
|
@@ -103,6 +119,43 @@ collect:
|
|
|
103
119
|
- negative-label
|
|
104
120
|
- onfeedback-buttons-click
|
|
105
121
|
- positive-label
|
|
122
|
+
# cds-aichat-history-delete-panel
|
|
123
|
+
- cancel-text
|
|
124
|
+
- delete-text
|
|
125
|
+
- onhistory-delete-cancel
|
|
126
|
+
- onhistory-delete-confirm
|
|
127
|
+
# cds-aichat-history-header
|
|
128
|
+
- close-button-label
|
|
129
|
+
- onhistory-header-close-click
|
|
130
|
+
- show-close-action
|
|
131
|
+
# cds-aichat-history-panel
|
|
132
|
+
- is-not-child-of-header
|
|
133
|
+
- oncds-header-menu-button-toggled
|
|
134
|
+
# cds-aichat-history-panel-item
|
|
135
|
+
- onhistory-item-menu-action
|
|
136
|
+
- onhistory-item-selected
|
|
137
|
+
- overflow-menu-label
|
|
138
|
+
- rename
|
|
139
|
+
- selected
|
|
140
|
+
# cds-aichat-history-panel-item-input
|
|
141
|
+
- cancelLabel
|
|
142
|
+
- item-id
|
|
143
|
+
- labelText
|
|
144
|
+
- onhistory-panel-item-input-cancel
|
|
145
|
+
- onhistory-panel-item-input-save
|
|
146
|
+
- placeholder
|
|
147
|
+
- saveLabel
|
|
148
|
+
- tooltipAlignment
|
|
149
|
+
# cds-aichat-history-panel-menu
|
|
150
|
+
- oncds-side-nav-menu-beingtoggled
|
|
151
|
+
- oncds-side-nav-menu-toggled
|
|
152
|
+
# cds-aichat-history-search-item
|
|
153
|
+
- date
|
|
154
|
+
- onhistory-search-item-selected
|
|
155
|
+
# cds-aichat-history-toolbar
|
|
156
|
+
- new-chat-label
|
|
157
|
+
- onchat-history-new-chat-click
|
|
158
|
+
- search-off
|
|
106
159
|
# cds-aichat-markdown
|
|
107
160
|
- code-snippet-aria-label-editable
|
|
108
161
|
- code-snippet-aria-label-readonly
|
|
@@ -147,6 +200,19 @@ collect:
|
|
|
147
200
|
# cds-aichat-toolbar
|
|
148
201
|
- nameText
|
|
149
202
|
- titleText
|
|
203
|
+
# cds-aichat-transcript
|
|
204
|
+
- hide-label
|
|
205
|
+
- label
|
|
206
|
+
- oncds-aichat-transcript-toggle
|
|
207
|
+
- show-label
|
|
208
|
+
- text
|
|
209
|
+
# cds-aichat-video-player
|
|
210
|
+
- aspect-ratio-percentage
|
|
211
|
+
- oncds-aichat-video-player-error
|
|
212
|
+
- oncds-aichat-video-player-pause
|
|
213
|
+
- oncds-aichat-video-player-play
|
|
214
|
+
- oncds-aichat-video-player-ready
|
|
215
|
+
- subtitle-tracks
|
|
150
216
|
# cds-aichat-workspace-shell
|
|
151
217
|
- auto-collapsible-header
|
|
152
218
|
# cds-aichat-workspace-shell-footer
|
|
@@ -171,6 +237,15 @@ collect:
|
|
|
171
237
|
- back
|
|
172
238
|
- none
|
|
173
239
|
- overflow
|
|
240
|
+
# cds-aichat-history-panel-item-input - tooltipAlignment
|
|
241
|
+
- bottom
|
|
242
|
+
- bottom-left
|
|
243
|
+
- bottom-right
|
|
244
|
+
- left
|
|
245
|
+
- right
|
|
246
|
+
- top
|
|
247
|
+
- top-left
|
|
248
|
+
- top-right
|
|
174
249
|
npm:
|
|
175
250
|
dependencies: null
|
|
176
251
|
js:
|