@altinn/altinn-components 0.15.4 → 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.
Files changed (194) hide show
  1. package/dist/ArrowLeft-C91mClJx.js +25 -0
  2. package/dist/ArrowRedo-BYz1MHxK.js +25 -0
  3. package/dist/ArrowRight-OLgmLkGy.js +25 -0
  4. package/dist/Bookmark-85oKfr9m.js +25 -0
  5. package/dist/Buildings2-DO6ftvL7.js +25 -0
  6. package/dist/ChevronDown-CRAwzuD3.js +25 -0
  7. package/dist/ChevronRight-DUaHaWi-.js +25 -0
  8. package/dist/ChevronUp-H8Nuww4h.js +25 -0
  9. package/dist/ClockDashed-PQgzLSPC.js +25 -0
  10. package/dist/DocPencil-CVby07uu.js +25 -0
  11. package/dist/Eye-CMPIjkcy.js +25 -0
  12. package/dist/Handshake-Bz9FuL-x.js +25 -0
  13. package/dist/Inbox-z7qqLz8Y.js +25 -0
  14. package/dist/MagnifyingGlass-DWIcpwS4.js +25 -0
  15. package/dist/Package-ASRzCHA7.js +25 -0
  16. package/dist/PadlockLocked-xJsxvaHH.js +25 -0
  17. package/dist/Plus-B6MBOAcH.js +25 -0
  18. package/dist/Trash-DMlYh49i.js +44 -0
  19. package/dist/XMark-Bv1I87Ev.js +25 -0
  20. package/dist/assets/DrawerBase.css +1 -1
  21. package/dist/assets/DrawerOrDropdown.css +1 -1
  22. package/dist/assets/DropdownBase.css +1 -1
  23. package/dist/assets/GlobalMenuBase.css +1 -1
  24. package/dist/assets/Header.css +1 -1
  25. package/dist/companyAccess-DVKbpCnw.js +626 -0
  26. package/dist/companyMenuItems-E0wNQAfZ.js +105 -0
  27. package/dist/components/AccessAreaList/AccessAreaList.js +4 -5
  28. package/dist/components/AccessAreaList/AccessAreaListItem.js +22 -27
  29. package/dist/components/AccessPackageList/AccessPackageList.js +2 -3
  30. package/dist/components/AccessPackageList/AccessPackageListItem.js +2 -3
  31. package/dist/components/Attachment/AttachmentLink.js +30 -11
  32. package/dist/components/Bookmarks/BookmarksListItem.js +2 -3
  33. package/dist/components/Bookmarks/BookmarksSection.js +2 -3
  34. package/dist/components/Bookmarks/EditableBookmark.js +39 -28
  35. package/dist/components/Button/Button.js +13 -11
  36. package/dist/components/Button/ButtonBase.js +22 -20
  37. package/dist/components/Button/ButtonIcon.js +5 -6
  38. package/dist/components/Button/ComboButton.js +27 -25
  39. package/dist/components/Button/IconButton.js +17 -15
  40. package/dist/components/Byline/Byline.js +7 -8
  41. package/dist/components/ContextMenu/ContextMenu.js +51 -32
  42. package/dist/components/Datepicker/DatepickerHeader.js +34 -14
  43. package/dist/components/Datepicker/DatepickerTable.js +10 -11
  44. package/dist/components/Dialog/ActivityItem.js +6 -7
  45. package/dist/components/Dialog/ActivityItemDetails.js +9 -10
  46. package/dist/components/Dialog/ActivityLog.js +2 -3
  47. package/dist/components/Dialog/Dialog.js +2 -3
  48. package/dist/components/Dialog/DialogActions.js +25 -23
  49. package/dist/components/Dialog/DialogActivityLog.js +3 -3
  50. package/dist/components/Dialog/DialogAttachments.js +2 -3
  51. package/dist/components/Dialog/DialogBody.js +2 -3
  52. package/dist/components/Dialog/DialogByline.js +8 -9
  53. package/dist/components/Dialog/DialogContent.js +2 -3
  54. package/dist/components/Dialog/DialogHeader.js +4 -5
  55. package/dist/components/Dialog/DialogHeading.js +4 -5
  56. package/dist/components/Dialog/DialogHistory.js +61 -25
  57. package/dist/components/Dialog/DialogLabel.js +8 -8
  58. package/dist/components/Dialog/DialogList.js +2 -3
  59. package/dist/components/Dialog/DialogListGroup.js +33 -14
  60. package/dist/components/Dialog/DialogListItem.js +17 -18
  61. package/dist/components/Dialog/DialogMetadata.js +79 -40
  62. package/dist/components/Dialog/DialogSection.js +2 -3
  63. package/dist/components/Dialog/DialogSeenBy.js +33 -13
  64. package/dist/components/Dialog/DialogSelect.js +4 -5
  65. package/dist/components/Dialog/DialogStatus.js +7 -8
  66. package/dist/components/Dialog/DialogTimeline.js +6 -7
  67. package/dist/components/Dialog/DialogTimelineItem.js +4 -5
  68. package/dist/components/Dialog/DialogTransmissions.js +2 -3
  69. package/dist/components/Dialog/SeenByLog.js +5 -6
  70. package/dist/components/Dropdown/DrawerBase.js +16 -20
  71. package/dist/components/Dropdown/DrawerButton.js +2 -3
  72. package/dist/components/Dropdown/DrawerHeader.js +19 -9
  73. package/dist/components/Dropdown/DrawerOrDropdown.js +3 -4
  74. package/dist/components/Dropdown/DropdownBase.js +18 -20
  75. package/dist/components/GlobalMenu/AccountButton.js +3 -3
  76. package/dist/components/GlobalMenu/AccountMenu.js +9 -10
  77. package/dist/components/GlobalMenu/BackButton.js +5 -5
  78. package/dist/components/GlobalMenu/GlobalMenu.js +14 -15
  79. package/dist/components/GlobalMenu/GlobalMenuBase.js +6 -6
  80. package/dist/components/GlobalMenu/LogoutButton.js +2 -3
  81. package/dist/components/Header/Header.js +19 -20
  82. package/dist/components/Header/HeaderBase.js +2 -3
  83. package/dist/components/Header/HeaderButton.js +35 -34
  84. package/dist/components/Header/HeaderLogo.js +4 -5
  85. package/dist/components/Icon/Icon.js +7 -13
  86. package/dist/components/Icon/IconOrAvatar.js +14 -16
  87. package/dist/components/Icon/index.js +8 -12
  88. package/dist/components/Layout/Layout.js +6 -7
  89. package/dist/components/LayoutAction/ActionHeader.js +25 -14
  90. package/dist/components/LayoutAction/LayoutAction.js +2 -3
  91. package/dist/components/List/List.js +4 -5
  92. package/dist/components/List/ListBase.js +2 -3
  93. package/dist/components/List/ListItem.js +91 -88
  94. package/dist/components/List/ListItemHeader.js +31 -32
  95. package/dist/components/List/ListItemIcon.js +7 -7
  96. package/dist/components/List/ListItemSelect.js +4 -5
  97. package/dist/components/Menu/MenuItem.js +32 -31
  98. package/dist/components/Menu/MenuItemBase.js +22 -23
  99. package/dist/components/Menu/MenuItemIcon.js +2 -3
  100. package/dist/components/Menu/MenuItems.js +20 -21
  101. package/dist/components/Menu/MenuOption.js +5 -6
  102. package/dist/components/Menu/MenuSearch.js +32 -14
  103. package/dist/components/Meta/MetaItemMedia.js +7 -8
  104. package/dist/components/Page/Breadcrumbs.js +11 -11
  105. package/dist/components/Page/BreadcrumbsLink.js +9 -11
  106. package/dist/components/Page/ContactSection.js +4 -5
  107. package/dist/components/Page/PageHeader.js +8 -9
  108. package/dist/components/Page/PageMenu.js +6 -7
  109. package/dist/components/Page/PageNav.js +13 -13
  110. package/dist/components/Page/PageTabs.js +2 -3
  111. package/dist/components/Page/Section.js +2 -3
  112. package/dist/components/ResourceList/ResourceList.js +2 -3
  113. package/dist/components/ResourceList/ResourceListItem.js +2 -3
  114. package/dist/components/Search/Autocomplete.js +6 -7
  115. package/dist/components/Search/AutocompleteItem.js +2 -3
  116. package/dist/components/Search/ScopeListItem.js +2 -3
  117. package/dist/components/Search/SearchField.js +48 -43
  118. package/dist/components/Search/Searchbar.js +2 -3
  119. package/dist/components/Search/SuggestListItem.js +2 -3
  120. package/dist/components/Snackbar/SnackbarItem.js +57 -27
  121. package/dist/components/Timeline/TimelineSection.js +6 -7
  122. package/dist/components/Toolbar/Toolbar.js +36 -34
  123. package/dist/components/Toolbar/ToolbarAccountMenu.js +4 -5
  124. package/dist/components/Toolbar/ToolbarAdd.js +5 -6
  125. package/dist/components/Toolbar/ToolbarButton.js +66 -31
  126. package/dist/components/Toolbar/ToolbarDaterange.js +11 -12
  127. package/dist/components/Toolbar/ToolbarFilter.js +30 -29
  128. package/dist/components/Toolbar/ToolbarMenu.js +4 -5
  129. package/dist/components/Toolbar/ToolbarOptions.js +15 -16
  130. package/dist/components/Toolbar/ToolbarSearch.js +37 -19
  131. package/dist/components/Transmission/TransmissionItem.js +71 -49
  132. package/dist/components/Transmission/TransmissionList.js +2 -3
  133. package/dist/components/index.js +198 -202
  134. package/dist/globalMenu-CtokaeGw.js +124 -0
  135. package/dist/index.js +204 -208
  136. package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.d.ts +2 -1
  137. package/dist/types/lib/components/AccessAreaList/AccessAreaListItem.stories.d.ts +2 -1
  138. package/dist/types/lib/components/Attachment/AttachmentLink.d.ts +5 -3
  139. package/dist/types/lib/components/Attachment/AttachmentLink.stories.d.ts +1 -1
  140. package/dist/types/lib/components/Bookmarks/BookmarksSection.stories.d.ts +3 -0
  141. package/dist/types/lib/components/Bookmarks/EditableBookmark.d.ts +4 -1
  142. package/dist/types/lib/components/Button/Button.d.ts +4 -3
  143. package/dist/types/lib/components/Button/Button.stories.d.ts +1 -1
  144. package/dist/types/lib/components/Button/ButtonBase.d.ts +2 -1
  145. package/dist/types/lib/components/Button/ButtonIcon.d.ts +4 -3
  146. package/dist/types/lib/components/Button/ComboButton.d.ts +5 -3
  147. package/dist/types/lib/components/Button/IconButton.d.ts +4 -3
  148. package/dist/types/lib/components/Dialog/DialogSeenBy.d.ts +2 -0
  149. package/dist/types/lib/components/Dropdown/DrawerHeader.d.ts +2 -1
  150. package/dist/types/lib/components/Header/HeaderButton.d.ts +2 -2
  151. package/dist/types/lib/components/Icon/Icon.d.ts +5 -5
  152. package/dist/types/lib/components/Icon/IconOrAvatar.d.ts +3 -3
  153. package/dist/types/lib/components/Icon/index.d.ts +0 -2
  154. package/dist/types/lib/components/LayoutAction/ActionHeader.d.ts +2 -1
  155. package/dist/types/lib/components/List/ListItem.d.ts +2 -2
  156. package/dist/types/lib/components/List/ListItemHeader.d.ts +3 -3
  157. package/dist/types/lib/components/Menu/MenuItem.d.ts +3 -3
  158. package/dist/types/lib/components/Menu/MenuItemBase.d.ts +2 -2
  159. package/dist/types/lib/components/Menu/MenuSearch.d.ts +2 -1
  160. package/dist/types/lib/components/Menu/MenuSearch.stories.d.ts +1 -1
  161. package/dist/types/lib/components/Meta/MetaItem.d.ts +2 -2
  162. package/dist/types/lib/components/Meta/MetaItemMedia.d.ts +2 -2
  163. package/dist/types/lib/components/Meta/MetaTimestamp.d.ts +2 -2
  164. package/dist/types/lib/components/Page/BreadcrumbsLink.d.ts +1 -1
  165. package/dist/types/lib/components/Page/PageHeader.d.ts +2 -2
  166. package/dist/types/lib/components/Search/SearchField.d.ts +3 -1
  167. package/dist/types/lib/components/Skeleton/Skeleton.d.ts +1 -1
  168. package/dist/types/lib/components/Snackbar/SnackbarItem.d.ts +4 -3
  169. package/dist/types/lib/components/Snackbar/SnackbarItem.stories.d.ts +1 -1
  170. package/dist/types/lib/components/Snackbar/useSnackbar.d.ts +2 -2
  171. package/dist/types/lib/components/Timeline/TimelineSection.d.ts +2 -2
  172. package/dist/types/lib/components/Toolbar/Toolbar.d.ts +2 -1
  173. package/dist/types/lib/components/Toolbar/Toolbar.stories.d.ts +1 -1
  174. package/dist/types/lib/components/Toolbar/ToolbarButton.d.ts +2 -2
  175. package/dist/types/lib/components/Toolbar/ToolbarButton.stories.d.ts +1 -1
  176. package/dist/types/lib/components/Toolbar/ToolbarDate.stories.d.ts +1 -1
  177. package/dist/types/lib/components/Toolbar/ToolbarFilter.d.ts +2 -1
  178. package/dist/types/lib/components/Toolbar/ToolbarFilter.stories.d.ts +1 -1
  179. package/dist/types/lib/components/Toolbar/ToolbarSearch.d.ts +2 -1
  180. package/dist/types/lib/components/Toolbar/ToolbarSearch.stories.d.ts +1 -1
  181. package/dist/useId-CsCRkvK3.js +16 -0
  182. package/dist/userMenuItems-vSWEGGu2.js +84 -0
  183. package/package.json +3 -3
  184. package/dist/components/Icon/SvgIcon.js +0 -6
  185. package/dist/components/Icon/iconsMap.js +0 -17395
  186. package/dist/globalMenu-C6osDiF4.js +0 -80
  187. package/dist/types/lib/components/Button/ComboButton.stories.d.ts +0 -19
  188. package/dist/types/lib/components/Button/IconButton.stories.d.ts +0 -16
  189. package/dist/types/lib/components/ContextMenu/ContextMenu.stories.d.ts +0 -19
  190. package/dist/types/lib/components/Icon/SvgIcon.d.ts +0 -9
  191. package/dist/types/lib/components/Icon/iconsMap.d.ts +0 -1911
  192. package/dist/types/lib/components/LayoutAction/LayoutAction.stories.d.ts +0 -19
  193. package/dist/types/lib/components/Page/ContactSection.stories.d.ts +0 -25
  194. package/dist/types/lib/components/Page/PageMenu.stories.d.ts +0 -18
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, o) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, o) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = l ? e || "title-" + n : void 0, a.createElement(
17
+ "svg",
18
+ 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: o, "aria-labelledby": n }, r),
19
+ l ? a.createElement("title", { id: n }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", d: "M4.47 11.47a.75.75 0 0 0 0 1.06l4.5 4.5a.75.75 0 0 0 1.06-1.06l-3.22-3.22H19a.75.75 0 0 0 0-1.5H6.81l3.22-3.22a.75.75 0 1 0-1.06-1.06z" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, o) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, o) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = l ? e || "title-" + n : void 0, a.createElement(
17
+ "svg",
18
+ 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: o, "aria-labelledby": n }, r),
19
+ l ? a.createElement("title", { id: n }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", d: "M16.03 3.97a.75.75 0 1 0-1.06 1.06l3.22 3.22H8a5.75 5.75 0 0 0 0 11.5h1.5a.75.75 0 0 0 0-1.5H8a4.25 4.25 0 0 1 0-8.5h10.19l-3.22 3.22a.75.75 0 0 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06z" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, o) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, o) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = l ? e || "title-" + n : void 0, a.createElement(
17
+ "svg",
18
+ 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: o, "aria-labelledby": n }, r),
19
+ l ? a.createElement("title", { id: n }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", d: "M14.087 6.874a.752.752 0 0 0-.117 1.156l3.22 3.22H5a.75.75 0 0 0 0 1.5h12.19l-3.22 3.22a.75.75 0 0 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06l-4.5-4.5a.75.75 0 0 0-.943-.096" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as a } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, o) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ o.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = a((t, o) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = r ? e || "title-" + n : void 0, i.createElement(
17
+ "svg",
18
+ 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: o, "aria-labelledby": n }, l),
19
+ r ? i.createElement("title", { id: n }, r) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 4.75a.25.25 0 0 0-.25.25v13.19l3.72-3.72a.75.75 0 0 1 1.06 0l3.72 3.72V5a.25.25 0 0 0-.25-.25zM6.25 5c0-.966.784-1.75 1.75-1.75h8c.966 0 1.75.784 1.75 1.75v15a.75.75 0 0 1-1.28.53L12 16.06l-4.47 4.47A.75.75 0 0 1 6.25 20z", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as o from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, a) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && a.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ a.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const c = i((t, a) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = l ? e || "title-" + n : void 0, o.createElement(
17
+ "svg",
18
+ 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: a, "aria-labelledby": n }, r),
19
+ l ? o.createElement("title", { id: n }, l) : null,
20
+ o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.25 3a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 .75.75v18a.75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75v-8a.75.75 0 0 1 .75-.75h7.25zm3.5 10a.75.75 0 0 0-.75-.75h-1.25v-8.5h8.5v16.5h-6.5zm-1.5.75v6.5h-8.5v-6.5zm6.5-8.25a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0zM5.5 15.25a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5zm2.25.75a.75.75 0 0 1 .75-.75h1a.75.75 0 0 1 0 1.5h-1a.75.75 0 0 1-.75-.75m11-6.5a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0zM18 12.75a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ c as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as a } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const u = a((t, n) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = r ? e || "title-" + o : void 0, i.createElement(
17
+ "svg",
18
+ 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 }, l),
19
+ r ? i.createElement("title", { id: o }, r) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.97 9.47a.75.75 0 0 1 1.06 0L12 14.44l4.97-4.97a.75.75 0 1 1 1.06 1.06l-5.5 5.5a.75.75 0 0 1-1.06 0l-5.5-5.5a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ u as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as a } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ n.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const u = a((t, n) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = l ? e || "title-" + o : void 0, i.createElement(
17
+ "svg",
18
+ 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),
19
+ l ? i.createElement("title", { id: o }, l) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.47 5.97a.75.75 0 0 1 1.06 0l5.5 5.5a.75.75 0 0 1 0 1.06l-5.5 5.5a.75.75 0 1 1-1.06-1.06L14.44 12 9.47 7.03a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ u as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as a } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ n.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const u = a((t, n) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = l ? e || "title-" + o : void 0, i.createElement(
17
+ "svg",
18
+ 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),
19
+ l ? i.createElement("title", { id: o }, l) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.47 7.97a.75.75 0 0 1 1.06 0l5.5 5.5a.75.75 0 1 1-1.06 1.06L12 9.56l-4.97 4.97a.75.75 0 0 1-1.06-1.06z", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ u as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as n from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, a) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && a.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ a.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = i((t, a) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = r ? e || "title-" + o : void 0, n.createElement(
17
+ "svg",
18
+ 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: a, "aria-labelledby": o }, l),
19
+ r ? n.createElement("title", { id: o }, r) : null,
20
+ n.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 1.75a.75.75 0 0 1 .75.75v2.464a9.75 9.75 0 1 1 12.342 15.023.75.75 0 1 1-.86-1.229A8.251 8.251 0 1 0 6.084 6.25H9a.75.75 0 0 1 0 1.5H4.5A.75.75 0 0 1 3.75 7V2.5a.75.75 0 0 1 .75-.75M12.75 6a.75.75 0 0 0-1.5 0v6c0 .199.079.39.22.53l2.5 2.5a.75.75 0 1 0 1.06-1.06l-2.28-2.28zM3 11.25a.75.75 0 0 1 .75.75q0 .66.105 1.31a.75.75 0 0 1-1.481.24A10 10 0 0 1 2.25 12a.75.75 0 0 1 .75-.75m1.855 4.875a.75.75 0 0 0-1.299.75q.39.675.882 1.28a.75.75 0 1 0 1.163-.947 8 8 0 0 1-.746-1.083m1.995 3.294a.75.75 0 0 1 1.025-.274q.57.33 1.188.564a.75.75 0 1 1-.535 1.402 10 10 0 0 1-1.403-.667.75.75 0 0 1-.275-1.025m6.7 2.207a.75.75 0 1 0-.24-1.48q-.65.104-1.31.104a.75.75 0 0 0 0 1.5q.78 0 1.55-.124", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var c = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = i((t, n) => {
14
+ var { title: r, titleId: e } = t, l = c(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = r ? e || "title-" + o : void 0, a.createElement(
17
+ "svg",
18
+ 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 }, l),
19
+ r ? a.createElement("title", { id: o }, r) : null,
20
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.286 11.483a.75.75 0 0 1 .099-.33l4.5-7.795a2.75 2.75 0 0 1 4.763 2.75l-4.5 7.795a.75.75 0 0 1-.236.25l-3.732 2.465a.75.75 0 0 1-1.162-.671zm1.486.266-.167 2.79L14.937 13l3.028-5.243-2.165-1.25zm6.577-6.39-.634 1.097-2.165-1.25.634-1.098a1.25 1.25 0 1 1 2.165 1.25M12.5 4.75H5.75v15.5h11.5V15.5a.75.75 0 0 1 1.5 0v5c0 .69-.56 1.25-1.25 1.25h-12c-.69 0-1.25-.56-1.25-1.25v-16c0-.69.56-1.25 1.25-1.25h7a.75.75 0 0 1 0 1.5", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as c } from "./useId-CsCRkvK3.js";
5
+ var f = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = i((t, n) => {
14
+ var { title: r, titleId: e } = t, l = f(t, ["title", "titleId"]);
15
+ let o = c();
16
+ return o = r ? e || "title-" + o : void 0, a.createElement(
17
+ "svg",
18
+ 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 }, l),
19
+ r ? a.createElement("title", { id: o }, r) : null,
20
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.148 12.317A10 10 0 0 1 3.905 12q.103-.14.243-.317c.35-.438.878-1.025 1.582-1.61C7.136 8.902 9.222 7.75 12 7.75a4.25 4.25 0 0 0 0 8.5c-2.778 0-4.864-1.152-6.27-2.323a11.3 11.3 0 0 1-1.582-1.61M12 16.25a4.25 4.25 0 0 0 0-8.5c2.778 0 4.864 1.152 6.27 2.323A11.3 11.3 0 0 1 20.095 12q-.103.14-.243.317a11.3 11.3 0 0 1-1.582 1.61c-1.406 1.171-3.492 2.323-6.27 2.323m0-10c-3.222 0-5.636 1.343-7.23 2.67a12.8 12.8 0 0 0-1.793 1.826 10 10 0 0 0-.576.796l-.05.08-.011.022a1 1 0 0 0-.037.078c-.012.032-.045.17-.053.278.008.108.041.246.053.278l.037.078.012.022.05.08q.04.069.12.182c.103.152.254.363.455.614.4.5.997 1.163 1.793 1.826 1.594 1.327 4.008 2.67 7.23 2.67s5.636-1.343 7.23-2.67a12.8 12.8 0 0 0 1.793-1.826 10 10 0 0 0 .576-.796l.035-.056.005-.009.01-.015.011-.022.016-.03c.004-.01.015-.033.02-.048.013-.032.046-.17.054-.278a1.4 1.4 0 0 0-.053-.278l-.021-.047q-.012-.024-.016-.031l-.02-.034-.006-.012a4 4 0 0 0-.155-.238 10 10 0 0 0-.456-.614c-.4-.5-.997-1.163-1.793-1.826-1.594-1.327-4.008-2.67-7.23-2.67M9.25 12a2.75 2.75 0 1 1 5.5 0 2.75 2.75 0 0 1-5.5 0", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as o from "react";
3
+ import { forwardRef as c } from "react";
4
+ import { u as i } from "./useId-CsCRkvK3.js";
5
+ var f = function(t, a) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && a.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ a.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = c((t, a) => {
14
+ var { title: r, titleId: e } = t, l = f(t, ["title", "titleId"]);
15
+ let n = i();
16
+ return n = r ? e || "title-" + n : void 0, o.createElement(
17
+ "svg",
18
+ 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: a, "aria-labelledby": n }, l),
19
+ r ? o.createElement("title", { id: n }, r) : null,
20
+ o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.737 3.177a1.75 1.75 0 0 0-2.474 0L9.689 4.75H3a.75.75 0 0 0-.75.75v9c0 .199.079.39.22.53l5.5 5.5c.613.614 1.319.931 2.021.954a2.41 2.41 0 0 0 2.35-1.583l.129.13c.613.613 1.319.93 2.021.953a2.41 2.41 0 0 0 2.361-1.618c.517.394 1.079.6 1.64.618a2.41 2.41 0 0 0 2.492-2.493c-.023-.702-.34-1.408-.954-2.021l-.22-.22H21a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-5.69zM12.53 7.97l5.78 5.78h1.94v-7.5H15a.75.75 0 0 1-.53-.22l-1.793-1.793a.25.25 0 0 0-.354 0L7.561 9l.555.555a1.25 1.25 0 0 0 1.768 0L11.47 7.97a.75.75 0 0 1 1.06 0m-1.545 11.07c-.009-.266-.129-.623-.515-1.01l-1.5-1.5a.75.75 0 1 1 1.06-1.06l3.5 3.5c.387.386.744.506 1.01.515a.91.91 0 0 0 .945-.945c-.009-.266-.129-.623-.515-1.01l-3.5-3.5a.75.75 0 1 1 1.06-1.06l5 5c.387.386.744.506 1.01.515a.91.91 0 0 0 .945-.945c-.009-.266-.129-.623-.515-1.01L12 9.56l-1.056 1.056a2.75 2.75 0 0 1-3.889 0L5.97 9.53a.75.75 0 0 1 0-1.06l2.22-2.22H3.75v7.94l5.28 5.28c.387.386.744.506 1.01.515a.91.91 0 0 0 .945-.945", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as o from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, a) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && a.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ a.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = i((t, a) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let n = f();
16
+ return n = r ? e || "title-" + n : void 0, o.createElement(
17
+ "svg",
18
+ 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: a, "aria-labelledby": n }, l),
19
+ r ? o.createElement("title", { id: n }, r) : null,
20
+ o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 4.25a.75.75 0 0 0-.696.471L2.31 12.206a.74.74 0 0 0-.06.311V19c0 .414.336.75.75.75h18a.75.75 0 0 0 .75-.75v-6.483a.75.75 0 0 0-.06-.311L18.696 4.72A.75.75 0 0 0 18 4.25zm13.892 7.5-2.4-6H6.508l-2.4 6h2.774a1.75 1.75 0 0 1 1.565.967l.947 1.895a.25.25 0 0 0 .224.138h4.764a.25.25 0 0 0 .224-.138l.947-1.895a1.75 1.75 0 0 1 1.565-.967zm-2.998 1.638a.25.25 0 0 1 .224-.138h3.132v5H3.75v-5h3.132a.25.25 0 0 1 .224.138l.947 1.895a1.75 1.75 0 0 0 1.565.967h4.764a1.75 1.75 0 0 0 1.565-.967z", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as i from "react";
3
+ import { forwardRef as a } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const u = a((t, n) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = r ? e || "title-" + o : void 0, i.createElement(
17
+ "svg",
18
+ 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 }, l),
19
+ r ? i.createElement("title", { id: o }, r) : null,
20
+ i.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 3.25a7.25 7.25 0 1 0 4.569 12.88l5.411 5.41a.75.75 0 1 0 1.06-1.06l-5.41-5.411A7.25 7.25 0 0 0 10.5 3.25M4.75 10.5a5.75 5.75 0 1 1 11.5 0 5.75 5.75 0 0 1-11.5 0", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ u as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const p = i((t, n) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = r ? e || "title-" + o : void 0, a.createElement(
17
+ "svg",
18
+ 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 }, l),
19
+ r ? a.createElement("title", { id: o }, r) : null,
20
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.625 2.35a.75.75 0 0 1 .75 0l7.794 4.5a.75.75 0 0 1 .375.65v9a.75.75 0 0 1-.375.65l-7.794 4.5a.75.75 0 0 1-.75 0l-7.794-4.5a.75.75 0 0 1-.375-.65v-9a.75.75 0 0 1 .375-.65zM12 3.866 5.706 7.5 12 11.134 18.294 7.5zm7.044 4.933-6.294 3.634v7.268l6.294-3.634zM11.25 19.701v-7.268L4.956 8.799v7.268z", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as d } from "./useId-CsCRkvK3.js";
5
+ var f = function(t, o) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && o.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ o.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, o) => {
14
+ var { title: l, titleId: e } = t, r = f(t, ["title", "titleId"]);
15
+ let n = d();
16
+ return n = l ? e || "title-" + n : void 0, a.createElement(
17
+ "svg",
18
+ 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: o, "aria-labelledby": n }, r),
19
+ l ? a.createElement("title", { id: n }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.25 7a4.75 4.75 0 0 1 9.5 0v2.25H17c.966 0 1.75.784 1.75 1.75v9a.75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75v-9c0-.966.784-1.75 1.75-1.75h.25zm1.5 0a3.25 3.25 0 0 1 6.5 0v2.25h-6.5zM7 10.75a.25.25 0 0 0-.25.25v8.25h10.5V11a.25.25 0 0 0-.25-.25zm3.5 3.75a1.5 1.5 0 1 1 2.25 1.3V17a.75.75 0 0 1-1.5 0v-1.2a1.5 1.5 0 0 1-.75-1.3", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ n.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, n) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = l ? e || "title-" + o : void 0, a.createElement(
17
+ "svg",
18
+ 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),
19
+ l ? a.createElement("title", { id: o }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", d: "M12.75 5.5a.75.75 0 0 0-1.5 0v5.75H5.5a.75.75 0 0 0 0 1.5h5.75v5.75a.75.75 0 0 0 1.5 0v-5.75h5.75a.75.75 0 0 0 0-1.5h-5.75z" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -0,0 +1,44 @@
1
+ "use client";
2
+ import * as o from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var r = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
10
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
11
+ return r;
12
+ };
13
+ const u = i((t, n) => {
14
+ var { title: r, titleId: e } = t, l = d(t, ["title", "titleId"]);
15
+ let a = f();
16
+ return a = r ? e || "title-" + a : void 0, o.createElement(
17
+ "svg",
18
+ 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": a }, l),
19
+ r ? o.createElement("title", { id: a }, r) : null,
20
+ o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 4A.75.75 0 0 1 4 3.25h16a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-.25V19A1.75 1.75 0 0 1 18 20.75H6A1.75 1.75 0 0 1 4.25 19V8.75H4A.75.75 0 0 1 3.25 8zm2.5 4.75h12.5V19a.25.25 0 0 1-.25.25H6a.25.25 0 0 1-.25-.25zm-1-4v2.5h14.5v-2.5zm9.25 8.5a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5z", clipRule: "evenodd" })
21
+ );
22
+ });
23
+ var c = function(t, n) {
24
+ var r = {};
25
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (r[e] = t[e]);
26
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
27
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
28
+ n.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (r[e[l]] = t[e[l]]);
29
+ return r;
30
+ };
31
+ const p = i((t, n) => {
32
+ var { title: r, titleId: e } = t, l = c(t, ["title", "titleId"]);
33
+ let a = f();
34
+ return a = r ? e || "title-" + a : void 0, o.createElement(
35
+ "svg",
36
+ 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": a }, l),
37
+ r ? o.createElement("title", { id: a }, r) : null,
38
+ o.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.5 6.25a.75.75 0 0 0 0 1.5h.805l.876 11.384a1.75 1.75 0 0 0 1.745 1.616h8.148a1.75 1.75 0 0 0 1.745-1.616l.876-11.384h.805a.75.75 0 0 0 0-1.5h-2.75V6A2.75 2.75 0 0 0 14 3.25h-4A2.75 2.75 0 0 0 7.25 6v.25zm5.5-1.5c-.69 0-1.25.56-1.25 1.25v.25h6.5V6c0-.69-.56-1.25-1.25-1.25zm-3.19 3 .867 11.27c.01.13.118.23.249.23h8.148c.13 0 .24-.1.25-.23l.866-11.27zm3.19 2a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75m4 0a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75", clipRule: "evenodd" })
39
+ );
40
+ });
41
+ export {
42
+ u as S,
43
+ p as a
44
+ };
@@ -0,0 +1,25 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as i } from "react";
4
+ import { u as f } from "./useId-CsCRkvK3.js";
5
+ var d = function(t, n) {
6
+ var l = {};
7
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && n.indexOf(e) < 0 && (l[e] = t[e]);
8
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
9
+ for (var r = 0, e = Object.getOwnPropertySymbols(t); r < e.length; r++)
10
+ n.indexOf(e[r]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[r]) && (l[e[r]] = t[e[r]]);
11
+ return l;
12
+ };
13
+ const p = i((t, n) => {
14
+ var { title: l, titleId: e } = t, r = d(t, ["title", "titleId"]);
15
+ let o = f();
16
+ return o = l ? e || "title-" + o : void 0, a.createElement(
17
+ "svg",
18
+ 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),
19
+ l ? a.createElement("title", { id: o }, l) : null,
20
+ a.createElement("path", { fill: "currentColor", d: "M6.53 5.47a.75.75 0 0 0-1.06 1.06L10.94 12l-5.47 5.47a.75.75 0 1 0 1.06 1.06L12 13.06l5.47 5.47a.75.75 0 1 0 1.06-1.06L13.06 12l5.47-5.47a.75.75 0 0 0-1.06-1.06L12 10.94z" })
21
+ );
22
+ });
23
+ export {
24
+ p as S
25
+ };
@@ -1 +1 @@
1
- ._drawer_1b2ni_1{display:none}._drawerExpanded_1b2ni_5{display:block;width:100%}._drawer_1b2ni_1[data-placement=bottom]{position:fixed;top:5.5rem;bottom:0;left:0;right:0}
1
+ ._drawer_vej3t_1{display:none}._drawer_vej3t_1[data-expanded=true]{display:block;width:100%}._drawer_vej3t_1[data-placement=bottom]{position:fixed;top:5.5rem;bottom:0;left:0;right:0}
@@ -1 +1 @@
1
- ._dropdown_1mzzo_1[aria-expanded=true]{display:none}._drawer_1mzzo_5[aria-expanded=true]{display:block;z-index:2}@media (min-width: 1024px){._drawer_1mzzo_5[aria-expanded=true]{display:none}._dropdown_1mzzo_1[aria-expanded=true]{display:block;z-index:2}}
1
+ ._dropdown_oo71i_1[data-expanded=true]{display:none}._drawer_oo71i_5[data-expanded=true]{display:block;z-index:2}@media (min-width: 1024px){._drawer_oo71i_5[data-expanded=true]{display:none}._dropdown_oo71i_1[data-expanded=true]{display:block;z-index:2}}
@@ -1 +1 @@
1
- ._dropdown_1wuga_1{display:none}._dropdownExpanded_1wuga_5{display:block;position:absolute;z-index:2}._dropdown_1wuga_1[data-placement=left]{left:0}._dropdown_1wuga_1[data-placement=right]{right:0}._dropdown_1wuga_1[data-padding=true]{padding:0 .5rem}._dropdown_1wuga_1{min-width:16rem;max-width:24rem;margin-top:.5rem;border-radius:.375rem;overflow:hidden}._drawer_1wuga_31 ._button_1wuga_31{border-radius:50%}
1
+ ._dropdown_1hh2v_1{display:none}._dropdown_1hh2v_1[data-expanded=true]{display:block;position:absolute;z-index:2}._dropdown_1hh2v_1[data-placement=left]{left:0}._dropdown_1hh2v_1[data-placement=right]{right:0}._dropdown_1hh2v_1[data-padding=true]{padding:0 .5rem}._dropdown_1hh2v_1{min-width:16rem;max-width:24rem;margin-top:.5rem;border-radius:.375rem;overflow:hidden}._drawer_1hh2v_31 ._button_1hh2v_31{border-radius:50%}
@@ -1 +1 @@
1
- ._nav_1sg75_1{display:flex;flex-direction:column}._footer_1sg75_6{padding:1rem .5rem;display:flex;width:100%;flex-direction:column;align-items:stretch}._drawer_1sg75_14[aria-expanded=true]{display:block;padding:.5rem;z-index:2}._dropdown_1sg75_20[aria-expanded=true]{display:none}@media (min-width: 1024px){._drawer_1sg75_14[aria-expanded=true]{display:none}._dropdown_1sg75_20[aria-expanded=true]{display:block;z-index:2}}
1
+ ._nav_1hlpr_1{display:flex;flex-direction:column}._footer_1hlpr_6{padding:1rem .5rem;display:flex;width:100%;flex-direction:column;align-items:stretch}._drawer_1hlpr_14[data-expanded=true]{display:block;padding:.5rem;z-index:2}._dropdown_1hlpr_20[data-expanded=true]{display:none}@media (min-width: 1024px){._drawer_1hlpr_14[data-expanded=true]{display:none}._dropdown_1hlpr_20[data-expanded=true]{display:block;z-index:2}}
@@ -1 +1 @@
1
- ._drawer_ft5v3_1[aria-expanded=true]{display:block}._dropdown_ft5v3_5[aria-expanded=true]{display:none}@media (min-width: 1024px){._dropdown_ft5v3_5[aria-expanded=true]{width:320px;display:block}._drawer_ft5v3_1[aria-expanded=true]{display:none}}
1
+ ._drawer_d2s9o_1[data-expanded=true]{display:block}._dropdown_d2s9o_5[data-expanded=true]{display:none}@media (min-width: 1024px){._dropdown_d2s9o_5[data-expanded=true]{width:320px;display:block}._drawer_d2s9o_1[data-expanded=true]{display:none}}