@epam/ai-dial-quotations 1.1.0-dev.113 → 1.1.0-dev.116

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
@@ -150,7 +150,7 @@ p(E);
150
150
  //#region src/utils/annotation.ts
151
151
  var D = {
152
152
  backgroundColor: "transparent",
153
- borderColor: "#124ACE",
153
+ borderColor: "var(--stroke-info, #124ACE)",
154
154
  borderWidth: "2px",
155
155
  opacity: .5,
156
156
  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.113",
4
+ "version": "1.1.0-dev.116",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",
@@ -18,7 +18,7 @@
18
18
  "peerDependencies": {
19
19
  "react": "^19.0.0",
20
20
  "@tabler/icons-react": "^3.0.0",
21
- "@epam/ai-dial-chat-shared": "1.1.0-dev.113",
21
+ "@epam/ai-dial-chat-shared": "1.1.0-dev.116",
22
22
  "@epam/ai-dial-ui-kit": "^0.13.0-dev.26",
23
23
  "@epam/pdf-highlighter-kit": ">=0.0.14"
24
24
  },