@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,626 @@
1
+ "use client";
2
+ import * as a from "react";
3
+ import { forwardRef as o } from "react";
4
+ import { u as d } from "./useId-CsCRkvK3.js";
5
+ import { S as s } from "./Buildings2-DO6ftvL7.js";
6
+ var c = function(t, r) {
7
+ var i = {};
8
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
9
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
10
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
11
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
12
+ return i;
13
+ };
14
+ const g = o((t, r) => {
15
+ var { title: i, titleId: e } = t, l = c(t, ["title", "titleId"]);
16
+ let n = d();
17
+ return n = i ? e || "title-" + n : void 0, a.createElement(
18
+ "svg",
19
+ 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: r, "aria-labelledby": n }, l),
20
+ i ? a.createElement("title", { id: n }, i) : null,
21
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.25 13c0-.966.784-1.75 1.75-1.75h.25V7c0-.966.784-1.75 1.75-1.75h12c.966 0 1.75.784 1.75 1.75v4.25H20c.966 0 1.75.784 1.75 1.75v5.5a.75.75 0 0 1-1.5 0V13a.25.25 0 0 0-.25-.25H4a.25.25 0 0 0-.25.25v5.5a.75.75 0 0 1-1.5 0zm3.5-6A.25.25 0 0 1 6 6.75h12a.25.25 0 0 1 .25.25v4.25h-.5V10A1.75 1.75 0 0 0 16 8.25h-2A1.75 1.75 0 0 0 12.25 10v1.25h-.5V10A1.75 1.75 0 0 0 10 8.25H8A1.75 1.75 0 0 0 6.25 10v1.25h-.5zM14 9.75a.25.25 0 0 0-.25.25v1.25h2.5V10a.25.25 0 0 0-.25-.25zm-4 0a.25.25 0 0 1 .25.25v1.25h-2.5V10A.25.25 0 0 1 8 9.75z", clipRule: "evenodd" })
22
+ );
23
+ });
24
+ var m = function(t, r) {
25
+ var i = {};
26
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
27
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
28
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
29
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
30
+ return i;
31
+ };
32
+ const u = o((t, r) => {
33
+ var { title: i, titleId: e } = t, l = m(t, ["title", "titleId"]);
34
+ let n = d();
35
+ return n = i ? e || "title-" + n : void 0, a.createElement(
36
+ "svg",
37
+ 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: r, "aria-labelledby": n }, l),
38
+ i ? a.createElement("title", { id: n }, i) : null,
39
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.406 10.042a1.75 1.75 0 1 0-1.209.697q.052.195.089.426c.111.698.099 1.665-.453 2.62-.476.825-1.013 1.398-1.646 1.655-.677.275-1.31.128-1.814-.162-.503-.29-.947-.767-1.048-1.49a2.7 2.7 0 0 1 .108-1.126q-.066.067-.126.135c-.379.427-.557.828-.557 1.203v6.5a.75.75 0 1 1-1.5 0V14c0-.875.418-1.616.935-2.198a6 6 0 0 1 .645-.622c-.525-.087-.966-.257-1.313-.528C4.94 10.203 4.75 9.581 4.75 9c0-.58.19-1.203.767-1.652.538-.42 1.304-.598 2.256-.598a4 4 0 0 1 .357.017 4 4 0 0 1-.194-.302c-.476-.825-.705-1.576-.61-2.253.1-.724.544-1.2 1.047-1.49s1.137-.437 1.815-.162c.632.257 1.17.83 1.645 1.655q.094.162.167.324.075-.162.167-.324c.476-.825 1.013-1.398 1.646-1.655.677-.275 1.31-.128 1.814.162.503.29.947.766 1.048 1.49.094.677-.135 1.428-.61 2.253a4 4 0 0 1-.195.302q.174-.017.357-.017c.952 0 1.718.178 2.256.598.577.449.767 1.071.767 1.652 0 .58-.19 1.203-.767 1.652-.538.42-1.304.598-2.256.598-1.103 0-1.946-.473-2.495-.918a5 5 0 0 1-.326-.29m.811 4.836a4 4 0 0 0-.31-.235.75.75 0 0 0-.814 0l-.1.07a4.681 4.681 0 0 0-.826.793c-.444.547-.917 1.39-.917 2.494 0 .952.178 1.717.598 2.256.449.577 1.071.767 1.652.767.58 0 1.203-.19 1.652-.767.42-.539.598-1.304.598-2.256 0-1.103-.473-1.947-.918-2.495a4.7 4.7 0 0 0-.615-.627M11.25 9a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0", clipRule: "evenodd" })
40
+ );
41
+ });
42
+ var p = function(t, r) {
43
+ var i = {};
44
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
45
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
46
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
47
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
48
+ return i;
49
+ };
50
+ const v = o((t, r) => {
51
+ var { title: i, titleId: e } = t, l = p(t, ["title", "titleId"]);
52
+ let n = d();
53
+ return n = i ? e || "title-" + n : void 0, a.createElement(
54
+ "svg",
55
+ 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: r, "aria-labelledby": n }, l),
56
+ i ? a.createElement("title", { id: n }, i) : null,
57
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.006 5.297q.123-.089.271-.187a8 8 0 0 1 1.991-.963c1.689-.53 3.942-.517 6.04 1.58 1.559 1.559 1.929 3.27 1.743 4.79-.18 1.48-.88 2.74-1.397 3.503a1.52 1.52 0 0 1-1.22.684l-.01.087c-.064.48-.289.949-.707 1.367s-.886.642-1.366.707a2.3 2.3 0 0 1-.383.019q.008.185-.018.382c-.065.48-.29.949-.707 1.367-.418.418-.887.642-1.367.707a2 2 0 0 1-.383.018q.008.186-.018.383c-.065.48-.29.948-.707 1.367-.418.417-.887.642-1.367.707a2.46 2.46 0 0 1-1.227-.164 3.5 3.5 0 0 1-1.087-.69l-.02-.019-.007-.007-.003-.002v-.001s-.002-.001.529-.532l-.53.53-6.365-6.363-.014-.016-.003-.002-.004-.005-.012-.013-.04-.043-.13-.155a8 8 0 0 1-.418-.559 7.8 7.8 0 0 1-.98-1.98c-.264-.827-.405-1.812-.198-2.87.208-1.066.759-2.155 1.8-3.196 1.04-1.04 2.13-1.592 3.195-1.8 1.059-.207 2.043-.066 2.87.2a7.8 7.8 0 0 1 2.25 1.17M10.93 6.371l-.035-.024A6.3 6.3 0 0 0 9.3 5.556c-.646-.208-1.37-.303-2.124-.156-.748.146-1.574.54-2.423 1.389-.848.848-1.242 1.675-1.388 2.422-.147.755-.052 1.478.155 2.124.208.648.523 1.201.792 1.596a6 6 0 0 0 .43.562l.021.024 6.351 6.35.004.003.028.026q.042.039.13.105c.117.087.273.186.446.253a1 1 0 0 0 .48.074c.133-.018.305-.08.506-.281.2-.2.263-.373.281-.507a.97.97 0 0 0-.073-.48 2 2 0 0 0-.384-.604l-.004-.003-1.057-1.058a.75.75 0 1 1 1.06-1.06l1.058 1.057.003.003.029.027a2.1 2.1 0 0 0 .576.357.97.97 0 0 0 .48.074c.133-.018.305-.08.506-.281.2-.2.263-.373.281-.506a1 1 0 0 0-.073-.48 2 2 0 0 0-.359-.576q-.018-.021-.026-.029l-.003-.003-1.032-1.033a.75.75 0 0 1 1.06-1.06l1.033 1.033.003.003.029.026q.043.038.129.104c.117.087.274.186.447.254a1 1 0 0 0 .48.074c.133-.018.305-.081.506-.282.2-.2.263-.373.281-.506a1 1 0 0 0-.074-.48 2 2 0 0 0-.358-.576l-.015-.017-.01-.011-.004-.004-1.411-1.411-.005-.005-1.586-1.586-1.591 1.59a2.75 2.75 0 0 1-3.89 0l-1.06-1.06a.75.75 0 0 1-.046-1.01zm7.613 6.075v.002l.706.704a.16.16 0 0 0 .118.054q.019-.002.025-.006a.1.1 0 0 0 .021-.022c.456-.672 1.011-1.7 1.15-2.842.135-1.102-.11-2.343-1.314-3.548-1.624-1.623-3.26-1.61-4.53-1.21a6.5 6.5 0 0 0-1.612.782 6 6 0 0 0-.567.423l-3.06 3.672.576.576a1.25 1.25 0 0 0 1.768 0l2.121-2.121a.75.75 0 0 1 1.061 0z", clipRule: "evenodd" })
58
+ );
59
+ });
60
+ var b = function(t, r) {
61
+ var i = {};
62
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
63
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
64
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
65
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
66
+ return i;
67
+ };
68
+ const h = o((t, r) => {
69
+ var { title: i, titleId: e } = t, l = b(t, ["title", "titleId"]);
70
+ let n = d();
71
+ return n = i ? e || "title-" + n : void 0, a.createElement(
72
+ "svg",
73
+ 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: r, "aria-labelledby": n }, l),
74
+ i ? a.createElement("title", { id: n }, i) : null,
75
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 12c0-3.153 2.16-5.8 5.082-6.542a2.7 2.7 0 0 1 .443-.908c.546-.728 1.542-1.3 3.225-1.3s2.68.572 3.225 1.3c.244.326.374.652.443.908A6.75 6.75 0 0 1 20.75 12v4.823l.559 1.118a1.25 1.25 0 0 1-1.118 1.809H3.809a1.25 1.25 0 0 1-1.118-1.809l.559-1.118zm6.5-2a.75.75 0 0 1-1.5 0V7.048A5.25 5.25 0 0 0 4.75 12v5a.75.75 0 0 1-.08.335l-.457.915h15.573l-.457-.915a.75.75 0 0 1-.08-.335v-5c0-2.285-1.46-4.23-3.499-4.951V10a.75.75 0 0 1-1.5 0V6.012q0-.006-.002-.018a1.179 1.179 0 0 0-.223-.544c-.204-.272-.708-.7-2.025-.7s-1.82.428-2.025.7a1.2 1.2 0 0 0-.225.562zm.25 3.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" })
76
+ );
77
+ });
78
+ var y = function(t, r) {
79
+ var i = {};
80
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
81
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
82
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
83
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
84
+ return i;
85
+ };
86
+ const O = o((t, r) => {
87
+ var { title: i, titleId: e } = t, l = y(t, ["title", "titleId"]);
88
+ let n = d();
89
+ return n = i ? e || "title-" + n : void 0, a.createElement(
90
+ "svg",
91
+ 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: r, "aria-labelledby": n }, l),
92
+ i ? a.createElement("title", { id: n }, i) : null,
93
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.75 11a7.25 7.25 0 1 1 12.688 4.795l-.188.213V21.5a.75.75 0 0 0 1.5 0v-4.932a8.75 8.75 0 1 0-15.5-5.68l-1.468 4.897a.75.75 0 0 0 .718.965h1.75V18A2.75 2.75 0 0 0 8 20.75h2.25v.75a.75.75 0 0 0 1.5 0V20a.75.75 0 0 0-.75-.75H8c-.69 0-1.25-.56-1.25-1.25v-2a.75.75 0 0 0-.75-.75H4.508l1.242-4.14zm5.03-2.222a1.02 1.02 0 0 1 1.44 0l.25.25a.75.75 0 0 0 1.06 0l.25-.25a1.018 1.018 0 1 1 1.44 1.44L13 12.437l-2.22-2.22a1.02 1.02 0 0 1 0-1.44m-1.06-1.06A2.52 2.52 0 0 1 13 7.474a2.518 2.518 0 0 1 3.28 3.803l-2.75 2.75a.75.75 0 0 1-1.06 0l-2.75-2.75a2.52 2.52 0 0 1 0-3.56", clipRule: "evenodd" })
94
+ );
95
+ });
96
+ var w = function(t, r) {
97
+ var i = {};
98
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
99
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
100
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
101
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
102
+ return i;
103
+ };
104
+ const j = o((t, r) => {
105
+ var { title: i, titleId: e } = t, l = w(t, ["title", "titleId"]);
106
+ let n = d();
107
+ return n = i ? e || "title-" + n : void 0, a.createElement(
108
+ "svg",
109
+ 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: r, "aria-labelledby": n }, l),
110
+ i ? a.createElement("title", { id: n }, i) : null,
111
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.25 3A.75.75 0 0 1 5 2.25h14a.75.75 0 0 1 .75.75v18a.75.75 0 0 1-.75.75H5a.75.75 0 0 1-.75-.75zm12 14a.75.75 0 0 0-.75-.75H12a.75.75 0 0 0-.75.75v3.25h-5.5V3.75h12.5v16.5h-2zm-3.5.75v2.5h2v-2.5zm0-11.75a.75.75 0 0 0-1.5 0v1.25H10a.75.75 0 0 0 0 1.5h1.25V10a.75.75 0 0 0 1.5 0V8.75H14a.75.75 0 0 0 0-1.5h-1.25zm-3.5 7a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0zm0 4a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0zM12 12.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75m4.25.75a.75.75 0 0 0-1.5 0v1a.75.75 0 0 0 1.5 0z", clipRule: "evenodd" })
112
+ );
113
+ });
114
+ var I = function(t, r) {
115
+ var i = {};
116
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
117
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
118
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
119
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
120
+ return i;
121
+ };
122
+ const k = o((t, r) => {
123
+ var { title: i, titleId: e } = t, l = I(t, ["title", "titleId"]);
124
+ let n = d();
125
+ return n = i ? e || "title-" + n : void 0, a.createElement(
126
+ "svg",
127
+ 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: r, "aria-labelledby": n }, l),
128
+ i ? a.createElement("title", { id: n }, i) : null,
129
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25m-.75 1.534a8.25 8.25 0 1 0 6.03 14.556l-5.81-5.81a.75.75 0 0 1-.22-.53zm7.09 13.495a8.25 8.25 0 0 0-5.59-13.496v7.906z", clipRule: "evenodd" })
130
+ );
131
+ });
132
+ var S = function(t, r) {
133
+ var i = {};
134
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
135
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
136
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
137
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
138
+ return i;
139
+ };
140
+ const f = o((t, r) => {
141
+ var { title: i, titleId: e } = t, l = S(t, ["title", "titleId"]);
142
+ let n = d();
143
+ return n = i ? e || "title-" + n : void 0, a.createElement(
144
+ "svg",
145
+ 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: r, "aria-labelledby": n }, l),
146
+ i ? a.createElement("title", { id: n }, i) : null,
147
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.53 3.47A.75.75 0 0 0 5.25 4v16c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-1.28-.53L16 4.94l-1.47-1.47a.75.75 0 0 0-1.06 0L12 4.94l-1.47-1.47a.75.75 0 0 0-1.06 0L8 4.94zm.22 15.78V5.81l.72.72a.75.75 0 0 0 1.06 0L10 5.06l1.47 1.47a.75.75 0 0 0 1.06 0L14 5.06l1.47 1.47a.75.75 0 0 0 1.06 0l.72-.72v13.44zm2.75-10a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM8.75 13a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" })
148
+ );
149
+ });
150
+ var E = function(t, r) {
151
+ var i = {};
152
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
153
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
154
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
155
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
156
+ return i;
157
+ };
158
+ const x = o((t, r) => {
159
+ var { title: i, titleId: e } = t, l = E(t, ["title", "titleId"]);
160
+ let n = d();
161
+ return n = i ? e || "title-" + n : void 0, a.createElement(
162
+ "svg",
163
+ 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: r, "aria-labelledby": n }, l),
164
+ i ? a.createElement("title", { id: n }, i) : null,
165
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.75 6a3.75 3.75 0 0 1 3.75-3.75H15A3.75 3.75 0 0 1 18.75 6v15a.75.75 0 0 1-1.5 0V6A2.25 2.25 0 0 0 15 3.75h-1.5A2.25 2.25 0 0 0 11.25 6v.5a.75.75 0 0 1-1.5 0zm.75 1.94.53.53a9 9 0 0 1 1.027 1.235c.321.47.693 1.136.693 1.795a2.25 2.25 0 0 1-4.5 0c0-.66.372-1.324.693-1.795A9 9 0 0 1 9.97 8.47zm-.318 2.609c-.304.447-.432.782-.432.951a.75.75 0 0 0 1.5 0c0-.169-.128-.504-.432-.951a7 7 0 0 0-.318-.426 7 7 0 0 0-.318.426m-4.25-1.296a.75.75 0 0 1 .815.68l.53 5.838.588.44a2.05 2.05 0 0 0 2.367.066 3.55 3.55 0 0 1 3.468-.264l.553-6.08a.75.75 0 1 1 1.494.135l-.917 10.09a1.75 1.75 0 0 1-1.743 1.592H7.913a1.75 1.75 0 0 1-1.743-1.592l-.917-10.09a.75.75 0 0 1 .68-.815m1.732 10.77-.21-2.303a3.55 3.55 0 0 0 3.61-.195 2.05 2.05 0 0 1 2.054-.128l.437.219-.22 2.407a.25.25 0 0 1-.248.227H7.913a.25.25 0 0 1-.249-.227", clipRule: "evenodd" })
166
+ );
167
+ });
168
+ var _ = function(t, r) {
169
+ var i = {};
170
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
171
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
172
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
173
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
174
+ return i;
175
+ };
176
+ const P = o((t, r) => {
177
+ var { title: i, titleId: e } = t, l = _(t, ["title", "titleId"]);
178
+ let n = d();
179
+ return n = i ? e || "title-" + n : void 0, a.createElement(
180
+ "svg",
181
+ 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: r, "aria-labelledby": n }, l),
182
+ i ? a.createElement("title", { id: n }, i) : null,
183
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.294 2.475a2.75 2.75 0 0 1 3.44-.113l.35.264a4.75 4.75 0 0 1 3.832 0l.246-.185a2.75 2.75 0 0 1 3.595.255l.143.143a2.75 2.75 0 0 1-.15 4.028v.397a6 6 0 0 1-1.04 3.373l.194-.108a2.207 2.207 0 1 1 2.143 3.858l-.677.376a2.871 2.871 0 0 1 1.16 4.767l-1 1a2.87 2.87 0 0 1-4.303-.275A5.2 5.2 0 0 1 12 20.75c-.795 0-1.55-.177-2.227-.495a2.871 2.871 0 0 1-4.303.275l-1-1a2.87 2.87 0 0 1 1.16-4.767l-.678-.376a2.207 2.207 0 0 1 2.144-3.858l.195.108A6 6 0 0 1 6.25 7.264v-.357a2.75 2.75 0 0 1-.131-4.282zM15.53 17.53l1-1a1.371 1.371 0 0 1 1.939 1.94l-1 1a1.371 1.371 0 0 1-1.94-1.94m.19-2.505q.012.101.02.206a3 3 0 0 0-.239.207l-.015.015-.017.017-1 1q-.21.21-.367.448a2.87 2.87 0 0 0-.45 1.95A3.7 3.7 0 0 1 12 19.25a3.7 3.7 0 0 1-1.652-.382 2.87 2.87 0 0 0-.817-2.398l-1-1a3 3 0 0 0-.271-.24q.006-.103.02-.205a.75.75 0 0 0-.517-.809.7.7 0 0 1-.13-.056L5.68 13.076a.707.707 0 0 1 .686-1.236l1.952 1.084q.03.016.056.035a.75.75 0 0 0 .956-.093q.277-.28.605-.498a.75.75 0 0 0-.024-1.267A4.49 4.49 0 0 1 7.75 7.264V6.5a.75.75 0 0 0-.364-.643l-.12-.073a1.25 1.25 0 0 1-.171-2.02l.175-.15a1.25 1.25 0 0 1 1.563-.051l.717.537a.75.75 0 0 0 .785.07l.211-.105a3.25 3.25 0 0 1 2.907 0l.212.106a.75.75 0 0 0 .785-.071l.612-.46a1.25 1.25 0 0 1 1.634.117l.143.143a1.25 1.25 0 0 1-.134 1.884l-.155.116a.75.75 0 0 0-.3.6v.764c0 1.577-.827 3.029-2.162 3.837a.75.75 0 0 0-.025 1.267q.33.218.606.498a.75.75 0 0 0 .956.093l.056-.035 1.951-1.084a.707.707 0 0 1 .687 1.236l-1.952 1.084a.7.7 0 0 1-.13.056.75.75 0 0 0-.517.809M5.53 16.53a1.37 1.37 0 0 1 1.939 0l1 1q.105.105.181.224a1.372 1.372 0 0 1-2.12 1.716l-1-1a1.37 1.37 0 0 1 0-1.94M10.5 6.75a.75.75 0 0 0 0 1.5h.01a.75.75 0 0 0 0-1.5zm.47 2.22A.75.75 0 0 1 12 8.94a.75.75 0 0 1 1.03 1.09l-.5.5a.75.75 0 0 1-1.06 0l-.5-.5a.75.75 0 0 1 0-1.061m1.78-1.47a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5h-.01a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })
184
+ );
185
+ });
186
+ var A = function(t, r) {
187
+ var i = {};
188
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
189
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
190
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
191
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
192
+ return i;
193
+ };
194
+ const R = o((t, r) => {
195
+ var { title: i, titleId: e } = t, l = A(t, ["title", "titleId"]);
196
+ let n = d();
197
+ return n = i ? e || "title-" + n : void 0, a.createElement(
198
+ "svg",
199
+ 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: r, "aria-labelledby": n }, l),
200
+ i ? a.createElement("title", { id: n }, i) : null,
201
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.444 5.497A.75.75 0 0 1 10 5.25h5a.75.75 0 0 1 .746.825l-.355 3.554a.75.75 0 1 1-1.493-.149l.273-2.73H10.83l.493 4.933a.75.75 0 0 1-1.492.15l-.576-5.758a.75.75 0 0 1 .19-.578M4.75 7a.75.75 0 0 0-1.5 0v.382c0 .663.374 1.269.967 1.565l.895.447a.25.25 0 0 1 .138.224V10a.75.75 0 0 0 1.5 0v-.382a1.75 1.75 0 0 0-.967-1.565l-.895-.447a.25.25 0 0 1-.138-.224zm-1.812 4.504a.75.75 0 0 1 .562-.254h5a.75.75 0 0 1 .744.843l-.28 2.248a2.75 2.75 0 0 1-2.73 2.409h-.468a2.75 2.75 0 0 1-2.73-2.409l-.28-2.248a.75.75 0 0 1 .182-.59M4.35 12.75l.175 1.405a1.25 1.25 0 0 0 1.24 1.095h.47c.63 0 1.162-.47 1.24-1.095l.175-1.405zM2.25 18a.75.75 0 0 1 .75-.75h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m13.25-6.75a4.75 4.75 0 0 0-4.695 4.026A.75.75 0 0 0 11 16.75h9a.75.75 0 0 0 .195-1.474A4.75 4.75 0 0 0 15.5 11.25m0 1.5a3.25 3.25 0 0 0-3.163 2.5h6.326a3.25 3.25 0 0 0-3.163-2.5", clipRule: "evenodd" })
202
+ );
203
+ });
204
+ var z = function(t, r) {
205
+ var i = {};
206
+ for (var e in t) Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (i[e] = t[e]);
207
+ if (t != null && typeof Object.getOwnPropertySymbols == "function")
208
+ for (var l = 0, e = Object.getOwnPropertySymbols(t); l < e.length; l++)
209
+ r.indexOf(e[l]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[l]) && (i[e[l]] = t[e[l]]);
210
+ return i;
211
+ };
212
+ const H = o((t, r) => {
213
+ var { title: i, titleId: e } = t, l = z(t, ["title", "titleId"]);
214
+ let n = d();
215
+ return n = i ? e || "title-" + n : void 0, a.createElement(
216
+ "svg",
217
+ 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: r, "aria-labelledby": n }, l),
218
+ i ? a.createElement("title", { id: n }, i) : null,
219
+ a.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.5 4.25c-.69 0-1.25.56-1.25 1.25v11c0 .69.56 1.25 1.25 1.25h1.25a2.5 2.5 0 0 0 5 0h5a2.5 2.5 0 0 0 5 0h.75c.69 0 1.25-.56 1.25-1.25v-3.644l-1.928-4.82a1.25 1.25 0 0 0-1.16-.786H15.75V5.5c0-.69-.56-1.25-1.25-1.25zm3.75 11c.818 0 1.544.393 2 1h5V5.75H3.75v10.5h1.5c.456-.607 1.182-1 2-1m10 0a2.5 2.5 0 0 0-1.5.5v-7h2.742l1.758 4.394v3.106h-1a2.5 2.5 0 0 0-2-1m0 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0", clipRule: "evenodd" })
220
+ );
221
+ }), M = [
222
+ {
223
+ id: "skatt",
224
+ groupId: "2",
225
+ icon: k,
226
+ title: "Skatt, regnskap og toll",
227
+ items: [
228
+ {
229
+ id: "mva",
230
+ title: "Skatt og merverdiavgift"
231
+ },
232
+ {
233
+ id: "regnskap",
234
+ title: "Regnskap og økonomirapportering"
235
+ },
236
+ {
237
+ id: "revisor",
238
+ title: "Revisorattester"
239
+ },
240
+ {
241
+ id: "toll",
242
+ title: "Toll"
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ id: "personale",
248
+ groupId: "2",
249
+ icon: f,
250
+ title: "Personale",
251
+ items: [
252
+ {
253
+ id: "ansatte",
254
+ title: "Ansettelsesforhold"
255
+ },
256
+ {
257
+ id: "lonn",
258
+ title: "Lønn"
259
+ },
260
+ {
261
+ id: "pensjon",
262
+ title: "Pensjon"
263
+ },
264
+ {
265
+ id: "permisjon",
266
+ title: "Permisjon og sykefravær"
267
+ }
268
+ ]
269
+ },
270
+ {
271
+ id: "miljo",
272
+ groupId: "2",
273
+ icon: O,
274
+ title: "Miljø og sikkerhet",
275
+ items: [
276
+ {
277
+ id: "rapportering",
278
+ title: "Miljø og klimarapportering"
279
+ },
280
+ {
281
+ id: "renovasjon",
282
+ title: "Renovasjon"
283
+ },
284
+ {
285
+ id: "rydding",
286
+ title: "Miljørydding, miljørensing og lignende"
287
+ },
288
+ {
289
+ id: "barekraft",
290
+ title: "Bærekraft"
291
+ },
292
+ {
293
+ id: "ulykke",
294
+ title: "Ulykke og yrkesskade"
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ id: "forhold",
300
+ groupId: "2",
301
+ icon: f,
302
+ title: "Forhold ved virksomheten",
303
+ items: [
304
+ {
305
+ id: "helfo",
306
+ title: "Helfotjenester"
307
+ },
308
+ {
309
+ id: "starte-drive",
310
+ title: "Starte, drive, endre og avvikle virksomhet"
311
+ },
312
+ {
313
+ id: "aksje-og-eier",
314
+ title: "Aksjer og eierforhold"
315
+ },
316
+ {
317
+ id: "attester",
318
+ title: "Attester"
319
+ },
320
+ {
321
+ id: "tilsyn",
322
+ title: "Dokumentbasert tilsyn"
323
+ },
324
+ {
325
+ id: "infrastruktur",
326
+ title: "Infrastruktur"
327
+ },
328
+ {
329
+ id: "patent",
330
+ title: "Patent, varemerke og design"
331
+ },
332
+ {
333
+ id: "tilskudd",
334
+ title: "Tilskudd, støtte og erstatning"
335
+ },
336
+ {
337
+ id: "kommune",
338
+ title: "Mine sider hos kommunen"
339
+ },
340
+ {
341
+ id: "politi",
342
+ title: "Politi og domstol"
343
+ },
344
+ {
345
+ id: "statistikk",
346
+ title: "Rapportering av statistikk"
347
+ },
348
+ {
349
+ id: "forskning",
350
+ title: "Forskning"
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ id: "jorbruk-hav",
356
+ groupId: "2",
357
+ icon: R,
358
+ title: "Jordbruk og hav",
359
+ items: [
360
+ {
361
+ id: "jordbruk",
362
+ title: "Jordbruk, dyrehold og reindrift"
363
+ },
364
+ {
365
+ id: "jakt",
366
+ title: "Jakt og viltstell"
367
+ },
368
+ {
369
+ id: "skog",
370
+ title: "Skogbruk"
371
+ },
372
+ {
373
+ id: "fiske",
374
+ title: "Fiske"
375
+ },
376
+ {
377
+ id: "akva",
378
+ title: "Akvakultur"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ id: "eiendom",
384
+ groupId: "2",
385
+ icon: h,
386
+ title: "Bygg, anlegg og eiendom",
387
+ items: [
388
+ {
389
+ id: "plan-og-bygg",
390
+ title: "Plan og byggesaker"
391
+ },
392
+ {
393
+ id: "oppforing",
394
+ title: "Oppføring av bygg og anlegg"
395
+ },
396
+ {
397
+ id: "omsetning",
398
+ title: "Omsetning og drift av eiendom"
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ id: "transport",
404
+ groupId: "2",
405
+ icon: H,
406
+ title: "Transport og lagring",
407
+ items: [
408
+ {
409
+ id: "vei",
410
+ title: "Veitransport"
411
+ },
412
+ {
413
+ id: "ror",
414
+ title: "Transport i rør"
415
+ },
416
+ {
417
+ id: "sjo",
418
+ title: "Sjøfart"
419
+ },
420
+ {
421
+ id: "luft",
422
+ title: "Lufttransport"
423
+ },
424
+ {
425
+ id: "jernbane",
426
+ title: "Jernbanetransport"
427
+ },
428
+ {
429
+ id: "andre",
430
+ title: "Lagring og andre tjenester tilknyttet transport"
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ id: "helse",
436
+ groupId: "2",
437
+ icon: j,
438
+ title: "Helse, pleie og omsorg",
439
+ items: [
440
+ {
441
+ id: "kommuneoverlege",
442
+ title: "Kommuneoverlege"
443
+ },
444
+ {
445
+ id: "sarlig-kategori",
446
+ title: "Helsetjenester med personopplysninger av særlig kategori"
447
+ },
448
+ {
449
+ id: "helsetjenester",
450
+ title: "Helsetjenester"
451
+ },
452
+ {
453
+ id: "pleie-omsorg",
454
+ title: "Pleie- og omsorgstjenester i institusjon"
455
+ },
456
+ {
457
+ id: "uten-botilbud",
458
+ title: "Sosiale omsorgstjenester uten botilbud og flyktningemottak"
459
+ },
460
+ {
461
+ id: "barn-familie",
462
+ title: "Barnevern og familievern"
463
+ }
464
+ ]
465
+ },
466
+ {
467
+ id: "utdanning",
468
+ groupId: "2",
469
+ icon: P,
470
+ title: "Oppvekst og utdanning",
471
+ items: [
472
+ {
473
+ id: "barnehage",
474
+ title: "Barnehage"
475
+ },
476
+ {
477
+ id: "skole",
478
+ title: "Skole og opplæring"
479
+ },
480
+ {
481
+ id: "opplaringskontor",
482
+ title: "Opplæringskontorleder"
483
+ },
484
+ {
485
+ id: "ppt-leder",
486
+ title: "PPT-leder"
487
+ },
488
+ {
489
+ id: "sfo-leder",
490
+ title: "SFO-leder"
491
+ },
492
+ {
493
+ id: "barnevern-familievern",
494
+ title: "Barnevern og familievern"
495
+ },
496
+ {
497
+ id: "hoyere-utdanning",
498
+ title: "Høyere utdanning og høyere yrkesfaglig utdanning"
499
+ },
500
+ {
501
+ id: "godkjenning",
502
+ title: "Godkjenning av utdanning"
503
+ }
504
+ ]
505
+ },
506
+ {
507
+ id: "energi",
508
+ groupId: "2",
509
+ icon: x,
510
+ title: "Energi, vann, avløp, avfall",
511
+ items: [
512
+ {
513
+ id: "elektrisitet",
514
+ title: "Elektrisitet: produsere, overføre og distribuere"
515
+ },
516
+ {
517
+ id: "damp",
518
+ title: "Damp- og varmtvann"
519
+ },
520
+ {
521
+ id: "vann",
522
+ title: "Vann: ta ut av kilde, rense og distribuere"
523
+ },
524
+ {
525
+ id: "avlopsvann",
526
+ title: "Samle opp og behandle avløpsvann"
527
+ },
528
+ {
529
+ id: "avfall",
530
+ title: "Avfall: samle inn, behandle bruke og gjenvinne"
531
+ },
532
+ {
533
+ id: "rydding",
534
+ title: "Miljørydding, -rensing og lignende virksomhet"
535
+ },
536
+ {
537
+ id: "utvinning",
538
+ title: "Utvinning av råolje, naturgass og kull"
539
+ }
540
+ ]
541
+ },
542
+ {
543
+ id: "industrier",
544
+ groupId: "2",
545
+ icon: s,
546
+ title: "Industrier",
547
+ items: [
548
+ {
549
+ id: "1",
550
+ title: "Lorem ipsum"
551
+ },
552
+ {
553
+ id: "2",
554
+ title: "Dolor sit amet"
555
+ },
556
+ {
557
+ id: "3",
558
+ title: "Sit mattis magna"
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ id: "kultur",
564
+ groupId: "2",
565
+ icon: v,
566
+ title: "Kultur og frivillighet",
567
+ items: [
568
+ {
569
+ id: "1",
570
+ title: "Lorem ipsum"
571
+ },
572
+ {
573
+ id: "2",
574
+ title: "Dolor sit amet"
575
+ },
576
+ {
577
+ id: "3",
578
+ title: "Sit mattis magna"
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ id: "handel",
584
+ groupId: "2",
585
+ icon: g,
586
+ title: "Handel og overnatting",
587
+ items: [
588
+ {
589
+ id: "1",
590
+ title: "Lorem ipsum"
591
+ },
592
+ {
593
+ id: "2",
594
+ title: "Dolor sit amet"
595
+ },
596
+ {
597
+ id: "3",
598
+ title: "Sit mattis magna"
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ id: "dodsfall",
604
+ groupId: "2",
605
+ icon: u,
606
+ title: "Dødsfall og arv",
607
+ items: [
608
+ {
609
+ id: "1",
610
+ title: "Lorem ipsum"
611
+ },
612
+ {
613
+ id: "2",
614
+ title: "Dolor sit amet"
615
+ },
616
+ {
617
+ id: "3",
618
+ title: "Sit mattis magna"
619
+ }
620
+ ]
621
+ }
622
+ ], C = M;
623
+ export {
624
+ M as a,
625
+ C as c
626
+ };