@bbl-digital/snorre 4.2.74 → 4.2.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DailyMotion-BlSi_Pi6.mjs +135 -0
- package/dist/Facebook-C_Gfm8ah.mjs +120 -0
- package/dist/FilePlayer-ELk7Q4ZX.mjs +201 -0
- package/dist/Kaltura-DouYsB04.mjs +120 -0
- package/dist/Mixcloud-CdI5m1l6.mjs +112 -0
- package/dist/Mux-H2xDlzEG.mjs +164 -0
- package/dist/Preview-kxhr2P2o.mjs +127 -0
- package/dist/SoundCloud-EhBryb8K.mjs +122 -0
- package/dist/Streamable-D8dAC2_e.mjs +114 -0
- package/dist/Twitch-6mnwt71C.mjs +116 -0
- package/dist/Vidyard-B6qlM5nY.mjs +112 -0
- package/dist/Vimeo-C3CbKxjA.mjs +145 -0
- package/dist/Wistia-rd8PWSxZ.mjs +123 -0
- package/dist/YouTube-DFe-8eml.mjs +175 -0
- package/dist/index-4sQ1LeGA.mjs +92519 -0
- package/dist/snorre.mjs +349 -0
- package/dist/snorre.umd.js +5540 -0
- package/dist/style.css +7 -0
- package/lib/app-shell/index.d.ts +0 -1
- package/lib/app-shell/index.js +20 -44
- package/lib/app-shell/theme.d.ts +0 -1
- package/lib/app-shell/theme.js +6 -13
- package/lib/core/Alert/Alert.stories.d.ts +0 -1
- package/lib/core/Alert/Alert.stories.js +37 -44
- package/lib/core/Alert/index.d.ts +0 -1
- package/lib/core/Alert/index.js +38 -68
- package/lib/core/Alert/styles.d.ts +0 -1
- package/lib/core/Alert/styles.js +54 -22
- package/lib/core/AppLoader/AppLoader.stories.d.ts +0 -1
- package/lib/core/AppLoader/AppLoader.stories.js +7 -14
- package/lib/core/AppLoader/index.d.ts +0 -1
- package/lib/core/AppLoader/index.js +9 -28
- package/lib/core/AppLoader/styles.d.ts +0 -1
- package/lib/core/AppLoader/styles.js +58 -10
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts +16 -17
- package/lib/core/Autocomplete/Autocomplete.stories.js +164 -332
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useAutocomplete.js +201 -208
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.js +12 -22
- package/lib/core/Autocomplete/index.d.ts +0 -1
- package/lib/core/Autocomplete/index.interfaces.d.ts +0 -1
- package/lib/core/Autocomplete/index.interfaces.js +1 -5
- package/lib/core/Autocomplete/index.js +67 -147
- package/lib/core/Autocomplete/styles.d.ts +0 -1
- package/lib/core/Autocomplete/styles.js +217 -74
- package/lib/core/Banner/Banner.stories.d.ts +0 -1
- package/lib/core/Banner/Banner.stories.js +49 -93
- package/lib/core/Banner/index.d.ts +0 -1
- package/lib/core/Banner/index.js +7 -42
- package/lib/core/Banner/styles.d.ts +0 -1
- package/lib/core/Banner/styles.js +41 -40
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts +2 -3
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +70 -187
- package/lib/core/BarAndLineComposedChart/index.d.ts +0 -1
- package/lib/core/BarAndLineComposedChart/index.js +22 -115
- package/lib/core/BarAndLineComposedChart/styles.d.ts +0 -1
- package/lib/core/BarAndLineComposedChart/styles.js +5 -14
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts +1 -2
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.js +83 -86
- package/lib/core/BarChartWithCustomizedEvent/index.d.ts +0 -1
- package/lib/core/BarChartWithCustomizedEvent/index.js +31 -115
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +0 -1
- package/lib/core/BarChartWithCustomizedEvent/styles.js +15 -19
- package/lib/core/Box/Box.stories.d.ts +0 -1
- package/lib/core/Box/Box.stories.js +65 -87
- package/lib/core/Box/index.d.ts +0 -1
- package/lib/core/Box/index.js +25 -70
- package/lib/core/Box/styles.d.ts +0 -1
- package/lib/core/Box/styles.js +36 -55
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts +8 -9
- package/lib/core/BoxedTable/BoxedTable.stories.js +43 -356
- package/lib/core/BoxedTable/DraggableRow/index.d.ts +0 -1
- package/lib/core/BoxedTable/DraggableRow/index.js +6 -42
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts +0 -1
- package/lib/core/BoxedTable/DraggableRow/styles.js +29 -60
- package/lib/core/BoxedTable/HeaderCell/index.d.ts +0 -1
- package/lib/core/BoxedTable/HeaderCell/index.js +21 -39
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts +0 -1
- package/lib/core/BoxedTable/HeaderCell/styles.js +12 -17
- package/lib/core/BoxedTable/RowCell/index.d.ts +0 -1
- package/lib/core/BoxedTable/RowCell/index.js +14 -34
- package/lib/core/BoxedTable/RowCell/styles.d.ts +0 -1
- package/lib/core/BoxedTable/RowCell/styles.js +48 -53
- package/lib/core/BoxedTable/TableHeader/index.d.ts +0 -1
- package/lib/core/BoxedTable/TableHeader/index.js +5 -18
- package/lib/core/BoxedTable/TableHeader/styles.d.ts +0 -1
- package/lib/core/BoxedTable/TableHeader/styles.js +7 -22
- package/lib/core/BoxedTable/TableRow/index.d.ts +0 -1
- package/lib/core/BoxedTable/TableRow/index.js +18 -71
- package/lib/core/BoxedTable/TableRow/styles.d.ts +0 -1
- package/lib/core/BoxedTable/TableRow/styles.js +64 -75
- package/lib/core/BoxedTable/index.d.ts +0 -1
- package/lib/core/BoxedTable/index.js +26 -54
- package/lib/core/BoxedTable/models.d.ts +0 -1
- package/lib/core/BoxedTable/models.js +1 -5
- package/lib/core/BoxedTable/styles.d.ts +0 -1
- package/lib/core/BoxedTable/styles.js +213 -78
- package/lib/core/Button/Button.stories.d.ts +0 -1
- package/lib/core/Button/Button.stories.js +118 -127
- package/lib/core/Button/index.d.ts +0 -1
- package/lib/core/Button/index.js +52 -71
- package/lib/core/Button/styles.d.ts +0 -1
- package/lib/core/Button/styles.js +203 -92
- package/lib/core/Calendar/Calendar.stories.d.ts +3 -4
- package/lib/core/Calendar/Calendar.stories.js +29 -42
- package/lib/core/Calendar/CalendarEvent/index.d.ts +0 -1
- package/lib/core/Calendar/CalendarEvent/index.js +36 -90
- package/lib/core/Calendar/CalendarEvent/styles.d.ts +0 -1
- package/lib/core/Calendar/CalendarEvent/styles.js +53 -68
- package/lib/core/Calendar/CalendarSmallEvent/index.d.ts +0 -1
- package/lib/core/Calendar/CalendarSmallEvent/index.js +37 -91
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +0 -1
- package/lib/core/Calendar/CalendarSmallEvent/styles.js +71 -68
- package/lib/core/Calendar/index.d.ts +0 -1
- package/lib/core/Calendar/index.js +30 -78
- package/lib/core/Calendar/styles.d.ts +0 -1
- package/lib/core/Calendar/styles.js +75 -62
- package/lib/core/Calendar/util.d.ts +0 -1
- package/lib/core/Calendar/util.js +8 -14
- package/lib/core/Card/Card.stories.d.ts +5 -6
- package/lib/core/Card/Card.stories.js +33 -68
- package/lib/core/Card/index.d.ts +0 -1
- package/lib/core/Card/index.js +26 -34
- package/lib/core/Card/styles.d.ts +0 -1
- package/lib/core/Card/styles.js +47 -63
- package/lib/core/Checkbox/Checkbox.stories.d.ts +0 -1
- package/lib/core/Checkbox/Checkbox.stories.js +37 -44
- package/lib/core/Checkbox/index.d.ts +0 -1
- package/lib/core/Checkbox/index.js +23 -61
- package/lib/core/Checkbox/styles.d.ts +0 -1
- package/lib/core/Checkbox/styles.js +100 -37
- package/lib/core/CollapseList/CollapseList.stories.d.ts +0 -1
- package/lib/core/CollapseList/CollapseList.stories.js +19 -54
- package/lib/core/CollapseList/Item.d.ts +0 -1
- package/lib/core/CollapseList/Item.js +29 -71
- package/lib/core/CollapseList/index.d.ts +0 -1
- package/lib/core/CollapseList/index.js +6 -22
- package/lib/core/CollapseList/styles.d.ts +0 -1
- package/lib/core/CollapseList/styles.js +35 -26
- package/lib/core/CommentsTimeline/CommentLine/index.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentLine/index.js +11 -67
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.js +59 -41
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts +0 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.js +19 -87
- package/lib/core/CommentsTimeline/index.d.ts +0 -1
- package/lib/core/CommentsTimeline/index.js +5 -19
- package/lib/core/CommentsTimeline/styles.d.ts +0 -1
- package/lib/core/CommentsTimeline/styles.js +9 -21
- package/lib/core/CustomText/CustomText.stories.d.ts +0 -1
- package/lib/core/CustomText/CustomText.stories.js +28 -35
- package/lib/core/CustomText/index.d.ts +0 -1
- package/lib/core/CustomText/index.js +17 -39
- package/lib/core/CustomText/styles.d.ts +0 -1
- package/lib/core/CustomText/styles.js +10 -31
- package/lib/core/Datepicker/Datepicker.stories.d.ts +5 -6
- package/lib/core/Datepicker/Datepicker.stories.js +28 -59
- package/lib/core/Datepicker/index.d.ts +0 -1
- package/lib/core/Datepicker/index.js +109 -176
- package/lib/core/Datepicker/styles.d.ts +0 -1
- package/lib/core/Datepicker/styles.js +233 -60
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts +0 -1
- package/lib/core/DatepickerRange/DatepickerRange.stories.js +12 -27
- package/lib/core/DatepickerRange/index.d.ts +0 -1
- package/lib/core/DatepickerRange/index.js +61 -104
- package/lib/core/DatepickerRange/styles.d.ts +0 -1
- package/lib/core/DatepickerRange/styles.js +169 -54
- package/lib/core/Divider/index.d.ts +0 -1
- package/lib/core/Divider/index.js +12 -26
- package/lib/core/Divider/styles.d.ts +0 -1
- package/lib/core/Divider/styles.js +22 -22
- package/lib/core/Dropdown/Dropdown.stories.d.ts +0 -1
- package/lib/core/Dropdown/Dropdown.stories.js +38 -55
- package/lib/core/Dropdown/index.d.ts +0 -1
- package/lib/core/Dropdown/index.js +64 -100
- package/lib/core/Dropdown/styles.d.ts +0 -1
- package/lib/core/Dropdown/styles.js +27 -12
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts +0 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.js +27 -56
- package/lib/core/DropdownMenu/DropdownMenuOption.d.ts +0 -1
- package/lib/core/DropdownMenu/DropdownMenuOption.js +8 -30
- package/lib/core/DropdownMenu/index.d.ts +0 -1
- package/lib/core/DropdownMenu/index.js +37 -64
- package/lib/core/DropdownMenu/styles.d.ts +0 -1
- package/lib/core/DropdownMenu/styles.js +48 -38
- package/lib/core/FileInput/FileInput.stories.d.ts +0 -1
- package/lib/core/FileInput/FileInput.stories.js +73 -80
- package/lib/core/FileInput/index.d.ts +0 -1
- package/lib/core/FileInput/index.js +66 -144
- package/lib/core/FileInput/styles.d.ts +0 -1
- package/lib/core/FileInput/styles.js +90 -149
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts +0 -1
- package/lib/core/GoogleButton/GoogleButton.stories.js +10 -17
- package/lib/core/GoogleButton/index.d.ts +0 -1
- package/lib/core/GoogleButton/index.js +15 -30
- package/lib/core/GoogleButton/styles.d.ts +0 -1
- package/lib/core/GoogleButton/styles.js +24 -21
- package/lib/core/Header/Header.stories.d.ts +0 -1
- package/lib/core/Header/Header.stories.js +60 -67
- package/lib/core/Header/index.d.ts +0 -1
- package/lib/core/Header/index.js +16 -31
- package/lib/core/Header/styles.d.ts +0 -1
- package/lib/core/Header/styles.js +46 -20
- package/lib/core/HighlightText/HighlightText.stories.d.ts +0 -1
- package/lib/core/HighlightText/HighlightText.stories.js +19 -26
- package/lib/core/HighlightText/index.d.ts +0 -1
- package/lib/core/HighlightText/index.js +12 -37
- package/lib/core/HighlightText/styles.d.ts +0 -1
- package/lib/core/HighlightText/styles.js +6 -22
- package/lib/core/Html/Html.stories.d.ts +0 -1
- package/lib/core/Html/Html.stories.js +35 -51
- package/lib/core/Html/index.d.ts +2 -3
- package/lib/core/Html/index.js +27 -42
- package/lib/core/Html/styles.d.ts +0 -1
- package/lib/core/Html/styles.js +137 -29
- package/lib/core/Image/Image.stories.d.ts +0 -1
- package/lib/core/Image/Image.stories.js +39 -46
- package/lib/core/Image/index.d.ts +0 -1
- package/lib/core/Image/index.js +31 -55
- package/lib/core/Image/styles.d.ts +0 -1
- package/lib/core/Image/styles.js +23 -23
- package/lib/core/ImagePicker/IconWithBackground.d.ts +0 -1
- package/lib/core/ImagePicker/IconWithBackground.js +13 -20
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts +0 -1
- package/lib/core/ImagePicker/ImagePicker.stories.js +12 -33
- package/lib/core/ImagePicker/UploadButton.d.ts +0 -1
- package/lib/core/ImagePicker/UploadButton.js +11 -40
- package/lib/core/ImagePicker/index.d.ts +0 -1
- package/lib/core/ImagePicker/index.js +29 -136
- package/lib/core/ImagePicker/styles.d.ts +0 -1
- package/lib/core/ImagePicker/styles.js +114 -74
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts +0 -1
- package/lib/core/ImageViewer/ImageViewer.stories.js +17 -19
- package/lib/core/ImageViewer/index.d.ts +0 -1
- package/lib/core/ImageViewer/index.js +28 -110
- package/lib/core/ImageViewer/styles.d.ts +0 -1
- package/lib/core/ImageViewer/styles.js +88 -37
- package/lib/core/InfoButton/InfoButton.stories.d.ts +0 -1
- package/lib/core/InfoButton/InfoButton.stories.js +42 -59
- package/lib/core/InfoButton/index.d.ts +0 -1
- package/lib/core/InfoButton/index.js +38 -84
- package/lib/core/InfoButton/styles.d.ts +0 -1
- package/lib/core/InfoButton/styles.js +124 -65
- package/lib/core/Input/Input.stories.d.ts +0 -1
- package/lib/core/Input/Input.stories.js +193 -200
- package/lib/core/Input/index.d.ts +0 -1
- package/lib/core/Input/index.js +105 -151
- package/lib/core/Input/styles.d.ts +0 -1
- package/lib/core/Input/styles.js +199 -65
- package/lib/core/Link/Link.stories.d.ts +0 -1
- package/lib/core/Link/Link.stories.js +67 -74
- package/lib/core/Link/index.d.ts +0 -1
- package/lib/core/Link/index.js +18 -50
- package/lib/core/Link/styles.d.ts +0 -1
- package/lib/core/Link/styles.js +64 -72
- package/lib/core/List/Item.d.ts +0 -1
- package/lib/core/List/Item.js +5 -22
- package/lib/core/List/List.stories.d.ts +0 -1
- package/lib/core/List/List.stories.js +63 -166
- package/lib/core/List/index.d.ts +0 -1
- package/lib/core/List/index.js +33 -38
- package/lib/core/List/styles.d.ts +0 -1
- package/lib/core/List/styles.js +220 -129
- package/lib/core/ListPager/ListPager.stories.d.ts +0 -1
- package/lib/core/ListPager/ListPager.stories.js +14 -21
- package/lib/core/ListPager/index.d.ts +0 -1
- package/lib/core/ListPager/index.js +21 -56
- package/lib/core/ListPager/styles.d.ts +0 -1
- package/lib/core/ListPager/styles.js +20 -38
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts +0 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.js +38 -38
- package/lib/core/MediaCarousel/index.d.ts +0 -1
- package/lib/core/MediaCarousel/index.js +17 -98
- package/lib/core/MediaCarousel/styles.d.ts +0 -1
- package/lib/core/MediaCarousel/styles.js +57 -60
- package/lib/core/Modal/ActionButtons/index.d.ts +0 -1
- package/lib/core/Modal/ActionButtons/index.js +11 -29
- package/lib/core/Modal/Modal.stories.d.ts +0 -1
- package/lib/core/Modal/Modal.stories.js +71 -133
- package/lib/core/Modal/index.d.ts +0 -1
- package/lib/core/Modal/index.js +74 -176
- package/lib/core/Modal/styles.d.ts +0 -1
- package/lib/core/Modal/styles.js +94 -93
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts +2 -3
- package/lib/core/NoticeCard/NoticeCard.stories.js +47 -61
- package/lib/core/NoticeCard/index.d.ts +0 -1
- package/lib/core/NoticeCard/index.js +21 -106
- package/lib/core/NoticeCard/models.d.ts +0 -1
- package/lib/core/NoticeCard/models.js +5 -11
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +11 -47
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +51 -41
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.js +7 -28
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +6 -22
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +9 -45
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +0 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +12 -41
- package/lib/core/NoticeCard/styles.d.ts +0 -1
- package/lib/core/NoticeCard/styles.js +60 -48
- package/lib/core/NoticeCard/utils.d.ts +0 -1
- package/lib/core/NoticeCard/utils.js +16 -34
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts +2 -3
- package/lib/core/NotificationCounter/NotificationCounter.stories.js +12 -24
- package/lib/core/NotificationCounter/index.d.ts +0 -1
- package/lib/core/NotificationCounter/index.js +10 -26
- package/lib/core/NotificationCounter/styles.d.ts +0 -1
- package/lib/core/NotificationCounter/styles.js +25 -19
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.js +5 -43
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationRow/styles.js +37 -42
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts +0 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +24 -59
- package/lib/core/NotificationsMenu/index.d.ts +0 -1
- package/lib/core/NotificationsMenu/index.js +48 -94
- package/lib/core/NotificationsMenu/styles.d.ts +0 -1
- package/lib/core/NotificationsMenu/styles.js +47 -37
- package/lib/core/PieChart/ActiveShape/index.d.ts +0 -1
- package/lib/core/PieChart/ActiveShape/index.js +7 -40
- package/lib/core/PieChart/PieChart.stories.d.ts +4 -5
- package/lib/core/PieChart/PieChart.stories.js +25 -84
- package/lib/core/PieChart/index.d.ts +0 -1
- package/lib/core/PieChart/index.js +44 -90
- package/lib/core/PieChart/renderTextContent/index.d.ts +0 -1
- package/lib/core/PieChart/renderTextContent/index.js +7 -47
- package/lib/core/PieChart/styles.d.ts +0 -1
- package/lib/core/PieChart/styles.js +9 -32
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts +0 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.js +62 -75
- package/lib/core/PreemptionCard/index.d.ts +0 -1
- package/lib/core/PreemptionCard/index.js +31 -80
- package/lib/core/PreemptionCard/models.d.ts +0 -1
- package/lib/core/PreemptionCard/models.js +7 -13
- package/lib/core/PreemptionCard/styles.d.ts +0 -1
- package/lib/core/PreemptionCard/styles.js +43 -55
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts +1 -2
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.js +11 -21
- package/lib/core/PreemptionCardLoading/index.d.ts +0 -1
- package/lib/core/PreemptionCardLoading/index.js +7 -24
- package/lib/core/PreemptionCardLoading/styles.d.ts +0 -1
- package/lib/core/PreemptionCardLoading/styles.js +26 -47
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts +8 -9
- package/lib/core/QuillEditor/QuillEditor.stories.js +44 -106
- package/lib/core/QuillEditor/classes/LinkSanitizer.d.ts +0 -1
- package/lib/core/QuillEditor/classes/LinkSanitizer.js +28 -28
- package/lib/core/QuillEditor/classes/ListItem.d.ts +0 -1
- package/lib/core/QuillEditor/classes/ListItem.js +20 -25
- package/lib/core/QuillEditor/config.d.ts +3 -4
- package/lib/core/QuillEditor/config.js +15 -30
- package/lib/core/QuillEditor/index.d.ts +0 -1
- package/lib/core/QuillEditor/index.js +225 -287
- package/lib/core/QuillEditor/models.d.ts +0 -1
- package/lib/core/QuillEditor/models.js +1 -5
- package/lib/core/QuillEditor/styles.d.ts +0 -1
- package/lib/core/QuillEditor/styles.js +198 -38
- package/lib/core/Radio/Radio.stories.d.ts +4 -5
- package/lib/core/Radio/Radio.stories.js +18 -68
- package/lib/core/Radio/index.d.ts +0 -1
- package/lib/core/Radio/index.js +11 -36
- package/lib/core/Radio/styles.d.ts +0 -1
- package/lib/core/Radio/styles.js +95 -20
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts +4 -5
- package/lib/core/SearchFilter/SearchFilter.stories.js +47 -115
- package/lib/core/SearchFilter/index.d.ts +0 -1
- package/lib/core/SearchFilter/index.js +77 -180
- package/lib/core/SearchFilter/styles.d.ts +0 -1
- package/lib/core/SearchFilter/styles.js +132 -106
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts +2 -3
- package/lib/core/SearchSelect/SearchSelect.stories.js +47 -57
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts +0 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.js +19 -25
- package/lib/core/SearchSelect/index.d.ts +0 -1
- package/lib/core/SearchSelect/index.js +57 -101
- package/lib/core/SearchSelect/interface/IProps.d.ts +0 -1
- package/lib/core/SearchSelect/interface/IProps.js +1 -5
- package/lib/core/SearchSelect/styles.d.ts +0 -1
- package/lib/core/SearchSelect/styles.js +64 -70
- package/lib/core/Select/Option.d.ts +0 -1
- package/lib/core/Select/Option.js +15 -39
- package/lib/core/Select/Select.stories.d.ts +11 -12
- package/lib/core/Select/Select.stories.js +58 -251
- package/lib/core/Select/index.d.ts +0 -1
- package/lib/core/Select/index.js +96 -152
- package/lib/core/Select/styles.d.ts +0 -1
- package/lib/core/Select/styles.js +177 -100
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts +4 -5
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.js +169 -177
- package/lib/core/SimpleBarChart/index.d.ts +0 -1
- package/lib/core/SimpleBarChart/index.js +24 -101
- package/lib/core/SimpleBarChart/styles.d.ts +0 -1
- package/lib/core/SimpleBarChart/styles.js +5 -14
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts +1 -2
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.js +56 -59
- package/lib/core/SimpleLineChart/index.d.ts +0 -1
- package/lib/core/SimpleLineChart/index.js +16 -95
- package/lib/core/SimpleLineChart/styles.d.ts +0 -1
- package/lib/core/SimpleLineChart/styles.js +5 -14
- package/lib/core/Skeleton/Skeleton.stories.d.ts +0 -1
- package/lib/core/Skeleton/Skeleton.stories.js +41 -48
- package/lib/core/Skeleton/index.d.ts +0 -1
- package/lib/core/Skeleton/index.js +17 -41
- package/lib/core/Skeleton/styles.d.ts +0 -1
- package/lib/core/Skeleton/styles.js +25 -34
- package/lib/core/Spinner/Spinner.stories.d.ts +4 -5
- package/lib/core/Spinner/Spinner.stories.js +18 -33
- package/lib/core/Spinner/index.d.ts +0 -1
- package/lib/core/Spinner/index.js +12 -20
- package/lib/core/Spinner/styles.d.ts +0 -1
- package/lib/core/Spinner/styles.js +56 -13
- package/lib/core/Stepper/MobileStep/index.d.ts +0 -1
- package/lib/core/Stepper/MobileStep/index.js +9 -39
- package/lib/core/Stepper/MobileStep/styles.d.ts +0 -1
- package/lib/core/Stepper/MobileStep/styles.js +45 -91
- package/lib/core/Stepper/Step/index.d.ts +0 -1
- package/lib/core/Stepper/Step/index.js +14 -91
- package/lib/core/Stepper/Step/styles.d.ts +0 -1
- package/lib/core/Stepper/Step/styles.js +60 -53
- package/lib/core/Stepper/Stepper.stories.d.ts +0 -1
- package/lib/core/Stepper/Stepper.stories.js +31 -34
- package/lib/core/Stepper/index.d.ts +0 -1
- package/lib/core/Stepper/index.js +17 -59
- package/lib/core/Stepper/styles.d.ts +0 -1
- package/lib/core/Stepper/styles.js +22 -29
- package/lib/core/TabBar/TabBar.stories.d.ts +1 -2
- package/lib/core/TabBar/TabBar.stories.js +18 -43
- package/lib/core/TabBar/TabItem/index.d.ts +0 -1
- package/lib/core/TabBar/TabItem/index.js +6 -28
- package/lib/core/TabBar/TabItem/styles.d.ts +0 -1
- package/lib/core/TabBar/TabItem/styles.js +10 -22
- package/lib/core/TabBar/index.d.ts +0 -1
- package/lib/core/TabBar/index.js +5 -17
- package/lib/core/TabBar/styles.d.ts +0 -1
- package/lib/core/TabBar/styles.js +15 -21
- package/lib/core/TabNav/TabContext.d.ts +0 -1
- package/lib/core/TabNav/TabContext.js +32 -59
- package/lib/core/TabNav/TabNav.stories.d.ts +11 -12
- package/lib/core/TabNav/TabNav.stories.js +162 -301
- package/lib/core/TabNav/TabNavItem/index.d.ts +0 -1
- package/lib/core/TabNav/TabNavItem/index.js +41 -107
- package/lib/core/TabNav/TabNavItem/styles.d.ts +0 -1
- package/lib/core/TabNav/TabNavItem/styles.js +101 -38
- package/lib/core/TabNav/index.d.ts +0 -1
- package/lib/core/TabNav/index.js +58 -132
- package/lib/core/TabNav/styles.d.ts +0 -1
- package/lib/core/TabNav/styles.js +80 -53
- package/lib/core/TabNav/utils/useContainerDimensions.d.ts +0 -1
- package/lib/core/TabNav/utils/useContainerDimensions.js +26 -32
- package/lib/core/Table/Cell.d.ts +0 -1
- package/lib/core/Table/Cell.js +13 -30
- package/lib/core/Table/Row.d.ts +0 -1
- package/lib/core/Table/Row.js +13 -27
- package/lib/core/Table/Table.stories.d.ts +2 -3
- package/lib/core/Table/Table.stories.js +14 -87
- package/lib/core/Table/index.d.ts +0 -1
- package/lib/core/Table/index.js +9 -30
- package/lib/core/Table/styles.d.ts +0 -1
- package/lib/core/Table/styles.js +61 -86
- package/lib/core/Tag/Tag.stories.d.ts +0 -1
- package/lib/core/Tag/Tag.stories.js +117 -126
- package/lib/core/Tag/index.d.ts +0 -1
- package/lib/core/Tag/index.js +23 -52
- package/lib/core/Tag/styles.d.ts +0 -1
- package/lib/core/Tag/styles.js +98 -85
- package/lib/core/Text/Text.stories.d.ts +0 -1
- package/lib/core/Text/Text.stories.js +109 -116
- package/lib/core/Text/index.d.ts +0 -1
- package/lib/core/Text/index.js +24 -44
- package/lib/core/Text/styles.d.ts +0 -1
- package/lib/core/Text/styles.js +58 -89
- package/lib/core/Textarea/Textarea.stories.d.ts +0 -1
- package/lib/core/Textarea/Textarea.stories.js +34 -41
- package/lib/core/Textarea/index.d.ts +0 -1
- package/lib/core/Textarea/index.js +25 -65
- package/lib/core/Textarea/styles.d.ts +0 -1
- package/lib/core/Textarea/styles.js +53 -46
- package/lib/core/Timeline/Timeline.stories.d.ts +1 -2
- package/lib/core/Timeline/Timeline.stories.js +10 -30
- package/lib/core/Timeline/TimelineStep/index.d.ts +0 -1
- package/lib/core/Timeline/TimelineStep/index.js +12 -37
- package/lib/core/Timeline/TimelineStep/styles.d.ts +0 -1
- package/lib/core/Timeline/TimelineStep/styles.js +45 -46
- package/lib/core/Timeline/index.d.ts +0 -1
- package/lib/core/Timeline/index.js +5 -17
- package/lib/core/Timeline/styles.d.ts +0 -1
- package/lib/core/Timeline/styles.js +9 -21
- package/lib/core/Timepicker/Timepicker.stories.d.ts +7 -8
- package/lib/core/Timepicker/Timepicker.stories.js +27 -77
- package/lib/core/Timepicker/index.d.ts +0 -1
- package/lib/core/Timepicker/index.js +133 -141
- package/lib/core/Timepicker/styles.d.ts +0 -1
- package/lib/core/Timepicker/styles.js +90 -53
- package/lib/core/Tooltip/Tooptip.stories.d.ts +1 -2
- package/lib/core/Tooltip/Tooptip.stories.js +9 -20
- package/lib/core/Tooltip/index.d.ts +0 -1
- package/lib/core/Tooltip/index.js +14 -43
- package/lib/core/Tooltip/styles.d.ts +0 -1
- package/lib/core/Tooltip/styles.js +43 -18
- package/lib/core/UnitIllustration/index.d.ts +0 -1
- package/lib/core/UnitIllustration/index.js +29 -65
- package/lib/core/UserMenu/UserMenu.stories.d.ts +4 -5
- package/lib/core/UserMenu/UserMenu.stories.js +20 -93
- package/lib/core/UserMenu/UserMenuOption.d.ts +0 -1
- package/lib/core/UserMenu/UserMenuOption.js +6 -27
- package/lib/core/UserMenu/index.d.ts +0 -1
- package/lib/core/UserMenu/index.js +48 -121
- package/lib/core/UserMenu/styles.d.ts +0 -1
- package/lib/core/UserMenu/styles.js +109 -80
- package/lib/core/Video/Video.stories.d.ts +4 -6
- package/lib/core/Video/Video.stories.js +14 -34
- package/lib/core/Video/index.d.ts +0 -1
- package/lib/core/Video/index.js +55 -91
- package/lib/core/Video/styles.d.ts +0 -1
- package/lib/core/Video/styles.js +8 -22
- package/lib/core/YearWheel/YearWheel.stories.d.ts +2 -3
- package/lib/core/YearWheel/YearWheel.stories.js +12 -25
- package/lib/core/YearWheel/index.d.ts +0 -1
- package/lib/core/YearWheel/index.js +41 -215
- package/lib/core/YearWheel/styles.d.ts +0 -1
- package/lib/core/YearWheel/styles.js +21 -26
- package/lib/core/private/ButtonOrLink.d.ts +0 -1
- package/lib/core/private/ButtonOrLink.js +60 -98
- package/lib/core/private/preemption.d.ts +0 -1
- package/lib/core/private/preemption.js +22 -28
- package/lib/core/utils/debounce.d.ts +0 -1
- package/lib/core/utils/debounce.js +13 -19
- package/lib/enums/Keyboard.d.ts +0 -1
- package/lib/enums/Keyboard.js +12 -18
- package/lib/globals/styles/breakpoints.d.ts +0 -1
- package/lib/globals/styles/breakpoints.js +7 -13
- package/lib/globals/styles/paddings.d.ts +0 -1
- package/lib/globals/styles/paddings.js +6 -12
- package/lib/globals/styles/styles.d.ts +0 -1
- package/lib/globals/styles/styles.js +5 -16
- package/lib/globals/validation/regularExpressions.d.ts +0 -1
- package/lib/globals/validation/regularExpressions.js +8 -14
- package/lib/hooks/useIsMobile.d.ts +0 -1
- package/lib/hooks/useIsMobile.js +16 -23
- package/lib/hooks/useScreenOrientation.d.ts +0 -1
- package/lib/hooks/useScreenOrientation.js +33 -37
- package/lib/icons/General/IconApartment.d.ts +0 -1
- package/lib/icons/General/IconApartment.js +5 -19
- package/lib/icons/General/IconArchives.d.ts +0 -1
- package/lib/icons/General/IconArchives.js +4 -18
- package/lib/icons/General/IconArea.d.ts +0 -1
- package/lib/icons/General/IconArea.js +4 -18
- package/lib/icons/General/IconArrowDown.d.ts +0 -1
- package/lib/icons/General/IconArrowDown.js +4 -18
- package/lib/icons/General/IconArrowLeft.d.ts +0 -1
- package/lib/icons/General/IconArrowLeft.js +4 -18
- package/lib/icons/General/IconArrowRight.d.ts +0 -1
- package/lib/icons/General/IconArrowRight.js +4 -18
- package/lib/icons/General/IconArrowUp.d.ts +0 -1
- package/lib/icons/General/IconArrowUp.js +4 -18
- package/lib/icons/General/IconAttachment.d.ts +0 -1
- package/lib/icons/General/IconAttachment.js +4 -18
- package/lib/icons/General/IconAuditorFilled.d.ts +0 -1
- package/lib/icons/General/IconAuditorFilled.js +5 -57
- package/lib/icons/General/IconAuditorOutline.d.ts +0 -1
- package/lib/icons/General/IconAuditorOutline.js +5 -58
- package/lib/icons/General/IconBack.d.ts +0 -1
- package/lib/icons/General/IconBack.js +4 -18
- package/lib/icons/General/IconBath.d.ts +0 -1
- package/lib/icons/General/IconBath.js +4 -18
- package/lib/icons/General/IconBblFlame.d.ts +0 -1
- package/lib/icons/General/IconBblFlame.js +5 -28
- package/lib/icons/General/IconBblShield.d.ts +0 -1
- package/lib/icons/General/IconBblShield.js +5 -28
- package/lib/icons/General/IconBblWater.d.ts +0 -1
- package/lib/icons/General/IconBblWater.js +5 -28
- package/lib/icons/General/IconBellFilled.d.ts +0 -1
- package/lib/icons/General/IconBellFilled.js +4 -18
- package/lib/icons/General/IconBellOutline.d.ts +0 -1
- package/lib/icons/General/IconBellOutline.js +4 -18
- package/lib/icons/General/IconBlock.d.ts +0 -1
- package/lib/icons/General/IconBlock.js +5 -19
- package/lib/icons/General/IconBoard.d.ts +0 -1
- package/lib/icons/General/IconBoard.js +4 -18
- package/lib/icons/General/IconBookmarkFilled.d.ts +0 -1
- package/lib/icons/General/IconBookmarkFilled.js +4 -18
- package/lib/icons/General/IconBookmarkOutline.d.ts +0 -1
- package/lib/icons/General/IconBookmarkOutline.js +4 -18
- package/lib/icons/General/IconBus.d.ts +0 -1
- package/lib/icons/General/IconBus.js +4 -18
- package/lib/icons/General/IconCalendar.d.ts +0 -1
- package/lib/icons/General/IconCalendar.js +5 -19
- package/lib/icons/General/IconCamera.d.ts +0 -1
- package/lib/icons/General/IconCamera.js +4 -24
- package/lib/icons/General/IconCar.d.ts +0 -1
- package/lib/icons/General/IconCar.js +5 -19
- package/lib/icons/General/IconCaretDown.d.ts +0 -1
- package/lib/icons/General/IconCaretDown.js +4 -18
- package/lib/icons/General/IconCaretLeft.d.ts +0 -1
- package/lib/icons/General/IconCaretLeft.js +4 -18
- package/lib/icons/General/IconCaretRight.d.ts +0 -1
- package/lib/icons/General/IconCaretRight.js +4 -18
- package/lib/icons/General/IconCaretUp.d.ts +0 -1
- package/lib/icons/General/IconCaretUp.js +4 -18
- package/lib/icons/General/IconCases.d.ts +0 -1
- package/lib/icons/General/IconCases.js +5 -60
- package/lib/icons/General/IconCheck.d.ts +0 -1
- package/lib/icons/General/IconCheck.js +5 -19
- package/lib/icons/General/IconCheckedFilled.d.ts +0 -1
- package/lib/icons/General/IconCheckedFilled.js +5 -19
- package/lib/icons/General/IconCheckedOutline.d.ts +0 -1
- package/lib/icons/General/IconCheckedOutline.js +4 -18
- package/lib/icons/General/IconChevronDown.d.ts +0 -1
- package/lib/icons/General/IconChevronDown.js +5 -20
- package/lib/icons/General/IconChevronLeft.d.ts +0 -1
- package/lib/icons/General/IconChevronLeft.js +5 -19
- package/lib/icons/General/IconChevronRight.d.ts +0 -1
- package/lib/icons/General/IconChevronRight.js +5 -19
- package/lib/icons/General/IconChoice.d.ts +0 -1
- package/lib/icons/General/IconChoice.js +5 -19
- package/lib/icons/General/IconClose.d.ts +0 -1
- package/lib/icons/General/IconClose.js +4 -18
- package/lib/icons/General/IconCloseAlt.d.ts +0 -1
- package/lib/icons/General/IconCloseAlt.js +5 -19
- package/lib/icons/General/IconComment.d.ts +0 -1
- package/lib/icons/General/IconComment.js +4 -18
- package/lib/icons/General/IconCommunication.d.ts +0 -1
- package/lib/icons/General/IconCommunication.js +5 -19
- package/lib/icons/General/IconCommunicationFilled.d.ts +0 -1
- package/lib/icons/General/IconCommunicationFilled.js +5 -20
- package/lib/icons/General/IconCompanyBuilding.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuilding.js +5 -19
- package/lib/icons/General/IconCompanyBuildingFilled.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuildingFilled.js +5 -19
- package/lib/icons/General/IconCompanyBuildingOutline.d.ts +0 -1
- package/lib/icons/General/IconCompanyBuildingOutline.js +5 -19
- package/lib/icons/General/IconDashboard.d.ts +0 -1
- package/lib/icons/General/IconDashboard.js +5 -19
- package/lib/icons/General/IconDashboardFilled.d.ts +0 -1
- package/lib/icons/General/IconDashboardFilled.js +5 -19
- package/lib/icons/General/IconDelete.d.ts +0 -1
- package/lib/icons/General/IconDelete.js +5 -19
- package/lib/icons/General/IconDocument.d.ts +0 -1
- package/lib/icons/General/IconDocument.js +5 -57
- package/lib/icons/General/IconDocumentFilled.d.ts +0 -1
- package/lib/icons/General/IconDocumentFilled.js +5 -57
- package/lib/icons/General/IconDoor.d.ts +0 -1
- package/lib/icons/General/IconDoor.js +5 -19
- package/lib/icons/General/IconDotFilled.d.ts +0 -1
- package/lib/icons/General/IconDotFilled.js +4 -20
- package/lib/icons/General/IconDotOutline.d.ts +0 -1
- package/lib/icons/General/IconDotOutline.js +4 -18
- package/lib/icons/General/IconDownload.d.ts +0 -1
- package/lib/icons/General/IconDownload.js +4 -18
- package/lib/icons/General/IconDraft.d.ts +0 -1
- package/lib/icons/General/IconDraft.js +4 -18
- package/lib/icons/General/IconEarth.d.ts +0 -1
- package/lib/icons/General/IconEarth.js +5 -19
- package/lib/icons/General/IconEconomy.d.ts +0 -1
- package/lib/icons/General/IconEconomy.js +5 -19
- package/lib/icons/General/IconEconomyFilled.d.ts +0 -1
- package/lib/icons/General/IconEconomyFilled.js +5 -19
- package/lib/icons/General/IconEdit.d.ts +0 -1
- package/lib/icons/General/IconEdit.js +5 -19
- package/lib/icons/General/IconElevator.d.ts +0 -1
- package/lib/icons/General/IconElevator.js +4 -18
- package/lib/icons/General/IconEmailMarkAsRead.d.ts +0 -1
- package/lib/icons/General/IconEmailMarkAsRead.js +5 -18
- package/lib/icons/General/IconErrorFilled.d.ts +0 -1
- package/lib/icons/General/IconErrorFilled.js +4 -18
- package/lib/icons/General/IconErrorOutline.d.ts +0 -1
- package/lib/icons/General/IconErrorOutline.js +4 -18
- package/lib/icons/General/IconExternalLink.d.ts +0 -1
- package/lib/icons/General/IconExternalLink.js +4 -18
- package/lib/icons/General/IconEye.d.ts +0 -1
- package/lib/icons/General/IconEye.js +4 -18
- package/lib/icons/General/IconEyeDeny.d.ts +0 -1
- package/lib/icons/General/IconEyeDeny.js +5 -19
- package/lib/icons/General/IconFamily.d.ts +0 -1
- package/lib/icons/General/IconFamily.js +5 -19
- package/lib/icons/General/IconFerry.d.ts +0 -1
- package/lib/icons/General/IconFerry.js +4 -18
- package/lib/icons/General/IconFile.d.ts +0 -1
- package/lib/icons/General/IconFile.js +4 -18
- package/lib/icons/General/IconFileAdd.d.ts +0 -1
- package/lib/icons/General/IconFileAdd.js +5 -19
- package/lib/icons/General/IconFileCopy.d.ts +0 -1
- package/lib/icons/General/IconFileCopy.js +5 -19
- package/lib/icons/General/IconFileEdit.d.ts +0 -1
- package/lib/icons/General/IconFileEdit.js +4 -18
- package/lib/icons/General/IconFileExcel.d.ts +0 -1
- package/lib/icons/General/IconFileExcel.js +4 -18
- package/lib/icons/General/IconFilePDF.d.ts +0 -1
- package/lib/icons/General/IconFilePDF.js +4 -18
- package/lib/icons/General/IconFileWord.d.ts +0 -1
- package/lib/icons/General/IconFileWord.js +4 -18
- package/lib/icons/General/IconFillOut.d.ts +0 -1
- package/lib/icons/General/IconFillOut.js +4 -22
- package/lib/icons/General/IconFilterList.d.ts +0 -1
- package/lib/icons/General/IconFilterList.js +5 -19
- package/lib/icons/General/IconFloor.d.ts +0 -1
- package/lib/icons/General/IconFloor.js +4 -18
- package/lib/icons/General/IconForward.d.ts +0 -1
- package/lib/icons/General/IconForward.js +5 -19
- package/lib/icons/General/IconFullscreenClose.d.ts +0 -1
- package/lib/icons/General/IconFullscreenClose.js +5 -19
- package/lib/icons/General/IconFullscreenOpen.d.ts +0 -1
- package/lib/icons/General/IconFullscreenOpen.js +5 -19
- package/lib/icons/General/IconGarage.d.ts +0 -1
- package/lib/icons/General/IconGarage.js +4 -18
- package/lib/icons/General/IconGrid.d.ts +0 -1
- package/lib/icons/General/IconGrid.js +4 -18
- package/lib/icons/General/IconGym.d.ts +0 -1
- package/lib/icons/General/IconGym.js +4 -18
- package/lib/icons/General/IconHearth.d.ts +0 -1
- package/lib/icons/General/IconHearth.js +4 -18
- package/lib/icons/General/IconHearthOutline.d.ts +0 -1
- package/lib/icons/General/IconHearthOutline.js +4 -18
- package/lib/icons/General/IconHelp.d.ts +0 -1
- package/lib/icons/General/IconHelp.js +4 -18
- package/lib/icons/General/IconHistory.d.ts +0 -1
- package/lib/icons/General/IconHistory.js +4 -18
- package/lib/icons/General/IconHomeFilled.d.ts +0 -1
- package/lib/icons/General/IconHomeFilled.js +4 -36
- package/lib/icons/General/IconHomeOutline.d.ts +0 -1
- package/lib/icons/General/IconHomeOutline.js +4 -36
- package/lib/icons/General/IconHouse.d.ts +0 -1
- package/lib/icons/General/IconHouse.js +4 -18
- package/lib/icons/General/IconHouseBlockFilled.d.ts +0 -1
- package/lib/icons/General/IconHouseBlockFilled.js +4 -36
- package/lib/icons/General/IconHouseBlockOutline.d.ts +0 -1
- package/lib/icons/General/IconHouseBlockOutline.js +4 -36
- package/lib/icons/General/IconHouseOutline.d.ts +0 -1
- package/lib/icons/General/IconHouseOutline.js +5 -19
- package/lib/icons/General/IconHumans.d.ts +0 -1
- package/lib/icons/General/IconHumans.js +5 -19
- package/lib/icons/General/IconImage.d.ts +0 -1
- package/lib/icons/General/IconImage.js +4 -29
- package/lib/icons/General/IconImportantComment.d.ts +0 -1
- package/lib/icons/General/IconImportantComment.js +4 -18
- package/lib/icons/General/IconInbox.d.ts +0 -1
- package/lib/icons/General/IconInbox.js +4 -18
- package/lib/icons/General/IconInfoFilled.d.ts +0 -1
- package/lib/icons/General/IconInfoFilled.js +5 -19
- package/lib/icons/General/IconInfoOutline.d.ts +0 -1
- package/lib/icons/General/IconInfoOutline.js +5 -19
- package/lib/icons/General/IconJanitorFilled.d.ts +0 -1
- package/lib/icons/General/IconJanitorFilled.js +5 -58
- package/lib/icons/General/IconJanitorOutline.d.ts +0 -1
- package/lib/icons/General/IconJanitorOutline.js +5 -58
- package/lib/icons/General/IconJointcost.d.ts +0 -1
- package/lib/icons/General/IconJointcost.js +4 -18
- package/lib/icons/General/IconJointcost2.d.ts +0 -1
- package/lib/icons/General/IconJointcost2.js +4 -18
- package/lib/icons/General/IconKey.d.ts +0 -1
- package/lib/icons/General/IconKey.js +4 -18
- package/lib/icons/General/IconKitchen.d.ts +0 -1
- package/lib/icons/General/IconKitchen.js +4 -18
- package/lib/icons/General/IconLabel.d.ts +0 -1
- package/lib/icons/General/IconLabel.js +5 -19
- package/lib/icons/General/IconLeafFilled.d.ts +0 -1
- package/lib/icons/General/IconLeafFilled.js +4 -42
- package/lib/icons/General/IconLeafOutline.d.ts +0 -1
- package/lib/icons/General/IconLeafOutline.js +4 -47
- package/lib/icons/General/IconLeisureTime.d.ts +0 -1
- package/lib/icons/General/IconLeisureTime.js +5 -19
- package/lib/icons/General/IconLock.d.ts +0 -1
- package/lib/icons/General/IconLock.js +4 -18
- package/lib/icons/General/IconLockLocked.d.ts +0 -1
- package/lib/icons/General/IconLockLocked.js +4 -18
- package/lib/icons/General/IconLockOpen.d.ts +0 -1
- package/lib/icons/General/IconLockOpen.js +4 -18
- package/lib/icons/General/IconLookup.d.ts +0 -1
- package/lib/icons/General/IconLookup.js +5 -19
- package/lib/icons/General/IconLookupFilled.d.ts +0 -1
- package/lib/icons/General/IconLookupFilled.js +5 -19
- package/lib/icons/General/IconMail.d.ts +0 -1
- package/lib/icons/General/IconMail.js +5 -19
- package/lib/icons/General/IconMap.d.ts +0 -1
- package/lib/icons/General/IconMap.js +5 -19
- package/lib/icons/General/IconMedal.d.ts +0 -1
- package/lib/icons/General/IconMedal.js +5 -18
- package/lib/icons/General/IconMembership.d.ts +0 -1
- package/lib/icons/General/IconMembership.js +5 -19
- package/lib/icons/General/IconMembershipFilled.d.ts +0 -1
- package/lib/icons/General/IconMembershipFilled.js +5 -19
- package/lib/icons/General/IconMenu.d.ts +0 -1
- package/lib/icons/General/IconMenu.js +4 -18
- package/lib/icons/General/IconMinus.d.ts +0 -1
- package/lib/icons/General/IconMinus.js +4 -18
- package/lib/icons/General/IconMinusAlt.d.ts +0 -1
- package/lib/icons/General/IconMinusAlt.js +5 -19
- package/lib/icons/General/IconMinusAltFilled.d.ts +0 -1
- package/lib/icons/General/IconMinusAltFilled.js +5 -19
- package/lib/icons/General/IconMoney.d.ts +0 -1
- package/lib/icons/General/IconMoney.js +4 -18
- package/lib/icons/General/IconParking.d.ts +0 -1
- package/lib/icons/General/IconParking.js +4 -18
- package/lib/icons/General/IconPaymentCard.d.ts +0 -1
- package/lib/icons/General/IconPaymentCard.js +4 -18
- package/lib/icons/General/IconPercent.d.ts +0 -1
- package/lib/icons/General/IconPercent.js +5 -18
- package/lib/icons/General/IconPhone.d.ts +0 -1
- package/lib/icons/General/IconPhone.js +5 -19
- package/lib/icons/General/IconPinned.d.ts +0 -1
- package/lib/icons/General/IconPinned.js +5 -19
- package/lib/icons/General/IconPlus.d.ts +0 -1
- package/lib/icons/General/IconPlus.js +4 -18
- package/lib/icons/General/IconPlusAlt.d.ts +0 -1
- package/lib/icons/General/IconPlusAlt.js +5 -19
- package/lib/icons/General/IconPortalUser.d.ts +0 -1
- package/lib/icons/General/IconPortalUser.js +5 -19
- package/lib/icons/General/IconPrint.d.ts +0 -1
- package/lib/icons/General/IconPrint.js +5 -19
- package/lib/icons/General/IconProfile.d.ts +0 -1
- package/lib/icons/General/IconProfile.js +5 -19
- package/lib/icons/General/IconProfileFilled.d.ts +0 -1
- package/lib/icons/General/IconProfileFilled.js +5 -19
- package/lib/icons/General/IconRearrange.d.ts +0 -1
- package/lib/icons/General/IconRearrange.js +4 -56
- package/lib/icons/General/IconReciept.d.ts +0 -1
- package/lib/icons/General/IconReciept.js +4 -18
- package/lib/icons/General/IconRedo.d.ts +0 -1
- package/lib/icons/General/IconRedo.js +4 -18
- package/lib/icons/General/IconRefresh.d.ts +0 -1
- package/lib/icons/General/IconRefresh.js +4 -18
- package/lib/icons/General/IconReply.d.ts +0 -1
- package/lib/icons/General/IconReply.js +5 -19
- package/lib/icons/General/IconReplyAll.d.ts +0 -1
- package/lib/icons/General/IconReplyAll.js +5 -19
- package/lib/icons/General/IconRoom.d.ts +0 -1
- package/lib/icons/General/IconRoom.js +4 -18
- package/lib/icons/General/IconSave.d.ts +0 -1
- package/lib/icons/General/IconSave.js +4 -18
- package/lib/icons/General/IconSearch.d.ts +0 -1
- package/lib/icons/General/IconSearch.js +4 -18
- package/lib/icons/General/IconSend.d.ts +0 -1
- package/lib/icons/General/IconSend.js +4 -18
- package/lib/icons/General/IconSettings.d.ts +0 -1
- package/lib/icons/General/IconSettings.js +4 -18
- package/lib/icons/General/IconShopping.d.ts +0 -1
- package/lib/icons/General/IconShopping.js +5 -19
- package/lib/icons/General/IconSign.d.ts +0 -1
- package/lib/icons/General/IconSign.js +4 -18
- package/lib/icons/General/IconSliders.d.ts +0 -1
- package/lib/icons/General/IconSliders.js +5 -19
- package/lib/icons/General/IconSort.d.ts +0 -1
- package/lib/icons/General/IconSort.js +5 -19
- package/lib/icons/General/IconStarFilled.d.ts +0 -1
- package/lib/icons/General/IconStarFilled.js +4 -18
- package/lib/icons/General/IconStarHalf.d.ts +0 -1
- package/lib/icons/General/IconStarHalf.js +4 -18
- package/lib/icons/General/IconStarOutline.d.ts +0 -1
- package/lib/icons/General/IconStarOutline.js +4 -18
- package/lib/icons/General/IconStore.d.ts +0 -1
- package/lib/icons/General/IconStore.js +4 -18
- package/lib/icons/General/IconSubway.d.ts +0 -1
- package/lib/icons/General/IconSubway.js +4 -18
- package/lib/icons/General/IconSwitch.d.ts +0 -1
- package/lib/icons/General/IconSwitch.js +4 -18
- package/lib/icons/General/IconTrain.d.ts +0 -1
- package/lib/icons/General/IconTrain.js +4 -18
- package/lib/icons/General/IconTram.d.ts +0 -1
- package/lib/icons/General/IconTram.js +4 -18
- package/lib/icons/General/IconTransport.d.ts +0 -1
- package/lib/icons/General/IconTransport.js +4 -18
- package/lib/icons/General/IconTypeOfBuilding.d.ts +0 -1
- package/lib/icons/General/IconTypeOfBuilding.js +5 -19
- package/lib/icons/General/IconTypeOfBuildingOutline.d.ts +0 -1
- package/lib/icons/General/IconTypeOfBuildingOutline.js +5 -19
- package/lib/icons/General/IconUndo.d.ts +0 -1
- package/lib/icons/General/IconUndo.js +5 -19
- package/lib/icons/General/IconUpload.d.ts +0 -1
- package/lib/icons/General/IconUpload.js +4 -18
- package/lib/icons/General/IconUser.d.ts +0 -1
- package/lib/icons/General/IconUser.js +5 -19
- package/lib/icons/General/IconUserThin.d.ts +0 -1
- package/lib/icons/General/IconUserThin.js +5 -19
- package/lib/icons/General/IconVote.d.ts +0 -1
- package/lib/icons/General/IconVote.js +4 -18
- package/lib/icons/General/IconWalk.d.ts +0 -1
- package/lib/icons/General/IconWalk.js +4 -18
- package/lib/icons/General/IconWarning.d.ts +0 -1
- package/lib/icons/General/IconWarning.js +4 -18
- package/lib/icons/General/IconWarningBell.d.ts +0 -1
- package/lib/icons/General/IconWarningBell.js +4 -18
- package/lib/icons/General/IconWork.d.ts +0 -1
- package/lib/icons/General/IconWork.js +5 -19
- package/lib/icons/General/IconWorkFilled.d.ts +0 -1
- package/lib/icons/General/IconWorkFilled.js +5 -19
- package/lib/icons/General/IconZip.d.ts +0 -1
- package/lib/icons/General/IconZip.js +4 -18
- package/lib/icons/Icon.stories.d.ts +12 -13
- package/lib/icons/Icon.stories.js +227 -625
- package/lib/icons/Logos/IconAmericanExpress.d.ts +0 -1
- package/lib/icons/Logos/IconAmericanExpress.js +5 -21
- package/lib/icons/Logos/IconBankAxept.d.ts +0 -1
- package/lib/icons/Logos/IconBankAxept.js +5 -44
- package/lib/icons/Logos/IconGmail.d.ts +0 -1
- package/lib/icons/Logos/IconGmail.js +3 -38
- package/lib/icons/Logos/IconMasterCard.d.ts +0 -1
- package/lib/icons/Logos/IconMasterCard.js +5 -39
- package/lib/icons/Logos/IconOffice365.d.ts +0 -1
- package/lib/icons/Logos/IconOffice365.js +5 -130
- package/lib/icons/Logos/IconVisa.d.ts +0 -1
- package/lib/icons/Logos/IconVisa.js +5 -38
- package/lib/icons/withIcon.d.ts +0 -1
- package/lib/icons/withIcon.js +48 -64
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.d.ts +0 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.js +5 -7125
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.d.ts +0 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +6 -8489
- package/lib/illustrations/General/IllustrationBudget.d.ts +0 -1
- package/lib/illustrations/General/IllustrationBudget.js +5 -191
- package/lib/illustrations/General/IllustrationError.d.ts +0 -1
- package/lib/illustrations/General/IllustrationError.js +5 -530
- package/lib/illustrations/General/IllustrationErrorGeneric.d.ts +0 -1
- package/lib/illustrations/General/IllustrationErrorGeneric.js +5 -468
- package/lib/illustrations/General/IllustrationHighHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHighHouse.js +4 -212
- package/lib/illustrations/General/IllustrationHighHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHighHouseComposition.js +4 -292
- package/lib/illustrations/General/IllustrationHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouse.js +4 -81
- package/lib/illustrations/General/IllustrationHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouseComposition.js +4 -141
- package/lib/illustrations/General/IllustrationHouseMissing.d.ts +0 -1
- package/lib/illustrations/General/IllustrationHouseMissing.js +5 -186
- package/lib/illustrations/General/IllustrationLowHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationLowHouse.js +4 -122
- package/lib/illustrations/General/IllustrationLowHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationLowHouseComposition.js +4 -202
- package/lib/illustrations/General/IllustrationPaperCompleted.d.ts +0 -1
- package/lib/illustrations/General/IllustrationPaperCompleted.js +5 -255
- package/lib/illustrations/General/IllustrationPaperMissing.d.ts +0 -1
- package/lib/illustrations/General/IllustrationPaperMissing.js +5 -293
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.js +4 -80
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.js +4 -154
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts +0 -1
- package/lib/illustrations/General/IllustrationServiceMessage.js +5 -47
- package/lib/illustrations/General/IllustrationSmallHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSmallHouse.js +4 -56
- package/lib/illustrations/General/IllustrationSmallHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationSmallHouseComposition.js +4 -129
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTechninalDifficulties.js +7 -126
- package/lib/illustrations/General/IllustrationTerraceBlock.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTerraceBlock.js +4 -176
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.js +4 -240
- package/lib/illustrations/General/IllustrationTownHouse.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTownHouse.js +4 -104
- package/lib/illustrations/General/IllustrationTownHouseComposition.d.ts +0 -1
- package/lib/illustrations/General/IllustrationTownHouseComposition.js +4 -184
- package/lib/illustrations/Illustration.stories.d.ts +5 -6
- package/lib/illustrations/Illustration.stories.js +57 -190
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +4 -85
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.js +5 -186
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.js +5 -173
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.js +5 -157
- package/lib/illustrations/MySite/IllustrationMySiteComputer.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteComputer.js +5 -140
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +4 -123
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +4 -137
- package/lib/illustrations/MySite/IllustrationMySiteGift.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteGift.js +5 -304
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.js +5 -83
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.js +4 -105
- package/lib/illustrations/MySite/IllustrationMySitePapers.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySitePapers.js +5 -254
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.js +5 -257
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.d.ts +0 -1
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.js +5 -141
- package/lib/illustrations/styles.d.ts +0 -1
- package/lib/illustrations/styles.js +93 -21
- package/lib/illustrations/withIllustration.d.ts +0 -1
- package/lib/illustrations/withIllustration.js +41 -57
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +327 -2409
- package/lib/layout/Footer/Footer.stories.d.ts +2 -3
- package/lib/layout/Footer/Footer.stories.js +17 -66
- package/lib/layout/Footer/FooterButton/index.d.ts +0 -1
- package/lib/layout/Footer/FooterButton/index.js +5 -22
- package/lib/layout/Footer/FooterButton/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterButton/styles.js +14 -22
- package/lib/layout/Footer/FooterCol/index.d.ts +0 -1
- package/lib/layout/Footer/FooterCol/index.js +5 -17
- package/lib/layout/Footer/FooterCol/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterCol/styles.js +7 -22
- package/lib/layout/Footer/FooterGroup/index.d.ts +0 -1
- package/lib/layout/Footer/FooterGroup/index.js +5 -17
- package/lib/layout/Footer/FooterGroup/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterGroup/styles.js +8 -21
- package/lib/layout/Footer/FooterLabel/index.d.ts +0 -1
- package/lib/layout/Footer/FooterLabel/index.js +5 -17
- package/lib/layout/Footer/FooterLabel/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterLabel/styles.js +8 -22
- package/lib/layout/Footer/FooterLink/index.d.ts +0 -1
- package/lib/layout/Footer/FooterLink/index.js +5 -23
- package/lib/layout/Footer/FooterLink/styles.d.ts +0 -1
- package/lib/layout/Footer/FooterLink/styles.js +18 -22
- package/lib/layout/Footer/index.d.ts +0 -1
- package/lib/layout/Footer/index.js +5 -22
- package/lib/layout/Footer/styles.d.ts +0 -1
- package/lib/layout/Footer/styles.js +24 -17
- package/lib/layout/Layout/Layout.stories.d.ts +1 -2
- package/lib/layout/Layout/Layout.stories.js +9 -20
- package/lib/layout/Layout/index.d.ts +0 -1
- package/lib/layout/Layout/index.js +5 -19
- package/lib/layout/Layout/styles.d.ts +0 -1
- package/lib/layout/Layout/styles.js +13 -16
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts +3 -4
- package/lib/layout/LayoutShell/LayoutShell.stories.js +65 -120
- package/lib/layout/LayoutShell/index.d.ts +0 -1
- package/lib/layout/LayoutShell/index.js +10 -55
- package/lib/layout/LayoutShell/styles.d.ts +0 -1
- package/lib/layout/LayoutShell/styles.js +58 -72
- package/lib/layout/Menu/AppPicker/index.d.ts +0 -1
- package/lib/layout/Menu/AppPicker/index.js +20 -63
- package/lib/layout/Menu/AppPicker/styles.d.ts +0 -1
- package/lib/layout/Menu/AppPicker/styles.js +85 -55
- package/lib/layout/Menu/MainMenu/index.d.ts +0 -1
- package/lib/layout/Menu/MainMenu/index.js +5 -24
- package/lib/layout/Menu/MainMenu/styles.d.ts +0 -1
- package/lib/layout/Menu/MainMenu/styles.js +28 -21
- package/lib/layout/Menu/MenuItem/index.d.ts +0 -1
- package/lib/layout/Menu/MenuItem/index.js +8 -46
- package/lib/layout/Menu/MenuItem/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuItem/styles.js +78 -36
- package/lib/layout/Menu/MenuSpacer/index.d.ts +0 -1
- package/lib/layout/Menu/MenuSpacer/index.js +5 -17
- package/lib/layout/Menu/MenuSpacer/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuSpacer/styles.js +16 -14
- package/lib/layout/Menu/MenuTop/index.d.ts +0 -1
- package/lib/layout/Menu/MenuTop/index.js +6 -33
- package/lib/layout/Menu/MenuTop/styles.d.ts +0 -1
- package/lib/layout/Menu/MenuTop/styles.js +43 -36
- package/lib/layout/Menu/SecondaryMenu/index.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenu/index.js +11 -46
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenu/styles.js +82 -34
- package/lib/layout/Menu/SecondaryMenuItem/index.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenuItem/index.js +11 -34
- package/lib/layout/Menu/SecondaryMenuItem/styles.d.ts +0 -1
- package/lib/layout/Menu/SecondaryMenuItem/styles.js +34 -15
- package/lib/layout/Menu/Sidemenu.stories.d.ts +4 -5
- package/lib/layout/Menu/Sidemenu.stories.js +33 -329
- package/lib/layout/Menu/index.d.ts +0 -1
- package/lib/layout/Menu/index.js +7 -24
- package/lib/layout/Menu/styles.d.ts +0 -1
- package/lib/layout/Menu/styles.js +29 -15
- package/lib/layout/Submenu/Submenu.stories.d.ts +6 -7
- package/lib/layout/Submenu/Submenu.stories.js +29 -94
- package/lib/layout/Submenu/SubmenuItem/index.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuItem/index.js +28 -88
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuItem/styles.js +29 -26
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.d.ts +0 -1
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.js +4 -51
- package/lib/layout/Submenu/index.d.ts +0 -1
- package/lib/layout/Submenu/index.js +76 -128
- package/lib/layout/Submenu/styles.d.ts +0 -1
- package/lib/layout/Submenu/styles.js +151 -79
- package/lib/layout/Topbar/Topbar.stories.d.ts +2 -3
- package/lib/layout/Topbar/Topbar.stories.js +19 -28
- package/lib/layout/Topbar/index.d.ts +0 -1
- package/lib/layout/Topbar/index.js +5 -22
- package/lib/layout/Topbar/styles.d.ts +0 -1
- package/lib/layout/Topbar/styles.js +3 -15
- package/lib/shared/components/SbIconGrid/index.d.ts +0 -1
- package/lib/shared/components/SbIconGrid/index.js +14 -33
- package/lib/shared/components/VisuallyHidden/index.d.ts +0 -1
- package/lib/shared/components/VisuallyHidden/index.js +13 -24
- package/lib/shared/recharts/CustomLegend/index.d.ts +0 -1
- package/lib/shared/recharts/CustomLegend/index.js +7 -43
- package/lib/shared/recharts/CustomLegend/styles.d.ts +0 -1
- package/lib/shared/recharts/CustomLegend/styles.js +29 -29
- package/lib/shared/recharts/CustomTooltip/index.d.ts +0 -1
- package/lib/shared/recharts/CustomTooltip/index.js +39 -81
- package/lib/shared/recharts/CustomTooltip/styles.d.ts +0 -1
- package/lib/shared/recharts/CustomTooltip/styles.js +29 -42
- package/lib/utils/accountNumber.d.ts +0 -1
- package/lib/utils/accountNumber.js +29 -33
- package/lib/utils/alpha.d.ts +0 -1
- package/lib/utils/alpha.js +9 -14
- package/lib/utils/array.d.ts +0 -1
- package/lib/utils/array.js +9 -15
- package/lib/utils/contrastColor.d.ts +0 -1
- package/lib/utils/contrastColor.js +17 -23
- package/lib/utils/dates.d.ts +0 -1
- package/lib/utils/dates.js +116 -85
- package/lib/utils/file.d.ts +0 -1
- package/lib/utils/file.js +11 -19
- package/lib/utils/format.d.ts +0 -1
- package/lib/utils/format.js +83 -83
- package/lib/utils/formatGraphPrice.d.ts +0 -1
- package/lib/utils/formatGraphPrice.js +18 -21
- package/lib/utils/image.d.ts +0 -1
- package/lib/utils/image.js +8 -14
- package/lib/utils/pagination.d.ts +0 -1
- package/lib/utils/pagination.js +16 -21
- package/lib/utils/phone.d.ts +0 -1
- package/lib/utils/phone.js +30 -37
- package/lib/utils/removeFocusOnMouseUp.d.ts +0 -1
- package/lib/utils/removeFocusOnMouseUp.js +6 -15
- package/lib/utils/time.d.ts +0 -1
- package/lib/utils/time.js +67 -80
- package/lib/utils/url.d.ts +0 -1
- package/lib/utils/url.js +10 -16
- package/lib/utils/useSnorreTheme.d.ts +0 -1
- package/lib/utils/useSnorreTheme.js +27 -36
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.d.ts +1 -2
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +67 -82
- package/lib/v2/Memberbenefits/MemberbenefitsCard/index.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/index.js +34 -108
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.js +5 -11
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.d.ts +0 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.js +106 -149
- package/lib/v2/core/Box/Box.stories.d.ts +0 -1
- package/lib/v2/core/Box/Box.stories.js +76 -105
- package/lib/v2/core/Box/index.d.ts +0 -1
- package/lib/v2/core/Box/index.js +27 -81
- package/lib/v2/core/Box/styles.d.ts +0 -1
- package/lib/v2/core/Box/styles.js +67 -56
- package/lib/v2/core/BoxedTable/BoxedTable.stories.d.ts +8 -9
- package/lib/v2/core/BoxedTable/BoxedTable.stories.js +43 -357
- package/lib/v2/core/BoxedTable/DraggableRow/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/DraggableRow/index.js +6 -42
- package/lib/v2/core/BoxedTable/DraggableRow/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/DraggableRow/styles.js +29 -60
- package/lib/v2/core/BoxedTable/HeaderCell/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/HeaderCell/index.js +23 -41
- package/lib/v2/core/BoxedTable/HeaderCell/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/HeaderCell/styles.js +12 -17
- package/lib/v2/core/BoxedTable/RowCell/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/RowCell/index.js +14 -34
- package/lib/v2/core/BoxedTable/RowCell/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/RowCell/styles.js +48 -53
- package/lib/v2/core/BoxedTable/TableHeader/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableHeader/index.js +5 -18
- package/lib/v2/core/BoxedTable/TableHeader/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableHeader/styles.js +7 -22
- package/lib/v2/core/BoxedTable/TableRow/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableRow/index.js +18 -71
- package/lib/v2/core/BoxedTable/TableRow/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/TableRow/styles.js +64 -75
- package/lib/v2/core/BoxedTable/index.d.ts +0 -1
- package/lib/v2/core/BoxedTable/index.js +31 -71
- package/lib/v2/core/BoxedTable/models.d.ts +0 -1
- package/lib/v2/core/BoxedTable/models.js +1 -5
- package/lib/v2/core/BoxedTable/styles.d.ts +0 -1
- package/lib/v2/core/BoxedTable/styles.js +262 -116
- package/lib/v2/core/Button/Button.stories.d.ts +0 -1
- package/lib/v2/core/Button/Button.stories.js +184 -193
- package/lib/v2/core/Button/index.d.ts +0 -1
- package/lib/v2/core/Button/index.js +52 -73
- package/lib/v2/core/Button/styles.d.ts +0 -1
- package/lib/v2/core/Button/styles.js +233 -86
- package/lib/v2/core/ButtonsFilter/ButtonsFilter.stories.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/ButtonsFilter.stories.js +29 -41
- package/lib/v2/core/ButtonsFilter/index.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/index.js +40 -78
- package/lib/v2/core/ButtonsFilter/styles.d.ts +0 -1
- package/lib/v2/core/ButtonsFilter/styles.js +7 -22
- package/lib/v2/core/Chip/Chip.stories.d.ts +0 -1
- package/lib/v2/core/Chip/Chip.stories.js +72 -85
- package/lib/v2/core/Chip/index.d.ts +0 -1
- package/lib/v2/core/Chip/index.js +47 -68
- package/lib/v2/core/Chip/styles.d.ts +0 -1
- package/lib/v2/core/Chip/styles.js +76 -42
- package/lib/v2/core/TabNav/TabContext.d.ts +0 -1
- package/lib/v2/core/TabNav/TabContext.js +32 -59
- package/lib/v2/core/TabNav/TabNav.stories.d.ts +11 -12
- package/lib/v2/core/TabNav/TabNav.stories.js +162 -300
- package/lib/v2/core/TabNav/TabNavItem/index.d.ts +0 -1
- package/lib/v2/core/TabNav/TabNavItem/index.js +44 -108
- package/lib/v2/core/TabNav/TabNavItem/styles.d.ts +0 -1
- package/lib/v2/core/TabNav/TabNavItem/styles.js +96 -47
- package/lib/v2/core/TabNav/index.d.ts +0 -1
- package/lib/v2/core/TabNav/index.js +56 -130
- package/lib/v2/core/TabNav/styles.d.ts +0 -1
- package/lib/v2/core/TabNav/styles.js +60 -59
- package/lib/v2/core/TabNav/utils/useContainerDimensions.d.ts +0 -1
- package/lib/v2/core/TabNav/utils/useContainerDimensions.js +26 -32
- package/lib/v2/hooks/useOverflow.d.ts +0 -1
- package/lib/v2/hooks/useOverflow.js +31 -48
- package/lib/v2/index.d.ts +0 -1
- package/lib/v2/index.js +14 -97
- package/package.json +11 -7
- package/tsconfig.node.json +11 -0
- package/vite.config.js +24 -1
- package/dist/bundle.js +0 -5
- package/dist/stats.html +0 -4949
@@ -1,123 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIllustration = _interopRequireDefault(require("../withIllustration"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IllustrationMySiteCooperative = props => /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
12
|
-
viewBox: "0 0 222 150",
|
13
|
-
...props,
|
14
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
15
|
-
fillRule: "nonzero",
|
16
|
-
fill: "none",
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
d: "M128.987 24.731c-14.232-.497-27.788-5.136-40.731-10.21C75.313 9.445 62.49 3.82 48.599 1.131 39.664-.597 29.446-.84 22.248 3.994c-6.93 4.646-9.167 12.689-10.37 20.135-.906 5.615-1.438 11.51 1.041 16.761 1.723 3.646 4.782 6.709 6.898 10.2 7.358 12.149 2.161 27.13-5.819 38.993-3.733 5.564-8.08 10.873-10.967 16.795-2.886 5.923-4.222 12.71-1.697 18.753 2.505 5.99 8.47 10.488 14.931 13.652 13.126 6.428 14.42 10.76 29.58 10.715 34.035-.1 80.98-.1 114.503 0 12.4.037 24.854-1.844 37.043-3.778 6.766-1.075 13.752-2.778 18.664-6.895 6.238-5.227 7.784-14.07 3.603-20.619-7.004-10.984-26.39-13.71-31.29-25.504-2.697-6.49.074-13.72 3.993-19.749 8.409-12.911 22.503-24.24 23.246-39 .51-10.138-6.265-20.29-16.741-25.087-10.982-5.033-26.208-4.394-34.31 3.927-8.343 8.583-23.003 11.88-35.569 11.438z",
|
19
|
-
fillOpacity: ".136",
|
20
|
-
fill: "#1657E2",
|
21
|
-
className: "fill-primary"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
d: "M193.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z",
|
24
|
-
fill: "#0842C0",
|
25
|
-
className: "fill-dark-primary",
|
26
|
-
opacity: ".503"
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
28
|
-
fill: "#FFF",
|
29
|
-
d: "M33 19.355h61.25V150H33z"
|
30
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
31
|
-
fill: "#C3D0D8",
|
32
|
-
d: "M94.25 19.355H138V150H94.25z"
|
33
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
34
|
-
fill: "#091E43",
|
35
|
-
d: "M33 15h105v4.355H33z"
|
36
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
37
|
-
fill: "#C3D0D8",
|
38
|
-
d: "M41.75 132.581h8.75v8.71h-8.75zM41.75 80.323h8.75v8.71h-8.75zM41.75 115.161h8.75v8.71h-8.75zM41.75 62.903h8.75v8.71h-8.75zM59.25 115.161H68v8.71h-8.75zM59.25 62.903H68v8.71h-8.75zM41.75 97.742h8.75v8.71h-8.75zM41.75 45.484h8.75v8.71h-8.75zM59.25 97.742H68v8.71h-8.75zM59.25 80.323H68v8.71h-8.75zM59.25 28.065H68v8.71h-8.75zM76.75 28.065h8.75v8.71h-8.75zM41.75 28.065h8.75v8.71h-8.75zM59.25 45.484H68v8.71h-8.75z"
|
39
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
40
|
-
fill: "#091E43",
|
41
|
-
d: "M59.25 132.581H68V150h-8.75z"
|
42
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
43
|
-
fill: "#C3D0D8",
|
44
|
-
d: "M76.75 132.581h8.75v8.71h-8.75zM76.75 80.323h8.75v8.71h-8.75z"
|
45
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
46
|
-
fill: "#091E43",
|
47
|
-
d: "M103 62.903h8.75v8.71H103zM120.5 62.903h8.75v8.71h-8.75z"
|
48
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
49
|
-
fill: "#C3D0D8",
|
50
|
-
d: "M76.75 115.161h8.75v8.71h-8.75zM76.75 62.903h8.75v8.71h-8.75z"
|
51
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
52
|
-
fill: "#091E43",
|
53
|
-
d: "M103 45.484h8.75v8.71H103zM120.5 45.484h8.75v8.71h-8.75z"
|
54
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
55
|
-
fill: "#C3D0D8",
|
56
|
-
d: "M76.75 97.742h8.75v8.71h-8.75zM76.75 45.484h8.75v8.71h-8.75z"
|
57
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
58
|
-
fill: "#091E43",
|
59
|
-
d: "M103 28.065h8.75v8.71H103zM120.5 28.065h8.75v8.71h-8.75z"
|
60
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
61
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
62
|
-
fill: "#FFF",
|
63
|
-
d: "M102 89.333h60.9V150H102z"
|
64
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
65
|
-
fill: "#C3D0D8",
|
66
|
-
d: "M162.9 89.333H189V150h-26.1z"
|
67
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
68
|
-
fill: "#091E43",
|
69
|
-
d: "M102 85h87v4.333h-87z"
|
70
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
71
|
-
fill: "#C3D0D8",
|
72
|
-
d: "M110.7 132.667h8.7v8.667h-8.7zM110.7 115.333h8.7V124h-8.7zM128.1 115.333h8.7V124h-8.7zM110.7 98h8.7v8.667h-8.7zM128.1 98h8.7v8.667h-8.7z"
|
73
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
74
|
-
fill: "#091E43",
|
75
|
-
d: "M128.1 132.667h8.7V150h-8.7z"
|
76
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
77
|
-
fill: "#C3D0D8",
|
78
|
-
d: "M145.5 132.667h8.7v8.667h-8.7z"
|
79
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
80
|
-
fill: "#091E43",
|
81
|
-
d: "M171.6 132.667h8.7v8.667h-8.7z"
|
82
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
83
|
-
fill: "#C3D0D8",
|
84
|
-
d: "M145.5 115.333h8.7V124h-8.7z"
|
85
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
86
|
-
fill: "#091E43",
|
87
|
-
d: "M171.6 115.333h8.7V124h-8.7z"
|
88
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
89
|
-
fill: "#C3D0D8",
|
90
|
-
d: "M145.5 98h8.7v8.667h-8.7z"
|
91
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
92
|
-
fill: "#091E43",
|
93
|
-
d: "M171.6 98h8.7v8.667h-8.7z"
|
94
|
-
})]
|
95
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
96
|
-
fill: "#1657E2",
|
97
|
-
className: "fill-primary",
|
98
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
99
|
-
d: "M0 150c0-5.155 4.278-9.333 9.556-9.333 2.544 0 4.856.97 6.568 2.554 2.443-4.306 7.144-7.221 12.543-7.221 7.794 0 14.135 6.077 14.328 13.644L43 150H0z"
|
100
|
-
})
|
101
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
102
|
-
transform: "translate(176 20)",
|
103
|
-
fill: "#10105A",
|
104
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
105
|
-
cx: "13.5",
|
106
|
-
cy: "13.5",
|
107
|
-
r: "13.5"
|
108
|
-
})
|
109
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
110
|
-
fill: "#FFF",
|
111
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
112
|
-
d: "M191 34c0-3.314-2.885-6-6.444-6-1.716 0-3.275.624-4.43 1.642-1.648-2.768-4.818-4.642-8.46-4.642-5.256 0-9.533 3.906-9.663 8.771L162 34h29z"
|
113
|
-
})
|
114
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
115
|
-
fill: "#0842C0",
|
116
|
-
className: "fill-dark-primary",
|
117
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
118
|
-
d: "M207.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z"
|
119
|
-
})
|
120
|
-
})]
|
121
|
-
})
|
122
|
-
});
|
123
|
-
var _default = exports.default = (0, _withIllustration.default)('IllustrationMySiteCooperative')(IllustrationMySiteCooperative);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteCooperative = (props) => (_jsx("svg", { viewBox: "0 0 222 150", ...props, children: _jsxs("g", { fillRule: "nonzero", fill: "none", children: [_jsx("path", { d: "M128.987 24.731c-14.232-.497-27.788-5.136-40.731-10.21C75.313 9.445 62.49 3.82 48.599 1.131 39.664-.597 29.446-.84 22.248 3.994c-6.93 4.646-9.167 12.689-10.37 20.135-.906 5.615-1.438 11.51 1.041 16.761 1.723 3.646 4.782 6.709 6.898 10.2 7.358 12.149 2.161 27.13-5.819 38.993-3.733 5.564-8.08 10.873-10.967 16.795-2.886 5.923-4.222 12.71-1.697 18.753 2.505 5.99 8.47 10.488 14.931 13.652 13.126 6.428 14.42 10.76 29.58 10.715 34.035-.1 80.98-.1 114.503 0 12.4.037 24.854-1.844 37.043-3.778 6.766-1.075 13.752-2.778 18.664-6.895 6.238-5.227 7.784-14.07 3.603-20.619-7.004-10.984-26.39-13.71-31.29-25.504-2.697-6.49.074-13.72 3.993-19.749 8.409-12.911 22.503-24.24 23.246-39 .51-10.138-6.265-20.29-16.741-25.087-10.982-5.033-26.208-4.394-34.31 3.927-8.343 8.583-23.003 11.88-35.569 11.438z", fillOpacity: ".136", fill: "#1657E2", className: "fill-primary" }), _jsx("path", { d: "M193.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z", fill: "#0842C0", className: "fill-dark-primary", opacity: ".503" }), _jsx("path", { fill: "#FFF", d: "M33 19.355h61.25V150H33z" }), _jsx("path", { fill: "#C3D0D8", d: "M94.25 19.355H138V150H94.25z" }), _jsx("path", { fill: "#091E43", d: "M33 15h105v4.355H33z" }), _jsx("path", { fill: "#C3D0D8", d: "M41.75 132.581h8.75v8.71h-8.75zM41.75 80.323h8.75v8.71h-8.75zM41.75 115.161h8.75v8.71h-8.75zM41.75 62.903h8.75v8.71h-8.75zM59.25 115.161H68v8.71h-8.75zM59.25 62.903H68v8.71h-8.75zM41.75 97.742h8.75v8.71h-8.75zM41.75 45.484h8.75v8.71h-8.75zM59.25 97.742H68v8.71h-8.75zM59.25 80.323H68v8.71h-8.75zM59.25 28.065H68v8.71h-8.75zM76.75 28.065h8.75v8.71h-8.75zM41.75 28.065h8.75v8.71h-8.75zM59.25 45.484H68v8.71h-8.75z" }), _jsx("path", { fill: "#091E43", d: "M59.25 132.581H68V150h-8.75z" }), _jsx("path", { fill: "#C3D0D8", d: "M76.75 132.581h8.75v8.71h-8.75zM76.75 80.323h8.75v8.71h-8.75z" }), _jsx("path", { fill: "#091E43", d: "M103 62.903h8.75v8.71H103zM120.5 62.903h8.75v8.71h-8.75z" }), _jsx("path", { fill: "#C3D0D8", d: "M76.75 115.161h8.75v8.71h-8.75zM76.75 62.903h8.75v8.71h-8.75z" }), _jsx("path", { fill: "#091E43", d: "M103 45.484h8.75v8.71H103zM120.5 45.484h8.75v8.71h-8.75z" }), _jsx("path", { fill: "#C3D0D8", d: "M76.75 97.742h8.75v8.71h-8.75zM76.75 45.484h8.75v8.71h-8.75z" }), _jsx("path", { fill: "#091E43", d: "M103 28.065h8.75v8.71H103zM120.5 28.065h8.75v8.71h-8.75z" }), _jsxs("g", { children: [_jsx("path", { fill: "#FFF", d: "M102 89.333h60.9V150H102z" }), _jsx("path", { fill: "#C3D0D8", d: "M162.9 89.333H189V150h-26.1z" }), _jsx("path", { fill: "#091E43", d: "M102 85h87v4.333h-87z" }), _jsx("path", { fill: "#C3D0D8", d: "M110.7 132.667h8.7v8.667h-8.7zM110.7 115.333h8.7V124h-8.7zM128.1 115.333h8.7V124h-8.7zM110.7 98h8.7v8.667h-8.7zM128.1 98h8.7v8.667h-8.7z" }), _jsx("path", { fill: "#091E43", d: "M128.1 132.667h8.7V150h-8.7z" }), _jsx("path", { fill: "#C3D0D8", d: "M145.5 132.667h8.7v8.667h-8.7z" }), _jsx("path", { fill: "#091E43", d: "M171.6 132.667h8.7v8.667h-8.7z" }), _jsx("path", { fill: "#C3D0D8", d: "M145.5 115.333h8.7V124h-8.7z" }), _jsx("path", { fill: "#091E43", d: "M171.6 115.333h8.7V124h-8.7z" }), _jsx("path", { fill: "#C3D0D8", d: "M145.5 98h8.7v8.667h-8.7z" }), _jsx("path", { fill: "#091E43", d: "M171.6 98h8.7v8.667h-8.7z" })] }), _jsx("g", { fill: "#1657E2", className: "fill-primary", children: _jsx("path", { d: "M0 150c0-5.155 4.278-9.333 9.556-9.333 2.544 0 4.856.97 6.568 2.554 2.443-4.306 7.144-7.221 12.543-7.221 7.794 0 14.135 6.077 14.328 13.644L43 150H0z" }) }), _jsx("g", { transform: "translate(176 20)", fill: "#10105A", children: _jsx("circle", { cx: "13.5", cy: "13.5", r: "13.5" }) }), _jsx("g", { fill: "#FFF", children: _jsx("path", { d: "M191 34c0-3.314-2.885-6-6.444-6-1.716 0-3.275.624-4.43 1.642-1.648-2.768-4.818-4.642-8.46-4.642-5.256 0-9.533 3.906-9.663 8.771L162 34h29z" }) }), _jsx("g", { fill: "#0842C0", className: "fill-dark-primary", children: _jsx("path", { d: "M207.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z" }) })] }) }));
|
4
|
+
export default withIllustration('IllustrationMySiteCooperative')(IllustrationMySiteCooperative);
|
@@ -1,137 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIllustration = _interopRequireDefault(require("../withIllustration"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IllustrationMySiteDashboard = props => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
12
|
-
viewBox: "0 0 224 150",
|
13
|
-
...props,
|
14
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
16
|
-
id: "a",
|
17
|
-
x: "8.205",
|
18
|
-
y: "0",
|
19
|
-
width: "70.553",
|
20
|
-
height: "52",
|
21
|
-
rx: "4.411"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
23
|
-
id: "b",
|
24
|
-
x: "8.205",
|
25
|
-
y: "0",
|
26
|
-
width: "70.553",
|
27
|
-
height: "35",
|
28
|
-
rx: "4.411"
|
29
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
30
|
-
id: "c",
|
31
|
-
x: "8.205",
|
32
|
-
y: "39",
|
33
|
-
width: "70.553",
|
34
|
-
height: "34",
|
35
|
-
rx: "4.411"
|
36
|
-
})]
|
37
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
38
|
-
fill: "none",
|
39
|
-
fillRule: "evenodd",
|
40
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
41
|
-
d: "M127.825 24.898c-14.104-.501-27.538-5.171-40.364-10.28C74.634 9.509 61.927 3.848 48.16 1.14 39.308-.6 29.182-.846 22.048 4.02 15.18 8.7 11.447 16.428 10.255 23.924c-.897 5.653.091 11.956 2.548 17.242 1.708 3.67 4.739 6.754 6.836 10.268 7.291 12.23 2.141 27.313-5.767 39.255-3.7 5.602-8.008 10.947-10.868 16.909-2.86 5.962-4.184 12.796-1.682 18.88 2.482 6.03 8.393 10.558 14.797 13.742C29.126 146.691 43.976 150 59 150c33.5 0 66.6-.1 99.926-.1 12.29 0 24.607-.75 36.686-2.697 6.706-1.082 13.629-2.797 18.496-6.94 6.182-5.263 7.714-14.165 3.571-20.759-6.94-11.057-26.151-13.802-31.007-25.676-2.673-6.533.072-13.811 3.956-19.88 8.333-13 22.3-24.404 23.036-39.264.507-10.205-6.208-20.427-16.59-25.255-10.883-5.067-25.972-4.424-34.001 3.953-8.267 8.64-22.795 11.96-35.248 11.516z",
|
42
|
-
fillOpacity: ".14",
|
43
|
-
fill: "#1657E2",
|
44
|
-
className: "fill-primary",
|
45
|
-
fillRule: "nonzero"
|
46
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
47
|
-
transform: "translate(0 39)",
|
48
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
49
|
-
fill: "#88A9F0",
|
50
|
-
className: "fill-primary-opa50",
|
51
|
-
xlinkHref: "#a"
|
52
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
53
|
-
fillOpacity: ".499",
|
54
|
-
fill: "#FFF",
|
55
|
-
xlinkHref: "#a"
|
56
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
57
|
-
fill: "#FFF",
|
58
|
-
width: "74.393",
|
59
|
-
height: "52",
|
60
|
-
rx: "4.411"
|
61
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
62
|
-
fill: "#091E43",
|
63
|
-
d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z"
|
64
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
65
|
-
fill: "#C3D0D8",
|
66
|
-
d: "M8.752 30.517h18v4.36h-18zM8.752 39.517h18v4.36h-18zM30.256 30.517h28v4.36h-28zM30.256 39.517h28v4.36h-28z"
|
67
|
-
})]
|
68
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
69
|
-
fillRule: "nonzero",
|
70
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
71
|
-
fill: "#C3D0D8",
|
72
|
-
d: "M114 90.8L133 67l20 23.8V150h-39z"
|
73
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
74
|
-
fill: "#FFF",
|
75
|
-
d: "M52 91h62v59H52z"
|
76
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
77
|
-
d: "M105 140l.296.005c5.011.161 9.046 4.408 9.2 9.684l.004.311-.296-.005c-5.011-.161-9.046-4.408-9.2-9.684L105 140z",
|
78
|
-
fill: "#1657E2",
|
79
|
-
className: "fill-primary"
|
80
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
81
|
-
className: "fill-primary40",
|
82
|
-
d: "M124 140l-.005.311c-.15 5.17-4.028 9.353-8.9 9.67l-.3.014-.295.005.005-.311c.15-5.17 4.028-9.353 8.9-9.67l.3-.014L124 140z",
|
83
|
-
fill: "#779DED"
|
84
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
85
|
-
fill: "#091E43",
|
86
|
-
d: "M70.692 67H133l-18.692 24H52z"
|
87
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
88
|
-
fill: "#C3D0D8",
|
89
|
-
d: "M89.5 104.2H102v12.4H89.5zM89.5 128.2H102v12.4H89.5zM64.5 104.2H77v12.4H64.5z"
|
90
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
91
|
-
fill: "#091E43",
|
92
|
-
d: "M127 104.2h12.5v12.4H127zM127 128.2h12.5v12.4H127z"
|
93
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
94
|
-
fill: "#C3D0D8",
|
95
|
-
d: "M64.5 128H77v22H64.5z"
|
96
|
-
})]
|
97
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
98
|
-
transform: "translate(145 39)",
|
99
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
100
|
-
fill: "#88A9F0",
|
101
|
-
className: "fill-primary-opa50",
|
102
|
-
xlinkHref: "#b"
|
103
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
104
|
-
fillOpacity: ".499",
|
105
|
-
fill: "#FFF",
|
106
|
-
xlinkHref: "#b"
|
107
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
108
|
-
fill: "#88A9F0",
|
109
|
-
className: "fill-primary-opa50",
|
110
|
-
xlinkHref: "#c"
|
111
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
112
|
-
fillOpacity: ".499",
|
113
|
-
fill: "#FFF",
|
114
|
-
xlinkHref: "#c"
|
115
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
116
|
-
fill: "#FFF",
|
117
|
-
width: "74.393",
|
118
|
-
height: "35",
|
119
|
-
rx: "4.411"
|
120
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
121
|
-
fill: "#FFF",
|
122
|
-
y: "39",
|
123
|
-
width: "74.393",
|
124
|
-
height: "34",
|
125
|
-
rx: "4.411"
|
126
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
127
|
-
fill: "#C3D0D8",
|
128
|
-
d: "M11.633 49.719h48v4.36h-48zM11.633 58.438h36.75v4.36h-36.75z"
|
129
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
130
|
-
fill: "#1657E2",
|
131
|
-
className: "fill-primary",
|
132
|
-
d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z"
|
133
|
-
})]
|
134
|
-
})]
|
135
|
-
})]
|
136
|
-
});
|
137
|
-
var _default = exports.default = (0, _withIllustration.default)('IllustrationMySiteDashboard')(IllustrationMySiteDashboard);
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteDashboard = (props) => (_jsxs("svg", { viewBox: "0 0 224 150", ...props, children: [_jsxs("defs", { children: [_jsx("rect", { id: "a", x: "8.205", y: "0", width: "70.553", height: "52", rx: "4.411" }), _jsx("rect", { id: "b", x: "8.205", y: "0", width: "70.553", height: "35", rx: "4.411" }), _jsx("rect", { id: "c", x: "8.205", y: "39", width: "70.553", height: "34", rx: "4.411" })] }), _jsxs("g", { fill: "none", fillRule: "evenodd", children: [_jsx("path", { d: "M127.825 24.898c-14.104-.501-27.538-5.171-40.364-10.28C74.634 9.509 61.927 3.848 48.16 1.14 39.308-.6 29.182-.846 22.048 4.02 15.18 8.7 11.447 16.428 10.255 23.924c-.897 5.653.091 11.956 2.548 17.242 1.708 3.67 4.739 6.754 6.836 10.268 7.291 12.23 2.141 27.313-5.767 39.255-3.7 5.602-8.008 10.947-10.868 16.909-2.86 5.962-4.184 12.796-1.682 18.88 2.482 6.03 8.393 10.558 14.797 13.742C29.126 146.691 43.976 150 59 150c33.5 0 66.6-.1 99.926-.1 12.29 0 24.607-.75 36.686-2.697 6.706-1.082 13.629-2.797 18.496-6.94 6.182-5.263 7.714-14.165 3.571-20.759-6.94-11.057-26.151-13.802-31.007-25.676-2.673-6.533.072-13.811 3.956-19.88 8.333-13 22.3-24.404 23.036-39.264.507-10.205-6.208-20.427-16.59-25.255-10.883-5.067-25.972-4.424-34.001 3.953-8.267 8.64-22.795 11.96-35.248 11.516z", fillOpacity: ".14", fill: "#1657E2", className: "fill-primary", fillRule: "nonzero" }), _jsxs("g", { transform: "translate(0 39)", children: [_jsx("use", { fill: "#88A9F0", className: "fill-primary-opa50", xlinkHref: "#a" }), _jsx("use", { fillOpacity: ".499", fill: "#FFF", xlinkHref: "#a" }), _jsx("rect", { fill: "#FFF", width: "74.393", height: "52", rx: "4.411" }), _jsx("path", { fill: "#091E43", d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z" }), _jsx("path", { fill: "#C3D0D8", d: "M8.752 30.517h18v4.36h-18zM8.752 39.517h18v4.36h-18zM30.256 30.517h28v4.36h-28zM30.256 39.517h28v4.36h-28z" })] }), _jsxs("g", { fillRule: "nonzero", children: [_jsx("path", { fill: "#C3D0D8", d: "M114 90.8L133 67l20 23.8V150h-39z" }), _jsx("path", { fill: "#FFF", d: "M52 91h62v59H52z" }), _jsx("path", { d: "M105 140l.296.005c5.011.161 9.046 4.408 9.2 9.684l.004.311-.296-.005c-5.011-.161-9.046-4.408-9.2-9.684L105 140z", fill: "#1657E2", className: "fill-primary" }), _jsx("path", { className: "fill-primary40", d: "M124 140l-.005.311c-.15 5.17-4.028 9.353-8.9 9.67l-.3.014-.295.005.005-.311c.15-5.17 4.028-9.353 8.9-9.67l.3-.014L124 140z", fill: "#779DED" }), _jsx("path", { fill: "#091E43", d: "M70.692 67H133l-18.692 24H52z" }), _jsx("path", { fill: "#C3D0D8", d: "M89.5 104.2H102v12.4H89.5zM89.5 128.2H102v12.4H89.5zM64.5 104.2H77v12.4H64.5z" }), _jsx("path", { fill: "#091E43", d: "M127 104.2h12.5v12.4H127zM127 128.2h12.5v12.4H127z" }), _jsx("path", { fill: "#C3D0D8", d: "M64.5 128H77v22H64.5z" })] }), _jsxs("g", { transform: "translate(145 39)", children: [_jsx("use", { fill: "#88A9F0", className: "fill-primary-opa50", xlinkHref: "#b" }), _jsx("use", { fillOpacity: ".499", fill: "#FFF", xlinkHref: "#b" }), _jsx("use", { fill: "#88A9F0", className: "fill-primary-opa50", xlinkHref: "#c" }), _jsx("use", { fillOpacity: ".499", fill: "#FFF", xlinkHref: "#c" }), _jsx("rect", { fill: "#FFF", width: "74.393", height: "35", rx: "4.411" }), _jsx("rect", { fill: "#FFF", y: "39", width: "74.393", height: "34", rx: "4.411" }), _jsx("path", { fill: "#C3D0D8", d: "M11.633 49.719h48v4.36h-48zM11.633 58.438h36.75v4.36h-36.75z" }), _jsx("path", { fill: "#1657E2", className: "fill-primary", d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z" })] })] })] }));
|
4
|
+
export default withIllustration('IllustrationMySiteDashboard')(IllustrationMySiteDashboard);
|
@@ -1,305 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIllustration = _interopRequireDefault(require("../withIllustration"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IllustrationMySiteGift = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 125 86",
|
14
|
-
...props,
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
17
|
-
d: "M44.4032612,0 L44.4032612,6.8136178 L41.2920565,6.813 L41.2922047,26.6866697 L27.7166853,26.6866697 L27.7160565,10.504 L3.11105652,10.5043274 L3.11105652,6.8136178 L27.7160565,6.813 L27.7166853,0 L44.4032612,0 Z",
|
18
|
-
id: "mysite-gift-path-1"
|
19
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
20
|
-
id: "mysite-gift-path-2",
|
21
|
-
points: "4.52517312 4.54241187 13.5755193 4.54241187 13.5755193 13.6272356 4.52517312 13.6272356"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
23
|
-
id: "mysite-gift-path-3",
|
24
|
-
x: "15.8381059",
|
25
|
-
y: "4.54241187",
|
26
|
-
width: "18.1006925",
|
27
|
-
height: "2.27120593"
|
28
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
29
|
-
id: "mysite-gift-path-4",
|
30
|
-
x: "15.8381059",
|
31
|
-
y: "9.08482374",
|
32
|
-
width: "13.8583427",
|
33
|
-
height: "2.27120593"
|
34
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
35
|
-
id: "mysite-gift-path-5",
|
36
|
-
x: "4.52517312",
|
37
|
-
y: "15.8984415",
|
38
|
-
width: "6.78775967",
|
39
|
-
height: "2.27120593"
|
40
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
41
|
-
id: "mysite-gift-path-6",
|
42
|
-
x: "13.5755193",
|
43
|
-
y: "15.8984415",
|
44
|
-
width: "11.3129328",
|
45
|
-
height: "2.27120593"
|
46
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
47
|
-
id: "mysite-gift-path-7",
|
48
|
-
x: "27.1510387",
|
49
|
-
y: "15.8984415",
|
50
|
-
width: "6.78775967",
|
51
|
-
height: "2.27120593"
|
52
|
-
})]
|
53
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
54
|
-
stroke: "none",
|
55
|
-
strokeWidth: "1",
|
56
|
-
fill: "none",
|
57
|
-
fillRule: "evenodd",
|
58
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
59
|
-
transform: "translate(-438.000000, -1044.000000)",
|
60
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
61
|
-
transform: "translate(438.000000, 1044.000000)",
|
62
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
63
|
-
d: "M72.3038787,13.8554787 C64.3261485,13.5767163 56.7272617,10.9778262 49.4719763,8.13488342 C42.2166909,5.29194065 35.0285842,2.14094913 27.242478,0.634330475 C22.2338203,-0.334287567 16.5060214,-0.470957078 12.4709022,2.23748553 C8.58665946,4.84071432 7.33229244,9.34646947 6.65830416,13.5181436 C6.15061044,16.6637117 5.85216139,19.9665582 7.24198683,22.9082068 C8.20781638,24.9506567 9.9225218,26.6666183 11.1086089,28.6222939 C15.2329325,35.4286525 12.3200257,43.8218961 7.84659394,50.4677222 C5.75414677,53.5850886 3.31699641,56.5592774 1.69920437,59.8773096 C0.0814122733,63.1953417 -0.667463545,66.9982249 0.747691542,70.3835069 C2.15183371,73.7395027 5.49534409,76.2592113 9.11748026,78.0315763 C16.4751853,81.6327097 25.1456257,82.6631541 33.6002136,83.2467111 C52.3155017,84.5385634 71.1310071,83.9788695 89.8958535,83.4191751 C96.8405753,83.2109167 103.815032,83.001574 110.647423,81.9179801 C114.440259,81.3159832 118.356439,80.3614659 121.109659,78.0554394 C124.606248,75.1268069 125.472962,70.1730794 123.129421,66.5036117 C119.203329,60.3502293 108.336921,58.823002 105.590309,52.2151395 C104.07824,48.5792966 105.631056,44.5291065 107.828126,41.1514172 C112.541638,33.9176952 120.442278,27.5712403 120.858565,19.3016502 C121.1449,13.6222727 117.346558,7.93421786 111.47449,5.24746882 C105.31829,2.4273043 96.7833083,2.78524826 92.2415967,7.44719712 C87.565528,12.2555777 79.3477169,14.1027854 72.3038787,13.8554787 Z",
|
64
|
-
fill: "#E6EDFB",
|
65
|
-
fillRule: "nonzero",
|
66
|
-
className: "fill-primary",
|
67
|
-
opacity: "0.1"
|
68
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
69
|
-
transform: "translate(63.069600, 57.347950)",
|
70
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
71
|
-
fill: "#FFFFFF",
|
72
|
-
x: "0",
|
73
|
-
y: "0",
|
74
|
-
width: "27.7166853",
|
75
|
-
height: "6.8136178"
|
76
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
77
|
-
fill: "#FFFFFF",
|
78
|
-
x: "3.11105652",
|
79
|
-
y: "6.8136178",
|
80
|
-
width: "24.6056288",
|
81
|
-
height: "19.8730519"
|
82
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
83
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
84
|
-
className: "fill-primary-opa50",
|
85
|
-
fill: "#88A9F0",
|
86
|
-
xlinkHref: "#mysite-gift-path-1"
|
87
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
88
|
-
fillOpacity: "0.500327797",
|
89
|
-
fill: "#FFFFFF",
|
90
|
-
xlinkHref: "#mysite-gift-path-1"
|
91
|
-
})]
|
92
|
-
})]
|
93
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
94
|
-
fill: "#A64A4A",
|
95
|
-
transform: "translate(44.968908, 46.417771) scale(-1, 1) translate(-44.968908, -46.417771) ",
|
96
|
-
points: "38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417"
|
97
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
98
|
-
fill: "#FF6E71",
|
99
|
-
points: "38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417"
|
100
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
101
|
-
transform: "translate(17.252223, 49.398729)",
|
102
|
-
className: "fill-primary-opa50",
|
103
|
-
fill: "#88A9F0",
|
104
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
105
|
-
x: "0",
|
106
|
-
y: "0",
|
107
|
-
width: "34.504445",
|
108
|
-
height: "9.93652597"
|
109
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
110
|
-
x: "3.67670316",
|
111
|
-
y: "9.93652597",
|
112
|
-
width: "29.6964486",
|
113
|
-
height: "24.6993645"
|
114
|
-
})]
|
115
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
116
|
-
d: "M38.1811482,49.3987291 L38.1809257,59.3347291 L50.6249257,59.3347291 L50.6253742,49.3987291 L74.6653564,49.3987291 L74.6653564,59.3352551 L70.4229257,59.3347291 L70.4230066,84.0346196 L50.6253742,84.0346196 L50.6249257,64.1607291 L40.1599257,64.1607291 L40.1609114,84.0346196 L32.8075051,84.0346196 L32.8069257,64.1607291 L20.9289257,64.1615677 L20.9289257,59.3352551 L30.8269257,59.3347291 L30.8277418,49.3987291 L38.1811482,49.3987291 Z",
|
117
|
-
className: "fill-primary",
|
118
|
-
fill: "#1657E2"
|
119
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
120
|
-
transform: "translate(62.786777, 67.568377)",
|
121
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
122
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
123
|
-
fill: "#FDD33F",
|
124
|
-
x: "0",
|
125
|
-
y: "0",
|
126
|
-
width: "10.7472861",
|
127
|
-
height: "16.466243"
|
128
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
129
|
-
fill: "#F7B523",
|
130
|
-
x: "0",
|
131
|
-
y: "0",
|
132
|
-
width: "3.11105652",
|
133
|
-
height: "16.466243"
|
134
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
135
|
-
fill: "#FFE168",
|
136
|
-
x: "7.35340631",
|
137
|
-
y: "0",
|
138
|
-
width: "1.69693992",
|
139
|
-
height: "16.466243"
|
140
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
141
|
-
fill: "#F7B523",
|
142
|
-
x: "2.8282332",
|
143
|
-
y: "4.54241187",
|
144
|
-
width: "1.69693992",
|
145
|
-
height: "2.83900742"
|
146
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
147
|
-
fill: "#F7B523",
|
148
|
-
x: "2.8282332",
|
149
|
-
y: "13.6272356",
|
150
|
-
width: "1.69693992",
|
151
|
-
height: "2.83900742"
|
152
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
153
|
-
fill: "#F7B523",
|
154
|
-
x: "0",
|
155
|
-
y: "2.83900742",
|
156
|
-
width: "10.7472861",
|
157
|
-
height: "1.70340445"
|
158
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
159
|
-
fill: "#F7B523",
|
160
|
-
x: "0",
|
161
|
-
y: "7.38141929",
|
162
|
-
width: "10.7472861",
|
163
|
-
height: "1.70340445"
|
164
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
165
|
-
fill: "#F7B523",
|
166
|
-
x: "0",
|
167
|
-
y: "11.9238312",
|
168
|
-
width: "10.7472861",
|
169
|
-
height: "1.70340445"
|
170
|
-
})]
|
171
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
172
|
-
transform: "translate(7.353406, 2.839007)",
|
173
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
174
|
-
fill: "#FDD33F",
|
175
|
-
x: "0",
|
176
|
-
y: "1.70340445",
|
177
|
-
width: "10.7472861",
|
178
|
-
height: "11.9238312"
|
179
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
180
|
-
fill: "#F7B523",
|
181
|
-
x: "0",
|
182
|
-
y: "0",
|
183
|
-
width: "3.11105652",
|
184
|
-
height: "13.6272356"
|
185
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
186
|
-
fill: "#FFE168",
|
187
|
-
x: "7.63622963",
|
188
|
-
y: "1.70340445",
|
189
|
-
width: "1.4141166",
|
190
|
-
height: "11.9238312"
|
191
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
192
|
-
fill: "#F7B523",
|
193
|
-
x: "2.8282332",
|
194
|
-
y: "6.24581632",
|
195
|
-
width: "1.69693992",
|
196
|
-
height: "2.83900742"
|
197
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
198
|
-
fill: "#F7B523",
|
199
|
-
x: "0",
|
200
|
-
y: "4.54241187",
|
201
|
-
width: "10.7472861",
|
202
|
-
height: "1.70340445"
|
203
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
204
|
-
fill: "#F7B523",
|
205
|
-
x: "0",
|
206
|
-
y: "9.08482374",
|
207
|
-
width: "10.7472861",
|
208
|
-
height: "1.70340445"
|
209
|
-
})]
|
210
|
-
})]
|
211
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
212
|
-
transform: "translate(65.615010, 18.737449)",
|
213
|
-
className: "fill-primary",
|
214
|
-
fill: "#1657E2",
|
215
|
-
opacity: "0.197916667",
|
216
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
217
|
-
x: "0",
|
218
|
-
y: "0",
|
219
|
-
width: "38.4639715",
|
220
|
-
height: "22.7120593",
|
221
|
-
rx: "2.24448573"
|
222
|
-
})
|
223
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
224
|
-
transform: "translate(56.564664, 23.279861)",
|
225
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
226
|
-
x: "4.2423498",
|
227
|
-
y: "0",
|
228
|
-
width: "36.4784342",
|
229
|
-
height: "22.7120593",
|
230
|
-
rx: "2.24448573"
|
231
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
232
|
-
fill: "#FFFFFF",
|
233
|
-
x: "0",
|
234
|
-
y: "0",
|
235
|
-
width: "38.4639715",
|
236
|
-
height: "22.7120593",
|
237
|
-
rx: "2.24448573"
|
238
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
239
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
240
|
-
className: "fill-primary-opa50",
|
241
|
-
fill: "#88A9F0",
|
242
|
-
xlinkHref: "#mysite-gift-path-2"
|
243
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
244
|
-
fillOpacity: "0.504370629",
|
245
|
-
fill: "#FFFFFF",
|
246
|
-
xlinkHref: "#mysite-gift-path-2"
|
247
|
-
})]
|
248
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
249
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
250
|
-
className: "fill-primary-opa50",
|
251
|
-
fill: "#88A9F0",
|
252
|
-
xlinkHref: "#mysite-gift-path-3"
|
253
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
254
|
-
fillOpacity: "0.504370629",
|
255
|
-
fill: "#FFFFFF",
|
256
|
-
xlinkHref: "#mysite-gift-path-3"
|
257
|
-
})]
|
258
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
259
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
260
|
-
className: "fill-primary-opa50",
|
261
|
-
fill: "#88A9F0",
|
262
|
-
xlinkHref: "#mysite-gift-path-4"
|
263
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
264
|
-
fillOpacity: "0.504370629",
|
265
|
-
fill: "#FFFFFF",
|
266
|
-
xlinkHref: "#mysite-gift-path-4"
|
267
|
-
})]
|
268
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
269
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
270
|
-
className: "fill-primary-opa50",
|
271
|
-
fill: "#88A9F0",
|
272
|
-
xlinkHref: "#mysite-gift-path-5"
|
273
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
274
|
-
fillOpacity: "0.504370629",
|
275
|
-
fill: "#FFFFFF",
|
276
|
-
xlinkHref: "#mysite-gift-path-5"
|
277
|
-
})]
|
278
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
279
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
280
|
-
className: "fill-primary-opa50",
|
281
|
-
fill: "#88A9F0",
|
282
|
-
xlinkHref: "#mysite-gift-path-6"
|
283
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
284
|
-
fillOpacity: "0.504370629",
|
285
|
-
fill: "#FFFFFF",
|
286
|
-
xlinkHref: "#mysite-gift-path-6"
|
287
|
-
})]
|
288
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
289
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
290
|
-
className: "fill-primary-opa50",
|
291
|
-
fill: "#88A9F0",
|
292
|
-
xlinkHref: "#mysite-gift-path-7"
|
293
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
294
|
-
fillOpacity: "0.504370629",
|
295
|
-
fill: "#FFFFFF",
|
296
|
-
xlinkHref: "#mysite-gift-path-7"
|
297
|
-
})]
|
298
|
-
})]
|
299
|
-
})]
|
300
|
-
})
|
301
|
-
})
|
302
|
-
})]
|
303
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteGift = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 125 86", ...props, children: [_jsxs("defs", { children: [_jsx("path", { d: "M44.4032612,0 L44.4032612,6.8136178 L41.2920565,6.813 L41.2922047,26.6866697 L27.7166853,26.6866697 L27.7160565,10.504 L3.11105652,10.5043274 L3.11105652,6.8136178 L27.7160565,6.813 L27.7166853,0 L44.4032612,0 Z", id: "mysite-gift-path-1" }), _jsx("polygon", { id: "mysite-gift-path-2", points: "4.52517312 4.54241187 13.5755193 4.54241187 13.5755193 13.6272356 4.52517312 13.6272356" }), _jsx("rect", { id: "mysite-gift-path-3", x: "15.8381059", y: "4.54241187", width: "18.1006925", height: "2.27120593" }), _jsx("rect", { id: "mysite-gift-path-4", x: "15.8381059", y: "9.08482374", width: "13.8583427", height: "2.27120593" }), _jsx("rect", { id: "mysite-gift-path-5", x: "4.52517312", y: "15.8984415", width: "6.78775967", height: "2.27120593" }), _jsx("rect", { id: "mysite-gift-path-6", x: "13.5755193", y: "15.8984415", width: "11.3129328", height: "2.27120593" }), _jsx("rect", { id: "mysite-gift-path-7", x: "27.1510387", y: "15.8984415", width: "6.78775967", height: "2.27120593" })] }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-438.000000, -1044.000000)", children: _jsxs("g", { transform: "translate(438.000000, 1044.000000)", children: [_jsx("path", { d: "M72.3038787,13.8554787 C64.3261485,13.5767163 56.7272617,10.9778262 49.4719763,8.13488342 C42.2166909,5.29194065 35.0285842,2.14094913 27.242478,0.634330475 C22.2338203,-0.334287567 16.5060214,-0.470957078 12.4709022,2.23748553 C8.58665946,4.84071432 7.33229244,9.34646947 6.65830416,13.5181436 C6.15061044,16.6637117 5.85216139,19.9665582 7.24198683,22.9082068 C8.20781638,24.9506567 9.9225218,26.6666183 11.1086089,28.6222939 C15.2329325,35.4286525 12.3200257,43.8218961 7.84659394,50.4677222 C5.75414677,53.5850886 3.31699641,56.5592774 1.69920437,59.8773096 C0.0814122733,63.1953417 -0.667463545,66.9982249 0.747691542,70.3835069 C2.15183371,73.7395027 5.49534409,76.2592113 9.11748026,78.0315763 C16.4751853,81.6327097 25.1456257,82.6631541 33.6002136,83.2467111 C52.3155017,84.5385634 71.1310071,83.9788695 89.8958535,83.4191751 C96.8405753,83.2109167 103.815032,83.001574 110.647423,81.9179801 C114.440259,81.3159832 118.356439,80.3614659 121.109659,78.0554394 C124.606248,75.1268069 125.472962,70.1730794 123.129421,66.5036117 C119.203329,60.3502293 108.336921,58.823002 105.590309,52.2151395 C104.07824,48.5792966 105.631056,44.5291065 107.828126,41.1514172 C112.541638,33.9176952 120.442278,27.5712403 120.858565,19.3016502 C121.1449,13.6222727 117.346558,7.93421786 111.47449,5.24746882 C105.31829,2.4273043 96.7833083,2.78524826 92.2415967,7.44719712 C87.565528,12.2555777 79.3477169,14.1027854 72.3038787,13.8554787 Z", fill: "#E6EDFB", fillRule: "nonzero", className: "fill-primary", opacity: "0.1" }), _jsxs("g", { transform: "translate(63.069600, 57.347950)", children: [_jsx("rect", { fill: "#FFFFFF", x: "0", y: "0", width: "27.7166853", height: "6.8136178" }), _jsx("rect", { fill: "#FFFFFF", x: "3.11105652", y: "6.8136178", width: "24.6056288", height: "19.8730519" }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-1" }), _jsx("use", { fillOpacity: "0.500327797", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-1" })] })] }), _jsx("polygon", { fill: "#A64A4A", transform: "translate(44.968908, 46.417771) scale(-1, 1) translate(-44.968908, -46.417771) ", points: "38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417" }), _jsx("polygon", { fill: "#FF6E71", points: "38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417" }), _jsxs("g", { transform: "translate(17.252223, 49.398729)", className: "fill-primary-opa50", fill: "#88A9F0", children: [_jsx("rect", { x: "0", y: "0", width: "34.504445", height: "9.93652597" }), _jsx("rect", { x: "3.67670316", y: "9.93652597", width: "29.6964486", height: "24.6993645" })] }), _jsx("path", { d: "M38.1811482,49.3987291 L38.1809257,59.3347291 L50.6249257,59.3347291 L50.6253742,49.3987291 L74.6653564,49.3987291 L74.6653564,59.3352551 L70.4229257,59.3347291 L70.4230066,84.0346196 L50.6253742,84.0346196 L50.6249257,64.1607291 L40.1599257,64.1607291 L40.1609114,84.0346196 L32.8075051,84.0346196 L32.8069257,64.1607291 L20.9289257,64.1615677 L20.9289257,59.3352551 L30.8269257,59.3347291 L30.8277418,49.3987291 L38.1811482,49.3987291 Z", className: "fill-primary", fill: "#1657E2" }), _jsxs("g", { transform: "translate(62.786777, 67.568377)", children: [_jsxs("g", { children: [_jsx("rect", { fill: "#FDD33F", x: "0", y: "0", width: "10.7472861", height: "16.466243" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "0", width: "3.11105652", height: "16.466243" }), _jsx("rect", { fill: "#FFE168", x: "7.35340631", y: "0", width: "1.69693992", height: "16.466243" }), _jsx("rect", { fill: "#F7B523", x: "2.8282332", y: "4.54241187", width: "1.69693992", height: "2.83900742" }), _jsx("rect", { fill: "#F7B523", x: "2.8282332", y: "13.6272356", width: "1.69693992", height: "2.83900742" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "2.83900742", width: "10.7472861", height: "1.70340445" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "7.38141929", width: "10.7472861", height: "1.70340445" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "11.9238312", width: "10.7472861", height: "1.70340445" })] }), _jsxs("g", { transform: "translate(7.353406, 2.839007)", children: [_jsx("rect", { fill: "#FDD33F", x: "0", y: "1.70340445", width: "10.7472861", height: "11.9238312" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "0", width: "3.11105652", height: "13.6272356" }), _jsx("rect", { fill: "#FFE168", x: "7.63622963", y: "1.70340445", width: "1.4141166", height: "11.9238312" }), _jsx("rect", { fill: "#F7B523", x: "2.8282332", y: "6.24581632", width: "1.69693992", height: "2.83900742" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "4.54241187", width: "10.7472861", height: "1.70340445" }), _jsx("rect", { fill: "#F7B523", x: "0", y: "9.08482374", width: "10.7472861", height: "1.70340445" })] })] }), _jsx("g", { transform: "translate(65.615010, 18.737449)", className: "fill-primary", fill: "#1657E2", opacity: "0.197916667", children: _jsx("rect", { x: "0", y: "0", width: "38.4639715", height: "22.7120593", rx: "2.24448573" }) }), _jsxs("g", { transform: "translate(56.564664, 23.279861)", children: [_jsx("rect", { x: "4.2423498", y: "0", width: "36.4784342", height: "22.7120593", rx: "2.24448573" }), _jsx("rect", { fill: "#FFFFFF", x: "0", y: "0", width: "38.4639715", height: "22.7120593", rx: "2.24448573" }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-2" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-2" })] }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-3" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-3" })] }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-4" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-4" })] }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-5" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-5" })] }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-6" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-6" })] }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary-opa50", fill: "#88A9F0", xlinkHref: "#mysite-gift-path-7" }), _jsx("use", { fillOpacity: "0.504370629", fill: "#FFFFFF", xlinkHref: "#mysite-gift-path-7" })] })] })] }) }) })] }));
|
304
5
|
};
|
305
|
-
|
6
|
+
export default withIllustration('IllustrationMySiteGift')(IllustrationMySiteGift);
|