@bbl-digital/snorre 4.2.74 → 4.2.75
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.
- package/dist/DailyMotion-BlSi_Pi6.mjs +135 -0
- package/dist/Facebook-C_Gfm8ah.mjs +120 -0
- package/dist/FilePlayer-ELk7Q4ZX.mjs +201 -0
- package/dist/Kaltura-DouYsB04.mjs +120 -0
- package/dist/Mixcloud-CdI5m1l6.mjs +112 -0
- package/dist/Mux-H2xDlzEG.mjs +164 -0
- package/dist/Preview-kxhr2P2o.mjs +127 -0
- package/dist/SoundCloud-EhBryb8K.mjs +122 -0
- package/dist/Streamable-D8dAC2_e.mjs +114 -0
- package/dist/Twitch-6mnwt71C.mjs +116 -0
- package/dist/Vidyard-B6qlM5nY.mjs +112 -0
- package/dist/Vimeo-C3CbKxjA.mjs +145 -0
- package/dist/Wistia-rd8PWSxZ.mjs +123 -0
- package/dist/YouTube-DFe-8eml.mjs +175 -0
- package/dist/index-4sQ1LeGA.mjs +92519 -0
- package/dist/snorre.mjs +349 -0
- package/dist/snorre.umd.js +5540 -0
- package/dist/style.css +7 -0
- package/lib/app-shell/index.d.ts +0 -1
- package/lib/app-shell/index.js +20 -44
- package/lib/app-shell/theme.d.ts +0 -1
- package/lib/app-shell/theme.js +6 -13
- package/lib/core/Alert/Alert.stories.d.ts +0 -1
- package/lib/core/Alert/Alert.stories.js +37 -44
- package/lib/core/Alert/index.d.ts +0 -1
- package/lib/core/Alert/index.js +38 -68
- package/lib/core/Alert/styles.d.ts +0 -1
- package/lib/core/Alert/styles.js +54 -22
- package/lib/core/AppLoader/AppLoader.stories.d.ts +0 -1
- package/lib/core/AppLoader/AppLoader.stories.js +7 -14
- package/lib/core/AppLoader/index.d.ts +0 -1
- package/lib/core/AppLoader/index.js +9 -28
- package/lib/core/AppLoader/styles.d.ts +0 -1
- package/lib/core/AppLoader/styles.js +58 -10
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts +16 -17
- package/lib/core/Autocomplete/Autocomplete.stories.js +164 -332
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useAutocomplete.js +201 -208
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.js +12 -22
- package/lib/core/Autocomplete/index.d.ts +0 -1
- package/lib/core/Autocomplete/index.interfaces.d.ts +0 -1
- package/lib/core/Autocomplete/index.interfaces.js +1 -5
- package/lib/core/Autocomplete/index.js +67 -147
- package/lib/core/Autocomplete/styles.d.ts +0 -1
- package/lib/core/Autocomplete/styles.js +217 -74
- package/lib/core/Banner/Banner.stories.d.ts +0 -1
- package/lib/core/Banner/Banner.stories.js +49 -93
- package/lib/core/Banner/index.d.ts +0 -1
- package/lib/core/Banner/index.js +7 -42
- package/lib/core/Banner/styles.d.ts +0 -1
- package/lib/core/Banner/styles.js +41 -40
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts +2 -3
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +70 -187
- package/lib/core/BarAndLineComposedChart/index.d.ts +0 -1
- package/lib/core/BarAndLineComposedChart/index.js +22 -115
- package/lib/core/BarAndLineComposedChart/styles.d.ts +0 -1
- package/lib/core/BarAndLineComposedChart/styles.js +5 -14
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts +1 -2
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.js +83 -86
- package/lib/core/BarChartWithCustomizedEvent/index.d.ts +0 -1
- package/lib/core/BarChartWithCustomizedEvent/index.js +31 -115
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +0 -1
- package/lib/core/BarChartWithCustomizedEvent/styles.js +15 -19
- package/lib/core/Box/Box.stories.d.ts +0 -1
- package/lib/core/Box/Box.stories.js +65 -87
- package/lib/core/Box/index.d.ts +0 -1
- package/lib/core/Box/index.js +25 -70
- package/lib/core/Box/styles.d.ts +0 -1
- package/lib/core/Box/styles.js +36 -55
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts +8 -9
- package/lib/core/BoxedTable/BoxedTable.stories.js +43 -356
- package/lib/core/BoxedTable/DraggableRow/index.d.ts +0 -1
- package/lib/core/BoxedTable/DraggableRow/index.js +6 -42
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts +0 -1
- package/lib/core/BoxedTable/DraggableRow/styles.js +29 -60
- package/lib/core/BoxedTable/HeaderCell/index.d.ts +0 -1
- package/lib/core/BoxedTable/HeaderCell/index.js +21 -39
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts +0 -1
- package/lib/core/BoxedTable/HeaderCell/styles.js +12 -17
- package/lib/core/BoxedTable/RowCell/index.d.ts +0 -1
- package/lib/core/BoxedTable/RowCell/index.js +14 -34
- package/lib/core/BoxedTable/RowCell/styles.d.ts +0 -1
- package/lib/core/BoxedTable/RowCell/styles.js +48 -53
- package/lib/core/BoxedTable/TableHeader/index.d.ts +0 -1
- package/lib/core/BoxedTable/TableHeader/index.js +5 -18
- package/lib/core/BoxedTable/TableHeader/styles.d.ts +0 -1
- package/lib/core/BoxedTable/TableHeader/styles.js +7 -22
- package/lib/core/BoxedTable/TableRow/index.d.ts +0 -1
- package/lib/core/BoxedTable/TableRow/index.js +18 -71
- package/lib/core/BoxedTable/TableRow/styles.d.ts +0 -1
- package/lib/core/BoxedTable/TableRow/styles.js +64 -75
- package/lib/core/BoxedTable/index.d.ts +0 -1
- package/lib/core/BoxedTable/index.js +26 -54
- package/lib/core/BoxedTable/models.d.ts +0 -1
- package/lib/core/BoxedTable/models.js +1 -5
- package/lib/core/BoxedTable/styles.d.ts +0 -1
- package/lib/core/BoxedTable/styles.js +213 -78
- package/lib/core/Button/Button.stories.d.ts +0 -1
- package/lib/core/Button/Button.stories.js +118 -127
- package/lib/core/Button/index.d.ts +0 -1
- package/lib/core/Button/index.js +52 -71
- package/lib/core/Button/styles.d.ts +0 -1
- package/lib/core/Button/styles.js +203 -92
- package/lib/core/Calendar/Calendar.stories.d.ts +3 -4
- package/lib/core/Calendar/Calendar.stories.js +29 -42
- package/lib/core/Calendar/CalendarEvent/index.d.ts +0 -1
- package/lib/core/Calendar/CalendarEvent/index.js +36 -90
- package/lib/core/Calendar/CalendarEvent/styles.d.ts +0 -1
- package/lib/core/Calendar/CalendarEvent/styles.js +53 -68
- package/lib/core/Calendar/CalendarSmallEvent/index.d.ts +0 -1
- package/lib/core/Calendar/CalendarSmallEvent/index.js +37 -91
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +0 -1
- package/lib/core/Calendar/CalendarSmallEvent/styles.js +71 -68
- package/lib/core/Calendar/index.d.ts +0 -1
- package/lib/core/Calendar/index.js +30 -78
- package/lib/core/Calendar/styles.d.ts +0 -1
- package/lib/core/Calendar/styles.js +75 -62
- package/lib/core/Calendar/util.d.ts +0 -1
- package/lib/core/Calendar/util.js +8 -14
- package/lib/core/Card/Card.stories.d.ts +5 -6
- package/lib/core/Card/Card.stories.js +33 -68
- package/lib/core/Card/index.d.ts +0 -1
- package/lib/core/Card/index.js +26 -34
- package/lib/core/Card/styles.d.ts +0 -1
- package/lib/core/Card/styles.js +47 -63
- package/lib/core/Checkbox/Checkbox.stories.d.ts +0 -1
- package/lib/core/Checkbox/Checkbox.stories.js +37 -44
- package/lib/core/Checkbox/index.d.ts +0 -1
- package/lib/core/Checkbox/index.js +23 -61
- package/lib/core/Checkbox/styles.d.ts +0 -1
- package/lib/core/Checkbox/styles.js +100 -37
- package/lib/core/CollapseList/CollapseList.stories.d.ts +0 -1
- package/lib/core/CollapseList/CollapseList.stories.js +19 -54
- package/lib/core/CollapseList/Item.d.ts +0 -1
- package/lib/core/CollapseList/Item.js +29 -71
- package/lib/core/CollapseList/index.d.ts +0 -1
- package/lib/core/CollapseList/index.js +6 -22
- package/lib/core/CollapseList/styles.d.ts +0 -1
- package/lib/core/CollapseList/styles.js +35 -26
- package/lib/core/CommentsTimeline/CommentLine/index.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentLine/index.js +11 -67
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.js +59 -41
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.js +19 -87
- package/lib/core/CommentsTimeline/index.d.ts +0 -1
- package/lib/core/CommentsTimeline/index.js +5 -19
- package/lib/core/CommentsTimeline/styles.d.ts +0 -1
- package/lib/core/CommentsTimeline/styles.js +9 -21
- package/lib/core/CustomText/CustomText.stories.d.ts +0 -1
- package/lib/core/CustomText/CustomText.stories.js +28 -35
- package/lib/core/CustomText/index.d.ts +0 -1
- package/lib/core/CustomText/index.js +17 -39
- package/lib/core/CustomText/styles.d.ts +0 -1
- package/lib/core/CustomText/styles.js +10 -31
- package/lib/core/Datepicker/Datepicker.stories.d.ts +5 -6
- package/lib/core/Datepicker/Datepicker.stories.js +28 -59
- package/lib/core/Datepicker/index.d.ts +0 -1
- package/lib/core/Datepicker/index.js +109 -176
- package/lib/core/Datepicker/styles.d.ts +0 -1
- package/lib/core/Datepicker/styles.js +233 -60
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts +0 -1
- package/lib/core/DatepickerRange/DatepickerRange.stories.js +12 -27
- package/lib/core/DatepickerRange/index.d.ts +0 -1
- package/lib/core/DatepickerRange/index.js +61 -104
- package/lib/core/DatepickerRange/styles.d.ts +0 -1
- package/lib/core/DatepickerRange/styles.js +169 -54
- package/lib/core/Divider/index.d.ts +0 -1
- package/lib/core/Divider/index.js +12 -26
- package/lib/core/Divider/styles.d.ts +0 -1
- package/lib/core/Divider/styles.js +22 -22
- package/lib/core/Dropdown/Dropdown.stories.d.ts +0 -1
- package/lib/core/Dropdown/Dropdown.stories.js +38 -55
- package/lib/core/Dropdown/index.d.ts +0 -1
- package/lib/core/Dropdown/index.js +64 -100
- package/lib/core/Dropdown/styles.d.ts +0 -1
- package/lib/core/Dropdown/styles.js +27 -12
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts +0 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.js +27 -56
- package/lib/core/DropdownMenu/DropdownMenuOption.d.ts +0 -1
- package/lib/core/DropdownMenu/DropdownMenuOption.js +8 -30
- package/lib/core/DropdownMenu/index.d.ts +0 -1
- package/lib/core/DropdownMenu/index.js +37 -64
- package/lib/core/DropdownMenu/styles.d.ts +0 -1
- package/lib/core/DropdownMenu/styles.js +48 -38
- package/lib/core/FileInput/FileInput.stories.d.ts +0 -1
- package/lib/core/FileInput/FileInput.stories.js +73 -80
- package/lib/core/FileInput/index.d.ts +0 -1
- package/lib/core/FileInput/index.js +66 -144
- package/lib/core/FileInput/styles.d.ts +0 -1
- package/lib/core/FileInput/styles.js +90 -149
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts +0 -1
- package/lib/core/GoogleButton/GoogleButton.stories.js +10 -17
- package/lib/core/GoogleButton/index.d.ts +0 -1
- package/lib/core/GoogleButton/index.js +15 -30
- package/lib/core/GoogleButton/styles.d.ts +0 -1
- package/lib/core/GoogleButton/styles.js +24 -21
- package/lib/core/Header/Header.stories.d.ts +0 -1
- package/lib/core/Header/Header.stories.js +60 -67
- package/lib/core/Header/index.d.ts +0 -1
- package/lib/core/Header/index.js +16 -31
- package/lib/core/Header/styles.d.ts +0 -1
- package/lib/core/Header/styles.js +46 -20
- package/lib/core/HighlightText/HighlightText.stories.d.ts +0 -1
- package/lib/core/HighlightText/HighlightText.stories.js +19 -26
- package/lib/core/HighlightText/index.d.ts +0 -1
- package/lib/core/HighlightText/index.js +12 -37
- package/lib/core/HighlightText/styles.d.ts +0 -1
- package/lib/core/HighlightText/styles.js +6 -22
- package/lib/core/Html/Html.stories.d.ts +0 -1
- package/lib/core/Html/Html.stories.js +35 -51
- package/lib/core/Html/index.d.ts +2 -3
- package/lib/core/Html/index.js +27 -42
- package/lib/core/Html/styles.d.ts +0 -1
- package/lib/core/Html/styles.js +137 -29
- package/lib/core/Image/Image.stories.d.ts +0 -1
- package/lib/core/Image/Image.stories.js +39 -46
- package/lib/core/Image/index.d.ts +0 -1
- package/lib/core/Image/index.js +31 -55
- package/lib/core/Image/styles.d.ts +0 -1
- package/lib/core/Image/styles.js +23 -23
- package/lib/core/ImagePicker/IconWithBackground.d.ts +0 -1
- package/lib/core/ImagePicker/IconWithBackground.js +13 -20
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts +0 -1
- package/lib/core/ImagePicker/ImagePicker.stories.js +12 -33
- package/lib/core/ImagePicker/UploadButton.d.ts +0 -1
- package/lib/core/ImagePicker/UploadButton.js +11 -40
- package/lib/core/ImagePicker/index.d.ts +0 -1
- package/lib/core/ImagePicker/index.js +29 -136
- package/lib/core/ImagePicker/styles.d.ts +0 -1
- package/lib/core/ImagePicker/styles.js +114 -74
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts +0 -1
- package/lib/core/ImageViewer/ImageViewer.stories.js +17 -19
- package/lib/core/ImageViewer/index.d.ts +0 -1
- package/lib/core/ImageViewer/index.js +28 -110
- package/lib/core/ImageViewer/styles.d.ts +0 -1
- package/lib/core/ImageViewer/styles.js +88 -37
- package/lib/core/InfoButton/InfoButton.stories.d.ts +0 -1
- package/lib/core/InfoButton/InfoButton.stories.js +42 -59
- package/lib/core/InfoButton/index.d.ts +0 -1
- package/lib/core/InfoButton/index.js +38 -84
- package/lib/core/InfoButton/styles.d.ts +0 -1
- package/lib/core/InfoButton/styles.js +124 -65
- package/lib/core/Input/Input.stories.d.ts +0 -1
- package/lib/core/Input/Input.stories.js +193 -200
- package/lib/core/Input/index.d.ts +0 -1
- package/lib/core/Input/index.js +105 -151
- package/lib/core/Input/styles.d.ts +0 -1
- package/lib/core/Input/styles.js +199 -65
- package/lib/core/Link/Link.stories.d.ts +0 -1
- package/lib/core/Link/Link.stories.js +67 -74
- package/lib/core/Link/index.d.ts +0 -1
- package/lib/core/Link/index.js +18 -50
- package/lib/core/Link/styles.d.ts +0 -1
- package/lib/core/Link/styles.js +64 -72
- package/lib/core/List/Item.d.ts +0 -1
- package/lib/core/List/Item.js +5 -22
- package/lib/core/List/List.stories.d.ts +0 -1
- package/lib/core/List/List.stories.js +63 -166
- package/lib/core/List/index.d.ts +0 -1
- package/lib/core/List/index.js +33 -38
- package/lib/core/List/styles.d.ts +0 -1
- package/lib/core/List/styles.js +220 -129
- package/lib/core/ListPager/ListPager.stories.d.ts +0 -1
- package/lib/core/ListPager/ListPager.stories.js +14 -21
- package/lib/core/ListPager/index.d.ts +0 -1
- package/lib/core/ListPager/index.js +21 -56
- package/lib/core/ListPager/styles.d.ts +0 -1
- package/lib/core/ListPager/styles.js +20 -38
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts +0 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.js +38 -38
- package/lib/core/MediaCarousel/index.d.ts +0 -1
- package/lib/core/MediaCarousel/index.js +17 -98
- package/lib/core/MediaCarousel/styles.d.ts +0 -1
- package/lib/core/MediaCarousel/styles.js +57 -60
- package/lib/core/Modal/ActionButtons/index.d.ts +0 -1
- package/lib/core/Modal/ActionButtons/index.js +11 -29
- package/lib/core/Modal/Modal.stories.d.ts +0 -1
- package/lib/core/Modal/Modal.stories.js +71 -133
- package/lib/core/Modal/index.d.ts +0 -1
- package/lib/core/Modal/index.js +74 -176
- package/lib/core/Modal/styles.d.ts +0 -1
- package/lib/core/Modal/styles.js +94 -93
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts +2 -3
- package/lib/core/NoticeCard/NoticeCard.stories.js +47 -61
- package/lib/core/NoticeCard/index.d.ts +0 -1
- package/lib/core/NoticeCard/index.js +21 -106
- package/lib/core/NoticeCard/models.d.ts +0 -1
- package/lib/core/NoticeCard/models.js +5 -11
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +11 -47
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +51 -41
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.js +7 -28
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +6 -22
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +9 -45
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +12 -41
- package/lib/core/NoticeCard/styles.d.ts +0 -1
- package/lib/core/NoticeCard/styles.js +60 -48
- package/lib/core/NoticeCard/utils.d.ts +0 -1
- package/lib/core/NoticeCard/utils.js +16 -34
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts +2 -3
- package/lib/core/NotificationCounter/NotificationCounter.stories.js +12 -24
- package/lib/core/NotificationCounter/index.d.ts +0 -1
- package/lib/core/NotificationCounter/index.js +10 -26
- package/lib/core/NotificationCounter/styles.d.ts +0 -1
- package/lib/core/NotificationCounter/styles.js +25 -19
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.js +5 -43
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationRow/styles.js +37 -42
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +24 -59
- package/lib/core/NotificationsMenu/index.d.ts +0 -1
- package/lib/core/NotificationsMenu/index.js +48 -94
- package/lib/core/NotificationsMenu/styles.d.ts +0 -1
- package/lib/core/NotificationsMenu/styles.js +47 -37
- package/lib/core/PieChart/ActiveShape/index.d.ts +0 -1
- package/lib/core/PieChart/ActiveShape/index.js +7 -40
- package/lib/core/PieChart/PieChart.stories.d.ts +4 -5
- package/lib/core/PieChart/PieChart.stories.js +25 -84
- package/lib/core/PieChart/index.d.ts +0 -1
- package/lib/core/PieChart/index.js +44 -90
- package/lib/core/PieChart/renderTextContent/index.d.ts +0 -1
- package/lib/core/PieChart/renderTextContent/index.js +7 -47
- package/lib/core/PieChart/styles.d.ts +0 -1
- package/lib/core/PieChart/styles.js +9 -32
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts +0 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.js +62 -75
- package/lib/core/PreemptionCard/index.d.ts +0 -1
- package/lib/core/PreemptionCard/index.js +31 -80
- package/lib/core/PreemptionCard/models.d.ts +0 -1
- package/lib/core/PreemptionCard/models.js +7 -13
- package/lib/core/PreemptionCard/styles.d.ts +0 -1
- package/lib/core/PreemptionCard/styles.js +43 -55
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts +1 -2
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.js +11 -21
- package/lib/core/PreemptionCardLoading/index.d.ts +0 -1
- package/lib/core/PreemptionCardLoading/index.js +7 -24
- package/lib/core/PreemptionCardLoading/styles.d.ts +0 -1
- package/lib/core/PreemptionCardLoading/styles.js +26 -47
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts +8 -9
- package/lib/core/QuillEditor/QuillEditor.stories.js +44 -106
- package/lib/core/QuillEditor/classes/LinkSanitizer.d.ts +0 -1
- package/lib/core/QuillEditor/classes/LinkSanitizer.js +28 -28
- package/lib/core/QuillEditor/classes/ListItem.d.ts +0 -1
- package/lib/core/QuillEditor/classes/ListItem.js +20 -25
- package/lib/core/QuillEditor/config.d.ts +3 -4
- package/lib/core/QuillEditor/config.js +15 -30
- package/lib/core/QuillEditor/index.d.ts +0 -1
- package/lib/core/QuillEditor/index.js +225 -287
- package/lib/core/QuillEditor/models.d.ts +0 -1
- package/lib/core/QuillEditor/models.js +1 -5
- package/lib/core/QuillEditor/styles.d.ts +0 -1
- package/lib/core/QuillEditor/styles.js +198 -38
- package/lib/core/Radio/Radio.stories.d.ts +4 -5
- package/lib/core/Radio/Radio.stories.js +18 -68
- package/lib/core/Radio/index.d.ts +0 -1
- package/lib/core/Radio/index.js +11 -36
- package/lib/core/Radio/styles.d.ts +0 -1
- package/lib/core/Radio/styles.js +95 -20
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts +4 -5
- package/lib/core/SearchFilter/SearchFilter.stories.js +47 -115
- package/lib/core/SearchFilter/index.d.ts +0 -1
- package/lib/core/SearchFilter/index.js +77 -180
- package/lib/core/SearchFilter/styles.d.ts +0 -1
- package/lib/core/SearchFilter/styles.js +132 -106
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts +2 -3
- package/lib/core/SearchSelect/SearchSelect.stories.js +47 -57
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts +0 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.js +19 -25
- package/lib/core/SearchSelect/index.d.ts +0 -1
- package/lib/core/SearchSelect/index.js +57 -101
- package/lib/core/SearchSelect/interface/IProps.d.ts +0 -1
- package/lib/core/SearchSelect/interface/IProps.js +1 -5
- package/lib/core/SearchSelect/styles.d.ts +0 -1
- package/lib/core/SearchSelect/styles.js +64 -70
- package/lib/core/Select/Option.d.ts +0 -1
- package/lib/core/Select/Option.js +15 -39
- package/lib/core/Select/Select.stories.d.ts +11 -12
- package/lib/core/Select/Select.stories.js +58 -251
- package/lib/core/Select/index.d.ts +0 -1
- package/lib/core/Select/index.js +96 -152
- package/lib/core/Select/styles.d.ts +0 -1
- package/lib/core/Select/styles.js +177 -100
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts +4 -5
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.js +169 -177
- package/lib/core/SimpleBarChart/index.d.ts +0 -1
- package/lib/core/SimpleBarChart/index.js +24 -101
- package/lib/core/SimpleBarChart/styles.d.ts +0 -1
- package/lib/core/SimpleBarChart/styles.js +5 -14
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts +1 -2
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.js +56 -59
- package/lib/core/SimpleLineChart/index.d.ts +0 -1
- package/lib/core/SimpleLineChart/index.js +16 -95
- package/lib/core/SimpleLineChart/styles.d.ts +0 -1
- package/lib/core/SimpleLineChart/styles.js +5 -14
- package/lib/core/Skeleton/Skeleton.stories.d.ts +0 -1
- package/lib/core/Skeleton/Skeleton.stories.js +41 -48
- package/lib/core/Skeleton/index.d.ts +0 -1
- package/lib/core/Skeleton/index.js +17 -41
- package/lib/core/Skeleton/styles.d.ts +0 -1
- package/lib/core/Skeleton/styles.js +25 -34
- package/lib/core/Spinner/Spinner.stories.d.ts +4 -5
- package/lib/core/Spinner/Spinner.stories.js +18 -33
- package/lib/core/Spinner/index.d.ts +0 -1
- package/lib/core/Spinner/index.js +12 -20
- package/lib/core/Spinner/styles.d.ts +0 -1
- package/lib/core/Spinner/styles.js +56 -13
- package/lib/core/Stepper/MobileStep/index.d.ts +0 -1
- package/lib/core/Stepper/MobileStep/index.js +9 -39
- package/lib/core/Stepper/MobileStep/styles.d.ts +0 -1
- package/lib/core/Stepper/MobileStep/styles.js +45 -91
- package/lib/core/Stepper/Step/index.d.ts +0 -1
- package/lib/core/Stepper/Step/index.js +14 -91
- package/lib/core/Stepper/Step/styles.d.ts +0 -1
- package/lib/core/Stepper/Step/styles.js +60 -53
- package/lib/core/Stepper/Stepper.stories.d.ts +0 -1
- package/lib/core/Stepper/Stepper.stories.js +31 -34
- package/lib/core/Stepper/index.d.ts +0 -1
- package/lib/core/Stepper/index.js +17 -59
- package/lib/core/Stepper/styles.d.ts +0 -1
- package/lib/core/Stepper/styles.js +22 -29
- package/lib/core/TabBar/TabBar.stories.d.ts +1 -2
- package/lib/core/TabBar/TabBar.stories.js +18 -43
- package/lib/core/TabBar/TabItem/index.d.ts +0 -1
- package/lib/core/TabBar/TabItem/index.js +6 -28
- package/lib/core/TabBar/TabItem/styles.d.ts +0 -1
- package/lib/core/TabBar/TabItem/styles.js +10 -22
- package/lib/core/TabBar/index.d.ts +0 -1
- package/lib/core/TabBar/index.js +5 -17
- package/lib/core/TabBar/styles.d.ts +0 -1
- package/lib/core/TabBar/styles.js +15 -21
- package/lib/core/TabNav/TabContext.d.ts +0 -1
- package/lib/core/TabNav/TabContext.js +32 -59
- package/lib/core/TabNav/TabNav.stories.d.ts +11 -12
- package/lib/core/TabNav/TabNav.stories.js +162 -301
- package/lib/core/TabNav/TabNavItem/index.d.ts +0 -1
- package/lib/core/TabNav/TabNavItem/index.js +41 -107
- package/lib/core/TabNav/TabNavItem/styles.d.ts +0 -1
- package/lib/core/TabNav/TabNavItem/styles.js +101 -38
- package/lib/core/TabNav/index.d.ts +0 -1
- package/lib/core/TabNav/index.js +58 -132
- package/lib/core/TabNav/styles.d.ts +0 -1
- package/lib/core/TabNav/styles.js +80 -53
- package/lib/core/TabNav/utils/useContainerDimensions.d.ts +0 -1
- package/lib/core/TabNav/utils/useContainerDimensions.js +26 -32
- package/lib/core/Table/Cell.d.ts +0 -1
- package/lib/core/Table/Cell.js +13 -30
- package/lib/core/Table/Row.d.ts +0 -1
- package/lib/core/Table/Row.js +13 -27
- package/lib/core/Table/Table.stories.d.ts +2 -3
- package/lib/core/Table/Table.stories.js +14 -87
- package/lib/core/Table/index.d.ts +0 -1
- package/lib/core/Table/index.js +9 -30
- package/lib/core/Table/styles.d.ts +0 -1
- package/lib/core/Table/styles.js +61 -86
- package/lib/core/Tag/Tag.stories.d.ts +0 -1
- package/lib/core/Tag/Tag.stories.js +117 -126
- package/lib/core/Tag/index.d.ts +0 -1
- package/lib/core/Tag/index.js +23 -52
- package/lib/core/Tag/styles.d.ts +0 -1
- package/lib/core/Tag/styles.js +98 -85
- package/lib/core/Text/Text.stories.d.ts +0 -1
- package/lib/core/Text/Text.stories.js +109 -116
- package/lib/core/Text/index.d.ts +0 -1
- package/lib/core/Text/index.js +24 -44
- package/lib/core/Text/styles.d.ts +0 -1
- package/lib/core/Text/styles.js +58 -89
- package/lib/core/Textarea/Textarea.stories.d.ts +0 -1
- package/lib/core/Textarea/Textarea.stories.js +34 -41
- package/lib/core/Textarea/index.d.ts +0 -1
- package/lib/core/Textarea/index.js +25 -65
- package/lib/core/Textarea/styles.d.ts +0 -1
- package/lib/core/Textarea/styles.js +53 -46
- package/lib/core/Timeline/Timeline.stories.d.ts +1 -2
- package/lib/core/Timeline/Timeline.stories.js +10 -30
- package/lib/core/Timeline/TimelineStep/index.d.ts +0 -1
- package/lib/core/Timeline/TimelineStep/index.js +12 -37
- package/lib/core/Timeline/TimelineStep/styles.d.ts +0 -1
- package/lib/core/Timeline/TimelineStep/styles.js +45 -46
- package/lib/core/Timeline/index.d.ts +0 -1
- package/lib/core/Timeline/index.js +5 -17
- package/lib/core/Timeline/styles.d.ts +0 -1
- package/lib/core/Timeline/styles.js +9 -21
- package/lib/core/Timepicker/Timepicker.stories.d.ts +7 -8
- package/lib/core/Timepicker/Timepicker.stories.js +27 -77
- package/lib/core/Timepicker/index.d.ts +0 -1
- package/lib/core/Timepicker/index.js +133 -141
- package/lib/core/Timepicker/styles.d.ts +0 -1
- package/lib/core/Timepicker/styles.js +90 -53
- package/lib/core/Tooltip/Tooptip.stories.d.ts +1 -2
- package/lib/core/Tooltip/Tooptip.stories.js +9 -20
- package/lib/core/Tooltip/index.d.ts +0 -1
- package/lib/core/Tooltip/index.js +14 -43
- package/lib/core/Tooltip/styles.d.ts +0 -1
- package/lib/core/Tooltip/styles.js +43 -18
- package/lib/core/UnitIllustration/index.d.ts +0 -1
- package/lib/core/UnitIllustration/index.js +29 -65
- package/lib/core/UserMenu/UserMenu.stories.d.ts +4 -5
- package/lib/core/UserMenu/UserMenu.stories.js +20 -93
- package/lib/core/UserMenu/UserMenuOption.d.ts +0 -1
- package/lib/core/UserMenu/UserMenuOption.js +6 -27
- package/lib/core/UserMenu/index.d.ts +0 -1
- package/lib/core/UserMenu/index.js +48 -121
- package/lib/core/UserMenu/styles.d.ts +0 -1
- package/lib/core/UserMenu/styles.js +109 -80
- package/lib/core/Video/Video.stories.d.ts +4 -6
- package/lib/core/Video/Video.stories.js +14 -34
- package/lib/core/Video/index.d.ts +0 -1
- package/lib/core/Video/index.js +55 -91
- package/lib/core/Video/styles.d.ts +0 -1
- package/lib/core/Video/styles.js +8 -22
- package/lib/core/YearWheel/YearWheel.stories.d.ts +2 -3
- package/lib/core/YearWheel/YearWheel.stories.js +12 -25
- package/lib/core/YearWheel/index.d.ts +0 -1
- package/lib/core/YearWheel/index.js +41 -215
- package/lib/core/YearWheel/styles.d.ts +0 -1
- package/lib/core/YearWheel/styles.js +21 -26
- package/lib/core/private/ButtonOrLink.d.ts +0 -1
- package/lib/core/private/ButtonOrLink.js +60 -98
- package/lib/core/private/preemption.d.ts +0 -1
- package/lib/core/private/preemption.js +22 -28
- package/lib/core/utils/debounce.d.ts +0 -1
- package/lib/core/utils/debounce.js +13 -19
- package/lib/enums/Keyboard.d.ts +0 -1
- package/lib/enums/Keyboard.js +12 -18
- package/lib/globals/styles/breakpoints.d.ts +0 -1
- package/lib/globals/styles/breakpoints.js +7 -13
- package/lib/globals/styles/paddings.d.ts +0 -1
- package/lib/globals/styles/paddings.js +6 -12
- package/lib/globals/styles/styles.d.ts +0 -1
- package/lib/globals/styles/styles.js +5 -16
- package/lib/globals/validation/regularExpressions.d.ts +0 -1
- package/lib/globals/validation/regularExpressions.js +8 -14
- package/lib/hooks/useIsMobile.d.ts +0 -1
- package/lib/hooks/useIsMobile.js +16 -23
- package/lib/hooks/useScreenOrientation.d.ts +0 -1
- package/lib/hooks/useScreenOrientation.js +33 -37
- package/lib/icons/General/IconApartment.d.ts +0 -1
- package/lib/icons/General/IconApartment.js +5 -19
- package/lib/icons/General/IconArchives.d.ts +0 -1
- package/lib/icons/General/IconArchives.js +4 -18
- package/lib/icons/General/IconArea.d.ts +0 -1
- package/lib/icons/General/IconArea.js +4 -18
- package/lib/icons/General/IconArrowDown.d.ts +0 -1
- package/lib/icons/General/IconArrowDown.js +4 -18
- package/lib/icons/General/IconArrowLeft.d.ts +0 -1
- package/lib/icons/General/IconArrowLeft.js +4 -18
- package/lib/icons/General/IconArrowRight.d.ts +0 -1
- package/lib/icons/General/IconArrowRight.js +4 -18
- package/lib/icons/General/IconArrowUp.d.ts +0 -1
- package/lib/icons/General/IconArrowUp.js +4 -18
- package/lib/icons/General/IconAttachment.d.ts +0 -1
- package/lib/icons/General/IconAttachment.js +4 -18
- package/lib/icons/General/IconAuditorFilled.d.ts +0 -1
- package/lib/icons/General/IconAuditorFilled.js +5 -57
- package/lib/icons/General/IconAuditorOutline.d.ts +0 -1
- package/lib/icons/General/IconAuditorOutline.js +5 -58
- package/lib/icons/General/IconBack.d.ts +0 -1
- package/lib/icons/General/IconBack.js +4 -18
- package/lib/icons/General/IconBath.d.ts +0 -1
- package/lib/icons/General/IconBath.js +4 -18
- package/lib/icons/General/IconBblFlame.d.ts +0 -1
- package/lib/icons/General/IconBblFlame.js +5 -28
- package/lib/icons/General/IconBblShield.d.ts +0 -1
- package/lib/icons/General/IconBblShield.js +5 -28
- package/lib/icons/General/IconBblWater.d.ts +0 -1
- package/lib/icons/General/IconBblWater.js +5 -28
- package/lib/icons/General/IconBellFilled.d.ts +0 -1
- package/lib/icons/General/IconBellFilled.js +4 -18
- package/lib/icons/General/IconBellOutline.d.ts +0 -1
- package/lib/icons/General/IconBellOutline.js +4 -18
- package/lib/icons/General/IconBlock.d.ts +0 -1
- package/lib/icons/General/IconBlock.js +5 -19
- package/lib/icons/General/IconBoard.d.ts +0 -1
- package/lib/icons/General/IconBoard.js +4 -18
- package/lib/icons/General/IconBookmarkFilled.d.ts +0 -1
- package/lib/icons/General/IconBookmarkFilled.js +4 -18
- package/lib/icons/General/IconBookmarkOutline.d.ts +0 -1
- package/lib/icons/General/IconBookmarkOutline.js +4 -18
- package/lib/icons/General/IconBus.d.ts +0 -1
- package/lib/icons/General/IconBus.js +4 -18
- package/lib/icons/General/IconCalendar.d.ts +0 -1
- package/lib/icons/General/IconCalendar.js +5 -19
- package/lib/icons/General/IconCamera.d.ts +0 -1
- package/lib/icons/General/IconCamera.js +4 -24
- package/lib/icons/General/IconCar.d.ts +0 -1
- package/lib/icons/General/IconCar.js +5 -19
- package/lib/icons/General/IconCaretDown.d.ts +0 -1
- package/lib/icons/General/IconCaretDown.js +4 -18
- package/lib/icons/General/IconCaretLeft.d.ts +0 -1
- package/lib/icons/General/IconCaretLeft.js +4 -18
- package/lib/icons/General/IconCaretRight.d.ts +0 -1
- package/lib/icons/General/IconCaretRight.js +4 -18
- package/lib/icons/General/IconCaretUp.d.ts +0 -1
- package/lib/icons/General/IconCaretUp.js +4 -18
- package/lib/icons/General/IconCases.d.ts +0 -1
- package/lib/icons/General/IconCases.js +5 -60
- package/lib/icons/General/IconCheck.d.ts +0 -1
- package/lib/icons/General/IconCheck.js +5 -19
- package/lib/icons/General/IconCheckedFilled.d.ts +0 -1
- package/lib/icons/General/IconCheckedFilled.js +5 -19
- package/lib/icons/General/IconCheckedOutline.d.ts +0 -1
- package/lib/icons/General/IconCheckedOutline.js +4 -18
- package/lib/icons/General/IconChevronDown.d.ts +0 -1
- package/lib/icons/General/IconChevronDown.js +5 -20
- package/lib/icons/General/IconChevronLeft.d.ts +0 -1
- package/lib/icons/General/IconChevronLeft.js +5 -19
- package/lib/icons/General/IconChevronRight.d.ts +0 -1
- package/lib/icons/General/IconChevronRight.js +5 -19
- package/lib/icons/General/IconChoice.d.ts +0 -1
- package/lib/icons/General/IconChoice.js +5 -19
- package/lib/icons/General/IconClose.d.ts +0 -1
- package/lib/icons/General/IconClose.js +4 -18
- package/lib/icons/General/IconCloseAlt.d.ts +0 -1
- package/lib/icons/General/IconCloseAlt.js +5 -19
- package/lib/icons/General/IconComment.d.ts +0 -1
- package/lib/icons/General/IconComment.js +4 -18
- package/lib/icons/General/IconCommunication.d.ts +0 -1
- package/lib/icons/General/IconCommunication.js +5 -19
- package/lib/icons/General/IconCommunicationFilled.d.ts +0 -1
- package/lib/icons/General/IconCommunicationFilled.js +5 -20
- package/lib/icons/General/IconCompanyBuilding.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuilding.js +5 -19
- package/lib/icons/General/IconCompanyBuildingFilled.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuildingFilled.js +5 -19
- package/lib/icons/General/IconCompanyBuildingOutline.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuildingOutline.js +5 -19
- package/lib/icons/General/IconDashboard.d.ts +0 -1
- package/lib/icons/General/IconDashboard.js +5 -19
- package/lib/icons/General/IconDashboardFilled.d.ts +0 -1
- package/lib/icons/General/IconDashboardFilled.js +5 -19
- package/lib/icons/General/IconDelete.d.ts +0 -1
- package/lib/icons/General/IconDelete.js +5 -19
- package/lib/icons/General/IconDocument.d.ts +0 -1
- package/lib/icons/General/IconDocument.js +5 -57
- package/lib/icons/General/IconDocumentFilled.d.ts +0 -1
- package/lib/icons/General/IconDocumentFilled.js +5 -57
- package/lib/icons/General/IconDoor.d.ts +0 -1
- package/lib/icons/General/IconDoor.js +5 -19
- package/lib/icons/General/IconDotFilled.d.ts +0 -1
- package/lib/icons/General/IconDotFilled.js +4 -20
- package/lib/icons/General/IconDotOutline.d.ts +0 -1
- package/lib/icons/General/IconDotOutline.js +4 -18
- package/lib/icons/General/IconDownload.d.ts +0 -1
- package/lib/icons/General/IconDownload.js +4 -18
- package/lib/icons/General/IconDraft.d.ts +0 -1
- package/lib/icons/General/IconDraft.js +4 -18
- package/lib/icons/General/IconEarth.d.ts +0 -1
- package/lib/icons/General/IconEarth.js +5 -19
- package/lib/icons/General/IconEconomy.d.ts +0 -1
- package/lib/icons/General/IconEconomy.js +5 -19
- package/lib/icons/General/IconEconomyFilled.d.ts +0 -1
- package/lib/icons/General/IconEconomyFilled.js +5 -19
- package/lib/icons/General/IconEdit.d.ts +0 -1
- package/lib/icons/General/IconEdit.js +5 -19
- package/lib/icons/General/IconElevator.d.ts +0 -1
- package/lib/icons/General/IconElevator.js +4 -18
- package/lib/icons/General/IconEmailMarkAsRead.d.ts +0 -1
- package/lib/icons/General/IconEmailMarkAsRead.js +5 -18
- package/lib/icons/General/IconErrorFilled.d.ts +0 -1
- package/lib/icons/General/IconErrorFilled.js +4 -18
- package/lib/icons/General/IconErrorOutline.d.ts +0 -1
- package/lib/icons/General/IconErrorOutline.js +4 -18
- package/lib/icons/General/IconExternalLink.d.ts +0 -1
- package/lib/icons/General/IconExternalLink.js +4 -18
- package/lib/icons/General/IconEye.d.ts +0 -1
- package/lib/icons/General/IconEye.js +4 -18
- package/lib/icons/General/IconEyeDeny.d.ts +0 -1
- package/lib/icons/General/IconEyeDeny.js +5 -19
- package/lib/icons/General/IconFamily.d.ts +0 -1
- package/lib/icons/General/IconFamily.js +5 -19
- package/lib/icons/General/IconFerry.d.ts +0 -1
- package/lib/icons/General/IconFerry.js +4 -18
- package/lib/icons/General/IconFile.d.ts +0 -1
- package/lib/icons/General/IconFile.js +4 -18
- package/lib/icons/General/IconFileAdd.d.ts +0 -1
- package/lib/icons/General/IconFileAdd.js +5 -19
- package/lib/icons/General/IconFileCopy.d.ts +0 -1
- package/lib/icons/General/IconFileCopy.js +5 -19
- package/lib/icons/General/IconFileEdit.d.ts +0 -1
- package/lib/icons/General/IconFileEdit.js +4 -18
- package/lib/icons/General/IconFileExcel.d.ts +0 -1
- package/lib/icons/General/IconFileExcel.js +4 -18
- package/lib/icons/General/IconFilePDF.d.ts +0 -1
- package/lib/icons/General/IconFilePDF.js +4 -18
- package/lib/icons/General/IconFileWord.d.ts +0 -1
- package/lib/icons/General/IconFileWord.js +4 -18
- package/lib/icons/General/IconFillOut.d.ts +0 -1
- package/lib/icons/General/IconFillOut.js +4 -22
- package/lib/icons/General/IconFilterList.d.ts +0 -1
- package/lib/icons/General/IconFilterList.js +5 -19
- package/lib/icons/General/IconFloor.d.ts +0 -1
- package/lib/icons/General/IconFloor.js +4 -18
- package/lib/icons/General/IconForward.d.ts +0 -1
- package/lib/icons/General/IconForward.js +5 -19
- package/lib/icons/General/IconFullscreenClose.d.ts +0 -1
- package/lib/icons/General/IconFullscreenClose.js +5 -19
- package/lib/icons/General/IconFullscreenOpen.d.ts +0 -1
- package/lib/icons/General/IconFullscreenOpen.js +5 -19
- package/lib/icons/General/IconGarage.d.ts +0 -1
- package/lib/icons/General/IconGarage.js +4 -18
- package/lib/icons/General/IconGrid.d.ts +0 -1
- package/lib/icons/General/IconGrid.js +4 -18
- package/lib/icons/General/IconGym.d.ts +0 -1
- package/lib/icons/General/IconGym.js +4 -18
- package/lib/icons/General/IconHearth.d.ts +0 -1
- package/lib/icons/General/IconHearth.js +4 -18
- package/lib/icons/General/IconHearthOutline.d.ts +0 -1
- package/lib/icons/General/IconHearthOutline.js +4 -18
- package/lib/icons/General/IconHelp.d.ts +0 -1
- package/lib/icons/General/IconHelp.js +4 -18
- package/lib/icons/General/IconHistory.d.ts +0 -1
- package/lib/icons/General/IconHistory.js +4 -18
- package/lib/icons/General/IconHomeFilled.d.ts +0 -1
- package/lib/icons/General/IconHomeFilled.js +4 -36
- package/lib/icons/General/IconHomeOutline.d.ts +0 -1
- package/lib/icons/General/IconHomeOutline.js +4 -36
- package/lib/icons/General/IconHouse.d.ts +0 -1
- package/lib/icons/General/IconHouse.js +4 -18
- package/lib/icons/General/IconHouseBlockFilled.d.ts +0 -1
- package/lib/icons/General/IconHouseBlockFilled.js +4 -36
- package/lib/icons/General/IconHouseBlockOutline.d.ts +0 -1
- package/lib/icons/General/IconHouseBlockOutline.js +4 -36
- package/lib/icons/General/IconHouseOutline.d.ts +0 -1
- package/lib/icons/General/IconHouseOutline.js +5 -19
- package/lib/icons/General/IconHumans.d.ts +0 -1
- package/lib/icons/General/IconHumans.js +5 -19
- package/lib/icons/General/IconImage.d.ts +0 -1
- package/lib/icons/General/IconImage.js +4 -29
- package/lib/icons/General/IconImportantComment.d.ts +0 -1
- package/lib/icons/General/IconImportantComment.js +4 -18
- package/lib/icons/General/IconInbox.d.ts +0 -1
- package/lib/icons/General/IconInbox.js +4 -18
- package/lib/icons/General/IconInfoFilled.d.ts +0 -1
- package/lib/icons/General/IconInfoFilled.js +5 -19
- package/lib/icons/General/IconInfoOutline.d.ts +0 -1
- package/lib/icons/General/IconInfoOutline.js +5 -19
- package/lib/icons/General/IconJanitorFilled.d.ts +0 -1
- package/lib/icons/General/IconJanitorFilled.js +5 -58
- package/lib/icons/General/IconJanitorOutline.d.ts +0 -1
- package/lib/icons/General/IconJanitorOutline.js +5 -58
- package/lib/icons/General/IconJointcost.d.ts +0 -1
- package/lib/icons/General/IconJointcost.js +4 -18
- package/lib/icons/General/IconJointcost2.d.ts +0 -1
- package/lib/icons/General/IconJointcost2.js +4 -18
- package/lib/icons/General/IconKey.d.ts +0 -1
- package/lib/icons/General/IconKey.js +4 -18
- package/lib/icons/General/IconKitchen.d.ts +0 -1
- package/lib/icons/General/IconKitchen.js +4 -18
- package/lib/icons/General/IconLabel.d.ts +0 -1
- package/lib/icons/General/IconLabel.js +5 -19
- package/lib/icons/General/IconLeafFilled.d.ts +0 -1
- package/lib/icons/General/IconLeafFilled.js +4 -42
- package/lib/icons/General/IconLeafOutline.d.ts +0 -1
- package/lib/icons/General/IconLeafOutline.js +4 -47
- package/lib/icons/General/IconLeisureTime.d.ts +0 -1
- package/lib/icons/General/IconLeisureTime.js +5 -19
- package/lib/icons/General/IconLock.d.ts +0 -1
- package/lib/icons/General/IconLock.js +4 -18
- package/lib/icons/General/IconLockLocked.d.ts +0 -1
- package/lib/icons/General/IconLockLocked.js +4 -18
- package/lib/icons/General/IconLockOpen.d.ts +0 -1
- package/lib/icons/General/IconLockOpen.js +4 -18
- package/lib/icons/General/IconLookup.d.ts +0 -1
- package/lib/icons/General/IconLookup.js +5 -19
- package/lib/icons/General/IconLookupFilled.d.ts +0 -1
- package/lib/icons/General/IconLookupFilled.js +5 -19
- package/lib/icons/General/IconMail.d.ts +0 -1
- package/lib/icons/General/IconMail.js +5 -19
- package/lib/icons/General/IconMap.d.ts +0 -1
- package/lib/icons/General/IconMap.js +5 -19
- package/lib/icons/General/IconMedal.d.ts +0 -1
- package/lib/icons/General/IconMedal.js +5 -18
- package/lib/icons/General/IconMembership.d.ts +0 -1
- package/lib/icons/General/IconMembership.js +5 -19
- package/lib/icons/General/IconMembershipFilled.d.ts +0 -1
- package/lib/icons/General/IconMembershipFilled.js +5 -19
- package/lib/icons/General/IconMenu.d.ts +0 -1
- package/lib/icons/General/IconMenu.js +4 -18
- package/lib/icons/General/IconMinus.d.ts +0 -1
- package/lib/icons/General/IconMinus.js +4 -18
- package/lib/icons/General/IconMinusAlt.d.ts +0 -1
- package/lib/icons/General/IconMinusAlt.js +5 -19
- package/lib/icons/General/IconMinusAltFilled.d.ts +0 -1
- package/lib/icons/General/IconMinusAltFilled.js +5 -19
- package/lib/icons/General/IconMoney.d.ts +0 -1
- package/lib/icons/General/IconMoney.js +4 -18
- package/lib/icons/General/IconParking.d.ts +0 -1
- package/lib/icons/General/IconParking.js +4 -18
- package/lib/icons/General/IconPaymentCard.d.ts +0 -1
- package/lib/icons/General/IconPaymentCard.js +4 -18
- package/lib/icons/General/IconPercent.d.ts +0 -1
- package/lib/icons/General/IconPercent.js +5 -18
- package/lib/icons/General/IconPhone.d.ts +0 -1
- package/lib/icons/General/IconPhone.js +5 -19
- package/lib/icons/General/IconPinned.d.ts +0 -1
- package/lib/icons/General/IconPinned.js +5 -19
- package/lib/icons/General/IconPlus.d.ts +0 -1
- package/lib/icons/General/IconPlus.js +4 -18
- package/lib/icons/General/IconPlusAlt.d.ts +0 -1
- package/lib/icons/General/IconPlusAlt.js +5 -19
- package/lib/icons/General/IconPortalUser.d.ts +0 -1
- package/lib/icons/General/IconPortalUser.js +5 -19
- package/lib/icons/General/IconPrint.d.ts +0 -1
- package/lib/icons/General/IconPrint.js +5 -19
- package/lib/icons/General/IconProfile.d.ts +0 -1
- package/lib/icons/General/IconProfile.js +5 -19
- package/lib/icons/General/IconProfileFilled.d.ts +0 -1
- package/lib/icons/General/IconProfileFilled.js +5 -19
- package/lib/icons/General/IconRearrange.d.ts +0 -1
- package/lib/icons/General/IconRearrange.js +4 -56
- package/lib/icons/General/IconReciept.d.ts +0 -1
- package/lib/icons/General/IconReciept.js +4 -18
- package/lib/icons/General/IconRedo.d.ts +0 -1
- package/lib/icons/General/IconRedo.js +4 -18
- package/lib/icons/General/IconRefresh.d.ts +0 -1
- package/lib/icons/General/IconRefresh.js +4 -18
- package/lib/icons/General/IconReply.d.ts +0 -1
- package/lib/icons/General/IconReply.js +5 -19
- package/lib/icons/General/IconReplyAll.d.ts +0 -1
- package/lib/icons/General/IconReplyAll.js +5 -19
- package/lib/icons/General/IconRoom.d.ts +0 -1
- package/lib/icons/General/IconRoom.js +4 -18
- package/lib/icons/General/IconSave.d.ts +0 -1
- package/lib/icons/General/IconSave.js +4 -18
- package/lib/icons/General/IconSearch.d.ts +0 -1
- package/lib/icons/General/IconSearch.js +4 -18
- package/lib/icons/General/IconSend.d.ts +0 -1
- package/lib/icons/General/IconSend.js +4 -18
- package/lib/icons/General/IconSettings.d.ts +0 -1
- package/lib/icons/General/IconSettings.js +4 -18
- package/lib/icons/General/IconShopping.d.ts +0 -1
- package/lib/icons/General/IconShopping.js +5 -19
- package/lib/icons/General/IconSign.d.ts +0 -1
- package/lib/icons/General/IconSign.js +4 -18
- package/lib/icons/General/IconSliders.d.ts +0 -1
- package/lib/icons/General/IconSliders.js +5 -19
- package/lib/icons/General/IconSort.d.ts +0 -1
- package/lib/icons/General/IconSort.js +5 -19
- package/lib/icons/General/IconStarFilled.d.ts +0 -1
- package/lib/icons/General/IconStarFilled.js +4 -18
- package/lib/icons/General/IconStarHalf.d.ts +0 -1
- package/lib/icons/General/IconStarHalf.js +4 -18
- package/lib/icons/General/IconStarOutline.d.ts +0 -1
- package/lib/icons/General/IconStarOutline.js +4 -18
- package/lib/icons/General/IconStore.d.ts +0 -1
- package/lib/icons/General/IconStore.js +4 -18
- package/lib/icons/General/IconSubway.d.ts +0 -1
- package/lib/icons/General/IconSubway.js +4 -18
- package/lib/icons/General/IconSwitch.d.ts +0 -1
- package/lib/icons/General/IconSwitch.js +4 -18
- package/lib/icons/General/IconTrain.d.ts +0 -1
- package/lib/icons/General/IconTrain.js +4 -18
- package/lib/icons/General/IconTram.d.ts +0 -1
- package/lib/icons/General/IconTram.js +4 -18
- package/lib/icons/General/IconTransport.d.ts +0 -1
- package/lib/icons/General/IconTransport.js +4 -18
- package/lib/icons/General/IconTypeOfBuilding.d.ts +0 -1
- package/lib/icons/General/IconTypeOfBuilding.js +5 -19
- package/lib/icons/General/IconTypeOfBuildingOutline.d.ts +0 -1
- package/lib/icons/General/IconTypeOfBuildingOutline.js +5 -19
- package/lib/icons/General/IconUndo.d.ts +0 -1
- package/lib/icons/General/IconUndo.js +5 -19
- package/lib/icons/General/IconUpload.d.ts +0 -1
- package/lib/icons/General/IconUpload.js +4 -18
- package/lib/icons/General/IconUser.d.ts +0 -1
- package/lib/icons/General/IconUser.js +5 -19
- package/lib/icons/General/IconUserThin.d.ts +0 -1
- package/lib/icons/General/IconUserThin.js +5 -19
- package/lib/icons/General/IconVote.d.ts +0 -1
- package/lib/icons/General/IconVote.js +4 -18
- package/lib/icons/General/IconWalk.d.ts +0 -1
- package/lib/icons/General/IconWalk.js +4 -18
- package/lib/icons/General/IconWarning.d.ts +0 -1
- package/lib/icons/General/IconWarning.js +4 -18
- package/lib/icons/General/IconWarningBell.d.ts +0 -1
- package/lib/icons/General/IconWarningBell.js +4 -18
- package/lib/icons/General/IconWork.d.ts +0 -1
- package/lib/icons/General/IconWork.js +5 -19
- package/lib/icons/General/IconWorkFilled.d.ts +0 -1
- package/lib/icons/General/IconWorkFilled.js +5 -19
- package/lib/icons/General/IconZip.d.ts +0 -1
- package/lib/icons/General/IconZip.js +4 -18
- package/lib/icons/Icon.stories.d.ts +12 -13
- package/lib/icons/Icon.stories.js +227 -625
- package/lib/icons/Logos/IconAmericanExpress.d.ts +0 -1
- package/lib/icons/Logos/IconAmericanExpress.js +5 -21
- package/lib/icons/Logos/IconBankAxept.d.ts +0 -1
- package/lib/icons/Logos/IconBankAxept.js +5 -44
- package/lib/icons/Logos/IconGmail.d.ts +0 -1
- package/lib/icons/Logos/IconGmail.js +3 -38
- package/lib/icons/Logos/IconMasterCard.d.ts +0 -1
- package/lib/icons/Logos/IconMasterCard.js +5 -39
- package/lib/icons/Logos/IconOffice365.d.ts +0 -1
- package/lib/icons/Logos/IconOffice365.js +5 -130
- package/lib/icons/Logos/IconVisa.d.ts +0 -1
- package/lib/icons/Logos/IconVisa.js +5 -38
- package/lib/icons/withIcon.d.ts +0 -1
- package/lib/icons/withIcon.js +48 -64
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.d.ts +0 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.js +5 -7125
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.d.ts +0 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +6 -8489
- package/lib/illustrations/General/IllustrationBudget.d.ts +0 -1
- package/lib/illustrations/General/IllustrationBudget.js +5 -191
- package/lib/illustrations/General/IllustrationError.d.ts +0 -1
- package/lib/illustrations/General/IllustrationError.js +5 -530
- package/lib/illustrations/General/IllustrationErrorGeneric.d.ts +0 -1
- package/lib/illustrations/General/IllustrationErrorGeneric.js +5 -468
- package/lib/illustrations/General/IllustrationHighHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHighHouse.js +4 -212
- package/lib/illustrations/General/IllustrationHighHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHighHouseComposition.js +4 -292
- package/lib/illustrations/General/IllustrationHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouse.js +4 -81
- package/lib/illustrations/General/IllustrationHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouseComposition.js +4 -141
- package/lib/illustrations/General/IllustrationHouseMissing.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouseMissing.js +5 -186
- package/lib/illustrations/General/IllustrationLowHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationLowHouse.js +4 -122
- package/lib/illustrations/General/IllustrationLowHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationLowHouseComposition.js +4 -202
- package/lib/illustrations/General/IllustrationPaperCompleted.d.ts +0 -1
- package/lib/illustrations/General/IllustrationPaperCompleted.js +5 -255
- package/lib/illustrations/General/IllustrationPaperMissing.d.ts +0 -1
- package/lib/illustrations/General/IllustrationPaperMissing.js +5 -293
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.js +4 -80
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.js +4 -154
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts +0 -1
- package/lib/illustrations/General/IllustrationServiceMessage.js +5 -47
- package/lib/illustrations/General/IllustrationSmallHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSmallHouse.js +4 -56
- package/lib/illustrations/General/IllustrationSmallHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSmallHouseComposition.js +4 -129
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTechninalDifficulties.js +7 -126
- package/lib/illustrations/General/IllustrationTerraceBlock.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTerraceBlock.js +4 -176
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.js +4 -240
- package/lib/illustrations/General/IllustrationTownHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTownHouse.js +4 -104
- package/lib/illustrations/General/IllustrationTownHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTownHouseComposition.js +4 -184
- package/lib/illustrations/Illustration.stories.d.ts +5 -6
- package/lib/illustrations/Illustration.stories.js +57 -190
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +4 -85
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.js +5 -186
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.js +5 -173
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.js +5 -157
- package/lib/illustrations/MySite/IllustrationMySiteComputer.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteComputer.js +5 -140
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +4 -123
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +4 -137
- package/lib/illustrations/MySite/IllustrationMySiteGift.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteGift.js +5 -304
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.js +5 -83
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.js +4 -105
- package/lib/illustrations/MySite/IllustrationMySitePapers.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySitePapers.js +5 -254
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.js +5 -257
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.js +5 -141
- package/lib/illustrations/styles.d.ts +0 -1
- package/lib/illustrations/styles.js +93 -21
- package/lib/illustrations/withIllustration.d.ts +0 -1
- package/lib/illustrations/withIllustration.js +41 -57
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +327 -2409
- package/lib/layout/Footer/Footer.stories.d.ts +2 -3
- package/lib/layout/Footer/Footer.stories.js +17 -66
- package/lib/layout/Footer/FooterButton/index.d.ts +0 -1
- package/lib/layout/Footer/FooterButton/index.js +5 -22
- package/lib/layout/Footer/FooterButton/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterButton/styles.js +14 -22
- package/lib/layout/Footer/FooterCol/index.d.ts +0 -1
- package/lib/layout/Footer/FooterCol/index.js +5 -17
- package/lib/layout/Footer/FooterCol/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterCol/styles.js +7 -22
- package/lib/layout/Footer/FooterGroup/index.d.ts +0 -1
- package/lib/layout/Footer/FooterGroup/index.js +5 -17
- package/lib/layout/Footer/FooterGroup/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterGroup/styles.js +8 -21
- package/lib/layout/Footer/FooterLabel/index.d.ts +0 -1
- package/lib/layout/Footer/FooterLabel/index.js +5 -17
- package/lib/layout/Footer/FooterLabel/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterLabel/styles.js +8 -22
- package/lib/layout/Footer/FooterLink/index.d.ts +0 -1
- package/lib/layout/Footer/FooterLink/index.js +5 -23
- package/lib/layout/Footer/FooterLink/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterLink/styles.js +18 -22
- package/lib/layout/Footer/index.d.ts +0 -1
- package/lib/layout/Footer/index.js +5 -22
- package/lib/layout/Footer/styles.d.ts +0 -1
- package/lib/layout/Footer/styles.js +24 -17
- package/lib/layout/Layout/Layout.stories.d.ts +1 -2
- package/lib/layout/Layout/Layout.stories.js +9 -20
- package/lib/layout/Layout/index.d.ts +0 -1
- package/lib/layout/Layout/index.js +5 -19
- package/lib/layout/Layout/styles.d.ts +0 -1
- package/lib/layout/Layout/styles.js +13 -16
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts +3 -4
- package/lib/layout/LayoutShell/LayoutShell.stories.js +65 -120
- package/lib/layout/LayoutShell/index.d.ts +0 -1
- package/lib/layout/LayoutShell/index.js +10 -55
- package/lib/layout/LayoutShell/styles.d.ts +0 -1
- package/lib/layout/LayoutShell/styles.js +58 -72
- package/lib/layout/Menu/AppPicker/index.d.ts +0 -1
- package/lib/layout/Menu/AppPicker/index.js +20 -63
- package/lib/layout/Menu/AppPicker/styles.d.ts +0 -1
- package/lib/layout/Menu/AppPicker/styles.js +85 -55
- package/lib/layout/Menu/MainMenu/index.d.ts +0 -1
- package/lib/layout/Menu/MainMenu/index.js +5 -24
- package/lib/layout/Menu/MainMenu/styles.d.ts +0 -1
- package/lib/layout/Menu/MainMenu/styles.js +28 -21
- package/lib/layout/Menu/MenuItem/index.d.ts +0 -1
- package/lib/layout/Menu/MenuItem/index.js +8 -46
- package/lib/layout/Menu/MenuItem/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuItem/styles.js +78 -36
- package/lib/layout/Menu/MenuSpacer/index.d.ts +0 -1
- package/lib/layout/Menu/MenuSpacer/index.js +5 -17
- package/lib/layout/Menu/MenuSpacer/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuSpacer/styles.js +16 -14
- package/lib/layout/Menu/MenuTop/index.d.ts +0 -1
- package/lib/layout/Menu/MenuTop/index.js +6 -33
- package/lib/layout/Menu/MenuTop/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuTop/styles.js +43 -36
- package/lib/layout/Menu/SecondaryMenu/index.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenu/index.js +11 -46
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenu/styles.js +82 -34
- package/lib/layout/Menu/SecondaryMenuItem/index.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenuItem/index.js +11 -34
- package/lib/layout/Menu/SecondaryMenuItem/styles.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenuItem/styles.js +34 -15
- package/lib/layout/Menu/Sidemenu.stories.d.ts +4 -5
- package/lib/layout/Menu/Sidemenu.stories.js +33 -329
- package/lib/layout/Menu/index.d.ts +0 -1
- package/lib/layout/Menu/index.js +7 -24
- package/lib/layout/Menu/styles.d.ts +0 -1
- package/lib/layout/Menu/styles.js +29 -15
- package/lib/layout/Submenu/Submenu.stories.d.ts +6 -7
- package/lib/layout/Submenu/Submenu.stories.js +29 -94
- package/lib/layout/Submenu/SubmenuItem/index.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuItem/index.js +28 -88
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuItem/styles.js +29 -26
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.js +4 -51
- package/lib/layout/Submenu/index.d.ts +0 -1
- package/lib/layout/Submenu/index.js +76 -128
- package/lib/layout/Submenu/styles.d.ts +0 -1
- package/lib/layout/Submenu/styles.js +151 -79
- package/lib/layout/Topbar/Topbar.stories.d.ts +2 -3
- package/lib/layout/Topbar/Topbar.stories.js +19 -28
- package/lib/layout/Topbar/index.d.ts +0 -1
- package/lib/layout/Topbar/index.js +5 -22
- package/lib/layout/Topbar/styles.d.ts +0 -1
- package/lib/layout/Topbar/styles.js +3 -15
- package/lib/shared/components/SbIconGrid/index.d.ts +0 -1
- package/lib/shared/components/SbIconGrid/index.js +14 -33
- package/lib/shared/components/VisuallyHidden/index.d.ts +0 -1
- package/lib/shared/components/VisuallyHidden/index.js +13 -24
- package/lib/shared/recharts/CustomLegend/index.d.ts +0 -1
- package/lib/shared/recharts/CustomLegend/index.js +7 -43
- package/lib/shared/recharts/CustomLegend/styles.d.ts +0 -1
- package/lib/shared/recharts/CustomLegend/styles.js +29 -29
- package/lib/shared/recharts/CustomTooltip/index.d.ts +0 -1
- package/lib/shared/recharts/CustomTooltip/index.js +39 -81
- package/lib/shared/recharts/CustomTooltip/styles.d.ts +0 -1
- package/lib/shared/recharts/CustomTooltip/styles.js +29 -42
- package/lib/utils/accountNumber.d.ts +0 -1
- package/lib/utils/accountNumber.js +29 -33
- package/lib/utils/alpha.d.ts +0 -1
- package/lib/utils/alpha.js +9 -14
- package/lib/utils/array.d.ts +0 -1
- package/lib/utils/array.js +9 -15
- package/lib/utils/contrastColor.d.ts +0 -1
- package/lib/utils/contrastColor.js +17 -23
- package/lib/utils/dates.d.ts +0 -1
- package/lib/utils/dates.js +116 -85
- package/lib/utils/file.d.ts +0 -1
- package/lib/utils/file.js +11 -19
- package/lib/utils/format.d.ts +0 -1
- package/lib/utils/format.js +83 -83
- package/lib/utils/formatGraphPrice.d.ts +0 -1
- package/lib/utils/formatGraphPrice.js +18 -21
- package/lib/utils/image.d.ts +0 -1
- package/lib/utils/image.js +8 -14
- package/lib/utils/pagination.d.ts +0 -1
- package/lib/utils/pagination.js +16 -21
- package/lib/utils/phone.d.ts +0 -1
- package/lib/utils/phone.js +30 -37
- package/lib/utils/removeFocusOnMouseUp.d.ts +0 -1
- package/lib/utils/removeFocusOnMouseUp.js +6 -15
- package/lib/utils/time.d.ts +0 -1
- package/lib/utils/time.js +67 -80
- package/lib/utils/url.d.ts +0 -1
- package/lib/utils/url.js +10 -16
- package/lib/utils/useSnorreTheme.d.ts +0 -1
- package/lib/utils/useSnorreTheme.js +27 -36
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.d.ts +1 -2
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +67 -82
- package/lib/v2/Memberbenefits/MemberbenefitsCard/index.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/index.js +34 -108
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.js +5 -11
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.js +106 -149
- package/lib/v2/core/Box/Box.stories.d.ts +0 -1
- package/lib/v2/core/Box/Box.stories.js +76 -105
- package/lib/v2/core/Box/index.d.ts +0 -1
- package/lib/v2/core/Box/index.js +27 -81
- package/lib/v2/core/Box/styles.d.ts +0 -1
- package/lib/v2/core/Box/styles.js +67 -56
- package/lib/v2/core/BoxedTable/BoxedTable.stories.d.ts +8 -9
- package/lib/v2/core/BoxedTable/BoxedTable.stories.js +43 -357
- package/lib/v2/core/BoxedTable/DraggableRow/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/DraggableRow/index.js +6 -42
- package/lib/v2/core/BoxedTable/DraggableRow/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/DraggableRow/styles.js +29 -60
- package/lib/v2/core/BoxedTable/HeaderCell/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/HeaderCell/index.js +23 -41
- package/lib/v2/core/BoxedTable/HeaderCell/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/HeaderCell/styles.js +12 -17
- package/lib/v2/core/BoxedTable/RowCell/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/RowCell/index.js +14 -34
- package/lib/v2/core/BoxedTable/RowCell/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/RowCell/styles.js +48 -53
- package/lib/v2/core/BoxedTable/TableHeader/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableHeader/index.js +5 -18
- package/lib/v2/core/BoxedTable/TableHeader/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableHeader/styles.js +7 -22
- package/lib/v2/core/BoxedTable/TableRow/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableRow/index.js +18 -71
- package/lib/v2/core/BoxedTable/TableRow/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableRow/styles.js +64 -75
- package/lib/v2/core/BoxedTable/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/index.js +31 -71
- package/lib/v2/core/BoxedTable/models.d.ts +0 -1
- package/lib/v2/core/BoxedTable/models.js +1 -5
- package/lib/v2/core/BoxedTable/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/styles.js +262 -116
- package/lib/v2/core/Button/Button.stories.d.ts +0 -1
- package/lib/v2/core/Button/Button.stories.js +184 -193
- package/lib/v2/core/Button/index.d.ts +0 -1
- package/lib/v2/core/Button/index.js +52 -73
- package/lib/v2/core/Button/styles.d.ts +0 -1
- package/lib/v2/core/Button/styles.js +233 -86
- package/lib/v2/core/ButtonsFilter/ButtonsFilter.stories.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/ButtonsFilter.stories.js +29 -41
- package/lib/v2/core/ButtonsFilter/index.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/index.js +40 -78
- package/lib/v2/core/ButtonsFilter/styles.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/styles.js +7 -22
- package/lib/v2/core/Chip/Chip.stories.d.ts +0 -1
- package/lib/v2/core/Chip/Chip.stories.js +72 -85
- package/lib/v2/core/Chip/index.d.ts +0 -1
- package/lib/v2/core/Chip/index.js +47 -68
- package/lib/v2/core/Chip/styles.d.ts +0 -1
- package/lib/v2/core/Chip/styles.js +76 -42
- package/lib/v2/core/TabNav/TabContext.d.ts +0 -1
- package/lib/v2/core/TabNav/TabContext.js +32 -59
- package/lib/v2/core/TabNav/TabNav.stories.d.ts +11 -12
- package/lib/v2/core/TabNav/TabNav.stories.js +162 -300
- package/lib/v2/core/TabNav/TabNavItem/index.d.ts +0 -1
- package/lib/v2/core/TabNav/TabNavItem/index.js +44 -108
- package/lib/v2/core/TabNav/TabNavItem/styles.d.ts +0 -1
- package/lib/v2/core/TabNav/TabNavItem/styles.js +96 -47
- package/lib/v2/core/TabNav/index.d.ts +0 -1
- package/lib/v2/core/TabNav/index.js +56 -130
- package/lib/v2/core/TabNav/styles.d.ts +0 -1
- package/lib/v2/core/TabNav/styles.js +60 -59
- package/lib/v2/core/TabNav/utils/useContainerDimensions.d.ts +0 -1
- package/lib/v2/core/TabNav/utils/useContainerDimensions.js +26 -32
- package/lib/v2/hooks/useOverflow.d.ts +0 -1
- package/lib/v2/hooks/useOverflow.js +31 -48
- package/lib/v2/index.d.ts +0 -1
- package/lib/v2/index.js +14 -97
- package/package.json +11 -7
- package/tsconfig.node.json +11 -0
- package/vite.config.js +24 -1
- package/dist/bundle.js +0 -5
- package/dist/stats.html +0 -4949
@@ -1,36 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconHomeOutline = props => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
12
|
-
viewBox: "0 0 20 20",
|
13
|
-
...props,
|
14
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
16
|
-
id: "hoa",
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M1440 0v1892H0V0h1440Z"
|
19
|
-
})
|
20
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
21
|
-
id: "hob",
|
22
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
d: "m9 0 9 7v12H0V7l9-7Zm0 2.404L2 8.07V17h14V8.071L9 2.404Z"
|
24
|
-
})
|
25
|
-
})]
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
27
|
-
clipPath: "url(#hoa)",
|
28
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
29
|
-
clipPath: "url(#hob)",
|
30
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
31
|
-
d: "M0 0h18v19H0V0z"
|
32
|
-
})
|
33
|
-
})
|
34
|
-
})]
|
35
|
-
});
|
36
|
-
var _default = exports.default = (0, _withIcon.default)('IconHomeOutline')(IconHomeOutline);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconHomeOutline = (props) => (_jsxs("svg", { viewBox: "0 0 20 20", ...props, children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "hoa", children: _jsx("path", { d: "M1440 0v1892H0V0h1440Z" }) }), _jsx("clipPath", { id: "hob", children: _jsx("path", { d: "m9 0 9 7v12H0V7l9-7Zm0 2.404L2 8.07V17h14V8.071L9 2.404Z" }) })] }), _jsx("g", { clipPath: "url(#hoa)", children: _jsx("g", { clipPath: "url(#hob)", children: _jsx("path", { d: "M0 0h18v19H0V0z" }) }) })] }));
|
4
|
+
export default withIcon('IconHomeOutline')(IconHomeOutline);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
11
3
|
const IconHouse = props => {
|
12
|
-
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
16
|
-
points: "19 9.8 19 4.5 16 4.5 16 7.1 12 3.5 2 12.5 5 12.5 5 20.5 10 20.5 10 14.5 14 14.5 14 20.5 19 20.5 19 12.5 22 12.5"
|
17
|
-
})
|
18
|
-
});
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("polygon", { points: "19 9.8 19 4.5 16 4.5 16 7.1 12 3.5 2 12.5 5 12.5 5 20.5 10 20.5 10 14.5 14 14.5 14 20.5 19 20.5 19 12.5 22 12.5" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconHouse')(IconHouse);
|
@@ -1,36 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconHouseBlockFilled = props => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
12
|
-
viewBox: "0 0 18 18",
|
13
|
-
...props,
|
14
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
16
|
-
id: "hbfa",
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M1440 0v1892H0V0h1440Z"
|
19
|
-
})
|
20
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
21
|
-
id: "hbfb",
|
22
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
d: "M15 0v18H0V0h15ZM6.5 12h-2v2h2v-2Zm4 0h-2v2h2v-2Zm-4-4h-2v2h2V8Zm4 0h-2v2h2V8Zm-4-4h-2v2h2V4Zm4 0h-2v2h2V4Z"
|
24
|
-
})
|
25
|
-
})]
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
27
|
-
clipPath: "url(#hbfa)",
|
28
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
29
|
-
clipPath: "url(#hbfb)",
|
30
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
31
|
-
d: "M0 0h15v18H0V0z"
|
32
|
-
})
|
33
|
-
})
|
34
|
-
})]
|
35
|
-
});
|
36
|
-
var _default = exports.default = (0, _withIcon.default)('IconHouseBlockFilled')(IconHouseBlockFilled);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconHouseBlockFilled = (props) => (_jsxs("svg", { viewBox: "0 0 18 18", ...props, children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "hbfa", children: _jsx("path", { d: "M1440 0v1892H0V0h1440Z" }) }), _jsx("clipPath", { id: "hbfb", children: _jsx("path", { d: "M15 0v18H0V0h15ZM6.5 12h-2v2h2v-2Zm4 0h-2v2h2v-2Zm-4-4h-2v2h2V8Zm4 0h-2v2h2V8Zm-4-4h-2v2h2V4Zm4 0h-2v2h2V4Z" }) })] }), _jsx("g", { clipPath: "url(#hbfa)", children: _jsx("g", { clipPath: "url(#hbfb)", children: _jsx("path", { d: "M0 0h15v18H0V0z" }) }) })] }));
|
4
|
+
export default withIcon('IconHouseBlockFilled')(IconHouseBlockFilled);
|
@@ -1,36 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconHouseBlockOutline = props => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
12
|
-
viewBox: "0 0 18 18",
|
13
|
-
...props,
|
14
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
16
|
-
id: "hboa",
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M1440 0v1892H0V0h1440Z"
|
19
|
-
})
|
20
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
|
21
|
-
id: "hbob",
|
22
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
d: "M15 0v18H0V0h15Zm-2 2H2v14h11V2ZM6.5 12v2h-2v-2h2Zm4 0v2h-2v-2h2Zm-4-4v2h-2V8h2Zm4 0v2h-2V8h2Zm-4-4v2h-2V4h2Zm4 0v2h-2V4h2Z"
|
24
|
-
})
|
25
|
-
})]
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
27
|
-
clipPath: "url(#hboa)",
|
28
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
29
|
-
clipPath: "url(#hbob)",
|
30
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
31
|
-
d: "M0 0h15v18H0V0z"
|
32
|
-
})
|
33
|
-
})
|
34
|
-
})]
|
35
|
-
});
|
36
|
-
var _default = exports.default = (0, _withIcon.default)('IconHouseBlockOutline')(IconHouseBlockOutline);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconHouseBlockOutline = (props) => (_jsxs("svg", { viewBox: "0 0 18 18", ...props, children: [_jsxs("defs", { children: [_jsx("clipPath", { id: "hboa", children: _jsx("path", { d: "M1440 0v1892H0V0h1440Z" }) }), _jsx("clipPath", { id: "hbob", children: _jsx("path", { d: "M15 0v18H0V0h15Zm-2 2H2v14h11V2ZM6.5 12v2h-2v-2h2Zm4 0v2h-2v-2h2Zm-4-4v2h-2V8h2Zm4 0v2h-2V8h2Zm-4-4v2h-2V4h2Zm4 0v2h-2V4h2Z" }) })] }), _jsx("g", { clipPath: "url(#hboa)", children: _jsx("g", { clipPath: "url(#hbob)", children: _jsx("path", { d: "M0 0h15v18H0V0z" }) }) })] }));
|
4
|
+
export default withIcon('IconHouseBlockOutline')(IconHouseBlockOutline);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconHouseOutline = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 20 17",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M10,0 L14,3.6 L14,1 L17,1 L17,6.3 L20,9 L17,9 L17,17 L11,17 L11,11 L9,11 L9,17 L3,17 L3,9 L0,9 L10,0 Z M10,2.287 L4.7,7.3 L4.7,15.3 L7.3,15.3 L7.3,9.3 L12.7,9.3 L12.7,15.3 L15.3,15.3 L15.3,7.3 L10,2.287 Z"
|
17
|
-
})
|
18
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconHouseOutline = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 20 17", ...props, children: _jsx("path", { d: "M10,0 L14,3.6 L14,1 L17,1 L17,6.3 L20,9 L17,9 L17,17 L11,17 L11,11 L9,11 L9,17 L3,17 L3,9 L0,9 L10,0 Z M10,2.287 L4.7,7.3 L4.7,15.3 L7.3,15.3 L7.3,9.3 L12.7,9.3 L12.7,15.3 L15.3,15.3 L15.3,7.3 L10,2.287 Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconHouseOutline')(IconHouseOutline);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconHumans = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 20 20",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M10 4.5C11.4497 4.5 12.625 5.6753 12.625 7.125C12.625 8.5747 11.4497 9.75 10 9.75C8.5503 9.75 7.375 8.5747 7.375 7.125C7.375 5.6753 8.5503 4.5 10 4.5M4.75 6.375C5.17 6.375 5.56 6.4875 5.8975 6.69C5.785 7.7625 6.1 8.8275 6.745 9.66C6.37 10.38 5.62 10.875 4.75 10.875C3.5074 10.875 2.5 9.8676 2.5 8.625C2.5 7.3824 3.5074 6.375 4.75 6.375M15.25 6.375C16.4926 6.375 17.5 7.3824 17.5 8.625C17.5 9.8676 16.4926 10.875 15.25 10.875C14.38 10.875 13.63 10.38 13.255 9.66C13.9 8.8275 14.215 7.7625 14.1025 6.69C14.44 6.4875 14.83 6.375 15.25 6.375M5.125 14.0625C5.125 12.51 7.3075 11.25 10 11.25C12.6925 11.25 14.875 12.51 14.875 14.0625L14.875 15.375 5.125 15.375 5.125 14.0625M1 15.375 1 14.25C1 13.2075 2.4175 12.33 4.3375 12.075C3.895 12.585 3.625 13.29 3.625 14.0625L3.625 15.375 1 15.375M19 15.375 16.375 15.375 16.375 14.0625C16.375 13.29 16.105 12.585 15.6625 12.075C17.5825 12.33 19 13.2075 19 14.25L19 15.375Z"
|
17
|
-
})
|
18
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconHumans = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 20 20", ...props, children: _jsx("path", { d: "M10 4.5C11.4497 4.5 12.625 5.6753 12.625 7.125C12.625 8.5747 11.4497 9.75 10 9.75C8.5503 9.75 7.375 8.5747 7.375 7.125C7.375 5.6753 8.5503 4.5 10 4.5M4.75 6.375C5.17 6.375 5.56 6.4875 5.8975 6.69C5.785 7.7625 6.1 8.8275 6.745 9.66C6.37 10.38 5.62 10.875 4.75 10.875C3.5074 10.875 2.5 9.8676 2.5 8.625C2.5 7.3824 3.5074 6.375 4.75 6.375M15.25 6.375C16.4926 6.375 17.5 7.3824 17.5 8.625C17.5 9.8676 16.4926 10.875 15.25 10.875C14.38 10.875 13.63 10.38 13.255 9.66C13.9 8.8275 14.215 7.7625 14.1025 6.69C14.44 6.4875 14.83 6.375 15.25 6.375M5.125 14.0625C5.125 12.51 7.3075 11.25 10 11.25C12.6925 11.25 14.875 12.51 14.875 14.0625L14.875 15.375 5.125 15.375 5.125 14.0625M1 15.375 1 14.25C1 13.2075 2.4175 12.33 4.3375 12.075C3.895 12.585 3.625 13.29 3.625 14.0625L3.625 15.375 1 15.375M19 15.375 16.375 15.375 16.375 14.0625C16.375 13.29 16.105 12.585 15.6625 12.075C17.5825 12.33 19 13.2075 19 14.25L19 15.375Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconHumans')(IconHumans);
|
@@ -1,29 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconImage = props => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
12
|
-
stroke: "currentColor",
|
13
|
-
strokeWidth: "0",
|
14
|
-
viewBox: "0 0 24 24",
|
15
|
-
fill: "none",
|
16
|
-
...props,
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
fillRule: "evenodd",
|
19
|
-
clipRule: "evenodd",
|
20
|
-
d: "M7 7C5.34315 7 4 8.34315 4 10C4 11.6569 5.34315 13 7 13C8.65685 13 10 11.6569 10 10C10 8.34315 8.65685 7 7 7ZM6 10C6 9.44772 6.44772 9 7 9C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10Z",
|
21
|
-
fill: "currentColor"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
fillRule: "evenodd",
|
24
|
-
clipRule: "evenodd",
|
25
|
-
d: "M3 3C1.34315 3 0 4.34315 0 6V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V6C24 4.34315 22.6569 3 21 3H3ZM21 5H3C2.44772 5 2 5.44772 2 6V18C2 18.5523 2.44772 19 3 19H7.31374L14.1924 12.1214C15.364 10.9498 17.2635 10.9498 18.435 12.1214L22 15.6863V6C22 5.44772 21.5523 5 21 5ZM21 19H10.1422L15.6066 13.5356C15.9971 13.145 16.6303 13.145 17.0208 13.5356L21.907 18.4217C21.7479 18.7633 21.4016 19 21 19Z",
|
26
|
-
fill: "currentColor"
|
27
|
-
})]
|
28
|
-
});
|
29
|
-
var _default = exports.default = (0, _withIcon.default)('IconImage')(IconImage);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconImage = (props) => (_jsxs("svg", { stroke: "currentColor", strokeWidth: "0", viewBox: "0 0 24 24", fill: "none", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 7C5.34315 7 4 8.34315 4 10C4 11.6569 5.34315 13 7 13C8.65685 13 10 11.6569 10 10C10 8.34315 8.65685 7 7 7ZM6 10C6 9.44772 6.44772 9 7 9C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3C1.34315 3 0 4.34315 0 6V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V6C24 4.34315 22.6569 3 21 3H3ZM21 5H3C2.44772 5 2 5.44772 2 6V18C2 18.5523 2.44772 19 3 19H7.31374L14.1924 12.1214C15.364 10.9498 17.2635 10.9498 18.435 12.1214L22 15.6863V6C22 5.44772 21.5523 5 21 5ZM21 19H10.1422L15.6066 13.5356C15.9971 13.145 16.6303 13.145 17.0208 13.5356L21.907 18.4217C21.7479 18.7633 21.4016 19 21 19Z", fill: "currentColor" })] }));
|
4
|
+
export default withIcon('IconImage')(IconImage);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
11
3
|
const IconImportantComment = props => {
|
12
|
-
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M22,2 L2,2 L2,22 L6,18 L22,18 L22,2 Z M13,14 L11,14 L11,12 L13,12 L13,14 Z M13,10 L11,10 L11,6 L13,6 L13,10 Z"
|
17
|
-
})
|
18
|
-
});
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22,2 L2,2 L2,22 L6,18 L22,18 L22,2 Z M13,14 L11,14 L11,12 L13,12 L13,14 Z M13,10 L11,10 L11,6 L13,6 L13,10 Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconImportantComment')(IconImportantComment);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
11
3
|
const IconInbox = props => {
|
12
|
-
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M21,3 L3.01,3 L3.01,21 L21,21 L21,3 Z M19,15 L15,15 C15,16.66 13.65,18 12,18 C10.35,18 9,16.66 9,15 L5,15 L5,5 L19,5 L19,15 Z"
|
17
|
-
})
|
18
|
-
});
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M21,3 L3.01,3 L3.01,21 L21,21 L21,3 Z M19,15 L15,15 C15,16.66 13.65,18 12,18 C10.35,18 9,16.66 9,15 L5,15 L5,5 L19,5 L19,15 Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconInbox')(IconInbox);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconInfoFilled = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M13 9 11 9 11 7 13 7M13 17 11 17 11 11 13 11M12 2C6.4772 2 2 6.4772 2 12C2 14.6522 3.0536 17.1957 4.9289 19.0711C6.8043 20.9464 9.3478 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.3478 20.9464 6.8043 19.0711 4.9289C17.1957 3.0536 14.6522 2 12 2Z"
|
17
|
-
})
|
18
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconInfoFilled = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 9 11 9 11 7 13 7M13 17 11 17 11 11 13 11M12 2C6.4772 2 2 6.4772 2 12C2 14.6522 3.0536 17.1957 4.9289 19.0711C6.8043 20.9464 9.3478 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.3478 20.9464 6.8043 19.0711 4.9289C17.1957 3.0536 14.6522 2 12 2Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconInfoFilled')(IconInfoFilled);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconInfoOutline = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M11 9 13 9 13 7 11 7M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20M12 2C6.4772 2 2 6.4772 2 12C2 14.6522 3.0536 17.1957 4.9289 19.0711C6.8043 20.9464 9.3478 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.3478 20.9464 6.8043 19.0711 4.9289C17.1957 3.0536 14.6522 2 12 2M11 17 13 17 13 11 11 11 11 17Z"
|
17
|
-
})
|
18
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconInfoOutline = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M11 9 13 9 13 7 11 7M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20M12 2C6.4772 2 2 6.4772 2 12C2 14.6522 3.0536 17.1957 4.9289 19.0711C6.8043 20.9464 9.3478 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 9.3478 20.9464 6.8043 19.0711 4.9289C17.1957 3.0536 14.6522 2 12 2M11 17 13 17 13 11 11 11 11 17Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconInfoOutline')(IconInfoOutline);
|
@@ -1,59 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconJanitorFilled = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
version: "1.1",
|
15
|
-
...props,
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M14.7617925,8.50746269 L14.7617925,2.16553596 L17.1226415,2.16553596 C17.572327,2.16553596 17.9658019,2.3202171 18.303066,2.62957938 C18.6403302,2.93894166 18.8262579,3.30845771 18.8608491,3.73812754 L18.8608491,4.51153324 L21.1698113,4.51153324 C21.4119497,4.51153324 21.6108491,4.59317051 21.7665094,4.75644505 C21.9221698,4.91971958 22,5.12166441 22,5.36227951 C22,5.56852103 21.9221698,5.75757576 21.7665094,5.92944369 C21.6108491,6.10131162 21.4119497,6.18724559 21.1698113,6.18724559 L18.8608491,6.18724559 L18.8608491,6.96065129 C18.8089623,7.39032112 18.6187107,7.75554048 18.2900943,8.05630936 C17.961478,8.35707825 17.572327,8.50746269 17.1226415,8.50746269 L14.7617925,8.50746269 Z M10.6108491,13.8697422 L4.66981132,13.8697422 L4.66981132,10.6729986 L4.1509434,10.6729986 C2.99213836,10.6386251 2.01061321,10.2089552 1.20636792,9.38398915 C0.402122642,8.55902307 0,7.57937585 0,6.44504749 L0,4.22795115 C0,3.076436 0.41509434,2.08389869 1.24528302,1.25033921 C2.0754717,0.416779738 3.07861635,0 4.25471698,0 L12.9716981,0 C13.4732704,0 13.8970126,0.171867933 14.2429245,0.515603799 C14.5888365,0.859339665 14.7617925,1.2718227 14.7617925,1.75305292 L14.7617925,8.91994573 C14.7617925,9.41836273 14.5888365,9.83514247 14.2429245,10.1702849 C13.8970126,10.5054274 13.4732704,10.6729986 12.9716981,10.6729986 L10.6108491,10.6729986 L10.6108491,13.8697422 Z M3.78773585,19 C3.4245283,19 3.11320755,18.8710991 2.85377358,18.6132972 C2.59433962,18.3554953 2.46462264,18.046133 2.46462264,17.6852103 L2.46462264,15.1845319 C2.46462264,14.8236092 2.59433962,14.5142469 2.85377358,14.256445 C3.11320755,13.9986431 3.4245283,13.8697422 3.78773585,13.8697422 L11.4669811,13.8697422 C11.8474843,13.8697422 12.1674528,13.9986431 12.4268868,14.256445 C12.6863208,14.5142469 12.8160377,14.8236092 12.8160377,15.1845319 L12.8160377,17.6852103 C12.8160377,18.046133 12.6863208,18.3554953 12.4268868,18.6132972 C12.1674528,18.8710991 11.8474843,19 11.4669811,19 L3.78773585,19 Z M11.129717,17.3500678 L4.1509434,17.3500678 L11.129717,17.3500678 Z",
|
19
|
-
id: "path-1-904y729"
|
20
|
-
})
|
21
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
22
|
-
stroke: "none",
|
23
|
-
strokeWidth: "1",
|
24
|
-
fillRule: "evenodd",
|
25
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
26
|
-
transform: "translate(-660.000000, -1389.000000)",
|
27
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
28
|
-
transform: "translate(660.000000, 1389.000000)",
|
29
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
30
|
-
transform: "translate(1.000000, 3.000000)",
|
31
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
32
|
-
id: "mask-2-1254387",
|
33
|
-
fill: "white",
|
34
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
35
|
-
xlinkHref: "#path-1-904y729"
|
36
|
-
})
|
37
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
38
|
-
fill: "#000000",
|
39
|
-
fillRule: "nonzero",
|
40
|
-
xlinkHref: "#path-1-904y729"
|
41
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
42
|
-
mask: "url(#mask-2-1254387)",
|
43
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
44
|
-
transform: "translate(-0.952381, -3.166667)",
|
45
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
46
|
-
x: "0",
|
47
|
-
y: "0",
|
48
|
-
width: "24",
|
49
|
-
height: "24"
|
50
|
-
})
|
51
|
-
})
|
52
|
-
})]
|
53
|
-
})
|
54
|
-
})
|
55
|
-
})
|
56
|
-
})]
|
57
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconJanitorFilled = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 24 24", version: "1.1", ...props, children: [_jsx("defs", { children: _jsx("path", { d: "M14.7617925,8.50746269 L14.7617925,2.16553596 L17.1226415,2.16553596 C17.572327,2.16553596 17.9658019,2.3202171 18.303066,2.62957938 C18.6403302,2.93894166 18.8262579,3.30845771 18.8608491,3.73812754 L18.8608491,4.51153324 L21.1698113,4.51153324 C21.4119497,4.51153324 21.6108491,4.59317051 21.7665094,4.75644505 C21.9221698,4.91971958 22,5.12166441 22,5.36227951 C22,5.56852103 21.9221698,5.75757576 21.7665094,5.92944369 C21.6108491,6.10131162 21.4119497,6.18724559 21.1698113,6.18724559 L18.8608491,6.18724559 L18.8608491,6.96065129 C18.8089623,7.39032112 18.6187107,7.75554048 18.2900943,8.05630936 C17.961478,8.35707825 17.572327,8.50746269 17.1226415,8.50746269 L14.7617925,8.50746269 Z M10.6108491,13.8697422 L4.66981132,13.8697422 L4.66981132,10.6729986 L4.1509434,10.6729986 C2.99213836,10.6386251 2.01061321,10.2089552 1.20636792,9.38398915 C0.402122642,8.55902307 0,7.57937585 0,6.44504749 L0,4.22795115 C0,3.076436 0.41509434,2.08389869 1.24528302,1.25033921 C2.0754717,0.416779738 3.07861635,0 4.25471698,0 L12.9716981,0 C13.4732704,0 13.8970126,0.171867933 14.2429245,0.515603799 C14.5888365,0.859339665 14.7617925,1.2718227 14.7617925,1.75305292 L14.7617925,8.91994573 C14.7617925,9.41836273 14.5888365,9.83514247 14.2429245,10.1702849 C13.8970126,10.5054274 13.4732704,10.6729986 12.9716981,10.6729986 L10.6108491,10.6729986 L10.6108491,13.8697422 Z M3.78773585,19 C3.4245283,19 3.11320755,18.8710991 2.85377358,18.6132972 C2.59433962,18.3554953 2.46462264,18.046133 2.46462264,17.6852103 L2.46462264,15.1845319 C2.46462264,14.8236092 2.59433962,14.5142469 2.85377358,14.256445 C3.11320755,13.9986431 3.4245283,13.8697422 3.78773585,13.8697422 L11.4669811,13.8697422 C11.8474843,13.8697422 12.1674528,13.9986431 12.4268868,14.256445 C12.6863208,14.5142469 12.8160377,14.8236092 12.8160377,15.1845319 L12.8160377,17.6852103 C12.8160377,18.046133 12.6863208,18.3554953 12.4268868,18.6132972 C12.1674528,18.8710991 11.8474843,19 11.4669811,19 L3.78773585,19 Z M11.129717,17.3500678 L4.1509434,17.3500678 L11.129717,17.3500678 Z", id: "path-1-904y729" }) }), _jsx("g", { stroke: "none", strokeWidth: "1", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-660.000000, -1389.000000)", children: _jsx("g", { transform: "translate(660.000000, 1389.000000)", children: _jsxs("g", { transform: "translate(1.000000, 3.000000)", children: [_jsx("mask", { id: "mask-2-1254387", fill: "white", children: _jsx("use", { xlinkHref: "#path-1-904y729" }) }), _jsx("use", { fill: "#000000", fillRule: "nonzero", xlinkHref: "#path-1-904y729" }), _jsx("g", { mask: "url(#mask-2-1254387)", children: _jsx("g", { transform: "translate(-0.952381, -3.166667)", children: _jsx("rect", { x: "0", y: "0", width: "24", height: "24" }) }) })] }) }) }) })] }));
|
58
5
|
};
|
59
|
-
|
6
|
+
export default withIcon('IconJanitorFilled')(IconJanitorFilled);
|
@@ -1,59 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconJanitorOutline = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
version: "1.1",
|
15
|
-
...props,
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M14.7617925,8.50746269 L14.7617925,6.83175034 L17.2264151,6.83175034 L17.2264151,3.8412483 L14.7617925,3.8412483 L14.7617925,2.16553596 L17.1226415,2.16553596 C17.572327,2.16553596 17.9658019,2.3202171 18.303066,2.62957938 C18.6403302,2.93894166 18.8262579,3.30845771 18.8608491,3.73812754 L18.8608491,4.51153324 L21.1698113,4.51153324 C21.4119497,4.51153324 21.6108491,4.59317051 21.7665094,4.75644505 C21.9221698,4.91971958 22,5.12166441 22,5.36227951 C22,5.56852103 21.9221698,5.75757576 21.7665094,5.92944369 C21.6108491,6.10131162 21.4119497,6.18724559 21.1698113,6.18724559 L18.8608491,6.18724559 L18.8608491,6.96065129 C18.8089623,7.39032112 18.6187107,7.75554048 18.2900943,8.05630936 C17.961478,8.35707825 17.572327,8.50746269 17.1226415,8.50746269 L14.7617925,8.50746269 Z M8.9245283,13.8697422 L8.9245283,9.02306649 L13.0754717,9.02306649 L13.0754717,1.64993216 L4.25471698,1.64993216 C3.52830189,1.64993216 2.91430818,1.89914066 2.41273585,2.39755767 C1.91116352,2.89597467 1.66037736,3.50610583 1.66037736,4.22795115 L1.66037736,6.44504749 C1.66037736,7.16689281 1.91116352,7.77702397 2.41273585,8.27544098 C2.91430818,8.77385798 3.52830189,9.02306649 4.25471698,9.02306649 L6.33018868,9.02306649 L6.33018868,13.8697422 L8.9245283,13.8697422 Z M11.129717,15.5454545 L4.1509434,15.5454545 L4.1509434,17.3500678 L11.129717,17.3500678 L11.129717,15.5454545 Z M4.66981132,10.6729986 L4.1509434,10.6729986 C2.99213836,10.6386251 2.01061321,10.2089552 1.20636792,9.38398915 C0.402122642,8.55902307 0,7.57937585 0,6.44504749 L0,4.22795115 C0,3.076436 0.41509434,2.08389869 1.24528302,1.25033921 C2.0754717,0.416779738 3.07861635,0 4.25471698,0 L12.9716981,0 C13.4732704,0 13.8970126,0.171867933 14.2429245,0.515603799 C14.5888365,0.859339665 14.7617925,1.2718227 14.7617925,1.75305292 L14.7617925,8.91994573 C14.7617925,9.41836273 14.5888365,9.83514247 14.2429245,10.1702849 C13.8970126,10.5054274 13.4732704,10.6729986 12.9716981,10.6729986 L10.6108491,10.6729986 L10.6108491,13.8697422 L11.4669811,13.8697422 C11.8474843,13.8697422 12.1674528,13.9986431 12.4268868,14.256445 C12.6863208,14.5142469 12.8160377,14.8236092 12.8160377,15.1845319 L12.8160377,17.6852103 C12.8160377,18.046133 12.6863208,18.3554953 12.4268868,18.6132972 C12.1674528,18.8710991 11.8474843,19 11.4669811,19 L3.78773585,19 C3.4245283,19 3.11320755,18.8710991 2.85377358,18.6132972 C2.59433962,18.3554953 2.46462264,18.046133 2.46462264,17.6852103 L2.46462264,15.1845319 C2.46462264,14.8236092 2.59433962,14.5142469 2.85377358,14.256445 C3.11320755,13.9986431 3.4245283,13.8697422 3.78773585,13.8697422 L4.66981132,13.8697422 L4.66981132,10.6729986 Z M11.129717,17.3500678 L4.1509434,17.3500678 L11.129717,17.3500678 Z",
|
19
|
-
id: "path-1-90582"
|
20
|
-
})
|
21
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
22
|
-
stroke: "none",
|
23
|
-
strokeWidth: "1",
|
24
|
-
fillRule: "evenodd",
|
25
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
26
|
-
transform: "translate(-700.000000, -1389.000000)",
|
27
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
28
|
-
transform: "translate(700.000000, 1389.000000)",
|
29
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
30
|
-
transform: "translate(1.000000, 3.000000)",
|
31
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
32
|
-
id: "mask-2-938123",
|
33
|
-
fill: "white",
|
34
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
35
|
-
xlinkHref: "#path-1-90582"
|
36
|
-
})
|
37
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
38
|
-
fill: "#000000",
|
39
|
-
fillRule: "nonzero",
|
40
|
-
xlinkHref: "#path-1-90582"
|
41
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
42
|
-
mask: "url(#mask-2-938123)",
|
43
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
44
|
-
transform: "translate(-0.952381, -3.166667)",
|
45
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
46
|
-
x: "0",
|
47
|
-
y: "0",
|
48
|
-
width: "24",
|
49
|
-
height: "24"
|
50
|
-
})
|
51
|
-
})
|
52
|
-
})]
|
53
|
-
})
|
54
|
-
})
|
55
|
-
})
|
56
|
-
})]
|
57
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconJanitorOutline = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 24 24", version: "1.1", ...props, children: [_jsx("defs", { children: _jsx("path", { d: "M14.7617925,8.50746269 L14.7617925,6.83175034 L17.2264151,6.83175034 L17.2264151,3.8412483 L14.7617925,3.8412483 L14.7617925,2.16553596 L17.1226415,2.16553596 C17.572327,2.16553596 17.9658019,2.3202171 18.303066,2.62957938 C18.6403302,2.93894166 18.8262579,3.30845771 18.8608491,3.73812754 L18.8608491,4.51153324 L21.1698113,4.51153324 C21.4119497,4.51153324 21.6108491,4.59317051 21.7665094,4.75644505 C21.9221698,4.91971958 22,5.12166441 22,5.36227951 C22,5.56852103 21.9221698,5.75757576 21.7665094,5.92944369 C21.6108491,6.10131162 21.4119497,6.18724559 21.1698113,6.18724559 L18.8608491,6.18724559 L18.8608491,6.96065129 C18.8089623,7.39032112 18.6187107,7.75554048 18.2900943,8.05630936 C17.961478,8.35707825 17.572327,8.50746269 17.1226415,8.50746269 L14.7617925,8.50746269 Z M8.9245283,13.8697422 L8.9245283,9.02306649 L13.0754717,9.02306649 L13.0754717,1.64993216 L4.25471698,1.64993216 C3.52830189,1.64993216 2.91430818,1.89914066 2.41273585,2.39755767 C1.91116352,2.89597467 1.66037736,3.50610583 1.66037736,4.22795115 L1.66037736,6.44504749 C1.66037736,7.16689281 1.91116352,7.77702397 2.41273585,8.27544098 C2.91430818,8.77385798 3.52830189,9.02306649 4.25471698,9.02306649 L6.33018868,9.02306649 L6.33018868,13.8697422 L8.9245283,13.8697422 Z M11.129717,15.5454545 L4.1509434,15.5454545 L4.1509434,17.3500678 L11.129717,17.3500678 L11.129717,15.5454545 Z M4.66981132,10.6729986 L4.1509434,10.6729986 C2.99213836,10.6386251 2.01061321,10.2089552 1.20636792,9.38398915 C0.402122642,8.55902307 0,7.57937585 0,6.44504749 L0,4.22795115 C0,3.076436 0.41509434,2.08389869 1.24528302,1.25033921 C2.0754717,0.416779738 3.07861635,0 4.25471698,0 L12.9716981,0 C13.4732704,0 13.8970126,0.171867933 14.2429245,0.515603799 C14.5888365,0.859339665 14.7617925,1.2718227 14.7617925,1.75305292 L14.7617925,8.91994573 C14.7617925,9.41836273 14.5888365,9.83514247 14.2429245,10.1702849 C13.8970126,10.5054274 13.4732704,10.6729986 12.9716981,10.6729986 L10.6108491,10.6729986 L10.6108491,13.8697422 L11.4669811,13.8697422 C11.8474843,13.8697422 12.1674528,13.9986431 12.4268868,14.256445 C12.6863208,14.5142469 12.8160377,14.8236092 12.8160377,15.1845319 L12.8160377,17.6852103 C12.8160377,18.046133 12.6863208,18.3554953 12.4268868,18.6132972 C12.1674528,18.8710991 11.8474843,19 11.4669811,19 L3.78773585,19 C3.4245283,19 3.11320755,18.8710991 2.85377358,18.6132972 C2.59433962,18.3554953 2.46462264,18.046133 2.46462264,17.6852103 L2.46462264,15.1845319 C2.46462264,14.8236092 2.59433962,14.5142469 2.85377358,14.256445 C3.11320755,13.9986431 3.4245283,13.8697422 3.78773585,13.8697422 L4.66981132,13.8697422 L4.66981132,10.6729986 Z M11.129717,17.3500678 L4.1509434,17.3500678 L11.129717,17.3500678 Z", id: "path-1-90582" }) }), _jsx("g", { stroke: "none", strokeWidth: "1", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-700.000000, -1389.000000)", children: _jsx("g", { transform: "translate(700.000000, 1389.000000)", children: _jsxs("g", { transform: "translate(1.000000, 3.000000)", children: [_jsx("mask", { id: "mask-2-938123", fill: "white", children: _jsx("use", { xlinkHref: "#path-1-90582" }) }), _jsx("use", { fill: "#000000", fillRule: "nonzero", xlinkHref: "#path-1-90582" }), _jsx("g", { mask: "url(#mask-2-938123)", children: _jsx("g", { transform: "translate(-0.952381, -3.166667)", children: _jsx("rect", { x: "0", y: "0", width: "24", height: "24" }) }) })] }) }) }) })] }));
|
58
5
|
};
|
59
|
-
|
6
|
+
export default withIcon('IconJanitorFilled')(IconJanitorOutline);
|
@@ -1,20 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
11
3
|
const IconJointcost = props => {
|
12
|
-
|
13
|
-
viewBox: "0 0 24 24",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
d: "M14.8965517,5.79310345 C19.9242474,5.79310345 24,9.86885607 24,14.8965517 C24,19.9242474 19.9242474,24 14.8965517,24 C9.86885607,24 5.79310345,19.9242474 5.79310345,14.8965517 C5.79310345,9.86885607 9.86885607,5.79310345 14.8965517,5.79310345 Z M14.8965517,8.39408867 C11.3053405,8.39408867 8.39408867,11.3053405 8.39408867,14.8965517 C8.39408867,18.4877629 11.3053405,21.3990148 14.8965517,21.3990148 C18.4877629,21.3990148 21.3990148,18.4877629 21.3990148,14.8965517 C21.3990148,11.3053405 18.4877629,8.39408867 14.8965517,8.39408867 Z M11.6219113,12.035468 L11.6219113,14.1188571 L11.6531232,14.1188571 L13.1668966,12.035468 L14.4309754,12.035468 L12.8937931,14.0642365 L14.7118818,17.1229951 L13.4556059,17.1229951 L12.214936,14.9771823 L11.6219113,15.7574778 L11.6219113,17.1229951 L10.4748768,17.1229951 L10.4748768,12.035468 L11.6219113,12.035468 Z M17.0995862,12.035468 L17.3644532,12.0441379 C17.5372742,12.0556979 17.7025813,12.0788177 17.8603744,12.1134975 C18.097064,12.1655172 18.3038424,12.2526502 18.4807094,12.3748966 C18.6575764,12.4971429 18.7980296,12.6597044 18.902069,12.8625813 C19.0061084,13.0654581 19.0581281,13.3177537 19.0581281,13.619468 C19.0581281,13.9940099 18.976197,14.3022266 18.812335,14.5441182 C18.6812453,14.7376315 18.5143661,14.892026 18.3116973,15.0073017 L18.1529852,15.0864236 L19.3078227,17.1229951 L18.020335,17.1229951 L17.0449655,15.2893005 L16.4129261,15.2893005 L16.4129261,17.1229951 L15.2658916,17.1229951 L15.2658916,12.035468 L17.0995862,12.035468 Z M9.10344828,0 C11.9632258,0 14.5150127,1.31866464 16.1839328,3.38111766 C15.7611163,3.33432645 15.3316346,3.31034483 14.8965517,3.31034483 C14.0757096,3.31034483 13.2748044,3.39570469 12.5022285,3.55803203 C11.5132114,2.95132619 10.3492431,2.60098522 9.10344828,2.60098522 C5.51223709,2.60098522 2.60098522,5.51223709 2.60098522,9.10344828 C2.60098522,10.3492431 2.95132619,11.5132114 3.5588602,12.5022052 C3.39570469,13.2748044 3.31034483,14.0757096 3.31034483,14.8965517 C3.31034483,15.3316346 3.33432645,15.7611163 3.38103994,16.1837471 C1.31866464,14.5150127 -4.79616347e-14,11.9632258 -4.79616347e-14,9.10344828 C-4.79616347e-14,4.07575262 4.07575262,0 9.10344828,0 Z M17.0059507,12.9484138 L16.4129261,12.9484138 L16.4129261,14.3763547 L17.0059507,14.3763547 C17.307665,14.3763547 17.5378522,14.3126305 17.6965123,14.1851823 C17.8551724,14.057734 17.9345025,13.8691626 17.9345025,13.619468 C17.9345025,13.3697734 17.8551724,13.1955074 17.6965123,13.09667 C17.5378522,12.9978325 17.307665,12.9484138 17.0059507,12.9484138 Z"
|
17
|
-
})
|
18
|
-
});
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.8965517,5.79310345 C19.9242474,5.79310345 24,9.86885607 24,14.8965517 C24,19.9242474 19.9242474,24 14.8965517,24 C9.86885607,24 5.79310345,19.9242474 5.79310345,14.8965517 C5.79310345,9.86885607 9.86885607,5.79310345 14.8965517,5.79310345 Z M14.8965517,8.39408867 C11.3053405,8.39408867 8.39408867,11.3053405 8.39408867,14.8965517 C8.39408867,18.4877629 11.3053405,21.3990148 14.8965517,21.3990148 C18.4877629,21.3990148 21.3990148,18.4877629 21.3990148,14.8965517 C21.3990148,11.3053405 18.4877629,8.39408867 14.8965517,8.39408867 Z M11.6219113,12.035468 L11.6219113,14.1188571 L11.6531232,14.1188571 L13.1668966,12.035468 L14.4309754,12.035468 L12.8937931,14.0642365 L14.7118818,17.1229951 L13.4556059,17.1229951 L12.214936,14.9771823 L11.6219113,15.7574778 L11.6219113,17.1229951 L10.4748768,17.1229951 L10.4748768,12.035468 L11.6219113,12.035468 Z M17.0995862,12.035468 L17.3644532,12.0441379 C17.5372742,12.0556979 17.7025813,12.0788177 17.8603744,12.1134975 C18.097064,12.1655172 18.3038424,12.2526502 18.4807094,12.3748966 C18.6575764,12.4971429 18.7980296,12.6597044 18.902069,12.8625813 C19.0061084,13.0654581 19.0581281,13.3177537 19.0581281,13.619468 C19.0581281,13.9940099 18.976197,14.3022266 18.812335,14.5441182 C18.6812453,14.7376315 18.5143661,14.892026 18.3116973,15.0073017 L18.1529852,15.0864236 L19.3078227,17.1229951 L18.020335,17.1229951 L17.0449655,15.2893005 L16.4129261,15.2893005 L16.4129261,17.1229951 L15.2658916,17.1229951 L15.2658916,12.035468 L17.0995862,12.035468 Z M9.10344828,0 C11.9632258,0 14.5150127,1.31866464 16.1839328,3.38111766 C15.7611163,3.33432645 15.3316346,3.31034483 14.8965517,3.31034483 C14.0757096,3.31034483 13.2748044,3.39570469 12.5022285,3.55803203 C11.5132114,2.95132619 10.3492431,2.60098522 9.10344828,2.60098522 C5.51223709,2.60098522 2.60098522,5.51223709 2.60098522,9.10344828 C2.60098522,10.3492431 2.95132619,11.5132114 3.5588602,12.5022052 C3.39570469,13.2748044 3.31034483,14.0757096 3.31034483,14.8965517 C3.31034483,15.3316346 3.33432645,15.7611163 3.38103994,16.1837471 C1.31866464,14.5150127 -4.79616347e-14,11.9632258 -4.79616347e-14,9.10344828 C-4.79616347e-14,4.07575262 4.07575262,0 9.10344828,0 Z M17.0059507,12.9484138 L16.4129261,12.9484138 L16.4129261,14.3763547 L17.0059507,14.3763547 C17.307665,14.3763547 17.5378522,14.3126305 17.6965123,14.1851823 C17.8551724,14.057734 17.9345025,13.8691626 17.9345025,13.619468 C17.9345025,13.3697734 17.8551724,13.1955074 17.6965123,13.09667 C17.5378522,12.9978325 17.307665,12.9484138 17.0059507,12.9484138 Z" }) }));
|
19
5
|
};
|
20
|
-
|
6
|
+
export default withIcon('IconJointcost')(IconJointcost);
|