@epam/ai-dial-chat-shared 1.1.0-dev.174 → 1.1.0-dev.176
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/components/InitialsAvatar/InitialsAvatar.d.ts +2 -0
- package/components/InitialsAvatar/InitialsAvatar.d.ts.map +1 -1
- package/components/MarkdownRenderer/CodeBlock/CodeBlock.d.ts +1 -1
- package/components/MarkdownRenderer/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/components/MarkdownRenderer/MarkdownRenderer.d.ts +2 -2
- package/components/MarkdownRenderer/MarkdownRenderer.d.ts.map +1 -1
- package/components/MarkdownRenderer/Table/MarkdownTable.d.ts +1 -1
- package/components/MarkdownRenderer/Table/MarkdownTable.d.ts.map +1 -1
- package/components/MarkdownRenderer/markdown-class-names.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.js +4441 -4437
- package/package.json +2 -2
- package/utils/avatar-color.d.ts +2 -2
- package/utils/avatar-color.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-chat-shared",
|
|
3
3
|
"description": "Shared domain models, utilities, and UI components for AI DIAL Chat libraries",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.176",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"classnames": "2.5.1",
|
|
33
|
-
"dompurify": "3.4.
|
|
33
|
+
"dompurify": "3.4.13",
|
|
34
34
|
"rehype-stringify": "^10.0.1",
|
|
35
35
|
"remark-parse": "^11.0.0",
|
|
36
36
|
"remark-rehype": "^11.1.2",
|
package/utils/avatar-color.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/** A background/foreground colour pair for an initials avatar badge. */
|
|
2
2
|
export interface AvatarColorEntry {
|
|
3
|
-
/** CSS
|
|
3
|
+
/** CSS colour value for the badge background — a theme token with a hex fallback. */
|
|
4
4
|
background: string;
|
|
5
|
-
/** CSS
|
|
5
|
+
/** CSS colour value for the initials text — a theme token with a hex fallback. */
|
|
6
6
|
foreground: string;
|
|
7
7
|
}
|
|
8
8
|
/** Returns a deterministic colour-pair for the given display name. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar-color.d.ts","sourceRoot":"","sources":["../../src/utils/avatar-color.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,MAAM,WAAW,gBAAgB;IAC/B
|
|
1
|
+
{"version":3,"file":"avatar-color.d.ts","sourceRoot":"","sources":["../../src/utils/avatar-color.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,MAAM,WAAW,gBAAgB;IAC/B,qFAAqF;IACrF,UAAU,EAAE,MAAM,CAAC;IACnB,kFAAkF;IAClF,UAAU,EAAE,MAAM,CAAC;CACpB;AAsCD,sEAAsE;AACtE,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,KAAG,gBAM9C,CAAC"}
|