@norges-domstoler/dds-components 4.3.0 → 5.1.1

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 (645) hide show
  1. package/README.md +6 -0
  2. package/dist/assets/svg/calendar_today.svg.js +1 -1
  3. package/dist/cjs/components/Breadcrumbs/Breadcrumbs.d.ts +0 -1
  4. package/dist/cjs/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
  5. package/dist/cjs/components/Button/Button.d.ts +1 -2
  6. package/dist/cjs/components/Button/Button.stories.d.ts +2 -3
  7. package/dist/cjs/components/Button/Button.types.d.ts +2 -3
  8. package/dist/cjs/components/Card/Card.stories.d.ts +0 -1
  9. package/dist/cjs/components/Card/CardAccordion/CardAccordion.d.ts +0 -1
  10. package/dist/cjs/components/Card/CardAccordion/CardAccordionBody.d.ts +0 -1
  11. package/dist/cjs/components/Checkbox/Checkbox.d.ts +0 -1
  12. package/dist/cjs/components/Checkbox/Checkbox.stories.d.ts +0 -1
  13. package/dist/cjs/components/Checkbox/Checkbox.styles.d.ts +0 -1
  14. package/dist/cjs/components/Checkbox/CheckboxGroup.d.ts +0 -1
  15. package/dist/cjs/components/Checkbox/CheckboxGroup.stories.d.ts +0 -1
  16. package/dist/cjs/components/Chip/Chip.d.ts +0 -1
  17. package/dist/cjs/components/Chip/Chip.stories.d.ts +0 -1
  18. package/dist/cjs/components/Chip/ChipGroup.stories.d.ts +0 -1
  19. package/dist/cjs/components/Datepicker/Datepicker.d.ts +0 -1
  20. package/dist/cjs/components/Datepicker/Datepicker.stories.d.ts +0 -1
  21. package/dist/cjs/components/DescriptionList/DescriptionList.d.ts +0 -1
  22. package/dist/cjs/components/DescriptionList/DescriptionList.stories.d.ts +0 -1
  23. package/dist/cjs/components/DescriptionList/DescriptionListDesc.d.ts +3 -5
  24. package/dist/cjs/components/DescriptionList/DescriptionListGroup.d.ts +0 -1
  25. package/dist/cjs/components/Divider/Divider.d.ts +0 -1
  26. package/dist/cjs/components/Divider/Divider.stories.d.ts +0 -1
  27. package/dist/cjs/components/Drawer/Drawer.stories.d.ts +0 -1
  28. package/dist/cjs/components/Drawer/DrawerGroup.d.ts +1 -1
  29. package/dist/cjs/components/GlobalMessage/GlobalMessage.d.ts +0 -1
  30. package/dist/cjs/components/GlobalMessage/GlobalMessage.stories.d.ts +0 -1
  31. package/dist/cjs/components/GlobalMessage/GlobalMessage.tokens.d.ts +4 -9
  32. package/dist/cjs/components/Icon/Icon.d.ts +13 -0
  33. package/dist/cjs/components/Icon/Icon.stories.d.ts +21 -0
  34. package/dist/cjs/components/Icon/index.d.ts +1 -0
  35. package/dist/cjs/components/InputMessage/InputMessage.d.ts +0 -1
  36. package/dist/cjs/components/InputMessage/InputMessage.stories.d.ts +0 -1
  37. package/dist/cjs/components/InternalHeader/InternalHeader.d.ts +0 -1
  38. package/dist/cjs/components/InternalHeader/InternalHeader.stories.d.ts +0 -1
  39. package/dist/cjs/components/InternalHeader/InternalHeader.styles.d.ts +0 -1
  40. package/dist/cjs/components/InternalHeader/InternalHeader.types.d.ts +2 -3
  41. package/dist/cjs/components/List/List.d.ts +0 -1
  42. package/dist/cjs/components/List/List.stories.d.ts +0 -1
  43. package/dist/cjs/components/LocalMessage/LocalMessage.d.ts +0 -1
  44. package/dist/cjs/components/LocalMessage/LocalMessage.stories.d.ts +0 -1
  45. package/dist/cjs/components/LocalMessage/LocalMessage.tokens.d.ts +7 -18
  46. package/dist/cjs/components/Modal/Modal.stories.d.ts +0 -1
  47. package/dist/cjs/components/Modal/ModalBody.d.ts +0 -1
  48. package/dist/cjs/components/OverflowMenu/OverflowMenu.d.ts +0 -1
  49. package/dist/cjs/components/OverflowMenu/OverflowMenu.stories.d.ts +0 -1
  50. package/dist/cjs/components/OverflowMenu/OverflowMenu.types.d.ts +3 -4
  51. package/dist/cjs/components/OverflowMenu/OverflowMenuGroup.d.ts +1 -1
  52. package/dist/cjs/components/OverflowMenu/OverflowMenuItem.d.ts +4 -7
  53. package/dist/cjs/components/Pagination/Pagination.stories.d.ts +0 -1
  54. package/dist/cjs/components/Popover/Popover.stories.d.ts +0 -1
  55. package/dist/cjs/components/Popover/PopoverGroup.d.ts +1 -1
  56. package/dist/cjs/components/RadioButton/RadioButton.d.ts +2 -1
  57. package/dist/cjs/components/RadioButton/RadioButton.stories.d.ts +2 -1
  58. package/dist/cjs/components/RadioButton/RadioButton.styles.d.ts +0 -1
  59. package/dist/cjs/components/RadioButton/RadioButton.types.d.ts +2 -2
  60. package/dist/cjs/components/RadioButton/RadioButtonGroup.stories.d.ts +0 -1
  61. package/dist/cjs/components/Search/Search.stories.d.ts +0 -1
  62. package/dist/cjs/components/Search/Search.tokens.d.ts +13 -1
  63. package/dist/cjs/components/Select/CustomSelect.stories.d.ts +66 -0
  64. package/dist/cjs/components/Select/MultiSelect.stories.d.ts +1 -2
  65. package/dist/cjs/components/Select/Select.d.ts +4 -2
  66. package/dist/cjs/components/Select/Select.stories.d.ts +1 -2
  67. package/dist/cjs/components/Select/Select.styles.d.ts +0 -3
  68. package/dist/cjs/components/SkipToContent/SkipToContent.d.ts +0 -1
  69. package/dist/cjs/components/SkipToContent/SkipToContent.stories.d.ts +0 -1
  70. package/dist/cjs/components/Spinner/Spinner.d.ts +0 -1
  71. package/dist/cjs/components/Spinner/Spinner.stories.d.ts +0 -1
  72. package/dist/cjs/components/Stepper/Step.d.ts +20 -0
  73. package/dist/cjs/components/Stepper/Stepper.context.d.ts +6 -0
  74. package/dist/cjs/components/Stepper/Stepper.d.ts +11 -0
  75. package/dist/cjs/components/Stepper/Stepper.stories.d.ts +25 -0
  76. package/dist/cjs/components/Stepper/Stepper.tokens.d.ts +39 -0
  77. package/dist/cjs/components/Stepper/index.d.ts +2 -0
  78. package/dist/cjs/components/Table/Table.stories.d.ts +0 -1
  79. package/dist/cjs/components/Tabs/Tab.d.ts +3 -4
  80. package/dist/cjs/components/Tabs/TabPanel.d.ts +0 -1
  81. package/dist/cjs/components/Tag/Tag.d.ts +0 -1
  82. package/dist/cjs/components/Tag/Tag.stories.d.ts +0 -1
  83. package/dist/cjs/components/TextInput/CharCounter.d.ts +0 -1
  84. package/dist/cjs/components/TextInput/TextInput.stories.d.ts +0 -1
  85. package/dist/cjs/components/TextInput/TextInput.styles.d.ts +0 -1
  86. package/dist/cjs/components/ToggleButton/ToggleButton.d.ts +3 -4
  87. package/dist/cjs/components/ToggleButton/ToggleButton.stories.d.ts +6 -2
  88. package/dist/cjs/components/ToggleButton/ToggleButtonGroup.d.ts +0 -1
  89. package/dist/cjs/components/ToggleButton/ToggleButtonGroup.stories.d.ts +0 -1
  90. package/dist/cjs/components/Tooltip/Tooltip.stories.d.ts +0 -1
  91. package/dist/cjs/components/Typography/Body.stories.d.ts +0 -1
  92. package/dist/cjs/components/Typography/Examples.stories.d.ts +0 -1
  93. package/dist/cjs/components/Typography/Typography.d.ts +1 -0
  94. package/dist/cjs/components/Typography/Typography.stories.d.ts +0 -1
  95. package/dist/cjs/components/VisuallyHidden/VisuallyHidden.d.ts +0 -1
  96. package/dist/cjs/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -1
  97. package/dist/cjs/helpers/Chevron/AnimatedChevronUpDown.d.ts +1 -2
  98. package/dist/cjs/helpers/Input/Input.styles.d.ts +0 -1
  99. package/dist/cjs/helpers/RequiredMarker/RequiredMarker.d.ts +0 -1
  100. package/dist/cjs/hooks/useFloatPosition.d.ts +0 -1
  101. package/dist/cjs/hooks/useFocusTrap.d.ts +0 -1
  102. package/dist/cjs/hooks/useRoveFocus.d.ts +2 -1
  103. package/dist/cjs/icons/icons.stories.d.ts +5 -0
  104. package/dist/cjs/icons/tsx/apps.d.ts +2 -0
  105. package/dist/cjs/icons/tsx/archive.d.ts +2 -0
  106. package/dist/cjs/icons/tsx/arrowDown.d.ts +2 -0
  107. package/dist/cjs/icons/tsx/arrowLeft.d.ts +2 -0
  108. package/dist/cjs/icons/tsx/arrowRight.d.ts +2 -0
  109. package/dist/cjs/icons/tsx/arrowUp.d.ts +2 -0
  110. package/dist/cjs/icons/tsx/attachment.d.ts +2 -0
  111. package/dist/cjs/icons/tsx/block.d.ts +2 -0
  112. package/dist/cjs/icons/tsx/book.d.ts +2 -0
  113. package/dist/cjs/icons/tsx/build.d.ts +2 -0
  114. package/dist/cjs/icons/tsx/buildCircled.d.ts +2 -0
  115. package/dist/cjs/icons/tsx/calendar.d.ts +2 -0
  116. package/dist/cjs/icons/tsx/calendarMonth.d.ts +2 -0
  117. package/dist/cjs/icons/tsx/calendarViewDay.d.ts +2 -0
  118. package/dist/cjs/icons/tsx/calendarViewMonth.d.ts +2 -0
  119. package/dist/cjs/icons/tsx/calendarViewWeek.d.ts +2 -0
  120. package/dist/cjs/icons/tsx/call.d.ts +2 -0
  121. package/dist/cjs/icons/tsx/chat.d.ts +2 -0
  122. package/dist/cjs/icons/tsx/check.d.ts +2 -0
  123. package/dist/cjs/icons/tsx/checkCircled.d.ts +2 -0
  124. package/dist/cjs/icons/tsx/checklist.d.ts +2 -0
  125. package/dist/cjs/icons/tsx/chevronDown.d.ts +2 -0
  126. package/dist/cjs/icons/tsx/chevronFirst.d.ts +2 -0
  127. package/dist/cjs/icons/tsx/chevronLargeLeft.d.ts +2 -0
  128. package/dist/cjs/icons/tsx/chevronLargeRight.d.ts +2 -0
  129. package/dist/cjs/icons/tsx/chevronLast.d.ts +2 -0
  130. package/dist/cjs/icons/tsx/chevronLeft.d.ts +2 -0
  131. package/dist/cjs/icons/tsx/chevronRight.d.ts +2 -0
  132. package/dist/cjs/icons/tsx/chevronUp.d.ts +2 -0
  133. package/dist/cjs/icons/tsx/close.d.ts +2 -0
  134. package/dist/cjs/icons/tsx/closeCircled.d.ts +2 -0
  135. package/dist/cjs/icons/tsx/cloud.d.ts +2 -0
  136. package/dist/cjs/icons/tsx/collapse.d.ts +2 -0
  137. package/dist/cjs/icons/tsx/comment.d.ts +2 -0
  138. package/dist/cjs/icons/tsx/copy.d.ts +2 -0
  139. package/dist/cjs/icons/tsx/court.d.ts +2 -0
  140. package/dist/cjs/icons/tsx/dateRange.d.ts +2 -0
  141. package/dist/cjs/icons/tsx/deaths.d.ts +2 -0
  142. package/dist/cjs/icons/tsx/download.d.ts +2 -0
  143. package/dist/cjs/icons/tsx/downloadDone.d.ts +2 -0
  144. package/dist/cjs/icons/tsx/dragHandle.d.ts +2 -0
  145. package/dist/cjs/icons/tsx/edit.d.ts +2 -0
  146. package/dist/cjs/icons/tsx/error.d.ts +2 -0
  147. package/dist/cjs/icons/tsx/exclaim.d.ts +2 -0
  148. package/dist/cjs/icons/tsx/expand.d.ts +2 -0
  149. package/dist/cjs/icons/tsx/facebook.d.ts +2 -0
  150. package/dist/cjs/icons/tsx/family.d.ts +2 -0
  151. package/dist/cjs/icons/tsx/feedback.d.ts +2 -0
  152. package/dist/cjs/icons/tsx/file.d.ts +2 -0
  153. package/dist/cjs/icons/tsx/fileAdd.d.ts +2 -0
  154. package/dist/cjs/icons/tsx/fileText.d.ts +2 -0
  155. package/dist/cjs/icons/tsx/filter.d.ts +2 -0
  156. package/dist/cjs/icons/tsx/filterList.d.ts +2 -0
  157. package/dist/cjs/icons/tsx/filterListOff.d.ts +2 -0
  158. package/dist/cjs/icons/tsx/filterOff.d.ts +2 -0
  159. package/dist/cjs/icons/tsx/findInPage.d.ts +2 -0
  160. package/dist/cjs/icons/tsx/folder.d.ts +2 -0
  161. package/dist/cjs/icons/tsx/folderAdd.d.ts +2 -0
  162. package/dist/cjs/icons/tsx/fullsceenExit.d.ts +2 -0
  163. package/dist/cjs/icons/tsx/fullscreen.d.ts +2 -0
  164. package/dist/cjs/icons/tsx/gavel.d.ts +2 -0
  165. package/dist/cjs/icons/tsx/help.d.ts +2 -0
  166. package/dist/cjs/icons/tsx/helpFilled.d.ts +2 -0
  167. package/dist/cjs/icons/tsx/home.d.ts +2 -0
  168. package/dist/cjs/icons/tsx/image.d.ts +2 -0
  169. package/dist/cjs/icons/tsx/index.d.ts +127 -0
  170. package/dist/cjs/icons/tsx/info.d.ts +2 -0
  171. package/dist/cjs/icons/tsx/instagram.d.ts +2 -0
  172. package/dist/cjs/icons/tsx/jordskifterett.d.ts +2 -0
  173. package/dist/cjs/icons/tsx/key.d.ts +2 -0
  174. package/dist/cjs/icons/tsx/lagmannsrett.d.ts +2 -0
  175. package/dist/cjs/icons/tsx/language.d.ts +2 -0
  176. package/dist/cjs/icons/tsx/link.d.ts +2 -0
  177. package/dist/cjs/icons/tsx/linkOff.d.ts +2 -0
  178. package/dist/cjs/icons/tsx/linkedIn.d.ts +2 -0
  179. package/dist/cjs/icons/tsx/list.d.ts +2 -0
  180. package/dist/cjs/icons/tsx/listAlt.d.ts +2 -0
  181. package/dist/cjs/icons/tsx/location.d.ts +2 -0
  182. package/dist/cjs/icons/tsx/lock.d.ts +2 -0
  183. package/dist/cjs/icons/tsx/lockOpen.d.ts +2 -0
  184. package/dist/cjs/icons/tsx/login.d.ts +2 -0
  185. package/dist/cjs/icons/tsx/logout.d.ts +2 -0
  186. package/dist/cjs/icons/tsx/mail.d.ts +2 -0
  187. package/dist/cjs/icons/tsx/mailOpen.d.ts +2 -0
  188. package/dist/cjs/icons/tsx/menu.d.ts +2 -0
  189. package/dist/cjs/icons/tsx/minus.d.ts +2 -0
  190. package/dist/cjs/icons/tsx/minusCircled.d.ts +2 -0
  191. package/dist/cjs/icons/tsx/moreHorizontal.d.ts +2 -0
  192. package/dist/cjs/icons/tsx/moreVertical.d.ts +2 -0
  193. package/dist/cjs/icons/tsx/notarial.d.ts +2 -0
  194. package/dist/cjs/icons/tsx/notifications.d.ts +2 -0
  195. package/dist/cjs/icons/tsx/notificationsOff.d.ts +2 -0
  196. package/dist/cjs/icons/tsx/onlineMeeting.d.ts +2 -0
  197. package/dist/cjs/icons/tsx/openExternal.d.ts +2 -0
  198. package/dist/cjs/icons/tsx/pdf.d.ts +2 -0
  199. package/dist/cjs/icons/tsx/person.d.ts +2 -0
  200. package/dist/cjs/icons/tsx/personAdd.d.ts +2 -0
  201. package/dist/cjs/icons/tsx/pin.d.ts +2 -0
  202. package/dist/cjs/icons/tsx/plus.d.ts +2 -0
  203. package/dist/cjs/icons/tsx/plusCircled.d.ts +2 -0
  204. package/dist/cjs/icons/tsx/print.d.ts +2 -0
  205. package/dist/cjs/icons/tsx/property.d.ts +2 -0
  206. package/dist/cjs/icons/tsx/publish.d.ts +2 -0
  207. package/dist/cjs/icons/tsx/questionAnswer.d.ts +2 -0
  208. package/dist/cjs/icons/tsx/receipt.d.ts +2 -0
  209. package/dist/cjs/icons/tsx/redo.d.ts +2 -0
  210. package/dist/cjs/icons/tsx/refresh.d.ts +2 -0
  211. package/dist/cjs/icons/tsx/replay.d.ts +2 -0
  212. package/dist/cjs/icons/tsx/search.d.ts +2 -0
  213. package/dist/cjs/icons/tsx/settings.d.ts +2 -0
  214. package/dist/cjs/icons/tsx/sms.d.ts +2 -0
  215. package/dist/cjs/icons/tsx/star.d.ts +2 -0
  216. package/dist/cjs/icons/tsx/starFilled.d.ts +2 -0
  217. package/dist/cjs/icons/tsx/sync.d.ts +2 -0
  218. package/dist/cjs/icons/tsx/time.d.ts +2 -0
  219. package/dist/cjs/icons/tsx/tingrett.d.ts +2 -0
  220. package/dist/cjs/icons/tsx/tip.d.ts +2 -0
  221. package/dist/cjs/icons/tsx/trash.d.ts +2 -0
  222. package/dist/cjs/icons/tsx/twitter.d.ts +2 -0
  223. package/dist/cjs/icons/tsx/undo.d.ts +2 -0
  224. package/dist/cjs/icons/tsx/unfoldLess.d.ts +2 -0
  225. package/dist/cjs/icons/tsx/unfoldMore.d.ts +2 -0
  226. package/dist/cjs/icons/tsx/upload.d.ts +2 -0
  227. package/dist/cjs/icons/tsx/visibilityOff.d.ts +2 -0
  228. package/dist/cjs/icons/tsx/visibilityOn.d.ts +2 -0
  229. package/dist/cjs/icons/tsx/warning.d.ts +2 -0
  230. package/dist/cjs/icons/tsx/zoomIn.d.ts +2 -0
  231. package/dist/cjs/icons/tsx/zoomOut.d.ts +2 -0
  232. package/dist/cjs/icons/utils/StyledSvg.d.ts +1 -0
  233. package/dist/cjs/icons/utils/index.d.ts +2 -0
  234. package/dist/cjs/icons/utils/propTypes.d.ts +5 -0
  235. package/dist/cjs/index.d.ts +3 -1
  236. package/dist/cjs/index.js +3682 -756
  237. package/dist/cjs/types/BaseComponentProps.d.ts +1 -1
  238. package/dist/components/Breadcrumbs/Breadcrumb.tokens.js +8 -7
  239. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +0 -1
  240. package/dist/components/Breadcrumbs/Breadcrumbs.js +19 -19
  241. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
  242. package/dist/components/Button/Button.d.ts +1 -2
  243. package/dist/components/Button/Button.js +8 -8
  244. package/dist/components/Button/Button.stories.d.ts +2 -3
  245. package/dist/components/Button/Button.types.d.ts +2 -3
  246. package/dist/components/Card/Card.stories.d.ts +0 -1
  247. package/dist/components/Card/CardAccordion/CardAccordion.d.ts +0 -1
  248. package/dist/components/Card/CardAccordion/CardAccordionBody.d.ts +0 -1
  249. package/dist/components/Checkbox/Checkbox.d.ts +0 -1
  250. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -1
  251. package/dist/components/Checkbox/Checkbox.styles.d.ts +0 -1
  252. package/dist/components/Checkbox/CheckboxGroup.d.ts +0 -1
  253. package/dist/components/Checkbox/CheckboxGroup.stories.d.ts +0 -1
  254. package/dist/components/Chip/Chip.d.ts +0 -1
  255. package/dist/components/Chip/Chip.js +2 -2
  256. package/dist/components/Chip/Chip.stories.d.ts +0 -1
  257. package/dist/components/Chip/ChipGroup.stories.d.ts +0 -1
  258. package/dist/components/Datepicker/Datepicker.d.ts +0 -1
  259. package/dist/components/Datepicker/Datepicker.js +1 -1
  260. package/dist/components/Datepicker/Datepicker.stories.d.ts +0 -1
  261. package/dist/components/DescriptionList/DescriptionList.d.ts +0 -1
  262. package/dist/components/DescriptionList/DescriptionList.stories.d.ts +0 -1
  263. package/dist/components/DescriptionList/DescriptionListDesc.d.ts +3 -5
  264. package/dist/components/DescriptionList/DescriptionListDesc.js +6 -10
  265. package/dist/components/DescriptionList/DescriptionListDesc.tokens.js +7 -4
  266. package/dist/components/DescriptionList/DescriptionListGroup.d.ts +0 -1
  267. package/dist/components/Divider/Divider.d.ts +0 -1
  268. package/dist/components/Divider/Divider.stories.d.ts +0 -1
  269. package/dist/components/Drawer/Drawer.js +2 -2
  270. package/dist/components/Drawer/Drawer.stories.d.ts +0 -1
  271. package/dist/components/Drawer/DrawerGroup.d.ts +1 -1
  272. package/dist/components/GlobalMessage/GlobalMessage.d.ts +0 -1
  273. package/dist/components/GlobalMessage/GlobalMessage.js +5 -5
  274. package/dist/components/GlobalMessage/GlobalMessage.stories.d.ts +0 -1
  275. package/dist/components/GlobalMessage/GlobalMessage.tokens.d.ts +4 -9
  276. package/dist/components/GlobalMessage/GlobalMessage.tokens.js +8 -7
  277. package/dist/components/Icon/Icon.d.ts +13 -0
  278. package/dist/components/Icon/Icon.js +50 -0
  279. package/dist/components/Icon/Icon.stories.d.ts +21 -0
  280. package/dist/components/Icon/index.d.ts +1 -0
  281. package/dist/components/InputMessage/InputMessage.d.ts +0 -1
  282. package/dist/components/InputMessage/InputMessage.js +5 -5
  283. package/dist/components/InputMessage/InputMessage.stories.d.ts +0 -1
  284. package/dist/components/InternalHeader/InternalHeader.d.ts +0 -1
  285. package/dist/components/InternalHeader/InternalHeader.js +3 -3
  286. package/dist/components/InternalHeader/InternalHeader.stories.d.ts +0 -1
  287. package/dist/components/InternalHeader/InternalHeader.styles.d.ts +0 -1
  288. package/dist/components/InternalHeader/InternalHeader.types.d.ts +2 -3
  289. package/dist/components/List/List.d.ts +0 -1
  290. package/dist/components/List/List.js +1 -1
  291. package/dist/components/List/List.stories.d.ts +0 -1
  292. package/dist/components/LocalMessage/LocalMessage.d.ts +0 -1
  293. package/dist/components/LocalMessage/LocalMessage.js +5 -5
  294. package/dist/components/LocalMessage/LocalMessage.stories.d.ts +0 -1
  295. package/dist/components/LocalMessage/LocalMessage.tokens.d.ts +7 -18
  296. package/dist/components/LocalMessage/LocalMessage.tokens.js +11 -11
  297. package/dist/components/Modal/Modal.js +2 -2
  298. package/dist/components/Modal/Modal.stories.d.ts +0 -1
  299. package/dist/components/Modal/ModalBody.d.ts +0 -1
  300. package/dist/components/OverflowMenu/OverflowMenu.d.ts +0 -1
  301. package/dist/components/OverflowMenu/OverflowMenu.js +3 -3
  302. package/dist/components/OverflowMenu/OverflowMenu.stories.d.ts +0 -1
  303. package/dist/components/OverflowMenu/OverflowMenu.types.d.ts +3 -4
  304. package/dist/components/OverflowMenu/OverflowMenuGroup.d.ts +1 -1
  305. package/dist/components/OverflowMenu/OverflowMenuItem.d.ts +4 -7
  306. package/dist/components/OverflowMenu/OverflowMenuItem.js +10 -14
  307. package/dist/components/Pagination/Pagination.js +12 -12
  308. package/dist/components/Pagination/Pagination.stories.d.ts +0 -1
  309. package/dist/components/Popover/Popover.js +2 -2
  310. package/dist/components/Popover/Popover.stories.d.ts +0 -1
  311. package/dist/components/Popover/PopoverGroup.d.ts +1 -1
  312. package/dist/components/RadioButton/RadioButton.d.ts +2 -1
  313. package/dist/components/RadioButton/RadioButton.stories.d.ts +2 -1
  314. package/dist/components/RadioButton/RadioButton.styles.d.ts +0 -1
  315. package/dist/components/RadioButton/RadioButton.types.d.ts +2 -2
  316. package/dist/components/RadioButton/RadioButtonGroup.stories.d.ts +0 -1
  317. package/dist/components/Search/Search.js +10 -4
  318. package/dist/components/Search/Search.stories.d.ts +0 -1
  319. package/dist/components/Search/Search.tokens.d.ts +13 -1
  320. package/dist/components/Search/Search.tokens.js +16 -3
  321. package/dist/components/Select/CustomSelect.stories.d.ts +66 -0
  322. package/dist/components/Select/MultiSelect.stories.d.ts +1 -2
  323. package/dist/components/Select/Select.d.ts +4 -2
  324. package/dist/components/Select/Select.js +30 -9
  325. package/dist/components/Select/Select.stories.d.ts +1 -2
  326. package/dist/components/Select/Select.styles.d.ts +0 -3
  327. package/dist/components/Select/Select.styles.js +12 -22
  328. package/dist/components/Select/Select.tokens.js +3 -0
  329. package/dist/components/SkipToContent/SkipToContent.d.ts +0 -1
  330. package/dist/components/SkipToContent/SkipToContent.stories.d.ts +0 -1
  331. package/dist/components/Spinner/Spinner.d.ts +0 -1
  332. package/dist/components/Spinner/Spinner.stories.d.ts +0 -1
  333. package/dist/components/Stepper/Step.d.ts +20 -0
  334. package/dist/components/Stepper/Step.js +114 -0
  335. package/dist/components/Stepper/Stepper.context.d.ts +6 -0
  336. package/dist/components/Stepper/Stepper.context.js +10 -0
  337. package/dist/components/Stepper/Stepper.d.ts +11 -0
  338. package/dist/components/Stepper/Stepper.js +66 -0
  339. package/dist/components/Stepper/Stepper.stories.d.ts +25 -0
  340. package/dist/components/Stepper/Stepper.tokens.d.ts +39 -0
  341. package/dist/components/Stepper/Stepper.tokens.js +49 -0
  342. package/dist/components/Stepper/index.d.ts +2 -0
  343. package/dist/components/Table/SortCell.js +15 -15
  344. package/dist/components/Table/Table.stories.d.ts +0 -1
  345. package/dist/components/Tabs/Tab.d.ts +3 -4
  346. package/dist/components/Tabs/Tab.js +6 -6
  347. package/dist/components/Tabs/TabPanel.d.ts +0 -1
  348. package/dist/components/Tag/Tag.d.ts +0 -1
  349. package/dist/components/Tag/Tag.stories.d.ts +0 -1
  350. package/dist/components/TextInput/CharCounter.d.ts +0 -1
  351. package/dist/components/TextInput/TextInput.js +18 -2
  352. package/dist/components/TextInput/TextInput.stories.d.ts +0 -1
  353. package/dist/components/TextInput/TextInput.styles.d.ts +0 -1
  354. package/dist/components/ToggleButton/ToggleButton.d.ts +3 -4
  355. package/dist/components/ToggleButton/ToggleButton.js +6 -6
  356. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +6 -2
  357. package/dist/components/ToggleButton/ToggleButtonGroup.d.ts +0 -1
  358. package/dist/components/ToggleButton/ToggleButtonGroup.stories.d.ts +0 -1
  359. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -1
  360. package/dist/components/Typography/Body.stories.d.ts +0 -1
  361. package/dist/components/Typography/Examples.stories.d.ts +0 -1
  362. package/dist/components/Typography/Typography.d.ts +1 -0
  363. package/dist/components/Typography/Typography.js +9 -9
  364. package/dist/components/Typography/Typography.stories.d.ts +0 -1
  365. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +0 -1
  366. package/dist/components/VisuallyHidden/VisuallyHidden.js +1 -1
  367. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -1
  368. package/dist/helpers/Chevron/AnimatedChevronUpDown.d.ts +1 -2
  369. package/dist/helpers/Input/Input.styles.d.ts +0 -1
  370. package/dist/helpers/RequiredMarker/RequiredMarker.d.ts +0 -1
  371. package/dist/hooks/useFloatPosition.d.ts +0 -1
  372. package/dist/hooks/useFocusTrap.d.ts +0 -1
  373. package/dist/hooks/useRoveFocus.d.ts +2 -1
  374. package/dist/hooks/useRoveFocus.js +9 -6
  375. package/dist/icons/icons.stories.d.ts +5 -0
  376. package/dist/icons/tsx/apps.d.ts +2 -0
  377. package/dist/icons/tsx/apps.js +25 -0
  378. package/dist/icons/tsx/archive.d.ts +2 -0
  379. package/dist/icons/tsx/archive.js +27 -0
  380. package/dist/icons/tsx/arrowDown.d.ts +2 -0
  381. package/dist/icons/tsx/arrowDown.js +25 -0
  382. package/dist/icons/tsx/arrowLeft.d.ts +2 -0
  383. package/dist/icons/tsx/arrowLeft.js +25 -0
  384. package/dist/icons/tsx/arrowRight.d.ts +2 -0
  385. package/dist/icons/tsx/arrowRight.js +25 -0
  386. package/dist/icons/tsx/arrowUp.d.ts +2 -0
  387. package/dist/icons/tsx/arrowUp.js +25 -0
  388. package/dist/icons/tsx/attachment.d.ts +2 -0
  389. package/dist/icons/tsx/attachment.js +25 -0
  390. package/dist/icons/tsx/block.d.ts +2 -0
  391. package/dist/icons/tsx/block.js +25 -0
  392. package/dist/icons/tsx/book.d.ts +2 -0
  393. package/dist/icons/tsx/book.js +27 -0
  394. package/dist/icons/tsx/build.d.ts +2 -0
  395. package/dist/icons/tsx/build.js +25 -0
  396. package/dist/icons/tsx/buildCircled.d.ts +2 -0
  397. package/dist/icons/tsx/buildCircled.js +31 -0
  398. package/dist/icons/tsx/calendar.d.ts +2 -0
  399. package/dist/icons/tsx/calendar.js +25 -0
  400. package/dist/icons/tsx/calendarMonth.d.ts +2 -0
  401. package/dist/icons/tsx/calendarMonth.js +25 -0
  402. package/dist/icons/tsx/calendarViewDay.d.ts +2 -0
  403. package/dist/icons/tsx/calendarViewDay.js +25 -0
  404. package/dist/icons/tsx/calendarViewMonth.d.ts +2 -0
  405. package/dist/icons/tsx/calendarViewMonth.js +25 -0
  406. package/dist/icons/tsx/calendarViewWeek.d.ts +2 -0
  407. package/dist/icons/tsx/calendarViewWeek.js +25 -0
  408. package/dist/icons/tsx/call.d.ts +2 -0
  409. package/dist/icons/tsx/call.js +25 -0
  410. package/dist/icons/tsx/chat.d.ts +2 -0
  411. package/dist/icons/tsx/chat.js +25 -0
  412. package/dist/icons/tsx/check.d.ts +2 -0
  413. package/dist/icons/tsx/check.js +25 -0
  414. package/dist/icons/tsx/checkCircled.d.ts +2 -0
  415. package/dist/icons/tsx/checkCircled.js +25 -0
  416. package/dist/icons/tsx/checklist.d.ts +2 -0
  417. package/dist/icons/tsx/checklist.js +25 -0
  418. package/dist/icons/tsx/chevronDown.d.ts +2 -0
  419. package/dist/icons/tsx/chevronDown.js +25 -0
  420. package/dist/icons/tsx/chevronFirst.d.ts +2 -0
  421. package/dist/icons/tsx/chevronFirst.js +25 -0
  422. package/dist/icons/tsx/chevronLargeLeft.d.ts +2 -0
  423. package/dist/icons/tsx/chevronLargeLeft.js +25 -0
  424. package/dist/icons/tsx/chevronLargeRight.d.ts +2 -0
  425. package/dist/icons/tsx/chevronLargeRight.js +25 -0
  426. package/dist/icons/tsx/chevronLast.d.ts +2 -0
  427. package/dist/icons/tsx/chevronLast.js +25 -0
  428. package/dist/icons/tsx/chevronLeft.d.ts +2 -0
  429. package/dist/icons/tsx/chevronLeft.js +25 -0
  430. package/dist/icons/tsx/chevronRight.d.ts +2 -0
  431. package/dist/icons/tsx/chevronRight.js +25 -0
  432. package/dist/icons/tsx/chevronUp.d.ts +2 -0
  433. package/dist/icons/tsx/chevronUp.js +25 -0
  434. package/dist/icons/tsx/close.d.ts +2 -0
  435. package/dist/icons/tsx/close.js +25 -0
  436. package/dist/icons/tsx/closeCircled.d.ts +2 -0
  437. package/dist/icons/tsx/closeCircled.js +25 -0
  438. package/dist/icons/tsx/cloud.d.ts +2 -0
  439. package/dist/icons/tsx/cloud.js +25 -0
  440. package/dist/icons/tsx/collapse.d.ts +2 -0
  441. package/dist/icons/tsx/collapse.js +25 -0
  442. package/dist/icons/tsx/comment.d.ts +2 -0
  443. package/dist/icons/tsx/comment.js +25 -0
  444. package/dist/icons/tsx/copy.d.ts +2 -0
  445. package/dist/icons/tsx/copy.js +25 -0
  446. package/dist/icons/tsx/court.d.ts +2 -0
  447. package/dist/icons/tsx/court.js +25 -0
  448. package/dist/icons/tsx/dateRange.d.ts +2 -0
  449. package/dist/icons/tsx/dateRange.js +25 -0
  450. package/dist/icons/tsx/deaths.d.ts +2 -0
  451. package/dist/icons/tsx/deaths.js +25 -0
  452. package/dist/icons/tsx/download.d.ts +2 -0
  453. package/dist/icons/tsx/download.js +25 -0
  454. package/dist/icons/tsx/downloadDone.d.ts +2 -0
  455. package/dist/icons/tsx/downloadDone.js +25 -0
  456. package/dist/icons/tsx/dragHandle.d.ts +2 -0
  457. package/dist/icons/tsx/dragHandle.js +25 -0
  458. package/dist/icons/tsx/edit.d.ts +2 -0
  459. package/dist/icons/tsx/edit.js +25 -0
  460. package/dist/icons/tsx/error.d.ts +2 -0
  461. package/dist/icons/tsx/error.js +25 -0
  462. package/dist/icons/tsx/exclaim.d.ts +2 -0
  463. package/dist/icons/tsx/exclaim.js +25 -0
  464. package/dist/icons/tsx/expand.d.ts +2 -0
  465. package/dist/icons/tsx/expand.js +25 -0
  466. package/dist/icons/tsx/facebook.d.ts +2 -0
  467. package/dist/icons/tsx/facebook.js +25 -0
  468. package/dist/icons/tsx/family.d.ts +2 -0
  469. package/dist/icons/tsx/family.js +25 -0
  470. package/dist/icons/tsx/feedback.d.ts +2 -0
  471. package/dist/icons/tsx/feedback.js +25 -0
  472. package/dist/icons/tsx/file.d.ts +2 -0
  473. package/dist/icons/tsx/file.js +25 -0
  474. package/dist/icons/tsx/fileAdd.d.ts +2 -0
  475. package/dist/icons/tsx/fileAdd.js +25 -0
  476. package/dist/icons/tsx/fileText.d.ts +2 -0
  477. package/dist/icons/tsx/fileText.js +25 -0
  478. package/dist/icons/tsx/filter.d.ts +2 -0
  479. package/dist/icons/tsx/filter.js +25 -0
  480. package/dist/icons/tsx/filterList.d.ts +2 -0
  481. package/dist/icons/tsx/filterList.js +25 -0
  482. package/dist/icons/tsx/filterListOff.d.ts +2 -0
  483. package/dist/icons/tsx/filterListOff.js +25 -0
  484. package/dist/icons/tsx/filterOff.d.ts +2 -0
  485. package/dist/icons/tsx/filterOff.js +25 -0
  486. package/dist/icons/tsx/findInPage.d.ts +2 -0
  487. package/dist/icons/tsx/findInPage.js +25 -0
  488. package/dist/icons/tsx/folder.d.ts +2 -0
  489. package/dist/icons/tsx/folder.js +25 -0
  490. package/dist/icons/tsx/folderAdd.d.ts +2 -0
  491. package/dist/icons/tsx/folderAdd.js +25 -0
  492. package/dist/icons/tsx/fullsceenExit.d.ts +2 -0
  493. package/dist/icons/tsx/fullsceenExit.js +25 -0
  494. package/dist/icons/tsx/fullscreen.d.ts +2 -0
  495. package/dist/icons/tsx/fullscreen.js +25 -0
  496. package/dist/icons/tsx/gavel.d.ts +2 -0
  497. package/dist/icons/tsx/gavel.js +31 -0
  498. package/dist/icons/tsx/help.d.ts +2 -0
  499. package/dist/icons/tsx/help.js +25 -0
  500. package/dist/icons/tsx/helpFilled.d.ts +2 -0
  501. package/dist/icons/tsx/helpFilled.js +25 -0
  502. package/dist/icons/tsx/home.d.ts +2 -0
  503. package/dist/icons/tsx/home.js +25 -0
  504. package/dist/icons/tsx/image.d.ts +2 -0
  505. package/dist/icons/tsx/image.js +25 -0
  506. package/dist/icons/tsx/index.d.ts +127 -0
  507. package/dist/icons/tsx/info.d.ts +2 -0
  508. package/dist/icons/tsx/info.js +25 -0
  509. package/dist/icons/tsx/instagram.d.ts +2 -0
  510. package/dist/icons/tsx/instagram.js +25 -0
  511. package/dist/icons/tsx/jordskifterett.d.ts +2 -0
  512. package/dist/icons/tsx/jordskifterett.js +26 -0
  513. package/dist/icons/tsx/key.d.ts +2 -0
  514. package/dist/icons/tsx/key.js +25 -0
  515. package/dist/icons/tsx/lagmannsrett.d.ts +2 -0
  516. package/dist/icons/tsx/lagmannsrett.js +25 -0
  517. package/dist/icons/tsx/language.d.ts +2 -0
  518. package/dist/icons/tsx/language.js +23 -0
  519. package/dist/icons/tsx/link.d.ts +2 -0
  520. package/dist/icons/tsx/link.js +25 -0
  521. package/dist/icons/tsx/linkOff.d.ts +2 -0
  522. package/dist/icons/tsx/linkOff.js +25 -0
  523. package/dist/icons/tsx/linkedIn.d.ts +2 -0
  524. package/dist/icons/tsx/linkedIn.js +27 -0
  525. package/dist/icons/tsx/list.d.ts +2 -0
  526. package/dist/icons/tsx/list.js +25 -0
  527. package/dist/icons/tsx/listAlt.d.ts +2 -0
  528. package/dist/icons/tsx/listAlt.js +25 -0
  529. package/dist/icons/tsx/location.d.ts +2 -0
  530. package/dist/icons/tsx/location.js +25 -0
  531. package/dist/icons/tsx/lock.d.ts +2 -0
  532. package/dist/icons/tsx/lock.js +25 -0
  533. package/dist/icons/tsx/lockOpen.d.ts +2 -0
  534. package/dist/icons/tsx/lockOpen.js +25 -0
  535. package/dist/icons/tsx/login.d.ts +2 -0
  536. package/dist/icons/tsx/login.js +25 -0
  537. package/dist/icons/tsx/logout.d.ts +2 -0
  538. package/dist/icons/tsx/logout.js +25 -0
  539. package/dist/icons/tsx/mail.d.ts +2 -0
  540. package/dist/icons/tsx/mail.js +25 -0
  541. package/dist/icons/tsx/mailOpen.d.ts +2 -0
  542. package/dist/icons/tsx/mailOpen.js +25 -0
  543. package/dist/icons/tsx/menu.d.ts +2 -0
  544. package/dist/icons/tsx/menu.js +25 -0
  545. package/dist/icons/tsx/minus.d.ts +2 -0
  546. package/dist/icons/tsx/minus.js +25 -0
  547. package/dist/icons/tsx/minusCircled.d.ts +2 -0
  548. package/dist/icons/tsx/minusCircled.js +25 -0
  549. package/dist/icons/tsx/moreHorizontal.d.ts +2 -0
  550. package/dist/icons/tsx/moreHorizontal.js +25 -0
  551. package/dist/icons/tsx/moreVertical.d.ts +2 -0
  552. package/dist/icons/tsx/moreVertical.js +25 -0
  553. package/dist/icons/tsx/notarial.d.ts +2 -0
  554. package/dist/icons/tsx/notarial.js +25 -0
  555. package/dist/icons/tsx/notifications.d.ts +2 -0
  556. package/dist/icons/tsx/notifications.js +25 -0
  557. package/dist/icons/tsx/notificationsOff.d.ts +2 -0
  558. package/dist/icons/tsx/notificationsOff.js +25 -0
  559. package/dist/icons/tsx/onlineMeeting.d.ts +2 -0
  560. package/dist/icons/tsx/onlineMeeting.js +25 -0
  561. package/dist/icons/tsx/openExternal.d.ts +2 -0
  562. package/dist/icons/tsx/openExternal.js +25 -0
  563. package/dist/icons/tsx/pdf.d.ts +2 -0
  564. package/dist/icons/tsx/pdf.js +25 -0
  565. package/dist/icons/tsx/person.d.ts +2 -0
  566. package/dist/icons/tsx/person.js +25 -0
  567. package/dist/icons/tsx/personAdd.d.ts +2 -0
  568. package/dist/icons/tsx/personAdd.js +25 -0
  569. package/dist/icons/tsx/pin.d.ts +2 -0
  570. package/dist/icons/tsx/pin.js +25 -0
  571. package/dist/icons/tsx/plus.d.ts +2 -0
  572. package/dist/icons/tsx/plus.js +25 -0
  573. package/dist/icons/tsx/plusCircled.d.ts +2 -0
  574. package/dist/icons/tsx/plusCircled.js +25 -0
  575. package/dist/icons/tsx/print.d.ts +2 -0
  576. package/dist/icons/tsx/print.js +27 -0
  577. package/dist/icons/tsx/property.d.ts +2 -0
  578. package/dist/icons/tsx/property.js +27 -0
  579. package/dist/icons/tsx/publish.d.ts +2 -0
  580. package/dist/icons/tsx/publish.js +25 -0
  581. package/dist/icons/tsx/questionAnswer.d.ts +2 -0
  582. package/dist/icons/tsx/questionAnswer.js +25 -0
  583. package/dist/icons/tsx/receipt.d.ts +2 -0
  584. package/dist/icons/tsx/receipt.js +25 -0
  585. package/dist/icons/tsx/redo.d.ts +2 -0
  586. package/dist/icons/tsx/redo.js +25 -0
  587. package/dist/icons/tsx/refresh.d.ts +2 -0
  588. package/dist/icons/tsx/refresh.js +25 -0
  589. package/dist/icons/tsx/replay.d.ts +2 -0
  590. package/dist/icons/tsx/replay.js +25 -0
  591. package/dist/icons/tsx/search.d.ts +2 -0
  592. package/dist/icons/tsx/search.js +25 -0
  593. package/dist/icons/tsx/settings.d.ts +2 -0
  594. package/dist/icons/tsx/settings.js +25 -0
  595. package/dist/icons/tsx/sms.d.ts +2 -0
  596. package/dist/icons/tsx/sms.js +25 -0
  597. package/dist/icons/tsx/star.d.ts +2 -0
  598. package/dist/icons/tsx/star.js +25 -0
  599. package/dist/icons/tsx/starFilled.d.ts +2 -0
  600. package/dist/icons/tsx/starFilled.js +25 -0
  601. package/dist/icons/tsx/sync.d.ts +2 -0
  602. package/dist/icons/tsx/sync.js +25 -0
  603. package/dist/icons/tsx/time.d.ts +2 -0
  604. package/dist/icons/tsx/time.js +25 -0
  605. package/dist/icons/tsx/tingrett.d.ts +2 -0
  606. package/dist/icons/tsx/tingrett.js +25 -0
  607. package/dist/icons/tsx/tip.d.ts +2 -0
  608. package/dist/icons/tsx/tip.js +25 -0
  609. package/dist/icons/tsx/trash.d.ts +2 -0
  610. package/dist/icons/tsx/trash.js +25 -0
  611. package/dist/icons/tsx/twitter.d.ts +2 -0
  612. package/dist/icons/tsx/twitter.js +25 -0
  613. package/dist/icons/tsx/undo.d.ts +2 -0
  614. package/dist/icons/tsx/undo.js +25 -0
  615. package/dist/icons/tsx/unfoldLess.d.ts +2 -0
  616. package/dist/icons/tsx/unfoldLess.js +25 -0
  617. package/dist/icons/tsx/unfoldMore.d.ts +2 -0
  618. package/dist/icons/tsx/unfoldMore.js +25 -0
  619. package/dist/icons/tsx/upload.d.ts +2 -0
  620. package/dist/icons/tsx/upload.js +25 -0
  621. package/dist/icons/tsx/visibilityOff.d.ts +2 -0
  622. package/dist/icons/tsx/visibilityOff.js +25 -0
  623. package/dist/icons/tsx/visibilityOn.d.ts +2 -0
  624. package/dist/icons/tsx/visibilityOn.js +25 -0
  625. package/dist/icons/tsx/warning.d.ts +2 -0
  626. package/dist/icons/tsx/warning.js +27 -0
  627. package/dist/icons/tsx/zoomIn.d.ts +2 -0
  628. package/dist/icons/tsx/zoomIn.js +25 -0
  629. package/dist/icons/tsx/zoomOut.d.ts +2 -0
  630. package/dist/icons/tsx/zoomOut.js +25 -0
  631. package/dist/icons/utils/StyledSvg.d.ts +1 -0
  632. package/dist/icons/utils/StyledSvg.js +8 -0
  633. package/dist/icons/utils/index.d.ts +2 -0
  634. package/dist/icons/utils/propTypes.d.ts +5 -0
  635. package/dist/index.d.ts +3 -1
  636. package/dist/index.js +130 -1
  637. package/dist/types/BaseComponentProps.d.ts +1 -1
  638. package/package.json +50 -47
  639. package/dist/cjs/components/IconWrapper/IconWrapper.d.ts +0 -19
  640. package/dist/cjs/components/IconWrapper/IconWrapper.stories.d.ts +0 -22
  641. package/dist/cjs/components/IconWrapper/index.d.ts +0 -1
  642. package/dist/components/IconWrapper/IconWrapper.d.ts +0 -19
  643. package/dist/components/IconWrapper/IconWrapper.js +0 -42
  644. package/dist/components/IconWrapper/IconWrapper.stories.d.ts +0 -22
  645. package/dist/components/IconWrapper/index.d.ts +0 -1
@@ -3,9 +3,9 @@ import { jsxs, jsx } from 'react/jsx-runtime';
3
3
  import { forwardRef } from 'react';
4
4
  import styled, { css } from 'styled-components';
5
5
  import { textColorsArray, textColors, typographyTokens } from './Typography.tokens.js';
6
- import LaunchOutlinedIcon from '@mui/icons-material/LaunchOutlined';
7
- import { IconWrapper } from '../IconWrapper/IconWrapper.js';
6
+ import { Icon } from '../Icon/Icon.js';
8
7
  import { focusVisibleLinkTransitionValue } from '../../helpers/styling/focusVisible.js';
8
+ import { OpenExternalIcon } from '../../icons/tsx/openExternal.js';
9
9
  import { getBaseHTMLProps } from '../../types/BaseComponentProps.js';
10
10
 
11
11
  var getElementType = function getElementType(element) {
@@ -79,8 +79,8 @@ var getElementStyling = function getElementStyling(type) {
79
79
  return css(["", " &::selection,*::selection{", "}"], typographyTokens.typographyType[type].base, typographyTokens.selection.base);
80
80
  };
81
81
 
82
- var LinkIconWrapper = styled(IconWrapper).withConfig({
83
- displayName: "Typography__LinkIconWrapper",
82
+ var LinkIcon = styled(Icon).withConfig({
83
+ displayName: "Typography__LinkIcon",
84
84
  componentId: "sc-1uvxoh6-0"
85
85
  })(["", ""], typographyTokens.typographyType.a.icon);
86
86
  var StyledTypography = styled.p.withConfig({
@@ -142,12 +142,12 @@ var Typography = /*#__PURE__*/forwardRef(function (props, ref) {
142
142
  var as = propAs ? propAs : getElementType(typographyType);
143
143
  var relProp;
144
144
  var targetProp;
145
- var renderWrapper = false;
145
+ var renderIcon = false;
146
146
 
147
147
  if (isAnchorProps(props)) {
148
148
  var externalLink = props.externalLink,
149
149
  target = props.target;
150
- renderWrapper = (_a = as === 'a' && externalLink) !== null && _a !== void 0 ? _a : false;
150
+ renderIcon = (_a = as === 'a' && externalLink) !== null && _a !== void 0 ? _a : false;
151
151
  relProp = as === 'a' ? 'noopener noreferer' : undefined;
152
152
  targetProp = as !== 'a' ? undefined : externalLink ? '_blank' : target;
153
153
  }
@@ -162,9 +162,9 @@ var Typography = /*#__PURE__*/forwardRef(function (props, ref) {
162
162
  return jsxs(StyledTypography, Object.assign({
163
163
  ref: ref
164
164
  }, typographyProps, {
165
- children: [children, renderWrapper && jsx(LinkIconWrapper, {
166
- Icon: LaunchOutlinedIcon,
167
- iconSize: "inline"
165
+ children: [children, renderIcon && jsx(LinkIcon, {
166
+ icon: OpenExternalIcon,
167
+ iconSize: "inherit"
168
168
  })]
169
169
  }));
170
170
  });
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TypographyProps } from '.';
3
2
  declare type StoryTProps = {
4
3
  text: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseComponentPropsWithChildren } from '../../types';
3
2
  declare type VisuallyHiddenDivProps = BaseComponentPropsWithChildren<HTMLDivElement, {
4
3
  as: 'div';
@@ -6,7 +6,7 @@ import { getBaseHTMLProps } from '../../types/BaseComponentProps.js';
6
6
  var Wrapper = styled.span.withConfig({
7
7
  displayName: "VisuallyHidden__Wrapper",
8
8
  componentId: "sc-ciubxt-0"
9
- })(["width:1px;height:1px;margin:0px;padding:0px;top:0px;inset-inline-start:0px;overflow:hidden;clip:rect(0px,0px,0px,0px);border:0px;"]);
9
+ })(["position:absolute;width:1px;height:1px;margin:0px;padding:0px;top:0px;inset-inline-start:0px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);border:0px;"]);
10
10
  var VisuallyHidden = function VisuallyHidden(props) {
11
11
  var children = props.children,
12
12
  id = props.id,
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { VisuallyHiddenProps } from '.';
3
2
  declare const _default: {
4
3
  title: string;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { Property } from 'csstype';
3
2
  declare type SvgChevronProps = {
4
3
  isUp?: boolean;
5
4
  height?: Property.Height<string>;
6
5
  width?: Property.Width<string>;
7
6
  };
8
- export declare const AnimatedChevronUpDown: ({ isUp, height, width }: SvgChevronProps) => JSX.Element;
7
+ export declare const AnimatedChevronUpDown: ({ isUp, height, width, }: SvgChevronProps) => JSX.Element;
9
8
  export {};
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { StyledLabelProps } from '.';
3
2
  import { Property } from 'csstype';
4
3
  export declare const Input: import("styled-components").StyledComponent<"input", any, {}, never>;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const RequiredMarker: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Strategy } from '@floating-ui/react-dom';
3
2
  export declare type Placement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'right' | 'right-start' | 'right-end' | 'left' | 'left-start' | 'left-end';
4
3
  export declare const useFloatPosition: (arrowRef: HTMLElement | null, placement?: Placement, offset?: number) => {
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare function useFocusTrap<T extends HTMLElement>(active: boolean): import("react").RefObject<T>;
@@ -1,3 +1,4 @@
1
- import { Dispatch, SetStateAction } from 'react';
1
+ import { Dispatch, SetStateAction, KeyboardEvent } from 'react';
2
2
  import { Direction } from '../types';
3
+ export declare const isKeyboardEvent: (e: Event | KeyboardEvent<Element>) => e is KeyboardEvent<Element>;
3
4
  export declare function useRoveFocus(size: number | undefined, reset?: boolean, direction?: Direction): [number, Dispatch<SetStateAction<number>>];
@@ -1,6 +1,9 @@
1
1
  import { slicedToArray as _slicedToArray } from '../_virtual/_rollupPluginBabelHelpers.js';
2
2
  import { useState, useCallback, useEffect } from 'react';
3
3
 
4
+ var isKeyboardEvent = function isKeyboardEvent(e) {
5
+ return e.key !== undefined;
6
+ };
4
7
  function useRoveFocus(size, reset) {
5
8
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'column';
6
9
 
@@ -9,17 +12,17 @@ function useRoveFocus(size, reset) {
9
12
  currentFocus = _useState2[0],
10
13
  setCurrentFocus = _useState2[1];
11
14
 
12
- var nextKey = direction === 'row' ? 39 : 40;
13
- var previousKey = direction === 'row' ? 37 : 38;
15
+ var nextKey = direction === 'row' ? 'ArrowRight' : 'ArrowDown';
16
+ var previousKey = direction === 'row' ? 'ArrowLeft' : 'ArrowUp';
14
17
  var handleKeyDown = useCallback(function (e) {
15
- if (!size) return;
18
+ if (!size || !isKeyboardEvent(e)) return;
16
19
  if (reset) setCurrentFocus(-1);
17
20
 
18
- if (e.keyCode === nextKey) {
21
+ if (e.key === nextKey) {
19
22
  // Down arrow
20
23
  e.preventDefault();
21
24
  setCurrentFocus(currentFocus === size - 1 ? 0 : currentFocus + 1);
22
- } else if (e.keyCode === previousKey) {
25
+ } else if (e.key === previousKey) {
23
26
  // Up arrow
24
27
  e.preventDefault();
25
28
 
@@ -37,4 +40,4 @@ function useRoveFocus(size, reset) {
37
40
  return [currentFocus, setCurrentFocus];
38
41
  }
39
42
 
40
- export { useRoveFocus };
43
+ export { isKeyboardEvent, useRoveFocus };
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ title: string;
3
+ };
4
+ export default _default;
5
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function AppsIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function AppsIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { AppsIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function ArchiveIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,27 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function ArchiveIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-1 18H5V9h14v11zm1-13H4V4h16v3z"
21
+ }), jsx("path", {
22
+ d: "M9 12h6v2H9v-2z"
23
+ })]
24
+ }));
25
+ }
26
+
27
+ export { ArchiveIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function ArrowDownIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function ArrowDownIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { ArrowDownIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function ArrowLeftIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function ArrowLeftIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { ArrowLeftIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function ArrowRightIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function ArrowRightIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { ArrowRightIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function ArrowUpIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function ArrowUpIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { ArrowUpIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function AttachmentIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function AttachmentIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 115 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 005 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { AttachmentIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function BlockIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function BlockIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M12 2C6.489 2 2 6.489 2 12s4.489 10 10 10 10-4.489 10-10S17.511 2 12 2zm0 2c4.43 0 8 3.57 8 8 0 1.853-.63 3.55-1.682 4.904L7.096 5.682A7.965 7.965 0 0112 4zM5.682 7.096l11.222 11.222A7.965 7.965 0 0112 20c-4.43 0-8-3.57-8-8 0-1.853.63-3.55 1.682-4.904z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { BlockIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function BookIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,27 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function BookIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5-1.95 0-4.05.4-5.5 1.5v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"
21
+ }), jsx("path", {
22
+ d: "M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"
23
+ })]
24
+ }));
25
+ }
26
+
27
+ export { BookIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function BuildIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function BuildIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M7.5 1c-.873 0-1.707.176-2.467.488l-1.388.57L7.585 6 6 7.586 2.059 3.645l-.57 1.388A6.474 6.474 0 001 7.5C1 11.078 3.922 14 7.5 14c.619 0 1.181-.183 1.748-.346l8.908 8.907a1.514 1.514 0 002.121 0l2.285-2.288a1.516 1.516 0 00-.002-2.119l-8.906-8.906c.162-.567.346-1.13.346-1.748C14 3.922 11.078 1 7.5 1zm0 2C9.998 3 12 5.002 12 7.5c0 .607-.122 1.182-.34 1.713l-.252.617 9.385 9.385-1.576 1.578-9.387-9.387-.617.254c-.53.219-1.105.34-1.713.34A4.484 4.484 0 013 7.5c0-.026.013-.047.014-.072L6 10.414 10.414 6 7.428 3.014c.025 0 .046-.014.072-.014z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { BuildIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function BuildCircledIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,31 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function BuildCircledIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
23
+ }), jsx("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M13.49 11.38c.43-1.22.17-2.64-.81-3.62a3.468 3.468 0 00-4.1-.59l2.35 2.35-1.41 1.41-2.35-2.35c-.71 1.32-.52 2.99.59 4.1.98.98 2.4 1.24 3.62.81l3.41 3.41c.2.2.51.2.71 0l1.4-1.4c.2-.2.2-.51 0-.71l-3.41-3.41z"
27
+ })]
28
+ }));
29
+ }
30
+
31
+ export { BuildCircledIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function CalendarIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function CalendarIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { CalendarIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function CalendarMonthIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function CalendarMonthIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M19.6 3.2h-1.1V1h-2.2v2.2H7.5V1H5.3v2.2H4.2a2.19 2.19 0 00-2.189 2.2L2 20.8A2.2 2.2 0 004.2 23h15.4c1.21 0 2.2-.99 2.2-2.2V5.4c0-1.21-.99-2.2-2.2-2.2zm0 17.6H4.2v-11h15.4v11zm0-13.2H4.2V5.4h15.4v2.2zm-11 6.6H6.4V12h2.2v2.2zm4.4 0h-2.2V12H13v2.2zm4.4 0h-2.2V12h2.2v2.2zm-8.8 4.4H6.4v-2.2h2.2v2.2zm4.4 0h-2.2v-2.2H13v2.2zm4.4 0h-2.2v-2.2h2.2v2.2z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { CalendarMonthIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function CalendarViewDayIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function CalendarViewDayIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M3 17h18v2H3v-2zm16-5v1H5v-1h14zm2-2H3v5h18v-5zM3 6h18v2H3V6z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { CalendarViewDayIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function CalendarViewMonthIcon(props: SvgProps): JSX.Element;
@@ -0,0 +1,25 @@
1
+ import { __rest } from 'tslib';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+ import { StyledSvg } from '../utils/StyledSvg.js';
4
+
5
+ function CalendarViewMonthIcon(props) {
6
+ var title = props.title,
7
+ rest = __rest(props, ["title"]);
8
+
9
+ return jsxs(StyledSvg, Object.assign({
10
+ width: 24,
11
+ height: 24,
12
+ fill: "currentColor"
13
+ }, rest, {
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24"
16
+ }, {
17
+ children: [title && jsx("title", {
18
+ children: title
19
+ }), jsx("path", {
20
+ d: "M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 11H4V6h4v5zm6 0h-4V6h4v5zm6 0h-4V6h4v5zM8 18H4v-5h4v5zm6 0h-4v-5h4v5zm6 0h-4v-5h4v5z"
21
+ })]
22
+ }));
23
+ }
24
+
25
+ export { CalendarViewMonthIcon };
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from '../utils/propTypes';
2
+ export declare function CalendarViewWeekIcon(props: SvgProps): JSX.Element;