@epam/ai-dial-sidebar 1.1.0-dev.135 → 1.1.0-dev.138
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/index.js +9 -8
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -44379,13 +44379,13 @@ var MM = "rounded bg-layer-0 shadow", NM = ({ refs: e, floatingStyles: t, contex
|
|
|
44379
44379
|
let a = typeof e == "string" ? e.toLowerCase() : e, o = typeof t == "string" ? t.toLowerCase() : t;
|
|
44380
44380
|
return a === o ? 0 : a ? o ? a > o ? 1 : -1 : i ? 1 : -1 : i ? -1 : 1;
|
|
44381
44381
|
}, KM = "h-full w-full", qM = ".ag-checkbox-input", JM = {
|
|
44382
|
-
accentColor: "var(--bg-control-accent, #
|
|
44383
|
-
backgroundColor: "var(--bg-layer-raised, #FCFCFC)",
|
|
44384
|
-
oddRowBackgroundColor: "var(--bg-layer-sunken, #EEF1F7)",
|
|
44385
|
-
selectedRowBackgroundColor: "var(--controls-bg-accent-primary-alpha-active, #
|
|
44382
|
+
accentColor: "var(--bg-control-accent, var(--bg-accent-primary, #5C8DEA))",
|
|
44383
|
+
backgroundColor: "var(--bg-layer-raised, var(--bg-layer-3, #FCFCFC))",
|
|
44384
|
+
oddRowBackgroundColor: "var(--bg-layer-sunken, var(--bg-layer-2, #EEF1F7))",
|
|
44385
|
+
selectedRowBackgroundColor: "var(--controls-bg-accent-primary-alpha-active, var(--bg-accent-primary-alpha, #7DA4FF26))",
|
|
44386
44386
|
borderColor: "var(--bg-layer-4, #D1DBEA)",
|
|
44387
|
-
rowBorder: "1px solid var(--stroke-tertiary, #
|
|
44388
|
-
rowHoverColor: "var(--controls-bg-accent-primary-alpha-active, #
|
|
44387
|
+
rowBorder: "1px solid var(--stroke-tertiary, var(--stroke-primary, #6B7280))",
|
|
44388
|
+
rowHoverColor: "var(--controls-bg-accent-primary-alpha-active, var(--bg-accent-primary-alpha, #7DA4FF26))",
|
|
44389
44389
|
borderRadius: 3,
|
|
44390
44390
|
browserColorScheme: "dark",
|
|
44391
44391
|
chromeBackgroundColor: "var(--bg-layer-1, #E0E6F0)",
|
|
@@ -55633,7 +55633,7 @@ function yI({ value: e, isEditing: t, isCreating: n, isLoading: r = !1, restoreO
|
|
|
55633
55633
|
S(u);
|
|
55634
55634
|
return;
|
|
55635
55635
|
}
|
|
55636
|
-
b(e) ? (d(e), y(), S(e)) : w();
|
|
55636
|
+
!n && b(e) ? (d(e), y(), S(e)) : w();
|
|
55637
55637
|
}
|
|
55638
55638
|
}, [
|
|
55639
55639
|
b,
|
|
@@ -55641,7 +55641,8 @@ function yI({ value: e, isEditing: t, isCreating: n, isLoading: r = !1, restoreO
|
|
|
55641
55641
|
e,
|
|
55642
55642
|
S,
|
|
55643
55643
|
w,
|
|
55644
|
-
y
|
|
55644
|
+
y,
|
|
55645
|
+
n
|
|
55645
55646
|
]);
|
|
55646
55647
|
return T(() => {
|
|
55647
55648
|
!t && !n || (_.current = !1, v.current = !1, d(e), y(), requestAnimationFrame(() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-sidebar",
|
|
3
3
|
"description": "Resizable sidebar panel shell with header, search, and empty state components",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.138",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
21
|
-
"@epam/ai-dial-kit": "1.1.0-dev.
|
|
20
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.138",
|
|
21
|
+
"@epam/ai-dial-kit": "1.1.0-dev.138",
|
|
22
22
|
"@tabler/icons-react": "^3.44.0",
|
|
23
23
|
"react": "^19.0.0",
|
|
24
24
|
"@epam/ai-dial-ui-kit": "^0.13.0-dev.26"
|