@altinn/altinn-components 0.41.1 → 0.41.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/dist/assets/ButtonIcon.css +1 -1
- package/dist/assets/GlobalMenuButton.css +1 -1
- package/dist/assets/Icon.css +1 -1
- package/dist/assets/MenuOption.css +1 -1
- package/dist/components/Button/ButtonIcon.js +9 -9
- package/dist/components/GlobalMenu/GlobalMenuButton.js +25 -25
- package/dist/components/Icon/Icon.js +12 -12
- package/dist/components/Menu/MenuOption.js +26 -26
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapper_1y1r9_1{display:flex;align-items:center;justify-content:center;font-size:1em}._icon_1y1r9_8[data-size=xs]{font-size:.875rem}._icon_1y1r9_8[data-size=sm]{font-size:1rem}._icon_1y1r9_8[data-size=md]{font-size:1.125rem}._icon_1y1r9_8[data-size=lg]{font-size:1.5rem}._icon_1y1r9_8 svg,._icon_1y1r9_8 img{display:block;width:1.5em;height:1.5em}._avatar_1y1r9_31{font-size:1.5em}._avatarGroup_1y1r9_35{font-size:1.125em}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._button_234vz_1{flex-shrink:0;position:relative;z-index:2;display:inline-flex;align-items:center;column-gap:.625rem;padding:.625rem;border:none;border-radius:4px}._label_234vz_13{font-size:1.125rem;font-weight:500;padding:.25rem}._loginIcon_234vz_19,._closeIcon_234vz_20,._avatar_234vz_21{font-size:1.5rem;width:2.25rem;height:2.25rem;border-radius:2px}._loginIcon_234vz_19{background-color:#fff;color:#000}._closeIcon_234vz_20{outline:1px solid white}._badge_234vz_37{position:absolute;top:0;right:0;margin-top:-.75rem;margin-right:-.75rem}@supports (-webkit-hyphens: none){._loginIcon_234vz_19,._closeIcon_234vz_20,._avatar_234vz_21{font-size:unset}._loginIcon_234vz_19 svg,._loginIcon_234vz_19 img,._closeIcon_234vz_20 svg,._closeIcon_234vz_20 img{width:1.5rem;height:1.5rem}}
|
package/dist/assets/Icon.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._icon_1y3dz_1{position:relative;display:flex;justify-content:center;align-items:center;border-radius:5%}._shape_1y3dz_9{width:1em;height:1em}._svg_1y3dz_14,._image_1y3dz_15{position:absolute;display:block;width:1em;height:1em;margin:auto}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._label_16xuy_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_16xuy_13{display:inline-flex;align-items:center;column-gap:.5em}._radio_16xuy_19,._checkbox_16xuy_20{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_16xuy_19{border:1px solid;border-color:var(--ds-color-border-subtle);outline:var(--ds-color-border-subtle) solid 1px;border-radius:50%}._checkbox_16xuy_20{border:2px solid;border-color:var(--ds-color-border-subtle);border-radius:2px}._radio_16xuy_19[data-checked=true],._checkbox_16xuy_20[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_16xuy_53{font-size:1.25em}@supports (-webkit-hyphens: none){._icon_16xuy_53{font-size:unset;width:1.25em;height:1.25em}._icon_16xuy_53 svg,._icon_16xuy_53 img{width:100%;height:100%}}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { isValidElement as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import { isValidElement as n } from "react";
|
|
4
4
|
import { isIconProps as c, Icon as o } from "../Icon/Icon.js";
|
|
5
5
|
import { isAvatarProps as i, Avatar as _ } from "../Avatar/Avatar.js";
|
|
6
6
|
import { isAvatarGroupProps as l, AvatarGroup as f } from "../Avatar/AvatarGroup.js";
|
|
7
7
|
import "../RootProvider/RootProvider.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import '../../assets/ButtonIcon.css';const v = "
|
|
9
|
+
import '../../assets/ButtonIcon.css';const v = "_wrapper_1y1r9_1", u = "_icon_1y1r9_8", y = "_avatar_1y1r9_31", G = "_avatarGroup_1y1r9_35", t = {
|
|
10
10
|
wrapper: v,
|
|
11
11
|
icon: u,
|
|
12
|
-
avatar:
|
|
13
|
-
avatarGroup:
|
|
12
|
+
avatar: y,
|
|
13
|
+
avatarGroup: G
|
|
14
14
|
};
|
|
15
|
-
function
|
|
16
|
-
return typeof
|
|
15
|
+
function N(r) {
|
|
16
|
+
return typeof r == "string" || typeof r == "number" || typeof r == "boolean" || r === null || n(r);
|
|
17
17
|
}
|
|
18
|
-
const E = ({ icon:
|
|
18
|
+
const E = ({ icon: r, size: s, iconAltText: p, className: e }) => /* @__PURE__ */ a("span", { className: m(t.wrapper, e), "data-size": s, "aria-label": p, children: i(r) && /* @__PURE__ */ a(_, { ...r, className: t.avatar }) || l(r) && /* @__PURE__ */ a(f, { ...r, className: t.avatarGroup }) || c(r) && /* @__PURE__ */ a(o, { ...r, className: t.icon }) || N(r) && r || /* @__PURE__ */ a(o, { svgElement: r, className: t.icon }) });
|
|
19
19
|
export {
|
|
20
20
|
E as ButtonIcon
|
|
21
21
|
};
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { jsxs as r, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as _ } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { Badge as
|
|
5
|
-
import { ButtonBase as
|
|
6
|
-
import { ButtonLabel as
|
|
4
|
+
import { Badge as d } from "../Badge/Badge.js";
|
|
5
|
+
import { ButtonBase as I } from "../Button/ButtonBase.js";
|
|
6
|
+
import { ButtonLabel as f } from "../Button/ButtonLabel.js";
|
|
7
7
|
import { ButtonIcon as p } from "../Button/ButtonIcon.js";
|
|
8
8
|
import "../RootProvider/RootProvider.js";
|
|
9
9
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
import { S as
|
|
10
|
+
import { S as v } from "../../XMark-tKk6aExO.js";
|
|
11
11
|
import { S as N } from "../../PadlockLocked-XL1IB5Ae.js";
|
|
12
|
-
import '../../assets/GlobalMenuButton.css';const b = "
|
|
12
|
+
import '../../assets/GlobalMenuButton.css';const b = "_button_234vz_1", h = "_loginIcon_234vz_19", B = "_closeIcon_234vz_20", z = "_avatar_234vz_21", u = "_badge_234vz_37", a = {
|
|
13
13
|
button: b,
|
|
14
14
|
loginIcon: h,
|
|
15
15
|
closeIcon: B,
|
|
16
|
-
avatar:
|
|
17
|
-
badge:
|
|
18
|
-
},
|
|
16
|
+
avatar: z,
|
|
17
|
+
badge: u
|
|
18
|
+
}, w = ({
|
|
19
19
|
className: t,
|
|
20
|
-
as:
|
|
21
|
-
color:
|
|
22
|
-
variant:
|
|
20
|
+
as: c = "button",
|
|
21
|
+
color: i = "accent",
|
|
22
|
+
variant: e = "solid",
|
|
23
23
|
currentAccount: s,
|
|
24
24
|
expanded: g,
|
|
25
|
-
label:
|
|
25
|
+
label: l = "Menu",
|
|
26
26
|
badge: n,
|
|
27
|
-
...
|
|
28
|
-
}) => g ? /* @__PURE__ */ r(
|
|
29
|
-
/* @__PURE__ */ o(
|
|
30
|
-
/* @__PURE__ */ o(p, { className: a.closeIcon, icon: /* @__PURE__ */ o(
|
|
31
|
-
n && /* @__PURE__ */ o(
|
|
32
|
-
] }) : s ? /* @__PURE__ */ r(
|
|
33
|
-
/* @__PURE__ */ o(
|
|
27
|
+
...m
|
|
28
|
+
}) => g ? /* @__PURE__ */ r(I, { ...m, as: c, variant: e, color: i, className: _(a.button, t), children: [
|
|
29
|
+
/* @__PURE__ */ o(f, { children: l }),
|
|
30
|
+
/* @__PURE__ */ o(p, { className: a.closeIcon, icon: /* @__PURE__ */ o(v, { className: a.icon, "aria-label": "Close Icon" }) }),
|
|
31
|
+
n && /* @__PURE__ */ o(d, { ...n, className: a.badge })
|
|
32
|
+
] }) : s ? /* @__PURE__ */ r(I, { ...m, as: c, variant: e, color: i, className: _(a.button, t), children: [
|
|
33
|
+
/* @__PURE__ */ o(f, { children: l }),
|
|
34
34
|
/* @__PURE__ */ o(p, { className: a.avatar, icon: s == null ? void 0 : s.icon }),
|
|
35
|
-
n && /* @__PURE__ */ o(
|
|
36
|
-
] }) : /* @__PURE__ */ r(
|
|
37
|
-
/* @__PURE__ */ o(
|
|
35
|
+
n && /* @__PURE__ */ o(d, { ...n, className: a.badge })
|
|
36
|
+
] }) : /* @__PURE__ */ r(I, { ...m, as: c, variant: e, color: i, className: _(a.button, t), children: [
|
|
37
|
+
/* @__PURE__ */ o(f, { children: l }),
|
|
38
38
|
/* @__PURE__ */ o(
|
|
39
39
|
p,
|
|
40
40
|
{
|
|
@@ -42,8 +42,8 @@ import '../../assets/GlobalMenuButton.css';const b = "_button_af7mx_1", h = "_lo
|
|
|
42
42
|
icon: /* @__PURE__ */ o(N, { className: a.icon, "aria-label": "Login Icon" })
|
|
43
43
|
}
|
|
44
44
|
),
|
|
45
|
-
n && /* @__PURE__ */ o(
|
|
45
|
+
n && /* @__PURE__ */ o(d, { ...n, className: a.badge })
|
|
46
46
|
] });
|
|
47
47
|
export {
|
|
48
|
-
|
|
48
|
+
w as GlobalMenuButton
|
|
49
49
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import { c as n } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import { Skeleton as
|
|
4
|
+
import { Skeleton as h } from "../Skeleton/Skeleton.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
6
|
import "../Snackbar/useSnackbar.js";
|
|
7
|
-
import '../../assets/Icon.css';const
|
|
8
|
-
icon:
|
|
9
|
-
shape:
|
|
10
|
-
svg:
|
|
11
|
-
image:
|
|
12
|
-
},
|
|
7
|
+
import '../../assets/Icon.css';const _ = "_icon_1y3dz_1", g = "_shape_1y3dz_9", v = "_svg_1y3dz_14", N = "_image_1y3dz_15", a = {
|
|
8
|
+
icon: _,
|
|
9
|
+
shape: g,
|
|
10
|
+
svg: v,
|
|
11
|
+
image: N
|
|
12
|
+
}, b = (s) => typeof s == "object" && s !== null && ("svgElement" in s || "iconUrl" in s), I = ({
|
|
13
13
|
loading: s,
|
|
14
14
|
altText: t,
|
|
15
15
|
svgElement: r,
|
|
@@ -19,14 +19,14 @@ import '../../assets/Icon.css';const d = "_icon_2h14f_1", f = "_shape_2h14f_9",
|
|
|
19
19
|
iconUrl: p,
|
|
20
20
|
className: c,
|
|
21
21
|
style: l
|
|
22
|
-
}) => r ? /* @__PURE__ */ e("span", { "data-size": i, "data-color": o, "data-theme": m, className: n(a.icon, c), style: l, children: /* @__PURE__ */ h
|
|
22
|
+
}) => r ? /* @__PURE__ */ e("span", { "data-size": i, "data-color": o, "data-theme": m, className: n(a.icon, c), style: l, children: /* @__PURE__ */ d(h, { loading: s, variant: "circle", className: a.shape, children: [
|
|
23
23
|
/* @__PURE__ */ e("span", { className: a.shape }),
|
|
24
24
|
/* @__PURE__ */ e(r, { "aria-hidden": "true", "alt-label": t, className: a.svg })
|
|
25
|
-
] }) }) : p ? /* @__PURE__ */ e("span", { "data-size": i, "data-color": o, "data-theme": m, className: n(a.icon, c), style: l, children: /* @__PURE__ */ h
|
|
25
|
+
] }) }) : p ? /* @__PURE__ */ e("span", { "data-size": i, "data-color": o, "data-theme": m, className: n(a.icon, c), style: l, children: /* @__PURE__ */ d(h, { loading: s, variant: "circle", className: a.shape, children: [
|
|
26
26
|
/* @__PURE__ */ e("span", { className: a.shape }),
|
|
27
27
|
/* @__PURE__ */ e("img", { src: p, alt: t, className: a.image })
|
|
28
28
|
] }) }) : /* @__PURE__ */ e("span", { className: n(a.icon, c) });
|
|
29
29
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
I as Icon,
|
|
31
|
+
b as isIconProps
|
|
32
32
|
};
|
|
@@ -3,49 +3,49 @@ import "../../index-L8X2o7IH.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import { MenuItem as
|
|
6
|
+
import { MenuItem as u } from "./MenuItem.js";
|
|
7
7
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { S as
|
|
9
|
-
import '../../assets/MenuOption.css';const
|
|
10
|
-
label:
|
|
8
|
+
import { S as x } from "../../Checkmark-Byz_C9x4.js";
|
|
9
|
+
import '../../assets/MenuOption.css';const y = "_label_16xuy_1", k = "_title_16xuy_13", v = "_radio_16xuy_19", I = "_checkbox_16xuy_20", M = "_icon_16xuy_53", a = {
|
|
10
|
+
label: y,
|
|
11
11
|
title: k,
|
|
12
|
-
radio:
|
|
13
|
-
checkbox:
|
|
14
|
-
icon:
|
|
15
|
-
},
|
|
12
|
+
radio: v,
|
|
13
|
+
checkbox: I,
|
|
14
|
+
icon: M
|
|
15
|
+
}, F = ({
|
|
16
16
|
size: o = "md",
|
|
17
|
-
type:
|
|
18
|
-
name:
|
|
17
|
+
type: _,
|
|
18
|
+
name: j,
|
|
19
19
|
active: n,
|
|
20
|
-
value:
|
|
20
|
+
value: S,
|
|
21
21
|
label: c,
|
|
22
|
-
title:
|
|
23
|
-
description:
|
|
24
|
-
icon:
|
|
22
|
+
title: h,
|
|
23
|
+
description: b,
|
|
24
|
+
icon: N,
|
|
25
25
|
badge: s,
|
|
26
26
|
checked: t = !1,
|
|
27
27
|
disabled: r,
|
|
28
|
-
onMouseEnter:
|
|
28
|
+
onMouseEnter: w,
|
|
29
29
|
onClick: i,
|
|
30
30
|
role: l,
|
|
31
31
|
...m
|
|
32
32
|
}) => {
|
|
33
|
-
const
|
|
34
|
-
switch (
|
|
33
|
+
const f = () => {
|
|
34
|
+
switch (_) {
|
|
35
35
|
case "checkbox":
|
|
36
36
|
return /* @__PURE__ */ d("span", { className: a.label, children: [
|
|
37
|
-
/* @__PURE__ */ e("span", { className: a.checkbox, "data-checked": t, children: /* @__PURE__ */ e(
|
|
37
|
+
/* @__PURE__ */ e("span", { className: a.checkbox, "data-checked": t, children: /* @__PURE__ */ e(x, { className: a.icon, "aria-hidden": !0 }) }),
|
|
38
38
|
/* @__PURE__ */ e("span", { className: a.title, children: c })
|
|
39
39
|
] });
|
|
40
40
|
case "radio":
|
|
41
41
|
return /* @__PURE__ */ d("span", { className: a.label, children: [
|
|
42
|
-
/* @__PURE__ */ e("span", { className: a.radio, "data-checked": t, children: /* @__PURE__ */ e(
|
|
42
|
+
/* @__PURE__ */ e("span", { className: a.radio, "data-checked": t, children: /* @__PURE__ */ e(x, { className: a.icon, "aria-hidden": !0 }) }),
|
|
43
43
|
/* @__PURE__ */ e("span", { className: a.title, children: c })
|
|
44
44
|
] });
|
|
45
45
|
}
|
|
46
46
|
};
|
|
47
47
|
return c ? /* @__PURE__ */ e(
|
|
48
|
-
|
|
48
|
+
u,
|
|
49
49
|
{
|
|
50
50
|
disabled: r,
|
|
51
51
|
selected: t,
|
|
@@ -55,12 +55,12 @@ import '../../assets/MenuOption.css';const w = "_label_zw85f_1", k = "_title_zw8
|
|
|
55
55
|
tabIndex: -1,
|
|
56
56
|
onClick: i,
|
|
57
57
|
role: l,
|
|
58
|
-
label: /* @__PURE__ */ e(
|
|
58
|
+
label: /* @__PURE__ */ e(f, {}),
|
|
59
59
|
controls: s && /* @__PURE__ */ e(p, { ...s }),
|
|
60
60
|
...m
|
|
61
61
|
}
|
|
62
62
|
) : /* @__PURE__ */ e(
|
|
63
|
-
|
|
63
|
+
u,
|
|
64
64
|
{
|
|
65
65
|
disabled: r,
|
|
66
66
|
selected: t,
|
|
@@ -70,14 +70,14 @@ import '../../assets/MenuOption.css';const w = "_label_zw85f_1", k = "_title_zw8
|
|
|
70
70
|
tabIndex: -1,
|
|
71
71
|
onClick: i,
|
|
72
72
|
role: l,
|
|
73
|
-
icon:
|
|
74
|
-
title:
|
|
75
|
-
description:
|
|
73
|
+
icon: N,
|
|
74
|
+
title: h,
|
|
75
|
+
description: b,
|
|
76
76
|
controls: s && /* @__PURE__ */ e(p, { ...s }),
|
|
77
77
|
...m
|
|
78
78
|
}
|
|
79
79
|
);
|
|
80
80
|
};
|
|
81
81
|
export {
|
|
82
|
-
|
|
82
|
+
F as MenuOption
|
|
83
83
|
};
|