@altinn/altinn-components 0.15.5 → 0.16.0
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/ArrowLeft-C91mClJx.js +25 -0
- package/dist/ArrowRedo-BYz1MHxK.js +25 -0
- package/dist/ArrowRight-OLgmLkGy.js +25 -0
- package/dist/Bookmark-85oKfr9m.js +25 -0
- package/dist/Buildings2-DO6ftvL7.js +25 -0
- package/dist/ChevronDown-CRAwzuD3.js +25 -0
- package/dist/ChevronRight-DUaHaWi-.js +25 -0
- package/dist/ChevronUp-H8Nuww4h.js +25 -0
- package/dist/ClockDashed-PQgzLSPC.js +25 -0
- package/dist/DocPencil-CVby07uu.js +25 -0
- package/dist/Eye-CMPIjkcy.js +25 -0
- package/dist/Handshake-Bz9FuL-x.js +25 -0
- package/dist/Inbox-z7qqLz8Y.js +25 -0
- package/dist/MagnifyingGlass-DWIcpwS4.js +25 -0
- package/dist/Package-ASRzCHA7.js +25 -0
- package/dist/PadlockLocked-xJsxvaHH.js +25 -0
- package/dist/Plus-B6MBOAcH.js +25 -0
- package/dist/Trash-DMlYh49i.js +44 -0
- package/dist/XMark-Bv1I87Ev.js +25 -0
- package/dist/companyAccess-DVKbpCnw.js +626 -0
- package/dist/companyMenuItems-E0wNQAfZ.js +105 -0
- package/dist/components/AccessAreaList/AccessAreaList.js +4 -5
- package/dist/components/AccessAreaList/AccessAreaListItem.js +22 -27
- package/dist/components/AccessPackageList/AccessPackageList.js +2 -3
- package/dist/components/AccessPackageList/AccessPackageListItem.js +2 -3
- package/dist/components/Attachment/AttachmentLink.js +30 -11
- package/dist/components/Bookmarks/BookmarksListItem.js +2 -3
- package/dist/components/Bookmarks/BookmarksSection.js +2 -3
- package/dist/components/Bookmarks/EditableBookmark.js +39 -28
- package/dist/components/Button/Button.js +13 -11
- package/dist/components/Button/ButtonBase.js +22 -20
- package/dist/components/Button/ButtonIcon.js +5 -6
- package/dist/components/Button/ComboButton.js +27 -25
- package/dist/components/Button/IconButton.js +17 -15
- package/dist/components/Byline/Byline.js +7 -8
- package/dist/components/ContextMenu/ContextMenu.js +51 -32
- package/dist/components/Datepicker/DatepickerHeader.js +34 -14
- package/dist/components/Datepicker/DatepickerTable.js +10 -11
- package/dist/components/Dialog/ActivityItem.js +6 -7
- package/dist/components/Dialog/ActivityItemDetails.js +9 -10
- package/dist/components/Dialog/ActivityLog.js +2 -3
- package/dist/components/Dialog/Dialog.js +2 -3
- package/dist/components/Dialog/DialogActions.js +25 -23
- package/dist/components/Dialog/DialogActivityLog.js +3 -3
- package/dist/components/Dialog/DialogAttachments.js +2 -3
- package/dist/components/Dialog/DialogBody.js +2 -3
- package/dist/components/Dialog/DialogByline.js +8 -9
- package/dist/components/Dialog/DialogContent.js +2 -3
- package/dist/components/Dialog/DialogHeader.js +4 -5
- package/dist/components/Dialog/DialogHeading.js +4 -5
- package/dist/components/Dialog/DialogHistory.js +61 -25
- package/dist/components/Dialog/DialogLabel.js +8 -8
- package/dist/components/Dialog/DialogList.js +2 -3
- package/dist/components/Dialog/DialogListGroup.js +33 -14
- package/dist/components/Dialog/DialogListItem.js +17 -18
- package/dist/components/Dialog/DialogMetadata.js +79 -40
- package/dist/components/Dialog/DialogSection.js +2 -3
- package/dist/components/Dialog/DialogSeenBy.js +33 -13
- package/dist/components/Dialog/DialogSelect.js +4 -5
- package/dist/components/Dialog/DialogStatus.js +7 -8
- package/dist/components/Dialog/DialogTimeline.js +6 -7
- package/dist/components/Dialog/DialogTimelineItem.js +4 -5
- package/dist/components/Dialog/DialogTransmissions.js +2 -3
- package/dist/components/Dialog/SeenByLog.js +5 -6
- package/dist/components/Dropdown/DrawerButton.js +2 -3
- package/dist/components/Dropdown/DrawerHeader.js +19 -9
- package/dist/components/Dropdown/DrawerOrDropdown.js +2 -3
- package/dist/components/GlobalMenu/AccountButton.js +3 -3
- package/dist/components/GlobalMenu/AccountMenu.js +9 -10
- package/dist/components/GlobalMenu/BackButton.js +5 -5
- package/dist/components/GlobalMenu/GlobalMenu.js +14 -15
- package/dist/components/GlobalMenu/LogoutButton.js +2 -3
- package/dist/components/Header/Header.js +2 -3
- package/dist/components/Header/HeaderBase.js +2 -3
- package/dist/components/Header/HeaderButton.js +35 -34
- package/dist/components/Header/HeaderLogo.js +4 -5
- package/dist/components/Icon/Icon.js +7 -13
- package/dist/components/Icon/IconOrAvatar.js +14 -16
- package/dist/components/Icon/index.js +8 -12
- package/dist/components/Layout/Layout.js +6 -7
- package/dist/components/LayoutAction/ActionHeader.js +25 -14
- package/dist/components/LayoutAction/LayoutAction.js +2 -3
- package/dist/components/List/List.js +4 -5
- package/dist/components/List/ListBase.js +2 -3
- package/dist/components/List/ListItem.js +91 -88
- package/dist/components/List/ListItemHeader.js +31 -32
- package/dist/components/List/ListItemIcon.js +7 -7
- package/dist/components/List/ListItemSelect.js +4 -5
- package/dist/components/Menu/MenuItem.js +32 -31
- package/dist/components/Menu/MenuItemBase.js +22 -23
- package/dist/components/Menu/MenuItemIcon.js +2 -3
- package/dist/components/Menu/MenuItems.js +20 -21
- package/dist/components/Menu/MenuOption.js +5 -6
- package/dist/components/Menu/MenuSearch.js +32 -14
- package/dist/components/Meta/MetaItemMedia.js +7 -8
- package/dist/components/Page/Breadcrumbs.js +11 -11
- package/dist/components/Page/BreadcrumbsLink.js +9 -11
- package/dist/components/Page/ContactSection.js +4 -5
- package/dist/components/Page/PageHeader.js +8 -9
- package/dist/components/Page/PageMenu.js +6 -7
- package/dist/components/Page/PageNav.js +13 -13
- package/dist/components/Page/PageTabs.js +2 -3
- package/dist/components/Page/Section.js +2 -3
- package/dist/components/ResourceList/ResourceList.js +2 -3
- package/dist/components/ResourceList/ResourceListItem.js +2 -3
- package/dist/components/Search/Autocomplete.js +6 -7
- package/dist/components/Search/AutocompleteItem.js +2 -3
- package/dist/components/Search/ScopeListItem.js +2 -3
- package/dist/components/Search/SearchField.js +48 -43
- package/dist/components/Search/Searchbar.js +2 -3
- package/dist/components/Search/SuggestListItem.js +2 -3
- package/dist/components/Snackbar/SnackbarItem.js +57 -27
- package/dist/components/Timeline/TimelineSection.js +6 -7
- package/dist/components/Toolbar/Toolbar.js +36 -34
- package/dist/components/Toolbar/ToolbarAccountMenu.js +4 -5
- package/dist/components/Toolbar/ToolbarAdd.js +5 -6
- package/dist/components/Toolbar/ToolbarButton.js +66 -31
- package/dist/components/Toolbar/ToolbarDaterange.js +11 -12
- package/dist/components/Toolbar/ToolbarFilter.js +30 -29
- package/dist/components/Toolbar/ToolbarMenu.js +4 -5
- package/dist/components/Toolbar/ToolbarOptions.js +15 -16
- package/dist/components/Toolbar/ToolbarSearch.js +37 -19
- package/dist/components/Transmission/TransmissionItem.js +71 -49
- package/dist/components/Transmission/TransmissionList.js +2 -3
- package/dist/components/index.js +198 -202
- package/dist/globalMenu-CtokaeGw.js +124 -0
- package/dist/index.js +204 -208
- package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.d.ts +2 -1
- package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.stories.d.ts +2 -1
- package/dist/types/lib/components/Attachment/AttachmentLink.d.ts +5 -3
- package/dist/types/lib/components/Attachment/AttachmentLink.stories.d.ts +1 -1
- package/dist/types/lib/components/Bookmarks/BookmarksSection.stories.d.ts +3 -0
- package/dist/types/lib/components/Bookmarks/EditableBookmark.d.ts +4 -1
- package/dist/types/lib/components/Button/Button.d.ts +4 -3
- package/dist/types/lib/components/Button/Button.stories.d.ts +1 -1
- package/dist/types/lib/components/Button/ButtonBase.d.ts +2 -1
- package/dist/types/lib/components/Button/ButtonIcon.d.ts +4 -3
- package/dist/types/lib/components/Button/ComboButton.d.ts +5 -3
- package/dist/types/lib/components/Button/IconButton.d.ts +4 -3
- package/dist/types/lib/components/Dialog/DialogSeenBy.d.ts +2 -0
- package/dist/types/lib/components/Dropdown/DrawerHeader.d.ts +2 -1
- package/dist/types/lib/components/Header/HeaderButton.d.ts +2 -2
- package/dist/types/lib/components/Icon/Icon.d.ts +5 -5
- package/dist/types/lib/components/Icon/IconOrAvatar.d.ts +3 -3
- package/dist/types/lib/components/Icon/index.d.ts +0 -2
- package/dist/types/lib/components/LayoutAction/ActionHeader.d.ts +2 -1
- package/dist/types/lib/components/List/ListItem.d.ts +2 -2
- package/dist/types/lib/components/List/ListItemHeader.d.ts +3 -3
- package/dist/types/lib/components/Menu/MenuItem.d.ts +3 -3
- package/dist/types/lib/components/Menu/MenuItemBase.d.ts +2 -2
- package/dist/types/lib/components/Menu/MenuSearch.d.ts +2 -1
- package/dist/types/lib/components/Menu/MenuSearch.stories.d.ts +1 -1
- package/dist/types/lib/components/Meta/MetaItem.d.ts +2 -2
- package/dist/types/lib/components/Meta/MetaItemMedia.d.ts +2 -2
- package/dist/types/lib/components/Meta/MetaTimestamp.d.ts +2 -2
- package/dist/types/lib/components/Page/BreadcrumbsLink.d.ts +1 -1
- package/dist/types/lib/components/Page/PageHeader.d.ts +2 -2
- package/dist/types/lib/components/Search/SearchField.d.ts +3 -1
- package/dist/types/lib/components/Skeleton/Skeleton.d.ts +1 -1
- package/dist/types/lib/components/Snackbar/SnackbarItem.d.ts +4 -3
- package/dist/types/lib/components/Snackbar/SnackbarItem.stories.d.ts +1 -1
- package/dist/types/lib/components/Snackbar/useSnackbar.d.ts +2 -2
- package/dist/types/lib/components/Timeline/TimelineSection.d.ts +2 -2
- package/dist/types/lib/components/Toolbar/Toolbar.d.ts +2 -1
- package/dist/types/lib/components/Toolbar/Toolbar.stories.d.ts +1 -1
- package/dist/types/lib/components/Toolbar/ToolbarButton.d.ts +2 -2
- package/dist/types/lib/components/Toolbar/ToolbarButton.stories.d.ts +1 -1
- package/dist/types/lib/components/Toolbar/ToolbarDate.stories.d.ts +1 -1
- package/dist/types/lib/components/Toolbar/ToolbarFilter.d.ts +2 -1
- package/dist/types/lib/components/Toolbar/ToolbarFilter.stories.d.ts +1 -1
- package/dist/types/lib/components/Toolbar/ToolbarSearch.d.ts +2 -1
- package/dist/types/lib/components/Toolbar/ToolbarSearch.stories.d.ts +1 -1
- package/dist/useId-CsCRkvK3.js +16 -0
- package/dist/userMenuItems-vSWEGGu2.js +84 -0
- package/package.json +3 -3
- package/dist/components/Icon/SvgIcon.js +0 -6
- package/dist/components/Icon/iconsMap.js +0 -17395
- package/dist/globalMenu-C6osDiF4.js +0 -80
- package/dist/types/lib/components/Button/ComboButton.stories.d.ts +0 -19
- package/dist/types/lib/components/Button/IconButton.stories.d.ts +0 -16
- package/dist/types/lib/components/ContextMenu/ContextMenu.stories.d.ts +0 -19
- package/dist/types/lib/components/Icon/SvgIcon.d.ts +0 -9
- package/dist/types/lib/components/Icon/iconsMap.d.ts +0 -1911
- package/dist/types/lib/components/LayoutAction/LayoutAction.stories.d.ts +0 -19
- package/dist/types/lib/components/Page/ContactSection.stories.d.ts +0 -25
- package/dist/types/lib/components/Page/PageMenu.stories.d.ts +0 -18
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { c as p } from "./companyAccess-DVKbpCnw.js";
|
|
3
|
+
import { companyUsers as f } from "./stories/Demo/data/companyUsers.js";
|
|
4
|
+
import * as a from "react";
|
|
5
|
+
import { forwardRef as s } from "react";
|
|
6
|
+
import { u as c } from "./useId-CsCRkvK3.js";
|
|
7
|
+
import { S as d } from "./Handshake-Bz9FuL-x.js";
|
|
8
|
+
import { S as m } from "./ClockDashed-PQgzLSPC.js";
|
|
9
|
+
var u = function(t, i) {
|
|
10
|
+
var r = {};
|
|
11
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
12
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
13
|
+
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
14
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
15
|
+
return r;
|
|
16
|
+
};
|
|
17
|
+
const n = s((t, i) => {
|
|
18
|
+
var { title: r, titleId: e } = t, l = u(t, ["title", "titleId"]);
|
|
19
|
+
let o = c();
|
|
20
|
+
return o = r ? e || "title-" + o : void 0, a.createElement(
|
|
21
|
+
"svg",
|
|
22
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": o }, l),
|
|
23
|
+
r ? a.createElement("title", { id: o }, r) : null,
|
|
24
|
+
a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.543 2.25a.75.75 0 0 0-.729.573l-.459 1.89q-.326.119-.637.265l-1.675-1.02a.75.75 0 0 0-.92.11L4.066 6.121a.75.75 0 0 0-.11.92l1.02 1.676q-.146.311-.264.637l-1.89.46a.75.75 0 0 0-.573.728v2.914a.75.75 0 0 0 .573.729l1.89.459q.118.326.265.637l-1.02 1.675a.75.75 0 0 0 .11.92l2.054 2.056a.75.75 0 0 0 .92.11l1.676-1.02q.311.145.637.264l.46 1.89a.75.75 0 0 0 .728.573h2.914a.75.75 0 0 0 .729-.573l.459-1.89q.326-.119.637-.264l1.675 1.02a.75.75 0 0 0 .92-.11l2.056-2.055a.75.75 0 0 0 .11-.92l-1.02-1.676a8 8 0 0 0 .264-.637l1.89-.46a.75.75 0 0 0 .573-.728v-2.914a.75.75 0 0 0-.573-.729l-1.89-.459a8 8 0 0 0-.265-.637l1.02-1.675a.75.75 0 0 0-.11-.92l-2.054-2.056a.75.75 0 0 0-.92-.11l-1.676 1.02a8 8 0 0 0-.637-.264l-.46-1.89a.75.75 0 0 0-.728-.573zm.172 3.221.418-1.721h1.734l.418 1.721a.75.75 0 0 0 .513.541q.611.184 1.163.483a.75.75 0 0 0 .747-.02l1.526-.93 1.221 1.22-.93 1.527a.75.75 0 0 0-.02.747q.298.552.483 1.163a.75.75 0 0 0 .541.513l1.721.418v1.734l-1.72.418a.75.75 0 0 0-.542.513 6.2 6.2 0 0 1-.483 1.163.75.75 0 0 0 .02.747l.93 1.526-1.22 1.221-1.527-.93a.75.75 0 0 0-.747-.02 6.2 6.2 0 0 1-1.163.483.75.75 0 0 0-.513.541l-.418 1.721h-1.734l-.418-1.72a.75.75 0 0 0-.513-.542 6.2 6.2 0 0 1-1.163-.483.75.75 0 0 0-.747.02l-1.526.93-1.221-1.22.93-1.527a.75.75 0 0 0 .02-.747 6.2 6.2 0 0 1-.483-1.163.75.75 0 0 0-.541-.513l-1.721-.418v-1.734l1.721-.418a.75.75 0 0 0 .541-.513q.185-.611.483-1.163a.75.75 0 0 0-.02-.747l-.93-1.526 1.22-1.221 1.527.93a.75.75 0 0 0 .747.02q.551-.298 1.163-.483a.75.75 0 0 0 .513-.541M10.25 12a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0M12 8.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5", clipRule: "evenodd" })
|
|
25
|
+
);
|
|
26
|
+
});
|
|
27
|
+
var g = function(t, i) {
|
|
28
|
+
var r = {};
|
|
29
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && i.indexOf(e) < 0 && (r[e] = t[e]);
|
|
30
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
31
|
+
for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
|
|
32
|
+
i.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
|
|
33
|
+
return r;
|
|
34
|
+
};
|
|
35
|
+
const v = s((t, i) => {
|
|
36
|
+
var { title: r, titleId: e } = t, l = g(t, ["title", "titleId"]);
|
|
37
|
+
let o = c();
|
|
38
|
+
return o = r ? e || "title-" + o : void 0, a.createElement(
|
|
39
|
+
"svg",
|
|
40
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: i, "aria-labelledby": o }, l),
|
|
41
|
+
r ? a.createElement("title", { id: o }, r) : null,
|
|
42
|
+
a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M3.75 7.5a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0M9 15.75A5.25 5.25 0 0 0 3.75 21a.75.75 0 0 1-1.5 0 6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-1.5 0A5.25 5.25 0 0 0 9 15.75m7.214-10.824a.75.75 0 1 0-.428 1.438A2.752 2.752 0 0 1 15 11.75a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 .75.75 4.25 4.25 0 0 1 4.25 4.25.75.75 0 0 0 1.5 0 5.75 5.75 0 0 0-4.206-5.539 4.251 4.251 0 0 0-.33-8.035", clipRule: "evenodd" })
|
|
43
|
+
);
|
|
44
|
+
}), j = [
|
|
45
|
+
{
|
|
46
|
+
id: "company",
|
|
47
|
+
groupId: "1",
|
|
48
|
+
size: "lg",
|
|
49
|
+
title: "Tilganger"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: "users",
|
|
53
|
+
groupId: "3",
|
|
54
|
+
icon: v,
|
|
55
|
+
title: "Brukere",
|
|
56
|
+
items: f
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
id: "access",
|
|
60
|
+
groupId: "3",
|
|
61
|
+
icon: d,
|
|
62
|
+
title: "Fullmakter",
|
|
63
|
+
items: p
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
id: "requests",
|
|
67
|
+
groupId: "3",
|
|
68
|
+
icon: d,
|
|
69
|
+
title: "Forespørsler"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
id: "settings",
|
|
73
|
+
groupId: "4",
|
|
74
|
+
icon: n,
|
|
75
|
+
title: "Api og systemtilgang"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
id: "settings",
|
|
79
|
+
groupId: "4",
|
|
80
|
+
icon: n,
|
|
81
|
+
title: "Våre fullmakter hos andre"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
id: "settings",
|
|
85
|
+
groupId: "4",
|
|
86
|
+
icon: n,
|
|
87
|
+
title: "Klientadministrasjon"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
id: "settings",
|
|
91
|
+
groupId: "5",
|
|
92
|
+
icon: n,
|
|
93
|
+
title: "Innstillinger"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
id: "log",
|
|
97
|
+
groupId: "6",
|
|
98
|
+
icon: m,
|
|
99
|
+
title: "Aktivitetslogg"
|
|
100
|
+
}
|
|
101
|
+
];
|
|
102
|
+
export {
|
|
103
|
+
v as S,
|
|
104
|
+
j as c
|
|
105
|
+
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { createElement as
|
|
2
|
+
import { createElement as e } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "../Icon/SvgIcon.js";
|
|
5
4
|
import "../RootProvider/RootProvider.js";
|
|
6
5
|
import "../Search/AutocompleteBase.js";
|
|
7
6
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { AccessAreaListItem as
|
|
7
|
+
import { AccessAreaListItem as i } from "./AccessAreaListItem.js";
|
|
9
8
|
import { ListBase as p } from "../List/ListBase.js";
|
|
10
|
-
const
|
|
9
|
+
const l = ({ items: t, color: o }) => /* @__PURE__ */ m(p, { color: o, spacing: 1, children: t.map((r) => /* @__PURE__ */ e(i, { ...r, key: r.id, ...r })) });
|
|
11
10
|
export {
|
|
12
|
-
|
|
11
|
+
l as AccessAreaList
|
|
13
12
|
};
|
|
@@ -1,39 +1,34 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../Icon/SvgIcon.js";
|
|
5
4
|
import "../RootProvider/RootProvider.js";
|
|
6
5
|
import "../Search/AutocompleteBase.js";
|
|
7
6
|
import "../Snackbar/useSnackbar.js";
|
|
8
|
-
import { ListItem as
|
|
9
|
-
import '../../assets/AccessAreaListItem.css';const
|
|
10
|
-
content:
|
|
11
|
-
},
|
|
12
|
-
name:
|
|
13
|
-
icon:
|
|
14
|
-
size:
|
|
15
|
-
children:
|
|
16
|
-
expanded:
|
|
17
|
-
onClick:
|
|
18
|
-
...
|
|
19
|
-
}) => /* @__PURE__ */
|
|
20
|
-
|
|
7
|
+
import { ListItem as c } from "../List/ListItem.js";
|
|
8
|
+
import '../../assets/AccessAreaListItem.css';const l = "_content_7hk0i_1", p = {
|
|
9
|
+
content: l
|
|
10
|
+
}, I = ({
|
|
11
|
+
name: e,
|
|
12
|
+
icon: r,
|
|
13
|
+
size: s = "md",
|
|
14
|
+
children: i,
|
|
15
|
+
expanded: t = !1,
|
|
16
|
+
onClick: m,
|
|
17
|
+
...n
|
|
18
|
+
}) => /* @__PURE__ */ o(
|
|
19
|
+
c,
|
|
21
20
|
{
|
|
22
21
|
as: "button",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
type: "company"
|
|
27
|
-
},
|
|
28
|
-
title: t,
|
|
29
|
-
size: i,
|
|
22
|
+
icon: r,
|
|
23
|
+
title: e,
|
|
24
|
+
size: s,
|
|
30
25
|
collapsible: !0,
|
|
31
|
-
expanded:
|
|
32
|
-
onClick:
|
|
33
|
-
...
|
|
34
|
-
children:
|
|
26
|
+
expanded: t,
|
|
27
|
+
onClick: m,
|
|
28
|
+
...n,
|
|
29
|
+
children: t && /* @__PURE__ */ o("div", { className: p.content, children: i })
|
|
35
30
|
}
|
|
36
31
|
);
|
|
37
32
|
export {
|
|
38
|
-
|
|
33
|
+
I as AccessAreaListItem
|
|
39
34
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { createElement as i } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "../Icon/SvgIcon.js";
|
|
5
4
|
import "../RootProvider/RootProvider.js";
|
|
6
5
|
import "../Search/AutocompleteBase.js";
|
|
7
6
|
import "../Snackbar/useSnackbar.js";
|
|
8
7
|
import { AccessPackageListItem as p } from "./AccessPackageListItem.js";
|
|
9
8
|
import { ListBase as s } from "../List/ListBase.js";
|
|
10
|
-
const
|
|
9
|
+
const l = ({ items: t, spacing: o = 2, ...m }) => /* @__PURE__ */ e(s, { spacing: o, ...m, children: t.map((r) => /* @__PURE__ */ i(p, { ...r, key: r.id, ...r })) });
|
|
11
10
|
export {
|
|
12
|
-
|
|
11
|
+
l as AccessPackageList
|
|
13
12
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../Icon/SvgIcon.js";
|
|
5
4
|
import "../RootProvider/RootProvider.js";
|
|
6
5
|
import "../Search/AutocompleteBase.js";
|
|
7
6
|
import "../Snackbar/useSnackbar.js";
|
|
8
7
|
import { ListItem as i } from "../List/ListItem.js";
|
|
9
|
-
const
|
|
8
|
+
const d = ({ as: r = "button", icon: t, title: m, ...o }) => /* @__PURE__ */ e(
|
|
10
9
|
i,
|
|
11
10
|
{
|
|
12
11
|
avatar: t ? {
|
|
@@ -22,5 +21,5 @@ const g = ({ as: r = "button", icon: t, title: m, ...o }) => /* @__PURE__ */ e(
|
|
|
22
21
|
}
|
|
23
22
|
);
|
|
24
23
|
export {
|
|
25
|
-
|
|
24
|
+
d as AccessPackageListItem
|
|
26
25
|
};
|
|
@@ -1,19 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as m, jsx as c } from "react/jsx-runtime";
|
|
2
3
|
import { Icon as s } from "../Icon/Icon.js";
|
|
3
|
-
import "../Icon/SvgIcon.js";
|
|
4
4
|
import "../../index-L8X2o7IH.js";
|
|
5
|
-
import "react";
|
|
5
|
+
import * as i from "react";
|
|
6
|
+
import { forwardRef as f } from "react";
|
|
6
7
|
import "../RootProvider/RootProvider.js";
|
|
7
8
|
import "../Search/AutocompleteBase.js";
|
|
8
9
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
import { u as d } from "../../useId-CsCRkvK3.js";
|
|
11
|
+
import '../../assets/AttachmentLink.css';var p = function(t, n) {
|
|
12
|
+
var l = {};
|
|
13
|
+
for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (l[e] = t[e]);
|
|
14
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
15
|
+
for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
|
|
16
|
+
n.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
|
|
17
|
+
return l;
|
|
18
|
+
};
|
|
19
|
+
const u = f((t, n) => {
|
|
20
|
+
var { title: l, titleId: e } = t, r = p(t, ["title", "titleId"]);
|
|
21
|
+
let o = d();
|
|
22
|
+
return o = l ? e || "title-" + o : void 0, i.createElement(
|
|
23
|
+
"svg",
|
|
24
|
+
Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: !1, role: "img", ref: n, "aria-labelledby": o }, r),
|
|
25
|
+
l ? i.createElement("title", { id: o }, l) : null,
|
|
26
|
+
i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.5 3.25c-.69 0-1.25.56-1.25 1.25v15c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V8a.75.75 0 0 0-.22-.53l-4-4a.75.75 0 0 0-.53-.22zm6.75 4.25c0 .69.56 1.25 1.25 1.25h2.75v10.5H6.75V4.75h6.5zm2.94-.25-1.44-1.44v1.44z", clipRule: "evenodd" })
|
|
27
|
+
);
|
|
28
|
+
}), b = "_link_196mu_1", v = "_label_196mu_12", h = "_icon_196mu_18", a = {
|
|
29
|
+
link: b,
|
|
30
|
+
label: v,
|
|
31
|
+
icon: h
|
|
32
|
+
}, k = ({ icon: t = u, iconAltText: n, href: l, label: e }) => /* @__PURE__ */ m("a", { href: l, className: a.link, children: [
|
|
33
|
+
/* @__PURE__ */ c(s, { svgElement: t, altText: n, className: a.icon }),
|
|
34
|
+
/* @__PURE__ */ c("span", { className: a.label, children: e })
|
|
16
35
|
] });
|
|
17
36
|
export {
|
|
18
|
-
|
|
37
|
+
k as AttachmentLink
|
|
19
38
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import "../../index-L8X2o7IH.js";
|
|
3
|
-
import "../Icon/SvgIcon.js";
|
|
4
3
|
import "react";
|
|
5
4
|
import "../RootProvider/RootProvider.js";
|
|
6
5
|
import { ListItem as i } from "../List/ListItem.js";
|
|
7
6
|
import "../Search/AutocompleteBase.js";
|
|
8
7
|
import { QueryLabel as e } from "../Search/QueryLabel.js";
|
|
9
8
|
import "../Snackbar/useSnackbar.js";
|
|
10
|
-
const
|
|
9
|
+
const I = ({ loading: r, title: m, params: t, ...p }) => /* @__PURE__ */ o(i, { ...p, loading: r, title: m, label: !m && !r && /* @__PURE__ */ o(e, { params: t }) });
|
|
11
10
|
export {
|
|
12
|
-
|
|
11
|
+
I as BookmarksListItem
|
|
13
12
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { createElement as c } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "../Icon/SvgIcon.js";
|
|
5
4
|
import { BookmarksListItem as f } from "./BookmarksListItem.js";
|
|
6
5
|
import { EditableBookmark as k } from "./EditableBookmark.js";
|
|
7
6
|
import "../RootProvider/RootProvider.js";
|
|
@@ -11,7 +10,7 @@ import { Heading as l } from "../Typography/Heading.js";
|
|
|
11
10
|
import "../Search/AutocompleteBase.js";
|
|
12
11
|
import "../Snackbar/useSnackbar.js";
|
|
13
12
|
import { Section as z } from "../Page/Section.js";
|
|
14
|
-
const
|
|
13
|
+
const g = ({
|
|
15
14
|
loading: i,
|
|
16
15
|
title: e,
|
|
17
16
|
description: p,
|
|
@@ -38,5 +37,5 @@ const q = ({
|
|
|
38
37
|
/* @__PURE__ */ o(x, { size: "xs", children: p })
|
|
39
38
|
] });
|
|
40
39
|
export {
|
|
41
|
-
|
|
40
|
+
g as BookmarksSection
|
|
42
41
|
};
|
|
@@ -1,62 +1,73 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import "
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { IconButton as I } from "../Button/IconButton.js";
|
|
4
|
+
import { BookmarksListItem as d } from "./BookmarksListItem.js";
|
|
5
|
+
import { Button as s } from "../Button/Button.js";
|
|
6
|
+
import { IconButton as y } from "../Button/IconButton.js";
|
|
8
7
|
import "../RootProvider/RootProvider.js";
|
|
9
8
|
import "../Search/AutocompleteBase.js";
|
|
10
|
-
import { QueryLabel as
|
|
9
|
+
import { QueryLabel as C } from "../Search/QueryLabel.js";
|
|
11
10
|
import "../Snackbar/useSnackbar.js";
|
|
12
|
-
import { Flex as
|
|
13
|
-
import { Section as
|
|
14
|
-
import { TextField as
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
import { Flex as I } from "../Page/Flex.js";
|
|
12
|
+
import { Section as b } from "../Page/Section.js";
|
|
13
|
+
import { TextField as j } from "../TextField/TextField.js";
|
|
14
|
+
import { S as w } from "../../ChevronUp-H8Nuww4h.js";
|
|
15
|
+
import { S as L } from "../../ChevronDown-CRAwzuD3.js";
|
|
16
|
+
const M = ({
|
|
17
|
+
id: c,
|
|
17
18
|
title: m,
|
|
18
|
-
untitled:
|
|
19
|
+
untitled: g,
|
|
19
20
|
params: n,
|
|
20
21
|
expanded: r,
|
|
21
|
-
onToggle:
|
|
22
|
+
onToggle: u,
|
|
22
23
|
titleField: e,
|
|
23
24
|
saveButton: t,
|
|
24
25
|
removeButton: i,
|
|
25
26
|
inputValue: p,
|
|
26
|
-
onChange:
|
|
27
|
+
onChange: l,
|
|
28
|
+
expandIconAltText: S,
|
|
27
29
|
...h
|
|
28
30
|
}) => {
|
|
29
|
-
const [k,
|
|
31
|
+
const [k, v] = x("");
|
|
30
32
|
return /* @__PURE__ */ o(
|
|
31
|
-
|
|
33
|
+
d,
|
|
32
34
|
{
|
|
33
35
|
...h,
|
|
34
36
|
expanded: r,
|
|
35
|
-
id:
|
|
36
|
-
title: r ? m ||
|
|
37
|
+
id: c,
|
|
38
|
+
title: r ? m || g : m,
|
|
37
39
|
params: n,
|
|
38
|
-
controls: /* @__PURE__ */ o(
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
controls: /* @__PURE__ */ o(
|
|
41
|
+
y,
|
|
42
|
+
{
|
|
43
|
+
variant: "outline",
|
|
44
|
+
size: "sm",
|
|
45
|
+
icon: r ? w : L,
|
|
46
|
+
onClick: u,
|
|
47
|
+
iconAltText: S
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
children: /* @__PURE__ */ f(b, { padding: 4, spacing: 4, children: [
|
|
51
|
+
/* @__PURE__ */ o(C, { params: n }),
|
|
41
52
|
e && /* @__PURE__ */ o(
|
|
42
|
-
|
|
53
|
+
j,
|
|
43
54
|
{
|
|
44
55
|
...e,
|
|
45
56
|
name: "title",
|
|
46
57
|
value: typeof p == "string" ? p : k,
|
|
47
|
-
onChange: (
|
|
48
|
-
typeof
|
|
58
|
+
onChange: (a) => {
|
|
59
|
+
typeof l == "function" ? l(a) : v(a.target.value);
|
|
49
60
|
}
|
|
50
61
|
}
|
|
51
62
|
),
|
|
52
|
-
(t || i) && /* @__PURE__ */
|
|
53
|
-
t && /* @__PURE__ */ o(
|
|
54
|
-
i && /* @__PURE__ */ o(
|
|
63
|
+
(t || i) && /* @__PURE__ */ f(I, { as: "footer", direction: "row", spacing: 2, children: [
|
|
64
|
+
t && /* @__PURE__ */ o(s, { ...t }),
|
|
65
|
+
i && /* @__PURE__ */ o(s, { ...i, variant: "outline" })
|
|
55
66
|
] })
|
|
56
67
|
] })
|
|
57
68
|
}
|
|
58
69
|
);
|
|
59
70
|
};
|
|
60
71
|
export {
|
|
61
|
-
|
|
72
|
+
M as EditableBookmark
|
|
62
73
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as s, jsxs as
|
|
1
|
+
import { jsx as s, jsxs as B } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import { ButtonBase as d } from "./ButtonBase.js";
|
|
4
|
-
import { ButtonIcon as
|
|
5
|
-
import { ButtonLabel as
|
|
6
|
-
import '../../assets/Button.css';const
|
|
7
|
-
button:
|
|
8
|
-
reverse:
|
|
9
|
-
},
|
|
4
|
+
import { ButtonIcon as h } from "./ButtonIcon.js";
|
|
5
|
+
import { ButtonLabel as y } from "./ButtonLabel.js";
|
|
6
|
+
import '../../assets/Button.css';const N = "_button_1ysmx_1", v = "_reverse_1ysmx_8", t = {
|
|
7
|
+
button: N,
|
|
8
|
+
reverse: v
|
|
9
|
+
}, q = ({
|
|
10
10
|
variant: e = "solid",
|
|
11
11
|
color: o,
|
|
12
12
|
size: r = "md",
|
|
@@ -19,6 +19,7 @@ import '../../assets/Button.css';const y = "_button_1ysmx_1", N = "_reverse_1ysm
|
|
|
19
19
|
className: p,
|
|
20
20
|
loading: f,
|
|
21
21
|
loadingText: x = "Loading ...",
|
|
22
|
+
ariaLabel: _,
|
|
22
23
|
...u
|
|
23
24
|
}) => f ? /* @__PURE__ */ s(
|
|
24
25
|
d,
|
|
@@ -34,22 +35,23 @@ import '../../assets/Button.css';const y = "_button_1ysmx_1", N = "_reverse_1ysm
|
|
|
34
35
|
disabled: !0,
|
|
35
36
|
children: /* @__PURE__ */ s("span", { className: t.label, "data-size": r, children: /* @__PURE__ */ s("span", { className: t.loading, children: x }) })
|
|
36
37
|
}
|
|
37
|
-
) : /* @__PURE__ */
|
|
38
|
+
) : /* @__PURE__ */ B(
|
|
38
39
|
d,
|
|
39
40
|
{
|
|
40
41
|
variant: e,
|
|
41
42
|
color: o,
|
|
42
43
|
size: r,
|
|
44
|
+
ariaLabel: _,
|
|
43
45
|
selected: a,
|
|
44
46
|
href: l,
|
|
45
47
|
className: c(t.button, { [t.reverse]: n }),
|
|
46
48
|
...u,
|
|
47
49
|
children: [
|
|
48
|
-
m && /* @__PURE__ */ s(
|
|
49
|
-
/* @__PURE__ */ s(
|
|
50
|
+
m && /* @__PURE__ */ s(h, { size: r, icon: m }),
|
|
51
|
+
/* @__PURE__ */ s(y, { size: r, children: b || i })
|
|
50
52
|
]
|
|
51
53
|
}
|
|
52
54
|
);
|
|
53
55
|
export {
|
|
54
|
-
|
|
56
|
+
q as Button
|
|
55
57
|
};
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import '../../assets/ButtonBase.css';const
|
|
4
|
-
button:
|
|
5
|
-
},
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { c as u } from "../../index-L8X2o7IH.js";
|
|
3
|
+
import '../../assets/ButtonBase.css';const i = "_button_mffb6_1", f = {
|
|
4
|
+
button: i
|
|
5
|
+
}, B = ({
|
|
6
6
|
as: o,
|
|
7
|
-
color:
|
|
8
|
-
className:
|
|
7
|
+
color: a,
|
|
8
|
+
className: n,
|
|
9
9
|
children: s,
|
|
10
10
|
disabled: t = !1,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
ariaLabel: e,
|
|
12
|
+
size: r,
|
|
13
|
+
selected: p,
|
|
14
|
+
variant: c,
|
|
15
|
+
tabIndex: m = 0,
|
|
16
|
+
...b
|
|
17
|
+
}) => /* @__PURE__ */ l(
|
|
17
18
|
o || "button",
|
|
18
19
|
{
|
|
19
|
-
tabIndex:
|
|
20
|
-
"data-size":
|
|
21
|
-
"data-variant":
|
|
22
|
-
"data-color":
|
|
20
|
+
tabIndex: m,
|
|
21
|
+
"data-size": r,
|
|
22
|
+
"data-variant": c,
|
|
23
|
+
"data-color": a,
|
|
23
24
|
"aria-disabled": t,
|
|
24
25
|
disabled: t,
|
|
25
|
-
className:
|
|
26
|
-
|
|
26
|
+
className: u(f.button, n),
|
|
27
|
+
"aria-label": e,
|
|
28
|
+
...b,
|
|
27
29
|
children: s
|
|
28
30
|
}
|
|
29
31
|
);
|
|
30
32
|
export {
|
|
31
|
-
|
|
33
|
+
B as ButtonBase
|
|
32
34
|
};
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as
|
|
3
|
-
import "../Icon/SvgIcon.js";
|
|
2
|
+
import { Icon as r } from "../Icon/Icon.js";
|
|
4
3
|
import "../../index-L8X2o7IH.js";
|
|
5
4
|
import "react";
|
|
6
5
|
import "../RootProvider/RootProvider.js";
|
|
7
6
|
import "../Search/AutocompleteBase.js";
|
|
8
7
|
import "../Snackbar/useSnackbar.js";
|
|
9
|
-
import '../../assets/ButtonIcon.css';const
|
|
10
|
-
icon:
|
|
11
|
-
},
|
|
8
|
+
import '../../assets/ButtonIcon.css';const c = "_icon_ablit_1", m = {
|
|
9
|
+
icon: c
|
|
10
|
+
}, d = ({ size: t, icon: i, iconAltText: n }) => /* @__PURE__ */ o("span", { className: m.icon, "data-size": t, children: /* @__PURE__ */ o(r, { svgElement: i, altText: n }) });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
d as ButtonIcon
|
|
14
13
|
};
|
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { c as b } from "../../index-L8X2o7IH.js";
|
|
3
3
|
import { ButtonBase as n } from "./ButtonBase.js";
|
|
4
|
-
import { ButtonIcon as
|
|
5
|
-
import { ButtonLabel as
|
|
6
|
-
import '../../assets/ComboButton.css';const
|
|
7
|
-
button:
|
|
8
|
-
divider:
|
|
9
|
-
primary:
|
|
10
|
-
secondary:
|
|
11
|
-
},
|
|
12
|
-
variant:
|
|
13
|
-
color:
|
|
4
|
+
import { ButtonIcon as u } from "./ButtonIcon.js";
|
|
5
|
+
import { ButtonLabel as y } from "./ButtonLabel.js";
|
|
6
|
+
import '../../assets/ComboButton.css';const f = "_button_tbm58_1", v = "_divider_tbm58_8", B = "_primary_tbm58_15", x = "_secondary_tbm58_16", r = {
|
|
7
|
+
button: f,
|
|
8
|
+
divider: v,
|
|
9
|
+
primary: B,
|
|
10
|
+
secondary: x
|
|
11
|
+
}, I = ({
|
|
12
|
+
variant: m = "solid",
|
|
13
|
+
color: c,
|
|
14
14
|
size: o = "md",
|
|
15
|
-
selected:
|
|
16
|
-
icon:
|
|
15
|
+
selected: a = !1,
|
|
16
|
+
icon: d,
|
|
17
17
|
children: i,
|
|
18
|
-
className:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
className: e,
|
|
19
|
+
ariaLabel: s,
|
|
20
|
+
onLabelClick: l,
|
|
21
|
+
onIconClick: _
|
|
22
|
+
}) => /* @__PURE__ */ p(
|
|
22
23
|
n,
|
|
23
24
|
{
|
|
24
25
|
as: "div",
|
|
25
26
|
size: o,
|
|
26
|
-
variant:
|
|
27
|
-
color:
|
|
28
|
-
selected:
|
|
29
|
-
className:
|
|
27
|
+
variant: m,
|
|
28
|
+
color: c,
|
|
29
|
+
selected: a,
|
|
30
|
+
className: b(r.button, e),
|
|
31
|
+
ariaLabel: s,
|
|
30
32
|
children: [
|
|
31
|
-
/* @__PURE__ */ t(n, { size: o, onClick:
|
|
33
|
+
/* @__PURE__ */ t(n, { size: o, onClick: _, className: r.secondary, ariaLabel: s, children: /* @__PURE__ */ t(u, { icon: d, size: o }) }),
|
|
32
34
|
/* @__PURE__ */ t("span", { "data-size": o, className: r.divider }),
|
|
33
|
-
/* @__PURE__ */ t(n, { size: o, onClick:
|
|
35
|
+
/* @__PURE__ */ t(n, { size: o, onClick: l, className: r.primary, children: /* @__PURE__ */ t(y, { size: o, children: i }) })
|
|
34
36
|
]
|
|
35
37
|
}
|
|
36
38
|
);
|
|
37
39
|
export {
|
|
38
|
-
|
|
40
|
+
I as ComboButton
|
|
39
41
|
};
|