@epam/ai-dial-ui-kit 0.5.0-rc.70 → 0.5.0-rc.71

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.
@@ -48058,7 +48058,7 @@ const V8 = "h-full", ul = {
48058
48058
  backgroundColor: "var(--bg-layer-2, #141A23)",
48059
48059
  oddRowBackgroundColor: "var(--bg-layer-3, #222932)",
48060
48060
  borderColor: "var(--bg-layer-4, #333942)",
48061
- rowBorder: "1px solid var(--border-tertiary, #090D13)",
48061
+ rowBorder: "1px solid var(--stroke-tertiary, #090D13)",
48062
48062
  borderRadius: 3,
48063
48063
  browserColorScheme: "dark",
48064
48064
  chromeBackgroundColor: "var(--bg-layer-1, #090D13)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.5.0-rc.70",
3
+ "version": "0.5.0-rc.71",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",