@epam/ai-dial-chat-shared 1.1.0-dev.175 → 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/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.175",
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.12",
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",
@@ -1,8 +1,8 @@
1
1
  /** A background/foreground colour pair for an initials avatar badge. */
2
2
  export interface AvatarColorEntry {
3
- /** CSS hex colour for the badge background. */
3
+ /** CSS colour value for the badge background — a theme token with a hex fallback. */
4
4
  background: string;
5
- /** CSS hex colour for the initials text. */
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,+CAA+C;IAC/C,UAAU,EAAE,MAAM,CAAC;IACnB,4CAA4C;IAC5C,UAAU,EAAE,MAAM,CAAC;CACpB;AAcD,sEAAsE;AACtE,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,KAAG,gBAM9C,CAAC"}
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"}