@epam/ai-dial-navigation-panel 1.1.0 → 1.1.2
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/components/NavigationSheet/NavigationMenuPage.d.ts +4 -0
- package/components/NavigationSheet/NavigationMenuPage.d.ts.map +1 -1
- package/components/NavigationSheet/NavigationSheet.d.ts.map +1 -1
- package/components/NavigationSheet/ProfilePage.d.ts +5 -1
- package/components/NavigationSheet/ProfilePage.d.ts.map +1 -1
- package/index.js +60 -45
- package/models/navigation-sheet-props.d.ts +7 -0
- package/models/navigation-sheet-props.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -14,6 +14,10 @@ export interface NavigationMenuPageProps {
|
|
|
14
14
|
logOutLabel: string;
|
|
15
15
|
/** Called when the user taps "Log out" on the profile page. */
|
|
16
16
|
onLogout: () => void;
|
|
17
|
+
/** Label of the settings row on the profile page; required when `onSettings` is provided. */
|
|
18
|
+
settingsLabel?: string;
|
|
19
|
+
/** Called when the user taps the profile page's settings row; omit to hide the row. */
|
|
20
|
+
onSettings?: () => void;
|
|
17
21
|
/** Signed-in user details; omit to hide the profile row entirely. */
|
|
18
22
|
profile?: NavigationUserProfile;
|
|
19
23
|
/** Settings groups listed on the profile page; empty groups are skipped. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationMenuPage.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/NavigationMenuPage.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAIvE,sCAAsC;AACtC,MAAM,WAAW,uBAAuB;IACtC,uDAAuD;IACvD,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAC7B,iEAAiE;IACjE,YAAY,EAAE,CAAC,IAAI,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAClD,yEAAyE;IACzE,YAAY,EAAE,MAAM,CAAC;IACrB,oDAAoD;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,qEAAqE;IACrE,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,4EAA4E;IAC5E,MAAM,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/B,gEAAgE;IAChE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,mFAAmF;AACnF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,
|
|
1
|
+
{"version":3,"file":"NavigationMenuPage.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/NavigationMenuPage.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAQ,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAIvE,sCAAsC;AACtC,MAAM,WAAW,uBAAuB;IACtC,uDAAuD;IACvD,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAC7B,iEAAiE;IACjE,YAAY,EAAE,CAAC,IAAI,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAClD,yEAAyE;IACzE,YAAY,EAAE,MAAM,CAAC;IACrB,oDAAoD;IACpD,WAAW,EAAE,MAAM,CAAC;IACpB,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,6FAA6F;IAC7F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uFAAuF;IACvF,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,qEAAqE;IACrE,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,4EAA4E;IAC5E,MAAM,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/B,gEAAgE;IAChE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,mFAAmF;AACnF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA6E1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationSheet.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/NavigationSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAKhF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,
|
|
1
|
+
{"version":3,"file":"NavigationSheet.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/NavigationSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAKhF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CA6DpD,CAAC"}
|
|
@@ -9,6 +9,10 @@ export interface ProfilePageProps {
|
|
|
9
9
|
logOutLabel: string;
|
|
10
10
|
/** Called when the user taps "Log out"; the sheet closes first. */
|
|
11
11
|
onLogout: () => void;
|
|
12
|
+
/** Label of the settings row; required when `onSettings` is provided. */
|
|
13
|
+
settingsLabel?: string;
|
|
14
|
+
/** Called when the user taps the settings row; the sheet closes first. Omit to hide the row. */
|
|
15
|
+
onSettings?: () => void;
|
|
12
16
|
/** Settings groups listed above the log-out row; empty groups are skipped. */
|
|
13
17
|
groups?: NavigationMenuGroup[];
|
|
14
18
|
/** CSS class controlling the row labels' type scale. Defaults to `'dial-small-text'`. */
|
|
@@ -16,7 +20,7 @@ export interface ProfilePageProps {
|
|
|
16
20
|
}
|
|
17
21
|
/**
|
|
18
22
|
* Sheet page showing the signed-in user, their settings groups (each pushing an
|
|
19
|
-
* `OptionListPage`), and a log-out row.
|
|
23
|
+
* `OptionListPage`), an optional settings row, and a log-out row.
|
|
20
24
|
*/
|
|
21
25
|
export declare const ProfilePage: FC<ProfilePageProps>;
|
|
22
26
|
//# sourceMappingURL=ProfilePage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfilePage.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/ProfilePage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProfilePage.d.ts","sourceRoot":"","sources":["../../../src/components/NavigationSheet/ProfilePage.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAQ,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAMvE,+BAA+B;AAC/B,MAAM,WAAW,gBAAgB;IAC/B,wDAAwD;IACxD,OAAO,EAAE,qBAAqB,CAAC;IAC/B,gCAAgC;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,mEAAmE;IACnE,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gGAAgG;IAChG,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,8EAA8E;IAC9E,MAAM,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/B,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8G5C,CAAC"}
|
package/index.js
CHANGED
|
@@ -259,8 +259,8 @@ var O = {
|
|
|
259
259
|
}
|
|
260
260
|
}, e.id))
|
|
261
261
|
});
|
|
262
|
-
}), H = p(({ profile: e, logOutLabel: r, onLogout: a,
|
|
263
|
-
let { push:
|
|
262
|
+
}), H = p(({ profile: e, logOutLabel: r, onLogout: a, settingsLabel: o, onSettings: c, groups: l, textClassName: u = "dial-small-text" }) => {
|
|
263
|
+
let { push: d, close: f } = R(), p = (l ?? []).filter(({ options: e }) => e.length > 0);
|
|
264
264
|
return /* @__PURE__ */ x(y, { children: [
|
|
265
265
|
/* @__PURE__ */ x("div", {
|
|
266
266
|
className: "flex h-[56px] items-center gap-3 px-4 py-2",
|
|
@@ -269,109 +269,122 @@ var O = {
|
|
|
269
269
|
alt: ""
|
|
270
270
|
}), /* @__PURE__ */ b(s, {
|
|
271
271
|
text: e.displayName,
|
|
272
|
-
className: t(z.mutedText,
|
|
272
|
+
className: t(z.mutedText, u, "min-w-0 flex-1 truncate")
|
|
273
273
|
})]
|
|
274
274
|
}),
|
|
275
|
-
|
|
275
|
+
p.length > 0 && /* @__PURE__ */ x(y, { children: [/* @__PURE__ */ b("ul", {
|
|
276
276
|
className: "flex flex-col",
|
|
277
|
-
children:
|
|
277
|
+
children: p.map((e) => /* @__PURE__ */ b(B, {
|
|
278
278
|
label: e.label,
|
|
279
279
|
icon: e.icon,
|
|
280
|
-
textClassName:
|
|
280
|
+
textClassName: u,
|
|
281
281
|
trailing: /* @__PURE__ */ b(C, {
|
|
282
282
|
size: n,
|
|
283
283
|
stroke: i,
|
|
284
284
|
"aria-hidden": !0,
|
|
285
285
|
className: t(z.rowIcon, "rtl:scale-x-[-1]")
|
|
286
286
|
}),
|
|
287
|
-
onClick: () =>
|
|
287
|
+
onClick: () => d({
|
|
288
288
|
title: e.label,
|
|
289
289
|
content: /* @__PURE__ */ b(V, {
|
|
290
290
|
options: e.options,
|
|
291
|
-
textClassName:
|
|
291
|
+
textClassName: u
|
|
292
292
|
})
|
|
293
293
|
})
|
|
294
294
|
}, e.id))
|
|
295
295
|
}), /* @__PURE__ */ b("hr", { className: z.divider })] }),
|
|
296
|
-
/* @__PURE__ */
|
|
296
|
+
/* @__PURE__ */ x("ul", {
|
|
297
297
|
className: "flex flex-col pb-4",
|
|
298
|
-
children: /* @__PURE__ */ b(B, {
|
|
298
|
+
children: [c && o && /* @__PURE__ */ b(B, {
|
|
299
|
+
label: o,
|
|
300
|
+
textClassName: u,
|
|
301
|
+
icon: /* @__PURE__ */ b(T, {
|
|
302
|
+
size: n,
|
|
303
|
+
stroke: i,
|
|
304
|
+
"aria-hidden": !0
|
|
305
|
+
}),
|
|
306
|
+
onClick: () => {
|
|
307
|
+
f(), c?.();
|
|
308
|
+
}
|
|
309
|
+
}), /* @__PURE__ */ b(B, {
|
|
299
310
|
label: r,
|
|
300
|
-
textClassName:
|
|
311
|
+
textClassName: u,
|
|
301
312
|
icon: /* @__PURE__ */ b(w, {
|
|
302
313
|
size: n,
|
|
303
314
|
stroke: i,
|
|
304
315
|
"aria-hidden": !0
|
|
305
316
|
}),
|
|
306
317
|
onClick: () => {
|
|
307
|
-
|
|
318
|
+
f(), a();
|
|
308
319
|
}
|
|
309
|
-
})
|
|
320
|
+
})]
|
|
310
321
|
})
|
|
311
322
|
] });
|
|
312
|
-
}), U = p(({ items: e, onSelectItem: t, profileLabel: r, logOutLabel: a, onLogout: o,
|
|
313
|
-
let { push:
|
|
314
|
-
|
|
323
|
+
}), U = p(({ items: e, onSelectItem: t, profileLabel: r, logOutLabel: a, onLogout: o, settingsLabel: s, onSettings: c, profile: l, groups: u, footer: d, textClassName: f }) => {
|
|
324
|
+
let { push: p, close: m } = R(), h = (e) => {
|
|
325
|
+
m(), t(e);
|
|
315
326
|
};
|
|
316
327
|
return /* @__PURE__ */ x(y, { children: [/* @__PURE__ */ x("ul", {
|
|
317
328
|
className: "flex flex-col pb-4",
|
|
318
329
|
children: [e.map((e) => /* @__PURE__ */ b(B, {
|
|
319
330
|
label: e.label,
|
|
320
|
-
textClassName:
|
|
331
|
+
textClassName: f,
|
|
321
332
|
isCurrent: e.isActive,
|
|
322
333
|
isHighlighted: e.isActive,
|
|
323
334
|
icon: /* @__PURE__ */ b(e.icon, {
|
|
324
335
|
size: n,
|
|
325
336
|
stroke: i
|
|
326
337
|
}),
|
|
327
|
-
onClick: () =>
|
|
328
|
-
}, e.id)),
|
|
338
|
+
onClick: () => h(e)
|
|
339
|
+
}, e.id)), l && /* @__PURE__ */ b(B, {
|
|
329
340
|
label: r,
|
|
330
|
-
textClassName:
|
|
341
|
+
textClassName: f,
|
|
331
342
|
icon: /* @__PURE__ */ b(E, {
|
|
332
343
|
size: n,
|
|
333
344
|
stroke: i,
|
|
334
345
|
"aria-hidden": !0
|
|
335
346
|
}),
|
|
336
347
|
onClick: () => {
|
|
337
|
-
|
|
348
|
+
l && p({
|
|
338
349
|
title: r,
|
|
339
350
|
content: /* @__PURE__ */ b(H, {
|
|
340
|
-
profile:
|
|
341
|
-
groups:
|
|
351
|
+
profile: l,
|
|
352
|
+
groups: u,
|
|
342
353
|
logOutLabel: a,
|
|
343
354
|
onLogout: o,
|
|
344
|
-
|
|
355
|
+
settingsLabel: s,
|
|
356
|
+
onSettings: c,
|
|
357
|
+
textClassName: f
|
|
345
358
|
})
|
|
346
359
|
});
|
|
347
360
|
}
|
|
348
361
|
})]
|
|
349
|
-
}),
|
|
350
|
-
}), W = p(({ isOpen: n, onClose: r, items: i, onSelectItem: a, labels: o, profile: s, groups: c, onLogout: l,
|
|
351
|
-
let { colors:
|
|
352
|
-
"--np-sheet-text":
|
|
353
|
-
"--np-sheet-item-hover":
|
|
354
|
-
"--np-sheet-item-active":
|
|
355
|
-
"--np-sheet-row-active-text":
|
|
356
|
-
"--np-sheet-row-active-bg":
|
|
357
|
-
"--np-sheet-row-active-bg-hover":
|
|
358
|
-
"--np-sheet-icon":
|
|
359
|
-
"--np-sheet-divider":
|
|
360
|
-
"--np-avatar-bg":
|
|
361
|
-
"--np-avatar-text":
|
|
362
|
-
"--np-menu-active-icon":
|
|
363
|
-
"--np-font-family":
|
|
364
|
-
}), [
|
|
362
|
+
}), d] });
|
|
363
|
+
}), W = p(({ isOpen: n, onClose: r, items: i, onSelectItem: a, labels: o, profile: s, groups: c, onLogout: l, onSettings: u, footer: d, styles: f }) => {
|
|
364
|
+
let { colors: p, typography: m, className: h, cssVars: g } = f ?? {}, v = _(() => e({
|
|
365
|
+
"--np-sheet-text": p?.text,
|
|
366
|
+
"--np-sheet-item-hover": p?.itemHoverBackground,
|
|
367
|
+
"--np-sheet-item-active": p?.itemActiveBackground,
|
|
368
|
+
"--np-sheet-row-active-text": p?.activeRowText,
|
|
369
|
+
"--np-sheet-row-active-bg": p?.activeRowBackground,
|
|
370
|
+
"--np-sheet-row-active-bg-hover": p?.activeRowBackgroundHover,
|
|
371
|
+
"--np-sheet-icon": p?.icon,
|
|
372
|
+
"--np-sheet-divider": p?.divider,
|
|
373
|
+
"--np-avatar-bg": p?.avatarBackground,
|
|
374
|
+
"--np-avatar-text": p?.avatarText,
|
|
375
|
+
"--np-menu-active-icon": p?.activeIcon,
|
|
376
|
+
"--np-font-family": m?.fontFamily
|
|
377
|
+
}), [p, m?.fontFamily]);
|
|
365
378
|
return /* @__PURE__ */ b(L, {
|
|
366
379
|
isOpen: n,
|
|
367
380
|
onClose: r,
|
|
368
381
|
title: o.title,
|
|
369
382
|
closeLabel: o.close,
|
|
370
383
|
backLabel: o.back,
|
|
371
|
-
className: t(z.sheet,
|
|
384
|
+
className: t(z.sheet, h),
|
|
372
385
|
style: {
|
|
373
|
-
...
|
|
374
|
-
...
|
|
386
|
+
...g,
|
|
387
|
+
...v
|
|
375
388
|
},
|
|
376
389
|
children: /* @__PURE__ */ b(U, {
|
|
377
390
|
items: i,
|
|
@@ -379,10 +392,12 @@ var O = {
|
|
|
379
392
|
profileLabel: o.profile,
|
|
380
393
|
logOutLabel: o.logOut,
|
|
381
394
|
onLogout: l,
|
|
395
|
+
settingsLabel: o.settings,
|
|
396
|
+
onSettings: u,
|
|
382
397
|
profile: s,
|
|
383
398
|
groups: c,
|
|
384
|
-
footer:
|
|
385
|
-
textClassName:
|
|
399
|
+
footer: d,
|
|
400
|
+
textClassName: m?.fontClassName
|
|
386
401
|
})
|
|
387
402
|
});
|
|
388
403
|
});
|
|
@@ -57,6 +57,8 @@ export interface NavigationSheetLabels {
|
|
|
57
57
|
profile: string;
|
|
58
58
|
/** Label of the log-out row. */
|
|
59
59
|
logOut: string;
|
|
60
|
+
/** Label of the settings row on the profile page; required when `onSettings` is provided. */
|
|
61
|
+
settings?: string;
|
|
60
62
|
}
|
|
61
63
|
/** Props accepted by `NavigationSheet`. */
|
|
62
64
|
export interface NavigationSheetProps {
|
|
@@ -76,6 +78,11 @@ export interface NavigationSheetProps {
|
|
|
76
78
|
groups?: NavigationMenuGroup[];
|
|
77
79
|
/** Called when the user taps "Log out"; the host owns the confirmation flow. */
|
|
78
80
|
onLogout: () => void;
|
|
81
|
+
/**
|
|
82
|
+
* Called when the user taps the profile page's settings row, after the sheet
|
|
83
|
+
* closes; the host performs the navigation. Omit to hide the row.
|
|
84
|
+
*/
|
|
85
|
+
onSettings?: () => void;
|
|
79
86
|
/** Rendered at the end of the root page — typically a footer message. */
|
|
80
87
|
footer?: ReactNode;
|
|
81
88
|
/** Style overrides for colors, typography, and class names. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation-sheet-props.d.ts","sourceRoot":"","sources":["../../src/models/navigation-sheet-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,qEAAqE;AACrE,MAAM,WAAW,qBAAqB;IACpC,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,iEAAiE;IACjE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uDAAuD;IACvD,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,4DAA4D;AAC5D,MAAM,WAAW,yBAAyB;IACxC,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,gEAAgE;AAChE,MAAM,WAAW,qBAAqB;IACpC,wDAAwD;IACxD,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,kDAAkD;IAClD,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,2DAA2D;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,uDAAuD;AACvD,MAAM,WAAW,qBAAqB;IACpC,6CAA6C;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;IACb,yEAAyE;IACzE,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"navigation-sheet-props.d.ts","sourceRoot":"","sources":["../../src/models/navigation-sheet-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D,qEAAqE;AACrE,MAAM,WAAW,qBAAqB;IACpC,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+BAA+B;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oCAAoC;IACpC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,iEAAiE;IACjE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uDAAuD;IACvD,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,8BAA8B;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,4DAA4D;AAC5D,MAAM,WAAW,yBAAyB;IACxC,wEAAwE;IACxE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,gEAAgE;AAChE,MAAM,WAAW,qBAAqB;IACpC,wDAAwD;IACxD,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,kDAAkD;IAClD,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,2DAA2D;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,uDAAuD;AACvD,MAAM,WAAW,qBAAqB;IACpC,6CAA6C;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;IACb,yEAAyE;IACzE,OAAO,EAAE,MAAM,CAAC;IAChB,gCAAgC;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,2CAA2C;AAC3C,MAAM,WAAW,oBAAoB;IACnC,iCAAiC;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,kFAAkF;IAClF,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,wEAAwE;IACxE,KAAK,EAAE,mBAAmB,EAAE,CAAC;IAC7B,4EAA4E;IAC5E,YAAY,EAAE,CAAC,IAAI,EAAE,mBAAmB,KAAK,IAAI,CAAC;IAClD,sEAAsE;IACtE,MAAM,EAAE,qBAAqB,CAAC;IAC9B,sFAAsF;IACtF,OAAO,CAAC,EAAE,qBAAqB,CAAC;IAChC,0FAA0F;IAC1F,MAAM,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC/B,gFAAgF;IAChF,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,yEAAyE;IACzE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,+DAA+D;IAC/D,MAAM,CAAC,EAAE,qBAAqB,CAAC;CAChC"}
|
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.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@tabler/icons-react": "^3.44.0",
|
|
21
|
-
"@epam/ai-dial-conversation-input": "1.1.
|
|
21
|
+
"@epam/ai-dial-conversation-input": "1.1.2"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": "^19.2.8",
|
|
25
|
-
"@epam/ai-dial-chat-shared": "1.1.
|
|
25
|
+
"@epam/ai-dial-chat-shared": "1.1.2",
|
|
26
26
|
"@epam/ai-dial-ui-kit": "^0.14.2"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|