@bbl-digital/snorre 4.2.74 → 4.2.76
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 +1 -2
- 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,638 +1,240 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
source: {
|
192
|
-
code: ''
|
193
|
-
}
|
194
|
-
}
|
195
|
-
}
|
196
|
-
}; // TODO: Get back the mdxProps that was removed from the storybook
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import IconApartment from './General/IconApartment';
|
3
|
+
import IconArchives from './General/IconArchives';
|
4
|
+
import IconArea from './General/IconArea';
|
5
|
+
import IconChoice from './General/IconChoice';
|
6
|
+
import IconReply from './General/IconReply';
|
7
|
+
import IconReplyAll from './General/IconReplyAll';
|
8
|
+
import IconForward from './General/IconForward';
|
9
|
+
import IconArrowDown from './General/IconArrowDown';
|
10
|
+
import IconArrowLeft from './General/IconArrowLeft';
|
11
|
+
import IconArrowRight from './General/IconArrowRight';
|
12
|
+
import IconArrowUp from './General/IconArrowUp';
|
13
|
+
import IconAttachment from './General/IconAttachment';
|
14
|
+
import IconBack from './General/IconBack';
|
15
|
+
import IconBath from './General/IconBath';
|
16
|
+
import IconBoard from './General/IconBoard';
|
17
|
+
import IconBookmarkOutline from './General/IconBookmarkOutline';
|
18
|
+
import IconBookmarkFilled from './General/IconBookmarkFilled';
|
19
|
+
import IconBus from './General/IconBus';
|
20
|
+
import IconCar from './General/IconCar';
|
21
|
+
import IconCaretDown from './General/IconCaretDown';
|
22
|
+
import IconCaretLeft from './General/IconCaretLeft';
|
23
|
+
import IconCaretUp from './General/IconCaretUp';
|
24
|
+
import IconCases from './General/IconCases';
|
25
|
+
import IconCaretRight from './General/IconCaretRight';
|
26
|
+
import IconCheck from './General/IconCheck';
|
27
|
+
import IconCheckedOutline from './General/IconCheckedOutline';
|
28
|
+
import IconCheckedFilled from './General/IconCheckedFilled';
|
29
|
+
import IconChevronLeft from './General/IconChevronLeft';
|
30
|
+
import IconChevronRight from './General/IconChevronRight';
|
31
|
+
import IconChevronDown from './General/IconChevronDown';
|
32
|
+
import IconClose from './General/IconClose';
|
33
|
+
import IconCloseAlt from './General/IconCloseAlt';
|
34
|
+
import IconComment from './General/IconComment';
|
35
|
+
import IconCompanyBuilding from './General/IconCompanyBuilding';
|
36
|
+
import IconDotFilled from './General/IconDotFilled';
|
37
|
+
import IconDotOutline from './General/IconDotOutline';
|
38
|
+
import IconDownload from './General/IconDownload';
|
39
|
+
import IconDraft from './General/IconDraft';
|
40
|
+
import IconDelete from './General/IconDelete';
|
41
|
+
import IconDoor from './General/IconDoor';
|
42
|
+
import IconElevator from './General/IconElevator';
|
43
|
+
import IconErrorOutline from './General/IconErrorOutline';
|
44
|
+
import IconErrorFilled from './General/IconErrorFilled';
|
45
|
+
import IconExternalLink from './General/IconExternalLink';
|
46
|
+
import IconEye from './General/IconEye';
|
47
|
+
import IconFamily from './General/IconFamily';
|
48
|
+
import IconFerry from './General/IconFerry';
|
49
|
+
import IconFile from './General/IconFile';
|
50
|
+
import IconFileEdit from './General/IconFileEdit';
|
51
|
+
import IconFileAdd from './General/IconFileAdd';
|
52
|
+
import IconFileExcel from './General/IconFileExcel';
|
53
|
+
import IconFilePDF from './General/IconFilePDF';
|
54
|
+
import IconFileWord from './General/IconFileWord';
|
55
|
+
import IconFillOut from './General/IconFillOut';
|
56
|
+
import IconFloor from './General/IconFloor';
|
57
|
+
import IconGarage from './General/IconGarage';
|
58
|
+
import IconGrid from './General/IconGrid';
|
59
|
+
import IconGym from './General/IconGym';
|
60
|
+
import IconHearth from './General/IconHearth';
|
61
|
+
import IconHearthOutline from './General/IconHearthOutline';
|
62
|
+
import IconHelp from './General/IconHelp';
|
63
|
+
import IconHistory from './General/IconHistory';
|
64
|
+
import IconHouse from './General/IconHouse';
|
65
|
+
import IconHumans from './General/IconHumans';
|
66
|
+
import IconImportantComment from './General/IconImportantComment';
|
67
|
+
import IconInbox from './General/IconInbox';
|
68
|
+
import IconLabel from './General/IconLabel';
|
69
|
+
import IconJointcost from './General/IconJointcost';
|
70
|
+
import IconJointcost2 from './General/IconJointcost2';
|
71
|
+
import IconKey from './General/IconKey';
|
72
|
+
import IconKitchen from './General/IconKitchen';
|
73
|
+
import IconLeisureTime from './General/IconLeisureTime';
|
74
|
+
import IconLock from './General/IconLock';
|
75
|
+
import IconLeafOutline from './General/IconLeafOutline';
|
76
|
+
import IconLeafFilled from './General/IconLeafFilled';
|
77
|
+
import IconLockLocked from './General/IconLockLocked';
|
78
|
+
import IconLockOpen from './General/IconLockOpen';
|
79
|
+
import IconMap from './General/IconMap';
|
80
|
+
import IconMail from './General/IconMail';
|
81
|
+
import IconMenu from './General/IconMenu';
|
82
|
+
import IconMinus from './General/IconMinus';
|
83
|
+
import IconMoney from './General/IconMoney';
|
84
|
+
import IconPinned from './General/IconPinned';
|
85
|
+
import IconParking from './General/IconParking';
|
86
|
+
import IconPaymentCard from './General/IconPaymentCard';
|
87
|
+
import IconPlus from './General/IconPlus';
|
88
|
+
import IconReciept from './General/IconReciept';
|
89
|
+
import IconRedo from './General/IconRedo';
|
90
|
+
import IconRefresh from './General/IconRefresh';
|
91
|
+
import IconRoom from './General/IconRoom';
|
92
|
+
import IconSave from './General/IconSave';
|
93
|
+
import IconSearch from './General/IconSearch';
|
94
|
+
import IconSend from './General/IconSend';
|
95
|
+
import IconSettings from './General/IconSettings';
|
96
|
+
import IconShopping from './General/IconShopping';
|
97
|
+
import IconSign from './General/IconSign';
|
98
|
+
import IconStarFilled from './General/IconStarFilled';
|
99
|
+
import IconStarHalf from './General/IconStarHalf';
|
100
|
+
import IconStarOutline from './General/IconStarOutline';
|
101
|
+
import IconStore from './General/IconStore';
|
102
|
+
import IconSubway from './General/IconSubway';
|
103
|
+
import IconSwitch from './General/IconSwitch';
|
104
|
+
import IconSliders from './General/IconSliders';
|
105
|
+
import IconTrain from './General/IconTrain';
|
106
|
+
import IconTram from './General/IconTram';
|
107
|
+
import IconPrint from './General/IconPrint';
|
108
|
+
import IconTransport from './General/IconTransport';
|
109
|
+
import IconTypeOfBuilding from './General/IconTypeOfBuilding';
|
110
|
+
import IconTypeOfBuildingOutline from './General/IconTypeOfBuildingOutline';
|
111
|
+
import IconUpload from './General/IconUpload';
|
112
|
+
import IconUser from './General/IconUser';
|
113
|
+
import IconUserThin from './General/IconUserThin';
|
114
|
+
import IconVote from './General/IconVote';
|
115
|
+
import IconWalk from './General/IconWalk';
|
116
|
+
import IconWarning from './General/IconWarning';
|
117
|
+
import IconWarningBell from './General/IconWarningBell';
|
118
|
+
import IconZip from './General/IconZip';
|
119
|
+
import IconPlusAlt from './General/IconPlusAlt';
|
120
|
+
import IconPhone from './General/IconPhone';
|
121
|
+
import IconBellOutline from './General/IconBellOutline';
|
122
|
+
import IconFilterList from './General/IconFilterList';
|
123
|
+
import IconSort from './General/IconSort';
|
124
|
+
import IconCommunication from './General/IconCommunication';
|
125
|
+
import IconCommunicationFilled from './General/IconCommunicationFilled';
|
126
|
+
import IconDashboard from './General/IconDashboard';
|
127
|
+
import IconDashboardFilled from './General/IconDashboardFilled';
|
128
|
+
import IconEconomy from './General/IconEconomy';
|
129
|
+
import IconEconomyFilled from './General/IconEconomyFilled';
|
130
|
+
import IconWork from './General/IconWork';
|
131
|
+
import IconWorkFilled from './General/IconWorkFilled';
|
132
|
+
import IconProfile from './General/IconProfile';
|
133
|
+
import IconProfileFilled from './General/IconProfileFilled';
|
134
|
+
import IconLookup from './General/IconLookup';
|
135
|
+
import IconLookupFilled from './General/IconLookupFilled';
|
136
|
+
import IconDocument from './General/IconDocument';
|
137
|
+
import IconDocumentFilled from './General/IconDocumentFilled';
|
138
|
+
import IconEarth from './General/IconEarth';
|
139
|
+
import IconEyeDeny from './General/IconEyeDeny';
|
140
|
+
import IconMembership from './General/IconMembership';
|
141
|
+
import IconMembershipFilled from './General/IconMembershipFilled';
|
142
|
+
import IconHouseOutline from './General/IconHouseOutline';
|
143
|
+
import IconHomeFilled from './General/IconHomeFilled';
|
144
|
+
import IconHomeOutline from './General/IconHomeOutline';
|
145
|
+
import IconHouseBlockFilled from './General/IconHouseBlockFilled';
|
146
|
+
import IconHouseBlockOutline from './General/IconHouseBlockOutline';
|
147
|
+
import IconEdit from './General/IconEdit';
|
148
|
+
import IconMinusAltFilled from './General/IconMinusAltFilled';
|
149
|
+
import IconMinusAlt from './General/IconMinusAlt';
|
150
|
+
import IconUndo from './General/IconUndo';
|
151
|
+
import IconFileCopy from './General/IconFileCopy';
|
152
|
+
import IconCalendar from './General/IconCalendar';
|
153
|
+
import IconVisa from './Logos/IconVisa';
|
154
|
+
import IconMasterCard from './Logos/IconMasterCard';
|
155
|
+
import IconBankAxept from './Logos/IconBankAxept';
|
156
|
+
import IconAmericanExpress from './Logos/IconAmericanExpress';
|
157
|
+
import IconCompanyBuildingFilled from './General/IconCompanyBuildingFilled';
|
158
|
+
import IconCompanyBuildingOutline from './General/IconCompanyBuildingOutline';
|
159
|
+
import IconBlock from './General/IconBlock';
|
160
|
+
import IconPortalUser from './General/IconPortalUser';
|
161
|
+
import IconInfoOutline from './General/IconInfoOutline';
|
162
|
+
import IconInfoFilled from './General/IconInfoFilled';
|
163
|
+
import IconBblFlame from './General/IconBblFlame';
|
164
|
+
import IconBblWater from './General/IconBblWater';
|
165
|
+
import IconBblShield from './General/IconBblShield';
|
166
|
+
import IconFullscreenClose from './General/IconFullscreenClose';
|
167
|
+
import IconFullscreenOpen from './General/IconFullscreenOpen';
|
168
|
+
import IconGmail from './Logos/IconGmail';
|
169
|
+
import IconOffice365 from './Logos/IconOffice365';
|
170
|
+
import IconRearrange from './General/IconRearrange';
|
171
|
+
import IconAuditorFilled from './General/IconAuditorFilled';
|
172
|
+
import IconAuditorOutline from './General/IconAuditorOutline';
|
173
|
+
import IconJanitorFilled from './General/IconJanitorFilled';
|
174
|
+
import IconJanitorOutline from './General/IconJanitorOutline';
|
175
|
+
import IconImage from './General/IconImage';
|
176
|
+
import IconCamera from './General/IconCamera';
|
177
|
+
import SbIconGrid from '../shared/components/SbIconGrid';
|
178
|
+
import IconBellFilled from './General/IconBellFilled';
|
179
|
+
import IconEmailMarkAsRead from './General/IconEmailMarkAsRead';
|
180
|
+
export default {
|
181
|
+
title: 'Icons/All',
|
182
|
+
parameters: {
|
183
|
+
docs: {
|
184
|
+
source: {
|
185
|
+
code: '',
|
186
|
+
},
|
187
|
+
},
|
188
|
+
},
|
189
|
+
};
|
190
|
+
// TODO: Get back the mdxProps that was removed from the storybook
|
197
191
|
// It gave a title for icons in the grid
|
198
192
|
// Remember to remove comment in .mdx
|
199
|
-
const Standard =
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
name: "IconPlus"
|
207
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMinus.default, {
|
208
|
-
name: "IconMinus"
|
209
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconGrid.default, {
|
210
|
-
name: "IconGrid"
|
211
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHelp.default, {
|
212
|
-
name: "IconHelp"
|
213
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCloseAlt.default, {
|
214
|
-
name: "IconCloseAlt"
|
215
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSearch.default, {
|
216
|
-
name: "IconSearch"
|
217
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMenu.default, {
|
218
|
-
name: "IconMenu"
|
219
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconInbox.default, {
|
220
|
-
name: "IconInbox"
|
221
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSettings.default, {
|
222
|
-
name: "IconSettings"
|
223
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHistory.default, {
|
224
|
-
name: "IconHistory"
|
225
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconRefresh.default, {
|
226
|
-
name: "IconRefresh"
|
227
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBookmarkFilled.default, {
|
228
|
-
name: "IconBookmarkFilled"
|
229
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconComment.default, {
|
230
|
-
name: "IconComment"
|
231
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconImportantComment.default, {
|
232
|
-
name: "IconImportantComment"
|
233
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBack.default, {
|
234
|
-
name: "IconBack"
|
235
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconRedo.default, {
|
236
|
-
name: "IconRedo"
|
237
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSave.default, {
|
238
|
-
name: "IconSave"
|
239
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArchives.default, {
|
240
|
-
name: "IconArchives"
|
241
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSend.default, {
|
242
|
-
name: "IconSend"
|
243
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDraft.default, {
|
244
|
-
name: "IconDraft"
|
245
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMail.default, {
|
246
|
-
name: "IconMail"
|
247
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEmailMarkAsRead.default, {
|
248
|
-
name: "IconMarkAsRead"
|
249
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconVote.default, {
|
250
|
-
name: "IconVote"
|
251
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconWarning.default, {
|
252
|
-
name: "IconWarning"
|
253
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconWarningBell.default, {
|
254
|
-
name: "IconWarningBell"
|
255
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconExternalLink.default, {
|
256
|
-
name: "IconExternalLink"
|
257
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPhone.default, {
|
258
|
-
name: "IconPhone"
|
259
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPlusAlt.default, {
|
260
|
-
name: "IconPlusAlt"
|
261
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBellOutline.default, {
|
262
|
-
name: "IconBellOutline"
|
263
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBellFilled.default, {
|
264
|
-
name: "IconBellFilled"
|
265
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFilterList.default, {
|
266
|
-
name: "IconFilterList"
|
267
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSort.default, {
|
268
|
-
name: "IconSort"
|
269
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEarth.default, {
|
270
|
-
name: "IconEarth"
|
271
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconUndo.default, {
|
272
|
-
name: "IconUndo"
|
273
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCalendar.default, {
|
274
|
-
name: "IconCalendar"
|
275
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBlock.default, {
|
276
|
-
name: "IconBlock"
|
277
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconInfoOutline.default, {
|
278
|
-
name: "IconInfoOutline"
|
279
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconInfoFilled.default, {
|
280
|
-
name: "IconInfoFilled"
|
281
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDelete.default, {
|
282
|
-
name: "IconDelete"
|
283
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDoor.default, {
|
284
|
-
name: "IconDoor"
|
285
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLabel.default, {
|
286
|
-
name: "IconLabel"
|
287
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSliders.default, {
|
288
|
-
name: "IconSliders"
|
289
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPinned.default, {
|
290
|
-
name: "IconPinned"
|
291
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCases.default, {
|
292
|
-
name: "IconCases"
|
293
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconImage.default, {
|
294
|
-
name: "IconImage"
|
295
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCamera.default, {
|
296
|
-
name: "IconCamera"
|
297
|
-
})]
|
298
|
-
}),
|
299
|
-
name: 'Standard'
|
193
|
+
export const Standard = {
|
194
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconCheck, { name: "IconCheck" }), _jsx(IconClose, { name: "IconClose" }), _jsx(IconPlus, { name: "IconPlus" }), _jsx(IconMinus, { name: "IconMinus" }), _jsx(IconGrid, { name: "IconGrid" }), _jsx(IconHelp, { name: "IconHelp" }), _jsx(IconCloseAlt, { name: "IconCloseAlt" }), _jsx(IconSearch, { name: "IconSearch" }), _jsx(IconMenu, { name: "IconMenu" }), _jsx(IconInbox, { name: "IconInbox" }), _jsx(IconSettings, { name: "IconSettings" }), _jsx(IconHistory, { name: "IconHistory" }), _jsx(IconRefresh, { name: "IconRefresh" }), _jsx(IconBookmarkFilled, { name: "IconBookmarkFilled" }), _jsx(IconComment, { name: "IconComment" }), _jsx(IconImportantComment, { name: "IconImportantComment" }), _jsx(IconBack, { name: "IconBack" }), _jsx(IconRedo, { name: "IconRedo" }), _jsx(IconSave, { name: "IconSave" }), _jsx(IconArchives, { name: "IconArchives" }), _jsx(IconSend, { name: "IconSend" }), _jsx(IconDraft, { name: "IconDraft" }), _jsx(IconMail, { name: "IconMail" }), _jsx(IconEmailMarkAsRead, { name: "IconMarkAsRead" }), _jsx(IconVote, { name: "IconVote" }), _jsx(IconWarning, { name: "IconWarning" }), _jsx(IconWarningBell, { name: "IconWarningBell" }), _jsx(IconExternalLink, { name: "IconExternalLink" }), _jsx(IconPhone, { name: "IconPhone" }), _jsx(IconPlusAlt, { name: "IconPlusAlt" }), _jsx(IconBellOutline, { name: "IconBellOutline" }), _jsx(IconBellFilled, { name: "IconBellFilled" }), _jsx(IconFilterList, { name: "IconFilterList" }), _jsx(IconSort, { name: "IconSort" }), _jsx(IconEarth, { name: "IconEarth" }), _jsx(IconUndo, { name: "IconUndo" }), _jsx(IconCalendar, { name: "IconCalendar" }), _jsx(IconBlock, { name: "IconBlock" }), _jsx(IconInfoOutline, { name: "IconInfoOutline" }), _jsx(IconInfoFilled, { name: "IconInfoFilled" }), _jsx(IconDelete, { name: "IconDelete" }), _jsx(IconDoor, { name: "IconDoor" }), _jsx(IconLabel, { name: "IconLabel" }), _jsx(IconSliders, { name: "IconSliders" }), _jsx(IconPinned, { name: "IconPinned" }), _jsx(IconCases, { name: "IconCases" }), _jsx(IconImage, { name: "IconImage" }), _jsx(IconCamera, { name: "IconCamera" })] })),
|
195
|
+
name: 'Standard',
|
196
|
+
};
|
197
|
+
export const User = {
|
198
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconUser, { name: "IconUser" }), _jsx(IconUserThin, { name: "IconUserThin" }), _jsx(IconLock, { name: "IconLock" }), _jsx(IconBoard, { name: "IconBoard" }), _jsx(IconHumans, { name: "IconHumans" }), _jsx(IconFamily, { name: "IconFamily" }), _jsx(IconPortalUser, { name: "IconPortalUser" })] })),
|
199
|
+
name: 'User',
|
300
200
|
};
|
301
|
-
const
|
302
|
-
|
303
|
-
|
304
|
-
name: "IconUser"
|
305
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconUserThin.default, {
|
306
|
-
name: "IconUserThin"
|
307
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLock.default, {
|
308
|
-
name: "IconLock"
|
309
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBoard.default, {
|
310
|
-
name: "IconBoard"
|
311
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHumans.default, {
|
312
|
-
name: "IconHumans"
|
313
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFamily.default, {
|
314
|
-
name: "IconFamily"
|
315
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPortalUser.default, {
|
316
|
-
name: "IconPortalUser"
|
317
|
-
})]
|
318
|
-
}),
|
319
|
-
name: 'User'
|
201
|
+
export const Navigation = {
|
202
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconCaretUp, { name: "IconCaretUp" }), _jsx(IconCaretDown, { name: "IconCaretDown" }), _jsx(IconCaretRight, { name: "IconCaretRight" }), _jsx(IconCaretLeft, { name: "IconCaretLeft" }), _jsx(IconArrowUp, { name: "IconArrowUp" }), _jsx(IconArrowDown, { name: "IconArrowDown" }), _jsx(IconArrowRight, { name: "IconArrowRight" }), _jsx(IconArrowLeft, { name: "IconArrowLeft" }), _jsx(IconChevronLeft, { name: "IconChevronLeft" }), _jsx(IconChevronRight, { name: "IconChevronRight" }), _jsx(IconChevronDown, { name: "IconChevronDown" })] })),
|
203
|
+
name: 'Navigation',
|
320
204
|
};
|
321
|
-
const
|
322
|
-
|
323
|
-
|
324
|
-
name: "IconCaretUp"
|
325
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCaretDown.default, {
|
326
|
-
name: "IconCaretDown"
|
327
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCaretRight.default, {
|
328
|
-
name: "IconCaretRight"
|
329
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCaretLeft.default, {
|
330
|
-
name: "IconCaretLeft"
|
331
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArrowUp.default, {
|
332
|
-
name: "IconArrowUp"
|
333
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArrowDown.default, {
|
334
|
-
name: "IconArrowDown"
|
335
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArrowRight.default, {
|
336
|
-
name: "IconArrowRight"
|
337
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArrowLeft.default, {
|
338
|
-
name: "IconArrowLeft"
|
339
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconChevronLeft.default, {
|
340
|
-
name: "IconChevronLeft"
|
341
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconChevronRight.default, {
|
342
|
-
name: "IconChevronRight"
|
343
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconChevronDown.default, {
|
344
|
-
name: "IconChevronDown"
|
345
|
-
})]
|
346
|
-
}),
|
347
|
-
name: 'Navigation'
|
205
|
+
export const Files = {
|
206
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconFile, { name: "IconFile" }), _jsx(IconFileEdit, { name: "IconFileEdit" }), _jsx(IconFileAdd, { name: "<IconFileAdd" }), _jsx(IconFileExcel, { name: "IconFileExcel" }), _jsx(IconFilePDF, { name: "IconFilePDF" }), _jsx(IconFileWord, { name: "IconFileWord" }), _jsx(IconArchives, { name: "IconArchives" }), _jsx(IconReciept, { name: "IconReciept" }), _jsx(IconFileCopy, { name: "IconFileCopy" }), _jsx(IconPrint, { name: "IconPrint" })] })),
|
207
|
+
name: 'Files',
|
348
208
|
};
|
349
|
-
const
|
350
|
-
|
351
|
-
|
352
|
-
name: "IconFile"
|
353
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFileEdit.default, {
|
354
|
-
name: "IconFileEdit"
|
355
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFileAdd.default, {
|
356
|
-
name: "<IconFileAdd"
|
357
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFileExcel.default, {
|
358
|
-
name: "IconFileExcel"
|
359
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFilePDF.default, {
|
360
|
-
name: "IconFilePDF"
|
361
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFileWord.default, {
|
362
|
-
name: "IconFileWord"
|
363
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconArchives.default, {
|
364
|
-
name: "IconArchives"
|
365
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconReciept.default, {
|
366
|
-
name: "IconReciept"
|
367
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFileCopy.default, {
|
368
|
-
name: "IconFileCopy"
|
369
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPrint.default, {
|
370
|
-
name: "IconPrint"
|
371
|
-
})]
|
372
|
-
}),
|
373
|
-
name: 'Files'
|
209
|
+
export const Handling = {
|
210
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconFillOut, { name: "IconFillOut" }), _jsx(IconDownload, { name: "IconDownload" }), _jsx(IconUpload, { name: "IconUpload" }), _jsx(IconSign, { name: "IconSign" }), _jsx(IconEye, { name: "IconEye" }), _jsx(IconEyeDeny, { name: "IconEyeDeny" }), _jsx(IconAttachment, { name: "IconAttachment" }), _jsx(IconSwitch, { name: "IconSwitch" }), _jsx(IconEdit, { name: "IconEdit" }), _jsx(IconChoice, { name: "IconChoice" }), _jsx(IconReply, { name: "IconReply" }), _jsx(IconReplyAll, { name: "IconReplyAll" }), _jsx(IconForward, { name: "IconForward" }), _jsx(IconRearrange, { name: "IconRearrange" })] })),
|
211
|
+
name: 'Handling',
|
374
212
|
};
|
375
|
-
const
|
376
|
-
|
377
|
-
|
378
|
-
name: "IconFillOut"
|
379
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDownload.default, {
|
380
|
-
name: "IconDownload"
|
381
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconUpload.default, {
|
382
|
-
name: "IconUpload"
|
383
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSign.default, {
|
384
|
-
name: "IconSign"
|
385
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEye.default, {
|
386
|
-
name: "IconEye"
|
387
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEyeDeny.default, {
|
388
|
-
name: "IconEyeDeny"
|
389
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconAttachment.default, {
|
390
|
-
name: "IconAttachment"
|
391
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSwitch.default, {
|
392
|
-
name: "IconSwitch"
|
393
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEdit.default, {
|
394
|
-
name: "IconEdit"
|
395
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconChoice.default, {
|
396
|
-
name: "IconChoice"
|
397
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconReply.default, {
|
398
|
-
name: "IconReply"
|
399
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconReplyAll.default, {
|
400
|
-
name: "IconReplyAll"
|
401
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconForward.default, {
|
402
|
-
name: "IconForward"
|
403
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconRearrange.default, {
|
404
|
-
name: "IconRearrange"
|
405
|
-
})]
|
406
|
-
}),
|
407
|
-
name: 'Handling'
|
213
|
+
export const Buildings = {
|
214
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconApartment, { name: "IconApartment" }), _jsx(IconHouse, { name: "IconHouse" }), _jsx(IconStore, { name: "IconStore" }), _jsx(IconTypeOfBuilding, { name: "IconTypeOfBuilding" }), _jsx(IconGarage, { name: "IconGarage" }), _jsx(IconCompanyBuilding, { name: "IconCompanyBuilding" }), _jsx(IconCompanyBuildingOutline, { name: "IconCompanyBuildingOutline" }), _jsx(IconCompanyBuildingFilled, { name: "IconCompanyBuildingFilled" })] })),
|
215
|
+
name: 'Buildings',
|
408
216
|
};
|
409
|
-
const
|
410
|
-
|
411
|
-
|
412
|
-
name: "IconApartment"
|
413
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHouse.default, {
|
414
|
-
name: "IconHouse"
|
415
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconStore.default, {
|
416
|
-
name: "IconStore"
|
417
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconTypeOfBuilding.default, {
|
418
|
-
name: "IconTypeOfBuilding"
|
419
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconGarage.default, {
|
420
|
-
name: "IconGarage"
|
421
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCompanyBuilding.default, {
|
422
|
-
name: "IconCompanyBuilding"
|
423
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCompanyBuildingOutline.default, {
|
424
|
-
name: "IconCompanyBuildingOutline"
|
425
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCompanyBuildingFilled.default, {
|
426
|
-
name: "IconCompanyBuildingFilled"
|
427
|
-
})]
|
428
|
-
}),
|
429
|
-
name: 'Buildings'
|
217
|
+
export const Housing = {
|
218
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconArea, { name: "IconArea" }), _jsx(IconRoom, { name: "IconRoom" }), _jsx(IconFloor, { name: "IconFloor" }), _jsx(IconBath, { name: "IconBath" }), _jsx(IconKey, { name: "IconKey" }), _jsx(IconMap, { name: "IconMap" }), _jsx(IconKitchen, { name: "IconKitchen" }), _jsx(IconElevator, { name: "IconElevator" }), _jsx(IconParking, { name: "IconParking" }), _jsx(IconGym, { name: "IconGym" }), _jsx(IconLeisureTime, { name: "IconLeisureTime" }), _jsx(IconShopping, { name: "IconShopping" }), _jsx(IconZip, { name: "IconZip" })] })),
|
219
|
+
name: 'Housing',
|
430
220
|
};
|
431
|
-
const
|
432
|
-
|
433
|
-
|
434
|
-
name: "IconArea"
|
435
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconRoom.default, {
|
436
|
-
name: "IconRoom"
|
437
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFloor.default, {
|
438
|
-
name: "IconFloor"
|
439
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBath.default, {
|
440
|
-
name: "IconBath"
|
441
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconKey.default, {
|
442
|
-
name: "IconKey"
|
443
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMap.default, {
|
444
|
-
name: "IconMap"
|
445
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconKitchen.default, {
|
446
|
-
name: "IconKitchen"
|
447
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconElevator.default, {
|
448
|
-
name: "IconElevator"
|
449
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconParking.default, {
|
450
|
-
name: "IconParking"
|
451
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconGym.default, {
|
452
|
-
name: "IconGym"
|
453
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLeisureTime.default, {
|
454
|
-
name: "IconLeisureTime"
|
455
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconShopping.default, {
|
456
|
-
name: "IconShopping"
|
457
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconZip.default, {
|
458
|
-
name: "IconZip"
|
459
|
-
})]
|
460
|
-
}),
|
461
|
-
name: 'Housing'
|
221
|
+
export const Transportation = {
|
222
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconTransport, { name: "IconTransport" }), _jsx(IconBus, { name: "IconBus" }), _jsx(IconTram, { name: "IconTram" }), _jsx(IconTrain, { name: "IconTrain" }), _jsx(IconSubway, { name: "IconSubway" }), _jsx(IconWalk, { name: "IconWalk" }), _jsx(IconCar, { name: "IconCar" }), _jsx(IconFerry, { name: "IconFerry" })] })),
|
223
|
+
name: 'Transportation',
|
462
224
|
};
|
463
|
-
const
|
464
|
-
|
465
|
-
|
466
|
-
name: "IconTransport"
|
467
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBus.default, {
|
468
|
-
name: "IconBus"
|
469
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconTram.default, {
|
470
|
-
name: "IconTram"
|
471
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconTrain.default, {
|
472
|
-
name: "IconTrain"
|
473
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconSubway.default, {
|
474
|
-
name: "IconSubway"
|
475
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconWalk.default, {
|
476
|
-
name: "IconWalk"
|
477
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCar.default, {
|
478
|
-
name: "IconCar"
|
479
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFerry.default, {
|
480
|
-
name: "IconFerry"
|
481
|
-
})]
|
482
|
-
}),
|
483
|
-
name: 'Transportation'
|
225
|
+
export const Toggles = {
|
226
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconHearth, { name: "IconHearth" }), _jsx(IconHearthOutline, { name: "IconHearthOutline" }), _jsx(IconStarFilled, { name: "IconStarFilled" }), _jsx(IconStarHalf, { name: "IconStarHalf" }), _jsx(IconStarOutline, { name: "IconStarOutline" }), _jsx(IconCheckedFilled, { name: "IconCheckedFilled" }), _jsx(IconCheckedOutline, { name: "IconCheckedOutline" }), _jsx(IconErrorFilled, { name: "IconErrorFilled" }), _jsx(IconErrorOutline, { name: "IconErrorOutline" }), _jsx(IconDotFilled, { name: "IconDotFilled" }), _jsx(IconDotOutline, { name: "IconDotOutline" }), _jsx(IconLockLocked, { name: "IconLockLocked" }), _jsx(IconLockOpen, { name: "IconLockOpen" }), _jsx(IconBookmarkFilled, { name: "IconBookmarkFilled" }), _jsx(IconBookmarkOutline, { name: "IconBookmarkOutline" }), _jsx(IconDashboard, { name: "IconDashboard" }), _jsx(IconDashboardFilled, { name: "IconDashboardFilled" }), _jsx(IconCommunication, { name: "IconCommunication" }), _jsx(IconCommunicationFilled, { name: "IconCommunicationFilled" }), _jsx(IconEconomy, { name: "IconEconomy" }), _jsx(IconEconomyFilled, { name: "IconEconomyFilled" }), _jsx(IconWork, { name: "IconWork" }), _jsx(IconWorkFilled, { name: "IconWorkFilled" }), _jsx(IconProfile, { name: "IconProfile" }), _jsx(IconProfileFilled, { name: "IconProfileFilled" }), _jsx(IconLookup, { name: "IconLookup" }), _jsx(IconLookupFilled, { name: "IconLookupFilled" }), _jsx(IconDocument, { name: "IconDocument" }), _jsx(IconDocumentFilled, { name: "IconDocumentFilled" }), _jsx(IconMembership, { name: "IconMembership" }), _jsx(IconMembershipFilled, { name: "IconMembershipFilled" }), _jsx(IconHouse, { name: "IconHouse" }), _jsx(IconHouseOutline, { name: "IconHouseOutline" }), _jsx(IconMinusAltFilled, { name: "IconMinusAltFilled" }), _jsx(IconMinusAlt, { name: "IconMinusAlt" }), _jsx(IconTypeOfBuilding, { name: "IconTypeOfBuilding" }), _jsx(IconTypeOfBuildingOutline, { name: "IconTypeOfBuildingOutline" }), _jsx(IconFullscreenClose, { name: "IconFullscreenClose" }), _jsx(IconFullscreenOpen, { name: "IconFullscreenOpen" }), _jsx(IconLeafFilled, { name: "IconLeafFilled" }), _jsx(IconLeafOutline, { name: "IconLeafOutline" }), _jsx(IconHomeFilled, { name: "IconHomeFilled" }), _jsx(IconHomeOutline, { name: "IconHomeOutline" }), _jsx(IconHouseBlockFilled, { name: "IconHouseBlockFilled" }), _jsx(IconHouseBlockOutline, { name: "IconHouseBlockOutline" }), _jsx(IconAuditorFilled, { name: "IconAuditorFilled" }), _jsx(IconAuditorOutline, { name: "IconAuditorOutline" }), _jsx(IconJanitorFilled, { name: "IconJanitorFilled" }), _jsx(IconJanitorOutline, { name: "IconJanitorOutline" })] })),
|
227
|
+
name: 'Transportation',
|
484
228
|
};
|
485
|
-
const
|
486
|
-
|
487
|
-
|
488
|
-
name: "IconHearth"
|
489
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHearthOutline.default, {
|
490
|
-
name: "IconHearthOutline"
|
491
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconStarFilled.default, {
|
492
|
-
name: "IconStarFilled"
|
493
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconStarHalf.default, {
|
494
|
-
name: "IconStarHalf"
|
495
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconStarOutline.default, {
|
496
|
-
name: "IconStarOutline"
|
497
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCheckedFilled.default, {
|
498
|
-
name: "IconCheckedFilled"
|
499
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCheckedOutline.default, {
|
500
|
-
name: "IconCheckedOutline"
|
501
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconErrorFilled.default, {
|
502
|
-
name: "IconErrorFilled"
|
503
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconErrorOutline.default, {
|
504
|
-
name: "IconErrorOutline"
|
505
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDotFilled.default, {
|
506
|
-
name: "IconDotFilled"
|
507
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDotOutline.default, {
|
508
|
-
name: "IconDotOutline"
|
509
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLockLocked.default, {
|
510
|
-
name: "IconLockLocked"
|
511
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLockOpen.default, {
|
512
|
-
name: "IconLockOpen"
|
513
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBookmarkFilled.default, {
|
514
|
-
name: "IconBookmarkFilled"
|
515
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBookmarkOutline.default, {
|
516
|
-
name: "IconBookmarkOutline"
|
517
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDashboard.default, {
|
518
|
-
name: "IconDashboard"
|
519
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDashboardFilled.default, {
|
520
|
-
name: "IconDashboardFilled"
|
521
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCommunication.default, {
|
522
|
-
name: "IconCommunication"
|
523
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconCommunicationFilled.default, {
|
524
|
-
name: "IconCommunicationFilled"
|
525
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEconomy.default, {
|
526
|
-
name: "IconEconomy"
|
527
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconEconomyFilled.default, {
|
528
|
-
name: "IconEconomyFilled"
|
529
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconWork.default, {
|
530
|
-
name: "IconWork"
|
531
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconWorkFilled.default, {
|
532
|
-
name: "IconWorkFilled"
|
533
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconProfile.default, {
|
534
|
-
name: "IconProfile"
|
535
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconProfileFilled.default, {
|
536
|
-
name: "IconProfileFilled"
|
537
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLookup.default, {
|
538
|
-
name: "IconLookup"
|
539
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLookupFilled.default, {
|
540
|
-
name: "IconLookupFilled"
|
541
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDocument.default, {
|
542
|
-
name: "IconDocument"
|
543
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconDocumentFilled.default, {
|
544
|
-
name: "IconDocumentFilled"
|
545
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMembership.default, {
|
546
|
-
name: "IconMembership"
|
547
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMembershipFilled.default, {
|
548
|
-
name: "IconMembershipFilled"
|
549
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHouse.default, {
|
550
|
-
name: "IconHouse"
|
551
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHouseOutline.default, {
|
552
|
-
name: "IconHouseOutline"
|
553
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMinusAltFilled.default, {
|
554
|
-
name: "IconMinusAltFilled"
|
555
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMinusAlt.default, {
|
556
|
-
name: "IconMinusAlt"
|
557
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconTypeOfBuilding.default, {
|
558
|
-
name: "IconTypeOfBuilding"
|
559
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconTypeOfBuildingOutline.default, {
|
560
|
-
name: "IconTypeOfBuildingOutline"
|
561
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFullscreenClose.default, {
|
562
|
-
name: "IconFullscreenClose"
|
563
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconFullscreenOpen.default, {
|
564
|
-
name: "IconFullscreenOpen"
|
565
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLeafFilled.default, {
|
566
|
-
name: "IconLeafFilled"
|
567
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconLeafOutline.default, {
|
568
|
-
name: "IconLeafOutline"
|
569
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHomeFilled.default, {
|
570
|
-
name: "IconHomeFilled"
|
571
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHomeOutline.default, {
|
572
|
-
name: "IconHomeOutline"
|
573
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHouseBlockFilled.default, {
|
574
|
-
name: "IconHouseBlockFilled"
|
575
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconHouseBlockOutline.default, {
|
576
|
-
name: "IconHouseBlockOutline"
|
577
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconAuditorFilled.default, {
|
578
|
-
name: "IconAuditorFilled"
|
579
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconAuditorOutline.default, {
|
580
|
-
name: "IconAuditorOutline"
|
581
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconJanitorFilled.default, {
|
582
|
-
name: "IconJanitorFilled"
|
583
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconJanitorOutline.default, {
|
584
|
-
name: "IconJanitorOutline"
|
585
|
-
})]
|
586
|
-
}),
|
587
|
-
name: 'Transportation'
|
229
|
+
export const Values = {
|
230
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconMoney, { name: "IconMoney" }), _jsx(IconJointcost, { name: "IconJointcost" }), _jsx(IconJointcost2, { name: "IconJointcost2" }), _jsx(IconPaymentCard, { name: "IconPaymentCard" })] })),
|
231
|
+
name: 'Values',
|
588
232
|
};
|
589
|
-
const
|
590
|
-
|
591
|
-
|
592
|
-
name: "IconMoney"
|
593
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconJointcost.default, {
|
594
|
-
name: "IconJointcost"
|
595
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconJointcost2.default, {
|
596
|
-
name: "IconJointcost2"
|
597
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconPaymentCard.default, {
|
598
|
-
name: "IconPaymentCard"
|
599
|
-
})]
|
600
|
-
}),
|
601
|
-
name: 'Values'
|
233
|
+
export const Logos = {
|
234
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconVisa, { name: "IconVisa", size: "50px" }), _jsx(IconMasterCard, { name: "IconMasterCard", size: "50px" }), _jsx(IconBankAxept, { name: "IconBankAxept", size: "50px" }), _jsx(IconAmericanExpress, { name: "IconAmericanExpress", size: "50px" }), _jsx(IconOffice365, { name: "IconOffice365", size: "50px" }), _jsx(IconGmail, {})] })),
|
235
|
+
name: 'Logos',
|
602
236
|
};
|
603
|
-
const
|
604
|
-
|
605
|
-
|
606
|
-
name: "IconVisa",
|
607
|
-
size: "50px"
|
608
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconMasterCard.default, {
|
609
|
-
name: "IconMasterCard",
|
610
|
-
size: "50px"
|
611
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBankAxept.default, {
|
612
|
-
name: "IconBankAxept",
|
613
|
-
size: "50px"
|
614
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconAmericanExpress.default, {
|
615
|
-
name: "IconAmericanExpress",
|
616
|
-
size: "50px"
|
617
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconOffice.default, {
|
618
|
-
name: "IconOffice365",
|
619
|
-
size: "50px"
|
620
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconGmail.default, {})]
|
621
|
-
}),
|
622
|
-
name: 'Logos'
|
237
|
+
export const Insurance = {
|
238
|
+
render: () => (_jsxs(SbIconGrid, { children: [_jsx(IconBblFlame, { name: "IconBblFlame", size: "60px" }), _jsx(IconBblWater, { name: "IconBblWater", size: "60px" }), _jsx(IconBblShield, { name: "IconBblShield", size: "60px" })] })),
|
239
|
+
name: 'Insurance',
|
623
240
|
};
|
624
|
-
const Insurance = exports.Insurance = {
|
625
|
-
render: () => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_SbIconGrid.default, {
|
626
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBblFlame.default, {
|
627
|
-
name: "IconBblFlame",
|
628
|
-
size: "60px"
|
629
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBblWater.default, {
|
630
|
-
name: "IconBblWater",
|
631
|
-
size: "60px"
|
632
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_IconBblShield.default, {
|
633
|
-
name: "IconBblShield",
|
634
|
-
size: "60px"
|
635
|
-
})]
|
636
|
-
}),
|
637
|
-
name: 'Insurance'
|
638
|
-
};
|