@epam/ai-dial-quotations 1.1.0-dev.275 → 1.1.0-dev.278

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -149,7 +149,7 @@ p(E);
149
149
  //#region src/utils/annotation.ts
150
150
  var D = {
151
151
  backgroundColor: "transparent",
152
- borderColor: "var(--stroke-info, #124ACE)",
152
+ borderColor: "var(--stroke-accent, #1D4ED8)",
153
153
  borderWidth: "2px",
154
154
  opacity: .5,
155
155
  hoverOpacity: .5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-quotations",
3
3
  "description": "Citation and annotation components, hooks, and utilities for AI DIAL conversations",
4
- "version": "1.1.0-dev.275",
4
+ "version": "1.1.0-dev.278",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -19,7 +19,7 @@
19
19
  "react": "^19.0.0",
20
20
  "react-markdown": "^10.1.0",
21
21
  "@tabler/icons-react": "^3.0.0",
22
- "@epam/ai-dial-chat-shared": "1.1.0-dev.275",
22
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.278",
23
23
  "@epam/ai-dial-ui-kit": "*",
24
24
  "@epam/pdf-highlighter-kit": ">=0.0.14"
25
25
  },