@carbon/ai-chat-components 1.4.0-rc.0 → 1.4.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 +98 -98
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -15235,104 +15235,6 @@
|
|
|
15235
15235
|
}
|
|
15236
15236
|
]
|
|
15237
15237
|
},
|
|
15238
|
-
{
|
|
15239
|
-
"kind": "javascript-module",
|
|
15240
|
-
"path": "src/components/markdown/src/plugins/markdown-it-attrs.ts",
|
|
15241
|
-
"declarations": [
|
|
15242
|
-
{
|
|
15243
|
-
"kind": "function",
|
|
15244
|
-
"name": "markdownItAttrs",
|
|
15245
|
-
"return": {
|
|
15246
|
-
"type": {
|
|
15247
|
-
"text": "void"
|
|
15248
|
-
}
|
|
15249
|
-
},
|
|
15250
|
-
"parameters": [
|
|
15251
|
-
{
|
|
15252
|
-
"name": "md",
|
|
15253
|
-
"type": {
|
|
15254
|
-
"text": "MarkdownIt"
|
|
15255
|
-
}
|
|
15256
|
-
}
|
|
15257
|
-
],
|
|
15258
|
-
"description": "Markdown-it plugin that applies a fixed set of HTML attributes to links,\nheadings, and paragraphs using `{{key=value}}` syntax."
|
|
15259
|
-
}
|
|
15260
|
-
],
|
|
15261
|
-
"exports": [
|
|
15262
|
-
{
|
|
15263
|
-
"kind": "js",
|
|
15264
|
-
"name": "markdownItAttrs",
|
|
15265
|
-
"declaration": {
|
|
15266
|
-
"name": "markdownItAttrs",
|
|
15267
|
-
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15268
|
-
}
|
|
15269
|
-
},
|
|
15270
|
-
{
|
|
15271
|
-
"kind": "js",
|
|
15272
|
-
"name": "default",
|
|
15273
|
-
"declaration": {
|
|
15274
|
-
"name": "markdownItAttrs",
|
|
15275
|
-
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15276
|
-
}
|
|
15277
|
-
}
|
|
15278
|
-
]
|
|
15279
|
-
},
|
|
15280
|
-
{
|
|
15281
|
-
"kind": "javascript-module",
|
|
15282
|
-
"path": "src/components/markdown/src/plugins/markdown-it-highlight.ts",
|
|
15283
|
-
"declarations": [
|
|
15284
|
-
{
|
|
15285
|
-
"kind": "function",
|
|
15286
|
-
"name": "markdownItHighlight",
|
|
15287
|
-
"parameters": [
|
|
15288
|
-
{
|
|
15289
|
-
"name": "md",
|
|
15290
|
-
"type": {
|
|
15291
|
-
"text": "MarkdownIt"
|
|
15292
|
-
}
|
|
15293
|
-
}
|
|
15294
|
-
]
|
|
15295
|
-
}
|
|
15296
|
-
],
|
|
15297
|
-
"exports": [
|
|
15298
|
-
{
|
|
15299
|
-
"kind": "js",
|
|
15300
|
-
"name": "markdownItHighlight",
|
|
15301
|
-
"declaration": {
|
|
15302
|
-
"name": "markdownItHighlight",
|
|
15303
|
-
"module": "src/components/markdown/src/plugins/markdown-it-highlight.ts"
|
|
15304
|
-
}
|
|
15305
|
-
}
|
|
15306
|
-
]
|
|
15307
|
-
},
|
|
15308
|
-
{
|
|
15309
|
-
"kind": "javascript-module",
|
|
15310
|
-
"path": "src/components/markdown/src/plugins/markdown-it-task-lists.ts",
|
|
15311
|
-
"declarations": [
|
|
15312
|
-
{
|
|
15313
|
-
"kind": "function",
|
|
15314
|
-
"name": "markdownItTaskLists",
|
|
15315
|
-
"parameters": [
|
|
15316
|
-
{
|
|
15317
|
-
"name": "md",
|
|
15318
|
-
"type": {
|
|
15319
|
-
"text": "MarkdownIt"
|
|
15320
|
-
}
|
|
15321
|
-
}
|
|
15322
|
-
]
|
|
15323
|
-
}
|
|
15324
|
-
],
|
|
15325
|
-
"exports": [
|
|
15326
|
-
{
|
|
15327
|
-
"kind": "js",
|
|
15328
|
-
"name": "markdownItTaskLists",
|
|
15329
|
-
"declaration": {
|
|
15330
|
-
"name": "markdownItTaskLists",
|
|
15331
|
-
"module": "src/components/markdown/src/plugins/markdown-it-task-lists.ts"
|
|
15332
|
-
}
|
|
15333
|
-
}
|
|
15334
|
-
]
|
|
15335
|
-
},
|
|
15336
15238
|
{
|
|
15337
15239
|
"kind": "javascript-module",
|
|
15338
15240
|
"path": "src/components/code-snippet/src/codemirror/base-setup.ts",
|
|
@@ -16050,6 +15952,104 @@
|
|
|
16050
15952
|
}
|
|
16051
15953
|
]
|
|
16052
15954
|
},
|
|
15955
|
+
{
|
|
15956
|
+
"kind": "javascript-module",
|
|
15957
|
+
"path": "src/components/markdown/src/plugins/markdown-it-attrs.ts",
|
|
15958
|
+
"declarations": [
|
|
15959
|
+
{
|
|
15960
|
+
"kind": "function",
|
|
15961
|
+
"name": "markdownItAttrs",
|
|
15962
|
+
"return": {
|
|
15963
|
+
"type": {
|
|
15964
|
+
"text": "void"
|
|
15965
|
+
}
|
|
15966
|
+
},
|
|
15967
|
+
"parameters": [
|
|
15968
|
+
{
|
|
15969
|
+
"name": "md",
|
|
15970
|
+
"type": {
|
|
15971
|
+
"text": "MarkdownIt"
|
|
15972
|
+
}
|
|
15973
|
+
}
|
|
15974
|
+
],
|
|
15975
|
+
"description": "Markdown-it plugin that applies a fixed set of HTML attributes to links,\nheadings, and paragraphs using `{{key=value}}` syntax."
|
|
15976
|
+
}
|
|
15977
|
+
],
|
|
15978
|
+
"exports": [
|
|
15979
|
+
{
|
|
15980
|
+
"kind": "js",
|
|
15981
|
+
"name": "markdownItAttrs",
|
|
15982
|
+
"declaration": {
|
|
15983
|
+
"name": "markdownItAttrs",
|
|
15984
|
+
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15985
|
+
}
|
|
15986
|
+
},
|
|
15987
|
+
{
|
|
15988
|
+
"kind": "js",
|
|
15989
|
+
"name": "default",
|
|
15990
|
+
"declaration": {
|
|
15991
|
+
"name": "markdownItAttrs",
|
|
15992
|
+
"module": "src/components/markdown/src/plugins/markdown-it-attrs.ts"
|
|
15993
|
+
}
|
|
15994
|
+
}
|
|
15995
|
+
]
|
|
15996
|
+
},
|
|
15997
|
+
{
|
|
15998
|
+
"kind": "javascript-module",
|
|
15999
|
+
"path": "src/components/markdown/src/plugins/markdown-it-highlight.ts",
|
|
16000
|
+
"declarations": [
|
|
16001
|
+
{
|
|
16002
|
+
"kind": "function",
|
|
16003
|
+
"name": "markdownItHighlight",
|
|
16004
|
+
"parameters": [
|
|
16005
|
+
{
|
|
16006
|
+
"name": "md",
|
|
16007
|
+
"type": {
|
|
16008
|
+
"text": "MarkdownIt"
|
|
16009
|
+
}
|
|
16010
|
+
}
|
|
16011
|
+
]
|
|
16012
|
+
}
|
|
16013
|
+
],
|
|
16014
|
+
"exports": [
|
|
16015
|
+
{
|
|
16016
|
+
"kind": "js",
|
|
16017
|
+
"name": "markdownItHighlight",
|
|
16018
|
+
"declaration": {
|
|
16019
|
+
"name": "markdownItHighlight",
|
|
16020
|
+
"module": "src/components/markdown/src/plugins/markdown-it-highlight.ts"
|
|
16021
|
+
}
|
|
16022
|
+
}
|
|
16023
|
+
]
|
|
16024
|
+
},
|
|
16025
|
+
{
|
|
16026
|
+
"kind": "javascript-module",
|
|
16027
|
+
"path": "src/components/markdown/src/plugins/markdown-it-task-lists.ts",
|
|
16028
|
+
"declarations": [
|
|
16029
|
+
{
|
|
16030
|
+
"kind": "function",
|
|
16031
|
+
"name": "markdownItTaskLists",
|
|
16032
|
+
"parameters": [
|
|
16033
|
+
{
|
|
16034
|
+
"name": "md",
|
|
16035
|
+
"type": {
|
|
16036
|
+
"text": "MarkdownIt"
|
|
16037
|
+
}
|
|
16038
|
+
}
|
|
16039
|
+
]
|
|
16040
|
+
}
|
|
16041
|
+
],
|
|
16042
|
+
"exports": [
|
|
16043
|
+
{
|
|
16044
|
+
"kind": "js",
|
|
16045
|
+
"name": "markdownItTaskLists",
|
|
16046
|
+
"declaration": {
|
|
16047
|
+
"name": "markdownItTaskLists",
|
|
16048
|
+
"module": "src/components/markdown/src/plugins/markdown-it-task-lists.ts"
|
|
16049
|
+
}
|
|
16050
|
+
}
|
|
16051
|
+
]
|
|
16052
|
+
},
|
|
16053
16053
|
{
|
|
16054
16054
|
"kind": "javascript-module",
|
|
16055
16055
|
"path": "src/components/markdown/src/utils/html-helpers.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.4.0
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"web-dev-server-plugin-lit-css": "^4.0.0",
|
|
149
149
|
"webpack-dev-server": "^5.2.4"
|
|
150
150
|
},
|
|
151
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "53c38230e329ea2bec35b568b6ee7d4c9f760137"
|
|
152
152
|
}
|