@altinn/altinn-components 0.15.5 → 0.17.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 (201) hide show
  1. package/README.md +23 -19
  2. package/dist/ArrowLeft-C91mClJx.js +25 -0
  3. package/dist/ArrowRedo-BYz1MHxK.js +25 -0
  4. package/dist/ArrowRight-OLgmLkGy.js +25 -0
  5. package/dist/Bookmark-85oKfr9m.js +25 -0
  6. package/dist/Buildings2-DO6ftvL7.js +25 -0
  7. package/dist/ChevronDown-CRAwzuD3.js +25 -0
  8. package/dist/ChevronRight-DUaHaWi-.js +25 -0
  9. package/dist/ChevronUp-H8Nuww4h.js +25 -0
  10. package/dist/ClockDashed-PQgzLSPC.js +25 -0
  11. package/dist/DocPencil-CVby07uu.js +25 -0
  12. package/dist/Eye-CMPIjkcy.js +25 -0
  13. package/dist/Handshake-Bz9FuL-x.js +25 -0
  14. package/dist/Inbox-z7qqLz8Y.js +25 -0
  15. package/dist/ListItemBase-BVx5MDhO.js +83 -0
  16. package/dist/MagnifyingGlass-DWIcpwS4.js +25 -0
  17. package/dist/Package-ASRzCHA7.js +25 -0
  18. package/dist/PadlockLocked-xJsxvaHH.js +25 -0
  19. package/dist/Plus-B6MBOAcH.js +25 -0
  20. package/dist/Trash-DMlYh49i.js +44 -0
  21. package/dist/XMark-Bv1I87Ev.js +25 -0
  22. package/dist/assets/Flex.css +1 -1
  23. package/dist/assets/ListItemBase.css +1 -1
  24. package/dist/assets/ListItemIcon.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 +21 -22
  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 +27 -29
  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 -7
  70. package/dist/components/Dropdown/DrawerButton.js +2 -3
  71. package/dist/components/Dropdown/DrawerHeader.js +19 -9
  72. package/dist/components/Dropdown/DrawerOrDropdown.js +2 -3
  73. package/dist/components/GlobalMenu/AccountButton.js +3 -3
  74. package/dist/components/GlobalMenu/AccountMenu.js +9 -10
  75. package/dist/components/GlobalMenu/BackButton.js +5 -5
  76. package/dist/components/GlobalMenu/GlobalMenu.js +14 -15
  77. package/dist/components/GlobalMenu/LogoutButton.js +2 -3
  78. package/dist/components/Header/Header.js +2 -3
  79. package/dist/components/Header/HeaderBase.js +2 -3
  80. package/dist/components/Header/HeaderButton.js +35 -34
  81. package/dist/components/Header/HeaderLogo.js +4 -5
  82. package/dist/components/Icon/Icon.js +7 -13
  83. package/dist/components/Icon/IconOrAvatar.js +14 -16
  84. package/dist/components/Icon/index.js +8 -12
  85. package/dist/components/Layout/Layout.js +6 -7
  86. package/dist/components/LayoutAction/ActionHeader.js +25 -14
  87. package/dist/components/LayoutAction/LayoutAction.js +2 -3
  88. package/dist/components/List/List.js +5 -6
  89. package/dist/components/List/ListBase.js +1 -2
  90. package/dist/components/List/ListItem.js +85 -82
  91. package/dist/components/List/ListItemBase.js +4 -78
  92. package/dist/components/List/ListItemHeader.js +57 -58
  93. package/dist/components/List/ListItemIcon.js +6 -6
  94. package/dist/components/List/ListItemSelect.js +4 -5
  95. package/dist/components/List/index.js +1 -1
  96. package/dist/components/Menu/MenuItem.js +32 -31
  97. package/dist/components/Menu/MenuItemBase.js +22 -23
  98. package/dist/components/Menu/MenuItemIcon.js +2 -3
  99. package/dist/components/Menu/MenuItems.js +20 -21
  100. package/dist/components/Menu/MenuOption.js +5 -6
  101. package/dist/components/Menu/MenuSearch.js +32 -14
  102. package/dist/components/Meta/MetaItemMedia.js +7 -8
  103. package/dist/components/Page/Breadcrumbs.js +11 -11
  104. package/dist/components/Page/BreadcrumbsLink.js +9 -11
  105. package/dist/components/Page/ContactSection.js +4 -5
  106. package/dist/components/Page/Flex.js +7 -7
  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 +25 -23
  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 +67 -48
  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/DialogListItem.stories.d.ts +4 -3
  149. package/dist/types/lib/components/Dialog/DialogSeenBy.d.ts +2 -0
  150. package/dist/types/lib/components/Dropdown/DrawerHeader.d.ts +2 -1
  151. package/dist/types/lib/components/Header/HeaderButton.d.ts +2 -2
  152. package/dist/types/lib/components/Icon/Icon.d.ts +5 -5
  153. package/dist/types/lib/components/Icon/IconOrAvatar.d.ts +3 -3
  154. package/dist/types/lib/components/Icon/index.d.ts +0 -2
  155. package/dist/types/lib/components/LayoutAction/ActionHeader.d.ts +2 -1
  156. package/dist/types/lib/components/List/ListBase.stories.d.ts +3 -4
  157. package/dist/types/lib/components/List/ListItem.d.ts +4 -2
  158. package/dist/types/lib/components/List/ListItemBase.d.ts +24 -2
  159. package/dist/types/lib/components/List/ListItemHeader.d.ts +8 -7
  160. package/dist/types/lib/components/List/Patterns.stories.d.ts +0 -1
  161. package/dist/types/lib/components/List/Specimens.stories.d.ts +2 -2
  162. package/dist/types/lib/components/Menu/MenuItem.d.ts +3 -3
  163. package/dist/types/lib/components/Menu/MenuItemBase.d.ts +2 -2
  164. package/dist/types/lib/components/Menu/MenuSearch.d.ts +2 -1
  165. package/dist/types/lib/components/Menu/MenuSearch.stories.d.ts +1 -1
  166. package/dist/types/lib/components/Meta/MetaItem.d.ts +2 -2
  167. package/dist/types/lib/components/Meta/MetaItemMedia.d.ts +2 -2
  168. package/dist/types/lib/components/Meta/MetaTimestamp.d.ts +2 -2
  169. package/dist/types/lib/components/Page/BreadcrumbsLink.d.ts +1 -1
  170. package/dist/types/lib/components/Page/Flex.d.ts +1 -1
  171. package/dist/types/lib/components/Page/PageHeader.d.ts +2 -2
  172. package/dist/types/lib/components/Search/SearchField.d.ts +3 -1
  173. package/dist/types/lib/components/Skeleton/Skeleton.d.ts +1 -1
  174. package/dist/types/lib/components/Snackbar/SnackbarItem.d.ts +4 -3
  175. package/dist/types/lib/components/Snackbar/SnackbarItem.stories.d.ts +1 -1
  176. package/dist/types/lib/components/Snackbar/useSnackbar.d.ts +2 -2
  177. package/dist/types/lib/components/Timeline/TimelineSection.d.ts +2 -2
  178. package/dist/types/lib/components/Toolbar/Toolbar.d.ts +2 -1
  179. package/dist/types/lib/components/Toolbar/Toolbar.stories.d.ts +1 -1
  180. package/dist/types/lib/components/Toolbar/ToolbarButton.d.ts +2 -2
  181. package/dist/types/lib/components/Toolbar/ToolbarButton.stories.d.ts +1 -1
  182. package/dist/types/lib/components/Toolbar/ToolbarDate.stories.d.ts +1 -1
  183. package/dist/types/lib/components/Toolbar/ToolbarFilter.d.ts +2 -1
  184. package/dist/types/lib/components/Toolbar/ToolbarFilter.stories.d.ts +1 -1
  185. package/dist/types/lib/components/Toolbar/ToolbarSearch.d.ts +2 -1
  186. package/dist/types/lib/components/Toolbar/ToolbarSearch.stories.d.ts +1 -1
  187. package/dist/types/lib/components/Transmission/TransmissionItem.stories.d.ts +1 -1
  188. package/dist/useId-CsCRkvK3.js +16 -0
  189. package/dist/userMenuItems-vSWEGGu2.js +84 -0
  190. package/package.json +3 -3
  191. package/dist/components/Icon/SvgIcon.js +0 -6
  192. package/dist/components/Icon/iconsMap.js +0 -17395
  193. package/dist/globalMenu-C6osDiF4.js +0 -80
  194. package/dist/types/lib/components/Button/ComboButton.stories.d.ts +0 -19
  195. package/dist/types/lib/components/Button/IconButton.stories.d.ts +0 -16
  196. package/dist/types/lib/components/ContextMenu/ContextMenu.stories.d.ts +0 -19
  197. package/dist/types/lib/components/Icon/SvgIcon.d.ts +0 -9
  198. package/dist/types/lib/components/Icon/iconsMap.d.ts +0 -1911
  199. package/dist/types/lib/components/LayoutAction/LayoutAction.stories.d.ts +0 -19
  200. package/dist/types/lib/components/Page/ContactSection.stories.d.ts +0 -25
  201. package/dist/types/lib/components/Page/PageMenu.stories.d.ts +0 -18
package/README.md CHANGED
@@ -1,32 +1,35 @@
1
1
  # altinn-components
2
2
 
3
3
  The next frontend of altinn.no is developed by multiple product teams, all working toward the shared goal of delivering a seamless, unified experience for the end users — ensuring they perceive it as a single and robust product.
4
- This package represents a collaborative effort between designers and developers across these teams, consolidating solutions to shared challenges.
5
- It provides Altinn-specific React components tailored to address the common UI needs of these specific teams.
4
+ This package represents a collaborative effort between designers and developers across these teams, consolidating solutions to shared challenges.
5
+ It provides Altinn-specific React components tailored to address the common UI needs of these specific teams.
6
6
 
7
- Today these teams are [Team Arbeidsflate](https://github.com/digdir/dialogporten-frontend), [Team authorization](https://github.com/Altinn/altinn-access-management-frontend), and Team Portal.
7
+ Today these teams are [Team Arbeidsflate](https://github.com/digdir/dialogporten-frontend), [Team Authorization](https://github.com/Altinn/altinn-access-management-frontend), and Team Portal.
8
8
 
9
- Note that this package is specifically designed to meet the unique needs of the aforementioned teams and is not intended to serve as a general-purpose library.
9
+ Note that this package is specifically designed to meet the unique needs of the aforementioned teams and is not intended to serve as a general-purpose library.
10
10
  We already have the amazing [Norwegian public sector's Design System](https://designsystemet.no/), and we aim to incorporate its elements wherever it makes sense, ensuring alignment and leveraging its strengths while adapting to the specific requirements of Altinn.
11
11
 
12
- Currently, we do not use components from the design system _directly_ but rely on its token structure and continue to explore opportunities for deeper integration.
13
- This approach helps us align with brand guidelines and the broader vision of a unified Altinn product.
12
+ Currently, we do not use components from the design system _directly_ but rely on its token structure and continue to explore opportunities for deeper integration.
13
+ This approach helps us align with brand guidelines and the broader vision of a unified Altinn product.
14
14
 
15
15
  ## Feedback and questions
16
- Keep in mind that this package is a work in progress and will be updated continuously.
16
+
17
+ Keep in mind that this package is a work in progress and will be updated continuously.
17
18
  If you have any feedback or questions, please reach out to us on Github.
18
19
 
19
20
  ## Installation
21
+
20
22
  To install the package, run the following command:
21
23
 
22
24
  ```bash
23
25
  # for npm users
24
26
  npm install @altinn/components
25
27
  # for yarn users
26
- yarn add @altinn/components
28
+ yarn add @altinn/components
27
29
  # for pnpm users
28
30
  pnpm add @altinn/components
29
31
  ```
32
+
30
33
  Tested with Node.js 20.x <
31
34
 
32
35
  ## Requirements
@@ -34,17 +37,14 @@ Tested with Node.js 20.x <
34
37
  `React` `>=18`in your project as a peer dependency. And `react-dom` if needed.
35
38
 
36
39
  ## Usage
40
+
37
41
  Wrap your application in RootProvider to enable shared context across all components. Here’s a basic setup:
38
42
 
39
43
  ```tsx
40
- import { RootProvider } from '@altinn/components';
44
+ import { RootProvider } from "@altinn/components";
41
45
 
42
46
  function App() {
43
- return (
44
- <RootProvider>
45
- { /* Your application here */ }
46
- </RootProvider>
47
- );
47
+ return <RootProvider>{/* Your application here */}</RootProvider>;
48
48
  }
49
49
  ```
50
50
 
@@ -52,20 +52,24 @@ To use the components in your application, you need to import the components you
52
52
 
53
53
  ```tsx
54
54
  // example: import the Avatar component and type
55
- import { Avatar, type AvatarVariant } from '@altinn/components';
55
+ import { Avatar, type AvatarVariant } from "@altinn/components";
56
56
  ```
57
+
57
58
  and import the css file in your application once, e.g. in your css:
59
+
58
60
  ```ts
59
- import '@altinn/altinn-components/lib/css/global.css';
61
+ import "@altinn/altinn-components/lib/css/global.css";
60
62
  ```
61
- for correct `font-family` and minimal collection of resets.
62
63
 
64
+ for correct `font-family` and minimal collection of resets.
63
65
 
64
66
  ## Documentation
67
+
65
68
  The documentation for the components can be found in the [Storybook](https://altinn.github.io/altinn-components)
66
- Components are decorated with tags to show the current status of the component.
69
+ Components are decorated with tags to show the current status of the component.
67
70
 
68
71
  The tags are:
72
+
69
73
  - `@outdated` - The component is out of sync with latest design.
70
74
  - `@beta` - The component is in beta and is more likely to have flaws or missing features.
71
75
  - `@experimental` - The component is experimental and is work in progress. Recommended not to use.
@@ -109,4 +113,4 @@ pnpm test-storybook --watch 'MyComponent.stories.tsx'
109
113
 
110
114
  -
111
115
  To skip the test add 'skip-test' string into the tags array for the test you want to exclude. That option is defined in the test-runner.ts file.
112
- Currently all the tests under stories/Demo and docs are excluded as the accessibility test is not needed there.
116
+ Currently all the tests under stories/Demo and docs are excluded as the accessibility test is not needed there.
@@ -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,83 @@
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { c as H } from "./index-L8X2o7IH.js";
3
+ import './assets/ListItemBase.css';const I = "_item_12vtu_1", N = "_interactive_12vtu_54", q = "_interactiveSelected_12vtu_96", A = "_interactiveHidden_12vtu_100", t = {
4
+ item: I,
5
+ interactive: N,
6
+ interactiveSelected: q,
7
+ interactiveHidden: A
8
+ }, G = ({
9
+ title: b,
10
+ interactive: w = !0,
11
+ as: x,
12
+ href: h,
13
+ onClick: a,
14
+ onKeyPress: e,
15
+ tabIndex: L,
16
+ size: d,
17
+ variant: n,
18
+ color: c,
19
+ theme: i,
20
+ shadow: j,
21
+ loading: r,
22
+ disabled: s,
23
+ hidden: v = !1,
24
+ active: o = !1,
25
+ selected: m,
26
+ className: _,
27
+ onMouseEnter: l,
28
+ children: p
29
+ }) => {
30
+ const u = i === "transparent" ? "none" : j;
31
+ if (w) {
32
+ const B = H(
33
+ t.item,
34
+ t.interactive,
35
+ _,
36
+ m && t.interactiveSelected,
37
+ v && t.interactiveHidden
38
+ );
39
+ return /* @__PURE__ */ f(
40
+ x || "button",
41
+ {
42
+ "aria-label": b,
43
+ className: B,
44
+ "data-variant": n,
45
+ "data-color": c,
46
+ "data-theme": i,
47
+ "data-size": d,
48
+ "data-shadow": u,
49
+ "data-active": o,
50
+ href: h,
51
+ onKeyPress: (S) => {
52
+ S.key === "Enter" && (a == null || a()), e == null || e(S);
53
+ },
54
+ onClick: a,
55
+ tabIndex: L,
56
+ "aria-disabled": s || r,
57
+ disabled: s || r,
58
+ onMouseEnter: l,
59
+ children: p
60
+ }
61
+ );
62
+ }
63
+ const z = H(t.item, _, m && t.interactiveSelected);
64
+ return /* @__PURE__ */ f(
65
+ "div",
66
+ {
67
+ className: z,
68
+ "data-variant": n,
69
+ "data-color": c,
70
+ "data-theme": i,
71
+ "data-size": d,
72
+ "data-shadow": u,
73
+ "data-active": o,
74
+ "aria-hidden": v,
75
+ onMouseEnter: l,
76
+ children: p
77
+ }
78
+ );
79
+ };
80
+ export {
81
+ G as L,
82
+ t as s
83
+ };
@@ -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
+ };