@altinn/altinn-components 0.41.4 → 0.41.6
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/dist/assets/MenuItemBase.css +1 -1
- package/dist/assets/MenuOption.css +1 -1
- package/dist/components/Account/AccountList.js +20 -32
- package/dist/components/Account/AccountMenu.js +18 -16
- package/dist/components/Avatar/AvatarGroup.js +12 -12
- package/dist/components/List/ListItemBase.js +35 -33
- package/dist/components/Menu/MenuBase.js +17 -15
- package/dist/components/Menu/MenuItem.js +47 -46
- package/dist/components/Menu/MenuItemBase.js +38 -38
- package/dist/components/Menu/MenuItemLabel.js +36 -42
- package/dist/components/Menu/MenuOption.js +46 -46
- package/dist/components/Settings/SettingsItem.js +42 -27
- package/dist/components/Settings/SettingsItemBase.js +29 -28
- package/dist/components/Settings/SettingsModal.js +33 -9
- package/dist/components/Toolbar/ToolbarOptions.js +9 -9
- package/dist/components/Typography/Heading.js +30 -28
- package/dist/hooks/useMenu.js +31 -31
- package/dist/types/lib/components/Account/AccountList.d.ts +1 -1
- package/dist/types/lib/components/Account/AccountList.stories.d.ts +1 -1
- package/dist/types/lib/components/Account/AccountListItem.stories.d.ts +1 -0
- package/dist/types/lib/components/List/ListItemBase.d.ts +2 -1
- package/dist/types/lib/components/Menu/MenuBase.d.ts +2 -1
- package/dist/types/lib/components/Menu/MenuItem.d.ts +1 -1
- package/dist/types/lib/components/Menu/MenuItemLabel.d.ts +2 -3
- package/dist/types/lib/components/Menu/MenuOption.d.ts +3 -3
- package/dist/types/lib/components/Settings/SettingsItem.d.ts +9 -2
- package/dist/types/lib/components/Settings/SettingsItem.stories.d.ts +4 -1
- package/dist/types/lib/components/Settings/SettingsItemBase.d.ts +1 -1
- package/dist/types/lib/components/Settings/SettingsModal.d.ts +6 -2
- package/dist/types/lib/components/Settings/SettingsModal.stories.d.ts +10 -2
- package/dist/types/lib/components/Toolbar/ToolbarFilter.stories.d.ts +1 -3
- package/dist/types/lib/components/Transmission/Transmission.stories.d.ts +1 -0
- package/dist/types/lib/components/Typography/Heading.d.ts +3 -2
- package/dist/types/lib/components/Typography/Heading.stories.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._item_cs9p2_1{font:inherit;color:inherit;padding:0;border:0;text-align:inherit;text-decoration:none;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;cursor:pointer;position:relative;width:100%;display:flex;align-items:center;column-gap:.25rem;margin:.5rem 0;border-radius:2px}._item_cs9p2_1[data-size=md]{min-height:56px}._item_cs9p2_1[data-size=md]{min-height:44px}._item_cs9p2_1[data-size=sm]{min-height:40px}._content_cs9p2_40{display:flex;width:100%;align-items:center;column-gap:6px;padding:6px}._item_cs9p2_1{background-color:transparent}._item_cs9p2_1{pointer-events:none}._item_cs9p2_1[data-interactive=true]{pointer-events:all}._item_cs9p2_1:hover,._item_cs9p2_1[data-active=true]{background-color:var(--ds-color-background-tinted)}._item_cs9p2_1[data-active=true]{outline:2px solid black}._item_cs9p2_1[data-selected=true],._item_cs9p2_1:active,[data-variant=subtle] ._item_cs9p2_1:hover{background-color:var(--ds-color-surface-hover)}[data-variant=subtle] ._item_cs9p2_1:active{background-color:var(--ds-color-surface-active)}[data-variant=subtle] ._item_cs9p2_1[data-selected=true]{background-color:var(--ds-color-background-default)}._content_cs9p2_40{display:flex;width:100%;align-items:center;column-gap:.5em}._item_cs9p2_1[aria-disabled=true]{opacity:.5;pointer-events:none;outline:none;box-shadow:none;background-color:transparent}._item_cs9p2_1:not([aria-disabled=true]):focus-visible{box-shadow:var(--_ds--focus, var(--dsc-focus-boxShadow));outline:var(--_ds--focus, var(--dsc-focus-outline))}._item_cs9p2_1:not([aria-disabled=true]):focus-visible *{--_ds--focus: }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._label_sfsij_1{flex-grow:1;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 .125rem;font-size:1rem;column-gap:.5em;pointer-events:none}._title_sfsij_13{color:var(--ds-color-text-default);display:inline-flex;align-items:center;column-gap:.5em}._count_sfsij_20{vertical-align:super;font-size:smaller}._radio_sfsij_25,._checkbox_sfsij_26{flex-shrink:0;flex-grow:0;position:relative;width:1.25em;height:1.25em;display:flex;align-items:center;justify-content:center;color:transparent}._radio_sfsij_25{border:1px solid;border-color:var(--ds-color-border-subtle);outline:var(--ds-color-border-subtle) solid 1px;border-radius:50%}._checkbox_sfsij_26{border:2px solid;border-color:var(--ds-color-border-subtle);border-radius:2px}._radio_sfsij_25[data-checked=true],._checkbox_sfsij_26[data-checked=true]{background-color:var(--ds-color-base-default);border:none;outline-color:var(--ds-color-base-default);color:var(--ds-color-base-contrast-default)}._icon_sfsij_59{font-size:1.25em}@supports (-webkit-hyphens: none){._icon_sfsij_59{font-size:unset;width:1.25em;height:1.25em}._icon_sfsij_59 svg,._icon_sfsij_59 img{width:100%;height:100%}}
|
|
@@ -1,44 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Fragment as
|
|
1
|
+
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment as f, createElement as d } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import { AccountListItem as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { useMenu as I } from "../../hooks/useMenu.js";
|
|
4
|
+
import { AccountListItem as h } from "./AccountListItem.js";
|
|
5
|
+
import { Heading as y } from "../Typography/Heading.js";
|
|
6
|
+
import { useMenu as x } from "../../hooks/useMenu.js";
|
|
8
7
|
import "../RootProvider/RootProvider.js";
|
|
9
8
|
import { List as L } from "../List/List.js";
|
|
10
9
|
import "../Snackbar/useSnackbar.js";
|
|
11
|
-
import { Section as
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
emptyTitle: f = "Ingen treff",
|
|
17
|
-
emptyDescription: l = "Søket ga ingen treff"
|
|
18
|
-
}) => {
|
|
19
|
-
if (!i || i.length === 0)
|
|
20
|
-
return /* @__PURE__ */ o(c, { children: [
|
|
21
|
-
/* @__PURE__ */ r(m, { size: "lg", children: f }),
|
|
22
|
-
/* @__PURE__ */ r(x, { children: l })
|
|
23
|
-
] });
|
|
24
|
-
const { menu: n } = I({
|
|
25
|
-
items: i,
|
|
26
|
-
groups: p,
|
|
10
|
+
import { Section as j } from "../Page/Section.js";
|
|
11
|
+
const H = ({ items: o, groups: m = {}, sortGroupBy: n }) => {
|
|
12
|
+
const { menu: e } = x({
|
|
13
|
+
items: o,
|
|
14
|
+
groups: m,
|
|
27
15
|
groupByKey: "groupId",
|
|
28
16
|
keyboardEvents: !1,
|
|
29
|
-
sortGroupBy:
|
|
17
|
+
sortGroupBy: n
|
|
30
18
|
});
|
|
31
|
-
return /* @__PURE__ */
|
|
32
|
-
const
|
|
33
|
-
return /* @__PURE__ */
|
|
34
|
-
(
|
|
35
|
-
/* @__PURE__ */
|
|
36
|
-
const
|
|
37
|
-
return /* @__PURE__ */
|
|
19
|
+
return /* @__PURE__ */ i(j, { spacing: 6, children: e == null ? void 0 : e.map((t, s) => {
|
|
20
|
+
const r = t.props || {};
|
|
21
|
+
return /* @__PURE__ */ a(f, { children: [
|
|
22
|
+
(r == null ? void 0 : r.title) && /* @__PURE__ */ i(y, { size: "lg", children: r.title }),
|
|
23
|
+
/* @__PURE__ */ i(L, { children: t == null ? void 0 : t.items.map((c, p) => {
|
|
24
|
+
const l = c.props || {};
|
|
25
|
+
return /* @__PURE__ */ d(h, { ...l, key: p });
|
|
38
26
|
}) })
|
|
39
|
-
] },
|
|
27
|
+
] }, s);
|
|
40
28
|
}) });
|
|
41
29
|
};
|
|
42
30
|
export {
|
|
43
|
-
|
|
31
|
+
H as AccountList
|
|
44
32
|
};
|
|
@@ -3,52 +3,54 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
3
3
|
import { useState as M } from "react";
|
|
4
4
|
import "../../index-L8X2o7IH.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import { Menu as
|
|
6
|
+
import { Menu as b } from "../Menu/Menu.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
const
|
|
8
|
+
const v = (r) => `${r} hits`, G = ({
|
|
9
9
|
items: r = [],
|
|
10
10
|
groups: f = {},
|
|
11
|
-
search:
|
|
11
|
+
search: l,
|
|
12
12
|
onSelectAccount: e,
|
|
13
13
|
currentAccount: a,
|
|
14
14
|
isVirtualized: C,
|
|
15
15
|
keyboardEvents: h
|
|
16
16
|
}) => {
|
|
17
17
|
var u;
|
|
18
|
-
const
|
|
18
|
+
const d = r.map((o) => ({
|
|
19
19
|
...o,
|
|
20
20
|
title: (o == null ? void 0 : o.title) || o.name,
|
|
21
21
|
groupId: o.groupId || "search",
|
|
22
22
|
selected: o.selected ?? (a == null ? void 0 : a.id) === o.id,
|
|
23
|
-
onClick: () =>
|
|
24
|
-
|
|
23
|
+
onClick: () => {
|
|
24
|
+
!o.disabled && (e == null || e(o.id));
|
|
25
|
+
}
|
|
26
|
+
})), [t, s] = M(""), n = t ? d.filter(
|
|
25
27
|
(o) => {
|
|
26
28
|
var p, g, i;
|
|
27
|
-
return ((p = o == null ? void 0 : o.name) == null ? void 0 : p.toLowerCase().includes(
|
|
29
|
+
return ((p = o == null ? void 0 : o.name) == null ? void 0 : p.toLowerCase().includes(t.toLowerCase())) || ((i = (g = o == null ? void 0 : o.description) == null ? void 0 : g.toString()) == null ? void 0 : i.toLowerCase().includes(t.toLowerCase()));
|
|
28
30
|
}
|
|
29
31
|
).map((o) => ({
|
|
30
32
|
...o,
|
|
31
33
|
groupId: "search",
|
|
32
34
|
title: (o == null ? void 0 : o.title) || o.name,
|
|
33
|
-
highlightWords: [
|
|
34
|
-
})) :
|
|
35
|
+
highlightWords: [t]
|
|
36
|
+
})) : d, L = t ? {
|
|
35
37
|
search: {
|
|
36
|
-
title: ((u =
|
|
38
|
+
title: ((u = l == null ? void 0 : l.getResultsLabel) == null ? void 0 : u.call(l, n.length)) ?? v(n.length)
|
|
37
39
|
}
|
|
38
40
|
} : f, w = {
|
|
39
41
|
name: "account-search",
|
|
40
|
-
value:
|
|
41
|
-
placeholder: (
|
|
42
|
-
onChange: (o) =>
|
|
43
|
-
onClear: () =>
|
|
42
|
+
value: t,
|
|
43
|
+
placeholder: (l == null ? void 0 : l.placeholder) ?? "Find account",
|
|
44
|
+
onChange: (o) => s(o.target.value),
|
|
45
|
+
onClear: () => s("")
|
|
44
46
|
}, I = [
|
|
45
47
|
...n.length > 0 ? n : [{ id: "search", groupId: "search", hidden: !0 }]
|
|
46
48
|
];
|
|
47
49
|
return /* @__PURE__ */ c(
|
|
48
|
-
|
|
50
|
+
b,
|
|
49
51
|
{
|
|
50
52
|
variant: "default",
|
|
51
|
-
search:
|
|
53
|
+
search: l && w,
|
|
52
54
|
groups: L,
|
|
53
55
|
items: I,
|
|
54
56
|
isVirtualized: C,
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as i } from "../../index-L8X2o7IH.js";
|
|
4
4
|
import { useMemo as f } from "react";
|
|
5
5
|
import { Avatar as h } from "./Avatar.js";
|
|
6
6
|
import '../../assets/AvatarGroup.css';const A = "_group_1ts6c_1", _ = "_item_1ts6c_10", s = {
|
|
7
7
|
group: A,
|
|
8
8
|
item: _
|
|
9
|
-
}, L = (
|
|
10
|
-
items:
|
|
9
|
+
}, L = (t) => typeof t == "object" && t !== null && "items" in t, N = ({
|
|
10
|
+
items: t = [],
|
|
11
11
|
maxItemsCount: l = 4,
|
|
12
|
-
defaultType:
|
|
13
|
-
size:
|
|
12
|
+
defaultType: n,
|
|
13
|
+
size: u,
|
|
14
14
|
className: m,
|
|
15
|
-
style:
|
|
15
|
+
style: p
|
|
16
16
|
}) => {
|
|
17
|
-
const
|
|
18
|
-
return
|
|
19
|
-
const g =
|
|
20
|
-
return /* @__PURE__ */ r("li", { className:
|
|
17
|
+
const o = f(() => t.slice(0, l).reverse(), [t, l]);
|
|
18
|
+
return t.length === 0 ? /* @__PURE__ */ r("div", { className: s.avatarGroup }) : /* @__PURE__ */ r("ul", { className: i(s.group, m), "data-size": u, "data-count": o == null ? void 0 : o.length, style: p, children: o.map((e, c) => {
|
|
19
|
+
const g = c === l - 1, d = e.customLabel || g ? t.length.toString() : void 0;
|
|
20
|
+
return /* @__PURE__ */ r("li", { className: i(s.item), children: /* @__PURE__ */ r(
|
|
21
21
|
h,
|
|
22
22
|
{
|
|
23
23
|
name: e.name,
|
|
24
24
|
customLabel: d,
|
|
25
25
|
imageUrl: e.imageUrl,
|
|
26
26
|
imageUrlAlt: e.imageUrlAlt,
|
|
27
|
-
type: (e == null ? void 0 : e.type) ||
|
|
27
|
+
type: (e == null ? void 0 : e.type) || n,
|
|
28
28
|
variant: e == null ? void 0 : e.variant,
|
|
29
29
|
outline: !0
|
|
30
30
|
}
|
|
31
|
-
) },
|
|
31
|
+
) }, c);
|
|
32
32
|
}) });
|
|
33
33
|
};
|
|
34
34
|
export {
|
|
@@ -1,38 +1,40 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import '../../assets/ListItemBase.css';const
|
|
4
|
-
base:
|
|
5
|
-
},
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
+
import { c as x } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import '../../assets/ListItemBase.css';const u = "_base_1xkee_1", _ = {
|
|
4
|
+
base: u
|
|
5
|
+
}, j = ({
|
|
6
|
+
ref: a,
|
|
7
|
+
as: e,
|
|
8
|
+
interactive: t = !0,
|
|
9
|
+
size: s,
|
|
10
|
+
color: o,
|
|
11
|
+
variant: n = "default",
|
|
12
|
+
shadow: r = "none",
|
|
13
|
+
border: d = "none",
|
|
14
|
+
hidden: c = !1,
|
|
15
|
+
selected: i,
|
|
16
|
+
className: m,
|
|
17
|
+
onMouseEnter: l,
|
|
18
|
+
id: b,
|
|
19
|
+
children: p
|
|
20
|
+
}) => /* @__PURE__ */ f(
|
|
21
|
+
e || "li",
|
|
21
22
|
{
|
|
22
|
-
className:
|
|
23
|
-
"data-interactive":
|
|
24
|
-
"data-selected":
|
|
25
|
-
"data-variant":
|
|
26
|
-
"data-color":
|
|
27
|
-
"data-border":
|
|
28
|
-
"data-shadow":
|
|
29
|
-
"data-size":
|
|
30
|
-
"aria-hidden":
|
|
31
|
-
onMouseEnter:
|
|
32
|
-
id:
|
|
33
|
-
|
|
23
|
+
className: x(_.base, m),
|
|
24
|
+
"data-interactive": t,
|
|
25
|
+
"data-selected": i,
|
|
26
|
+
"data-variant": n,
|
|
27
|
+
"data-color": o,
|
|
28
|
+
"data-border": d,
|
|
29
|
+
"data-shadow": r,
|
|
30
|
+
"data-size": s,
|
|
31
|
+
"aria-hidden": c,
|
|
32
|
+
onMouseEnter: l,
|
|
33
|
+
id: b,
|
|
34
|
+
ref: a,
|
|
35
|
+
children: p
|
|
34
36
|
}
|
|
35
37
|
);
|
|
36
38
|
export {
|
|
37
|
-
|
|
39
|
+
j as ListItemBase
|
|
38
40
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../index-L8X2o7IH.js";
|
|
3
|
-
import '../../assets/MenuBase.css';const
|
|
4
|
-
menu:
|
|
5
|
-
list:
|
|
6
|
-
item:
|
|
7
|
-
},
|
|
3
|
+
import '../../assets/MenuBase.css';const _ = "_menu_twp4i_1", d = "_list_twp4i_12", C = "_item_twp4i_18", p = {
|
|
4
|
+
menu: _,
|
|
5
|
+
list: d,
|
|
6
|
+
item: C
|
|
7
|
+
}, N = ({ as: t = "nav", color: n, variant: e, className: o, children: s, ref: a }) => /* @__PURE__ */ c(t, { className: r(p.menu, o), "data-color": n, "data-variant": e, ref: a, children: s }), f = ({
|
|
8
8
|
as: t = "ul",
|
|
9
9
|
role: n = "group",
|
|
10
10
|
className: e,
|
|
11
11
|
children: o,
|
|
12
12
|
ref: s,
|
|
13
13
|
onMouseEnter: a,
|
|
14
|
-
onMouseLeave:
|
|
15
|
-
onBlurCapture:
|
|
14
|
+
onMouseLeave: i,
|
|
15
|
+
onBlurCapture: m
|
|
16
16
|
}) => /* @__PURE__ */ c(
|
|
17
17
|
t,
|
|
18
18
|
{
|
|
@@ -20,19 +20,20 @@ import '../../assets/MenuBase.css';const l = "_menu_twp4i_1", _ = "_list_twp4i_1
|
|
|
20
20
|
role: n,
|
|
21
21
|
ref: s,
|
|
22
22
|
onMouseEnter: a,
|
|
23
|
-
onMouseLeave:
|
|
24
|
-
onBlurCapture:
|
|
23
|
+
onMouseLeave: i,
|
|
24
|
+
onBlurCapture: m,
|
|
25
25
|
children: o
|
|
26
26
|
}
|
|
27
|
-
),
|
|
27
|
+
), h = ({
|
|
28
28
|
as: t = "li",
|
|
29
29
|
role: n = "presentation",
|
|
30
30
|
className: e,
|
|
31
31
|
children: o,
|
|
32
32
|
style: s,
|
|
33
33
|
dataIndex: a,
|
|
34
|
+
disabled: i,
|
|
34
35
|
onMouseEnter: m,
|
|
35
|
-
onMouseLeave:
|
|
36
|
+
onMouseLeave: l,
|
|
36
37
|
"aria-checked": u
|
|
37
38
|
}) => /* @__PURE__ */ c(
|
|
38
39
|
t,
|
|
@@ -42,13 +43,14 @@ import '../../assets/MenuBase.css';const l = "_menu_twp4i_1", _ = "_list_twp4i_1
|
|
|
42
43
|
style: s,
|
|
43
44
|
"data-index": a,
|
|
44
45
|
onMouseEnter: m,
|
|
45
|
-
onMouseLeave:
|
|
46
|
+
onMouseLeave: l,
|
|
47
|
+
"aria-disabled": i,
|
|
46
48
|
"aria-checked": u,
|
|
47
49
|
children: o
|
|
48
50
|
}
|
|
49
51
|
);
|
|
50
52
|
export {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
N as MenuBase,
|
|
54
|
+
f as MenuList,
|
|
55
|
+
h as MenuListItem
|
|
54
56
|
};
|
|
@@ -1,70 +1,71 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
1
|
+
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { isValidElement as C } from "react";
|
|
3
|
+
import { Icon as N } from "../Icon/Icon.js";
|
|
3
4
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "
|
|
5
|
+
import { Badge as d } from "../Badge/Badge.js";
|
|
5
6
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import { MenuItemBase as
|
|
7
|
-
import { MenuItemLabel as
|
|
8
|
-
import { MenuItemIcon as
|
|
7
|
+
import { MenuItemBase as q } from "./MenuItemBase.js";
|
|
8
|
+
import { MenuItemLabel as x } from "./MenuItemLabel.js";
|
|
9
|
+
import { MenuItemIcon as E } from "./MenuItemIcon.js";
|
|
9
10
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
import { S as
|
|
11
|
-
import { S as
|
|
12
|
-
import '../../assets/MenuItem.css';const
|
|
13
|
-
controls:
|
|
14
|
-
linkIcon:
|
|
15
|
-
},
|
|
16
|
-
as:
|
|
11
|
+
import { S as L, a as b } from "../../ChevronUp-_BBfEirx.js";
|
|
12
|
+
import { S as D } from "../../ChevronRight-ANFWmIs1.js";
|
|
13
|
+
import '../../assets/MenuItem.css';const R = "_controls_w98qm_46", U = "_linkIcon_w98qm_59", m = {
|
|
14
|
+
controls: R,
|
|
15
|
+
linkIcon: U
|
|
16
|
+
}, X = ({
|
|
17
|
+
as: l = "a",
|
|
17
18
|
size: t = "md",
|
|
18
19
|
color: p,
|
|
19
|
-
variant:
|
|
20
|
+
variant: f,
|
|
20
21
|
collapsible: a,
|
|
21
|
-
expanded:
|
|
22
|
+
expanded: c,
|
|
22
23
|
icon: I,
|
|
23
|
-
iconTheme:
|
|
24
|
-
iconBadge:
|
|
24
|
+
iconTheme: h,
|
|
25
|
+
iconBadge: u,
|
|
25
26
|
title: v,
|
|
26
|
-
description:
|
|
27
|
-
highlightWords:
|
|
28
|
-
badge:
|
|
29
|
-
controls:
|
|
30
|
-
loading:
|
|
31
|
-
linkIcon:
|
|
32
|
-
label:
|
|
27
|
+
description: S,
|
|
28
|
+
highlightWords: _,
|
|
29
|
+
badge: o,
|
|
30
|
+
controls: k,
|
|
31
|
+
loading: r,
|
|
32
|
+
linkIcon: y,
|
|
33
|
+
label: e,
|
|
33
34
|
ariaLabel: M,
|
|
34
|
-
...
|
|
35
|
+
...j
|
|
35
36
|
}) => {
|
|
36
|
-
const
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
-
|
|
37
|
+
const w = typeof e == "function" ? e() : e, s = a ? c ? L : b : y ? D : void 0, B = () => o && !r && typeof o == "object" && "label" in o ? /* @__PURE__ */ n(d, { ...o, className: m.badge }) : C(o) ? o : null;
|
|
38
|
+
return /* @__PURE__ */ i(
|
|
39
|
+
q,
|
|
39
40
|
{
|
|
40
|
-
as:
|
|
41
|
+
as: l,
|
|
41
42
|
size: t,
|
|
42
|
-
variant:
|
|
43
|
+
variant: f,
|
|
43
44
|
color: p,
|
|
44
|
-
expanded:
|
|
45
|
+
expanded: c,
|
|
45
46
|
ariaLabel: M,
|
|
46
|
-
hidden:
|
|
47
|
-
...
|
|
47
|
+
hidden: r,
|
|
48
|
+
...j,
|
|
48
49
|
children: [
|
|
49
|
-
/* @__PURE__ */ n(
|
|
50
|
+
/* @__PURE__ */ n(E, { loading: r, size: t, icon: I, theme: h, badge: u }),
|
|
50
51
|
/* @__PURE__ */ n(
|
|
51
|
-
|
|
52
|
+
x,
|
|
52
53
|
{
|
|
53
|
-
loading:
|
|
54
|
+
loading: r,
|
|
54
55
|
title: v,
|
|
55
|
-
description:
|
|
56
|
-
highlightWords:
|
|
56
|
+
description: S,
|
|
57
|
+
highlightWords: _,
|
|
57
58
|
size: t,
|
|
58
|
-
|
|
59
|
-
children: g
|
|
59
|
+
children: w
|
|
60
60
|
}
|
|
61
61
|
),
|
|
62
|
-
/* @__PURE__ */
|
|
63
|
-
!
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
/* @__PURE__ */ i("span", { className: m.controls, children: [
|
|
63
|
+
!r && k,
|
|
64
|
+
!r && B(),
|
|
65
|
+
s && /* @__PURE__ */ n("span", { className: m.linkIcon, children: /* @__PURE__ */ n(
|
|
66
|
+
N,
|
|
66
67
|
{
|
|
67
|
-
svgElement:
|
|
68
|
+
svgElement: s,
|
|
68
69
|
style: {
|
|
69
70
|
fontSize: "1.5rem"
|
|
70
71
|
}
|
|
@@ -76,5 +77,5 @@ import '../../assets/MenuItem.css';const N = "_controls_w98qm_46", B = "_linkIco
|
|
|
76
77
|
);
|
|
77
78
|
};
|
|
78
79
|
export {
|
|
79
|
-
|
|
80
|
+
X as MenuItem
|
|
80
81
|
};
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
import { useRef as
|
|
4
|
-
import '../../assets/MenuItemBase.css';const
|
|
5
|
-
item:
|
|
6
|
-
content:
|
|
2
|
+
import { c as E } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import { useRef as M } from "react";
|
|
4
|
+
import '../../assets/MenuItemBase.css';const R = "_item_cs9p2_1", b = "_content_cs9p2_40", c = {
|
|
5
|
+
item: R,
|
|
6
|
+
content: b
|
|
7
7
|
}, A = ({
|
|
8
|
-
interactive:
|
|
8
|
+
interactive: s = !0,
|
|
9
9
|
ariaLabel: m,
|
|
10
|
-
role:
|
|
10
|
+
role: o,
|
|
11
11
|
as: i,
|
|
12
|
-
color:
|
|
13
|
-
variant:
|
|
14
|
-
size:
|
|
15
|
-
className:
|
|
12
|
+
color: d,
|
|
13
|
+
variant: p,
|
|
14
|
+
size: f,
|
|
15
|
+
className: u,
|
|
16
16
|
href: _,
|
|
17
17
|
onClick: t,
|
|
18
|
-
onKeyPress:
|
|
19
|
-
tabIndex:
|
|
20
|
-
hidden:
|
|
21
|
-
selected:
|
|
22
|
-
disabled:
|
|
23
|
-
children:
|
|
24
|
-
active:
|
|
25
|
-
onMouseEnter:
|
|
26
|
-
dataTestId:
|
|
18
|
+
onKeyPress: e,
|
|
19
|
+
tabIndex: l = 0,
|
|
20
|
+
hidden: x,
|
|
21
|
+
selected: v,
|
|
22
|
+
disabled: a = !1,
|
|
23
|
+
children: h,
|
|
24
|
+
active: I,
|
|
25
|
+
onMouseEnter: N,
|
|
26
|
+
dataTestId: j
|
|
27
27
|
}) => {
|
|
28
|
-
const
|
|
28
|
+
const z = i || "a", B = M(null);
|
|
29
29
|
return /* @__PURE__ */ r(
|
|
30
|
-
|
|
30
|
+
z,
|
|
31
31
|
{
|
|
32
|
-
tabIndex:
|
|
33
|
-
className:
|
|
34
|
-
role:
|
|
32
|
+
tabIndex: a ? "-1" : l ?? 0,
|
|
33
|
+
className: E(c.item, u),
|
|
34
|
+
role: o,
|
|
35
35
|
"aria-label": m,
|
|
36
|
-
"data-interactive":
|
|
37
|
-
"data-active":
|
|
38
|
-
"data-size":
|
|
39
|
-
"data-color":
|
|
40
|
-
"data-variant":
|
|
41
|
-
"aria-hidden":
|
|
42
|
-
"aria-disabled":
|
|
43
|
-
"data-selected":
|
|
36
|
+
"data-interactive": !a && s,
|
|
37
|
+
"data-active": I,
|
|
38
|
+
"data-size": f,
|
|
39
|
+
"data-color": d,
|
|
40
|
+
"data-variant": p,
|
|
41
|
+
"aria-hidden": x,
|
|
42
|
+
"aria-disabled": a,
|
|
43
|
+
"data-selected": v,
|
|
44
44
|
href: _,
|
|
45
45
|
onKeyPress: (n) => {
|
|
46
|
-
n.key === "Enter" && (t == null || t()),
|
|
46
|
+
a || (n.key === "Enter" && (t == null || t()), e == null || e(n));
|
|
47
47
|
},
|
|
48
48
|
onClick: t,
|
|
49
|
-
onMouseEnter:
|
|
50
|
-
"data-testid":
|
|
51
|
-
ref:
|
|
52
|
-
children: /* @__PURE__ */ r("span", { className:
|
|
49
|
+
onMouseEnter: N,
|
|
50
|
+
"data-testid": j,
|
|
51
|
+
ref: B,
|
|
52
|
+
children: /* @__PURE__ */ r("span", { className: c.content, children: h })
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
};
|