@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,22 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconAmericanExpress = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 400 300",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
id: "blue",
|
17
|
-
fill: "#016FD0",
|
18
|
-
d: "M330.4135,205.2351c5.1213-0.0441,9.5495-3.0385,9.5495-3.0385v88.1155H59.3385v-142.808h12.9968 l2.7745-6.9451h7.4512l2.7943,6.9451h105.7225v-6.9451l5.6429,6.9451h28.4314v-4.8899c0,0,4.8242,4.8899,12.3709,4.8899h18.8568 l2.7507-6.9451h7.475l2.7962,6.9451h27.8055v-7.8132l4.9918,7.8132h19.0989v-44.0578h-19.0989v7.788l-5.2088-7.788h-18.9254v13.6731 l-5.8669-13.558l-32.9387-0.1151c-8.7705,0-14.1072,4.9918-14.1072,4.9918v-4.9918H123.6347l-3.4454,9.9293l-3.5539-9.9293H94.0204 v13.7378l-5.97-13.7378H69.858l-10.5195,24.5248V9.6878H339.963v151.4894H170.6384l-5.1705,6.5246l-5.0049-6.5246h-46.6491v44.0579 h46.3564l5.0745-6.6645l4.9978,6.6645H198.24v-10.2006h6.294c5.4609,0,7.9868-1.6549,7.9868-1.6549v11.8555h18.4913V198.29 l5.6429,6.9451H330.4135z M68.6302,141.8668h-4.3897h-4.8478l4.0397-9.3924l10.1489-23.5967v-0.0001h10.7567l14.175,32.9891h-9.441 l-2.6044-6.6059H71.2482L68.6302,141.8668z M74.1782,128.0988h9.2917l-4.6391-11.5435L74.1782,128.0988z M140.7261,141.8612 v-32.9891h-13.022l-7.4523,21.3181l-7.6351-21.2693l-13.127-0.0488v32.9891h8.2473v-24.3077l8.7667,24.3077h7.2328l8.7423-24.3077 v24.3077H140.7261z M173.2811,116.2513v-7.3792H146.369v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144 v-5.6429H173.2811z M198.8911,129.7129l10.8517,12.1539h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891v-0.0001h18.3529 c6.0812,0,11.5299,3.7604,11.5299,10.7025C207.9387,125.5146,203.3447,129.3371,198.8911,129.7129z M199.6371,119.7294 c0-1.7036-1.6451-3.4725-3.9066-3.4725h-9.4274v6.9451h9.5495C197.5056,123.2019,199.6371,121.9211,199.6371,119.7294z M211.3054,108.8722v32.9891h8.4209v-32.9891H211.3054z M223.7415,125.5023c0,9.4302,5.3397,16.3589,14.1343,16.3589h1.8177 l3.4725-7.2055h-2.1703c-5.2524,0-8.8984-2.6833-8.8984-9.072c0-5.3799,3.1885-8.8984,7.697-8.8984h9.4487v-7.8132h-9.1154 C229.0213,108.8722,223.7415,115.8393,223.7415,125.5023z M243.4508,141.8668l14.1885-32.9891v-0.0001h10.7567l14.175,32.9891 h-9.441l-2.6044-6.6059h-15.2195l-2.618,6.6059H243.4508z M258.2362,128.0988h9.2917l-4.6391-11.5435L258.2362,128.0988z M305.5088,141.8612h10.1464v-32.9891h-8.2473v20.7267l-13.3882-20.7267h-10.4854v32.9891h8.2473v-21.2693L305.5088,141.8612z M146.369,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144v-5.6428H146.369z M278.2386,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.0572v-6.9451h-18.0572v-5.6428H278.2386z M173.4982,166.6031l-8.0167,10.3226l-7.9896-10.3226h-10.3905l13.4154,16.698l-13.1034,16.2911l10.2413-0.0001l7.569-10.1599 l7.7576,10.1599h10.3889l-13.1275-16.4945l13.239-16.4946H173.4982z M202.5671,166.6086c7.475,0,11.8419,4.8177,11.8419,11.0959 c0,7.5786-5.5679,11.4756-12.9135,11.4756h-8.6813v10.4176h-8.4643v-32.9891H202.5671z M201.9567,174.0692h-9.1425v7.5962h9.1154 c2.4088,0,4.0965-1.5964,4.0965-3.7981C206.0261,175.5236,204.3298,174.0692,201.9567,174.0692z M238.8253,187.4383l10.8517,12.1539 h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891h18.3529c6.0812,0,11.5299,3.7604,11.5299,10.7025 C247.8729,183.24,243.2789,187.0624,238.8253,187.4383z M239.5713,177.4547c0-1.7035-1.6451-3.4725-3.9066-3.4725h-9.4274v6.945 h9.5495C237.4398,180.9273,239.5713,179.6465,239.5713,177.4547z M298.5638,192.4301h-16.5054v7.1621h17.577 c7.2621,0,10.7568-4.7273,10.7568-10.499c0-5.3685-3.1361-9.4681-10.3633-9.4681h-7.8132c-2.0284,0-3.0385-1.5081-3.0385-2.8757 c0-1.3305,0.8173-2.7238,3.4725-2.7238h13.8901l3.4726-7.4225h-16.0605c-9.6342,0-12.9407,5.101-12.9407,10.3905 c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586c2.4456,0,3.4996,1.4021,3.4996,2.7889 C302.0634,191.1103,301.006,192.4301,298.5638,192.4301z M339.963,185.1187c-1.2784-3.2881-4.3695-5.4936-9.6648-5.4936h-2.1419 h-5.6713c-2.0284,0-3.0385-1.5081-3.0385-2.8757c0-1.3305,0.8173-2.7238,3.4725-2.7238h8.8209h5.0692l3.1538-6.7413l0.3187-0.6813 h-0.3187h-3.4725h-12.2692c-9.6341,0-12.9406,5.101-12.9406,10.3905c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586 c0.0422,0,0.0762,0.0078,0.1176,0.0087c2.3564,0.0471,3.3821,1.4174,3.3821,2.7802c0,0.492-0.1332,0.9645-0.3904,1.3802 c-0.4995,0.8072-1.4972,1.387-3.1093,1.387h-16.5054v7.1621h17.5769c2.8324,0,5.0839-0.726,6.7863-1.9457 c1.5426-1.1052,2.632-2.6169,3.272-4.3817c0.4647-1.2811,0.6985-2.6909,0.6985-4.1716 C340.6615,187.6581,340.4294,186.3184,339.963,185.1187z"
|
19
|
-
})
|
20
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconAmericanExpress = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 400 300", ...props, children: _jsx("path", { id: "blue", fill: "#016FD0", d: "M330.4135,205.2351c5.1213-0.0441,9.5495-3.0385,9.5495-3.0385v88.1155H59.3385v-142.808h12.9968 l2.7745-6.9451h7.4512l2.7943,6.9451h105.7225v-6.9451l5.6429,6.9451h28.4314v-4.8899c0,0,4.8242,4.8899,12.3709,4.8899h18.8568 l2.7507-6.9451h7.475l2.7962,6.9451h27.8055v-7.8132l4.9918,7.8132h19.0989v-44.0578h-19.0989v7.788l-5.2088-7.788h-18.9254v13.6731 l-5.8669-13.558l-32.9387-0.1151c-8.7705,0-14.1072,4.9918-14.1072,4.9918v-4.9918H123.6347l-3.4454,9.9293l-3.5539-9.9293H94.0204 v13.7378l-5.97-13.7378H69.858l-10.5195,24.5248V9.6878H339.963v151.4894H170.6384l-5.1705,6.5246l-5.0049-6.5246h-46.6491v44.0579 h46.3564l5.0745-6.6645l4.9978,6.6645H198.24v-10.2006h6.294c5.4609,0,7.9868-1.6549,7.9868-1.6549v11.8555h18.4913V198.29 l5.6429,6.9451H330.4135z M68.6302,141.8668h-4.3897h-4.8478l4.0397-9.3924l10.1489-23.5967v-0.0001h10.7567l14.175,32.9891h-9.441 l-2.6044-6.6059H71.2482L68.6302,141.8668z M74.1782,128.0988h9.2917l-4.6391-11.5435L74.1782,128.0988z M140.7261,141.8612 v-32.9891h-13.022l-7.4523,21.3181l-7.6351-21.2693l-13.127-0.0488v32.9891h8.2473v-24.3077l8.7667,24.3077h7.2328l8.7423-24.3077 v24.3077H140.7261z M173.2811,116.2513v-7.3792H146.369v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144 v-5.6429H173.2811z M198.8911,129.7129l10.8517,12.1539h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891v-0.0001h18.3529 c6.0812,0,11.5299,3.7604,11.5299,10.7025C207.9387,125.5146,203.3447,129.3371,198.8911,129.7129z M199.6371,119.7294 c0-1.7036-1.6451-3.4725-3.9066-3.4725h-9.4274v6.9451h9.5495C197.5056,123.2019,199.6371,121.9211,199.6371,119.7294z M211.3054,108.8722v32.9891h8.4209v-32.9891H211.3054z M223.7415,125.5023c0,9.4302,5.3397,16.3589,14.1343,16.3589h1.8177 l3.4725-7.2055h-2.1703c-5.2524,0-8.8984-2.6833-8.8984-9.072c0-5.3799,3.1885-8.8984,7.697-8.8984h9.4487v-7.8132h-9.1154 C229.0213,108.8722,223.7415,115.8393,223.7415,125.5023z M243.4508,141.8668l14.1885-32.9891v-0.0001h10.7567l14.175,32.9891 h-9.441l-2.6044-6.6059h-15.2195l-2.618,6.6059H243.4508z M258.2362,128.0988h9.2917l-4.6391-11.5435L258.2362,128.0988z M305.5088,141.8612h10.1464v-32.9891h-8.2473v20.7267l-13.3882-20.7267h-10.4854v32.9891h8.2473v-21.2693L305.5088,141.8612z M146.369,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144v-5.6428H146.369z M278.2386,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.0572v-6.9451h-18.0572v-5.6428H278.2386z M173.4982,166.6031l-8.0167,10.3226l-7.9896-10.3226h-10.3905l13.4154,16.698l-13.1034,16.2911l10.2413-0.0001l7.569-10.1599 l7.7576,10.1599h10.3889l-13.1275-16.4945l13.239-16.4946H173.4982z M202.5671,166.6086c7.475,0,11.8419,4.8177,11.8419,11.0959 c0,7.5786-5.5679,11.4756-12.9135,11.4756h-8.6813v10.4176h-8.4643v-32.9891H202.5671z M201.9567,174.0692h-9.1425v7.5962h9.1154 c2.4088,0,4.0965-1.5964,4.0965-3.7981C206.0261,175.5236,204.3298,174.0692,201.9567,174.0692z M238.8253,187.4383l10.8517,12.1539 h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891h18.3529c6.0812,0,11.5299,3.7604,11.5299,10.7025 C247.8729,183.24,243.2789,187.0624,238.8253,187.4383z M239.5713,177.4547c0-1.7035-1.6451-3.4725-3.9066-3.4725h-9.4274v6.945 h9.5495C237.4398,180.9273,239.5713,179.6465,239.5713,177.4547z M298.5638,192.4301h-16.5054v7.1621h17.577 c7.2621,0,10.7568-4.7273,10.7568-10.499c0-5.3685-3.1361-9.4681-10.3633-9.4681h-7.8132c-2.0284,0-3.0385-1.5081-3.0385-2.8757 c0-1.3305,0.8173-2.7238,3.4725-2.7238h13.8901l3.4726-7.4225h-16.0605c-9.6342,0-12.9407,5.101-12.9407,10.3905 c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586c2.4456,0,3.4996,1.4021,3.4996,2.7889 C302.0634,191.1103,301.006,192.4301,298.5638,192.4301z M339.963,185.1187c-1.2784-3.2881-4.3695-5.4936-9.6648-5.4936h-2.1419 h-5.6713c-2.0284,0-3.0385-1.5081-3.0385-2.8757c0-1.3305,0.8173-2.7238,3.4725-2.7238h8.8209h5.0692l3.1538-6.7413l0.3187-0.6813 h-0.3187h-3.4725h-12.2692c-9.6341,0-12.9406,5.101-12.9406,10.3905c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586 c0.0422,0,0.0762,0.0078,0.1176,0.0087c2.3564,0.0471,3.3821,1.4174,3.3821,2.7802c0,0.492-0.1332,0.9645-0.3904,1.3802 c-0.4995,0.8072-1.4972,1.387-3.1093,1.387h-16.5054v7.1621h17.5769c2.8324,0,5.0839-0.726,6.7863-1.9457 c1.5426-1.1052,2.632-2.6169,3.272-4.3817c0.4647-1.2811,0.6985-2.6909,0.6985-4.1716 C340.6615,187.6581,340.4294,186.3184,339.963,185.1187z" }) }));
|
21
5
|
};
|
22
|
-
|
6
|
+
export default withIcon('IconAmericanExpress')(IconAmericanExpress);
|
@@ -1,45 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconBankAxept = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 1280 780",
|
14
|
-
...props,
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
|
-
fill: "#551488",
|
17
|
-
d: "M273.52,218c0,92.16-55.29,136.93-111.91,136.93-32.92,0-60.13-15.36-77.68-43.89v37.31H22V8.18H83.93V135c13.6-22.83,39.93-46.52,82.95-46.52C216,88.5,273.52,129.75,273.52,218ZM83.93,221c0,51.79,29.84,79,63.2,79,31.16,0,64.07-25.46,64.07-79,0-52.67-32.47-78.12-63.63-78.12C113.77,142.92,83.93,167.06,83.93,221Z"
|
18
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
19
|
-
fill: "#551488",
|
20
|
-
d: "M305.12,219.28c0-88.21,56.18-130.78,112.8-130.78,30.28,0,56.18,11.41,76.8,39.5V95.52h61.89v252.8H494.72V312.77c-17.55,23.7-44.32,42.13-83.82,42.13C361.74,354.9,305.12,311.89,305.12,219.28Zm62.33,3.08c0,54,32.48,77.68,63.64,77.68,33.79,0,63.63-22.38,63.63-77.68,0-53.55-29.84-79.44-63.2-79.44C400.36,142.92,367.45,167.5,367.45,222.36Z"
|
21
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
22
|
-
fill: "#551488",
|
23
|
-
d: "M678.18,203.92v144.4H616.3V95.52h61.88v37.3c17.55-32,50-44.32,78.12-44.32,43.89,0,85.58,22.38,85.58,90.41V348.32H780V202.61c0-42.14-20.63-57.5-47.84-57.5C701,145.11,678.18,163.54,678.18,203.92Z"
|
24
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
25
|
-
fill: "#551488",
|
26
|
-
d: "M899.38,8.18h61.44V212.26l89.54-116.74h69.34l-87.34,104.89,101,147.91h-68.47l-69.34-104L960.82,286v62.32H899.38Z"
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
28
|
-
fill: "#551488",
|
29
|
-
d: "M8,555.08c0-88.22,56.18-130.79,112.79-130.79,30.29,0,56.18,11.41,76.81,39.5V431.31h61.88v252.8H197.6V648.56c-17.56,23.7-44.33,42.13-83.83,42.13C64.62,690.69,8,647.68,8,555.08Zm62.32,3.07c0,54,32.48,77.68,63.64,77.68,33.79,0,63.64-22.38,63.64-77.68,0-53.55-29.85-79.44-63.2-79.44C103.24,478.71,70.32,503.29,70.32,558.15Z"
|
30
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
31
|
-
fill: "#551488",
|
32
|
-
d: "M457.42,666.11l-34.23-34.67c-3.95-4.39-8.34-7.46-13.61-7.46-4.83,0-8.78,2.63-14,8.34l-81.2,86c-8.34,8.78-20.19,18.43-33.79,18.43s-23.26-9.65-23.26-22.38c0-11,7.46-21.07,16.68-30.28L358.23,595c21.95-23.26,37.75-26.77,50.47-26.77,12.29,0,28.09,2.63,52.67,27.65l33.35,34.23c8.78,9.22,17.56,19.31,17.56,32s-8.78,22.39-22.82,22.39C478.05,684.55,469.27,678.4,457.42,666.11ZM359.55,448l34.23,34.67c4,4.39,8.34,7.46,13.61,7.46,4.82,0,8.77-2.63,14-8.34l81.19-86c8.34-8.78,20.19-18.43,33.8-18.43s23.26,9.65,23.26,22.38c0,11-7.46,21.07-16.68,30.28l-84.26,89.1c-21.95,23.26-37.75,26.77-50.47,26.77-12.29,0-28.09-2.63-52.67-27.65L322.24,484c-8.77-9.22-17.55-19.32-17.55-32s8.78-22.39,22.82-22.39C338.92,429.55,347.7,435.7,359.55,448Z"
|
33
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
34
|
-
fill: "#551488",
|
35
|
-
d: "M599.62,570.87c4,39.5,26.77,65.4,67.15,65.4,38.18,0,53.54-15.36,58.37-39.5l56.18,8.78c-9.66,58.37-65.83,85.14-112.36,85.14-74.61,0-132.54-50.47-132.54-133.86,0-81.19,54.42-132.54,126.4-132.54,67.59,0,115.86,52.66,115.86,127.27v19.31Zm1.75-44.32H719.43c-5.26-36.43-29.4-50.48-58.81-50.48C630.34,476.07,608.84,491.44,601.37,526.55Z"
|
36
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
37
|
-
fill: "#551488",
|
38
|
-
d: "M888.41,431.31V466c17.12-23.7,43.89-41.69,83-41.69,49.16,0,106.65,41.25,106.65,129.47,0,92.16-55.3,136.93-111.91,136.93-30.29,0-57.06-11.85-77.69-39.94V771.89H826.53V431.31Zm0,125.52c0,51.79,29.85,79,63.2,79,31.6,0,64.08-25.46,64.08-79,0-52.67-32.48-78.12-63.64-78.12C918.26,478.71,888.41,502.85,888.41,556.83Z"
|
39
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
40
|
-
fill: "#551488",
|
41
|
-
d: "M1143,431.31v-61l61.88-8.78v69.79h62.32v51.35h-62.32V605.11c0,18,5.71,27.21,24.58,27.21,11.41,0,21.94-1.76,33.8-4.39l8.77,47.84c-14.92,6.58-38.62,12.73-60.57,12.73-52.22,0-68.46-29.85-68.46-67.59V482.66h-43.45V431.31Z"
|
42
|
-
})]
|
43
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconBankAxept = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 1280 780", ...props, children: [_jsx("path", { fill: "#551488", d: "M273.52,218c0,92.16-55.29,136.93-111.91,136.93-32.92,0-60.13-15.36-77.68-43.89v37.31H22V8.18H83.93V135c13.6-22.83,39.93-46.52,82.95-46.52C216,88.5,273.52,129.75,273.52,218ZM83.93,221c0,51.79,29.84,79,63.2,79,31.16,0,64.07-25.46,64.07-79,0-52.67-32.47-78.12-63.63-78.12C113.77,142.92,83.93,167.06,83.93,221Z" }), _jsx("path", { fill: "#551488", d: "M305.12,219.28c0-88.21,56.18-130.78,112.8-130.78,30.28,0,56.18,11.41,76.8,39.5V95.52h61.89v252.8H494.72V312.77c-17.55,23.7-44.32,42.13-83.82,42.13C361.74,354.9,305.12,311.89,305.12,219.28Zm62.33,3.08c0,54,32.48,77.68,63.64,77.68,33.79,0,63.63-22.38,63.63-77.68,0-53.55-29.84-79.44-63.2-79.44C400.36,142.92,367.45,167.5,367.45,222.36Z" }), _jsx("path", { fill: "#551488", d: "M678.18,203.92v144.4H616.3V95.52h61.88v37.3c17.55-32,50-44.32,78.12-44.32,43.89,0,85.58,22.38,85.58,90.41V348.32H780V202.61c0-42.14-20.63-57.5-47.84-57.5C701,145.11,678.18,163.54,678.18,203.92Z" }), _jsx("path", { fill: "#551488", d: "M899.38,8.18h61.44V212.26l89.54-116.74h69.34l-87.34,104.89,101,147.91h-68.47l-69.34-104L960.82,286v62.32H899.38Z" }), _jsx("path", { fill: "#551488", d: "M8,555.08c0-88.22,56.18-130.79,112.79-130.79,30.29,0,56.18,11.41,76.81,39.5V431.31h61.88v252.8H197.6V648.56c-17.56,23.7-44.33,42.13-83.83,42.13C64.62,690.69,8,647.68,8,555.08Zm62.32,3.07c0,54,32.48,77.68,63.64,77.68,33.79,0,63.64-22.38,63.64-77.68,0-53.55-29.85-79.44-63.2-79.44C103.24,478.71,70.32,503.29,70.32,558.15Z" }), _jsx("path", { fill: "#551488", d: "M457.42,666.11l-34.23-34.67c-3.95-4.39-8.34-7.46-13.61-7.46-4.83,0-8.78,2.63-14,8.34l-81.2,86c-8.34,8.78-20.19,18.43-33.79,18.43s-23.26-9.65-23.26-22.38c0-11,7.46-21.07,16.68-30.28L358.23,595c21.95-23.26,37.75-26.77,50.47-26.77,12.29,0,28.09,2.63,52.67,27.65l33.35,34.23c8.78,9.22,17.56,19.31,17.56,32s-8.78,22.39-22.82,22.39C478.05,684.55,469.27,678.4,457.42,666.11ZM359.55,448l34.23,34.67c4,4.39,8.34,7.46,13.61,7.46,4.82,0,8.77-2.63,14-8.34l81.19-86c8.34-8.78,20.19-18.43,33.8-18.43s23.26,9.65,23.26,22.38c0,11-7.46,21.07-16.68,30.28l-84.26,89.1c-21.95,23.26-37.75,26.77-50.47,26.77-12.29,0-28.09-2.63-52.67-27.65L322.24,484c-8.77-9.22-17.55-19.32-17.55-32s8.78-22.39,22.82-22.39C338.92,429.55,347.7,435.7,359.55,448Z" }), _jsx("path", { fill: "#551488", d: "M599.62,570.87c4,39.5,26.77,65.4,67.15,65.4,38.18,0,53.54-15.36,58.37-39.5l56.18,8.78c-9.66,58.37-65.83,85.14-112.36,85.14-74.61,0-132.54-50.47-132.54-133.86,0-81.19,54.42-132.54,126.4-132.54,67.59,0,115.86,52.66,115.86,127.27v19.31Zm1.75-44.32H719.43c-5.26-36.43-29.4-50.48-58.81-50.48C630.34,476.07,608.84,491.44,601.37,526.55Z" }), _jsx("path", { fill: "#551488", d: "M888.41,431.31V466c17.12-23.7,43.89-41.69,83-41.69,49.16,0,106.65,41.25,106.65,129.47,0,92.16-55.3,136.93-111.91,136.93-30.29,0-57.06-11.85-77.69-39.94V771.89H826.53V431.31Zm0,125.52c0,51.79,29.85,79,63.2,79,31.6,0,64.08-25.46,64.08-79,0-52.67-32.48-78.12-63.64-78.12C918.26,478.71,888.41,502.85,888.41,556.83Z" }), _jsx("path", { fill: "#551488", d: "M1143,431.31v-61l61.88-8.78v69.79h62.32v51.35h-62.32V605.11c0,18,5.71,27.21,24.58,27.21,11.41,0,21.94-1.76,33.8-4.39l8.77,47.84c-14.92,6.58-38.62,12.73-60.57,12.73-52.22,0-68.46-29.85-68.46-67.59V482.66h-43.45V431.31Z" })] }));
|
44
5
|
};
|
45
|
-
|
6
|
+
export default withIcon('IconBankAxept')(IconBankAxept);
|
@@ -1,40 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
10
2
|
const IconGmail = () => {
|
11
|
-
|
12
|
-
width: "18",
|
13
|
-
height: "18",
|
14
|
-
viewBox: "0 0 18 18",
|
15
|
-
fill: "none",
|
16
|
-
xmlns: "http://www.w3.org/2000/svg",
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
|
-
fillRule: "evenodd",
|
19
|
-
clipRule: "evenodd",
|
20
|
-
d: "M17.64 9.20456C17.64 8.56637 17.5827 7.95274 17.4764 7.36365H9V10.845H13.8436C13.635 11.97 13.0009 12.9232 12.0477 13.5614V15.8196H14.9564C16.6582 14.2527 17.64 11.9455 17.64 9.20456V9.20456Z",
|
21
|
-
fill: "#4285F4"
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
23
|
-
fillRule: "evenodd",
|
24
|
-
clipRule: "evenodd",
|
25
|
-
d: "M9 18C11.43 18 13.4673 17.1941 14.9564 15.8195L12.0477 13.5614C11.2418 14.1014 10.2109 14.4204 9 14.4204C6.65591 14.4204 4.67182 12.8373 3.96409 10.71H0.957275V13.0418C2.43818 15.9832 5.48182 18 9 18V18Z",
|
26
|
-
fill: "#34A853"
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
28
|
-
fillRule: "evenodd",
|
29
|
-
clipRule: "evenodd",
|
30
|
-
d: "M3.96409 10.71C3.78409 10.17 3.68182 9.59319 3.68182 9.00001C3.68182 8.40683 3.78409 7.83001 3.96409 7.29001V4.95819H0.957273C0.347727 6.17319 0 7.54774 0 9.00001C0 10.4523 0.347727 11.8268 0.957273 13.0418L3.96409 10.71V10.71Z",
|
31
|
-
fill: "#FBBC05"
|
32
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
33
|
-
fillRule: "evenodd",
|
34
|
-
clipRule: "evenodd",
|
35
|
-
d: "M9 3.57955C10.3214 3.57955 11.5077 4.03364 12.4405 4.92545L15.0218 2.34409C13.4632 0.891818 11.4259 0 9 0C5.48182 0 2.43818 2.01682 0.957275 4.95818L3.96409 7.29C4.67182 5.16273 6.65591 3.57955 9 3.57955V3.57955Z",
|
36
|
-
fill: "#EA4335"
|
37
|
-
})]
|
38
|
-
});
|
3
|
+
return (_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.64 9.20456C17.64 8.56637 17.5827 7.95274 17.4764 7.36365H9V10.845H13.8436C13.635 11.97 13.0009 12.9232 12.0477 13.5614V15.8196H14.9564C16.6582 14.2527 17.64 11.9455 17.64 9.20456V9.20456Z", fill: "#4285F4" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 18C11.43 18 13.4673 17.1941 14.9564 15.8195L12.0477 13.5614C11.2418 14.1014 10.2109 14.4204 9 14.4204C6.65591 14.4204 4.67182 12.8373 3.96409 10.71H0.957275V13.0418C2.43818 15.9832 5.48182 18 9 18V18Z", fill: "#34A853" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96409 10.71C3.78409 10.17 3.68182 9.59319 3.68182 9.00001C3.68182 8.40683 3.78409 7.83001 3.96409 7.29001V4.95819H0.957273C0.347727 6.17319 0 7.54774 0 9.00001C0 10.4523 0.347727 11.8268 0.957273 13.0418L3.96409 10.71V10.71Z", fill: "#FBBC05" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 3.57955C10.3214 3.57955 11.5077 4.03364 12.4405 4.92545L15.0218 2.34409C13.4632 0.891818 11.4259 0 9 0C5.48182 0 2.43818 2.01682 0.957275 4.95818L3.96409 7.29C4.67182 5.16273 6.65591 3.57955 9 3.57955V3.57955Z", fill: "#EA4335" })] }));
|
39
4
|
};
|
40
|
-
|
5
|
+
export default IconGmail;
|
@@ -1,40 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconMasterCard = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
viewBox: "0 0 131.39 86.9",
|
14
|
-
...props,
|
15
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
16
|
-
opacity: "0",
|
17
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
18
|
-
fill: "#fff",
|
19
|
-
width: "131.39",
|
20
|
-
height: "86.9"
|
21
|
-
})
|
22
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
23
|
-
fill: "#ff5f00",
|
24
|
-
x: "48.37",
|
25
|
-
y: "15.14",
|
26
|
-
width: "34.66",
|
27
|
-
height: "56.61"
|
28
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
29
|
-
fill: "#eb001b",
|
30
|
-
d: "M51.94,43.45a35.94,35.94,0,0,1,13.75-28.3,36,36,0,1,0,0,56.61A35.94,35.94,0,0,1,51.94,43.45Z"
|
31
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
32
|
-
fill: "#f79e1b",
|
33
|
-
d: "M120.5,65.76V64.6H121v-.24h-1.19v.24h.47v1.16Zm2.31,0v-1.4h-.36l-.42,1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06Z"
|
34
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
35
|
-
fill: "#f79e1b",
|
36
|
-
d: "M123.94,43.45a36,36,0,0,1-58.25,28.3,36,36,0,0,0,0-56.61,36,36,0,0,1,58.25,28.3Z"
|
37
|
-
})]
|
38
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconMasterCard = (props) => {
|
4
|
+
return (_jsxs("svg", { viewBox: "0 0 131.39 86.9", ...props, children: [_jsx("g", { opacity: "0", children: _jsx("rect", { fill: "#fff", width: "131.39", height: "86.9" }) }), _jsx("rect", { fill: "#ff5f00", x: "48.37", y: "15.14", width: "34.66", height: "56.61" }), _jsx("path", { fill: "#eb001b", d: "M51.94,43.45a35.94,35.94,0,0,1,13.75-28.3,36,36,0,1,0,0,56.61A35.94,35.94,0,0,1,51.94,43.45Z" }), _jsx("path", { fill: "#f79e1b", d: "M120.5,65.76V64.6H121v-.24h-1.19v.24h.47v1.16Zm2.31,0v-1.4h-.36l-.42,1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06Z" }), _jsx("path", { fill: "#f79e1b", d: "M123.94,43.45a36,36,0,0,1-58.25,28.3,36,36,0,0,0,0-56.61,36,36,0,0,1,58.25,28.3Z" })] }));
|
39
5
|
};
|
40
|
-
|
6
|
+
export default withIcon('IconMasterCard')(IconMasterCard);
|
@@ -1,131 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconOffice365 = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
13
|
-
xmlns: "http://www.w3.org/2000/svg",
|
14
|
-
...props,
|
15
|
-
viewBox: "0 0 60 60",
|
16
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
18
|
-
id: "a",
|
19
|
-
x1: "43.567",
|
20
|
-
y1: "2.718",
|
21
|
-
x2: "43.567",
|
22
|
-
y2: "54.604",
|
23
|
-
gradientUnits: "userSpaceOnUse",
|
24
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
25
|
-
offset: "0",
|
26
|
-
stopColor: "#ffb900"
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
28
|
-
offset: "0.166",
|
29
|
-
stopColor: "#ef8400"
|
30
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
31
|
-
offset: "0.313",
|
32
|
-
stopColor: "#e25c01"
|
33
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
34
|
-
offset: "0.429",
|
35
|
-
stopColor: "#db4401"
|
36
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
37
|
-
offset: "0.5",
|
38
|
-
stopColor: "#d83b01"
|
39
|
-
})]
|
40
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
41
|
-
id: "b",
|
42
|
-
x1: "34.282",
|
43
|
-
y1: "4.604",
|
44
|
-
x2: "6.721",
|
45
|
-
y2: "43.965",
|
46
|
-
gradientUnits: "userSpaceOnUse",
|
47
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
48
|
-
offset: "0",
|
49
|
-
stopColor: "#800600"
|
50
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
51
|
-
offset: "0.6",
|
52
|
-
stopColor: "#c72127"
|
53
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
54
|
-
offset: "0.728",
|
55
|
-
stopColor: "#c13959"
|
56
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
57
|
-
offset: "0.847",
|
58
|
-
stopColor: "#bc4b81"
|
59
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
60
|
-
offset: "0.942",
|
61
|
-
stopColor: "#b95799"
|
62
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
63
|
-
offset: "1",
|
64
|
-
stopColor: "#b85ba2"
|
65
|
-
})]
|
66
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
67
|
-
id: "c",
|
68
|
-
x1: "20.15",
|
69
|
-
y1: "52.75",
|
70
|
-
x2: "55.797",
|
71
|
-
y2: "52.75",
|
72
|
-
gradientUnits: "userSpaceOnUse",
|
73
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
74
|
-
offset: "0",
|
75
|
-
stopColor: "#f32b44"
|
76
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
77
|
-
offset: "0.6",
|
78
|
-
stopColor: "#a4070a"
|
79
|
-
})]
|
80
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
81
|
-
id: "d",
|
82
|
-
x1: "34.845",
|
83
|
-
y1: "3.798",
|
84
|
-
x2: "29.009",
|
85
|
-
y2: "12.134",
|
86
|
-
gradientUnits: "userSpaceOnUse",
|
87
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
88
|
-
offset: "0",
|
89
|
-
stopOpacity: "0.4"
|
90
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
91
|
-
offset: "1",
|
92
|
-
stopOpacity: "0"
|
93
|
-
})]
|
94
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
95
|
-
id: "e",
|
96
|
-
x1: "44.385",
|
97
|
-
y1: "53.552",
|
98
|
-
x2: "28.414",
|
99
|
-
y2: "52.155",
|
100
|
-
gradientUnits: "userSpaceOnUse",
|
101
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
102
|
-
offset: "0",
|
103
|
-
stopOpacity: "0.4"
|
104
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
105
|
-
offset: "1",
|
106
|
-
stopOpacity: "0"
|
107
|
-
})]
|
108
|
-
})]
|
109
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
110
|
-
d: "M34.134,58.294l15.012-4.3A5.319,5.319,0,0,0,53,48.877V15.123a5.319,5.319,0,0,0-3.854-5.114l-15.012-4.3L38,15V47Z",
|
111
|
-
fill: "url(#a)"
|
112
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
113
|
-
d: "M19.881,43.881l-5,2.786A2.608,2.608,0,0,1,11,44.388V20.1a5.325,5.325,0,0,1,2.7-4.63L30.024,6.2a5.34,5.34,0,0,1,2.636-.7h0A5.334,5.334,0,0,1,38,10.84V15L24.731,19.769A4.126,4.126,0,0,0,22,23.652V40.275A4.129,4.129,0,0,1,19.881,43.881Z",
|
114
|
-
fill: "url(#b)"
|
115
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
116
|
-
d: "M38,47v6.16a5.334,5.334,0,0,1-5.34,5.34h0a5.34,5.34,0,0,1-2.636-.7L19.977,52.1A2.727,2.727,0,0,1,21.323,47Z",
|
117
|
-
fill: "url(#c)"
|
118
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
119
|
-
d: "M19.881,43.881l-5,2.786A2.608,2.608,0,0,1,11,44.388V20.1a5.325,5.325,0,0,1,2.7-4.63L30.024,6.2a5.34,5.34,0,0,1,2.636-.7h0A5.334,5.334,0,0,1,38,10.84V15L24.731,19.769A4.126,4.126,0,0,0,22,23.652V40.275A4.129,4.129,0,0,1,19.881,43.881Z",
|
120
|
-
fill: "url(#d)"
|
121
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
122
|
-
d: "M38,47v6.16a5.334,5.334,0,0,1-5.34,5.34h0a5.34,5.34,0,0,1-2.636-.7L19.977,52.1A2.727,2.727,0,0,1,21.323,47Z",
|
123
|
-
fill: "url(#e)"
|
124
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
125
|
-
width: "64",
|
126
|
-
height: "64",
|
127
|
-
fill: "none"
|
128
|
-
})]
|
129
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconOffice365 = (props) => {
|
4
|
+
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", ...props, viewBox: "0 0 60 60", children: [_jsxs("defs", { children: [_jsxs("linearGradient", { id: "a", x1: "43.567", y1: "2.718", x2: "43.567", y2: "54.604", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0", stopColor: "#ffb900" }), _jsx("stop", { offset: "0.166", stopColor: "#ef8400" }), _jsx("stop", { offset: "0.313", stopColor: "#e25c01" }), _jsx("stop", { offset: "0.429", stopColor: "#db4401" }), _jsx("stop", { offset: "0.5", stopColor: "#d83b01" })] }), _jsxs("linearGradient", { id: "b", x1: "34.282", y1: "4.604", x2: "6.721", y2: "43.965", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0", stopColor: "#800600" }), _jsx("stop", { offset: "0.6", stopColor: "#c72127" }), _jsx("stop", { offset: "0.728", stopColor: "#c13959" }), _jsx("stop", { offset: "0.847", stopColor: "#bc4b81" }), _jsx("stop", { offset: "0.942", stopColor: "#b95799" }), _jsx("stop", { offset: "1", stopColor: "#b85ba2" })] }), _jsxs("linearGradient", { id: "c", x1: "20.15", y1: "52.75", x2: "55.797", y2: "52.75", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0", stopColor: "#f32b44" }), _jsx("stop", { offset: "0.6", stopColor: "#a4070a" })] }), _jsxs("linearGradient", { id: "d", x1: "34.845", y1: "3.798", x2: "29.009", y2: "12.134", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0", stopOpacity: "0.4" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] }), _jsxs("linearGradient", { id: "e", x1: "44.385", y1: "53.552", x2: "28.414", y2: "52.155", gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { offset: "0", stopOpacity: "0.4" }), _jsx("stop", { offset: "1", stopOpacity: "0" })] })] }), _jsx("path", { d: "M34.134,58.294l15.012-4.3A5.319,5.319,0,0,0,53,48.877V15.123a5.319,5.319,0,0,0-3.854-5.114l-15.012-4.3L38,15V47Z", fill: "url(#a)" }), _jsx("path", { d: "M19.881,43.881l-5,2.786A2.608,2.608,0,0,1,11,44.388V20.1a5.325,5.325,0,0,1,2.7-4.63L30.024,6.2a5.34,5.34,0,0,1,2.636-.7h0A5.334,5.334,0,0,1,38,10.84V15L24.731,19.769A4.126,4.126,0,0,0,22,23.652V40.275A4.129,4.129,0,0,1,19.881,43.881Z", fill: "url(#b)" }), _jsx("path", { d: "M38,47v6.16a5.334,5.334,0,0,1-5.34,5.34h0a5.34,5.34,0,0,1-2.636-.7L19.977,52.1A2.727,2.727,0,0,1,21.323,47Z", fill: "url(#c)" }), _jsx("path", { d: "M19.881,43.881l-5,2.786A2.608,2.608,0,0,1,11,44.388V20.1a5.325,5.325,0,0,1,2.7-4.63L30.024,6.2a5.34,5.34,0,0,1,2.636-.7h0A5.334,5.334,0,0,1,38,10.84V15L24.731,19.769A4.126,4.126,0,0,0,22,23.652V40.275A4.129,4.129,0,0,1,19.881,43.881Z", fill: "url(#d)" }), _jsx("path", { d: "M38,47v6.16a5.334,5.334,0,0,1-5.34,5.34h0a5.34,5.34,0,0,1-2.636-.7L19.977,52.1A2.727,2.727,0,0,1,21.323,47Z", fill: "url(#e)" }), _jsx("rect", { width: "64", height: "64", fill: "none" })] }));
|
130
5
|
};
|
131
|
-
|
6
|
+
export default withIcon('IconOffice365')(IconOffice365);
|
@@ -1,39 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
});
|
6
|
-
exports.default = void 0;
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
8
|
-
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
-
const IconVisa = props => {
|
12
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
13
|
-
viewBox: "0 0 1000.046 323.653",
|
14
|
-
...props,
|
15
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
16
|
-
transform: "matrix(4.4299631,0,0,4.4299631,-81.165783,-105.04783)",
|
17
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
18
|
-
points: "116.145,95.719 97.858,95.719 109.296,24.995 127.582,24.995 ",
|
19
|
-
fill: "#00579f"
|
20
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
21
|
-
d: "m 182.437,26.724 c -3.607,-1.431 -9.328,-3.011 -16.402,-3.011 -18.059,0 -30.776,9.63 -30.854,23.398 -0.15,10.158 9.105,15.8 16.027,19.187 7.075,3.461 9.48,5.72 9.48,8.805 -0.072,4.738 -5.717,6.922 -10.982,6.922 -7.301,0 -11.213,-1.126 -17.158,-3.762 l -2.408,-1.13 -2.559,15.876 c 4.289,1.954 12.191,3.688 20.395,3.764 19.188,0 31.68,-9.481 31.828,-24.153 0.073,-8.051 -4.814,-14.22 -15.35,-19.261 -6.396,-3.236 -10.313,-5.418 -10.313,-8.729 0.075,-3.01 3.313,-6.093 10.533,-6.093 5.945,-0.151 10.313,1.278 13.622,2.708 l 1.654,0.751 2.487,-15.272 0,0 z",
|
22
|
-
fill: "#00579f"
|
23
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
24
|
-
d: "m 206.742,70.664 c 1.506,-4.063 7.301,-19.788 7.301,-19.788 -0.076,0.151 1.503,-4.138 2.406,-6.771 l 1.278,6.094 c 0,0 3.463,16.929 4.215,20.465 -2.858,0 -11.588,0 -15.2,0 l 0,0 z m 22.573,-45.669 -14.145,0 c -4.362,0 -7.676,1.278 -9.558,5.868 l -27.163,64.855 19.188,0 c 0,0 3.159,-8.729 3.838,-10.609 2.105,0 20.771,0 23.479,0 0.525,2.483 2.182,10.609 2.182,10.609 l 16.932,0 -14.753,-70.723 0,0 z",
|
25
|
-
id: "path13",
|
26
|
-
fill: "#00579f"
|
27
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
28
|
-
d: "M 82.584,24.995 64.675,73.222 62.718,63.441 C 59.407,52.155 49.023,39.893 37.435,33.796 l 16.404,61.848 19.338,0 28.744,-70.649 -19.337,0 0,0 z",
|
29
|
-
id: "path15",
|
30
|
-
fill: "#00579f"
|
31
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
32
|
-
d: "m 48.045,24.995 -29.422,0 -0.301,1.429 c 22.951,5.869 38.151,20.016 44.396,37.02 L 56.322,30.94 c -1.053,-4.517 -4.289,-5.796 -8.277,-5.945 l 0,0 z",
|
33
|
-
id: "path17",
|
34
|
-
fill: "#faa61a"
|
35
|
-
})]
|
36
|
-
})
|
37
|
-
});
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import withIcon from '../withIcon';
|
3
|
+
const IconVisa = (props) => {
|
4
|
+
return (_jsx("svg", { viewBox: "0 0 1000.046 323.653", ...props, children: _jsxs("g", { transform: "matrix(4.4299631,0,0,4.4299631,-81.165783,-105.04783)", children: [_jsx("polygon", { points: "116.145,95.719 97.858,95.719 109.296,24.995 127.582,24.995 ", fill: "#00579f" }), _jsx("path", { d: "m 182.437,26.724 c -3.607,-1.431 -9.328,-3.011 -16.402,-3.011 -18.059,0 -30.776,9.63 -30.854,23.398 -0.15,10.158 9.105,15.8 16.027,19.187 7.075,3.461 9.48,5.72 9.48,8.805 -0.072,4.738 -5.717,6.922 -10.982,6.922 -7.301,0 -11.213,-1.126 -17.158,-3.762 l -2.408,-1.13 -2.559,15.876 c 4.289,1.954 12.191,3.688 20.395,3.764 19.188,0 31.68,-9.481 31.828,-24.153 0.073,-8.051 -4.814,-14.22 -15.35,-19.261 -6.396,-3.236 -10.313,-5.418 -10.313,-8.729 0.075,-3.01 3.313,-6.093 10.533,-6.093 5.945,-0.151 10.313,1.278 13.622,2.708 l 1.654,0.751 2.487,-15.272 0,0 z", fill: "#00579f" }), _jsx("path", { d: "m 206.742,70.664 c 1.506,-4.063 7.301,-19.788 7.301,-19.788 -0.076,0.151 1.503,-4.138 2.406,-6.771 l 1.278,6.094 c 0,0 3.463,16.929 4.215,20.465 -2.858,0 -11.588,0 -15.2,0 l 0,0 z m 22.573,-45.669 -14.145,0 c -4.362,0 -7.676,1.278 -9.558,5.868 l -27.163,64.855 19.188,0 c 0,0 3.159,-8.729 3.838,-10.609 2.105,0 20.771,0 23.479,0 0.525,2.483 2.182,10.609 2.182,10.609 l 16.932,0 -14.753,-70.723 0,0 z", id: "path13", fill: "#00579f" }), _jsx("path", { d: "M 82.584,24.995 64.675,73.222 62.718,63.441 C 59.407,52.155 49.023,39.893 37.435,33.796 l 16.404,61.848 19.338,0 28.744,-70.649 -19.337,0 0,0 z", id: "path15", fill: "#00579f" }), _jsx("path", { d: "m 48.045,24.995 -29.422,0 -0.301,1.429 c 22.951,5.869 38.151,20.016 44.396,37.02 L 56.322,30.94 c -1.053,-4.517 -4.289,-5.796 -8.277,-5.945 l 0,0 z", id: "path17", fill: "#faa61a" })] }) }));
|
38
5
|
};
|
39
|
-
|
6
|
+
export default withIcon('IconVisa')(IconVisa);
|
package/lib/icons/withIcon.d.ts
CHANGED
package/lib/icons/withIcon.js
CHANGED
@@ -1,65 +1,49 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
fill: primary ? theme.primary : secondary ? theme.secondary : color,
|
49
|
-
transform: flip || flipVertical ? `scale(${flip ? -1 : 1}, ${flipVertical ? -1 : 1})` : 'scale(1)',
|
50
|
-
// keep scale(1) for transition flipping
|
51
|
-
transition: 'transform 300ms ease-out',
|
52
|
-
...(props.backgrounded && backgroundedStyles)
|
53
|
-
}
|
54
|
-
};
|
55
|
-
if (accessibilityLabel) {
|
56
|
-
newProps['aria-label'] = accessibilityLabel;
|
57
|
-
} else {
|
58
|
-
newProps['aria-hidden'] = true;
|
59
|
-
}
|
60
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(WrappedComponent, {
|
61
|
-
...newProps
|
62
|
-
});
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { useTheme } from '@emotion/react';
|
3
|
+
export default function withIcon(name) {
|
4
|
+
return (WrappedComponent) => {
|
5
|
+
return function (props) {
|
6
|
+
const theme = useTheme();
|
7
|
+
const defaultProps = {
|
8
|
+
accessibilityLabel: props.accessibilityLabel
|
9
|
+
? props.accessibilityLabel
|
10
|
+
: undefined,
|
11
|
+
decorative: props.decorative ? props.decorative : undefined,
|
12
|
+
color: props.color ? props.color : '#000',
|
13
|
+
flip: props.flip ? props.flip : false,
|
14
|
+
flipVertical: props.flipVertical ? props.flipVertical : false,
|
15
|
+
inline: props.inline ? props.inline : false,
|
16
|
+
size: props.size ? props.size : '24px',
|
17
|
+
primary: props.primary ? props.primary : false,
|
18
|
+
secondary: props.secondary ? props.secondary : false,
|
19
|
+
};
|
20
|
+
const { accessibilityLabel, color, decorative, flip, flipVertical, inline, size, primary, secondary, } = defaultProps;
|
21
|
+
const backgroundedStyles = {
|
22
|
+
backgroundColor: theme.primary10opa,
|
23
|
+
borderRadius: '50%',
|
24
|
+
};
|
25
|
+
const newProps = {
|
26
|
+
focusable: 'false',
|
27
|
+
role: decorative ? 'presentation' : 'img',
|
28
|
+
style: {
|
29
|
+
height: size,
|
30
|
+
width: size,
|
31
|
+
display: inline ? 'inline' : 'block',
|
32
|
+
fill: primary ? theme.primary : secondary ? theme.secondary : color,
|
33
|
+
transform: flip || flipVertical
|
34
|
+
? `scale(${flip ? -1 : 1}, ${flipVertical ? -1 : 1})`
|
35
|
+
: 'scale(1)', // keep scale(1) for transition flipping
|
36
|
+
transition: 'transform 300ms ease-out',
|
37
|
+
...(props.backgrounded && backgroundedStyles),
|
38
|
+
},
|
39
|
+
};
|
40
|
+
if (accessibilityLabel) {
|
41
|
+
newProps['aria-label'] = accessibilityLabel;
|
42
|
+
}
|
43
|
+
else {
|
44
|
+
newProps['aria-hidden'] = true;
|
45
|
+
}
|
46
|
+
return _jsx(WrappedComponent, { ...newProps });
|
47
|
+
};
|
63
48
|
};
|
64
|
-
|
65
|
-
}
|
49
|
+
}
|