@sberbusiness/triplex-next 1.1.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/chunks/{AlertProcessSpoiler-Caa0745n.js → AlertProcessSpoiler-B91XiZ7K.js} +9 -9
- package/chunks/Card.module-NgdHcwYS.js +17 -0
- package/chunks/Chip-XyednI9u.js +87 -0
- package/chunks/DropdownListItem-g0mYNHIW.js +57 -0
- package/chunks/DropdownMobile.module-BBY44sVr.js +21 -0
- package/chunks/Footer.module-4a0n1yRR.js +11 -0
- package/chunks/{FormFieldInput-rV5ZVe9k.js → FormFieldInput-qaJqBTBV.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-BP0DyJae.js +9 -0
- package/chunks/HeaderTabs.module-CXcyvbb5.js +9 -0
- package/chunks/HeaderTitle.module-B-6xJFnf.js +9 -0
- package/chunks/{ListItemControlsButton-Ch-5PQYH.js → ListItemControlsButton-Ms4q9wDe.js} +10 -10
- package/chunks/ListItemTail.module-D5VudFCz.js +12 -0
- package/chunks/ListMasterFooter.module-DzXu5TSC.js +10 -0
- package/chunks/Notification.module-MX1NZXsu.js +21 -0
- package/chunks/Overlay.module-B1IlIRoo.js +18 -0
- package/chunks/Page.module-Cwb_zvqj.js +12 -0
- package/chunks/RightBorderArrow-D6ZllSTT.js +146 -0
- package/chunks/SuggestFieldMobileDropdownHint-Cc_fZLBH.js +15 -0
- package/chunks/TableFooter.module-D9_esv5A.js +13 -0
- package/chunks/TabsExtended.module--2PQhvJQ.js +16 -0
- package/chunks/TabsLine.module-CH_sqFyE.js +23 -0
- package/chunks/TooltipDesktop.module-D3cbaDX1.js +19 -0
- package/chunks/{UploadZoneInput-CXjerIVV.js → UploadZoneInput-Bkv3b0F5.js} +6 -6
- package/chunks/utils-BZFu5eVD.js +26 -0
- package/chunks/utils-CVSz7tV_.js +20 -0
- package/chunks/utils-D8e1oAR3.js +72 -0
- package/chunks/utils-DWPj89gs.js +36 -0
- package/chunks/utils-dyCpsmr1.js +48 -0
- package/chunks/vendor-CehxOAkM.js +11907 -0
- package/components/AbstractTree/AbstractTreeNode.js +50 -0
- package/components/AccordionBase/protected/AccordionBase.js +83 -0
- package/components/AccordionBase/types.js +2 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +37 -0
- package/components/Amount/index.js +5 -0
- package/components/AmountField/AmountBaseInputCore.js +46 -0
- package/components/AmountField/AmountBaseInputFormatter.js +57 -0
- package/components/AmountField/AmountBaseInputParser.js +110 -0
- package/components/AmountField/AmountField.js +76 -0
- package/components/AmountField/index.js +5 -0
- package/components/AmountField/utils.js +38 -0
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +68 -67
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +113 -127
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +16 -20
- package/components/Button/enums.js +2 -3
- package/components/Button/index.js +9 -10
- package/components/Card/CardAction.js +16 -16
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +48 -0
- package/components/Checkbox/Checkbox.js +46 -30
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/Checkbox/index.js +4 -6
- package/components/CheckboxTree/CheckboxTree.js +39 -0
- package/components/CheckboxTree/types.js +2 -0
- package/components/CheckboxTree/utils.js +22 -0
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +13 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +52 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +39 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +53 -0
- package/components/CheckboxTreeExtended/isStaticCheckboxTreeExtended.js +5 -0
- package/components/Chip/Chip.js +9 -0
- package/components/Chip/ChipClearButton.js +28 -0
- package/components/Chip/ChipDropdownArrow.js +18 -0
- package/components/Chip/ChipIcon.js +9 -0
- package/components/Chip/ChipOptions.js +27 -0
- package/components/Chip/ChipSelect.js +55 -0
- package/components/Chip/index.js +15 -0
- package/components/ChipGroup/ChipGroup.js +32 -0
- package/components/ChipGroup/index.js +5 -0
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/CollapsableTree.js +10 -0
- package/components/CollapsableTree/components/CollapsableTreeNode.js +79 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +95 -68
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +98 -76
- package/components/DesignTokens/components/Card.js +23 -20
- package/components/DesignTokens/components/Checkbox.js +32 -14
- package/components/DesignTokens/components/Chip.js +59 -0
- package/components/DesignTokens/components/Divider.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +1 -1
- package/components/DesignTokens/components/DropdownList.js +2 -2
- package/components/DesignTokens/components/DropdownMobile.js +3 -3
- package/components/DesignTokens/components/FooterPage.js +3 -3
- package/components/DesignTokens/components/HeaderPage.js +4 -4
- package/components/DesignTokens/components/ListItemControlsButton.js +20 -5
- package/components/DesignTokens/components/LoaderScreen.js +17 -0
- package/components/DesignTokens/components/Marker.js +20 -0
- package/components/DesignTokens/components/MarkerStatus.js +9 -0
- package/components/DesignTokens/components/Notification.js +15 -0
- package/components/DesignTokens/components/Radio.js +22 -13
- package/components/DesignTokens/components/Stepper.js +71 -0
- package/components/DesignTokens/components/TableBasic.js +41 -0
- package/components/DesignTokens/components/Tabs.js +45 -15
- package/components/DesignTokens/components/TabsLine.js +32 -0
- package/components/DesignTokens/components/Tag.js +9 -0
- package/components/DesignTokens/components/index.js +110 -83
- package/components/Divider/Divider.js +34 -0
- package/components/Divider/index.js +5 -0
- package/components/Dropdown/desktop/DropdownDesktop.js +52 -51
- package/components/Dropdown/desktop/DropdownList.js +66 -53
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +9 -0
- package/components/Dropdown/index.js +33 -29
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +9 -8
- package/components/Dropdown/mobile/DropdownMobileList.js +26 -17
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +20 -0
- package/components/Dropdown/mobile/index.js +5 -3
- package/components/Ellipsis/Ellipsis.js +27 -0
- package/components/Ellipsis/index.js +5 -0
- package/components/ExpandAnimation/ExpandAnimation.js +72 -0
- package/components/Footer/Footer.js +3 -3
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +36 -35
- package/components/FormField/FormFieldContext.js +8 -7
- package/components/FormField/components/FormFieldClear.js +24 -20
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +12 -12
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +6 -6
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +12 -12
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +94 -0
- package/components/Island/Island.js +25 -66
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/enums.js +1 -3
- package/components/Island/index.js +4 -6
- package/components/Island/types.js +2 -0
- package/components/Island/utils.js +8 -0
- package/components/Link/Link.js +18 -18
- package/components/List/List.js +12 -20
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -10
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +4 -2
- package/components/List/components/ListItemLoading.js +9 -7
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +9 -9
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +26 -37
- package/components/LoaderScreen/LoaderScreen.js +29 -0
- package/components/LoaderScreen/index.js +5 -0
- package/components/Marker/Marker.js +20 -0
- package/components/Marker/enums.js +5 -0
- package/components/Marker/index.js +7 -0
- package/components/Marker/utils.js +6 -0
- package/components/MarkerStatus/MarkerStatus.js +40 -0
- package/components/MarkerStatus/index.js +5 -0
- package/components/Notification/Notification.js +40 -0
- package/components/Notification/NotificationGrouped.js +12 -0
- package/components/Notification/components/NotificationBody.js +19 -0
- package/components/Notification/components/NotificationBodyContent.js +8 -0
- package/components/Notification/components/NotificationBodyList.js +11 -0
- package/components/Notification/components/NotificationClose.js +14 -0
- package/components/Notification/components/NotificationFooter.js +8 -0
- package/components/Notification/components/NotificationGroupedFooter.js +11 -0
- package/components/Notification/components/NotificationHeader.js +8 -0
- package/components/Notification/components/NotificationIcon.js +8 -0
- package/components/Notification/components/NotificationTime.js +8 -0
- package/components/NumberField/NumberField.js +8 -0
- package/components/NumberField/NumberFieldInput.js +38 -0
- package/components/NumberField/index.js +5 -0
- package/components/NumberField/types.js +2 -0
- package/components/OrderedList/OrderedList.js +25 -0
- package/components/OrderedList/OrderedListItem.js +27 -0
- package/components/OrderedList/index.js +7 -0
- package/components/OrderedList/types.js +2 -0
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +28 -31
- package/components/Page/components/HeaderPage.js +26 -29
- package/components/Page/components/useStickyCornerRadius.js +34 -0
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +30 -22
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Radio/index.js +4 -6
- package/components/Row/Row.js +10 -10
- package/components/SegmentedControl/SegmentedControl.js +39 -42
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +22 -18
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +37 -36
- package/components/SelectField/SelectField.js +62 -0
- package/components/SelectField/index.js +5 -0
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/Stepper/RightBorderArrow.js +7 -0
- package/components/Stepper/Stepper.js +103 -0
- package/components/Stepper/StepperExtended.js +26 -0
- package/components/Stepper/StepperExtendedContext.js +12 -0
- package/components/Stepper/StepperStep.js +88 -0
- package/components/Stepper/StepperStepIcon.js +23 -0
- package/components/Stepper/StepperWrapper.js +12 -0
- package/components/Stepper/enums.js +7 -0
- package/components/Stepper/index.js +11 -0
- package/components/SuggestField/SuggestField.js +64 -0
- package/components/SuggestField/SuggestFieldTarget.js +67 -0
- package/components/SuggestField/SuggestFieldTargetPostfix.js +28 -0
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +196 -0
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +76 -0
- package/components/SuggestField/desktop/index.js +7 -0
- package/components/SuggestField/desktop/types.js +2 -0
- package/components/SuggestField/index.js +17 -0
- package/components/SuggestField/mobile/SuggestFieldMobile.js +79 -0
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +94 -0
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +10 -0
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +30 -0
- package/components/SuggestField/mobile/index.js +11 -0
- package/components/SuggestField/mobile/types.js +2 -0
- package/components/SuggestField/types.js +2 -0
- package/components/SwipeableArea/SwipeableArea.js +13 -13
- package/components/Table/FilterPanel.js +18 -0
- package/components/Table/MasterTable.js +49 -0
- package/components/Table/MasterTableContext.js +11 -0
- package/components/Table/NoColumns.js +17 -0
- package/components/Table/PaginationPanel.js +18 -0
- package/components/Table/TableBasic/TableBasic.js +51 -0
- package/components/Table/TableBasic/components/TableBasicBody.js +18 -0
- package/components/Table/TableBasic/components/TableBasicHeader.js +83 -0
- package/components/Table/TableBasic/components/TableBasicRow.js +53 -0
- package/components/Table/TableBasic/enums.js +8 -0
- package/components/Table/TableBasic/types.js +2 -0
- package/components/Table/TableBasicSettings/TableBasicSettings.js +58 -0
- package/components/Table/TableBasicSettings/components/ColumnSettings.js +20 -0
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableList.js +24 -0
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItem.js +25 -0
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +29 -0
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticList.js +17 -0
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +14 -0
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +13 -0
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +13 -0
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +26 -0
- package/components/Table/TableFooter/TableFooter.js +14 -0
- package/components/Table/TableFooter/components/TableFooterSummary.js +19 -0
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +18 -0
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +31 -0
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +8 -0
- package/components/Table/TabsLinePanel.js +12 -0
- package/components/Table/TabsLinePanelLinks.js +14 -0
- package/components/Table/index.js +26 -0
- package/components/Table/utils.js +8 -0
- package/components/Tabs/Tabs.js +75 -0
- package/components/Tabs/index.js +5 -0
- package/components/TabsExtended/TabsExtended.js +37 -21
- package/components/TabsExtended/TabsExtendedContext.js +6 -4
- package/components/TabsExtended/components/TabsExtendedContent.js +19 -15
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +17 -15
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
- package/components/TabsExtended/components/index.js +15 -0
- package/components/TabsExtended/enums.js +2 -2
- package/components/TabsExtended/index.js +15 -3
- package/components/TabsExtended/utils.js +9 -0
- package/components/TabsLine/TabsLine.js +48 -0
- package/components/TabsLine/components/TabsLineDesktop.js +81 -0
- package/components/TabsLine/components/TabsLineDropdown.js +151 -0
- package/components/TabsLine/components/TabsLineItem.js +26 -0
- package/components/TabsLine/components/TabsLineMobile.js +21 -0
- package/components/TabsLine/components/index.js +11 -0
- package/components/TabsLine/index.js +13 -0
- package/components/TabsLine/types.js +2 -0
- package/components/Tag/Tag.js +70 -0
- package/components/Tag/index.js +5 -0
- package/components/Tag/types.js +2 -0
- package/components/TagGroup/TagGroup.js +25 -0
- package/components/TagGroup/index.js +5 -0
- package/components/TagGroup/types.js +2 -0
- package/components/TextField/TextField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +4 -4
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +11 -11
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TreeView/TreeView.js +88 -0
- package/components/TreeView/TreeViewAbstractNode.js +38 -0
- package/components/TreeView/TreeViewAbstractNodeUtils.js +112 -0
- package/components/TreeView/TreeViewContext.js +30 -0
- package/components/TreeView/components/TreeViewGroup.js +6 -0
- package/components/TreeView/components/TreeViewNode.js +81 -0
- package/components/Typography/Caption.js +12 -12
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +11 -11
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +25 -0
- package/components/UnorderedList/UnorderedListItem.js +27 -0
- package/components/UnorderedList/index.js +7 -0
- package/components/UnorderedList/types.js +2 -0
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/index.js +379 -278
- package/consts/AmountConst.js +10 -0
- package/consts/DataTestId.js +19 -0
- package/enums/EComponentSize.js +5 -0
- package/enums/index.js +7 -0
- package/helpers/less/z-indexes.less +3 -3
- package/index.d.ts +1235 -148
- package/index.js +368 -265
- package/package.json +85 -6
- package/styles/triplex-next.css +441 -354
- package/types/CoreTypes.js +2 -0
- package/utils/amountUtils.js +34 -0
- package/utils/classNameMaps.js +10 -0
- package/utils/html/AriaAttributes.js +11 -0
- package/utils/html/DataAttributes.js +11 -0
- package/utils/inputUtils.js +11 -0
- package/utils/isNullOrUndefined.js +5 -0
- package/utils/scroll.js +13 -0
- package/utils/stringUtils.js +13 -0
- package/chunks/Card.module-BRANBAxP.js +0 -17
- package/chunks/DropdownListItem-DIIAnvmw.js +0 -56
- package/chunks/DropdownMobile.module-BUeZuAYr.js +0 -19
- package/chunks/Footer.module-BFo05t5_.js +0 -11
- package/chunks/HeaderLayoutSidebar.module-CEqBuRNu.js +0 -9
- package/chunks/HeaderTabs.module-BEaVu2Hx.js +0 -9
- package/chunks/HeaderTitle.module-Db-1fcNm.js +0 -9
- package/chunks/ListItemTail.module-C5-4SAqt.js +0 -12
- package/chunks/ListMasterFooter.module-Dph-_lLg.js +0 -10
- package/chunks/Overlay.module-D6LEz1jT.js +0 -18
- package/chunks/Page.module-Ct9ky9ko.js +0 -16
- package/chunks/TabsExtended.module-CmU9j8zG.js +0 -13
- package/chunks/TabsExtendedUtils-CkAvE1fA.js +0 -23
- package/chunks/TooltipDesktop.module-KrPZMfQD.js +0 -19
- package/chunks/utils-bbbspEnw.js +0 -36
- package/chunks/vendor-D-uL_icH.js +0 -5895
- package/components/Checkbox/enum.js +0 -5
- package/components/DesignTokens/components/LoaderWidget.js +0 -17
- package/components/LoaderWidget/LoaderWidget.js +0 -28
- package/components/LoaderWidget/index.js +0 -5
- package/components/Radio/enum.js +0 -5
- package/components/TabsExtended/TabsExtendedUtils.js +0 -8
package/README.md
CHANGED
|
@@ -68,11 +68,11 @@ import '@sberbusiness/icons-next/styles/icons.css';
|
|
|
68
68
|
```
|
|
69
69
|
src/
|
|
70
70
|
components/
|
|
71
|
-
|
|
72
|
-
MyComponent.tsx
|
|
73
|
-
MyComponent.module.css
|
|
71
|
+
ComponentName/
|
|
74
72
|
index.ts
|
|
75
|
-
|
|
73
|
+
ComponentName.tsx
|
|
74
|
+
styles/ComponentName.module.less
|
|
75
|
+
__tests__/ComponentName.test.tsx
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
> Каждый компонент должен иметь собственный `index.ts`, чтобы поддерживать генерацию `exports` в `package.json`.
|
|
@@ -91,13 +91,13 @@ src/
|
|
|
91
91
|
|
|
92
92
|
## 🧱 Добавление нового компонента
|
|
93
93
|
|
|
94
|
-
1.
|
|
94
|
+
1. Создать каталог:
|
|
95
95
|
|
|
96
96
|
```bash
|
|
97
97
|
src/components/Alert/
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
2.
|
|
100
|
+
2. Добавить файлы:
|
|
101
101
|
|
|
102
102
|
```
|
|
103
103
|
Alert.tsx
|
|
@@ -105,7 +105,7 @@ styles/Alert.module.less
|
|
|
105
105
|
index.ts ← обязательный!
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
3.
|
|
108
|
+
3. Указать экспорт в `src/index.ts`:
|
|
109
109
|
|
|
110
110
|
```ts
|
|
111
111
|
export * from './components/Alert';
|
|
@@ -114,7 +114,7 @@ export * from './components/Alert';
|
|
|
114
114
|
---
|
|
115
115
|
## 🧪 Тестирование
|
|
116
116
|
|
|
117
|
-
Проект использует [Vitest](https://vitest.dev/) для
|
|
117
|
+
Проект использует [Vitest](https://vitest.dev/) для unit-тестирования и [Testing Library](https://testing-library.com/docs/react-testing-library/intro/) для тестирования компонентов.
|
|
118
118
|
|
|
119
119
|
Chromatic для визуального тестирования Storybook-компонентов.
|
|
120
120
|
|
|
@@ -3,8 +3,8 @@ import { useContext as d, useEffect as i } from "react";
|
|
|
3
3
|
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
4
|
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
5
|
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
-
import { c as
|
|
7
|
-
const y = "
|
|
6
|
+
import { c as n } from "./vendor-CehxOAkM.js";
|
|
7
|
+
const y = "alertProcess__1b7e6cbd", f = "withSpoiler__f570ae36", u = "themeIcon__aac7ee26", T = "alertTypeError__21cadb04", b = "alertTypeInfo__802e847a", B = "alertTypeWarning__fb08ad45", C = "alertTypeSystem__c1241af3", S = "alertTypeFeature__f8586c65", h = "alertProcessContentBlock__205a9cd0", I = "closeButton__66dec8f9", P = "expandableContent__88ade9b4", g = "expanded__c54284b8", k = "expandButton__11ebb8bc", e = {
|
|
8
8
|
alertProcess: y,
|
|
9
9
|
withSpoiler: f,
|
|
10
10
|
themeIcon: u,
|
|
@@ -19,16 +19,16 @@ const y = "alertProcess__e3df344a", f = "withSpoiler__44a97e28", u = "themeIcon_
|
|
|
19
19
|
expanded: g,
|
|
20
20
|
expandButton: k
|
|
21
21
|
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
-
const { setHasSpoiler:
|
|
23
|
-
i(() => (
|
|
24
|
-
|
|
25
|
-
}), [
|
|
22
|
+
const { setHasSpoiler: a } = d(x);
|
|
23
|
+
i(() => (a(!0), () => {
|
|
24
|
+
a(!1);
|
|
25
|
+
}), [a]);
|
|
26
26
|
const l = () => {
|
|
27
27
|
o == null || o(!r);
|
|
28
28
|
};
|
|
29
29
|
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
-
/* @__PURE__ */ t("div", { className:
|
|
31
|
-
/* @__PURE__ */ t("div", { className:
|
|
30
|
+
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: l, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
32
|
] });
|
|
33
33
|
};
|
|
34
34
|
v.displayName = "AlertProcessSpoiler";
|
|
@@ -36,4 +36,4 @@ export {
|
|
|
36
36
|
v as A,
|
|
37
37
|
e as s
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=AlertProcessSpoiler-
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-B91XiZ7K.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__3da0172b", d = "roundingMD__f8197256", a = "roundingSM__e32963a1", o = "general__15c763ee", e = "secondary__c4595d76", c = "cardMedia__4276d251", r = "cardContent__3119bd52", t = "paddingMD__fc5e4378", _ = "paddingSM__60836735", s = "cardContentHeader__1541fd6d", g = "cardContentFooter__f58d70a3", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: o,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: c,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-NgdHcwYS.js.map
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { jsxs as _, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "./vendor-CehxOAkM.js";
|
|
3
|
+
import h from "react";
|
|
4
|
+
import { EComponentSize as t } from "../enums/EComponentSize.js";
|
|
5
|
+
const m = "chipGroupItem__a384392f", x = "chip__e5fa3c42", b = "prefix__2030e6ce", u = "postfix__2eca07d1", w = "disabled__b0c50b71", z = "selected__d1b338c8", P = "withPrefix__25862867", C = "withPostfix__449d6568", G = "content__601ecbcb", e = {
|
|
6
|
+
chipGroupItem: m,
|
|
7
|
+
chip: x,
|
|
8
|
+
"size-lg": "size-lg__de2f6128",
|
|
9
|
+
prefix: b,
|
|
10
|
+
postfix: u,
|
|
11
|
+
"size-md": "size-md__8e71f31d",
|
|
12
|
+
"size-sm": "size-sm__082448bc",
|
|
13
|
+
disabled: w,
|
|
14
|
+
selected: z,
|
|
15
|
+
withPrefix: P,
|
|
16
|
+
withPostfix: C,
|
|
17
|
+
content: G
|
|
18
|
+
}, I = (i) => {
|
|
19
|
+
switch (i) {
|
|
20
|
+
case t.LG:
|
|
21
|
+
return e["size-lg"];
|
|
22
|
+
case t.MD:
|
|
23
|
+
return e["size-md"];
|
|
24
|
+
case t.SM:
|
|
25
|
+
return e["size-sm"];
|
|
26
|
+
}
|
|
27
|
+
}, N = h.forwardRef(
|
|
28
|
+
({ children: i, className: r, disabled: s, postfix: o, prefix: c, selected: p, size: l = t.MD, ...d }, f) => /* @__PURE__ */ _(
|
|
29
|
+
"span",
|
|
30
|
+
{
|
|
31
|
+
className: a(
|
|
32
|
+
e.chip,
|
|
33
|
+
e.chipGroupItem,
|
|
34
|
+
{
|
|
35
|
+
[e.disabled]: !!s,
|
|
36
|
+
[e.selected]: !!p,
|
|
37
|
+
[e.withPostfix]: typeof o < "u",
|
|
38
|
+
[e.withPrefix]: typeof c < "u",
|
|
39
|
+
[I(l)]: l
|
|
40
|
+
},
|
|
41
|
+
r
|
|
42
|
+
),
|
|
43
|
+
role: "button",
|
|
44
|
+
tabIndex: s ? -1 : 0,
|
|
45
|
+
...d,
|
|
46
|
+
ref: f,
|
|
47
|
+
children: [
|
|
48
|
+
c ? /* @__PURE__ */ n(
|
|
49
|
+
"span",
|
|
50
|
+
{
|
|
51
|
+
className: a(
|
|
52
|
+
e.prefix,
|
|
53
|
+
// Для иконок.
|
|
54
|
+
"hoverable",
|
|
55
|
+
{
|
|
56
|
+
disabled: !!s
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
children: c
|
|
60
|
+
}
|
|
61
|
+
) : null,
|
|
62
|
+
/* @__PURE__ */ n("span", { className: e.content, children: i }),
|
|
63
|
+
o ? /* @__PURE__ */ n(
|
|
64
|
+
"span",
|
|
65
|
+
{
|
|
66
|
+
className: a(
|
|
67
|
+
e.postfix,
|
|
68
|
+
// Для иконок.
|
|
69
|
+
"hoverable",
|
|
70
|
+
{
|
|
71
|
+
// Для иконок.
|
|
72
|
+
disabled: !!s
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
children: o
|
|
76
|
+
}
|
|
77
|
+
) : null
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
);
|
|
82
|
+
N.displayName = "Chip";
|
|
83
|
+
export {
|
|
84
|
+
N as C,
|
|
85
|
+
e as s
|
|
86
|
+
};
|
|
87
|
+
//# sourceMappingURL=Chip-XyednI9u.js.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import k, { useEffect as E } from "react";
|
|
3
|
+
import { EVENT_KEY_CODES as i } from "../utils/keyboard.js";
|
|
4
|
+
import { c as f } from "./vendor-CehxOAkM.js";
|
|
5
|
+
const u = "dropdownDesktopList__b1b741d3", v = "dropdownDesktopListItem__a5a3b778", y = "active__ff03ade7", I = "selected__5129cac2", b = "dropdownDesktopListLoader__7e556c64", r = {
|
|
6
|
+
dropdownDesktopList: u,
|
|
7
|
+
dropdownDesktopListItem: v,
|
|
8
|
+
active: y,
|
|
9
|
+
selected: I,
|
|
10
|
+
"dropdownDesktopList-sm": "dropdownDesktopList-sm__0acb4da3",
|
|
11
|
+
dropdownDesktopListLoader: b,
|
|
12
|
+
"dropdownDesktopList-md": "dropdownDesktopList-md__a334d75b",
|
|
13
|
+
"dropdownDesktopList-lg": "dropdownDesktopList-lg__664a23c0"
|
|
14
|
+
}, l = [i.SPACE, i.ENTER], N = k.forwardRef(
|
|
15
|
+
({
|
|
16
|
+
active: s,
|
|
17
|
+
keyCodesForSelection: a = l,
|
|
18
|
+
children: e,
|
|
19
|
+
className: L,
|
|
20
|
+
onClick: d,
|
|
21
|
+
onSelect: o,
|
|
22
|
+
selected: n,
|
|
23
|
+
...m
|
|
24
|
+
}, D) => {
|
|
25
|
+
const p = (t) => {
|
|
26
|
+
const { keyCode: w } = t;
|
|
27
|
+
a.includes(w) && (t.preventDefault(), o == null || o());
|
|
28
|
+
}, _ = (t) => {
|
|
29
|
+
o == null || o(), d == null || d(t);
|
|
30
|
+
};
|
|
31
|
+
return E(() => (s ? document.addEventListener("keydown", p) : document.removeEventListener("keydown", p), () => {
|
|
32
|
+
document.removeEventListener("keydown", p);
|
|
33
|
+
}), [s]), /* @__PURE__ */ c(
|
|
34
|
+
"div",
|
|
35
|
+
{
|
|
36
|
+
className: f(
|
|
37
|
+
r.dropdownDesktopListItem,
|
|
38
|
+
{ [r.active]: !!s, [r.selected]: !!n },
|
|
39
|
+
L
|
|
40
|
+
),
|
|
41
|
+
title: typeof e == "string" ? e : void 0,
|
|
42
|
+
role: "option",
|
|
43
|
+
"aria-selected": !!n,
|
|
44
|
+
...m,
|
|
45
|
+
onClick: _,
|
|
46
|
+
ref: D,
|
|
47
|
+
children: e
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
N.displayName = "DropdownListItem";
|
|
53
|
+
export {
|
|
54
|
+
N as D,
|
|
55
|
+
r as s
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=DropdownListItem-g0mYNHIW.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__39022586", e = "dropdownMobileBackdrop__a9ae318b", d = "closing__a590c633", n = "opening__0548165b", r = "opened__11bedf8f", p = "dropdownMobile__113943c8", b = "dropdownMobileHeader__6ba17f9a", l = "dropdownMobileContent__c6c4726b", i = "dropdownMobileFooter__4c4bf2a3", t = "dropdownMobileListItem__3e4b7df5", w = "selected__5129cac2", s = "dropdownMobileLoader__59eb1e9e", c = "dropdownMobileClose__a26bb20e", M = "dropdownMobileListLoader__3cf05b5c", _ = "dropdownMobileBodyOverflow__4773bbf4", a = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: e,
|
|
4
|
+
closing: d,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: p,
|
|
8
|
+
dropdownMobileHeader: b,
|
|
9
|
+
dropdownMobileContent: l,
|
|
10
|
+
dropdownMobileFooter: i,
|
|
11
|
+
dropdownMobileListItem: t,
|
|
12
|
+
selected: w,
|
|
13
|
+
dropdownMobileLoader: s,
|
|
14
|
+
dropdownMobileClose: c,
|
|
15
|
+
dropdownMobileListLoader: M,
|
|
16
|
+
dropdownMobileBodyOverflow: _
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
a as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=DropdownMobile.module-BBY44sVr.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const o = "footer__57f70fc1", t = "sticky__29a10c24", e = "footerDescription__bc6418dc", r = "footerDescriptionContent__b5512f32", s = "footerDescriptionControls__b855f541", n = {
|
|
2
|
+
footer: o,
|
|
3
|
+
sticky: t,
|
|
4
|
+
footerDescription: e,
|
|
5
|
+
footerDescriptionContent: r,
|
|
6
|
+
footerDescriptionControls: s
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
n as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Footer.module-4a0n1yRR.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as S } from "react/jsx-runtime";
|
|
2
|
-
import A, { useContext as P, useRef as R, useEffect as
|
|
2
|
+
import A, { useContext as P, useRef as R, useEffect as c } from "react";
|
|
3
3
|
import { FormFieldContext as g } from "../components/FormField/FormFieldContext.js";
|
|
4
|
-
import { c as y,
|
|
4
|
+
import { c as y, a as C } from "./vendor-CehxOAkM.js";
|
|
5
5
|
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
|
-
const W = "
|
|
6
|
+
const W = "formFieldInput__3813bebf", N = {
|
|
7
7
|
formFieldInput: W,
|
|
8
|
-
"autofill-applied-hook": "autofill-applied-
|
|
9
|
-
"autofill-cancelled-hook": "autofill-cancelled-
|
|
10
|
-
"size-sm": "size-
|
|
11
|
-
"size-md": "size-
|
|
12
|
-
"size-lg": "size-
|
|
13
|
-
}, j = A.forwardRef((u,
|
|
14
|
-
const { className: k, id: o, onAnimationStart: l, onBlur: i, onFocus: r, placeholder:
|
|
15
|
-
|
|
8
|
+
"autofill-applied-hook": "autofill-applied-hook__a3515c80",
|
|
9
|
+
"autofill-cancelled-hook": "autofill-cancelled-hook__1f879c1f",
|
|
10
|
+
"size-sm": "size-sm__9630bcf7",
|
|
11
|
+
"size-md": "size-md__8548c27f",
|
|
12
|
+
"size-lg": "size-lg__1b21a350"
|
|
13
|
+
}, j = A.forwardRef((u, d) => {
|
|
14
|
+
const { className: k, id: o, onAnimationStart: l, onBlur: i, onFocus: r, placeholder: m, value: s, ...x } = u, { render: f, ...b } = u, { focused: B, status: E, setFocused: p, setId: n, setValueExist: a, size: F } = P(g), _ = y(N.formFieldInput, N[`size-${F}`], k), t = R(o || C("input_"));
|
|
15
|
+
c(() => {
|
|
16
16
|
n(t.current);
|
|
17
|
-
}, []),
|
|
17
|
+
}, []), c(() => {
|
|
18
18
|
o && (t.current = o, n(t.current));
|
|
19
|
-
}, [o, n]),
|
|
19
|
+
}, [o, n]), c(() => {
|
|
20
20
|
a(!!s);
|
|
21
21
|
}, [a, s]);
|
|
22
22
|
const h = (e) => {
|
|
@@ -26,7 +26,7 @@ const W = "formFieldInput__0a336adf", N = {
|
|
|
26
26
|
}, z = (e) => {
|
|
27
27
|
e.animationName.startsWith("autofill-applied-hook") ? a(!0) : e.animationName.startsWith("autofill-cancelled-hook") && !s && a(!1), l == null || l(e);
|
|
28
28
|
};
|
|
29
|
-
return
|
|
29
|
+
return f ? f(
|
|
30
30
|
{
|
|
31
31
|
...b,
|
|
32
32
|
className: _,
|
|
@@ -35,10 +35,10 @@ const W = "formFieldInput__0a336adf", N = {
|
|
|
35
35
|
onBlur: h,
|
|
36
36
|
onFocus: I,
|
|
37
37
|
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
38
|
-
placeholder: B ?
|
|
38
|
+
placeholder: B ? m : " ",
|
|
39
39
|
size: F
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
d
|
|
42
42
|
) : /* @__PURE__ */ S(
|
|
43
43
|
"input",
|
|
44
44
|
{
|
|
@@ -50,8 +50,8 @@ const W = "formFieldInput__0a336adf", N = {
|
|
|
50
50
|
onFocus: I,
|
|
51
51
|
onBlur: h,
|
|
52
52
|
value: s,
|
|
53
|
-
placeholder:
|
|
54
|
-
ref:
|
|
53
|
+
placeholder: m,
|
|
54
|
+
ref: d
|
|
55
55
|
}
|
|
56
56
|
);
|
|
57
57
|
});
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
j as F,
|
|
61
61
|
N as s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=FormFieldInput-
|
|
63
|
+
//# sourceMappingURL=FormFieldInput-qaJqBTBV.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__7cd518b0", a = "headerLayoutSidebarContent__7dc91794", d = "headerLayoutSidebarSidebar__fd98837d", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-BP0DyJae.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerTitle__8e588792", t = "headerTitleControls__9d084957", o = "headerTitleContent__abb85bf4", l = {
|
|
2
|
+
headerTitle: e,
|
|
3
|
+
headerTitleControls: t,
|
|
4
|
+
headerTitleContent: o
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
l as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderTitle.module-B-6xJFnf.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-
|
|
3
|
+
import { c as I } from "./vendor-CehxOAkM.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__58585fd0", B = "listItemControlsButtonLabel__a7055ffa", C = "listItemControlsButtonDropdown__1eb53adc", d = "listItemControlsButtonIcon__5d6a8933", p = "withText__d9a7c55b", _ = "listItemControlsButtonInner__172f92e7", f = "withIcon__09d76ce3", w = "buttonDropdownMenuItem__a4a71ae1", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
|
+
listItemControlsButtonLabel: B,
|
|
9
|
+
listItemControlsButtonDropdown: C,
|
|
10
|
+
listItemControlsButtonIcon: d,
|
|
10
11
|
withText: p,
|
|
11
|
-
|
|
12
|
-
listItemControlsButtonInner: d,
|
|
12
|
+
listItemControlsButtonInner: _,
|
|
13
13
|
withIcon: f,
|
|
14
14
|
buttonDropdownMenuItem: w
|
|
15
15
|
}, b = i.forwardRef(
|
|
@@ -30,7 +30,7 @@ const a = "listItemControlsButton__d3a425aa", B = "listItemControlsButtonDropdow
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-Ms4q9wDe.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__f120ec76", i = "listItemTailLine__a5f391ec", l = "listItemTailTop__0782b634", s = "listItemTailBottom__29badb04", e = "listItemTailRight__6b677053", a = "listItemTailLeft__db1a9352", m = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: s,
|
|
6
|
+
listItemTailRight: e,
|
|
7
|
+
listItemTailLeft: a
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
m as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-D5VudFCz.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__13e30956", s = "sticky__aa40ec1e", o = "listMasterFooterDescription__52d55e19", e = "listMasterFooterControls__83e2713e", r = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-DzXu5TSC.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__78b96965", t = "extraBottomPadding__84fe0387", i = "notificationHeader__b492305a", n = "notificationIcon__dc9b51a8", c = "notificationBody__63b4418c", e = "notificationBodyList__7721b364", a = "notificationBodyContent__e56d6b01", f = "notificationClose__151dd0e3", s = "showCloseOnHover__cff393e5", d = "notificationFooter__411e5df0", r = "notificationTime__da8bd78c", _ = "notificationGroupedWrapper__b3bea7e7", p = "notificationGroupedFooterItem__3b1820a9", b = "first__b2c92afb", B = "second__546d06d1", y = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: b,
|
|
16
|
+
second: B
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
y as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-MX1NZXsu.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const o = "overlay__43c7227b", e = "fixed__2581e5cf", t = "closing__a7367aca", n = "opened__4039bf5a", a = "overlayPanel__e5606872", c = "bottom__d4dc378d", l = "left__97319e28", _ = "right__dcff180e", s = "top__d551229b", r = "overlayContent__cf9cb6c6", y = "overlayMask__c851b654", d = "overlayOpened__b443d318", v = {
|
|
2
|
+
overlay: o,
|
|
3
|
+
fixed: e,
|
|
4
|
+
closing: t,
|
|
5
|
+
opened: n,
|
|
6
|
+
overlayPanel: a,
|
|
7
|
+
bottom: c,
|
|
8
|
+
left: l,
|
|
9
|
+
right: _,
|
|
10
|
+
top: s,
|
|
11
|
+
overlayContent: r,
|
|
12
|
+
overlayMask: y,
|
|
13
|
+
overlayOpened: d
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
v as s
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Overlay.module-B1IlIRoo.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "page__ae53f1b6", o = "headerPageTypeFirst__03cc052b", a = "footerPageTypeFirst__b07a4f89", t = "headerPageTypeSecond__5ed872b2", r = "footerPageTypeSecond__f153e9c5", g = "bodyPage__19bf4870", s = {
|
|
2
|
+
page: e,
|
|
3
|
+
headerPageTypeFirst: o,
|
|
4
|
+
footerPageTypeFirst: a,
|
|
5
|
+
headerPageTypeSecond: t,
|
|
6
|
+
footerPageTypeSecond: r,
|
|
7
|
+
bodyPage: g
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Page.module-Cwb_zvqj.js.map
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { EStepperSize as d } from "../components/Stepper/enums.js";
|
|
3
|
+
const s = "stepperStep__2eed2daa", n = "sm__1cdb49d1", c = "content__fc2de546", i = "arrow__a3aa7142", L = "md__10bbebd3", a = "lg__4f65836c", r = "active__45e8d2bc", p = "disabled__4591cd0e", C = "error__dac5b8b7", w = "warning__adb15a88", v = "completed__a839e0e1", h = "inactive__d5639963", _ = "focusVisible__851c39e5", u = "icon__66be4e9a", m = "nonempty__3ab80ee3", o = {
|
|
4
|
+
stepperStep: s,
|
|
5
|
+
sm: n,
|
|
6
|
+
content: c,
|
|
7
|
+
arrow: i,
|
|
8
|
+
md: L,
|
|
9
|
+
lg: a,
|
|
10
|
+
active: r,
|
|
11
|
+
disabled: p,
|
|
12
|
+
error: C,
|
|
13
|
+
warning: w,
|
|
14
|
+
completed: v,
|
|
15
|
+
inactive: h,
|
|
16
|
+
focusVisible: _,
|
|
17
|
+
icon: u,
|
|
18
|
+
nonempty: m
|
|
19
|
+
}, b = ({ size: l }) => {
|
|
20
|
+
switch (l) {
|
|
21
|
+
case d.SM:
|
|
22
|
+
return /* @__PURE__ */ t(
|
|
23
|
+
"svg",
|
|
24
|
+
{
|
|
25
|
+
className: o.arrow,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
width: "14.000000",
|
|
28
|
+
height: "28.000000",
|
|
29
|
+
viewBox: "0 0 14 28",
|
|
30
|
+
focusable: "false",
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ e(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
d: "M7.6 25.26C6.38 26.97 4.41 28 2.3 28L0 28C0 17.33 0 10.66 0 0L2.3 0C4.41 0 6.38 1.02 7.6 2.73L13.16 11.39C14.27 12.95 14.27 15.04 13.16 16.6L7.6 25.26Z",
|
|
36
|
+
fillRule: "evenodd",
|
|
37
|
+
clipRule: "evenodd"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ e(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
clipRule: "evenodd",
|
|
45
|
+
d: "M7.6 25.26C6.38 26.97 4.41 28 2.3 28L0 28L0 27L2.3 27C4.08 27 5.76 26.13 6.79 24.68L12.35 16.02C13.21 14.81 13.21 13.18 12.35 11.97L6.79 3.31C5.76 1.86 4.08 1 2.3 1L0 1L0 0L2.3 0C4.41 0 6.38 1.02 7.6 2.73L13.16 11.39C14.27 12.95 14.27 15.04 13.16 16.6L7.6 25.26Z"
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
case d.MD:
|
|
52
|
+
return /* @__PURE__ */ t(
|
|
53
|
+
"svg",
|
|
54
|
+
{
|
|
55
|
+
className: o.arrow,
|
|
56
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
+
width: "20",
|
|
58
|
+
height: "40",
|
|
59
|
+
viewBox: "0 0 20 40",
|
|
60
|
+
children: [
|
|
61
|
+
/* @__PURE__ */ e(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fillRule: "evenodd",
|
|
65
|
+
clipRule: "evenodd",
|
|
66
|
+
d: "M11.64 37.26C10.42 38.97 8.44 39.99 6.32 39.99L0 39.99L0 0L6.32 0C8.43 0 10.42 1.02 11.64 2.73L19.37 17.37C20.2 18.98 20.2 20.98 19.37 22.58L11.64 37.26Z"
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
/* @__PURE__ */ e(
|
|
70
|
+
"path",
|
|
71
|
+
{
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
clipRule: "evenodd",
|
|
74
|
+
d: "M11.64 37.26C10.42 38.97 8.44 39.99 6.33 39.99L0 39.99L0 38.99L6.33 38.99C8.11 38.99 9.79 38.13 10.82 36.68L18.55 22C19.2 20.98 19.2 18.98 18.55 17.95L10.82 3.31C9.79 1.86 8.11 1 6.32 1L0 1L0 0L6.32 0C8.43 0 10.42 1.02 11.64 2.73L19.37 17.37C20.2 18.98 20.2 20.98 19.37 22.58L11.64 37.26Z"
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
);
|
|
80
|
+
case d.LG:
|
|
81
|
+
return /* @__PURE__ */ t(
|
|
82
|
+
"svg",
|
|
83
|
+
{
|
|
84
|
+
className: o.arrow,
|
|
85
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
+
width: "22.001953",
|
|
87
|
+
height: "56.000000",
|
|
88
|
+
viewBox: "0 0 22.002 56",
|
|
89
|
+
focusable: "false",
|
|
90
|
+
children: [
|
|
91
|
+
/* @__PURE__ */ e(
|
|
92
|
+
"path",
|
|
93
|
+
{
|
|
94
|
+
fillRule: "evenodd",
|
|
95
|
+
clipRule: "evenodd",
|
|
96
|
+
d: "M11.64 49.25C11.64 49.25 8.5 56 6.33 56L0 55.98L0 0L6.32 0C8.43 0 11.64 6.73 11.64 6.73L21.37 25.37C22.21 26.97 22.2 28.97 21.37 30.58L11.64 49.25Z"
|
|
97
|
+
}
|
|
98
|
+
),
|
|
99
|
+
/* @__PURE__ */ e(
|
|
100
|
+
"path",
|
|
101
|
+
{
|
|
102
|
+
fillRule: "evenodd",
|
|
103
|
+
clipRule: "evenodd",
|
|
104
|
+
d: "M11.64 49.25C11.64 49.25 8.5 56 6.33 56L0 55.98L0 54.98L6.33 54.98C7.72 54.98 10.82 48.67 10.82 48.67L20.55 30C21.2 28.97 21.2 26.97 20.56 25.95L10.83 7.31C10.83 7.31 7.79 0.99 6.33 0.99L0 0.99L0 0L6.32 0C8.44 0 11.64 6.73 11.64 6.73L21.37 25.37C22.21 26.97 22.2 28.97 21.37 30.58L11.64 49.25Z"
|
|
105
|
+
}
|
|
106
|
+
)
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
);
|
|
110
|
+
default:
|
|
111
|
+
return /* @__PURE__ */ t(
|
|
112
|
+
"svg",
|
|
113
|
+
{
|
|
114
|
+
className: o.arrow,
|
|
115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
116
|
+
width: "14.000000",
|
|
117
|
+
height: "28.000000",
|
|
118
|
+
viewBox: "0 0 14 28",
|
|
119
|
+
focusable: "false",
|
|
120
|
+
children: [
|
|
121
|
+
/* @__PURE__ */ e(
|
|
122
|
+
"path",
|
|
123
|
+
{
|
|
124
|
+
d: "M7.6 25.26C6.38 26.97 4.41 28 2.3 28L0 28C0 17.33 0 10.66 0 0L2.3 0C4.41 0 6.38 1.02 7.6 2.73L13.16 11.39C14.27 12.95 14.27 15.04 13.16 16.6L7.6 25.26Z",
|
|
125
|
+
fillRule: "evenodd",
|
|
126
|
+
clipRule: "evenodd"
|
|
127
|
+
}
|
|
128
|
+
),
|
|
129
|
+
/* @__PURE__ */ e(
|
|
130
|
+
"path",
|
|
131
|
+
{
|
|
132
|
+
fillRule: "evenodd",
|
|
133
|
+
clipRule: "evenodd",
|
|
134
|
+
d: "M7.6 25.26C6.38 26.97 4.41 28 2.3 28L0 28L0 27L2.3 27C4.08 27 5.76 26.13 6.79 24.68L12.35 16.02C13.21 14.81 13.21 13.18 12.35 11.97L6.79 3.31C5.76 1.86 4.08 1 2.3 1L0 1L0 0L2.3 0C4.41 0 6.38 1.02 7.6 2.73L13.16 11.39C14.27 12.95 14.27 15.04 13.16 16.6L7.6 25.26Z"
|
|
135
|
+
}
|
|
136
|
+
)
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
export {
|
|
143
|
+
b as R,
|
|
144
|
+
o as s
|
|
145
|
+
};
|
|
146
|
+
//# sourceMappingURL=RightBorderArrow-D6ZllSTT.js.map
|