@sberbusiness/triplex-next 0.13.0 → 0.14.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/chunks/{AlertProcessSpoiler-DQAI3bgu.js → AlertProcessSpoiler-Clc5Pcoq.js} +12 -12
- package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-BXB-l14w.js} +11 -11
- package/chunks/Card.module-Cu7AW6wF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
- package/chunks/{Chip-CI3sEzkq.js → Chip-CY6jm0GS.js} +13 -13
- package/chunks/Confirm.module-OZDQwZ76.js +15 -0
- package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BsD2UckS.js} +18 -18
- package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
- package/chunks/Footer.module-CNLRKuaO.js +9 -0
- package/chunks/FormFieldInput-fdQkON04.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
- package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
- package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-DcwCxesK.js} +2 -2
- package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
- package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-3oHJFM6-.js} +3 -3
- package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
- package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-DQyZxkWl.js} +10 -10
- package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
- package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
- package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
- package/chunks/Notification.module-Dd05nJZX.js +21 -0
- package/chunks/Overlay.module-nyoFWXgt.js +18 -0
- package/chunks/Page.module-COesJT7Q.js +11 -0
- package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-NMZgNz0e.js} +11 -11
- package/chunks/SMSField.module-CyHqtrvG.js +16 -0
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
- package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-w5E8mOCQ.js} +6 -6
- package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +4 -4
- package/chunks/TableFooter.module-w1swDJka.js +14 -0
- package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
- package/chunks/TabsLine.module-DySAqOh5.js +21 -0
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
- package/chunks/TreeView.module-4qMoe0gI.js +9 -0
- package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DxpDQJSy.js} +3 -3
- package/chunks/utils-BqO-7PCm.js +20 -0
- package/chunks/{utils-SerS_ys8.js → utils-CXsSOP27.js} +8 -8
- package/chunks/utils-Clzm2Vel.js +73 -0
- package/chunks/utils-Dtu8f6BX.js +24 -0
- package/chunks/{utils-16fU9G4P.js → utils-H2e9tc3r.js} +2 -2
- package/chunks/vendor-CalMVkfj.js +12482 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +14 -14
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +14 -14
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +28 -28
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +38 -37
- package/components/Calendar/CalendarContext.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +21 -20
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +21 -21
- package/components/Calendar/components/CalendarViewYears.js +15 -15
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +14 -14
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +135 -135
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +8 -8
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +24 -23
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- 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 +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +21 -21
- package/components/Footer/Footer.js +1 -1
- 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 +29 -29
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +32 -35
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- 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 +2 -2
- 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 +2 -2
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +2 -2
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +10 -10
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +17 -17
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- 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 +6 -6
- 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 +11 -11
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +11 -11
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +10 -10
- 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 +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +8 -8
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +5 -5
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +11 -11
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +29 -29
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +11 -11
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +13 -13
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +11 -11
- package/components/Tag/Tag.js +31 -31
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- 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/TopOverlay/TopOverlay.js +29 -29
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +8 -8
- package/components/Typography/Text.js +18 -18
- package/components/Typography/Title.js +9 -9
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +9 -9
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-Bg8-F1uZ.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
- package/chunks/Confirm.module-C3SyV40Z.js +0 -15
- package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
- package/chunks/Footer.module-D83FlUYZ.js +0 -9
- package/chunks/FormFieldInput-DurMmok0.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
- package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
- package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
- package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
- package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
- package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
- package/chunks/Notification.module-C5D-8Dtt.js +0 -21
- package/chunks/Overlay.module-3QvWfMgh.js +0 -18
- package/chunks/Page.module-BV59uicx.js +0 -11
- package/chunks/SMSField.module-BL9kkhHx.js +0 -16
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
- package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
- package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
- package/chunks/TabsLine.module-D0stwkA6.js +0 -21
- package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
- package/chunks/TreeView.module-CEYl8PNr.js +0 -9
- package/chunks/utils-Bu0wcDBu.js +0 -73
- package/chunks/utils-CC47I1cc.js +0 -24
- package/chunks/utils-Ccw--G8d.js +0 -20
- package/chunks/vendor-BARd5eYq.js +0 -15069
|
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as d } from "../../../../chunks/HeaderTabs.module-
|
|
5
|
+
import { c as i } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
6
|
+
import { s as d } from "../../../../chunks/HeaderTabs.module-bgwZzpN5.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...o }, a) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: i(d.headerTabs, e), ...o, ref: a, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-bgwZzpN5.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-bgwZzpN5.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
5
|
+
import { c as l } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-DcwCxesK.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
a.forwardRef(function({ children: e, className: r, ...t }, o) {
|
|
9
9
|
return /* @__PURE__ */ i("div", { className: l(n.headerTitle, r), ...t, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as l } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-DcwCxesK.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-DcwCxesK.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: r, className: e, ...t }, s) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as h, Fragment as M, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as N, useState as c } from "react";
|
|
3
|
-
import { a as S, c as E, F as L } from "../../chunks/vendor-
|
|
3
|
+
import { a as S, c as E, F as L } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as R } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as j } from "../Button/ButtonIcon.js";
|
|
6
6
|
import { EButtonIconShape as k } from "../Button/enums.js";
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as _ } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as q } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as z } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as C } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const D = "
|
|
12
|
+
const D = "helpBoxButton__058cd83b", Q = {
|
|
13
13
|
helpBoxButton: D
|
|
14
14
|
}, V = ({
|
|
15
15
|
children: x,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as n } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as f } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-Dtu8f6BX.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as t } from "../../../chunks/vendor-
|
|
4
|
-
const n = "
|
|
3
|
+
import { c as t } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
const n = "islandBody__1811bc9f", c = {
|
|
5
5
|
islandBody: n
|
|
6
|
-
},
|
|
6
|
+
}, e = a.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ r("div", { className: t(c.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
e as IslandBody
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandBody.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as e } from "../../../chunks/vendor-
|
|
4
|
-
const n = "
|
|
3
|
+
import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
const n = "islandFooter__b8079ca5", c = {
|
|
5
5
|
islandFooter: n
|
|
6
6
|
}, m = a.forwardRef(({ children: o, ...r }, s) => /* @__PURE__ */ t("div", { className: e(c.islandFooter), ref: s, ...r, children: o }));
|
|
7
7
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
const t = "islandHeader__99ec48cd", c = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
}, m = d.forwardRef(({ children: e, ...r }, a) => /* @__PURE__ */ s("div", { className: o(
|
|
6
|
+
}, m = d.forwardRef(({ children: e, ...r }, a) => /* @__PURE__ */ s("div", { className: o(c.islandHeader), ref: a, ...r, children: e }));
|
|
7
7
|
export {
|
|
8
8
|
m as IslandHeader
|
|
9
9
|
};
|
|
@@ -8,15 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
|
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
|
-
import { c as f } from "../../chunks/vendor-
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
11
|
+
import { c as f } from "../../chunks/vendor-CalMVkfj.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-CkwZRvz0.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
n.forwardRef(
|
|
17
17
|
({ className: r, children: m, size: t = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: t, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "0.14.0", ref: a, children: m }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-CkwZRvz0.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as a } from "../../../chunks/vendor-
|
|
4
|
-
import { s as i } from "../../../chunks/IslandAccordion.module-
|
|
3
|
+
import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { s as i } from "../../../chunks/IslandAccordion.module-CkwZRvz0.js";
|
|
5
5
|
import { Island as e } from "../../Island/Island.js";
|
|
6
6
|
import "../../Island/components/IslandBody.js";
|
|
7
7
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as F, useContext as M, useRef as T, useEffect as Y } from "react";
|
|
3
3
|
import { CaretdownStrokeSrvIcon24 as _, CrossStrokeSrvIcon24 as H } from "@sberbusiness/icons-next";
|
|
4
|
-
import { a as W, c as n } from "../../../chunks/vendor-
|
|
4
|
+
import { a as W, c as n } from "../../../chunks/vendor-CalMVkfj.js";
|
|
5
5
|
import { Island as y } from "../../Island/Island.js";
|
|
6
6
|
import { ExpandAnimation as $ } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
7
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-CkwZRvz0.js";
|
|
8
8
|
import { IslandAccordionContent as q } from "./IslandAccordionContent.js";
|
|
9
9
|
import { IslandAccordionFooter as B } from "./IslandAccordionFooter.js";
|
|
10
10
|
import { createSizeToClassNameMap as X } from "../../../utils/classNameMaps.js";
|
|
@@ -70,7 +70,7 @@ const L = {
|
|
|
70
70
|
}),
|
|
71
71
|
onClick: P,
|
|
72
72
|
disabled: e,
|
|
73
|
-
"data-tx": "0.
|
|
73
|
+
"data-tx": "0.14.0",
|
|
74
74
|
children: [
|
|
75
75
|
l && d && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(G, { step: d, status: l, position: J.XFirst, children: e ? void 0 : k }) }),
|
|
76
76
|
/* @__PURE__ */ i("div", { className: t.titleWrapper, children: [
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as n, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import l, { useContext as p } from "react";
|
|
3
3
|
import { Island as W } from "../Island/Island.js";
|
|
4
|
-
import { EIslandType as
|
|
4
|
+
import { EIslandType as f } from "../Island/enums.js";
|
|
5
5
|
import "../Island/components/IslandBody.js";
|
|
6
6
|
import "../Island/components/IslandHeader.js";
|
|
7
7
|
import "../Island/components/IslandFooter.js";
|
|
8
|
-
import { IslandWidgetHeader as
|
|
8
|
+
import { IslandWidgetHeader as g } from "./components/IslandWidgetHeader.js";
|
|
9
9
|
import { IslandWidgetBody as x } from "./components/IslandWidgetBody.js";
|
|
10
10
|
import { IslandWidgetFooter as c } from "./components/IslandWidgetFooter.js";
|
|
11
11
|
import { IslandWidgetExtraFooter as E } from "./components/IslandWidgetExtraFooter.js";
|
|
12
12
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
13
|
-
import { c as F } from "../../chunks/vendor-
|
|
13
|
+
import { c as F } from "../../chunks/vendor-CalMVkfj.js";
|
|
14
14
|
import { IslandWidgetContext as h } from "./IslandWidgetContext.js";
|
|
15
|
-
const y = "
|
|
15
|
+
const y = "islandWidget__4afdb679", _ = "islandWidgetWithExtraFooter__1bf04ff6", o = {
|
|
16
16
|
islandWidget: y,
|
|
17
17
|
islandWidgetWithExtraFooter: _
|
|
18
|
-
},
|
|
18
|
+
}, b = Object.assign(
|
|
19
19
|
l.forwardRef(
|
|
20
20
|
({ className: i, renderBody: r, renderFooter: t, renderHeader: e, ...d }, a) => {
|
|
21
21
|
const { hasExtraFooter: s } = p(h);
|
|
@@ -25,10 +25,10 @@ const y = "islandWidget__f2161768", _ = "islandWidgetWithExtraFooter__1ba7e023",
|
|
|
25
25
|
className: F(o.islandWidget, i, {
|
|
26
26
|
[o.islandWidgetWithExtraFooter]: s
|
|
27
27
|
}),
|
|
28
|
-
"data-tx": "0.
|
|
28
|
+
"data-tx": "0.14.0",
|
|
29
29
|
...d,
|
|
30
30
|
ref: a,
|
|
31
|
-
children: /* @__PURE__ */ m(W, { type:
|
|
31
|
+
children: /* @__PURE__ */ m(W, { type: f.TYPE_1, size: I.MD, children: [
|
|
32
32
|
e({}),
|
|
33
33
|
r({}),
|
|
34
34
|
t ? t({}) : null
|
|
@@ -38,14 +38,14 @@ const y = "islandWidget__f2161768", _ = "islandWidgetWithExtraFooter__1ba7e023",
|
|
|
38
38
|
}
|
|
39
39
|
),
|
|
40
40
|
{
|
|
41
|
-
Header:
|
|
41
|
+
Header: g,
|
|
42
42
|
Body: x,
|
|
43
43
|
Footer: c,
|
|
44
44
|
ExtraFooter: E
|
|
45
45
|
}
|
|
46
46
|
);
|
|
47
|
-
|
|
47
|
+
b.displayName = "IslandWidget";
|
|
48
48
|
export {
|
|
49
|
-
|
|
49
|
+
b as IslandWidget
|
|
50
50
|
};
|
|
51
51
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetContext as l } from "../IslandWidgetContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__7752dcf6", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
8
|
}, f = ({
|
|
9
9
|
children: r,
|
|
@@ -11,8 +11,8 @@ const m = "islandWidgetExtraFooter__f80c4701", c = {
|
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = d(l);
|
|
15
|
+
return i(() => {
|
|
16
16
|
s(t);
|
|
17
17
|
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(e, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: r }) });
|
|
18
18
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-CRDSENKS.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as a } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { s as a } from "../../../chunks/IslandWidgetHeader.module-CplPMePk.js";
|
|
4
4
|
import { IslandWidgetHeaderContent as o } from "./IslandWidgetHeaderContent.js";
|
|
5
5
|
import { IslandWidgetHeaderDescription as m } from "./IslandWidgetHeaderDescription.js";
|
|
6
6
|
const e = ({ children: t, className: r, ...s }) => /* @__PURE__ */ d("div", { ...s, className: i(r, a.islandWidgetHeader), children: t });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as d } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as d } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { s as o } from "../../../chunks/IslandWidgetHeader.module-CplPMePk.js";
|
|
4
4
|
const n = ({
|
|
5
5
|
children: e,
|
|
6
6
|
className: t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { c as a } from "../../../chunks/vendor-
|
|
3
|
-
import { s as t } from "../../../chunks/IslandWidgetHeader.module-
|
|
2
|
+
import { c as a } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { s as t } from "../../../chunks/IslandWidgetHeader.module-CplPMePk.js";
|
|
4
4
|
const d = ({
|
|
5
5
|
children: s,
|
|
6
6
|
className: e,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import i, { useState as p } from "react";
|
|
3
|
-
import { c as l } from "../../../chunks/vendor-
|
|
3
|
+
import { c as l } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { IslandWidgetContext as n } from "../IslandWidgetContext.js";
|
|
5
|
-
const W = "
|
|
5
|
+
const W = "islandWidgetWrapper__85b5c6b8", c = {
|
|
6
6
|
islandWidgetWrapper: W
|
|
7
|
-
},
|
|
7
|
+
}, m = i.forwardRef(
|
|
8
8
|
({ children: e, className: t, ...a }, s) => {
|
|
9
|
-
const [
|
|
10
|
-
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter:
|
|
9
|
+
const [o, d] = p(!1);
|
|
10
|
+
return /* @__PURE__ */ r(n.Provider, { value: { hasExtraFooter: o, setHasExtraFooter: d }, children: /* @__PURE__ */ r("div", { className: l(c.islandWidgetWrapper, t), ...a, ref: s, children: e }) });
|
|
11
11
|
}
|
|
12
12
|
);
|
|
13
|
-
|
|
13
|
+
m.displayName = "IslandWidgetWrapper";
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
m as IslandWidgetWrapper
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=IslandWidgetWrapper.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as F, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as n, useEffect as f } from "react";
|
|
3
|
-
import { c as V, F as A } from "../../chunks/vendor-
|
|
4
|
-
import { L as D, s as e } from "../../chunks/LightBoxContent-
|
|
3
|
+
import { c as V, F as A } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { L as D, s as e } from "../../chunks/LightBoxContent-3oHJFM6-.js";
|
|
5
5
|
import { LightBoxControls as I } from "./LightBoxControls/LightBoxControls.js";
|
|
6
6
|
import { LightBoxSideOverlay as R } from "./LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
7
7
|
import { Portal as k } from "../Portal/Portal.js";
|
|
@@ -15,18 +15,18 @@ import { LightBoxLeftSidebar as H } from "./LightBoxSidebars/LightBoxLeftSidebar
|
|
|
15
15
|
import { LightBoxRightSidebar as U } from "./LightBoxSidebars/LightBoxRightSidebar.js";
|
|
16
16
|
import "./LightBoxSideOverlay/enums.js";
|
|
17
17
|
const Z = {
|
|
18
|
-
"scroll-0": "scroll-
|
|
19
|
-
"scroll-15": "scroll-
|
|
20
|
-
"scroll-16": "scroll-
|
|
21
|
-
"scroll-17": "scroll-
|
|
18
|
+
"scroll-0": "scroll-0__b0d4e4cb",
|
|
19
|
+
"scroll-15": "scroll-15__7ab77077",
|
|
20
|
+
"scroll-16": "scroll-16__da2c1b14",
|
|
21
|
+
"scroll-17": "scroll-17__bc3ee76d"
|
|
22
22
|
}, p = "LightBox-next-mount-node", L = "LightBox-next-view-manager-node", b = [e.bodyOverflowHidden], N = ({
|
|
23
23
|
children: v,
|
|
24
24
|
className: M,
|
|
25
25
|
focusTrapProps: r,
|
|
26
|
-
forwardRef:
|
|
26
|
+
forwardRef: a,
|
|
27
27
|
mountNode: s,
|
|
28
|
-
lightBoxViewManagerNodeId:
|
|
29
|
-
isLoading:
|
|
28
|
+
lightBoxViewManagerNodeId: m = L,
|
|
29
|
+
isLoading: d,
|
|
30
30
|
isSideOverlayOpened: i,
|
|
31
31
|
isTopOverlayOpened: y,
|
|
32
32
|
...S
|
|
@@ -36,8 +36,8 @@ const Z = {
|
|
|
36
36
|
return s ? t = s : (t = document.querySelector(`#${p}`), t || (t = document.createElement("div"), t.setAttribute("id", p), document.body.appendChild(t))), t;
|
|
37
37
|
}, _ = () => {
|
|
38
38
|
let t = null;
|
|
39
|
-
return
|
|
40
|
-
},
|
|
39
|
+
return m && (t = document.querySelector(`#${m}`)), t || (t = document.createElement("div"), t.setAttribute("id", L), document.body.appendChild(t)), t;
|
|
40
|
+
}, c = n(E()), g = n(_()), h = () => {
|
|
41
41
|
b.forEach((t) => document.documentElement.classList.add(t));
|
|
42
42
|
};
|
|
43
43
|
f(() => (T(Z), h(), setTimeout(h, 100), () => b.forEach((t) => document.documentElement.classList.remove(t))), []), f(() => {
|
|
@@ -47,18 +47,18 @@ const Z = {
|
|
|
47
47
|
}
|
|
48
48
|
}, [i]);
|
|
49
49
|
const w = (t) => {
|
|
50
|
-
u.current = t,
|
|
50
|
+
u.current = t, a && (a.current = t);
|
|
51
51
|
}, O = V(
|
|
52
52
|
C,
|
|
53
53
|
e.lightBox,
|
|
54
54
|
{
|
|
55
|
-
[e.isLoading]: !!
|
|
55
|
+
[e.isLoading]: !!d,
|
|
56
56
|
[e.lightBoxSideOverlayActive]: !!i,
|
|
57
57
|
[e.lightBoxTopOverlayActive]: !!y
|
|
58
58
|
},
|
|
59
59
|
M
|
|
60
60
|
);
|
|
61
|
-
if (!
|
|
61
|
+
if (!c.current)
|
|
62
62
|
return null;
|
|
63
63
|
const x = () => /* @__PURE__ */ B("div", { className: O, ref: w, role: "dialog", "aria-modal": "true", ...S, children: [
|
|
64
64
|
/* @__PURE__ */ o("div", { className: e.lightBoxBackdrop }),
|
|
@@ -66,13 +66,13 @@ const Z = {
|
|
|
66
66
|
/* @__PURE__ */ o("span", { ref: l, className: e.tempElSafariBug })
|
|
67
67
|
] });
|
|
68
68
|
return /* @__PURE__ */ B(F, { children: [
|
|
69
|
-
/* @__PURE__ */ o(k, { container:
|
|
69
|
+
/* @__PURE__ */ o(k, { container: c.current, children: /* @__PURE__ */ o(
|
|
70
70
|
W,
|
|
71
71
|
{
|
|
72
72
|
fallback: /* @__PURE__ */ o(
|
|
73
73
|
A,
|
|
74
74
|
{
|
|
75
|
-
active: !
|
|
75
|
+
active: !d,
|
|
76
76
|
...r,
|
|
77
77
|
focusTrapOptions: {
|
|
78
78
|
clickOutsideDeactivates: !0,
|
|
@@ -90,7 +90,7 @@ const Z = {
|
|
|
90
90
|
q,
|
|
91
91
|
{
|
|
92
92
|
lightBoxViewManagerNode: g.current,
|
|
93
|
-
lightBoxMountNode:
|
|
93
|
+
lightBoxMountNode: c.current
|
|
94
94
|
}
|
|
95
95
|
)
|
|
96
96
|
] });
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../chunks/vendor-
|
|
3
|
+
import "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import "../WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import "../LoaderScreen/LoaderScreen.js";
|
|
6
|
-
import { L as n } from "../../chunks/LightBoxContent-
|
|
6
|
+
import { L as n } from "../../chunks/LightBoxContent-3oHJFM6-.js";
|
|
7
7
|
export {
|
|
8
8
|
n as LightBoxContent
|
|
9
9
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as n, jsx as e, Fragment as f } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h } from "react";
|
|
3
|
-
import { c as u } from "../../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { CrossStrokeSrvIcon32 as x, CrossStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as E } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
import { EVENT_KEY_CODES as g } from "../../../utils/keyboard.js";
|
|
7
7
|
import { EButtonTheme as i } from "../../Button/enums.js";
|
|
8
8
|
import { Button as l } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as a } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BiErhmuy.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: c,
|
|
13
13
|
onClick: t,
|
|
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { LightBoxClose as m } from "./LightBoxClose.js";
|
|
3
3
|
import { LightBoxNext as l } from "./LightBoxNext.js";
|
|
4
4
|
import { LightBoxPrev as x } from "./LightBoxPrev.js";
|
|
5
|
-
import { c as e } from "../../../chunks/vendor-
|
|
6
|
-
import { s as p } from "../../../chunks/LightBoxControls.module-
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
|
|
6
|
+
import { s as p } from "../../../chunks/LightBoxControls.module-BiErhmuy.js";
|
|
7
7
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ i("div", { className: e(r, p.lightBoxControls), ...s, "data-lightbox-component": "controls", children: t });
|
|
8
8
|
o.displayName = "LightBoxControls";
|
|
9
9
|
o.Close = m;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as x, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { CaretrightStrokeSrvIcon32 as E, CaretrightStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { TriggerClickOnKeyDownEvent as I } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
6
6
|
import { EVENT_KEY_CODES as R } from "../../../utils/keyboard.js";
|
|
7
7
|
import { Button as c } from "../../Button/Button.js";
|
|
8
8
|
import { EButtonTheme as s } from "../../Button/enums.js";
|
|
9
9
|
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BiErhmuy.js";
|
|
11
11
|
const v = ({
|
|
12
12
|
className: g,
|
|
13
13
|
clickByArrowRight: u,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as f, Fragment as g } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m } from "react";
|
|
3
|
-
import { c as n } from "../../../chunks/vendor-
|
|
3
|
+
import { c as n } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { CaretleftStrokeSrvIcon32 as E, CaretleftStrokeSrvIcon20 as D } from "@sberbusiness/icons-next";
|
|
5
5
|
import { EButtonTheme as h } from "../../Button/enums.js";
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as C } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
7
|
import { EVENT_KEY_CODES as I } from "../../../utils/keyboard.js";
|
|
8
8
|
import { Button as s } from "../../Button/Button.js";
|
|
9
9
|
import { EComponentSize as v } from "../../../enums/EComponentSize.js";
|
|
10
|
-
import { s as o } from "../../../chunks/LightBoxControls.module-
|
|
10
|
+
import { s as o } from "../../../chunks/LightBoxControls.module-BiErhmuy.js";
|
|
11
11
|
const N = ({
|
|
12
12
|
className: u,
|
|
13
13
|
clickByArrowLeft: x,
|