@bbl-digital/snorre 2.2.59 → 2.2.64

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 (654) hide show
  1. package/.husky/_/husky.sh +30 -30
  2. package/.prettierrc +6 -6
  3. package/.vscode/settings.json +3 -3
  4. package/README.md +3 -3
  5. package/dist/bundle.js +556 -433
  6. package/esm/app-shell/index.js +1 -1
  7. package/esm/core/Alert/styles.js +6 -6
  8. package/esm/core/AppLoader/styles.js +1 -1
  9. package/esm/core/Banner/styles.js +4 -4
  10. package/esm/core/BarAndLineComposedChart/styles.js +1 -1
  11. package/esm/core/BarChartWithCustomizedEvent/styles.js +1 -1
  12. package/esm/core/Box/styles.js +7 -7
  13. package/esm/core/BoxedTable/HeaderCell/styles.js +2 -2
  14. package/esm/core/BoxedTable/RowCell/index.js +1 -1
  15. package/esm/core/BoxedTable/RowCell/styles.js +9 -9
  16. package/esm/core/BoxedTable/TableHeader/styles.js +1 -1
  17. package/esm/core/BoxedTable/TableRow/styles.js +8 -8
  18. package/esm/core/BoxedTable/styles.js +8 -8
  19. package/esm/core/Button/styles.js +18 -18
  20. package/esm/core/Calendar/CalendarEvent/styles.js +5 -5
  21. package/esm/core/Calendar/CalendarSmallEvent/styles.js +5 -5
  22. package/esm/core/Calendar/styles.js +6 -6
  23. package/esm/core/Card/styles.js +11 -11
  24. package/esm/core/Checkbox/styles.js +5 -5
  25. package/esm/core/CollapseList/styles.js +2 -2
  26. package/esm/core/CommentsTimeline/CommentLine/styles.js +4 -12
  27. package/esm/core/CommentsTimeline/styles.js +1 -1
  28. package/esm/core/CustomText/styles.js +2 -2
  29. package/esm/core/Datepicker/styles.js +8 -8
  30. package/esm/core/Divider/styles.js +5 -5
  31. package/esm/core/Dropdown/styles.js +3 -3
  32. package/esm/core/DropdownMenu/styles.js +3 -3
  33. package/esm/core/Editor/config.js +3 -0
  34. package/esm/core/Editor/index.js +13 -3
  35. package/esm/core/Editor/styles.js +6 -6
  36. package/esm/core/FileInput/index.js +20 -3
  37. package/esm/core/FileInput/styles.js +16 -16
  38. package/esm/core/Header/styles.js +7 -7
  39. package/esm/core/HighlightText/styles.js +1 -1
  40. package/esm/core/Html/styles.js +5 -5
  41. package/esm/core/Image/styles.js +3 -3
  42. package/esm/core/InfoButton/styles.js +9 -9
  43. package/esm/core/Input/styles.js +14 -14
  44. package/esm/core/Link/styles.js +9 -9
  45. package/esm/core/List/Item.js +1 -1
  46. package/esm/core/List/styles.js +11 -11
  47. package/esm/core/ListPager/styles.js +3 -3
  48. package/esm/core/Modal/styles.js +8 -8
  49. package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
  50. package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
  51. package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
  52. package/esm/core/NoticeCard/styles.js +4 -4
  53. package/esm/core/NotificationsMenu/NotificationBell/styles.js +2 -2
  54. package/esm/core/NotificationsMenu/NotificationRow/styles.js +1 -1
  55. package/esm/core/NotificationsMenu/styles.js +2 -2
  56. package/esm/core/PieChart/styles.js +2 -2
  57. package/esm/core/PreemptionCard/index.js +1 -1
  58. package/esm/core/PreemptionCard/styles.js +3 -3
  59. package/esm/core/PreemptionCardLoading/styles.js +3 -3
  60. package/esm/core/Radio/styles.js +3 -3
  61. package/esm/core/Select/index.js +1 -1
  62. package/esm/core/Select/styles.js +14 -14
  63. package/esm/core/SimpleBarChart/styles.js +1 -1
  64. package/esm/core/SimpleLineChart/styles.js +1 -1
  65. package/esm/core/Skeleton/styles.js +4 -4
  66. package/esm/core/TabBar/TabItem/styles.js +1 -1
  67. package/esm/core/TabBar/styles.js +1 -1
  68. package/esm/core/TabNav/TabNavItem/styles.js +2 -2
  69. package/esm/core/TabNav/styles.js +6 -6
  70. package/esm/core/Table/styles.js +16 -16
  71. package/esm/core/Text/styles.js +13 -13
  72. package/esm/core/Timeline/TimelineStep/styles.js +6 -6
  73. package/esm/core/Timeline/styles.js +1 -1
  74. package/esm/core/Timepicker/styles.js +6 -6
  75. package/esm/core/UnitIllustration/index.js +9 -9
  76. package/esm/core/UserMenu/styles.js +7 -7
  77. package/esm/core/YearWheel/styles.js +3 -3
  78. package/esm/icons/General/IconChoice.js +15 -0
  79. package/esm/icons/General/IconFileAdd.js +15 -0
  80. package/esm/icons/General/IconForward.js +15 -0
  81. package/esm/icons/General/IconLabel.js +15 -0
  82. package/esm/icons/General/IconReply.js +15 -0
  83. package/esm/icons/General/IconReplyAll.js +15 -0
  84. package/esm/icons/General/IconUserThin.js +15 -0
  85. package/esm/illustrations/styles.js +2 -2
  86. package/esm/index.js +8 -1
  87. package/esm/layout/Footer/FooterButton/styles.js +1 -1
  88. package/esm/layout/Footer/FooterCol/styles.js +1 -1
  89. package/esm/layout/Footer/FooterGroup/styles.js +1 -1
  90. package/esm/layout/Footer/FooterLabel/styles.js +1 -1
  91. package/esm/layout/Footer/FooterLink/styles.js +1 -1
  92. package/esm/layout/Footer/styles.js +2 -2
  93. package/esm/layout/Layout/styles.js +1 -1
  94. package/esm/layout/LayoutShell/styles.js +10 -10
  95. package/esm/layout/Menu/AppPicker/styles.js +3 -3
  96. package/esm/layout/Menu/MainMenu/styles.js +1 -1
  97. package/esm/layout/Menu/MenuItem/styles.js +2 -2
  98. package/esm/layout/Menu/MenuSpacer/styles.js +1 -1
  99. package/esm/layout/Menu/MenuTop/styles.js +3 -3
  100. package/esm/layout/Menu/SecondaryMenu/styles.js +4 -4
  101. package/esm/layout/Menu/SecondaryMenuItem/styles.js +1 -1
  102. package/esm/layout/Menu/styles.js +1 -1
  103. package/esm/layout/Submenu/SubmenuItem/styles.js +3 -3
  104. package/esm/layout/Submenu/styles.js +10 -10
  105. package/esm/layout/Topbar/styles.js +1 -1
  106. package/esm/shared/recharts/CustomLegend/styles.js +2 -2
  107. package/esm/shared/recharts/CustomTooltip/styles.js +3 -3
  108. package/esm/utils/file.js +12 -0
  109. package/esm/utils/format.js +6 -6
  110. package/esm/utils/time.js +14 -14
  111. package/infrastructure/azure-pipelines.yml +29 -29
  112. package/jest.config.js +33 -33
  113. package/lib/app-shell/index.d.ts +8 -8
  114. package/lib/app-shell/index.js +1 -1
  115. package/lib/app-shell/theme.d.ts +122 -122
  116. package/lib/core/Alert/index.d.ts +21 -21
  117. package/lib/core/Alert/styles.d.ts +11 -11
  118. package/lib/core/Alert/styles.js +6 -6
  119. package/lib/core/AppLoader/index.d.ts +8 -8
  120. package/lib/core/AppLoader/styles.d.ts +6 -6
  121. package/lib/core/AppLoader/styles.js +1 -1
  122. package/lib/core/Banner/index.d.ts +18 -18
  123. package/lib/core/Banner/styles.d.ts +17 -17
  124. package/lib/core/Banner/styles.js +4 -4
  125. package/lib/core/BarAndLineComposedChart/index.d.ts +56 -56
  126. package/lib/core/BarAndLineComposedChart/styles.d.ts +8 -8
  127. package/lib/core/BarAndLineComposedChart/styles.js +1 -1
  128. package/lib/core/BarChartWithCustomizedEvent/index.d.ts +55 -55
  129. package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +9 -9
  130. package/lib/core/BarChartWithCustomizedEvent/styles.js +1 -1
  131. package/lib/core/Box/index.d.ts +25 -25
  132. package/lib/core/Box/styles.d.ts +38 -38
  133. package/lib/core/Box/styles.js +7 -7
  134. package/lib/core/BoxedTable/HeaderCell/index.d.ts +22 -22
  135. package/lib/core/BoxedTable/HeaderCell/styles.d.ts +3 -3
  136. package/lib/core/BoxedTable/HeaderCell/styles.js +2 -2
  137. package/lib/core/BoxedTable/RowCell/index.d.ts +24 -24
  138. package/lib/core/BoxedTable/RowCell/index.js +1 -1
  139. package/lib/core/BoxedTable/RowCell/styles.d.ts +12 -12
  140. package/lib/core/BoxedTable/RowCell/styles.js +9 -9
  141. package/lib/core/BoxedTable/TableHeader/index.d.ts +5 -5
  142. package/lib/core/BoxedTable/TableHeader/styles.d.ts +5 -5
  143. package/lib/core/BoxedTable/TableHeader/styles.js +1 -1
  144. package/lib/core/BoxedTable/TableRow/index.d.ts +17 -17
  145. package/lib/core/BoxedTable/TableRow/styles.d.ts +53 -53
  146. package/lib/core/BoxedTable/TableRow/styles.js +8 -8
  147. package/lib/core/BoxedTable/index.d.ts +11 -11
  148. package/lib/core/BoxedTable/styles.d.ts +2 -2
  149. package/lib/core/BoxedTable/styles.js +8 -8
  150. package/lib/core/Button/index.d.ts +32 -32
  151. package/lib/core/Button/styles.d.ts +24 -24
  152. package/lib/core/Button/styles.js +18 -18
  153. package/lib/core/Calendar/CalendarEvent/index.d.ts +9 -9
  154. package/lib/core/Calendar/CalendarEvent/styles.d.ts +18 -18
  155. package/lib/core/Calendar/CalendarEvent/styles.js +5 -5
  156. package/lib/core/Calendar/CalendarSmallEvent/index.d.ts +9 -9
  157. package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +18 -18
  158. package/lib/core/Calendar/CalendarSmallEvent/styles.js +5 -5
  159. package/lib/core/Calendar/index.d.ts +14 -14
  160. package/lib/core/Calendar/styles.d.ts +12 -12
  161. package/lib/core/Calendar/styles.js +6 -6
  162. package/lib/core/Calendar/util.d.ts +2 -2
  163. package/lib/core/Card/index.d.ts +29 -29
  164. package/lib/core/Card/styles.d.ts +16 -16
  165. package/lib/core/Card/styles.js +11 -11
  166. package/lib/core/Checkbox/index.d.ts +30 -30
  167. package/lib/core/Checkbox/styles.d.ts +10 -10
  168. package/lib/core/Checkbox/styles.js +5 -5
  169. package/lib/core/CollapseList/Item.d.ts +11 -11
  170. package/lib/core/CollapseList/index.d.ts +4 -4
  171. package/lib/core/CollapseList/styles.d.ts +23 -23
  172. package/lib/core/CollapseList/styles.js +2 -2
  173. package/lib/core/CommentsTimeline/CommentLine/index.d.ts +23 -23
  174. package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +14 -14
  175. package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
  176. package/lib/core/CommentsTimeline/CommentLine/styles.js +4 -12
  177. package/lib/core/CommentsTimeline/index.d.ts +5 -5
  178. package/lib/core/CommentsTimeline/styles.d.ts +5 -5
  179. package/lib/core/CommentsTimeline/styles.js +1 -1
  180. package/lib/core/CustomText/index.d.ts +24 -24
  181. package/lib/core/CustomText/styles.d.ts +6 -6
  182. package/lib/core/CustomText/styles.js +2 -2
  183. package/lib/core/Datepicker/index.d.ts +28 -28
  184. package/lib/core/Datepicker/styles.d.ts +27 -27
  185. package/lib/core/Datepicker/styles.js +8 -8
  186. package/lib/core/Datepicker/yearMonthForm.d.ts +9 -9
  187. package/lib/core/Divider/index.d.ts +21 -21
  188. package/lib/core/Divider/styles.d.ts +10 -10
  189. package/lib/core/Divider/styles.js +5 -5
  190. package/lib/core/Dropdown/index.d.ts +25 -25
  191. package/lib/core/Dropdown/styles.d.ts +8 -8
  192. package/lib/core/Dropdown/styles.js +3 -3
  193. package/lib/core/DropdownMenu/DropdownMenuOption.d.ts +10 -10
  194. package/lib/core/DropdownMenu/index.d.ts +9 -9
  195. package/lib/core/DropdownMenu/styles.d.ts +11 -11
  196. package/lib/core/DropdownMenu/styles.js +3 -3
  197. package/lib/core/Editor/config.d.ts +55 -54
  198. package/lib/core/Editor/config.d.ts.map +1 -1
  199. package/lib/core/Editor/config.js +3 -0
  200. package/lib/core/Editor/index.d.ts +31 -31
  201. package/lib/core/Editor/index.d.ts.map +1 -1
  202. package/lib/core/Editor/index.js +13 -3
  203. package/lib/core/Editor/styles.d.ts +22 -22
  204. package/lib/core/Editor/styles.js +6 -6
  205. package/lib/core/FileInput/index.d.ts +27 -25
  206. package/lib/core/FileInput/index.d.ts.map +1 -1
  207. package/lib/core/FileInput/index.js +20 -3
  208. package/lib/core/FileInput/styles.d.ts +65 -65
  209. package/lib/core/FileInput/styles.d.ts.map +1 -1
  210. package/lib/core/FileInput/styles.js +16 -16
  211. package/lib/core/Header/index.d.ts +16 -16
  212. package/lib/core/Header/styles.d.ts +12 -12
  213. package/lib/core/Header/styles.js +7 -7
  214. package/lib/core/HighlightText/index.d.ts +11 -11
  215. package/lib/core/HighlightText/styles.d.ts +5 -5
  216. package/lib/core/HighlightText/styles.js +1 -1
  217. package/lib/core/Html/index.d.ts +18 -18
  218. package/lib/core/Html/styles.d.ts +10 -10
  219. package/lib/core/Html/styles.js +5 -5
  220. package/lib/core/Image/index.d.ts +20 -20
  221. package/lib/core/Image/styles.d.ts +7 -7
  222. package/lib/core/Image/styles.js +3 -3
  223. package/lib/core/InfoButton/index.d.ts +18 -18
  224. package/lib/core/InfoButton/styles.d.ts +35 -35
  225. package/lib/core/InfoButton/styles.js +9 -9
  226. package/lib/core/Input/index.d.ts +53 -53
  227. package/lib/core/Input/styles.d.ts +19 -19
  228. package/lib/core/Input/styles.js +14 -14
  229. package/lib/core/Link/index.d.ts +25 -25
  230. package/lib/core/Link/styles.d.ts +14 -14
  231. package/lib/core/Link/styles.js +9 -9
  232. package/lib/core/List/Item.d.ts +3 -3
  233. package/lib/core/List/Item.js +1 -1
  234. package/lib/core/List/index.d.ts +32 -32
  235. package/lib/core/List/styles.d.ts +34 -34
  236. package/lib/core/List/styles.js +11 -11
  237. package/lib/core/ListPager/index.d.ts +15 -15
  238. package/lib/core/ListPager/styles.d.ts +10 -10
  239. package/lib/core/ListPager/styles.js +3 -3
  240. package/lib/core/Modal/index.d.ts +29 -29
  241. package/lib/core/Modal/styles.d.ts +31 -31
  242. package/lib/core/Modal/styles.js +8 -8
  243. package/lib/core/NoticeCard/index.d.ts +22 -22
  244. package/lib/core/NoticeCard/models.d.ts +29 -29
  245. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.d.ts +9 -9
  246. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +18 -18
  247. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
  248. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.d.ts +8 -8
  249. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +5 -5
  250. package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
  251. package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts +10 -10
  252. package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +13 -13
  253. package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
  254. package/lib/core/NoticeCard/styles.d.ts +19 -19
  255. package/lib/core/NoticeCard/styles.js +4 -4
  256. package/lib/core/NoticeCard/utils.d.ts +3 -3
  257. package/lib/core/NotificationsMenu/NotificationBell/index.d.ts +7 -7
  258. package/lib/core/NotificationsMenu/NotificationBell/styles.d.ts +6 -6
  259. package/lib/core/NotificationsMenu/NotificationBell/styles.js +2 -2
  260. package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +15 -15
  261. package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +2 -2
  262. package/lib/core/NotificationsMenu/NotificationRow/styles.js +1 -1
  263. package/lib/core/NotificationsMenu/index.d.ts +11 -11
  264. package/lib/core/NotificationsMenu/styles.d.ts +9 -9
  265. package/lib/core/NotificationsMenu/styles.js +2 -2
  266. package/lib/core/PieChart/ActiveShape/index.d.ts +4 -4
  267. package/lib/core/PieChart/index.d.ts +30 -30
  268. package/lib/core/PieChart/renderTextContent/index.d.ts +4 -4
  269. package/lib/core/PieChart/styles.d.ts +14 -14
  270. package/lib/core/PieChart/styles.js +2 -2
  271. package/lib/core/PreemptionCard/index.d.ts +9 -9
  272. package/lib/core/PreemptionCard/index.js +1 -1
  273. package/lib/core/PreemptionCard/models.d.ts +115 -115
  274. package/lib/core/PreemptionCard/styles.d.ts +10 -10
  275. package/lib/core/PreemptionCard/styles.js +3 -3
  276. package/lib/core/PreemptionCardLoading/index.d.ts +5 -5
  277. package/lib/core/PreemptionCardLoading/styles.d.ts +13 -13
  278. package/lib/core/PreemptionCardLoading/styles.js +3 -3
  279. package/lib/core/Radio/index.d.ts +14 -14
  280. package/lib/core/Radio/styles.d.ts +8 -8
  281. package/lib/core/Radio/styles.js +3 -3
  282. package/lib/core/Select/Option.d.ts +16 -16
  283. package/lib/core/Select/index.d.ts +43 -43
  284. package/lib/core/Select/index.js +1 -1
  285. package/lib/core/Select/styles.d.ts +28 -28
  286. package/lib/core/Select/styles.js +14 -14
  287. package/lib/core/SimpleBarChart/index.d.ts +45 -45
  288. package/lib/core/SimpleBarChart/styles.d.ts +8 -8
  289. package/lib/core/SimpleBarChart/styles.js +1 -1
  290. package/lib/core/SimpleLineChart/index.d.ts +61 -61
  291. package/lib/core/SimpleLineChart/styles.d.ts +8 -8
  292. package/lib/core/SimpleLineChart/styles.js +1 -1
  293. package/lib/core/Skeleton/index.d.ts +10 -10
  294. package/lib/core/Skeleton/styles.d.ts +26 -26
  295. package/lib/core/Skeleton/styles.js +4 -4
  296. package/lib/core/TabBar/TabItem/index.d.ts +13 -13
  297. package/lib/core/TabBar/TabItem/styles.d.ts +5 -5
  298. package/lib/core/TabBar/TabItem/styles.js +1 -1
  299. package/lib/core/TabBar/index.d.ts +5 -5
  300. package/lib/core/TabBar/styles.d.ts +5 -5
  301. package/lib/core/TabBar/styles.js +1 -1
  302. package/lib/core/TabNav/TabContext.d.ts +12 -12
  303. package/lib/core/TabNav/TabNavItem/index.d.ts +10 -10
  304. package/lib/core/TabNav/TabNavItem/styles.d.ts +9 -9
  305. package/lib/core/TabNav/TabNavItem/styles.js +2 -2
  306. package/lib/core/TabNav/index.d.ts +24 -24
  307. package/lib/core/TabNav/styles.d.ts +16 -16
  308. package/lib/core/TabNav/styles.js +6 -6
  309. package/lib/core/Table/Cell.d.ts +22 -22
  310. package/lib/core/Table/Row.d.ts +21 -21
  311. package/lib/core/Table/index.d.ts +10 -10
  312. package/lib/core/Table/styles.d.ts +26 -26
  313. package/lib/core/Table/styles.js +16 -16
  314. package/lib/core/Tag/index.d.ts +28 -28
  315. package/lib/core/Tag/styles.d.ts +14 -14
  316. package/lib/core/Text/index.d.ts +42 -42
  317. package/lib/core/Text/styles.d.ts +18 -18
  318. package/lib/core/Text/styles.js +13 -13
  319. package/lib/core/Textarea/index.d.ts +28 -28
  320. package/lib/core/Textarea/styles.d.ts +16 -16
  321. package/lib/core/Timeline/TimelineStep/index.d.ts +14 -14
  322. package/lib/core/Timeline/TimelineStep/styles.d.ts +16 -16
  323. package/lib/core/Timeline/TimelineStep/styles.js +6 -6
  324. package/lib/core/Timeline/index.d.ts +3 -3
  325. package/lib/core/Timeline/styles.d.ts +5 -5
  326. package/lib/core/Timeline/styles.js +1 -1
  327. package/lib/core/Timepicker/index.d.ts +34 -34
  328. package/lib/core/Timepicker/styles.d.ts +18 -18
  329. package/lib/core/Timepicker/styles.js +6 -6
  330. package/lib/core/UnitIllustration/index.d.ts +6 -6
  331. package/lib/core/UnitIllustration/index.js +9 -9
  332. package/lib/core/UserMenu/UserMenuOption.d.ts +7 -7
  333. package/lib/core/UserMenu/index.d.ts +17 -17
  334. package/lib/core/UserMenu/styles.d.ts +27 -27
  335. package/lib/core/UserMenu/styles.js +7 -7
  336. package/lib/core/YearWheel/index.d.ts +10 -10
  337. package/lib/core/YearWheel/styles.d.ts +8 -8
  338. package/lib/core/YearWheel/styles.js +3 -3
  339. package/lib/core/private/ButtonOrLink.d.ts +37 -37
  340. package/lib/core/private/preemption.d.ts +5 -5
  341. package/lib/core/utils/debounce.d.ts +2 -2
  342. package/lib/globals/styles/breakpoints.d.ts +9 -9
  343. package/lib/globals/styles/paddings.d.ts +8 -8
  344. package/lib/globals/validation/regularExpressions.d.ts +8 -8
  345. package/lib/hooks/useIsMobile.d.ts +1 -1
  346. package/lib/hooks/useScreenOrientation.d.ts +2 -2
  347. package/lib/icons/General/IconApartment.d.ts +3 -3
  348. package/lib/icons/General/IconArchives.d.ts +3 -3
  349. package/lib/icons/General/IconArea.d.ts +3 -3
  350. package/lib/icons/General/IconArrowDown.d.ts +3 -3
  351. package/lib/icons/General/IconArrowLeft.d.ts +3 -3
  352. package/lib/icons/General/IconArrowRight.d.ts +3 -3
  353. package/lib/icons/General/IconArrowUp.d.ts +3 -3
  354. package/lib/icons/General/IconAttachment.d.ts +3 -3
  355. package/lib/icons/General/IconBack.d.ts +3 -3
  356. package/lib/icons/General/IconBath.d.ts +3 -3
  357. package/lib/icons/General/IconBblFlame.d.ts +3 -3
  358. package/lib/icons/General/IconBblShield.d.ts +3 -3
  359. package/lib/icons/General/IconBblWater.d.ts +3 -3
  360. package/lib/icons/General/IconBellOutline.d.ts +3 -3
  361. package/lib/icons/General/IconBlock.d.ts +3 -3
  362. package/lib/icons/General/IconBoard.d.ts +3 -3
  363. package/lib/icons/General/IconBookmarkFilled.d.ts +3 -3
  364. package/lib/icons/General/IconBookmarkOutline.d.ts +3 -3
  365. package/lib/icons/General/IconBus.d.ts +3 -3
  366. package/lib/icons/General/IconCalendar.d.ts +3 -3
  367. package/lib/icons/General/IconCar.d.ts +3 -3
  368. package/lib/icons/General/IconCaretDown.d.ts +3 -3
  369. package/lib/icons/General/IconCaretLeft.d.ts +3 -3
  370. package/lib/icons/General/IconCaretRight.d.ts +3 -3
  371. package/lib/icons/General/IconCaretUp.d.ts +3 -3
  372. package/lib/icons/General/IconCheck.d.ts +3 -3
  373. package/lib/icons/General/IconCheckedFilled.d.ts +3 -3
  374. package/lib/icons/General/IconCheckedOutline.d.ts +3 -3
  375. package/lib/icons/General/IconChevronDown.d.ts +3 -3
  376. package/lib/icons/General/IconChevronLeft.d.ts +3 -3
  377. package/lib/icons/General/IconChevronRight.d.ts +3 -3
  378. package/lib/icons/General/IconChoice.d.ts +4 -0
  379. package/lib/icons/General/IconChoice.d.ts.map +1 -0
  380. package/lib/icons/General/IconChoice.js +15 -0
  381. package/lib/icons/General/IconClose.d.ts +3 -3
  382. package/lib/icons/General/IconCloseAlt.d.ts +3 -3
  383. package/lib/icons/General/IconComment.d.ts +3 -3
  384. package/lib/icons/General/IconCommunication.d.ts +3 -3
  385. package/lib/icons/General/IconCommunicationFilled.d.ts +3 -3
  386. package/lib/icons/General/IconCompanyBuilding.d.ts +3 -3
  387. package/lib/icons/General/IconCompanyBuildingFilled.d.ts +3 -3
  388. package/lib/icons/General/IconCompanyBuildingOutline.d.ts +3 -3
  389. package/lib/icons/General/IconDashboard.d.ts +3 -3
  390. package/lib/icons/General/IconDashboardFilled.d.ts +3 -3
  391. package/lib/icons/General/IconDelete.d.ts +3 -3
  392. package/lib/icons/General/IconDocument.d.ts +3 -3
  393. package/lib/icons/General/IconDocumentFilled.d.ts +3 -3
  394. package/lib/icons/General/IconDoor.d.ts +3 -3
  395. package/lib/icons/General/IconDotFilled.d.ts +3 -3
  396. package/lib/icons/General/IconDotOutline.d.ts +3 -3
  397. package/lib/icons/General/IconDownload.d.ts +3 -3
  398. package/lib/icons/General/IconDraft.d.ts +3 -3
  399. package/lib/icons/General/IconEarth.d.ts +3 -3
  400. package/lib/icons/General/IconEconomy.d.ts +3 -3
  401. package/lib/icons/General/IconEconomyFilled.d.ts +3 -3
  402. package/lib/icons/General/IconEdit.d.ts +3 -3
  403. package/lib/icons/General/IconElevator.d.ts +3 -3
  404. package/lib/icons/General/IconErrorFilled.d.ts +3 -3
  405. package/lib/icons/General/IconErrorOutline.d.ts +3 -3
  406. package/lib/icons/General/IconExternalLink.d.ts +3 -3
  407. package/lib/icons/General/IconEye.d.ts +3 -3
  408. package/lib/icons/General/IconEyeDeny.d.ts +3 -3
  409. package/lib/icons/General/IconFamily.d.ts +3 -3
  410. package/lib/icons/General/IconFerry.d.ts +3 -3
  411. package/lib/icons/General/IconFile.d.ts +3 -3
  412. package/lib/icons/General/IconFileAdd.d.ts +4 -0
  413. package/lib/icons/General/IconFileAdd.d.ts.map +1 -0
  414. package/lib/icons/General/IconFileAdd.js +15 -0
  415. package/lib/icons/General/IconFileCopy.d.ts +3 -3
  416. package/lib/icons/General/IconFileEdit.d.ts +3 -3
  417. package/lib/icons/General/IconFileExcel.d.ts +3 -3
  418. package/lib/icons/General/IconFilePDF.d.ts +3 -3
  419. package/lib/icons/General/IconFileWord.d.ts +3 -3
  420. package/lib/icons/General/IconFillOut.d.ts +3 -3
  421. package/lib/icons/General/IconFilterList.d.ts +3 -3
  422. package/lib/icons/General/IconFloor.d.ts +3 -3
  423. package/lib/icons/General/IconForward.d.ts +4 -0
  424. package/lib/icons/General/IconForward.d.ts.map +1 -0
  425. package/lib/icons/General/IconForward.js +15 -0
  426. package/lib/icons/General/IconGarage.d.ts +3 -3
  427. package/lib/icons/General/IconGrid.d.ts +3 -3
  428. package/lib/icons/General/IconGym.d.ts +3 -3
  429. package/lib/icons/General/IconHearth.d.ts +3 -3
  430. package/lib/icons/General/IconHearthOutline.d.ts +3 -3
  431. package/lib/icons/General/IconHelp.d.ts +3 -3
  432. package/lib/icons/General/IconHistory.d.ts +3 -3
  433. package/lib/icons/General/IconHouse.d.ts +3 -3
  434. package/lib/icons/General/IconHouseOutline.d.ts +3 -3
  435. package/lib/icons/General/IconHumans.d.ts +3 -3
  436. package/lib/icons/General/IconImportantComment.d.ts +3 -3
  437. package/lib/icons/General/IconInbox.d.ts +3 -3
  438. package/lib/icons/General/IconInfoFilled.d.ts +3 -3
  439. package/lib/icons/General/IconInfoOutline.d.ts +3 -3
  440. package/lib/icons/General/IconJointcost.d.ts +3 -3
  441. package/lib/icons/General/IconJointcost2.d.ts +3 -3
  442. package/lib/icons/General/IconKey.d.ts +3 -3
  443. package/lib/icons/General/IconKitchen.d.ts +3 -3
  444. package/lib/icons/General/IconLabel.d.ts +4 -0
  445. package/lib/icons/General/IconLabel.d.ts.map +1 -0
  446. package/lib/icons/General/IconLabel.js +15 -0
  447. package/lib/icons/General/IconLeisureTime.d.ts +3 -3
  448. package/lib/icons/General/IconLock.d.ts +3 -3
  449. package/lib/icons/General/IconLockLocked.d.ts +3 -3
  450. package/lib/icons/General/IconLockOpen.d.ts +3 -3
  451. package/lib/icons/General/IconLookup.d.ts +3 -3
  452. package/lib/icons/General/IconLookupFilled.d.ts +3 -3
  453. package/lib/icons/General/IconMail.d.ts +3 -3
  454. package/lib/icons/General/IconMap.d.ts +3 -3
  455. package/lib/icons/General/IconMembership.d.ts +3 -3
  456. package/lib/icons/General/IconMembershipFilled.d.ts +3 -3
  457. package/lib/icons/General/IconMenu.d.ts +3 -3
  458. package/lib/icons/General/IconMinus.d.ts +3 -3
  459. package/lib/icons/General/IconMinusAlt.d.ts +3 -3
  460. package/lib/icons/General/IconMinusAltFilled.d.ts +3 -3
  461. package/lib/icons/General/IconMoney.d.ts +3 -3
  462. package/lib/icons/General/IconParking.d.ts +3 -3
  463. package/lib/icons/General/IconPaymentCard.d.ts +3 -3
  464. package/lib/icons/General/IconPhone.d.ts +3 -3
  465. package/lib/icons/General/IconPlus.d.ts +3 -3
  466. package/lib/icons/General/IconPlusAlt.d.ts +3 -3
  467. package/lib/icons/General/IconPortalUser.d.ts +3 -3
  468. package/lib/icons/General/IconPrint.d.ts +3 -3
  469. package/lib/icons/General/IconProfile.d.ts +3 -3
  470. package/lib/icons/General/IconProfileFilled.d.ts +3 -3
  471. package/lib/icons/General/IconReciept.d.ts +3 -3
  472. package/lib/icons/General/IconRedo.d.ts +3 -3
  473. package/lib/icons/General/IconRefresh.d.ts +3 -3
  474. package/lib/icons/General/IconReply.d.ts +4 -0
  475. package/lib/icons/General/IconReply.d.ts.map +1 -0
  476. package/lib/icons/General/IconReply.js +15 -0
  477. package/lib/icons/General/IconReplyAll.d.ts +4 -0
  478. package/lib/icons/General/IconReplyAll.d.ts.map +1 -0
  479. package/lib/icons/General/IconReplyAll.js +15 -0
  480. package/lib/icons/General/IconRoom.d.ts +3 -3
  481. package/lib/icons/General/IconSave.d.ts +3 -3
  482. package/lib/icons/General/IconSearch.d.ts +3 -3
  483. package/lib/icons/General/IconSend.d.ts +3 -3
  484. package/lib/icons/General/IconSettings.d.ts +3 -3
  485. package/lib/icons/General/IconShopping.d.ts +3 -3
  486. package/lib/icons/General/IconSign.d.ts +3 -3
  487. package/lib/icons/General/IconSort.d.ts +3 -3
  488. package/lib/icons/General/IconStarFilled.d.ts +3 -3
  489. package/lib/icons/General/IconStarHalf.d.ts +3 -3
  490. package/lib/icons/General/IconStarOutline.d.ts +3 -3
  491. package/lib/icons/General/IconStore.d.ts +3 -3
  492. package/lib/icons/General/IconSubway.d.ts +3 -3
  493. package/lib/icons/General/IconSwitch.d.ts +3 -3
  494. package/lib/icons/General/IconTrain.d.ts +3 -3
  495. package/lib/icons/General/IconTram.d.ts +3 -3
  496. package/lib/icons/General/IconTransport.d.ts +3 -3
  497. package/lib/icons/General/IconTypeOfBuilding.d.ts +3 -3
  498. package/lib/icons/General/IconTypeOfBuildingOutline.d.ts +3 -3
  499. package/lib/icons/General/IconUndo.d.ts +3 -3
  500. package/lib/icons/General/IconUpload.d.ts +3 -3
  501. package/lib/icons/General/IconUser.d.ts +3 -3
  502. package/lib/icons/General/IconUserThin.d.ts +4 -0
  503. package/lib/icons/General/IconUserThin.d.ts.map +1 -0
  504. package/lib/icons/General/IconUserThin.js +15 -0
  505. package/lib/icons/General/IconVote.d.ts +3 -3
  506. package/lib/icons/General/IconWalk.d.ts +3 -3
  507. package/lib/icons/General/IconWarning.d.ts +3 -3
  508. package/lib/icons/General/IconWarningBell.d.ts +3 -3
  509. package/lib/icons/General/IconWork.d.ts +3 -3
  510. package/lib/icons/General/IconWorkFilled.d.ts +3 -3
  511. package/lib/icons/General/IconZip.d.ts +3 -3
  512. package/lib/icons/Logos/IconAmericanExpress.d.ts +3 -3
  513. package/lib/icons/Logos/IconBankAxept.d.ts +3 -3
  514. package/lib/icons/Logos/IconMasterCard.d.ts +3 -3
  515. package/lib/icons/Logos/IconVisa.d.ts +3 -3
  516. package/lib/icons/withIcon.d.ts +27 -27
  517. package/lib/illustrations/Backgrounds/IllustrationHousesBackground.d.ts +3 -3
  518. package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.d.ts +3 -3
  519. package/lib/illustrations/General/IllustrationError.d.ts +3 -3
  520. package/lib/illustrations/General/IllustrationErrorGeneric.d.ts +3 -3
  521. package/lib/illustrations/General/IllustrationHighHouse.d.ts +3 -3
  522. package/lib/illustrations/General/IllustrationHighHouseComposition.d.ts +3 -3
  523. package/lib/illustrations/General/IllustrationHouse.d.ts +3 -3
  524. package/lib/illustrations/General/IllustrationHouseComposition.d.ts +3 -3
  525. package/lib/illustrations/General/IllustrationHouseMissing.d.ts +3 -3
  526. package/lib/illustrations/General/IllustrationLowHouse.d.ts +3 -3
  527. package/lib/illustrations/General/IllustrationLowHouseComposition.d.ts +3 -3
  528. package/lib/illustrations/General/IllustrationPaperCompleted.d.ts +3 -3
  529. package/lib/illustrations/General/IllustrationPaperMissing.d.ts +3 -3
  530. package/lib/illustrations/General/IllustrationSemiDetachedHouse.d.ts +3 -3
  531. package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.d.ts +3 -3
  532. package/lib/illustrations/General/IllustrationSmallHouse.d.ts +3 -3
  533. package/lib/illustrations/General/IllustrationSmallHouseComposition.d.ts +3 -3
  534. package/lib/illustrations/General/IllustrationTerraceBlock.d.ts +3 -3
  535. package/lib/illustrations/General/IllustrationTerraceBlockComposition.d.ts +3 -3
  536. package/lib/illustrations/General/IllustrationTownHouse.d.ts +3 -3
  537. package/lib/illustrations/General/IllustrationTownHouseComposition.d.ts +3 -3
  538. package/lib/illustrations/MySite/IllustrationMySiteBuilding.d.ts +3 -3
  539. package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.d.ts +3 -3
  540. package/lib/illustrations/MySite/IllustrationMySiteComputer.d.ts +3 -3
  541. package/lib/illustrations/MySite/IllustrationMySiteGift.d.ts +3 -3
  542. package/lib/illustrations/MySite/IllustrationMySitePapers.d.ts +3 -3
  543. package/lib/illustrations/MySite/IllustrationMySitePiggyBank.d.ts +3 -3
  544. package/lib/illustrations/MySite/IllustrationMySiteTransfer.d.ts +3 -3
  545. package/lib/illustrations/styles.d.ts +3 -3
  546. package/lib/illustrations/styles.js +2 -2
  547. package/lib/illustrations/withIllustration.d.ts +24 -24
  548. package/lib/index.d.ts +279 -272
  549. package/lib/index.d.ts.map +1 -1
  550. package/lib/index.js +8 -1
  551. package/lib/layout/Footer/FooterButton/index.d.ts +15 -15
  552. package/lib/layout/Footer/FooterButton/styles.d.ts +16 -16
  553. package/lib/layout/Footer/FooterButton/styles.js +1 -1
  554. package/lib/layout/Footer/FooterCol/index.d.ts +5 -5
  555. package/lib/layout/Footer/FooterCol/styles.d.ts +5 -5
  556. package/lib/layout/Footer/FooterCol/styles.js +1 -1
  557. package/lib/layout/Footer/FooterGroup/index.d.ts +5 -5
  558. package/lib/layout/Footer/FooterGroup/styles.d.ts +5 -5
  559. package/lib/layout/Footer/FooterGroup/styles.js +1 -1
  560. package/lib/layout/Footer/FooterLabel/index.d.ts +5 -5
  561. package/lib/layout/Footer/FooterLabel/styles.d.ts +5 -5
  562. package/lib/layout/Footer/FooterLabel/styles.js +1 -1
  563. package/lib/layout/Footer/FooterLink/index.d.ts +19 -19
  564. package/lib/layout/Footer/FooterLink/styles.d.ts +16 -16
  565. package/lib/layout/Footer/FooterLink/styles.js +1 -1
  566. package/lib/layout/Footer/index.d.ts +6 -6
  567. package/lib/layout/Footer/styles.d.ts +7 -7
  568. package/lib/layout/Footer/styles.js +2 -2
  569. package/lib/layout/Layout/index.d.ts +6 -6
  570. package/lib/layout/Layout/styles.d.ts +5 -5
  571. package/lib/layout/Layout/styles.js +1 -1
  572. package/lib/layout/LayoutShell/index.d.ts +15 -15
  573. package/lib/layout/LayoutShell/styles.d.ts +21 -21
  574. package/lib/layout/LayoutShell/styles.js +10 -10
  575. package/lib/layout/Menu/AppPicker/index.d.ts +19 -19
  576. package/lib/layout/Menu/AppPicker/styles.d.ts +7 -7
  577. package/lib/layout/Menu/AppPicker/styles.js +3 -3
  578. package/lib/layout/Menu/MainMenu/index.d.ts +7 -7
  579. package/lib/layout/Menu/MainMenu/styles.d.ts +2 -2
  580. package/lib/layout/Menu/MainMenu/styles.js +1 -1
  581. package/lib/layout/Menu/MenuItem/index.d.ts +17 -17
  582. package/lib/layout/Menu/MenuItem/styles.d.ts +3 -3
  583. package/lib/layout/Menu/MenuItem/styles.js +2 -2
  584. package/lib/layout/Menu/MenuSpacer/index.d.ts +3 -3
  585. package/lib/layout/Menu/MenuSpacer/styles.d.ts +5 -5
  586. package/lib/layout/Menu/MenuSpacer/styles.js +1 -1
  587. package/lib/layout/Menu/MenuTop/index.d.ts +11 -11
  588. package/lib/layout/Menu/MenuTop/styles.d.ts +21 -21
  589. package/lib/layout/Menu/MenuTop/styles.js +3 -3
  590. package/lib/layout/Menu/SecondaryMenu/index.d.ts +13 -13
  591. package/lib/layout/Menu/SecondaryMenu/styles.d.ts +11 -11
  592. package/lib/layout/Menu/SecondaryMenu/styles.js +4 -4
  593. package/lib/layout/Menu/SecondaryMenuItem/index.d.ts +15 -15
  594. package/lib/layout/Menu/SecondaryMenuItem/styles.d.ts +1 -1
  595. package/lib/layout/Menu/SecondaryMenuItem/styles.js +1 -1
  596. package/lib/layout/Menu/index.d.ts +9 -9
  597. package/lib/layout/Menu/styles.d.ts +2 -2
  598. package/lib/layout/Menu/styles.js +1 -1
  599. package/lib/layout/Submenu/SubmenuItem/index.d.ts +18 -18
  600. package/lib/layout/Submenu/SubmenuItem/styles.d.ts +4 -4
  601. package/lib/layout/Submenu/SubmenuItem/styles.js +3 -3
  602. package/lib/layout/Submenu/SubmenuLightThemeBg/index.d.ts +7 -7
  603. package/lib/layout/Submenu/index.d.ts +16 -16
  604. package/lib/layout/Submenu/styles.d.ts +29 -29
  605. package/lib/layout/Submenu/styles.js +10 -10
  606. package/lib/layout/Topbar/index.d.ts +7 -7
  607. package/lib/layout/Topbar/styles.d.ts +2 -2
  608. package/lib/layout/Topbar/styles.js +1 -1
  609. package/lib/shared/recharts/CustomLegend/index.d.ts +3 -3
  610. package/lib/shared/recharts/CustomLegend/styles.d.ts +13 -13
  611. package/lib/shared/recharts/CustomLegend/styles.js +2 -2
  612. package/lib/shared/recharts/CustomTooltip/index.d.ts +8 -8
  613. package/lib/shared/recharts/CustomTooltip/styles.d.ts +15 -15
  614. package/lib/shared/recharts/CustomTooltip/styles.js +3 -3
  615. package/lib/utils/accountNumber.d.ts +3 -3
  616. package/lib/utils/alpha.d.ts +2 -2
  617. package/lib/utils/array.d.ts +2 -2
  618. package/lib/utils/dates.d.ts +14 -14
  619. package/lib/utils/file.d.ts +3 -0
  620. package/lib/utils/file.d.ts.map +1 -0
  621. package/lib/utils/file.js +12 -0
  622. package/lib/utils/format.d.ts +20 -20
  623. package/lib/utils/format.js +6 -6
  624. package/lib/utils/formatGraphPrice.d.ts +2 -2
  625. package/lib/utils/image.d.ts +2 -2
  626. package/lib/utils/pagination.d.ts +6 -6
  627. package/lib/utils/phone.d.ts +2 -2
  628. package/lib/utils/removeFocusOnMouseUp.d.ts +2 -2
  629. package/lib/utils/time.d.ts +25 -25
  630. package/lib/utils/time.js +14 -14
  631. package/lib/utils/url.d.ts +3 -3
  632. package/package.json +2 -1
  633. package/rollup.config.js +13 -13
  634. package/theme-generator.js +599 -599
  635. package/esm/core/SimpleBarChart/CustomLegend/index.js +0 -27
  636. package/esm/core/SimpleBarChart/CustomLegend/styles.js +0 -25
  637. package/esm/core/SimpleBarChart/CustomTooltip/index.js +0 -45
  638. package/esm/core/SimpleBarChart/CustomTooltip/styles.js +0 -39
  639. package/esm/core/SimpleBarChart/SimpleBarChart.data.js +0 -49
  640. package/lib/core/SimpleBarChart/CustomLegend/index.d.ts +0 -4
  641. package/lib/core/SimpleBarChart/CustomLegend/index.d.ts.map +0 -1
  642. package/lib/core/SimpleBarChart/CustomLegend/index.js +0 -27
  643. package/lib/core/SimpleBarChart/CustomLegend/styles.d.ts +0 -13
  644. package/lib/core/SimpleBarChart/CustomLegend/styles.d.ts.map +0 -1
  645. package/lib/core/SimpleBarChart/CustomLegend/styles.js +0 -25
  646. package/lib/core/SimpleBarChart/CustomTooltip/index.d.ts +0 -5
  647. package/lib/core/SimpleBarChart/CustomTooltip/index.d.ts.map +0 -1
  648. package/lib/core/SimpleBarChart/CustomTooltip/index.js +0 -45
  649. package/lib/core/SimpleBarChart/CustomTooltip/styles.d.ts +0 -16
  650. package/lib/core/SimpleBarChart/CustomTooltip/styles.d.ts.map +0 -1
  651. package/lib/core/SimpleBarChart/CustomTooltip/styles.js +0 -39
  652. package/lib/core/SimpleBarChart/SimpleBarChart.data.d.ts +0 -6
  653. package/lib/core/SimpleBarChart/SimpleBarChart.data.d.ts.map +0 -1
  654. package/lib/core/SimpleBarChart/SimpleBarChart.data.js +0 -49
@@ -14,8 +14,8 @@ export const Wrapper = _styled("div", process.env.NODE_ENV === "production" ? {
14
14
  } : {
15
15
  name: "t3g4jm",
16
16
  styles: "display:flex;height:233px;width:233px;svg{height:100%;}svg path,svg text{cursor:pointer;}",
17
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR2lDIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MsIFRoZW1lIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXHJcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xyXG5cclxuZXhwb3J0IGNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxyXG4gIGRpc3BsYXk6IGZsZXg7XHJcbiAgaGVpZ2h0OiAyMzNweDtcclxuICB3aWR0aDogMjMzcHg7XHJcblxyXG4gIHN2ZyB7XHJcbiAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgfVxyXG5cclxuICBzdmcgcGF0aCxcclxuICBzdmcgdGV4dCB7XHJcbiAgICBjdXJzb3I6IHBvaW50ZXI7XHJcbiAgfVxyXG5gXHJcblxyXG5leHBvcnQgY29uc3QgcGF0aEZpbGwgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXHJcbiAgZmlsbDogJHt0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5MTB9O1xyXG5gXHJcblxyXG5leHBvcnQgY29uc3QgYWN0aXZlcGllID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxyXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTQwfTtcclxuYFxyXG4iXX0= */",
17
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR2lDIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MsIFRoZW1lIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcblxuZXhwb3J0IGNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBoZWlnaHQ6IDIzM3B4O1xuICB3aWR0aDogMjMzcHg7XG5cbiAgc3ZnIHtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gIH1cblxuICBzdmcgcGF0aCxcbiAgc3ZnIHRleHQge1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgfVxuYFxuXG5leHBvcnQgY29uc3QgcGF0aEZpbGwgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTEwfTtcbmBcblxuZXhwb3J0IGNvbnN0IGFjdGl2ZXBpZSA9ICh0aGVtZTogVGhlbWUpID0+IGNzc2BcbiAgZmlsbDogJHt0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NDB9O1xuYFxuIl19 */",
18
18
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
19
19
  });
20
- export const pathFill = theme => /*#__PURE__*/css("fill:", theme.illustrationPrimary10, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:pathFill;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0I2QyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvcGFja2FnZXMvY29yZS9ZZWFyV2hlZWwvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xyXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcclxuXHJcbmV4cG9ydCBjb25zdCBXcmFwcGVyID0gc3R5bGVkLmRpdmBcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGhlaWdodDogMjMzcHg7XHJcbiAgd2lkdGg6IDIzM3B4O1xyXG5cclxuICBzdmcge1xyXG4gICAgaGVpZ2h0OiAxMDAlO1xyXG4gIH1cclxuXHJcbiAgc3ZnIHBhdGgsXHJcbiAgc3ZnIHRleHQge1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gIH1cclxuYFxyXG5cclxuZXhwb3J0IGNvbnN0IHBhdGhGaWxsID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxyXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTEwfTtcclxuYFxyXG5cclxuZXhwb3J0IGNvbnN0IGFjdGl2ZXBpZSA9ICh0aGVtZTogVGhlbWUpID0+IGNzc2BcclxuICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvblByaW1hcnk0MH07XHJcbmBcclxuIl19 */");
21
- export const activepie = theme => /*#__PURE__*/css("fill:", theme.illustrationPrimary40, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:activepie;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0I4QyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvcGFja2FnZXMvY29yZS9ZZWFyV2hlZWwvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xyXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcclxuXHJcbmV4cG9ydCBjb25zdCBXcmFwcGVyID0gc3R5bGVkLmRpdmBcclxuICBkaXNwbGF5OiBmbGV4O1xyXG4gIGhlaWdodDogMjMzcHg7XHJcbiAgd2lkdGg6IDIzM3B4O1xyXG5cclxuICBzdmcge1xyXG4gICAgaGVpZ2h0OiAxMDAlO1xyXG4gIH1cclxuXHJcbiAgc3ZnIHBhdGgsXHJcbiAgc3ZnIHRleHQge1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gIH1cclxuYFxyXG5cclxuZXhwb3J0IGNvbnN0IHBhdGhGaWxsID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxyXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTEwfTtcclxuYFxyXG5cclxuZXhwb3J0IGNvbnN0IGFjdGl2ZXBpZSA9ICh0aGVtZTogVGhlbWUpID0+IGNzc2BcclxuICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvblByaW1hcnk0MH07XHJcbmBcclxuIl19 */");
20
+ export const pathFill = theme => /*#__PURE__*/css("fill:", theme.illustrationPrimary10, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:pathFill;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0I2QyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvcGFja2FnZXMvY29yZS9ZZWFyV2hlZWwvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5cbmV4cG9ydCBjb25zdCBXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAyMzNweDtcbiAgd2lkdGg6IDIzM3B4O1xuXG4gIHN2ZyB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICB9XG5cbiAgc3ZnIHBhdGgsXG4gIHN2ZyB0ZXh0IHtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cbmBcblxuZXhwb3J0IGNvbnN0IHBhdGhGaWxsID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxuICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvblByaW1hcnkxMH07XG5gXG5cbmV4cG9ydCBjb25zdCBhY3RpdmVwaWUgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTQwfTtcbmBcbiJdfQ== */");
21
+ export const activepie = theme => /*#__PURE__*/css("fill:", theme.illustrationPrimary40, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:activepie;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL1llYXJXaGVlbC9zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0I4QyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvcGFja2FnZXMvY29yZS9ZZWFyV2hlZWwvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzLCBUaGVtZSB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5cbmV4cG9ydCBjb25zdCBXcmFwcGVyID0gc3R5bGVkLmRpdmBcbiAgZGlzcGxheTogZmxleDtcbiAgaGVpZ2h0OiAyMzNweDtcbiAgd2lkdGg6IDIzM3B4O1xuXG4gIHN2ZyB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICB9XG5cbiAgc3ZnIHBhdGgsXG4gIHN2ZyB0ZXh0IHtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gIH1cbmBcblxuZXhwb3J0IGNvbnN0IHBhdGhGaWxsID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxuICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvblByaW1hcnkxMH07XG5gXG5cbmV4cG9ydCBjb25zdCBhY3RpdmVwaWUgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTQwfTtcbmBcbiJdfQ== */");
@@ -1,38 +1,38 @@
1
- import React from 'react';
2
- export declare type ButtonOrLinkTypes = HTMLAnchorElement | HTMLButtonElement;
3
- export declare type Props = {
4
- [prop: string]: unknown;
5
- /** Icon to display at the end the content. */
6
- afterIcon?: React.ReactNode;
7
- /** Icon to display at the start the content. */
8
- beforeIcon?: React.ReactNode;
9
- /** Content within the button or link. */
10
- children: NonNullable<React.ReactNode>;
11
- /** Whether the element is disabled. */
12
- disabled?: boolean;
13
- /** Render as an anchor link with a URL. */
14
- href?: string;
15
- /** Whether the element is loading. */
16
- loading?: boolean;
17
- /** Callback fired when the element is clicked. */
18
- onClick?: (event: React.MouseEvent<ButtonOrLinkTypes>) => void;
19
- /** Callback fired when the element is released. */
20
- onMouseUp?: (event: React.MouseEvent<ButtonOrLinkTypes>) => void;
21
- /** When a link, open the target in a new window. */
22
- openInNewWindow?: boolean;
23
- /** Rel attribute override for if the component has an href */
24
- rel?: string;
25
- /** Add a data-tracking-event attribute. */
26
- trackingEvent?: string;
27
- /** Add a data-tracking-name attribute. */
28
- trackingName?: string;
29
- /** When a button, the type of button. */
30
- type?: 'button' | 'submit' | 'reset';
31
- /** Link target */
32
- target?: string;
33
- /** Specifies the link as a download link . */
34
- download?: any;
35
- };
36
- declare const ButtonOrLink: React.FC<Props>;
37
- export default ButtonOrLink;
1
+ import React from 'react';
2
+ export declare type ButtonOrLinkTypes = HTMLAnchorElement | HTMLButtonElement;
3
+ export declare type Props = {
4
+ [prop: string]: unknown;
5
+ /** Icon to display at the end the content. */
6
+ afterIcon?: React.ReactNode;
7
+ /** Icon to display at the start the content. */
8
+ beforeIcon?: React.ReactNode;
9
+ /** Content within the button or link. */
10
+ children: NonNullable<React.ReactNode>;
11
+ /** Whether the element is disabled. */
12
+ disabled?: boolean;
13
+ /** Render as an anchor link with a URL. */
14
+ href?: string;
15
+ /** Whether the element is loading. */
16
+ loading?: boolean;
17
+ /** Callback fired when the element is clicked. */
18
+ onClick?: (event: React.MouseEvent<ButtonOrLinkTypes>) => void;
19
+ /** Callback fired when the element is released. */
20
+ onMouseUp?: (event: React.MouseEvent<ButtonOrLinkTypes>) => void;
21
+ /** When a link, open the target in a new window. */
22
+ openInNewWindow?: boolean;
23
+ /** Rel attribute override for if the component has an href */
24
+ rel?: string;
25
+ /** Add a data-tracking-event attribute. */
26
+ trackingEvent?: string;
27
+ /** Add a data-tracking-name attribute. */
28
+ trackingName?: string;
29
+ /** When a button, the type of button. */
30
+ type?: 'button' | 'submit' | 'reset';
31
+ /** Link target */
32
+ target?: string;
33
+ /** Specifies the link as a download link . */
34
+ download?: any;
35
+ };
36
+ declare const ButtonOrLink: React.FC<Props>;
37
+ export default ButtonOrLink;
38
38
  //# sourceMappingURL=ButtonOrLink.d.ts.map
@@ -1,6 +1,6 @@
1
- import { IPreemption, IUnit } from '../PreemptionCard/models';
2
- declare const getAreaTextForPreemptionUnit: (unit: IUnit) => string;
3
- declare const isDeadlineClosing: (date: string | Date) => boolean;
4
- declare const getMeldefristText: (preemption: IPreemption) => string;
5
- export { getAreaTextForPreemptionUnit, isDeadlineClosing, getMeldefristText };
1
+ import { IPreemption, IUnit } from '../PreemptionCard/models';
2
+ declare const getAreaTextForPreemptionUnit: (unit: IUnit) => string;
3
+ declare const isDeadlineClosing: (date: string | Date) => boolean;
4
+ declare const getMeldefristText: (preemption: IPreemption) => string;
5
+ export { getAreaTextForPreemptionUnit, isDeadlineClosing, getMeldefristText };
6
6
  //# sourceMappingURL=preemption.d.ts.map
@@ -1,3 +1,3 @@
1
- declare const useDebounce: (value: any, delay: number) => any;
2
- export { useDebounce };
1
+ declare const useDebounce: (value: any, delay: number) => any;
2
+ export { useDebounce };
3
3
  //# sourceMappingURL=debounce.d.ts.map
@@ -1,10 +1,10 @@
1
- declare const bp: {
2
- small: string;
3
- medium: string;
4
- large: string;
5
- xlarge: string;
6
- heightMedium: string;
7
- heightSmall: string;
8
- };
9
- export default bp;
1
+ declare const bp: {
2
+ small: string;
3
+ medium: string;
4
+ large: string;
5
+ xlarge: string;
6
+ heightMedium: string;
7
+ heightSmall: string;
8
+ };
9
+ export default bp;
10
10
  //# sourceMappingURL=breakpoints.d.ts.map
@@ -1,9 +1,9 @@
1
- declare const paddings: {
2
- p1: string;
3
- p2: string;
4
- p3: string;
5
- p4: string;
6
- p5: string;
7
- };
8
- export default paddings;
1
+ declare const paddings: {
2
+ p1: string;
3
+ p2: string;
4
+ p3: string;
5
+ p4: string;
6
+ p5: string;
7
+ };
8
+ export default paddings;
9
9
  //# sourceMappingURL=paddings.d.ts.map
@@ -1,9 +1,9 @@
1
- declare const regularExpressions: {
2
- phonenumber: RegExp;
3
- exclusiveNumbers: RegExp;
4
- date: RegExp;
5
- email: RegExp;
6
- year: RegExp;
7
- };
8
- export default regularExpressions;
1
+ declare const regularExpressions: {
2
+ phonenumber: RegExp;
3
+ exclusiveNumbers: RegExp;
4
+ date: RegExp;
5
+ email: RegExp;
6
+ year: RegExp;
7
+ };
8
+ export default regularExpressions;
9
9
  //# sourceMappingURL=regularExpressions.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const useIsMobile: (width?: number | undefined) => boolean;
1
+ export declare const useIsMobile: (width?: number | undefined) => boolean;
2
2
  //# sourceMappingURL=useIsMobile.d.ts.map
@@ -1,3 +1,3 @@
1
- export declare const useScreenOrientation: () => "portrait-primary" | "landscape-primary" | "landscape-secondary" | "portrait-secondary";
2
- export default useScreenOrientation;
1
+ export declare const useScreenOrientation: () => "landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary";
2
+ export default useScreenOrientation;
3
3
  //# sourceMappingURL=useScreenOrientation.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconApartment.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArchives.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArea.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArrowDown.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArrowLeft.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArrowRight.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconArrowUp.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconAttachment.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBack.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBath.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBblFlame.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBblShield.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBblWater.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBellOutline.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBlock.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBoard.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBookmarkFilled.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBookmarkOutline.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconBus.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCalendar.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCar.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCaretDown.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCaretLeft.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCaretRight.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCaretUp.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCheck.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCheckedFilled.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCheckedOutline.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconChevronDown.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconChevronLeft.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconChevronRight.d.ts.map
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
+ //# sourceMappingURL=IconChoice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconChoice.d.ts","sourceRoot":"","sources":["../../../src/packages/icons/General/IconChoice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;;AAWzB,wBAAiD"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+
5
+ const IconChoice = props => {
6
+ return /*#__PURE__*/_jsx("svg", {
7
+ viewBox: "0 0 14 14",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsx("path", {
10
+ d: "M6.9967 3.3333C7.9133 3.3333 8.6633 2.5833 8.6633 1.6667 8.6633.75 7.9133 0 6.9967 0 6.08 0 5.33.75 5.33 1.6667 5.33 2.5833 6.08 3.3333 6.9967 3.3333ZM6.9967 5C6.08 5 5.33 5.75 5.33 6.6667 5.33 7.5833 6.08 8.3333 6.9967 8.3333 7.9133 8.3333 8.6633 7.5833 8.6633 6.6667 8.6633 5.75 7.9133 5 6.9967 5ZM6.9967 10C6.08 10 5.33 10.75 5.33 11.6667 5.33 12.5833 6.08 13.3333 6.9967 13.3333 7.9133 13.3333 8.6633 12.5833 8.6633 11.6667 8.6633 10.75 7.9133 10 6.9967 10Z"
11
+ })
12
+ });
13
+ };
14
+
15
+ export default withIcon('IconChoice')(IconChoice);
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconClose.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCloseAlt.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconComment.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCommunication.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCommunicationFilled.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCompanyBuilding.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCompanyBuildingFilled.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconCompanyBuildingOutline.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconDashboard.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconDashboardFilled.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
- export default _default;
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIcon").WithIconWrapperProps>;
3
+ export default _default;
4
4
  //# sourceMappingURL=IconDelete.d.ts.map