@bbl-digital/snorre 4.2.30 → 4.2.31
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/bundle.js +42795 -35806
- package/esm/app-shell/index.js +21 -14
- package/esm/app-shell/theme.js +9 -2
- package/esm/core/Alert/Alert.stories.js +15 -8
- package/esm/core/Alert/index.js +24 -14
- package/esm/core/Alert/styles.js +15 -11
- package/esm/core/AppLoader/AppLoader.stories.js +11 -4
- package/esm/core/AppLoader/index.js +15 -7
- package/esm/core/AppLoader/styles.js +10 -5
- package/esm/core/Autocomplete/Autocomplete.stories.js +80 -73
- package/esm/core/Autocomplete/hooks/useAutocomplete.js +24 -17
- package/esm/core/Autocomplete/hooks/useHandleDimentions.js +12 -6
- package/esm/core/Autocomplete/index.interfaces.js +5 -1
- package/esm/core/Autocomplete/index.js +60 -51
- package/esm/core/Autocomplete/styles.js +32 -29
- package/esm/core/Banner/Banner.stories.js +33 -26
- package/esm/core/Banner/index.js +18 -10
- package/esm/core/Banner/styles.js +16 -10
- package/esm/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +15 -8
- package/esm/core/BarAndLineComposedChart/index.js +30 -23
- package/esm/core/BarAndLineComposedChart/styles.js +9 -2
- package/esm/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.js +14 -7
- package/esm/core/BarChartWithCustomizedEvent/index.js +31 -22
- package/esm/core/BarChartWithCustomizedEvent/styles.js +11 -4
- package/esm/core/Box/Box.stories.js +26 -19
- package/esm/core/Box/index.js +28 -18
- package/esm/core/Box/styles.js +21 -18
- package/esm/core/BoxedTable/BoxedTable.stories.js +141 -134
- package/esm/core/BoxedTable/DraggableRow/index.js +20 -13
- package/esm/core/BoxedTable/DraggableRow/styles.js +18 -14
- package/esm/core/BoxedTable/HeaderCell/index.js +17 -9
- package/esm/core/BoxedTable/HeaderCell/styles.js +13 -5
- package/esm/core/BoxedTable/RowCell/index.js +14 -6
- package/esm/core/BoxedTable/RowCell/styles.js +21 -18
- package/esm/core/BoxedTable/TableHeader/index.js +12 -5
- package/esm/core/BoxedTable/TableHeader/styles.js +10 -4
- package/esm/core/BoxedTable/TableRow/index.js +27 -18
- package/esm/core/BoxedTable/TableRow/styles.js +19 -16
- package/esm/core/BoxedTable/index.js +18 -11
- package/esm/core/BoxedTable/models.js +5 -1
- package/esm/core/BoxedTable/styles.js +22 -22
- package/esm/core/Button/Button.stories.js +29 -22
- package/esm/core/Button/index.js +22 -14
- package/esm/core/Button/styles.js +30 -32
- package/esm/core/Calendar/Calendar.stories.js +17 -10
- package/esm/core/Calendar/CalendarEvent/index.js +35 -26
- package/esm/core/Calendar/CalendarEvent/styles.js +19 -16
- package/esm/core/Calendar/CalendarSmallEvent/index.js +34 -25
- package/esm/core/Calendar/CalendarSmallEvent/styles.js +19 -16
- package/esm/core/Calendar/index.js +47 -41
- package/esm/core/Calendar/styles.js +22 -18
- package/esm/core/Calendar/util.js +11 -4
- package/esm/core/Card/Card.stories.js +29 -22
- package/esm/core/Card/index.js +17 -9
- package/esm/core/Card/styles.js +20 -21
- package/esm/core/Checkbox/Checkbox.stories.js +15 -8
- package/esm/core/Checkbox/index.js +20 -11
- package/esm/core/Checkbox/styles.js +14 -12
- package/esm/core/CollapseList/CollapseList.stories.js +27 -20
- package/esm/core/CollapseList/Item.js +23 -15
- package/esm/core/CollapseList/index.js +15 -7
- package/esm/core/CollapseList/styles.js +14 -8
- package/esm/core/CommentsTimeline/CommentLine/index.js +25 -18
- package/esm/core/CommentsTimeline/CommentLine/styles.js +18 -12
- package/esm/core/CommentsTimeline/CommentsTimeline.stories.js +32 -25
- package/esm/core/CommentsTimeline/index.js +12 -5
- package/esm/core/CommentsTimeline/styles.js +10 -4
- package/esm/core/CustomText/CustomText.stories.js +14 -7
- package/esm/core/CustomText/index.js +18 -10
- package/esm/core/CustomText/styles.js +13 -8
- package/esm/core/Datepicker/Datepicker.stories.js +22 -15
- package/esm/core/Datepicker/index.js +57 -47
- package/esm/core/Datepicker/styles.js +25 -20
- package/esm/core/DatepickerRange/DatepickerRange.stories.js +14 -7
- package/esm/core/DatepickerRange/index.js +20 -13
- package/esm/core/DatepickerRange/styles.js +21 -15
- package/esm/core/Divider/index.js +13 -6
- package/esm/core/Divider/styles.js +14 -10
- package/esm/core/Dropdown/Dropdown.stories.js +23 -16
- package/esm/core/Dropdown/index.js +29 -19
- package/esm/core/Dropdown/styles.js +12 -7
- package/esm/core/DropdownMenu/DropdownMenu.stories.js +27 -20
- package/esm/core/DropdownMenu/DropdownMenuOption.js +15 -7
- package/esm/core/DropdownMenu/index.js +21 -12
- package/esm/core/DropdownMenu/styles.js +15 -9
- package/esm/core/FileInput/FileInput.stories.js +20 -13
- package/esm/core/FileInput/index.js +42 -33
- package/esm/core/FileInput/styles.js +34 -36
- package/esm/core/GoogleButton/GoogleButton.stories.js +11 -4
- package/esm/core/GoogleButton/index.js +14 -7
- package/esm/core/GoogleButton/styles.js +10 -4
- package/esm/core/Header/Header.stories.js +18 -11
- package/esm/core/Header/index.js +14 -6
- package/esm/core/Header/styles.js +18 -12
- package/esm/core/HighlightText/HighlightText.stories.js +12 -5
- package/esm/core/HighlightText/index.js +16 -9
- package/esm/core/HighlightText/styles.js +10 -4
- package/esm/core/Html/Html.stories.js +18 -11
- package/esm/core/Html/index.js +16 -8
- package/esm/core/Html/styles.js +15 -11
- package/esm/core/Image/Image.stories.js +15 -8
- package/esm/core/Image/index.js +19 -10
- package/esm/core/Image/styles.js +15 -11
- package/esm/core/ImagePicker/IconWithBackground.js +14 -7
- package/esm/core/ImagePicker/ImagePicker.stories.js +17 -10
- package/esm/core/ImagePicker/UploadButton.js +21 -13
- package/esm/core/ImagePicker/index.js +49 -41
- package/esm/core/ImagePicker/styles.js +24 -24
- package/esm/core/ImageViewer/ImageViewer.stories.js +11 -4
- package/esm/core/ImageViewer/index.js +45 -37
- package/esm/core/ImageViewer/styles.js +15 -12
- package/esm/core/InfoButton/InfoButton.stories.js +22 -15
- package/esm/core/InfoButton/index.js +25 -15
- package/esm/core/InfoButton/styles.js +24 -21
- package/esm/core/Input/Input.stories.js +35 -28
- package/esm/core/Input/index.js +47 -38
- package/esm/core/Input/styles.js +28 -27
- package/esm/core/Link/Link.stories.js +19 -12
- package/esm/core/Link/index.js +21 -13
- package/esm/core/Link/styles.js +29 -24
- package/esm/core/List/Item.js +11 -5
- package/esm/core/List/List.stories.js +72 -65
- package/esm/core/List/index.js +23 -10
- package/esm/core/List/styles.js +20 -18
- package/esm/core/ListPager/ListPager.stories.js +11 -4
- package/esm/core/ListPager/index.js +24 -17
- package/esm/core/ListPager/styles.js +15 -9
- package/esm/core/MediaCarousel/MediaCarousel.stories.js +12 -5
- package/esm/core/MediaCarousel/index.js +30 -23
- package/esm/core/MediaCarousel/styles.js +18 -13
- package/esm/core/Modal/ActionButtons/index.js +15 -8
- package/esm/core/Modal/Modal.stories.js +49 -42
- package/esm/core/Modal/index.js +51 -41
- package/esm/core/Modal/styles.js +26 -22
- package/esm/core/NoticeCard/NoticeCard.stories.js +15 -8
- package/esm/core/NoticeCard/index.js +50 -41
- package/esm/core/NoticeCard/models.js +7 -1
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +24 -17
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +16 -10
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/index.js +17 -8
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +10 -4
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +23 -16
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +13 -8
- package/esm/core/NoticeCard/styles.js +18 -13
- package/esm/core/NoticeCard/utils.js +20 -11
- package/esm/core/NotificationCounter/NotificationCounter.stories.js +15 -8
- package/esm/core/NotificationCounter/index.js +11 -5
- package/esm/core/NotificationCounter/styles.js +9 -3
- package/esm/core/NotificationsMenu/NotificationRow/index.js +18 -11
- package/esm/core/NotificationsMenu/NotificationRow/styles.js +16 -11
- package/esm/core/NotificationsMenu/NotificationsMenu.stories.js +22 -15
- package/esm/core/NotificationsMenu/index.js +30 -21
- package/esm/core/NotificationsMenu/styles.js +12 -6
- package/esm/core/PieChart/ActiveShape/index.js +14 -9
- package/esm/core/PieChart/PieChart.stories.js +19 -12
- package/esm/core/PieChart/index.js +32 -23
- package/esm/core/PieChart/renderTextContent/index.js +15 -10
- package/esm/core/PieChart/styles.js +13 -7
- package/esm/core/PreemptionCard/PreemptionCard.stories.js +14 -7
- package/esm/core/PreemptionCard/index.js +45 -38
- package/esm/core/PreemptionCard/models.js +7 -1
- package/esm/core/PreemptionCard/styles.js +18 -14
- package/esm/core/PreemptionCardLoading/PreemptionCardLoading.stories.js +14 -7
- package/esm/core/PreemptionCardLoading/index.js +19 -12
- package/esm/core/PreemptionCardLoading/styles.js +14 -10
- package/esm/core/QuillEditor/QuillEditor.stories.js +31 -24
- package/esm/core/QuillEditor/classes/LinkSanitizer.js +12 -4
- package/esm/core/QuillEditor/classes/ListItem.js +10 -3
- package/esm/core/QuillEditor/config.js +8 -2
- package/esm/core/QuillEditor/index.js +61 -54
- package/esm/core/QuillEditor/models.js +5 -1
- package/esm/core/QuillEditor/styles.js +15 -10
- package/esm/core/Radio/Radio.stories.js +27 -20
- package/esm/core/Radio/index.js +16 -8
- package/esm/core/Radio/styles.js +13 -9
- package/esm/core/SearchFilter/SearchFilter.stories.js +36 -29
- package/esm/core/SearchFilter/index.js +53 -43
- package/esm/core/SearchFilter/styles.js +33 -32
- package/esm/core/SearchSelect/SearchSelect.stories.js +18 -11
- package/esm/core/SearchSelect/hooks/useSelectSearch.js +13 -7
- package/esm/core/SearchSelect/index.js +36 -26
- package/esm/core/SearchSelect/interface/IProps.js +5 -1
- package/esm/core/SearchSelect/styles.js +19 -17
- package/esm/core/Select/Option.js +18 -10
- package/esm/core/Select/Select.stories.js +85 -78
- package/esm/core/Select/index.js +46 -31
- package/esm/core/Select/styles.js +33 -33
- package/esm/core/SimpleBarChart/SimpleBarChart.stories.js +21 -14
- package/esm/core/SimpleBarChart/index.js +27 -20
- package/esm/core/SimpleBarChart/styles.js +9 -2
- package/esm/core/SimpleLineChart/SimpleLineChart.stories.js +24 -17
- package/esm/core/SimpleLineChart/index.js +25 -18
- package/esm/core/SimpleLineChart/styles.js +9 -2
- package/esm/core/Skeleton/Skeleton.stories.js +14 -7
- package/esm/core/Skeleton/index.js +14 -7
- package/esm/core/Skeleton/styles.js +14 -7
- package/esm/core/Spinner/Spinner.stories.js +19 -12
- package/esm/core/Spinner/index.js +14 -6
- package/esm/core/Spinner/styles.js +14 -9
- package/esm/core/Stepper/MobileStep/index.js +17 -10
- package/esm/core/Stepper/MobileStep/styles.js +20 -18
- package/esm/core/Stepper/Step/index.js +31 -25
- package/esm/core/Stepper/Step/styles.js +18 -13
- package/esm/core/Stepper/Stepper.stories.js +11 -4
- package/esm/core/Stepper/index.js +27 -18
- package/esm/core/Stepper/styles.js +13 -7
- package/esm/core/TabBar/TabBar.stories.js +19 -12
- package/esm/core/TabBar/TabItem/index.js +14 -7
- package/esm/core/TabBar/TabItem/styles.js +10 -4
- package/esm/core/TabBar/index.js +12 -5
- package/esm/core/TabBar/styles.js +10 -4
- package/esm/core/TabNav/TabContext.js +21 -12
- package/esm/core/TabNav/TabNav.stories.js +85 -78
- package/esm/core/TabNav/TabNavItem/index.js +36 -26
- package/esm/core/TabNav/TabNavItem/styles.js +18 -11
- package/esm/core/TabNav/index.js +38 -28
- package/esm/core/TabNav/styles.js +23 -18
- package/esm/core/TabNav/utils/useContainerDimensions.js +13 -6
- package/esm/core/Table/Cell.js +14 -6
- package/esm/core/Table/Row.js +13 -6
- package/esm/core/Table/Table.stories.js +41 -34
- package/esm/core/Table/index.js +28 -10
- package/esm/core/Table/styles.js +27 -27
- package/esm/core/Tag/Tag.stories.js +28 -21
- package/esm/core/Tag/index.js +22 -14
- package/esm/core/Tag/styles.js +22 -21
- package/esm/core/Text/Text.stories.js +25 -18
- package/esm/core/Text/index.js +14 -6
- package/esm/core/Text/styles.js +25 -28
- package/esm/core/Textarea/Textarea.stories.js +15 -8
- package/esm/core/Textarea/index.js +24 -15
- package/esm/core/Textarea/styles.js +20 -15
- package/esm/core/Timeline/Timeline.stories.js +17 -10
- package/esm/core/Timeline/TimelineStep/index.js +21 -13
- package/esm/core/Timeline/TimelineStep/styles.js +19 -14
- package/esm/core/Timeline/index.js +12 -5
- package/esm/core/Timeline/styles.js +10 -4
- package/esm/core/Timepicker/Timepicker.stories.js +25 -18
- package/esm/core/Timepicker/index.js +35 -27
- package/esm/core/Timepicker/styles.js +19 -16
- package/esm/core/Tooltip/Tooptip.stories.js +13 -6
- package/esm/core/Tooltip/index.js +24 -16
- package/esm/core/Tooltip/styles.js +10 -5
- package/esm/core/UnitIllustration/index.js +25 -19
- package/esm/core/UserMenu/UserMenu.stories.js +33 -26
- package/esm/core/UserMenu/UserMenuOption.js +15 -7
- package/esm/core/UserMenu/index.js +39 -30
- package/esm/core/UserMenu/styles.js +23 -19
- package/esm/core/Video/Video.stories.js +20 -13
- package/esm/core/Video/index.js +19 -11
- package/esm/core/Video/styles.js +10 -4
- package/esm/core/YearWheel/YearWheel.stories.js +15 -8
- package/esm/core/YearWheel/index.js +65 -57
- package/esm/core/YearWheel/styles.js +15 -7
- package/esm/core/private/ButtonOrLink.js +18 -9
- package/esm/core/private/preemption.js +9 -1
- package/esm/core/utils/debounce.js +10 -4
- package/esm/enums/Keyboard.js +7 -2
- package/esm/global.d.js +3 -2
- package/esm/globals/styles/breakpoints.js +7 -1
- package/esm/globals/styles/paddings.js +7 -1
- package/esm/globals/styles/styles.js +9 -4
- package/esm/globals/validation/regularExpressions.js +7 -1
- package/esm/hooks/useIsMobile.js +12 -5
- package/esm/hooks/useScreenOrientation.js +12 -5
- package/esm/icons/General/IconApartment.js +13 -6
- package/esm/icons/General/IconArchives.js +13 -6
- package/esm/icons/General/IconArea.js +13 -6
- package/esm/icons/General/IconArrowDown.js +13 -6
- package/esm/icons/General/IconArrowLeft.js +13 -6
- package/esm/icons/General/IconArrowRight.js +13 -6
- package/esm/icons/General/IconArrowUp.js +13 -6
- package/esm/icons/General/IconAttachment.js +13 -6
- package/esm/icons/General/IconAuditorFilled.js +24 -17
- package/esm/icons/General/IconAuditorOutline.js +24 -17
- package/esm/icons/General/IconBack.js +13 -6
- package/esm/icons/General/IconBath.js +13 -6
- package/esm/icons/General/IconBblFlame.js +13 -6
- package/esm/icons/General/IconBblShield.js +13 -6
- package/esm/icons/General/IconBblWater.js +13 -6
- package/esm/icons/General/IconBellFilled.js +13 -6
- package/esm/icons/General/IconBellOutline.js +13 -6
- package/esm/icons/General/IconBlock.js +13 -6
- package/esm/icons/General/IconBoard.js +13 -6
- package/esm/icons/General/IconBookmarkFilled.js +13 -6
- package/esm/icons/General/IconBookmarkOutline.js +13 -6
- package/esm/icons/General/IconBus.js +13 -6
- package/esm/icons/General/IconCalendar.js +13 -6
- package/esm/icons/General/IconCamera.js +14 -7
- package/esm/icons/General/IconCar.js +13 -6
- package/esm/icons/General/IconCaretDown.js +13 -6
- package/esm/icons/General/IconCaretLeft.js +13 -6
- package/esm/icons/General/IconCaretRight.js +13 -6
- package/esm/icons/General/IconCaretUp.js +13 -6
- package/esm/icons/General/IconCases.js +28 -21
- package/esm/icons/General/IconCheck.js +13 -6
- package/esm/icons/General/IconCheckedFilled.js +13 -6
- package/esm/icons/General/IconCheckedOutline.js +13 -6
- package/esm/icons/General/IconChevronDown.js +13 -6
- package/esm/icons/General/IconChevronLeft.js +13 -6
- package/esm/icons/General/IconChevronRight.js +13 -6
- package/esm/icons/General/IconChoice.js +13 -6
- package/esm/icons/General/IconClose.js +13 -6
- package/esm/icons/General/IconCloseAlt.js +13 -6
- package/esm/icons/General/IconComment.js +13 -6
- package/esm/icons/General/IconCommunication.js +13 -6
- package/esm/icons/General/IconCommunicationFilled.js +13 -6
- package/esm/icons/General/IconCompanyBuilding.js +13 -6
- package/esm/icons/General/IconCompanyBuildingFilled.js +13 -6
- package/esm/icons/General/IconCompanyBuildingOutline.js +13 -6
- package/esm/icons/General/IconDashboard.js +13 -6
- package/esm/icons/General/IconDashboardFilled.js +13 -6
- package/esm/icons/General/IconDelete.js +13 -6
- package/esm/icons/General/IconDocument.js +23 -16
- package/esm/icons/General/IconDocumentFilled.js +23 -16
- package/esm/icons/General/IconDoor.js +13 -6
- package/esm/icons/General/IconDotFilled.js +13 -6
- package/esm/icons/General/IconDotOutline.js +13 -6
- package/esm/icons/General/IconDownload.js +13 -6
- package/esm/icons/General/IconDraft.js +13 -6
- package/esm/icons/General/IconEarth.js +13 -6
- package/esm/icons/General/IconEconomy.js +13 -6
- package/esm/icons/General/IconEconomyFilled.js +13 -6
- package/esm/icons/General/IconEdit.js +13 -6
- package/esm/icons/General/IconElevator.js +13 -6
- package/esm/icons/General/IconEmailMarkAsRead.js +12 -5
- package/esm/icons/General/IconErrorFilled.js +13 -6
- package/esm/icons/General/IconErrorOutline.js +13 -6
- package/esm/icons/General/IconExternalLink.js +13 -6
- package/esm/icons/General/IconEye.js +13 -6
- package/esm/icons/General/IconEyeDeny.js +13 -6
- package/esm/icons/General/IconFamily.js +13 -6
- package/esm/icons/General/IconFerry.js +13 -6
- package/esm/icons/General/IconFile.js +13 -6
- package/esm/icons/General/IconFileAdd.js +13 -6
- package/esm/icons/General/IconFileCopy.js +13 -6
- package/esm/icons/General/IconFileEdit.js +13 -6
- package/esm/icons/General/IconFileExcel.js +13 -6
- package/esm/icons/General/IconFilePDF.js +13 -6
- package/esm/icons/General/IconFileWord.js +13 -6
- package/esm/icons/General/IconFillOut.js +15 -8
- package/esm/icons/General/IconFilterList.js +13 -6
- package/esm/icons/General/IconFloor.js +13 -6
- package/esm/icons/General/IconForward.js +13 -6
- package/esm/icons/General/IconFullscreenClose.js +13 -6
- package/esm/icons/General/IconFullscreenOpen.js +13 -6
- package/esm/icons/General/IconGarage.js +13 -6
- package/esm/icons/General/IconGrid.js +13 -6
- package/esm/icons/General/IconGym.js +13 -6
- package/esm/icons/General/IconHearth.js +13 -6
- package/esm/icons/General/IconHearthOutline.js +13 -6
- package/esm/icons/General/IconHelp.js +13 -6
- package/esm/icons/General/IconHistory.js +13 -6
- package/esm/icons/General/IconHomeFilled.js +20 -13
- package/esm/icons/General/IconHomeOutline.js +20 -13
- package/esm/icons/General/IconHouse.js +13 -6
- package/esm/icons/General/IconHouseBlockFilled.js +20 -13
- package/esm/icons/General/IconHouseBlockOutline.js +20 -13
- package/esm/icons/General/IconHouseOutline.js +13 -6
- package/esm/icons/General/IconHumans.js +13 -6
- package/esm/icons/General/IconImage.js +14 -7
- package/esm/icons/General/IconImportantComment.js +13 -6
- package/esm/icons/General/IconInbox.js +13 -6
- package/esm/icons/General/IconInfoFilled.js +13 -6
- package/esm/icons/General/IconInfoOutline.js +13 -6
- package/esm/icons/General/IconJanitorFilled.js +24 -17
- package/esm/icons/General/IconJanitorOutline.js +24 -17
- package/esm/icons/General/IconJointcost.js +13 -6
- package/esm/icons/General/IconJointcost2.js +13 -6
- package/esm/icons/General/IconKey.js +13 -6
- package/esm/icons/General/IconKitchen.js +13 -6
- package/esm/icons/General/IconLabel.js +13 -6
- package/esm/icons/General/IconLeafFilled.js +23 -16
- package/esm/icons/General/IconLeafOutline.js +25 -18
- package/esm/icons/General/IconLeisureTime.js +13 -6
- package/esm/icons/General/IconLock.js +13 -6
- package/esm/icons/General/IconLockLocked.js +13 -6
- package/esm/icons/General/IconLockOpen.js +13 -6
- package/esm/icons/General/IconLookup.js +13 -6
- package/esm/icons/General/IconLookupFilled.js +13 -6
- package/esm/icons/General/IconMail.js +13 -6
- package/esm/icons/General/IconMap.js +13 -6
- package/esm/icons/General/IconMedal.js +12 -5
- package/esm/icons/General/IconMembership.js +13 -6
- package/esm/icons/General/IconMembershipFilled.js +13 -6
- package/esm/icons/General/IconMenu.js +13 -6
- package/esm/icons/General/IconMinus.js +13 -6
- package/esm/icons/General/IconMinusAlt.js +13 -6
- package/esm/icons/General/IconMinusAltFilled.js +13 -6
- package/esm/icons/General/IconMoney.js +13 -6
- package/esm/icons/General/IconParking.js +13 -6
- package/esm/icons/General/IconPaymentCard.js +13 -6
- package/esm/icons/General/IconPercent.js +12 -5
- package/esm/icons/General/IconPhone.js +13 -6
- package/esm/icons/General/IconPinned.js +13 -6
- package/esm/icons/General/IconPlus.js +13 -6
- package/esm/icons/General/IconPlusAlt.js +13 -6
- package/esm/icons/General/IconPortalUser.js +13 -6
- package/esm/icons/General/IconPrint.js +13 -6
- package/esm/icons/General/IconProfile.js +13 -6
- package/esm/icons/General/IconProfileFilled.js +13 -6
- package/esm/icons/General/IconRearrange.js +23 -16
- package/esm/icons/General/IconReciept.js +13 -6
- package/esm/icons/General/IconRedo.js +13 -6
- package/esm/icons/General/IconRefresh.js +13 -6
- package/esm/icons/General/IconReply.js +13 -6
- package/esm/icons/General/IconReplyAll.js +13 -6
- package/esm/icons/General/IconRoom.js +13 -6
- package/esm/icons/General/IconSave.js +13 -6
- package/esm/icons/General/IconSearch.js +13 -6
- package/esm/icons/General/IconSend.js +13 -6
- package/esm/icons/General/IconSettings.js +13 -6
- package/esm/icons/General/IconShopping.js +13 -6
- package/esm/icons/General/IconSign.js +13 -6
- package/esm/icons/General/IconSliders.js +13 -6
- package/esm/icons/General/IconSort.js +13 -6
- package/esm/icons/General/IconStarFilled.js +13 -6
- package/esm/icons/General/IconStarHalf.js +13 -6
- package/esm/icons/General/IconStarOutline.js +13 -6
- package/esm/icons/General/IconStore.js +13 -6
- package/esm/icons/General/IconSubway.js +13 -6
- package/esm/icons/General/IconSwitch.js +13 -6
- package/esm/icons/General/IconTrain.js +13 -6
- package/esm/icons/General/IconTram.js +13 -6
- package/esm/icons/General/IconTransport.js +13 -6
- package/esm/icons/General/IconTypeOfBuilding.js +13 -6
- package/esm/icons/General/IconTypeOfBuildingOutline.js +13 -6
- package/esm/icons/General/IconUndo.js +13 -6
- package/esm/icons/General/IconUpload.js +13 -6
- package/esm/icons/General/IconUser.js +13 -6
- package/esm/icons/General/IconUserThin.js +13 -6
- package/esm/icons/General/IconVote.js +13 -6
- package/esm/icons/General/IconWalk.js +13 -6
- package/esm/icons/General/IconWarning.js +13 -6
- package/esm/icons/General/IconWarningBell.js +13 -6
- package/esm/icons/General/IconWork.js +13 -6
- package/esm/icons/General/IconWorkFilled.js +13 -6
- package/esm/icons/General/IconZip.js +13 -6
- package/esm/icons/Icon.stories.js +393 -389
- package/esm/icons/Logos/IconAmericanExpress.js +13 -6
- package/esm/icons/Logos/IconBankAxept.js +21 -14
- package/esm/icons/Logos/IconGmail.js +15 -8
- package/esm/icons/Logos/IconMasterCard.js +18 -11
- package/esm/icons/Logos/IconOffice365.js +41 -34
- package/esm/icons/Logos/IconVisa.js +18 -11
- package/esm/icons/withIcon.js +13 -6
- package/esm/illustrations/Backgrounds/IllustrationHousesBackground.js +1228 -1221
- package/esm/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1468 -1459
- package/esm/illustrations/General/IllustrationBudget.js +66 -59
- package/esm/illustrations/General/IllustrationError.js +134 -127
- package/esm/illustrations/General/IllustrationErrorGeneric.js +121 -114
- package/esm/illustrations/General/IllustrationHighHouse.js +46 -39
- package/esm/illustrations/General/IllustrationHighHouseComposition.js +68 -61
- package/esm/illustrations/General/IllustrationHouse.js +26 -19
- package/esm/illustrations/General/IllustrationHouseComposition.js +43 -36
- package/esm/illustrations/General/IllustrationHouseMissing.js +52 -45
- package/esm/illustrations/General/IllustrationLowHouse.js +31 -24
- package/esm/illustrations/General/IllustrationLowHouseComposition.js +53 -46
- package/esm/illustrations/General/IllustrationPaperCompleted.js +71 -64
- package/esm/illustrations/General/IllustrationPaperMissing.js +77 -70
- package/esm/illustrations/General/IllustrationSemiDetachedHouse.js +27 -20
- package/esm/illustrations/General/IllustrationSemiDetachedHouseComposition.js +47 -40
- package/esm/illustrations/General/IllustrationServiceMessage.js +21 -13
- package/esm/illustrations/General/IllustrationSmallHouse.js +21 -14
- package/esm/illustrations/General/IllustrationSmallHouseComposition.js +41 -34
- package/esm/illustrations/General/IllustrationTechninalDifficulties.js +40 -32
- package/esm/illustrations/General/IllustrationTerraceBlock.js +40 -33
- package/esm/illustrations/General/IllustrationTerraceBlockComposition.js +60 -53
- package/esm/illustrations/General/IllustrationTownHouse.js +31 -24
- package/esm/illustrations/General/IllustrationTownHouseComposition.js +53 -46
- package/esm/illustrations/Illustration.stories.js +97 -90
- package/esm/illustrations/MySite/IllustrationMySiteAssociation.js +34 -27
- package/esm/illustrations/MySite/IllustrationMySiteBenefits.js +61 -54
- package/esm/illustrations/MySite/IllustrationMySiteBuilding.js +48 -41
- package/esm/illustrations/MySite/IllustrationMySiteCoffeeBook.js +43 -36
- package/esm/illustrations/MySite/IllustrationMySiteComputer.js +47 -40
- package/esm/illustrations/MySite/IllustrationMySiteCooperative.js +46 -39
- package/esm/illustrations/MySite/IllustrationMySiteDashboard.js +42 -35
- package/esm/illustrations/MySite/IllustrationMySiteGift.js +76 -69
- package/esm/illustrations/MySite/IllustrationMySiteLetterSent.js +30 -23
- package/esm/illustrations/MySite/IllustrationMySiteMailbox.js +38 -31
- package/esm/illustrations/MySite/IllustrationMySitePapers.js +67 -60
- package/esm/illustrations/MySite/IllustrationMySitePiggyBank.js +59 -52
- package/esm/illustrations/MySite/IllustrationMySiteTransfer.js +34 -27
- package/esm/illustrations/styles.js +13 -7
- package/esm/illustrations/withIllustration.js +15 -7
- package/esm/index.js +2396 -326
- package/esm/layout/Footer/Footer.stories.js +34 -27
- package/esm/layout/Footer/FooterButton/index.js +13 -5
- package/esm/layout/Footer/FooterButton/styles.js +11 -5
- package/esm/layout/Footer/FooterCol/index.js +12 -5
- package/esm/layout/Footer/FooterCol/styles.js +10 -4
- package/esm/layout/Footer/FooterGroup/index.js +12 -5
- package/esm/layout/Footer/FooterGroup/styles.js +10 -4
- package/esm/layout/Footer/FooterLabel/index.js +12 -5
- package/esm/layout/Footer/FooterLabel/styles.js +10 -4
- package/esm/layout/Footer/FooterLink/index.js +13 -5
- package/esm/layout/Footer/FooterLink/styles.js +11 -5
- package/esm/layout/Footer/index.js +15 -7
- package/esm/layout/Footer/styles.js +14 -6
- package/esm/layout/Layout/Layout.stories.js +14 -7
- package/esm/layout/Layout/index.js +12 -5
- package/esm/layout/Layout/styles.js +11 -4
- package/esm/layout/LayoutShell/LayoutShell.stories.js +28 -21
- package/esm/layout/LayoutShell/index.js +24 -15
- package/esm/layout/LayoutShell/styles.js +24 -20
- package/esm/layout/Menu/AppPicker/index.js +21 -14
- package/esm/layout/Menu/AppPicker/styles.js +18 -12
- package/esm/layout/Menu/MainMenu/index.js +13 -6
- package/esm/layout/Menu/MainMenu/styles.js +13 -6
- package/esm/layout/Menu/MenuItem/index.js +18 -11
- package/esm/layout/Menu/MenuItem/styles.js +16 -10
- package/esm/layout/Menu/MenuSpacer/index.js +12 -5
- package/esm/layout/Menu/MenuSpacer/styles.js +11 -4
- package/esm/layout/Menu/MenuTop/index.js +16 -8
- package/esm/layout/Menu/MenuTop/styles.js +17 -11
- package/esm/layout/Menu/SecondaryMenu/index.js +21 -14
- package/esm/layout/Menu/SecondaryMenu/styles.js +19 -12
- package/esm/layout/Menu/SecondaryMenuItem/index.js +16 -9
- package/esm/layout/Menu/SecondaryMenuItem/styles.js +12 -5
- package/esm/layout/Menu/Sidemenu.stories.js +93 -86
- package/esm/layout/Menu/index.js +14 -7
- package/esm/layout/Menu/styles.js +12 -5
- package/esm/layout/Submenu/Submenu.stories.js +35 -28
- package/esm/layout/Submenu/SubmenuItem/index.js +32 -22
- package/esm/layout/Submenu/SubmenuItem/styles.js +17 -10
- package/esm/layout/Submenu/SubmenuLightThemeBg/index.js +20 -13
- package/esm/layout/Submenu/index.js +45 -35
- package/esm/layout/Submenu/styles.js +30 -25
- package/esm/layout/Topbar/Topbar.stories.js +15 -8
- package/esm/layout/Topbar/index.js +12 -5
- package/esm/layout/Topbar/styles.js +9 -2
- package/esm/shared/components/SbIconGrid/index.js +15 -9
- package/esm/shared/components/VisuallyHidden/index.js +11 -5
- package/esm/shared/recharts/CustomLegend/index.js +20 -12
- package/esm/shared/recharts/CustomLegend/styles.js +14 -8
- package/esm/shared/recharts/CustomTooltip/index.js +26 -19
- package/esm/shared/recharts/CustomTooltip/styles.js +15 -10
- package/esm/utils/accountNumber.js +8 -1
- package/esm/utils/alpha.js +7 -2
- package/esm/utils/array.js +7 -1
- package/esm/utils/dates.js +25 -15
- package/esm/utils/file.js +11 -3
- package/esm/utils/format.js +18 -4
- package/esm/utils/formatGraphPrice.js +7 -2
- package/esm/utils/image.js +7 -1
- package/esm/utils/pagination.js +11 -1
- package/esm/utils/phone.js +7 -1
- package/esm/utils/removeFocusOnMouseUp.js +7 -1
- package/esm/utils/time.js +25 -12
- package/esm/utils/url.js +8 -1
- package/esm/utils/useSnorreTheme.js +15 -9
- package/esm/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +20 -14
- package/esm/v2/Memberbenefits/MemberbenefitsCard/index.js +43 -34
- package/esm/v2/Memberbenefits/MemberbenefitsCard/model.js +7 -1
- package/esm/v2/Memberbenefits/MemberbenefitsCard/styles.js +31 -35
- package/esm/v2/core/Box/Box.stories.js +31 -24
- package/esm/v2/core/Box/index.js +31 -21
- package/esm/v2/core/Box/styles.js +26 -22
- package/esm/v2/core/BoxedTable/BoxedTable.stories.js +141 -134
- package/esm/v2/core/BoxedTable/DraggableRow/index.js +20 -13
- package/esm/v2/core/BoxedTable/DraggableRow/styles.js +18 -14
- package/esm/v2/core/BoxedTable/HeaderCell/index.js +19 -11
- package/esm/v2/core/BoxedTable/HeaderCell/styles.js +13 -5
- package/esm/v2/core/BoxedTable/RowCell/index.js +14 -6
- package/esm/v2/core/BoxedTable/RowCell/styles.js +21 -18
- package/esm/v2/core/BoxedTable/TableHeader/index.js +12 -5
- package/esm/v2/core/BoxedTable/TableHeader/styles.js +10 -4
- package/esm/v2/core/BoxedTable/TableRow/index.js +27 -18
- package/esm/v2/core/BoxedTable/TableRow/styles.js +19 -16
- package/esm/v2/core/BoxedTable/index.js +24 -15
- package/esm/v2/core/BoxedTable/models.js +5 -1
- package/esm/v2/core/BoxedTable/styles.js +27 -31
- package/esm/v2/core/Button/Button.stories.js +42 -35
- package/esm/v2/core/Button/index.js +22 -14
- package/esm/v2/core/Button/styles.js +30 -31
- package/esm/v2/core/ButtonsFilter/ButtonsFilter.stories.js +13 -6
- package/esm/v2/core/ButtonsFilter/index.js +20 -13
- package/esm/v2/core/ButtonsFilter/styles.js +10 -4
- package/esm/v2/core/Chip/Chip.stories.js +25 -18
- package/esm/v2/core/Chip/index.js +21 -14
- package/esm/v2/core/Chip/styles.js +22 -17
- package/esm/v2/core/TabNav/TabContext.js +21 -12
- package/esm/v2/core/TabNav/TabNav.stories.js +85 -78
- package/esm/v2/core/TabNav/TabNavItem/index.js +36 -26
- package/esm/v2/core/TabNav/TabNavItem/styles.js +19 -13
- package/esm/v2/core/TabNav/index.js +38 -28
- package/esm/v2/core/TabNav/styles.js +21 -17
- package/esm/v2/core/TabNav/utils/useContainerDimensions.js +13 -6
- package/esm/v2/hooks/useOverflow.js +14 -8
- package/esm/v2/index.js +97 -14
- package/jest.config.js +16 -21
- package/lib/app-shell/index.js +21 -14
- package/lib/app-shell/theme.js +9 -2
- package/lib/core/Alert/Alert.stories.js +15 -8
- package/lib/core/Alert/index.js +24 -14
- package/lib/core/Alert/styles.js +15 -11
- package/lib/core/AppLoader/AppLoader.stories.js +11 -4
- package/lib/core/AppLoader/index.js +15 -7
- package/lib/core/AppLoader/styles.js +10 -5
- package/lib/core/Autocomplete/Autocomplete.stories.js +80 -73
- package/lib/core/Autocomplete/hooks/useAutocomplete.js +24 -17
- package/lib/core/Autocomplete/hooks/useHandleDimentions.js +12 -6
- package/lib/core/Autocomplete/index.interfaces.js +5 -1
- package/lib/core/Autocomplete/index.js +60 -51
- package/lib/core/Autocomplete/styles.d.ts.map +1 -1
- package/lib/core/Autocomplete/styles.js +32 -29
- package/lib/core/Banner/Banner.stories.js +33 -26
- package/lib/core/Banner/index.js +18 -10
- package/lib/core/Banner/styles.d.ts.map +1 -1
- package/lib/core/Banner/styles.js +16 -10
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +15 -8
- package/lib/core/BarAndLineComposedChart/index.js +30 -23
- package/lib/core/BarAndLineComposedChart/styles.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/styles.js +9 -2
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.js +14 -7
- package/lib/core/BarChartWithCustomizedEvent/index.js +31 -22
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/styles.js +11 -4
- package/lib/core/Box/Box.stories.js +26 -19
- package/lib/core/Box/index.js +28 -18
- package/lib/core/Box/styles.d.ts.map +1 -1
- package/lib/core/Box/styles.js +21 -18
- package/lib/core/BoxedTable/BoxedTable.stories.js +141 -134
- package/lib/core/BoxedTable/DraggableRow/index.js +20 -13
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/DraggableRow/styles.js +18 -14
- package/lib/core/BoxedTable/HeaderCell/index.js +17 -9
- package/lib/core/BoxedTable/HeaderCell/styles.js +13 -5
- package/lib/core/BoxedTable/RowCell/index.js +14 -6
- package/lib/core/BoxedTable/RowCell/styles.js +21 -18
- package/lib/core/BoxedTable/TableHeader/index.js +12 -5
- package/lib/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableHeader/styles.js +10 -4
- package/lib/core/BoxedTable/TableRow/index.js +27 -18
- package/lib/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableRow/styles.js +19 -16
- package/lib/core/BoxedTable/index.js +18 -11
- package/lib/core/BoxedTable/models.js +5 -1
- package/lib/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/styles.js +22 -22
- package/lib/core/Button/Button.stories.js +29 -22
- package/lib/core/Button/index.d.ts.map +1 -1
- package/lib/core/Button/index.js +22 -14
- package/lib/core/Button/styles.js +30 -32
- package/lib/core/Calendar/Calendar.stories.js +17 -10
- package/lib/core/Calendar/CalendarEvent/index.js +35 -26
- package/lib/core/Calendar/CalendarEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarEvent/styles.js +19 -16
- package/lib/core/Calendar/CalendarSmallEvent/index.js +34 -25
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarSmallEvent/styles.js +19 -16
- package/lib/core/Calendar/index.d.ts +0 -1
- package/lib/core/Calendar/index.d.ts.map +1 -1
- package/lib/core/Calendar/index.js +47 -41
- package/lib/core/Calendar/styles.d.ts.map +1 -1
- package/lib/core/Calendar/styles.js +22 -18
- package/lib/core/Calendar/util.js +11 -4
- package/lib/core/Card/Card.stories.js +29 -22
- package/lib/core/Card/index.js +17 -9
- package/lib/core/Card/styles.js +20 -21
- package/lib/core/Checkbox/Checkbox.stories.js +15 -8
- package/lib/core/Checkbox/index.js +20 -11
- package/lib/core/Checkbox/styles.js +14 -12
- package/lib/core/CollapseList/CollapseList.stories.js +27 -20
- package/lib/core/CollapseList/Item.js +23 -15
- package/lib/core/CollapseList/index.js +15 -7
- package/lib/core/CollapseList/styles.d.ts.map +1 -1
- package/lib/core/CollapseList/styles.js +14 -8
- package/lib/core/CommentsTimeline/CommentLine/index.js +25 -18
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.js +18 -12
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.js +32 -25
- package/lib/core/CommentsTimeline/index.js +12 -5
- package/lib/core/CommentsTimeline/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/styles.js +10 -4
- package/lib/core/CustomText/CustomText.stories.js +14 -7
- package/lib/core/CustomText/index.js +18 -10
- package/lib/core/CustomText/styles.d.ts.map +1 -1
- package/lib/core/CustomText/styles.js +13 -8
- package/lib/core/Datepicker/Datepicker.stories.js +22 -15
- package/lib/core/Datepicker/index.js +57 -47
- package/lib/core/Datepicker/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/styles.js +25 -20
- package/lib/core/DatepickerRange/DatepickerRange.stories.js +14 -7
- package/lib/core/DatepickerRange/index.js +20 -13
- package/lib/core/DatepickerRange/styles.d.ts.map +1 -1
- package/lib/core/DatepickerRange/styles.js +21 -15
- package/lib/core/Divider/index.js +13 -6
- package/lib/core/Divider/styles.js +14 -10
- package/lib/core/Dropdown/Dropdown.stories.js +23 -16
- package/lib/core/Dropdown/index.js +29 -19
- package/lib/core/Dropdown/styles.js +12 -7
- package/lib/core/DropdownMenu/DropdownMenu.stories.js +27 -20
- package/lib/core/DropdownMenu/DropdownMenuOption.js +15 -7
- package/lib/core/DropdownMenu/index.js +21 -12
- package/lib/core/DropdownMenu/styles.d.ts.map +1 -1
- package/lib/core/DropdownMenu/styles.js +15 -9
- package/lib/core/FileInput/FileInput.stories.js +20 -13
- package/lib/core/FileInput/index.js +42 -33
- package/lib/core/FileInput/styles.d.ts.map +1 -1
- package/lib/core/FileInput/styles.js +34 -36
- package/lib/core/GoogleButton/GoogleButton.stories.js +11 -4
- package/lib/core/GoogleButton/index.js +14 -7
- package/lib/core/GoogleButton/styles.d.ts.map +1 -1
- package/lib/core/GoogleButton/styles.js +10 -4
- package/lib/core/Header/Header.stories.js +18 -11
- package/lib/core/Header/index.js +14 -6
- package/lib/core/Header/styles.js +18 -12
- package/lib/core/HighlightText/HighlightText.stories.js +12 -5
- package/lib/core/HighlightText/index.js +16 -9
- package/lib/core/HighlightText/styles.d.ts.map +1 -1
- package/lib/core/HighlightText/styles.js +10 -4
- package/lib/core/Html/Html.stories.js +18 -11
- package/lib/core/Html/index.js +16 -8
- package/lib/core/Html/styles.js +15 -11
- package/lib/core/Image/Image.stories.js +15 -8
- package/lib/core/Image/index.js +19 -10
- package/lib/core/Image/styles.js +15 -11
- package/lib/core/ImagePicker/IconWithBackground.js +14 -7
- package/lib/core/ImagePicker/ImagePicker.stories.js +17 -10
- package/lib/core/ImagePicker/UploadButton.js +21 -13
- package/lib/core/ImagePicker/index.js +49 -41
- package/lib/core/ImagePicker/styles.js +24 -24
- package/lib/core/ImageViewer/ImageViewer.stories.js +11 -4
- package/lib/core/ImageViewer/index.js +45 -37
- package/lib/core/ImageViewer/styles.js +15 -12
- package/lib/core/InfoButton/InfoButton.stories.js +22 -15
- package/lib/core/InfoButton/index.js +25 -15
- package/lib/core/InfoButton/styles.d.ts.map +1 -1
- package/lib/core/InfoButton/styles.js +24 -21
- package/lib/core/Input/Input.stories.js +35 -28
- package/lib/core/Input/index.js +47 -38
- package/lib/core/Input/styles.js +28 -27
- package/lib/core/Link/Link.stories.js +19 -12
- package/lib/core/Link/index.js +21 -13
- package/lib/core/Link/styles.d.ts.map +1 -1
- package/lib/core/Link/styles.js +29 -24
- package/lib/core/List/Item.js +11 -5
- package/lib/core/List/List.stories.js +72 -65
- package/lib/core/List/index.js +23 -10
- package/lib/core/List/styles.js +20 -18
- package/lib/core/ListPager/ListPager.stories.js +11 -4
- package/lib/core/ListPager/index.js +24 -17
- package/lib/core/ListPager/styles.d.ts.map +1 -1
- package/lib/core/ListPager/styles.js +15 -9
- package/lib/core/MediaCarousel/MediaCarousel.stories.js +12 -5
- package/lib/core/MediaCarousel/index.js +30 -23
- package/lib/core/MediaCarousel/styles.d.ts.map +1 -1
- package/lib/core/MediaCarousel/styles.js +18 -13
- package/lib/core/Modal/ActionButtons/index.js +15 -8
- package/lib/core/Modal/Modal.stories.js +49 -42
- package/lib/core/Modal/index.js +51 -41
- package/lib/core/Modal/styles.d.ts.map +1 -1
- package/lib/core/Modal/styles.js +26 -22
- package/lib/core/NoticeCard/NoticeCard.stories.js +15 -8
- package/lib/core/NoticeCard/index.js +50 -41
- package/lib/core/NoticeCard/models.js +7 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +24 -17
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +16 -10
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.js +17 -8
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +10 -4
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +23 -16
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +13 -8
- package/lib/core/NoticeCard/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/styles.js +18 -13
- package/lib/core/NoticeCard/utils.js +20 -11
- package/lib/core/NotificationCounter/NotificationCounter.stories.js +15 -8
- package/lib/core/NotificationCounter/index.js +11 -5
- package/lib/core/NotificationCounter/styles.js +9 -3
- package/lib/core/NotificationsMenu/NotificationRow/index.js +18 -11
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/styles.js +16 -11
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +22 -15
- package/lib/core/NotificationsMenu/index.js +30 -21
- package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/styles.js +12 -6
- package/lib/core/PieChart/ActiveShape/index.js +14 -9
- package/lib/core/PieChart/PieChart.stories.js +19 -12
- package/lib/core/PieChart/index.js +32 -23
- package/lib/core/PieChart/renderTextContent/index.js +15 -10
- package/lib/core/PieChart/styles.d.ts.map +1 -1
- package/lib/core/PieChart/styles.js +13 -7
- package/lib/core/PreemptionCard/PreemptionCard.stories.js +14 -7
- package/lib/core/PreemptionCard/index.js +45 -38
- package/lib/core/PreemptionCard/models.js +7 -1
- package/lib/core/PreemptionCard/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCard/styles.js +18 -14
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.js +14 -7
- package/lib/core/PreemptionCardLoading/index.js +19 -12
- package/lib/core/PreemptionCardLoading/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/styles.js +14 -10
- package/lib/core/QuillEditor/QuillEditor.stories.js +31 -24
- package/lib/core/QuillEditor/classes/LinkSanitizer.js +12 -4
- package/lib/core/QuillEditor/classes/ListItem.js +10 -3
- package/lib/core/QuillEditor/config.d.ts +3 -3
- package/lib/core/QuillEditor/config.js +8 -2
- package/lib/core/QuillEditor/index.js +61 -54
- package/lib/core/QuillEditor/models.js +5 -1
- package/lib/core/QuillEditor/styles.d.ts.map +1 -1
- package/lib/core/QuillEditor/styles.js +15 -10
- package/lib/core/Radio/Radio.stories.js +27 -20
- package/lib/core/Radio/index.js +16 -8
- package/lib/core/Radio/styles.js +13 -9
- package/lib/core/SearchFilter/SearchFilter.stories.js +36 -29
- package/lib/core/SearchFilter/index.js +53 -43
- package/lib/core/SearchFilter/styles.d.ts.map +1 -1
- package/lib/core/SearchFilter/styles.js +33 -32
- package/lib/core/SearchSelect/SearchSelect.stories.js +18 -11
- package/lib/core/SearchSelect/hooks/useSelectSearch.js +13 -7
- package/lib/core/SearchSelect/index.js +36 -26
- package/lib/core/SearchSelect/interface/IProps.js +5 -1
- package/lib/core/SearchSelect/styles.d.ts.map +1 -1
- package/lib/core/SearchSelect/styles.js +19 -17
- package/lib/core/Select/Option.js +18 -10
- package/lib/core/Select/Select.stories.js +85 -78
- package/lib/core/Select/index.js +46 -31
- package/lib/core/Select/styles.d.ts.map +1 -1
- package/lib/core/Select/styles.js +33 -33
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.js +21 -14
- package/lib/core/SimpleBarChart/index.js +27 -20
- package/lib/core/SimpleBarChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/styles.js +9 -2
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.js +24 -17
- package/lib/core/SimpleLineChart/index.js +25 -18
- package/lib/core/SimpleLineChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/styles.js +9 -2
- package/lib/core/Skeleton/Skeleton.stories.js +14 -7
- package/lib/core/Skeleton/index.js +14 -7
- package/lib/core/Skeleton/styles.d.ts.map +1 -1
- package/lib/core/Skeleton/styles.js +14 -7
- package/lib/core/Spinner/Spinner.stories.js +19 -12
- package/lib/core/Spinner/index.js +14 -6
- package/lib/core/Spinner/styles.js +14 -9
- package/lib/core/Stepper/MobileStep/index.js +17 -10
- package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -1
- package/lib/core/Stepper/MobileStep/styles.js +20 -18
- package/lib/core/Stepper/Step/index.js +31 -25
- package/lib/core/Stepper/Step/styles.d.ts.map +1 -1
- package/lib/core/Stepper/Step/styles.js +18 -13
- package/lib/core/Stepper/Stepper.stories.js +11 -4
- package/lib/core/Stepper/index.js +27 -18
- package/lib/core/Stepper/styles.d.ts.map +1 -1
- package/lib/core/Stepper/styles.js +13 -7
- package/lib/core/TabBar/TabBar.stories.js +19 -12
- package/lib/core/TabBar/TabItem/index.js +14 -7
- package/lib/core/TabBar/TabItem/styles.d.ts.map +1 -1
- package/lib/core/TabBar/TabItem/styles.js +10 -4
- package/lib/core/TabBar/index.js +12 -5
- package/lib/core/TabBar/styles.d.ts.map +1 -1
- package/lib/core/TabBar/styles.js +10 -4
- package/lib/core/TabNav/TabContext.js +21 -12
- package/lib/core/TabNav/TabNav.stories.js +85 -78
- package/lib/core/TabNav/TabNavItem/index.js +36 -26
- package/lib/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/core/TabNav/TabNavItem/styles.js +18 -11
- package/lib/core/TabNav/index.js +38 -28
- package/lib/core/TabNav/styles.d.ts.map +1 -1
- package/lib/core/TabNav/styles.js +23 -18
- package/lib/core/TabNav/utils/useContainerDimensions.js +13 -6
- package/lib/core/Table/Cell.js +14 -6
- package/lib/core/Table/Row.js +13 -6
- package/lib/core/Table/Table.stories.js +41 -34
- package/lib/core/Table/index.js +28 -10
- package/lib/core/Table/styles.d.ts.map +1 -1
- package/lib/core/Table/styles.js +27 -27
- package/lib/core/Tag/Tag.stories.js +28 -21
- package/lib/core/Tag/index.js +22 -14
- package/lib/core/Tag/styles.js +22 -21
- package/lib/core/Text/Text.stories.js +25 -18
- package/lib/core/Text/index.js +14 -6
- package/lib/core/Text/styles.js +25 -28
- package/lib/core/Textarea/Textarea.stories.js +15 -8
- package/lib/core/Textarea/index.js +24 -15
- package/lib/core/Textarea/styles.d.ts.map +1 -1
- package/lib/core/Textarea/styles.js +20 -15
- package/lib/core/Timeline/Timeline.stories.js +17 -10
- package/lib/core/Timeline/TimelineStep/index.js +21 -13
- package/lib/core/Timeline/TimelineStep/styles.d.ts.map +1 -1
- package/lib/core/Timeline/TimelineStep/styles.js +19 -14
- package/lib/core/Timeline/index.js +12 -5
- package/lib/core/Timeline/styles.d.ts.map +1 -1
- package/lib/core/Timeline/styles.js +10 -4
- package/lib/core/Timepicker/Timepicker.stories.js +25 -18
- package/lib/core/Timepicker/index.js +35 -27
- package/lib/core/Timepicker/styles.d.ts.map +1 -1
- package/lib/core/Timepicker/styles.js +19 -16
- package/lib/core/Tooltip/Tooptip.stories.js +13 -6
- package/lib/core/Tooltip/index.js +24 -16
- package/lib/core/Tooltip/styles.js +10 -5
- package/lib/core/UnitIllustration/index.js +25 -19
- package/lib/core/UserMenu/UserMenu.stories.js +33 -26
- package/lib/core/UserMenu/UserMenuOption.js +15 -7
- package/lib/core/UserMenu/index.js +39 -30
- package/lib/core/UserMenu/styles.d.ts.map +1 -1
- package/lib/core/UserMenu/styles.js +23 -19
- package/lib/core/Video/Video.stories.js +20 -13
- package/lib/core/Video/index.js +19 -11
- package/lib/core/Video/styles.d.ts.map +1 -1
- package/lib/core/Video/styles.js +10 -4
- package/lib/core/YearWheel/YearWheel.stories.js +15 -8
- package/lib/core/YearWheel/index.js +65 -57
- package/lib/core/YearWheel/styles.d.ts.map +1 -1
- package/lib/core/YearWheel/styles.js +15 -7
- package/lib/core/private/ButtonOrLink.js +18 -9
- package/lib/core/private/preemption.js +9 -1
- package/lib/core/utils/debounce.js +10 -4
- package/lib/enums/Keyboard.js +7 -2
- package/lib/global.d.js +3 -2
- package/lib/globals/styles/breakpoints.js +7 -1
- package/lib/globals/styles/paddings.js +7 -1
- package/lib/globals/styles/styles.js +9 -4
- package/lib/globals/validation/regularExpressions.js +7 -1
- package/lib/hooks/useIsMobile.js +12 -5
- package/lib/hooks/useScreenOrientation.js +12 -5
- package/lib/icons/General/IconApartment.js +13 -6
- package/lib/icons/General/IconArchives.js +13 -6
- package/lib/icons/General/IconArea.js +13 -6
- package/lib/icons/General/IconArrowDown.js +13 -6
- package/lib/icons/General/IconArrowLeft.js +13 -6
- package/lib/icons/General/IconArrowRight.js +13 -6
- package/lib/icons/General/IconArrowUp.js +13 -6
- package/lib/icons/General/IconAttachment.js +13 -6
- package/lib/icons/General/IconAuditorFilled.js +24 -17
- package/lib/icons/General/IconAuditorOutline.js +24 -17
- package/lib/icons/General/IconBack.js +13 -6
- package/lib/icons/General/IconBath.js +13 -6
- package/lib/icons/General/IconBblFlame.js +13 -6
- package/lib/icons/General/IconBblShield.js +13 -6
- package/lib/icons/General/IconBblWater.js +13 -6
- package/lib/icons/General/IconBellFilled.js +13 -6
- package/lib/icons/General/IconBellOutline.js +13 -6
- package/lib/icons/General/IconBlock.js +13 -6
- package/lib/icons/General/IconBoard.js +13 -6
- package/lib/icons/General/IconBookmarkFilled.js +13 -6
- package/lib/icons/General/IconBookmarkOutline.js +13 -6
- package/lib/icons/General/IconBus.js +13 -6
- package/lib/icons/General/IconCalendar.js +13 -6
- package/lib/icons/General/IconCamera.js +14 -7
- package/lib/icons/General/IconCar.js +13 -6
- package/lib/icons/General/IconCaretDown.js +13 -6
- package/lib/icons/General/IconCaretLeft.js +13 -6
- package/lib/icons/General/IconCaretRight.js +13 -6
- package/lib/icons/General/IconCaretUp.js +13 -6
- package/lib/icons/General/IconCases.js +28 -21
- package/lib/icons/General/IconCheck.js +13 -6
- package/lib/icons/General/IconCheckedFilled.js +13 -6
- package/lib/icons/General/IconCheckedOutline.js +13 -6
- package/lib/icons/General/IconChevronDown.js +13 -6
- package/lib/icons/General/IconChevronLeft.js +13 -6
- package/lib/icons/General/IconChevronRight.js +13 -6
- package/lib/icons/General/IconChoice.js +13 -6
- package/lib/icons/General/IconClose.js +13 -6
- package/lib/icons/General/IconCloseAlt.js +13 -6
- package/lib/icons/General/IconComment.js +13 -6
- package/lib/icons/General/IconCommunication.js +13 -6
- package/lib/icons/General/IconCommunicationFilled.js +13 -6
- package/lib/icons/General/IconCompanyBuilding.js +13 -6
- package/lib/icons/General/IconCompanyBuildingFilled.js +13 -6
- package/lib/icons/General/IconCompanyBuildingOutline.js +13 -6
- package/lib/icons/General/IconDashboard.js +13 -6
- package/lib/icons/General/IconDashboardFilled.js +13 -6
- package/lib/icons/General/IconDelete.js +13 -6
- package/lib/icons/General/IconDocument.js +23 -16
- package/lib/icons/General/IconDocumentFilled.js +23 -16
- package/lib/icons/General/IconDoor.js +13 -6
- package/lib/icons/General/IconDotFilled.js +13 -6
- package/lib/icons/General/IconDotOutline.js +13 -6
- package/lib/icons/General/IconDownload.js +13 -6
- package/lib/icons/General/IconDraft.js +13 -6
- package/lib/icons/General/IconEarth.js +13 -6
- package/lib/icons/General/IconEconomy.js +13 -6
- package/lib/icons/General/IconEconomyFilled.js +13 -6
- package/lib/icons/General/IconEdit.js +13 -6
- package/lib/icons/General/IconElevator.js +13 -6
- package/lib/icons/General/IconEmailMarkAsRead.js +12 -5
- package/lib/icons/General/IconErrorFilled.js +13 -6
- package/lib/icons/General/IconErrorOutline.js +13 -6
- package/lib/icons/General/IconExternalLink.js +13 -6
- package/lib/icons/General/IconEye.js +13 -6
- package/lib/icons/General/IconEyeDeny.js +13 -6
- package/lib/icons/General/IconFamily.js +13 -6
- package/lib/icons/General/IconFerry.js +13 -6
- package/lib/icons/General/IconFile.js +13 -6
- package/lib/icons/General/IconFileAdd.js +13 -6
- package/lib/icons/General/IconFileCopy.js +13 -6
- package/lib/icons/General/IconFileEdit.js +13 -6
- package/lib/icons/General/IconFileExcel.js +13 -6
- package/lib/icons/General/IconFilePDF.js +13 -6
- package/lib/icons/General/IconFileWord.js +13 -6
- package/lib/icons/General/IconFillOut.js +15 -8
- package/lib/icons/General/IconFilterList.js +13 -6
- package/lib/icons/General/IconFloor.js +13 -6
- package/lib/icons/General/IconForward.js +13 -6
- package/lib/icons/General/IconFullscreenClose.js +13 -6
- package/lib/icons/General/IconFullscreenOpen.js +13 -6
- package/lib/icons/General/IconGarage.js +13 -6
- package/lib/icons/General/IconGrid.js +13 -6
- package/lib/icons/General/IconGym.js +13 -6
- package/lib/icons/General/IconHearth.js +13 -6
- package/lib/icons/General/IconHearthOutline.js +13 -6
- package/lib/icons/General/IconHelp.js +13 -6
- package/lib/icons/General/IconHistory.js +13 -6
- package/lib/icons/General/IconHomeFilled.js +20 -13
- package/lib/icons/General/IconHomeOutline.js +20 -13
- package/lib/icons/General/IconHouse.js +13 -6
- package/lib/icons/General/IconHouseBlockFilled.js +20 -13
- package/lib/icons/General/IconHouseBlockOutline.js +20 -13
- package/lib/icons/General/IconHouseOutline.js +13 -6
- package/lib/icons/General/IconHumans.js +13 -6
- package/lib/icons/General/IconImage.js +14 -7
- package/lib/icons/General/IconImportantComment.js +13 -6
- package/lib/icons/General/IconInbox.js +13 -6
- package/lib/icons/General/IconInfoFilled.js +13 -6
- package/lib/icons/General/IconInfoOutline.js +13 -6
- package/lib/icons/General/IconJanitorFilled.js +24 -17
- package/lib/icons/General/IconJanitorOutline.js +24 -17
- package/lib/icons/General/IconJointcost.js +13 -6
- package/lib/icons/General/IconJointcost2.js +13 -6
- package/lib/icons/General/IconKey.js +13 -6
- package/lib/icons/General/IconKitchen.js +13 -6
- package/lib/icons/General/IconLabel.js +13 -6
- package/lib/icons/General/IconLeafFilled.js +23 -16
- package/lib/icons/General/IconLeafOutline.js +25 -18
- package/lib/icons/General/IconLeisureTime.js +13 -6
- package/lib/icons/General/IconLock.js +13 -6
- package/lib/icons/General/IconLockLocked.js +13 -6
- package/lib/icons/General/IconLockOpen.js +13 -6
- package/lib/icons/General/IconLookup.js +13 -6
- package/lib/icons/General/IconLookupFilled.js +13 -6
- package/lib/icons/General/IconMail.js +13 -6
- package/lib/icons/General/IconMap.js +13 -6
- package/lib/icons/General/IconMedal.js +12 -5
- package/lib/icons/General/IconMembership.js +13 -6
- package/lib/icons/General/IconMembershipFilled.js +13 -6
- package/lib/icons/General/IconMenu.js +13 -6
- package/lib/icons/General/IconMinus.js +13 -6
- package/lib/icons/General/IconMinusAlt.js +13 -6
- package/lib/icons/General/IconMinusAltFilled.js +13 -6
- package/lib/icons/General/IconMoney.js +13 -6
- package/lib/icons/General/IconParking.js +13 -6
- package/lib/icons/General/IconPaymentCard.js +13 -6
- package/lib/icons/General/IconPercent.js +12 -5
- package/lib/icons/General/IconPhone.js +13 -6
- package/lib/icons/General/IconPinned.js +13 -6
- package/lib/icons/General/IconPlus.js +13 -6
- package/lib/icons/General/IconPlusAlt.js +13 -6
- package/lib/icons/General/IconPortalUser.js +13 -6
- package/lib/icons/General/IconPrint.js +13 -6
- package/lib/icons/General/IconProfile.js +13 -6
- package/lib/icons/General/IconProfileFilled.js +13 -6
- package/lib/icons/General/IconRearrange.js +23 -16
- package/lib/icons/General/IconReciept.js +13 -6
- package/lib/icons/General/IconRedo.js +13 -6
- package/lib/icons/General/IconRefresh.js +13 -6
- package/lib/icons/General/IconReply.js +13 -6
- package/lib/icons/General/IconReplyAll.js +13 -6
- package/lib/icons/General/IconRoom.js +13 -6
- package/lib/icons/General/IconSave.js +13 -6
- package/lib/icons/General/IconSearch.js +13 -6
- package/lib/icons/General/IconSend.js +13 -6
- package/lib/icons/General/IconSettings.js +13 -6
- package/lib/icons/General/IconShopping.js +13 -6
- package/lib/icons/General/IconSign.js +13 -6
- package/lib/icons/General/IconSliders.js +13 -6
- package/lib/icons/General/IconSort.js +13 -6
- package/lib/icons/General/IconStarFilled.js +13 -6
- package/lib/icons/General/IconStarHalf.js +13 -6
- package/lib/icons/General/IconStarOutline.js +13 -6
- package/lib/icons/General/IconStore.js +13 -6
- package/lib/icons/General/IconSubway.js +13 -6
- package/lib/icons/General/IconSwitch.js +13 -6
- package/lib/icons/General/IconTrain.js +13 -6
- package/lib/icons/General/IconTram.js +13 -6
- package/lib/icons/General/IconTransport.js +13 -6
- package/lib/icons/General/IconTypeOfBuilding.js +13 -6
- package/lib/icons/General/IconTypeOfBuildingOutline.js +13 -6
- package/lib/icons/General/IconUndo.js +13 -6
- package/lib/icons/General/IconUpload.js +13 -6
- package/lib/icons/General/IconUser.js +13 -6
- package/lib/icons/General/IconUserThin.js +13 -6
- package/lib/icons/General/IconVote.js +13 -6
- package/lib/icons/General/IconWalk.js +13 -6
- package/lib/icons/General/IconWarning.js +13 -6
- package/lib/icons/General/IconWarningBell.js +13 -6
- package/lib/icons/General/IconWork.js +13 -6
- package/lib/icons/General/IconWorkFilled.js +13 -6
- package/lib/icons/General/IconZip.js +13 -6
- package/lib/icons/Icon.stories.js +393 -389
- package/lib/icons/Logos/IconAmericanExpress.js +13 -6
- package/lib/icons/Logos/IconBankAxept.js +21 -14
- package/lib/icons/Logos/IconGmail.js +15 -8
- package/lib/icons/Logos/IconMasterCard.js +18 -11
- package/lib/icons/Logos/IconOffice365.js +41 -34
- package/lib/icons/Logos/IconVisa.js +18 -11
- package/lib/icons/withIcon.js +13 -6
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.js +1228 -1221
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1468 -1459
- package/lib/illustrations/General/IllustrationBudget.js +66 -59
- package/lib/illustrations/General/IllustrationError.js +134 -127
- package/lib/illustrations/General/IllustrationErrorGeneric.js +121 -114
- package/lib/illustrations/General/IllustrationHighHouse.js +46 -39
- package/lib/illustrations/General/IllustrationHighHouseComposition.js +68 -61
- package/lib/illustrations/General/IllustrationHouse.js +26 -19
- package/lib/illustrations/General/IllustrationHouseComposition.js +43 -36
- package/lib/illustrations/General/IllustrationHouseMissing.js +52 -45
- package/lib/illustrations/General/IllustrationLowHouse.js +31 -24
- package/lib/illustrations/General/IllustrationLowHouseComposition.js +53 -46
- package/lib/illustrations/General/IllustrationPaperCompleted.js +71 -64
- package/lib/illustrations/General/IllustrationPaperMissing.js +77 -70
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.js +27 -20
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.js +47 -40
- package/lib/illustrations/General/IllustrationServiceMessage.js +21 -13
- package/lib/illustrations/General/IllustrationSmallHouse.js +21 -14
- package/lib/illustrations/General/IllustrationSmallHouseComposition.js +41 -34
- package/lib/illustrations/General/IllustrationTechninalDifficulties.js +40 -32
- package/lib/illustrations/General/IllustrationTerraceBlock.js +40 -33
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.js +60 -53
- package/lib/illustrations/General/IllustrationTownHouse.js +31 -24
- package/lib/illustrations/General/IllustrationTownHouseComposition.js +53 -46
- package/lib/illustrations/Illustration.stories.js +97 -90
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +34 -27
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.js +61 -54
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.js +48 -41
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.js +43 -36
- package/lib/illustrations/MySite/IllustrationMySiteComputer.js +47 -40
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +46 -39
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +42 -35
- package/lib/illustrations/MySite/IllustrationMySiteGift.js +76 -69
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.js +30 -23
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.js +38 -31
- package/lib/illustrations/MySite/IllustrationMySitePapers.js +67 -60
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.js +59 -52
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.js +34 -27
- package/lib/illustrations/styles.js +13 -7
- package/lib/illustrations/withIllustration.js +15 -7
- package/lib/index.js +2396 -326
- package/lib/layout/Footer/Footer.stories.js +34 -27
- package/lib/layout/Footer/FooterButton/index.js +13 -5
- package/lib/layout/Footer/FooterButton/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterButton/styles.js +11 -5
- package/lib/layout/Footer/FooterCol/index.js +12 -5
- package/lib/layout/Footer/FooterCol/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterCol/styles.js +10 -4
- package/lib/layout/Footer/FooterGroup/index.js +12 -5
- package/lib/layout/Footer/FooterGroup/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterGroup/styles.js +10 -4
- package/lib/layout/Footer/FooterLabel/index.js +12 -5
- package/lib/layout/Footer/FooterLabel/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLabel/styles.js +10 -4
- package/lib/layout/Footer/FooterLink/index.js +13 -5
- package/lib/layout/Footer/FooterLink/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLink/styles.js +11 -5
- package/lib/layout/Footer/index.js +15 -7
- package/lib/layout/Footer/styles.d.ts.map +1 -1
- package/lib/layout/Footer/styles.js +14 -6
- package/lib/layout/Layout/Layout.stories.js +14 -7
- package/lib/layout/Layout/index.js +12 -5
- package/lib/layout/Layout/styles.d.ts.map +1 -1
- package/lib/layout/Layout/styles.js +11 -4
- package/lib/layout/LayoutShell/LayoutShell.stories.js +28 -21
- package/lib/layout/LayoutShell/index.js +24 -15
- package/lib/layout/LayoutShell/styles.d.ts.map +1 -1
- package/lib/layout/LayoutShell/styles.js +24 -20
- package/lib/layout/Menu/AppPicker/index.js +21 -14
- package/lib/layout/Menu/AppPicker/styles.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/styles.js +18 -12
- package/lib/layout/Menu/MainMenu/index.js +13 -6
- package/lib/layout/Menu/MainMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MainMenu/styles.js +13 -6
- package/lib/layout/Menu/MenuItem/index.js +18 -11
- package/lib/layout/Menu/MenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuItem/styles.js +16 -10
- package/lib/layout/Menu/MenuSpacer/index.js +12 -5
- package/lib/layout/Menu/MenuSpacer/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuSpacer/styles.js +11 -4
- package/lib/layout/Menu/MenuTop/index.js +16 -8
- package/lib/layout/Menu/MenuTop/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuTop/styles.js +17 -11
- package/lib/layout/Menu/SecondaryMenu/index.js +21 -14
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/SecondaryMenu/styles.js +19 -12
- package/lib/layout/Menu/SecondaryMenuItem/index.js +16 -9
- package/lib/layout/Menu/SecondaryMenuItem/styles.js +12 -5
- package/lib/layout/Menu/Sidemenu.stories.js +93 -86
- package/lib/layout/Menu/index.js +14 -7
- package/lib/layout/Menu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/styles.js +12 -5
- package/lib/layout/Submenu/Submenu.stories.js +35 -28
- package/lib/layout/Submenu/SubmenuItem/index.js +32 -22
- package/lib/layout/Submenu/SubmenuItem/styles.js +17 -10
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.js +20 -13
- package/lib/layout/Submenu/index.js +45 -35
- package/lib/layout/Submenu/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/styles.js +30 -25
- package/lib/layout/Topbar/Topbar.stories.js +15 -8
- package/lib/layout/Topbar/index.js +12 -5
- package/lib/layout/Topbar/styles.js +9 -2
- package/lib/shared/components/SbIconGrid/index.js +15 -9
- package/lib/shared/components/VisuallyHidden/index.d.ts.map +1 -1
- package/lib/shared/components/VisuallyHidden/index.js +11 -5
- package/lib/shared/recharts/CustomLegend/index.js +20 -12
- package/lib/shared/recharts/CustomLegend/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomLegend/styles.js +14 -8
- package/lib/shared/recharts/CustomTooltip/index.js +26 -19
- package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomTooltip/styles.js +15 -10
- package/lib/utils/accountNumber.js +8 -1
- package/lib/utils/alpha.js +7 -2
- package/lib/utils/array.js +7 -1
- package/lib/utils/dates.js +25 -15
- package/lib/utils/file.js +11 -3
- package/lib/utils/format.js +18 -4
- package/lib/utils/formatGraphPrice.js +7 -2
- package/lib/utils/image.js +7 -1
- package/lib/utils/pagination.js +11 -1
- package/lib/utils/phone.js +7 -1
- package/lib/utils/removeFocusOnMouseUp.js +7 -1
- package/lib/utils/time.js +25 -12
- package/lib/utils/url.js +8 -1
- package/lib/utils/useSnorreTheme.js +15 -9
- package/lib/v2/Memberbenefits/MemberbenefitsCard/MemberbenefitsCard.stories.js +20 -14
- package/lib/v2/Memberbenefits/MemberbenefitsCard/index.js +43 -34
- package/lib/v2/Memberbenefits/MemberbenefitsCard/model.js +7 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.d.ts.map +1 -1
- package/lib/v2/Memberbenefits/MemberbenefitsCard/styles.js +31 -35
- package/lib/v2/core/Box/Box.stories.js +31 -24
- package/lib/v2/core/Box/index.js +31 -21
- package/lib/v2/core/Box/styles.d.ts.map +1 -1
- package/lib/v2/core/Box/styles.js +26 -22
- package/lib/v2/core/BoxedTable/BoxedTable.stories.js +141 -134
- package/lib/v2/core/BoxedTable/DraggableRow/index.js +20 -13
- package/lib/v2/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/DraggableRow/styles.js +18 -14
- package/lib/v2/core/BoxedTable/HeaderCell/index.js +19 -11
- package/lib/v2/core/BoxedTable/HeaderCell/styles.js +13 -5
- package/lib/v2/core/BoxedTable/RowCell/index.js +14 -6
- package/lib/v2/core/BoxedTable/RowCell/styles.js +21 -18
- package/lib/v2/core/BoxedTable/TableHeader/index.js +12 -5
- package/lib/v2/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/TableHeader/styles.js +10 -4
- package/lib/v2/core/BoxedTable/TableRow/index.js +27 -18
- package/lib/v2/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/TableRow/styles.js +19 -16
- package/lib/v2/core/BoxedTable/index.js +24 -15
- package/lib/v2/core/BoxedTable/models.js +5 -1
- package/lib/v2/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/v2/core/BoxedTable/styles.js +27 -31
- package/lib/v2/core/Button/Button.stories.js +42 -35
- package/lib/v2/core/Button/index.d.ts.map +1 -1
- package/lib/v2/core/Button/index.js +22 -14
- package/lib/v2/core/Button/styles.js +30 -31
- package/lib/v2/core/ButtonsFilter/ButtonsFilter.stories.js +13 -6
- package/lib/v2/core/ButtonsFilter/index.js +20 -13
- package/lib/v2/core/ButtonsFilter/styles.d.ts.map +1 -1
- package/lib/v2/core/ButtonsFilter/styles.js +10 -4
- package/lib/v2/core/Chip/Chip.stories.js +25 -18
- package/lib/v2/core/Chip/index.js +21 -14
- package/lib/v2/core/Chip/styles.d.ts.map +1 -1
- package/lib/v2/core/Chip/styles.js +22 -17
- package/lib/v2/core/TabNav/TabContext.js +21 -12
- package/lib/v2/core/TabNav/TabNav.stories.js +85 -78
- package/lib/v2/core/TabNav/TabNavItem/index.js +36 -26
- package/lib/v2/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/v2/core/TabNav/TabNavItem/styles.js +19 -13
- package/lib/v2/core/TabNav/index.js +38 -28
- package/lib/v2/core/TabNav/styles.d.ts.map +1 -1
- package/lib/v2/core/TabNav/styles.js +21 -17
- package/lib/v2/core/TabNav/utils/useContainerDimensions.js +13 -6
- package/lib/v2/hooks/useOverflow.js +14 -8
- package/lib/v2/index.js +97 -14
- package/package.json +14 -5
@@ -1,15 +1,22 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = void 0;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
4
11
|
const IconAmericanExpress = props => {
|
5
|
-
return /*#__PURE__*/
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
6
13
|
viewBox: "0 0 400 300",
|
7
14
|
...props,
|
8
|
-
children: /*#__PURE__*/
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
9
16
|
id: "blue",
|
10
17
|
fill: "#016FD0",
|
11
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"
|
12
19
|
})
|
13
20
|
});
|
14
21
|
};
|
15
|
-
|
22
|
+
var _default = exports.default = (0, _withIcon.default)('IconAmericanExpress')(IconAmericanExpress);
|
@@ -1,38 +1,45 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = void 0;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
4
11
|
const IconBankAxept = props => {
|
5
|
-
return /*#__PURE__*/
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
6
13
|
viewBox: "0 0 1280 780",
|
7
14
|
...props,
|
8
|
-
children: [/*#__PURE__*/
|
15
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
9
16
|
fill: "#551488",
|
10
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"
|
11
|
-
}), /*#__PURE__*/
|
18
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
12
19
|
fill: "#551488",
|
13
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"
|
14
|
-
}), /*#__PURE__*/
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
15
22
|
fill: "#551488",
|
16
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"
|
17
|
-
}), /*#__PURE__*/
|
24
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
18
25
|
fill: "#551488",
|
19
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"
|
20
|
-
}), /*#__PURE__*/
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
21
28
|
fill: "#551488",
|
22
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"
|
23
|
-
}), /*#__PURE__*/
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
24
31
|
fill: "#551488",
|
25
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"
|
26
|
-
}), /*#__PURE__*/
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
27
34
|
fill: "#551488",
|
28
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"
|
29
|
-
}), /*#__PURE__*/
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
30
37
|
fill: "#551488",
|
31
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"
|
32
|
-
}), /*#__PURE__*/
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
33
40
|
fill: "#551488",
|
34
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"
|
35
42
|
})]
|
36
43
|
});
|
37
44
|
};
|
38
|
-
|
45
|
+
var _default = exports.default = (0, _withIcon.default)('IconBankAxept')(IconBankAxept);
|
@@ -1,28 +1,35 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
"use strict";
|
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 }; }
|
3
10
|
const IconGmail = () => {
|
4
|
-
return /*#__PURE__*/
|
11
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
5
12
|
width: "18",
|
6
13
|
height: "18",
|
7
14
|
viewBox: "0 0 18 18",
|
8
15
|
fill: "none",
|
9
16
|
xmlns: "http://www.w3.org/2000/svg",
|
10
|
-
children: [/*#__PURE__*/
|
17
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
11
18
|
fillRule: "evenodd",
|
12
19
|
clipRule: "evenodd",
|
13
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",
|
14
21
|
fill: "#4285F4"
|
15
|
-
}), /*#__PURE__*/
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
16
23
|
fillRule: "evenodd",
|
17
24
|
clipRule: "evenodd",
|
18
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",
|
19
26
|
fill: "#34A853"
|
20
|
-
}), /*#__PURE__*/
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
21
28
|
fillRule: "evenodd",
|
22
29
|
clipRule: "evenodd",
|
23
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",
|
24
31
|
fill: "#FBBC05"
|
25
|
-
}), /*#__PURE__*/
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
26
33
|
fillRule: "evenodd",
|
27
34
|
clipRule: "evenodd",
|
28
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",
|
@@ -30,4 +37,4 @@ const IconGmail = () => {
|
|
30
37
|
})]
|
31
38
|
});
|
32
39
|
};
|
33
|
-
|
40
|
+
var _default = exports.default = IconGmail;
|
@@ -1,33 +1,40 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = void 0;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
4
11
|
const IconMasterCard = props => {
|
5
|
-
return /*#__PURE__*/
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
6
13
|
viewBox: "0 0 131.39 86.9",
|
7
14
|
...props,
|
8
|
-
children: [/*#__PURE__*/
|
15
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
9
16
|
opacity: "0",
|
10
|
-
children: /*#__PURE__*/
|
17
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
11
18
|
fill: "#fff",
|
12
19
|
width: "131.39",
|
13
20
|
height: "86.9"
|
14
21
|
})
|
15
|
-
}), /*#__PURE__*/
|
22
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
16
23
|
fill: "#ff5f00",
|
17
24
|
x: "48.37",
|
18
25
|
y: "15.14",
|
19
26
|
width: "34.66",
|
20
27
|
height: "56.61"
|
21
|
-
}), /*#__PURE__*/
|
28
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
22
29
|
fill: "#eb001b",
|
23
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"
|
24
|
-
}), /*#__PURE__*/
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
25
32
|
fill: "#f79e1b",
|
26
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"
|
27
|
-
}), /*#__PURE__*/
|
34
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
28
35
|
fill: "#f79e1b",
|
29
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"
|
30
37
|
})]
|
31
38
|
});
|
32
39
|
};
|
33
|
-
|
40
|
+
var _default = exports.default = (0, _withIcon.default)('IconMasterCard')(IconMasterCard);
|
@@ -1,124 +1,131 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = void 0;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
4
11
|
const IconOffice365 = props => {
|
5
|
-
return /*#__PURE__*/
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
6
13
|
xmlns: "http://www.w3.org/2000/svg",
|
7
14
|
...props,
|
8
15
|
viewBox: "0 0 60 60",
|
9
|
-
children: [/*#__PURE__*/
|
10
|
-
children: [/*#__PURE__*/
|
16
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
17
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
11
18
|
id: "a",
|
12
19
|
x1: "43.567",
|
13
20
|
y1: "2.718",
|
14
21
|
x2: "43.567",
|
15
22
|
y2: "54.604",
|
16
23
|
gradientUnits: "userSpaceOnUse",
|
17
|
-
children: [/*#__PURE__*/
|
24
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
18
25
|
offset: "0",
|
19
26
|
stopColor: "#ffb900"
|
20
|
-
}), /*#__PURE__*/
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
21
28
|
offset: "0.166",
|
22
29
|
stopColor: "#ef8400"
|
23
|
-
}), /*#__PURE__*/
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
24
31
|
offset: "0.313",
|
25
32
|
stopColor: "#e25c01"
|
26
|
-
}), /*#__PURE__*/
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
27
34
|
offset: "0.429",
|
28
35
|
stopColor: "#db4401"
|
29
|
-
}), /*#__PURE__*/
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
30
37
|
offset: "0.5",
|
31
38
|
stopColor: "#d83b01"
|
32
39
|
})]
|
33
|
-
}), /*#__PURE__*/
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
34
41
|
id: "b",
|
35
42
|
x1: "34.282",
|
36
43
|
y1: "4.604",
|
37
44
|
x2: "6.721",
|
38
45
|
y2: "43.965",
|
39
46
|
gradientUnits: "userSpaceOnUse",
|
40
|
-
children: [/*#__PURE__*/
|
47
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
41
48
|
offset: "0",
|
42
49
|
stopColor: "#800600"
|
43
|
-
}), /*#__PURE__*/
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
44
51
|
offset: "0.6",
|
45
52
|
stopColor: "#c72127"
|
46
|
-
}), /*#__PURE__*/
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
47
54
|
offset: "0.728",
|
48
55
|
stopColor: "#c13959"
|
49
|
-
}), /*#__PURE__*/
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
50
57
|
offset: "0.847",
|
51
58
|
stopColor: "#bc4b81"
|
52
|
-
}), /*#__PURE__*/
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
53
60
|
offset: "0.942",
|
54
61
|
stopColor: "#b95799"
|
55
|
-
}), /*#__PURE__*/
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
56
63
|
offset: "1",
|
57
64
|
stopColor: "#b85ba2"
|
58
65
|
})]
|
59
|
-
}), /*#__PURE__*/
|
66
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
60
67
|
id: "c",
|
61
68
|
x1: "20.15",
|
62
69
|
y1: "52.75",
|
63
70
|
x2: "55.797",
|
64
71
|
y2: "52.75",
|
65
72
|
gradientUnits: "userSpaceOnUse",
|
66
|
-
children: [/*#__PURE__*/
|
73
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
67
74
|
offset: "0",
|
68
75
|
stopColor: "#f32b44"
|
69
|
-
}), /*#__PURE__*/
|
76
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
70
77
|
offset: "0.6",
|
71
78
|
stopColor: "#a4070a"
|
72
79
|
})]
|
73
|
-
}), /*#__PURE__*/
|
80
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
74
81
|
id: "d",
|
75
82
|
x1: "34.845",
|
76
83
|
y1: "3.798",
|
77
84
|
x2: "29.009",
|
78
85
|
y2: "12.134",
|
79
86
|
gradientUnits: "userSpaceOnUse",
|
80
|
-
children: [/*#__PURE__*/
|
87
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
81
88
|
offset: "0",
|
82
89
|
stopOpacity: "0.4"
|
83
|
-
}), /*#__PURE__*/
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
84
91
|
offset: "1",
|
85
92
|
stopOpacity: "0"
|
86
93
|
})]
|
87
|
-
}), /*#__PURE__*/
|
94
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
88
95
|
id: "e",
|
89
96
|
x1: "44.385",
|
90
97
|
y1: "53.552",
|
91
98
|
x2: "28.414",
|
92
99
|
y2: "52.155",
|
93
100
|
gradientUnits: "userSpaceOnUse",
|
94
|
-
children: [/*#__PURE__*/
|
101
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
95
102
|
offset: "0",
|
96
103
|
stopOpacity: "0.4"
|
97
|
-
}), /*#__PURE__*/
|
104
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
98
105
|
offset: "1",
|
99
106
|
stopOpacity: "0"
|
100
107
|
})]
|
101
108
|
})]
|
102
|
-
}), /*#__PURE__*/
|
109
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
103
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",
|
104
111
|
fill: "url(#a)"
|
105
|
-
}), /*#__PURE__*/
|
112
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
106
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",
|
107
114
|
fill: "url(#b)"
|
108
|
-
}), /*#__PURE__*/
|
115
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
109
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",
|
110
117
|
fill: "url(#c)"
|
111
|
-
}), /*#__PURE__*/
|
118
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
112
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",
|
113
120
|
fill: "url(#d)"
|
114
|
-
}), /*#__PURE__*/
|
121
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
115
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",
|
116
123
|
fill: "url(#e)"
|
117
|
-
}), /*#__PURE__*/
|
124
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
118
125
|
width: "64",
|
119
126
|
height: "64",
|
120
127
|
fill: "none"
|
121
128
|
})]
|
122
129
|
});
|
123
130
|
};
|
124
|
-
|
131
|
+
var _default = exports.default = (0, _withIcon.default)('IconOffice365')(IconOffice365);
|
@@ -1,27 +1,34 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = void 0;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _withIcon = _interopRequireDefault(require("../withIcon"));
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
4
11
|
const IconVisa = props => {
|
5
|
-
return /*#__PURE__*/
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
6
13
|
viewBox: "0 0 1000.046 323.653",
|
7
14
|
...props,
|
8
|
-
children: /*#__PURE__*/
|
15
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
9
16
|
transform: "matrix(4.4299631,0,0,4.4299631,-81.165783,-105.04783)",
|
10
|
-
children: [/*#__PURE__*/
|
17
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("polygon", {
|
11
18
|
points: "116.145,95.719 97.858,95.719 109.296,24.995 127.582,24.995 ",
|
12
19
|
fill: "#00579f"
|
13
|
-
}), /*#__PURE__*/
|
20
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
14
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",
|
15
22
|
fill: "#00579f"
|
16
|
-
}), /*#__PURE__*/
|
23
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
17
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",
|
18
25
|
id: "path13",
|
19
26
|
fill: "#00579f"
|
20
|
-
}), /*#__PURE__*/
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
21
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",
|
22
29
|
id: "path15",
|
23
30
|
fill: "#00579f"
|
24
|
-
}), /*#__PURE__*/
|
31
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
25
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",
|
26
33
|
id: "path17",
|
27
34
|
fill: "#faa61a"
|
@@ -29,4 +36,4 @@ const IconVisa = props => {
|
|
29
36
|
})
|
30
37
|
});
|
31
38
|
};
|
32
|
-
|
39
|
+
var _default = exports.default = (0, _withIcon.default)('IconVisa')(IconVisa);
|
package/lib/icons/withIcon.js
CHANGED
@@ -1,10 +1,17 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.default = withIcon;
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
8
|
+
var _react2 = require("@emotion/react");
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
11
|
+
function withIcon(name) {
|
5
12
|
return WrappedComponent => {
|
6
13
|
return function (props) {
|
7
|
-
const theme = useTheme();
|
14
|
+
const theme = (0, _react2.useTheme)();
|
8
15
|
const defaultProps = {
|
9
16
|
accessibilityLabel: props.accessibilityLabel ? props.accessibilityLabel : undefined,
|
10
17
|
decorative: props.decorative ? props.decorative : undefined,
|
@@ -50,7 +57,7 @@ export default function withIcon(name) {
|
|
50
57
|
} else {
|
51
58
|
newProps['aria-hidden'] = true;
|
52
59
|
}
|
53
|
-
return /*#__PURE__*/
|
60
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(WrappedComponent, {
|
54
61
|
...newProps
|
55
62
|
});
|
56
63
|
};
|