@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,174 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
value: true
|
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 IllustrationMySiteBuilding = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 127 85",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
16
|
-
stroke: "none",
|
17
|
-
strokeWidth: "1",
|
18
|
-
fill: "none",
|
19
|
-
fillRule: "evenodd",
|
20
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
21
|
-
transform: "translate(-614.000000, -1314.000000)",
|
22
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
23
|
-
transform: "translate(614.000000, 1314.000000)",
|
24
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
25
|
-
d: "M73.4131053,14.0146489 C65.3129873,13.7326841 57.5975246,11.1039382 50.2309347,8.22833606 C42.8643446,5.35273387 35.5659638,2.16554412 27.6604097,0.641617593 C22.5749133,-0.338127826 16.7592432,-0.476367381 12.6622205,2.26318952 C8.71838892,4.89632391 7.44477843,9.45384067 6.76045038,13.6734385 C6.24496804,16.8551426 5.94194043,20.1959319 7.35308743,23.1713737 C8.33373394,25.2372871 10.074745,26.9729615 11.2790281,28.9511037 C15.4666236,35.835653 12.5090294,44.3253171 7.96696992,51.0474898 C5.84242215,54.2006682 3.36788303,57.2090241 1.72527216,60.5651735 C0.0826612334,63.9213228 -0.677703221,67.767893 0.75916201,71.1920649 C2.18484537,74.5866139 5.57964914,77.1352687 9.25735313,78.9279944 C16.7279341,82.5704972 25.5313892,83.6127793 34.1156804,84.2030401 C53.1180831,85.509733 72.2222404,84.9436095 91.2749616,84.3774853 C98.3262237,84.1668345 105.407677,83.9550869 112.344884,82.8590448 C116.195907,82.2501322 120.172166,81.2846495 122.967623,78.9521316 C126.517855,75.9898553 127.397865,70.9792199 125.018371,67.2675979 C121.032049,61.043526 109.998937,59.4987541 107.210188,52.8149813 C105.674923,49.1373702 107.251561,45.040652 109.482336,41.6241601 C114.26816,34.3073379 122.290004,27.8879757 122.712678,19.5233854 C123.003405,13.7787639 119.146792,8.02536527 113.18464,5.30775116 C106.933997,2.4551889 98.2680781,2.81724488 93.6566913,7.53274969 C88.9088862,12.3963684 80.5650042,14.2647966 73.4131053,14.0146489 Z",
|
26
|
-
fill: "#FEE8E4",
|
27
|
-
fillRule: "nonzero",
|
28
|
-
className: "fill-primary",
|
29
|
-
opacity: "0.1"
|
30
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
31
|
-
transform: "translate(22.111486, 58.581081)",
|
32
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
33
|
-
transform: "translate(11.094030, 3.189567)",
|
34
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
35
|
-
d: "M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z",
|
36
|
-
className: "fill-primary",
|
37
|
-
fill: "#FA8268",
|
38
|
-
opacity: "0.5"
|
39
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
40
|
-
d: "M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z",
|
41
|
-
fill: "#091E43"
|
42
|
-
})]
|
43
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
44
|
-
transform: "translate(0.060623, 0.000000)",
|
45
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
46
|
-
d: "M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z",
|
47
|
-
className: "fill-primary",
|
48
|
-
fill: "#FA8268"
|
49
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
50
|
-
d: "M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z",
|
51
|
-
fill: "#091E43"
|
52
|
-
})]
|
53
|
-
})]
|
54
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
55
|
-
fill: "#FFFFFF",
|
56
|
-
x: "41.3513514",
|
57
|
-
y: "4.59459459",
|
58
|
-
width: "32.1621622",
|
59
|
-
height: "80.4054054"
|
60
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
61
|
-
fill: "#C3D0D8",
|
62
|
-
x: "73.5135135",
|
63
|
-
y: "4.59459459",
|
64
|
-
width: "13.7837838",
|
65
|
-
height: "80.4054054"
|
66
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
67
|
-
fill: "#091E43",
|
68
|
-
x: "75.8108108",
|
69
|
-
y: "20.6756757",
|
70
|
-
width: "9.18918919",
|
71
|
-
height: "55.1351351"
|
72
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
73
|
-
fill: "#091E43",
|
74
|
-
x: "68.9189189",
|
75
|
-
y: "20.6756757",
|
76
|
-
width: "2.2972973",
|
77
|
-
height: "55.1351351"
|
78
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
79
|
-
fill: "#C3D0D8",
|
80
|
-
x: "43.6486486",
|
81
|
-
y: "20.6756757",
|
82
|
-
width: "25.2702703",
|
83
|
-
height: "55.1351351"
|
84
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
85
|
-
fill: "#FFFFFF",
|
86
|
-
points: "43.6486486 38.0754757 43.6486486 30.7263514 68.9189189 45.4246 68.9189189 52.7737244"
|
87
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
88
|
-
fill: "#FFFFFF",
|
89
|
-
points: "43.6486486 44.4097107 43.6486486 41.2872379 68.9189189 56.2751072 68.9189189 59.39758"
|
90
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
91
|
-
fill: "#091E43",
|
92
|
-
x: "43.6486486",
|
93
|
-
y: "9.18918919",
|
94
|
-
width: "13.7837838",
|
95
|
-
height: "6.89189189"
|
96
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
97
|
-
d: "M23.5122775,80.4054054 C26.2277382,80.4054054 28.4290541,82.2567828 28.4290541,84.5405726 C28.4290541,84.6958016 28.4188842,84.8490329 28.3990742,84.999821 L12.9446727,85.0003961 C12.9298834,84.8841697 12.9222973,84.7661312 12.9222973,84.6466025 C12.9222973,82.8312825 14.6720612,81.3596748 16.8305043,81.3596748 C17.8396151,81.3596748 18.7593997,81.6813285 19.4528169,82.2093799 C20.3363533,81.1201391 21.8250713,80.4054054 23.5122775,80.4054054 Z",
|
98
|
-
className: "fill-primary",
|
99
|
-
fill: "#FA8268"
|
100
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
101
|
-
d: "M34.1372775,80.4054054 C36.8527382,80.4054054 39.0540541,82.2567828 39.0540541,84.5405726 C39.0540541,84.6958016 39.0438842,84.8490329 39.0240742,84.999821 L23.5696727,85.0003961 C23.5548834,84.8841697 23.5472973,84.7661312 23.5472973,84.6466025 C23.5472973,82.8312825 25.2970612,81.3596748 27.4555043,81.3596748 C28.4646151,81.3596748 29.3843997,81.6813285 30.0778169,82.2093799 C30.9613533,81.1201391 32.4500713,80.4054054 34.1372775,80.4054054 Z",
|
102
|
-
className: "fill-primary",
|
103
|
-
fill: "#FA8268",
|
104
|
-
opacity: "0.5"
|
105
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
106
|
-
d: "M46.4852505,80.4054054 C49.2007112,80.4054054 51.402027,82.2567828 51.402027,84.5405726 C51.402027,84.6958016 51.3918571,84.8490329 51.3720472,84.999821 L35.9176457,85.0003961 C35.9028563,84.8841697 35.8952703,84.7661312 35.8952703,84.6466025 C35.8952703,82.8312825 37.6450341,81.3596748 39.8034773,81.3596748 C40.8125881,81.3596748 41.7323727,81.6813285 42.4257899,82.2093799 C43.3093263,81.1201391 44.7980442,80.4054054 46.4852505,80.4054054 Z",
|
107
|
-
className: "fill-primary",
|
108
|
-
fill: "#FA8268",
|
109
|
-
transform: "translate(43.648649, 82.702901) scale(-1, 1) translate(-43.648649, -82.702901) "
|
110
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
111
|
-
transform: "translate(80.405405, 58.581081)",
|
112
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
113
|
-
transform: "translate(11.094030, 3.189567)",
|
114
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
115
|
-
d: "M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z",
|
116
|
-
className: "fill-primary",
|
117
|
-
fill: "#FA8268",
|
118
|
-
opacity: "0.5"
|
119
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
120
|
-
d: "M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z",
|
121
|
-
fill: "#091E43"
|
122
|
-
})]
|
123
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
124
|
-
transform: "translate(0.060623, 0.000000)",
|
125
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
126
|
-
d: "M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z",
|
127
|
-
className: "fill-primary",
|
128
|
-
fill: "#FA8268"
|
129
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
130
|
-
d: "M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z",
|
131
|
-
fill: "#091E43"
|
132
|
-
})]
|
133
|
-
})]
|
134
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
135
|
-
d: "M86.400791,80.4054054 C89.1162517,80.4054054 91.3175676,82.2567828 91.3175676,84.5405726 C91.3175676,84.6958016 91.3073977,84.8490329 91.2875877,84.999821 L75.8331862,85.0003961 C75.8183969,84.8841697 75.8108108,84.7661312 75.8108108,84.6466025 C75.8108108,82.8312825 77.5605747,81.3596748 79.7190178,81.3596748 C80.7281286,81.3596748 81.6479132,81.6813285 82.3413304,82.2093799 C83.2248668,81.1201391 84.7135848,80.4054054 86.400791,80.4054054 Z",
|
136
|
-
className: "fill-primary",
|
137
|
-
fill: "#FA8268",
|
138
|
-
transform: "translate(83.564189, 82.702901) scale(-1, 1) translate(-83.564189, -82.702901) "
|
139
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
140
|
-
d: "M108.512278,80.4054054 C111.227738,80.4054054 113.429054,82.2696252 113.429054,84.5692568 C113.429054,84.7147682 113.42024,84.8585364 113.40304,85.0001992 L97.9408157,85.0002855 C97.9285659,84.8936 97.9222973,84.7854311 97.9222973,84.6760222 C97.9222973,82.8481099 99.6720612,81.3662942 101.830504,81.3662942 C102.839132,81.3662942 103.758518,81.6898688 104.45182,82.2211292 C105.336353,81.125097 106.825071,80.4054054 108.512278,80.4054054 Z",
|
141
|
-
className: "fill-primary",
|
142
|
-
fill: "#FA8268",
|
143
|
-
transform: "translate(105.675676, 82.702845) scale(-1, 1) translate(-105.675676, -82.702845) "
|
144
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
145
|
-
d: "M98.4616018,80.4054054 C101.177063,80.4054054 103.378378,82.2567828 103.378378,84.5405726 C103.378378,84.6958016 103.368208,84.8490329 103.348399,84.999821 L87.893997,85.0003961 C87.8792077,84.8841697 87.8716216,84.7661312 87.8716216,84.6466025 C87.8716216,82.8312825 89.6213855,81.3596748 91.7798286,81.3596748 C92.7889394,81.3596748 93.708724,81.6813285 94.4021412,82.2093799 C95.2856776,81.1201391 96.7743956,80.4054054 98.4616018,80.4054054 Z",
|
146
|
-
className: "fill-primary",
|
147
|
-
fill: "#FA8268",
|
148
|
-
opacity: "0.5",
|
149
|
-
transform: "translate(95.625000, 82.702901) scale(-1, 1) translate(-95.625000, -82.702901) "
|
150
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
151
|
-
d: "M49.6790541,27.8547297 C49.6790541,25.740126 47.9362586,24.0259009 45.7864114,24.0259009 C44.7500108,24.0259009 43.8082099,24.4242905 43.110661,25.0738707 C42.1155464,23.3073694 40.2003206,22.1114865 38.0011261,22.1114865 C34.8259672,22.1114865 32.2427434,24.6043146 32.1640111,27.7087677 L32.1621622,27.8547297 L49.6790541,27.8547297 Z",
|
152
|
-
fill: "#FFFFFF",
|
153
|
-
fillRule: "nonzero"
|
154
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
155
|
-
d: "M29.8648649,13.2094595 C29.8648649,11.0948557 28.1220694,9.38063063 25.9722222,9.38063063 C24.9358216,9.38063063 23.9940207,9.77902021 23.2964718,10.4286004 C22.3013572,8.66209912 20.3861314,7.46621622 18.1869369,7.46621622 C15.011778,7.46621622 12.4285542,9.95904432 12.3498219,13.0634974 L12.347973,13.2094595 L29.8648649,13.2094595 Z",
|
156
|
-
fill: "#FFFFFF",
|
157
|
-
fillRule: "nonzero",
|
158
|
-
transform: "translate(21.106419, 10.337838) scale(-1, 1) translate(-21.106419, -10.337838) "
|
159
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
160
|
-
d: "M93.0405405,16.6554054 C93.0405405,14.5408016 91.2977451,12.8265766 89.1478979,12.8265766 C88.1114973,12.8265766 87.1696964,13.2249662 86.4721475,13.8745463 C85.4770328,12.1080451 83.561807,10.9121622 81.3626126,10.9121622 C78.1874537,10.9121622 75.6042299,13.4049903 75.5254976,16.5094434 L75.5236486,16.6554054 L93.0405405,16.6554054 Z",
|
161
|
-
fill: "#FFFFFF",
|
162
|
-
fillRule: "nonzero"
|
163
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
164
|
-
d: "M111.993243,22.972973 C111.993243,20.8583692 110.250448,19.1441441 108.100601,19.1441441 C107.0642,19.1441441 106.122399,19.5425337 105.42485,20.1921139 C104.429736,18.4256126 102.51451,17.2297297 100.315315,17.2297297 C97.1401564,17.2297297 94.5569326,19.7225578 94.4782003,22.8270109 L94.4763514,22.972973 L111.993243,22.972973 Z",
|
165
|
-
fill: "#FFFFFF",
|
166
|
-
fillRule: "nonzero",
|
167
|
-
transform: "translate(103.234797, 20.101351) scale(-1, 1) translate(-103.234797, -20.101351) "
|
168
|
-
})]
|
169
|
-
})
|
170
|
-
})
|
171
|
-
})
|
172
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteBuilding = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 127 85", ...props, children: _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-614.000000, -1314.000000)", children: _jsxs("g", { transform: "translate(614.000000, 1314.000000)", children: [_jsx("path", { d: "M73.4131053,14.0146489 C65.3129873,13.7326841 57.5975246,11.1039382 50.2309347,8.22833606 C42.8643446,5.35273387 35.5659638,2.16554412 27.6604097,0.641617593 C22.5749133,-0.338127826 16.7592432,-0.476367381 12.6622205,2.26318952 C8.71838892,4.89632391 7.44477843,9.45384067 6.76045038,13.6734385 C6.24496804,16.8551426 5.94194043,20.1959319 7.35308743,23.1713737 C8.33373394,25.2372871 10.074745,26.9729615 11.2790281,28.9511037 C15.4666236,35.835653 12.5090294,44.3253171 7.96696992,51.0474898 C5.84242215,54.2006682 3.36788303,57.2090241 1.72527216,60.5651735 C0.0826612334,63.9213228 -0.677703221,67.767893 0.75916201,71.1920649 C2.18484537,74.5866139 5.57964914,77.1352687 9.25735313,78.9279944 C16.7279341,82.5704972 25.5313892,83.6127793 34.1156804,84.2030401 C53.1180831,85.509733 72.2222404,84.9436095 91.2749616,84.3774853 C98.3262237,84.1668345 105.407677,83.9550869 112.344884,82.8590448 C116.195907,82.2501322 120.172166,81.2846495 122.967623,78.9521316 C126.517855,75.9898553 127.397865,70.9792199 125.018371,67.2675979 C121.032049,61.043526 109.998937,59.4987541 107.210188,52.8149813 C105.674923,49.1373702 107.251561,45.040652 109.482336,41.6241601 C114.26816,34.3073379 122.290004,27.8879757 122.712678,19.5233854 C123.003405,13.7787639 119.146792,8.02536527 113.18464,5.30775116 C106.933997,2.4551889 98.2680781,2.81724488 93.6566913,7.53274969 C88.9088862,12.3963684 80.5650042,14.2647966 73.4131053,14.0146489 Z", fill: "#FEE8E4", fillRule: "nonzero", className: "fill-primary", opacity: "0.1" }), _jsxs("g", { transform: "translate(22.111486, 58.581081)", children: [_jsxs("g", { transform: "translate(11.094030, 3.189567)", children: [_jsx("path", { d: "M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z", className: "fill-primary", fill: "#FA8268", opacity: "0.5" }), _jsx("path", { d: "M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z", fill: "#091E43" })] }), _jsxs("g", { transform: "translate(0.060623, 0.000000)", children: [_jsx("path", { d: "M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z", className: "fill-primary", fill: "#FA8268" }), _jsx("path", { d: "M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z", fill: "#091E43" })] })] }), _jsx("rect", { fill: "#FFFFFF", x: "41.3513514", y: "4.59459459", width: "32.1621622", height: "80.4054054" }), _jsx("rect", { fill: "#C3D0D8", x: "73.5135135", y: "4.59459459", width: "13.7837838", height: "80.4054054" }), _jsx("rect", { fill: "#091E43", x: "75.8108108", y: "20.6756757", width: "9.18918919", height: "55.1351351" }), _jsx("rect", { fill: "#091E43", x: "68.9189189", y: "20.6756757", width: "2.2972973", height: "55.1351351" }), _jsx("rect", { fill: "#C3D0D8", x: "43.6486486", y: "20.6756757", width: "25.2702703", height: "55.1351351" }), _jsx("polygon", { fill: "#FFFFFF", points: "43.6486486 38.0754757 43.6486486 30.7263514 68.9189189 45.4246 68.9189189 52.7737244" }), _jsx("polygon", { fill: "#FFFFFF", points: "43.6486486 44.4097107 43.6486486 41.2872379 68.9189189 56.2751072 68.9189189 59.39758" }), _jsx("rect", { fill: "#091E43", x: "43.6486486", y: "9.18918919", width: "13.7837838", height: "6.89189189" }), _jsx("path", { d: "M23.5122775,80.4054054 C26.2277382,80.4054054 28.4290541,82.2567828 28.4290541,84.5405726 C28.4290541,84.6958016 28.4188842,84.8490329 28.3990742,84.999821 L12.9446727,85.0003961 C12.9298834,84.8841697 12.9222973,84.7661312 12.9222973,84.6466025 C12.9222973,82.8312825 14.6720612,81.3596748 16.8305043,81.3596748 C17.8396151,81.3596748 18.7593997,81.6813285 19.4528169,82.2093799 C20.3363533,81.1201391 21.8250713,80.4054054 23.5122775,80.4054054 Z", className: "fill-primary", fill: "#FA8268" }), _jsx("path", { d: "M34.1372775,80.4054054 C36.8527382,80.4054054 39.0540541,82.2567828 39.0540541,84.5405726 C39.0540541,84.6958016 39.0438842,84.8490329 39.0240742,84.999821 L23.5696727,85.0003961 C23.5548834,84.8841697 23.5472973,84.7661312 23.5472973,84.6466025 C23.5472973,82.8312825 25.2970612,81.3596748 27.4555043,81.3596748 C28.4646151,81.3596748 29.3843997,81.6813285 30.0778169,82.2093799 C30.9613533,81.1201391 32.4500713,80.4054054 34.1372775,80.4054054 Z", className: "fill-primary", fill: "#FA8268", opacity: "0.5" }), _jsx("path", { d: "M46.4852505,80.4054054 C49.2007112,80.4054054 51.402027,82.2567828 51.402027,84.5405726 C51.402027,84.6958016 51.3918571,84.8490329 51.3720472,84.999821 L35.9176457,85.0003961 C35.9028563,84.8841697 35.8952703,84.7661312 35.8952703,84.6466025 C35.8952703,82.8312825 37.6450341,81.3596748 39.8034773,81.3596748 C40.8125881,81.3596748 41.7323727,81.6813285 42.4257899,82.2093799 C43.3093263,81.1201391 44.7980442,80.4054054 46.4852505,80.4054054 Z", className: "fill-primary", fill: "#FA8268", transform: "translate(43.648649, 82.702901) scale(-1, 1) translate(-43.648649, -82.702901) " }), _jsxs("g", { transform: "translate(80.405405, 58.581081)", children: [_jsxs("g", { transform: "translate(11.094030, 3.189567)", children: [_jsx("path", { d: "M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z", className: "fill-primary", fill: "#FA8268", opacity: "0.5" }), _jsx("path", { d: "M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z", fill: "#091E43" })] }), _jsxs("g", { transform: "translate(0.060623, 0.000000)", children: [_jsx("path", { d: "M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z", className: "fill-primary", fill: "#FA8268" }), _jsx("path", { d: "M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z", fill: "#091E43" })] })] }), _jsx("path", { d: "M86.400791,80.4054054 C89.1162517,80.4054054 91.3175676,82.2567828 91.3175676,84.5405726 C91.3175676,84.6958016 91.3073977,84.8490329 91.2875877,84.999821 L75.8331862,85.0003961 C75.8183969,84.8841697 75.8108108,84.7661312 75.8108108,84.6466025 C75.8108108,82.8312825 77.5605747,81.3596748 79.7190178,81.3596748 C80.7281286,81.3596748 81.6479132,81.6813285 82.3413304,82.2093799 C83.2248668,81.1201391 84.7135848,80.4054054 86.400791,80.4054054 Z", className: "fill-primary", fill: "#FA8268", transform: "translate(83.564189, 82.702901) scale(-1, 1) translate(-83.564189, -82.702901) " }), _jsx("path", { d: "M108.512278,80.4054054 C111.227738,80.4054054 113.429054,82.2696252 113.429054,84.5692568 C113.429054,84.7147682 113.42024,84.8585364 113.40304,85.0001992 L97.9408157,85.0002855 C97.9285659,84.8936 97.9222973,84.7854311 97.9222973,84.6760222 C97.9222973,82.8481099 99.6720612,81.3662942 101.830504,81.3662942 C102.839132,81.3662942 103.758518,81.6898688 104.45182,82.2211292 C105.336353,81.125097 106.825071,80.4054054 108.512278,80.4054054 Z", className: "fill-primary", fill: "#FA8268", transform: "translate(105.675676, 82.702845) scale(-1, 1) translate(-105.675676, -82.702845) " }), _jsx("path", { d: "M98.4616018,80.4054054 C101.177063,80.4054054 103.378378,82.2567828 103.378378,84.5405726 C103.378378,84.6958016 103.368208,84.8490329 103.348399,84.999821 L87.893997,85.0003961 C87.8792077,84.8841697 87.8716216,84.7661312 87.8716216,84.6466025 C87.8716216,82.8312825 89.6213855,81.3596748 91.7798286,81.3596748 C92.7889394,81.3596748 93.708724,81.6813285 94.4021412,82.2093799 C95.2856776,81.1201391 96.7743956,80.4054054 98.4616018,80.4054054 Z", className: "fill-primary", fill: "#FA8268", opacity: "0.5", transform: "translate(95.625000, 82.702901) scale(-1, 1) translate(-95.625000, -82.702901) " }), _jsx("path", { d: "M49.6790541,27.8547297 C49.6790541,25.740126 47.9362586,24.0259009 45.7864114,24.0259009 C44.7500108,24.0259009 43.8082099,24.4242905 43.110661,25.0738707 C42.1155464,23.3073694 40.2003206,22.1114865 38.0011261,22.1114865 C34.8259672,22.1114865 32.2427434,24.6043146 32.1640111,27.7087677 L32.1621622,27.8547297 L49.6790541,27.8547297 Z", fill: "#FFFFFF", fillRule: "nonzero" }), _jsx("path", { d: "M29.8648649,13.2094595 C29.8648649,11.0948557 28.1220694,9.38063063 25.9722222,9.38063063 C24.9358216,9.38063063 23.9940207,9.77902021 23.2964718,10.4286004 C22.3013572,8.66209912 20.3861314,7.46621622 18.1869369,7.46621622 C15.011778,7.46621622 12.4285542,9.95904432 12.3498219,13.0634974 L12.347973,13.2094595 L29.8648649,13.2094595 Z", fill: "#FFFFFF", fillRule: "nonzero", transform: "translate(21.106419, 10.337838) scale(-1, 1) translate(-21.106419, -10.337838) " }), _jsx("path", { d: "M93.0405405,16.6554054 C93.0405405,14.5408016 91.2977451,12.8265766 89.1478979,12.8265766 C88.1114973,12.8265766 87.1696964,13.2249662 86.4721475,13.8745463 C85.4770328,12.1080451 83.561807,10.9121622 81.3626126,10.9121622 C78.1874537,10.9121622 75.6042299,13.4049903 75.5254976,16.5094434 L75.5236486,16.6554054 L93.0405405,16.6554054 Z", fill: "#FFFFFF", fillRule: "nonzero" }), _jsx("path", { d: "M111.993243,22.972973 C111.993243,20.8583692 110.250448,19.1441441 108.100601,19.1441441 C107.0642,19.1441441 106.122399,19.5425337 105.42485,20.1921139 C104.429736,18.4256126 102.51451,17.2297297 100.315315,17.2297297 C97.1401564,17.2297297 94.5569326,19.7225578 94.4782003,22.8270109 L94.4763514,22.972973 L111.993243,22.972973 Z", fill: "#FFFFFF", fillRule: "nonzero", transform: "translate(103.234797, 20.101351) scale(-1, 1) translate(-103.234797, -20.101351) " })] }) }) }) }));
|
173
5
|
};
|
174
|
-
|
6
|
+
export default withIllustration('IllustrationMySiteBuilding')(IllustrationMySiteBuilding);
|
@@ -1,158 +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 IllustrationMySiteCoffeeBook = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 125 85",
|
14
|
-
...props,
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
17
|
-
d: "M0.655051158,0 L32.4959498,0 C32.7367195,3.74949709e-15 32.931902,0.195182447 32.931902,0.435952197 L32.931902,26.1830563 C32.931902,29.945084 29.882176,32.9948099 26.1201484,32.9948099 L7.03085258,32.9948099 C3.26882493,32.9948099 0.219098961,29.945084 0.219098961,26.1830563 L0.219098961,0.435952197 C0.219098961,0.195182447 0.414281408,-8.99460885e-16 0.655051158,0 Z",
|
18
|
-
id: "mysite-coffee-book-path-1"
|
19
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
20
|
-
id: "mysite-coffee-book-path-3",
|
21
|
-
x: "54.4940289",
|
22
|
-
y: "4.54116908",
|
23
|
-
width: "38.5999371",
|
24
|
-
height: "9.08233815"
|
25
|
-
})]
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
27
|
-
stroke: "none",
|
28
|
-
strokeWidth: "1",
|
29
|
-
fill: "none",
|
30
|
-
fillRule: "evenodd",
|
31
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
32
|
-
transform: "translate(-791.000000, -1044.000000)",
|
33
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
34
|
-
transform: "translate(791.000000, 1044.000000)",
|
35
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
36
|
-
d: "M72.5594645,13.8516878 C64.5535339,13.5730017 56.9277859,10.9748227 49.646854,8.13265774 C42.365922,5.29049278 35.1524061,2.14036337 27.338777,0.634156923 C22.3124143,-0.334196107 16.5643683,-0.470828226 12.5149854,2.23687336 C8.6170123,4.83938991 7.35821124,9.34391229 6.68184049,13.5144451 C6.17235213,16.6591526 5.8728481,19.9610954 7.26758641,22.9019391 C8.23683006,24.9438302 9.95759676,26.6593224 11.1478766,28.6144629 C15.2867792,35.4189593 12.3635756,43.8099065 7.87433073,50.4539143 C5.77448701,53.5704279 3.3287216,56.5438029 1.70521086,59.8609273 C0.0817000563,63.1780516 -0.669822951,66.9798943 0.750334544,70.3642501 C2.15944019,73.7193277 5.51476949,76.238347 9.14970949,78.010227 C16.5334232,81.6103751 25.2345126,82.6405376 33.7189865,83.223935 C52.500431,84.5154338 71.3824469,83.9558931 90.2136249,83.3963518 C97.1828955,83.1881504 104.182006,82.9788649 111.038549,81.8955675 C114.844792,81.2937353 118.774815,80.3394792 121.537767,78.0340836 C125.046717,75.1062523 125.916494,70.1538802 123.564669,66.4854165 C119.624699,60.3337176 108.719879,58.8069082 105.963558,52.2008536 C104.446145,48.5660054 106.00445,44.5169235 108.209286,41.1401582 C112.93946,33.9084154 120.868027,27.5636969 121.285786,19.2963693 C121.573133,13.6185457 117.761364,7.93204707 111.86854,5.24603312 C105.690578,2.42664019 97.125426,2.78448622 92.56766,7.44515958 C87.8750619,12.2522246 79.6282018,14.0989269 72.5594645,13.8516878 Z",
|
37
|
-
fill: "#E6EDFB",
|
38
|
-
fillRule: "nonzero",
|
39
|
-
className: "fill-primary",
|
40
|
-
opacity: "0.1"
|
41
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
42
|
-
transform: "translate(57.048437, 15.894092)",
|
43
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
44
|
-
d: "M0,68.1175361 L0,0 L59.8866672,0 L59.8866672,68.1175361 L0,68.1175361 Z",
|
45
|
-
className: "fill-primary-opa50",
|
46
|
-
fill: "#88A9F0"
|
47
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
48
|
-
className: "fill-primary",
|
49
|
-
fill: "#1657E2",
|
50
|
-
x: "0",
|
51
|
-
y: "0",
|
52
|
-
width: "18.1646763",
|
53
|
-
height: "11.3529227"
|
54
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
55
|
-
className: "fill-primary",
|
56
|
-
fill: "#1657E2",
|
57
|
-
x: "0",
|
58
|
-
y: "18.1646763",
|
59
|
-
width: "18.1646763",
|
60
|
-
height: "38.5999371"
|
61
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
62
|
-
className: "fill-primary-opa50",
|
63
|
-
fill: "#88A9F0",
|
64
|
-
x: "5.67646135",
|
65
|
-
y: "24.9764299",
|
66
|
-
width: "6.81175361",
|
67
|
-
height: "20.4352608"
|
68
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
69
|
-
className: "fill-primary",
|
70
|
-
fill: "#1657E2",
|
71
|
-
x: "26.3955453",
|
72
|
-
y: "20.4352608",
|
73
|
-
width: "27.2470145",
|
74
|
-
height: "4.54116908"
|
75
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
76
|
-
className: "fill-primary",
|
77
|
-
fill: "#1657E2",
|
78
|
-
x: "30.0852451",
|
79
|
-
y: "29.517599",
|
80
|
-
width: "19.8676147",
|
81
|
-
height: "4.54116908"
|
82
|
-
})]
|
83
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
84
|
-
transform: "translate(18.164676, 32.923476)",
|
85
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
86
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
87
|
-
fill: "white",
|
88
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
89
|
-
xlinkHref: "#mysite-coffee-book-path-1"
|
90
|
-
})
|
91
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
92
|
-
fill: "#C3D0D8",
|
93
|
-
xlinkHref: "#mysite-coffee-book-path-1"
|
94
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
95
|
-
d: "M-8.47410317,0 L23.3667954,0 C23.6075652,3.74949709e-15 23.8027476,0.195182447 23.8027476,0.435952197 L23.8027476,26.1830563 C23.8027476,29.945084 20.7530217,32.9948099 16.990994,32.9948099 L-5.42243779,32.9948099 C-7.34859579,32.9948099 -8.91005537,31.4333504 -8.91005537,29.5071924 L-8.91005537,0.435952197 C-8.91005537,0.195182447 -8.71487292,-8.99460885e-16 -8.47410317,0 Z",
|
96
|
-
fill: "#FFFFFF",
|
97
|
-
mask: "url(#mask-2)"
|
98
|
-
})]
|
99
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
100
|
-
fill: "#091E43",
|
101
|
-
x: "0.283823067",
|
102
|
-
y: "4.54116908",
|
103
|
-
width: "32.6396527",
|
104
|
-
height: "4.82499214"
|
105
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
106
|
-
fill: "#091E43",
|
107
|
-
x: "23.5573146",
|
108
|
-
y: "4.54116908",
|
109
|
-
width: "9.36616122",
|
110
|
-
height: "4.82499214"
|
111
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
112
|
-
d: "M32.9234758,4.82499214 C38.0962638,4.82499214 42.289637,9.01836536 42.289637,14.1911534 C42.289637,19.3639414 38.0962638,23.5573146 32.9234758,23.5573146 L32.9234758,18.874234 L32.9234758,18.874234 C35.5098698,18.874234 37.6065564,16.7775474 37.6065564,14.1911534 C37.6065564,11.6047594 35.5098698,9.50807275 32.9234758,9.50807275 L32.9234758,4.82499214 L32.9234758,4.82499214 Z",
|
113
|
-
fill: "#C3D0D8"
|
114
|
-
})]
|
115
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
116
|
-
transform: "translate(8.230869, 65.846952)",
|
117
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
118
|
-
d: "M54.4940289,18.1646763 L54.4940289,13.6235072 L93.0939661,13.6235072 L93.0939661,4.54116908 L54.4940289,4.54116908 L54.4940289,0 L97.6351351,0 L97.6351351,18.1646763 L54.4940289,18.1646763 Z",
|
119
|
-
className: "fill-primary",
|
120
|
-
fill: "#1657E2"
|
121
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
122
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
123
|
-
className: "fill-primary",
|
124
|
-
fill: "#1657E2",
|
125
|
-
xlinkHref: "#mysite-coffee-book-path-3"
|
126
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
127
|
-
fillOpacity: "0.8",
|
128
|
-
fill: "#FFFFFF",
|
129
|
-
xlinkHref: "#mysite-coffee-book-path-3"
|
130
|
-
})]
|
131
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
132
|
-
className: "fill-primary-opa50",
|
133
|
-
fill: "#88A9F0",
|
134
|
-
x: "0",
|
135
|
-
y: "0",
|
136
|
-
width: "54.4940289",
|
137
|
-
height: "4.54116908"
|
138
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
139
|
-
fill: "#FFFFFF",
|
140
|
-
x: "2.27058454",
|
141
|
-
y: "4.54116908",
|
142
|
-
width: "52.2234444",
|
143
|
-
height: "9.08233815"
|
144
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
145
|
-
className: "fill-primary-opa50",
|
146
|
-
fill: "#88A9F0",
|
147
|
-
x: "0",
|
148
|
-
y: "13.6235072",
|
149
|
-
width: "54.4940289",
|
150
|
-
height: "4.54116908"
|
151
|
-
})]
|
152
|
-
})]
|
153
|
-
})
|
154
|
-
})
|
155
|
-
})]
|
156
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteCoffeeBook = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 125 85", ...props, children: [_jsxs("defs", { children: [_jsx("path", { d: "M0.655051158,0 L32.4959498,0 C32.7367195,3.74949709e-15 32.931902,0.195182447 32.931902,0.435952197 L32.931902,26.1830563 C32.931902,29.945084 29.882176,32.9948099 26.1201484,32.9948099 L7.03085258,32.9948099 C3.26882493,32.9948099 0.219098961,29.945084 0.219098961,26.1830563 L0.219098961,0.435952197 C0.219098961,0.195182447 0.414281408,-8.99460885e-16 0.655051158,0 Z", id: "mysite-coffee-book-path-1" }), _jsx("rect", { id: "mysite-coffee-book-path-3", x: "54.4940289", y: "4.54116908", width: "38.5999371", height: "9.08233815" })] }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-791.000000, -1044.000000)", children: _jsxs("g", { transform: "translate(791.000000, 1044.000000)", children: [_jsx("path", { d: "M72.5594645,13.8516878 C64.5535339,13.5730017 56.9277859,10.9748227 49.646854,8.13265774 C42.365922,5.29049278 35.1524061,2.14036337 27.338777,0.634156923 C22.3124143,-0.334196107 16.5643683,-0.470828226 12.5149854,2.23687336 C8.6170123,4.83938991 7.35821124,9.34391229 6.68184049,13.5144451 C6.17235213,16.6591526 5.8728481,19.9610954 7.26758641,22.9019391 C8.23683006,24.9438302 9.95759676,26.6593224 11.1478766,28.6144629 C15.2867792,35.4189593 12.3635756,43.8099065 7.87433073,50.4539143 C5.77448701,53.5704279 3.3287216,56.5438029 1.70521086,59.8609273 C0.0817000563,63.1780516 -0.669822951,66.9798943 0.750334544,70.3642501 C2.15944019,73.7193277 5.51476949,76.238347 9.14970949,78.010227 C16.5334232,81.6103751 25.2345126,82.6405376 33.7189865,83.223935 C52.500431,84.5154338 71.3824469,83.9558931 90.2136249,83.3963518 C97.1828955,83.1881504 104.182006,82.9788649 111.038549,81.8955675 C114.844792,81.2937353 118.774815,80.3394792 121.537767,78.0340836 C125.046717,75.1062523 125.916494,70.1538802 123.564669,66.4854165 C119.624699,60.3337176 108.719879,58.8069082 105.963558,52.2008536 C104.446145,48.5660054 106.00445,44.5169235 108.209286,41.1401582 C112.93946,33.9084154 120.868027,27.5636969 121.285786,19.2963693 C121.573133,13.6185457 117.761364,7.93204707 111.86854,5.24603312 C105.690578,2.42664019 97.125426,2.78448622 92.56766,7.44515958 C87.8750619,12.2522246 79.6282018,14.0989269 72.5594645,13.8516878 Z", fill: "#E6EDFB", fillRule: "nonzero", className: "fill-primary", opacity: "0.1" }), _jsxs("g", { transform: "translate(57.048437, 15.894092)", children: [_jsx("path", { d: "M0,68.1175361 L0,0 L59.8866672,0 L59.8866672,68.1175361 L0,68.1175361 Z", className: "fill-primary-opa50", fill: "#88A9F0" }), _jsx("rect", { className: "fill-primary", fill: "#1657E2", x: "0", y: "0", width: "18.1646763", height: "11.3529227" }), _jsx("rect", { className: "fill-primary", fill: "#1657E2", x: "0", y: "18.1646763", width: "18.1646763", height: "38.5999371" }), _jsx("rect", { className: "fill-primary-opa50", fill: "#88A9F0", x: "5.67646135", y: "24.9764299", width: "6.81175361", height: "20.4352608" }), _jsx("rect", { className: "fill-primary", fill: "#1657E2", x: "26.3955453", y: "20.4352608", width: "27.2470145", height: "4.54116908" }), _jsx("rect", { className: "fill-primary", fill: "#1657E2", x: "30.0852451", y: "29.517599", width: "19.8676147", height: "4.54116908" })] }), _jsxs("g", { transform: "translate(18.164676, 32.923476)", children: [_jsxs("g", { children: [_jsx("mask", { fill: "white", children: _jsx("use", { xlinkHref: "#mysite-coffee-book-path-1" }) }), _jsx("use", { fill: "#C3D0D8", xlinkHref: "#mysite-coffee-book-path-1" }), _jsx("path", { d: "M-8.47410317,0 L23.3667954,0 C23.6075652,3.74949709e-15 23.8027476,0.195182447 23.8027476,0.435952197 L23.8027476,26.1830563 C23.8027476,29.945084 20.7530217,32.9948099 16.990994,32.9948099 L-5.42243779,32.9948099 C-7.34859579,32.9948099 -8.91005537,31.4333504 -8.91005537,29.5071924 L-8.91005537,0.435952197 C-8.91005537,0.195182447 -8.71487292,-8.99460885e-16 -8.47410317,0 Z", fill: "#FFFFFF", mask: "url(#mask-2)" })] }), _jsx("rect", { fill: "#091E43", x: "0.283823067", y: "4.54116908", width: "32.6396527", height: "4.82499214" }), _jsx("rect", { fill: "#091E43", x: "23.5573146", y: "4.54116908", width: "9.36616122", height: "4.82499214" }), _jsx("path", { d: "M32.9234758,4.82499214 C38.0962638,4.82499214 42.289637,9.01836536 42.289637,14.1911534 C42.289637,19.3639414 38.0962638,23.5573146 32.9234758,23.5573146 L32.9234758,18.874234 L32.9234758,18.874234 C35.5098698,18.874234 37.6065564,16.7775474 37.6065564,14.1911534 C37.6065564,11.6047594 35.5098698,9.50807275 32.9234758,9.50807275 L32.9234758,4.82499214 L32.9234758,4.82499214 Z", fill: "#C3D0D8" })] }), _jsxs("g", { transform: "translate(8.230869, 65.846952)", children: [_jsx("path", { d: "M54.4940289,18.1646763 L54.4940289,13.6235072 L93.0939661,13.6235072 L93.0939661,4.54116908 L54.4940289,4.54116908 L54.4940289,0 L97.6351351,0 L97.6351351,18.1646763 L54.4940289,18.1646763 Z", className: "fill-primary", fill: "#1657E2" }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary", fill: "#1657E2", xlinkHref: "#mysite-coffee-book-path-3" }), _jsx("use", { fillOpacity: "0.8", fill: "#FFFFFF", xlinkHref: "#mysite-coffee-book-path-3" })] }), _jsx("rect", { className: "fill-primary-opa50", fill: "#88A9F0", x: "0", y: "0", width: "54.4940289", height: "4.54116908" }), _jsx("rect", { fill: "#FFFFFF", x: "2.27058454", y: "4.54116908", width: "52.2234444", height: "9.08233815" }), _jsx("rect", { className: "fill-primary-opa50", fill: "#88A9F0", x: "0", y: "13.6235072", width: "54.4940289", height: "4.54116908" })] })] }) }) })] }));
|
157
5
|
};
|
158
|
-
|
6
|
+
export default withIllustration('IllustrationMySiteCoffeeBook')(IllustrationMySiteCoffeeBook);
|
@@ -1,141 +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 IllustrationMySiteComputer = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 150 86",
|
14
|
-
...props,
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
17
|
-
d: "M41.2983478,0 L114.25615,0 C117.43731,6.11558756e-15 120.01615,2.57884005 120.01615,5.76000046 C120.01615,6.05877547 119.992904,6.35709761 119.946622,6.65226611 L111.896916,57.9896907 L111.896916,57.9896907 L27.2783527,57.9896907 L35.6078765,4.86773422 C36.047298,2.06530114 38.4616733,-5.69616028e-15 41.2983478,0 Z",
|
18
|
-
id: "mysite-computer-path-1"
|
19
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
20
|
-
d: "M0,50.257732 L89.072172,50.257732 L89.072172,53.0028861 C89.072172,56.1840466 86.493332,58.7628866 83.3121716,58.7628866 L5.76000046,58.7628866 C2.57884005,58.7628866 -4.98598628e-16,56.1840466 0,53.0028861 L0,50.257732 L0,50.257732 Z",
|
21
|
-
id: "mysite-computer-path-2"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
d: "M1.75867954,0 L31.9341025,0 C32.7824118,1.57311275e-15 33.4701023,0.68769057 33.4701023,1.53599988 L33.4701023,20.9594237 C33.4701023,27.7458981 27.9685778,33.2474227 21.1821033,33.2474227 L12.5106787,33.2474227 C5.72420421,33.2474227 0.222679657,27.7458981 0.222679657,20.9594237 L0.222679657,1.53599988 C0.222679657,0.68769057 0.910370227,1.55831892e-16 1.75867954,0 Z",
|
24
|
-
id: "mysite-computer-path-3"
|
25
|
-
})]
|
26
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
27
|
-
stroke: "none",
|
28
|
-
strokeWidth: "1",
|
29
|
-
fill: "none",
|
30
|
-
fillRule: "evenodd",
|
31
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
32
|
-
transform: "translate(-966.000000, -1179.000000)",
|
33
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
34
|
-
transform: "translate(966.000000, 1179.000000)",
|
35
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
36
|
-
d: "M84.2503307,13.8956646 C76.3194583,13.6160937 68.7652041,11.0096658 61.5525332,8.15847754 C54.3398622,5.3072892 47.1939753,2.14715866 39.4536014,0.636170264 C34.4743624,-0.335257122 28.7802061,-0.472323025 24.7687875,2.24397506 C20.9073591,4.85475415 19.6603597,9.37357762 18.9903302,13.5573511 C18.4856184,16.7120425 18.1889223,20.0244685 19.5705845,22.9746489 C20.5307412,25.0230227 22.2353752,26.7439612 23.4144958,28.705309 C27.5145948,35.5314085 24.6187972,43.9489955 20.1716404,50.6140969 C18.0914834,53.7405049 15.6686478,56.7233199 14.060358,60.0509755 C12.4520681,63.3786311 11.7075909,67.192544 13.1144339,70.5876447 C14.5103288,73.953374 17.8342008,76.4803907 21.4350621,78.2578962 C28.7495512,81.8694742 37.3690651,82.9029073 45.7739944,83.4881568 C64.3793569,84.7837559 83.0843481,84.2224387 101.738978,83.661121 C108.642909,83.4522586 115.576401,83.2423087 122.368661,82.155572 C126.13922,81.5518291 130.032398,80.5945434 132.769446,78.2818285 C136.245499,75.3447019 137.107121,70.3766068 134.777346,66.6964964 C130.874314,60.5252669 120.07173,58.9936101 117.34125,52.3665824 C115.838063,48.7201942 117.381759,44.6582571 119.565924,41.2707712 C124.251751,34.0160688 132.105986,27.6512069 132.519828,19.357632 C132.804481,13.6617823 129.028448,7.95722997 123.190871,5.26268839 C117.07083,2.43434436 108.585979,2.79332649 104.070943,7.46879669 C99.4223396,12.2911233 91.2527964,14.1436886 84.2503307,13.8956646 Z",
|
37
|
-
fill: "#EDE4E8",
|
38
|
-
fillRule: "nonzero",
|
39
|
-
className: "fill-primary",
|
40
|
-
opacity: "0.1"
|
41
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
42
|
-
transform: "translate(0.000000, 25.515464)",
|
43
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
44
|
-
d: "M59.5670148,0 L118.895326,0 C122.076486,2.08016557e-15 124.655326,2.57884005 124.655326,5.76000046 C124.655326,6.05877547 124.63208,6.35709761 124.585797,6.65226611 L116.536092,57.9896907 L116.536092,57.9896907 L50.4742302,57.9896907 L59.5670148,0 Z",
|
45
|
-
className: "fill-primary",
|
46
|
-
fill: "#661B39"
|
47
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
48
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
49
|
-
className: "fill-primary",
|
50
|
-
fill: "#661B39",
|
51
|
-
xlinkHref: "#mysite-computer-path-1"
|
52
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
53
|
-
fillOpacity: "0.493116259",
|
54
|
-
fill: "#FFFFFF",
|
55
|
-
xlinkHref: "#mysite-computer-path-1"
|
56
|
-
})]
|
57
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
58
|
-
fill: "#FFFFFF",
|
59
|
-
points: "40.6391788 4.63917526 115.42269 4.63917526 107.443308 57.9896907 32.6597964 57.9896907"
|
60
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
61
|
-
className: "fill-primary",
|
62
|
-
fill: "#661B39",
|
63
|
-
points: "69.5876316 50.257732 117.761523 50.257732 116.487726 58.7628866 69.5876316 58.7628866"
|
64
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
65
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
66
|
-
className: "fill-primary",
|
67
|
-
fill: "#661B39",
|
68
|
-
xlinkHref: "#mysite-computer-path-2"
|
69
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
70
|
-
fillOpacity: "0.493116259",
|
71
|
-
fill: "#FFFFFF",
|
72
|
-
xlinkHref: "#mysite-computer-path-2"
|
73
|
-
})]
|
74
|
-
})]
|
75
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
76
|
-
fill: "#C3D0D8",
|
77
|
-
points: "70.7796392 40.2061856 100.515464 40.2061856 100.096649 44.0721649 70.3608247 44.0721649"
|
78
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
79
|
-
fill: "#C3D0D8",
|
80
|
-
points: "70.0064433 46.3917526 99.742268 46.3917526 99.3234536 50.257732 69.5876289 50.257732"
|
81
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
82
|
-
stroke: "#C3D0D8",
|
83
|
-
strokeWidth: "1.5",
|
84
|
-
points: "50.257732 40.2061856 62.628866 40.2061856 61.0824742 51.0309278 48.7113402 51.0309278"
|
85
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
86
|
-
stroke: "#C3D0D8",
|
87
|
-
strokeWidth: "1.5",
|
88
|
-
points: "47.1649485 55.6701031 59.5360825 55.6701031 57.9896907 66.4948454 45.6185567 66.4948454"
|
89
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
90
|
-
fill: "#C3D0D8",
|
91
|
-
points: "67.6868557 56.1633906 97.4226804 56.1633906 97.003866 60.0293699 67.2680412 60.0293699"
|
92
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
93
|
-
fill: "#C3D0D8",
|
94
|
-
points: "66.9136598 62.3489576 96.6494845 62.3489576 96.2306701 66.214937 66.4948454 66.214937"
|
95
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
96
|
-
transform: "translate(106.701031, 51.030928)",
|
97
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
98
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
99
|
-
fill: "white",
|
100
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
101
|
-
xlinkHref: "#mysite-computer-path-3"
|
102
|
-
})
|
103
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
104
|
-
fill: "#C3D0D8",
|
105
|
-
xlinkHref: "#mysite-computer-path-3"
|
106
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
107
|
-
d: "M-7.51967098,0 L22.6557519,0 C23.5040613,1.57311275e-15 24.1917518,0.68769057 24.1917518,1.53599988 L24.1917518,20.9594237 C24.1917518,27.7458981 18.6902273,33.2474227 11.9037528,33.2474227 L3.23232817,33.2474227 C-3.5541463,33.2474227 -9.05567086,27.7458981 -9.05567086,20.9594237 L-9.05567086,1.53599988 C-9.05567086,0.68769057 -8.36798029,1.55831892e-16 -7.51967098,0 Z",
|
108
|
-
fill: "#FFFFFF",
|
109
|
-
mask: "url(#mask-4)"
|
110
|
-
})]
|
111
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
112
|
-
fill: "#091E43",
|
113
|
-
x: "0.222679657",
|
114
|
-
y: "4.75051509",
|
115
|
-
width: "33.2474227",
|
116
|
-
height: "4.75051509"
|
117
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
118
|
-
fill: "#091E43",
|
119
|
-
x: "23.9752551",
|
120
|
-
y: "4.75051509",
|
121
|
-
width: "9.50103017",
|
122
|
-
height: "4.75051509"
|
123
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
124
|
-
d: "M33.4762853,4.75051509 C38.7235593,4.75051509 42.9773154,9.00427119 42.9773154,14.2515453 C42.9773154,19.4988193 38.7235593,23.7525754 33.4762853,23.7525754 L33.4762853,19.0020603 L33.4762853,19.0020603 C36.0999223,19.0020603 38.2268003,16.8751823 38.2268003,14.2515453 C38.2268003,11.6279082 36.0999223,9.50103017 33.4762853,9.50103017 L33.4762853,4.75051509 L33.4762853,4.75051509 Z",
|
125
|
-
fill: "#C3D0D8"
|
126
|
-
})]
|
127
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polyline", {
|
128
|
-
stroke: "#1C895D",
|
129
|
-
strokeWidth: "3",
|
130
|
-
points: "50.257732 43.2289553 54.0670853 48.2180527 63.9539067 39.7128981"
|
131
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("polyline", {
|
132
|
-
stroke: "#1C895D",
|
133
|
-
strokeWidth: "3",
|
134
|
-
points: "47.1649485 59.1861603 50.9743018 64.1752577 60.8611232 55.6701031"
|
135
|
-
})]
|
136
|
-
})
|
137
|
-
})
|
138
|
-
})]
|
139
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIllustration from '../withIllustration';
|
3
|
+
const IllustrationMySiteComputer = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 150 86", ...props, children: [_jsxs("defs", { children: [_jsx("path", { d: "M41.2983478,0 L114.25615,0 C117.43731,6.11558756e-15 120.01615,2.57884005 120.01615,5.76000046 C120.01615,6.05877547 119.992904,6.35709761 119.946622,6.65226611 L111.896916,57.9896907 L111.896916,57.9896907 L27.2783527,57.9896907 L35.6078765,4.86773422 C36.047298,2.06530114 38.4616733,-5.69616028e-15 41.2983478,0 Z", id: "mysite-computer-path-1" }), _jsx("path", { d: "M0,50.257732 L89.072172,50.257732 L89.072172,53.0028861 C89.072172,56.1840466 86.493332,58.7628866 83.3121716,58.7628866 L5.76000046,58.7628866 C2.57884005,58.7628866 -4.98598628e-16,56.1840466 0,53.0028861 L0,50.257732 L0,50.257732 Z", id: "mysite-computer-path-2" }), _jsx("path", { d: "M1.75867954,0 L31.9341025,0 C32.7824118,1.57311275e-15 33.4701023,0.68769057 33.4701023,1.53599988 L33.4701023,20.9594237 C33.4701023,27.7458981 27.9685778,33.2474227 21.1821033,33.2474227 L12.5106787,33.2474227 C5.72420421,33.2474227 0.222679657,27.7458981 0.222679657,20.9594237 L0.222679657,1.53599988 C0.222679657,0.68769057 0.910370227,1.55831892e-16 1.75867954,0 Z", id: "mysite-computer-path-3" })] }), _jsx("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: _jsx("g", { transform: "translate(-966.000000, -1179.000000)", children: _jsxs("g", { transform: "translate(966.000000, 1179.000000)", children: [_jsx("path", { d: "M84.2503307,13.8956646 C76.3194583,13.6160937 68.7652041,11.0096658 61.5525332,8.15847754 C54.3398622,5.3072892 47.1939753,2.14715866 39.4536014,0.636170264 C34.4743624,-0.335257122 28.7802061,-0.472323025 24.7687875,2.24397506 C20.9073591,4.85475415 19.6603597,9.37357762 18.9903302,13.5573511 C18.4856184,16.7120425 18.1889223,20.0244685 19.5705845,22.9746489 C20.5307412,25.0230227 22.2353752,26.7439612 23.4144958,28.705309 C27.5145948,35.5314085 24.6187972,43.9489955 20.1716404,50.6140969 C18.0914834,53.7405049 15.6686478,56.7233199 14.060358,60.0509755 C12.4520681,63.3786311 11.7075909,67.192544 13.1144339,70.5876447 C14.5103288,73.953374 17.8342008,76.4803907 21.4350621,78.2578962 C28.7495512,81.8694742 37.3690651,82.9029073 45.7739944,83.4881568 C64.3793569,84.7837559 83.0843481,84.2224387 101.738978,83.661121 C108.642909,83.4522586 115.576401,83.2423087 122.368661,82.155572 C126.13922,81.5518291 130.032398,80.5945434 132.769446,78.2818285 C136.245499,75.3447019 137.107121,70.3766068 134.777346,66.6964964 C130.874314,60.5252669 120.07173,58.9936101 117.34125,52.3665824 C115.838063,48.7201942 117.381759,44.6582571 119.565924,41.2707712 C124.251751,34.0160688 132.105986,27.6512069 132.519828,19.357632 C132.804481,13.6617823 129.028448,7.95722997 123.190871,5.26268839 C117.07083,2.43434436 108.585979,2.79332649 104.070943,7.46879669 C99.4223396,12.2911233 91.2527964,14.1436886 84.2503307,13.8956646 Z", fill: "#EDE4E8", fillRule: "nonzero", className: "fill-primary", opacity: "0.1" }), _jsxs("g", { transform: "translate(0.000000, 25.515464)", children: [_jsx("path", { d: "M59.5670148,0 L118.895326,0 C122.076486,2.08016557e-15 124.655326,2.57884005 124.655326,5.76000046 C124.655326,6.05877547 124.63208,6.35709761 124.585797,6.65226611 L116.536092,57.9896907 L116.536092,57.9896907 L50.4742302,57.9896907 L59.5670148,0 Z", className: "fill-primary", fill: "#661B39" }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary", fill: "#661B39", xlinkHref: "#mysite-computer-path-1" }), _jsx("use", { fillOpacity: "0.493116259", fill: "#FFFFFF", xlinkHref: "#mysite-computer-path-1" })] }), _jsx("polygon", { fill: "#FFFFFF", points: "40.6391788 4.63917526 115.42269 4.63917526 107.443308 57.9896907 32.6597964 57.9896907" }), _jsx("polygon", { className: "fill-primary", fill: "#661B39", points: "69.5876316 50.257732 117.761523 50.257732 116.487726 58.7628866 69.5876316 58.7628866" }), _jsxs("g", { children: [_jsx("use", { className: "fill-primary", fill: "#661B39", xlinkHref: "#mysite-computer-path-2" }), _jsx("use", { fillOpacity: "0.493116259", fill: "#FFFFFF", xlinkHref: "#mysite-computer-path-2" })] })] }), _jsx("polygon", { fill: "#C3D0D8", points: "70.7796392 40.2061856 100.515464 40.2061856 100.096649 44.0721649 70.3608247 44.0721649" }), _jsx("polygon", { fill: "#C3D0D8", points: "70.0064433 46.3917526 99.742268 46.3917526 99.3234536 50.257732 69.5876289 50.257732" }), _jsx("polygon", { stroke: "#C3D0D8", strokeWidth: "1.5", points: "50.257732 40.2061856 62.628866 40.2061856 61.0824742 51.0309278 48.7113402 51.0309278" }), _jsx("polygon", { stroke: "#C3D0D8", strokeWidth: "1.5", points: "47.1649485 55.6701031 59.5360825 55.6701031 57.9896907 66.4948454 45.6185567 66.4948454" }), _jsx("polygon", { fill: "#C3D0D8", points: "67.6868557 56.1633906 97.4226804 56.1633906 97.003866 60.0293699 67.2680412 60.0293699" }), _jsx("polygon", { fill: "#C3D0D8", points: "66.9136598 62.3489576 96.6494845 62.3489576 96.2306701 66.214937 66.4948454 66.214937" }), _jsxs("g", { transform: "translate(106.701031, 51.030928)", children: [_jsxs("g", { children: [_jsx("mask", { fill: "white", children: _jsx("use", { xlinkHref: "#mysite-computer-path-3" }) }), _jsx("use", { fill: "#C3D0D8", xlinkHref: "#mysite-computer-path-3" }), _jsx("path", { d: "M-7.51967098,0 L22.6557519,0 C23.5040613,1.57311275e-15 24.1917518,0.68769057 24.1917518,1.53599988 L24.1917518,20.9594237 C24.1917518,27.7458981 18.6902273,33.2474227 11.9037528,33.2474227 L3.23232817,33.2474227 C-3.5541463,33.2474227 -9.05567086,27.7458981 -9.05567086,20.9594237 L-9.05567086,1.53599988 C-9.05567086,0.68769057 -8.36798029,1.55831892e-16 -7.51967098,0 Z", fill: "#FFFFFF", mask: "url(#mask-4)" })] }), _jsx("rect", { fill: "#091E43", x: "0.222679657", y: "4.75051509", width: "33.2474227", height: "4.75051509" }), _jsx("rect", { fill: "#091E43", x: "23.9752551", y: "4.75051509", width: "9.50103017", height: "4.75051509" }), _jsx("path", { d: "M33.4762853,4.75051509 C38.7235593,4.75051509 42.9773154,9.00427119 42.9773154,14.2515453 C42.9773154,19.4988193 38.7235593,23.7525754 33.4762853,23.7525754 L33.4762853,19.0020603 L33.4762853,19.0020603 C36.0999223,19.0020603 38.2268003,16.8751823 38.2268003,14.2515453 C38.2268003,11.6279082 36.0999223,9.50103017 33.4762853,9.50103017 L33.4762853,4.75051509 L33.4762853,4.75051509 Z", fill: "#C3D0D8" })] }), _jsx("polyline", { stroke: "#1C895D", strokeWidth: "3", points: "50.257732 43.2289553 54.0670853 48.2180527 63.9539067 39.7128981" }), _jsx("polyline", { stroke: "#1C895D", strokeWidth: "3", points: "47.1649485 59.1861603 50.9743018 64.1752577 60.8611232 55.6701031" })] }) }) })] }));
|
140
5
|
};
|
141
|
-
|
6
|
+
export default withIllustration('IllustrationMySiteComputer')(IllustrationMySiteComputer);
|