@epam/ai-dial-navigation-panel 1.1.0-dev.262 → 1.1.0-dev.267
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.css +1 -1
- package/index.js +6 -6
- package/package.json +3 -3
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
._rail_ns7b4_2{background:var(--np-bg,var(--bg-layer-raised,#fcfcfc));font-family:var(--np-font-family,inherit)}._item_ns7b4_7{color:var(--np-item-text,var(--text-secondary,#57647a))}._item_ns7b4_7:hover{background:var(--np-item-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._item_ns7b4_7:active{background:var(--np-item-active-bg,var(--bg-control-accent-alpha-active,#2764d933))}a:focus-visible>._item_ns7b4_7{background:var(--np-item-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._itemActive_ns7b4_24{color:var(--np-item-active-text,var(--text-accent,#1d4ed8))}._avatar_179i5_1{background:var(--np-avatar-bg,#60d239);color:var(--np-avatar-text,#000)}._label_179i5_8{color:var(--np-menu-text,var(--text-primary,#161b2d))}._activeIcon_179i5_12{color:var(--np-menu-active-icon,var(--text-accent,#1d4ed8))}._wrapper_1nw3p_1{font-family:var(--np-font-family,inherit)}._trigger_1nw3p_5:hover{background:var(--np-trigger-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._trigger_1nw3p_5:focus-visible{background:var(--np-trigger-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924));outline:1px solid var(--np-focus-outline,var(--stroke-focus-black,#161b2d));outline-offset:-1px}._identityText_1nw3p_14{color:var(--np-menu-text,var(--text-primary,#161b2d))}.
|
|
1
|
+
._rail_ns7b4_2{background:var(--np-bg,var(--bg-layer-raised,#fcfcfc));font-family:var(--np-font-family,inherit)}._item_ns7b4_7{color:var(--np-item-text,var(--text-secondary,#57647a))}._item_ns7b4_7:hover{background:var(--np-item-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._item_ns7b4_7:active{background:var(--np-item-active-bg,var(--bg-control-accent-alpha-active,#2764d933))}a:focus-visible>._item_ns7b4_7{background:var(--np-item-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._itemActive_ns7b4_24{color:var(--np-item-active-text,var(--text-accent,#1d4ed8))}._avatar_179i5_1{background:var(--np-avatar-bg,#60d239);color:var(--np-avatar-text,#000)}._label_179i5_8{color:var(--np-menu-text,var(--text-primary,#161b2d))}._activeIcon_179i5_12{color:var(--np-menu-active-icon,var(--text-accent,#1d4ed8))}._wrapper_1nw3p_1{font-family:var(--np-font-family,inherit)}._trigger_1nw3p_5:hover{background:var(--np-trigger-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924))}._trigger_1nw3p_5:focus-visible{background:var(--np-trigger-hover-bg,var(--bg-control-accent-alpha-hover,#2764d924));outline:1px solid var(--np-focus-outline,var(--stroke-focus-black,#161b2d));outline-offset:-1px}._identityText_1nw3p_14{color:var(--np-menu-text,var(--text-primary,#161b2d))}._sheet_3xav0_1{font-family:var(--np-font-family,inherit)}._row_3xav0_5{color:var(--np-sheet-text,var(--text-primary,#161b2d))}._row_3xav0_5:hover,._row_3xav0_5:focus-visible{background:var(--np-sheet-item-hover,var(--bg-control-accent-alpha-hover,#2764d924))}._row_3xav0_5:active{background:var(--np-sheet-item-active,var(--bg-control-neutral-active,#d1dbea))}._rowIcon_3xav0_15{color:var(--np-sheet-icon,var(--text-secondary,#57647a))}._divider_3xav0_19{border-color:var(--np-sheet-divider,var(--stroke-secondary,#d1dbea))}._mutedText_3xav0_23{color:var(--np-sheet-muted-text,var(--text-secondary,#57647a))}._activeIcon_3xav0_27{color:var(--np-menu-active-icon,var(--text-accent,#1d4ed8))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -231,12 +231,12 @@ var E = {
|
|
|
231
231
|
if (!e) throw Error("useSheetNavigation must be used within a NavigableBottomSheet");
|
|
232
232
|
return e;
|
|
233
233
|
}, R = {
|
|
234
|
-
sheet: "
|
|
235
|
-
row: "
|
|
236
|
-
rowIcon: "
|
|
237
|
-
divider: "
|
|
238
|
-
mutedText: "
|
|
239
|
-
activeIcon: "
|
|
234
|
+
sheet: "_sheet_3xav0_1",
|
|
235
|
+
row: "_row_3xav0_5",
|
|
236
|
+
rowIcon: "_rowIcon_3xav0_15",
|
|
237
|
+
divider: "_divider_3xav0_19",
|
|
238
|
+
mutedText: "_mutedText_3xav0_23",
|
|
239
|
+
activeIcon: "_activeIcon_3xav0_27"
|
|
240
240
|
}, z = d(({ label: e, onClick: n, icon: r, trailing: i, textClassName: a = "dial-small-text" }) => /* @__PURE__ */ v("li", { children: /* @__PURE__ */ y("button", {
|
|
241
241
|
type: "button",
|
|
242
242
|
className: t(R.row, "flex w-full items-center gap-3 px-4 py-[10px] text-start"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-navigation-panel",
|
|
3
3
|
"description": "Primary application navigation — desktop nav rail, user menu, and mobile navigation bottom sheet",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.267",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": "^19.0.0",
|
|
21
21
|
"@tabler/icons-react": "^3.44.0",
|
|
22
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
23
|
-
"@epam/ai-dial-conversation-input": "1.1.0-dev.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.267",
|
|
23
|
+
"@epam/ai-dial-conversation-input": "1.1.0-dev.267",
|
|
24
24
|
"@epam/ai-dial-ui-kit": "*"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|