@sberbusiness/triplex-next 0.15.0 → 0.17.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-DnMeoMRa.js +39 -0
- package/chunks/{CalendarViewItem-C4iZEwoX.js → CalendarViewItem-DJCvUxM5.js} +12 -12
- package/chunks/Card.module-CMUnMJ_k.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CggPosrf.js +14 -0
- package/chunks/{Chip-CQvFfbck.js → Chip-NCNX4aqk.js} +14 -14
- package/chunks/Confirm.module-BYcKID70.js +15 -0
- package/chunks/{DropdownListItem-CcCakDyr.js → DropdownListItem-BuR89hPJ.js} +19 -19
- package/chunks/DropdownMobile.module-D1kNUx6-.js +23 -0
- package/chunks/Footer.module-cBu_SV2P.js +9 -0
- package/chunks/FormFieldInput-EYc8oHbI.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-QC9-L6FM.js +9 -0
- package/chunks/HeaderTabs.module-Bg8pE2hc.js +9 -0
- package/chunks/{HeaderTitle.module-BVJYOrCs.js → HeaderTitle.module-BEtGrxIR.js} +2 -2
- package/chunks/IslandAccordion.module-vTFelMzP.js +25 -0
- package/chunks/IslandWidgetFooter.module-CM5h0W7b.js +9 -0
- package/chunks/IslandWidgetHeader.module-C5Me9IIL.js +12 -0
- package/chunks/{LightBoxContent-MLggVllJ.js → LightBoxContent-tmFMe3Jq.js} +14 -14
- package/chunks/LightBoxControls.module-p6sqZFX7.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BqbeiAEG.js +8 -0
- package/chunks/{ListItemControlsButton-BShMlm2B.js → ListItemControlsButton-CDYgneeE.js} +10 -10
- package/chunks/ListItemTail.module-BpGKcI6W.js +12 -0
- package/chunks/ListMasterFooter.module-B7YGTi33.js +10 -0
- package/chunks/ModalWindow.module-ZH4YBn7A.js +17 -0
- package/chunks/Notification.module-_VFcjKv9.js +21 -0
- package/chunks/Overlay.module-DJfkOjXa.js +18 -0
- package/chunks/Page.module-hM20h-I6.js +11 -0
- package/chunks/{RightBorderArrow-CxMqoJOA.js → RightBorderArrow-_zjTHek_.js} +4 -4
- package/chunks/SMSField.module-CY9R7ACZ.js +16 -0
- package/chunks/SliderExtendedMarks.module-CcgK2mu-.js +15 -0
- package/chunks/SliderExtendedRail-aR4aPOcb.js +40 -0
- package/chunks/StatusTracker.module-s_qiteNu.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-BLvUyupa.js +14 -0
- package/chunks/TableFooter.module-XxoB1ydg.js +14 -0
- package/chunks/TabsExtended.module-Ce6tDS2A.js +16 -0
- package/chunks/TabsLine.module-YxNiuXB5.js +21 -0
- package/chunks/TooltipDesktop.module-CyeERXWq.js +19 -0
- package/chunks/TreeView.module-DV2mpAEi.js +9 -0
- package/chunks/{UploadZoneInput-DRVoNz0G.js → UploadZoneInput-BuIUwilQ.js} +5 -5
- package/chunks/{constants-C0-h2pRq.js → constants-BG01GOrx.js} +2 -2
- package/chunks/{utils-DYe-VisL.js → utils-C3Drcn94.js} +10 -10
- package/chunks/utils-DT0zStlo.js +73 -0
- package/chunks/utils-DYuqi1kC.js +24 -0
- package/chunks/{utils-qhEFBj7O.js → utils-uktTSRz4.js} +4 -4
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +18 -18
- package/components/Badge/Badge.js +26 -13
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +12 -12
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- 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 +14 -14
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +7 -7
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- 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 +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +19 -19
- 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 +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +12 -12
- 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 +2 -2
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/ExpandAnimation/index.js +5 -0
- 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 +16 -16
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +14 -14
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +18 -18
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- 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 +4 -4
- 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 +39 -38
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- 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 +8 -8
- package/components/IslandWidget/IslandWidget.js +7 -7
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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 +20 -21
- 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 +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +7 -7
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- 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 +3 -3
- package/components/List/components/ListItemSelectable.js +2 -2
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +7 -7
- 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 +7 -7
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- 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 +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- 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 +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +11 -11
- 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 +6 -6
- 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 +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +10 -10
- 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 +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +9 -9
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- 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 +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
- package/components/Suggest/useSuggest.js +3 -3
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +12 -12
- 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 +3 -3
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +18 -18
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +3 -3
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- 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 +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- 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 +14 -14
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +28 -28
- package/components/TagColor/TagColor.js +11 -11
- 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 +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- 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 +13 -13
- package/components/TopOverlay/TopOverlay.js +23 -23
- 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 +19 -19
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +26 -26
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- 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 +162 -162
- package/index.d.ts +40 -13
- package/index.js +161 -161
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DwZ5kXLz.js +0 -39
- package/chunks/Card.module-DnZ_SmT7.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +0 -14
- package/chunks/Confirm.module-BrVl-yob.js +0 -15
- package/chunks/DropdownMobile.module-af6OVs0G.js +0 -23
- package/chunks/Footer.module-tAG-SN8m.js +0 -9
- package/chunks/FormFieldInput-M-BWeUyG.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +0 -9
- package/chunks/HeaderTabs.module-HGiK1PZg.js +0 -9
- package/chunks/IslandAccordion.module-BRmaipCD.js +0 -25
- package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +0 -9
- package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +0 -12
- package/chunks/LightBoxControls.module-zJ2jYB7p.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +0 -8
- package/chunks/ListItemTail.module-BBVRXBTR.js +0 -12
- package/chunks/ListMasterFooter.module-8-LOEhYM.js +0 -10
- package/chunks/ModalWindow.module-uM-PCOaZ.js +0 -17
- package/chunks/Notification.module-B7fXFvwU.js +0 -21
- package/chunks/Overlay.module-Dtk3whPQ.js +0 -18
- package/chunks/Page.module-CoeirpZV.js +0 -11
- package/chunks/SMSField.module-wdtLV1SH.js +0 -16
- package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +0 -15
- package/chunks/SliderExtendedRail-BdLhibqT.js +0 -40
- package/chunks/StatusTracker.module-DrbWwUtn.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +0 -14
- package/chunks/TableFooter.module-BDsK8o22.js +0 -14
- package/chunks/TabsExtended.module-jfDq5xSa.js +0 -16
- package/chunks/TabsLine.module-BnotsPff.js +0 -21
- package/chunks/TooltipDesktop.module-CAL6IPaE.js +0 -19
- package/chunks/TreeView.module-BYyI_lNS.js +0 -9
- package/chunks/utils-Bdg4Vfo1.js +0 -24
- package/chunks/utils-DykNYdbk.js +0 -73
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import { useState as r, useRef as
|
|
3
|
-
import {
|
|
2
|
+
import { useState as r, useRef as h, useEffect as u, useLayoutEffect as p } from "react";
|
|
3
|
+
import { a as g, i as W, h as a } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as R } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as R } from "../../../chunks/ModalWindow.module-ZH4YBn7A.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
|
-
const [d, c] = r(), [t, l] = r(), o =
|
|
7
|
+
const [d, c] = r(), [t, l] = r(), o = h(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
9
9
|
const e = o.current.getBoundingClientRect();
|
|
10
10
|
W(
|
|
@@ -16,7 +16,7 @@ const s = "modalWindowViewManagerNodeId", z = () => {
|
|
|
16
16
|
let e = document.querySelector(`#${s}`);
|
|
17
17
|
e || (e = document.createElement("div"), e.setAttribute("id", s), document.body.appendChild(e)), c(e);
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
u(() => {
|
|
20
20
|
w();
|
|
21
21
|
}, []), p(() => {
|
|
22
22
|
n();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import f, { useState as F, useContext as p, useEffect as w } from "react";
|
|
3
|
-
import { F as D } from "../../../chunks/vendor-
|
|
3
|
+
import { F as D } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Dropdown as M } from "../../Dropdown/Dropdown.js";
|
|
5
5
|
import { MultiselectFieldDropdownHeader as v } from "./MultiselectFieldDropdownHeader.js";
|
|
6
6
|
import { MultiselectFieldDropdownContent as x } from "./MultiselectFieldDropdownContent.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsx as t, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as r } from "react";
|
|
3
3
|
import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
|
|
4
4
|
import { createSizeToClassNameMap as d } from "../../../utils/classNameMaps.js";
|
|
5
|
-
import { c as l } from "../../../chunks/vendor-
|
|
5
|
+
import { c as l } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const C = "
|
|
7
|
+
const C = "multiselectFieldContentWrapper__4e97feac", u = "multiselectFieldContent__dc5f1146", F = "sm__ce0ab45c", _ = "md__440fa63c", f = "lg__2a34b314", e = {
|
|
8
8
|
multiselectFieldContentWrapper: C,
|
|
9
9
|
multiselectFieldContent: u,
|
|
10
10
|
sm: F,
|
|
@@ -16,8 +16,8 @@ const C = "multiselectFieldContentWrapper__a4f61efb", u = "multiselectFieldConte
|
|
|
16
16
|
loading: n,
|
|
17
17
|
...i
|
|
18
18
|
}) => {
|
|
19
|
-
const { size:
|
|
20
|
-
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...i, children: /* @__PURE__ */
|
|
19
|
+
const { size: c } = r(a);
|
|
20
|
+
return /* @__PURE__ */ t("div", { className: l(e.multiselectFieldContentWrapper, o), ...i, children: /* @__PURE__ */ m("div", { tabIndex: -1, className: l(e.multiselectFieldContent, x[c]), children: [
|
|
21
21
|
s,
|
|
22
22
|
n && /* @__PURE__ */ t(p, { type: "small" })
|
|
23
23
|
] }) });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as s } from "../../../chunks/vendor-
|
|
3
|
-
const i = "
|
|
2
|
+
import { c as s } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
const i = "multiselectFieldFooter__7ef95a98", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
const d = "multiselectFieldHeader__e6471f52", c = {
|
|
4
|
+
multiselectFieldHeader: d
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className:
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
11
|
m as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "../../chunks/vendor-
|
|
2
|
+
import { c as l } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-_VFcjKv9.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "0.
|
|
27
|
+
"data-tx": "0.17.0",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-_VFcjKv9.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
3
3
|
const n = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationBodyContent, children: o });
|
|
4
4
|
n.displayName = "NotificationBodyContent";
|
|
5
5
|
export {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
5
|
-
import { c as e } from "../../../chunks/vendor-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
8
8
|
export {
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-_VFcjKv9.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../chunks/vendor-
|
|
3
|
-
const c = "
|
|
2
|
+
import { c as t } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
const c = "notificationIcon__e5b33b03", a = {
|
|
4
4
|
notificationIcon: c
|
|
5
5
|
}, s = ({ className: o, ...i }) => /* @__PURE__ */ n("span", { ...i, className: t(a.notificationIcon, o) });
|
|
6
6
|
s.displayName = "NotificationIcon";
|
|
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
6
6
|
import "../FormField/components/FormFieldLabel.js";
|
|
7
7
|
import "../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../FormField/components/FormFieldTarget.js";
|
|
9
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
9
|
+
import { F as d } from "../../chunks/FormFieldInput-EYc8oHbI.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { c as o } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { OrderedListItem as i } from "./OrderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "orderedList__c0bf2df9", a = {
|
|
6
6
|
orderedList: m
|
|
7
7
|
}, c = Object.assign(
|
|
8
|
-
|
|
8
|
+
d.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: o(a.orderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.17.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as s } from "../../chunks/vendor-
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as s } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETextSize as d } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
|
-
import { Text as
|
|
6
|
+
import { Text as i } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "orderedListItem__0fbdefbd", f = {
|
|
9
9
|
orderedListItem: a
|
|
10
|
-
},
|
|
10
|
+
}, p = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
|
-
|
|
12
|
+
i,
|
|
13
13
|
{
|
|
14
|
-
className: s(
|
|
15
|
-
size:
|
|
14
|
+
className: s(f.orderedListItem, t),
|
|
15
|
+
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.17.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
p.displayName = "OrderedListItem";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
p as OrderedListItem
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { c as u } from "../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-DJfkOjXa.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as t } from "../../chunks/vendor-
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
3
|
+
import { c as t } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-DJfkOjXa.js";
|
|
5
5
|
const p = l.forwardRef(({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as P } from "../../chunks/vendor-
|
|
3
|
+
import { c as P } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { EOverlayDirection as a } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-DJfkOjXa.js";
|
|
6
6
|
const T = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-hM20h-I6.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
+
import { c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const f = "
|
|
8
|
+
const f = "bodyPage__73b3d89d", P = "verticalMargin24__33a807bb", v = "verticalMargin16__f16e9f22", o = {
|
|
9
9
|
bodyPage: f,
|
|
10
10
|
verticalMargin24: P,
|
|
11
11
|
verticalMargin16: v
|
|
12
|
-
},
|
|
13
|
-
[r.LARGE]:
|
|
14
|
-
[r.SMALL]:
|
|
15
|
-
},
|
|
16
|
-
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...
|
|
17
|
-
const t = d(s,
|
|
18
|
-
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...
|
|
12
|
+
}, b = {
|
|
13
|
+
[r.LARGE]: o.verticalMargin24,
|
|
14
|
+
[r.SMALL]: o.verticalMargin16
|
|
15
|
+
}, _ = m.forwardRef(
|
|
16
|
+
({ className: s, type: n, size: l, verticalMargin: g = r.LARGE, ...e }, i) => {
|
|
17
|
+
const t = d(s, o.bodyPage, b[g]);
|
|
18
|
+
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
|
-
|
|
21
|
+
_.displayName = "BodyPage";
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
_ as BodyPage
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=BodyPage.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import R, { useRef as u } from "react";
|
|
3
|
-
import { c as T } from "../../../chunks/vendor-
|
|
3
|
+
import { c as T } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { Footer as s } from "../../Footer/Footer.js";
|
|
5
5
|
import { EFooterPageType as i } from "./enums.js";
|
|
6
6
|
import { useStickyCornerRadius as y } from "./useStickyCornerRadius.js";
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as n } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as n } from "../../../chunks/Page.module-hM20h-I6.js";
|
|
13
13
|
const N = Object.assign(
|
|
14
14
|
R.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
|
|
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import T, { useRef as R } from "react";
|
|
3
3
|
import { Header as e } from "../../Header/Header.js";
|
|
4
4
|
import { EHeaderPageType as t } from "./enums.js";
|
|
5
|
-
import { c as l } from "../../../chunks/vendor-
|
|
5
|
+
import { c as l } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-hM20h-I6.js";
|
|
10
10
|
const C = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import i from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__d60d5571", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = i.forwardRef(
|
|
7
|
-
({ children: t, className: n, ...a }, e) => /* @__PURE__ */
|
|
7
|
+
({ children: t, className: n, ...a }, e) => /* @__PURE__ */ d(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx": "0.
|
|
10
|
+
className: o(s.paginationExtended, n),
|
|
11
|
+
"data-tx": "0.17.0",
|
|
12
12
|
...a,
|
|
13
13
|
ref: e,
|
|
14
14
|
children: t
|
|
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__9c7598bf", N = "directionIconNext__e40150d6", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, I = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
12
|
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__0659d4b7", N = "directionIconNext__018cd1
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
I.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
I as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
-
const g = "
|
|
3
|
+
import { c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const g = "paginationNavigationExtended__b37483ec", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: i, ...n }, t) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, i), ...n, ref: t, children: a })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import g from "react";
|
|
3
|
-
import { c } from "../../../chunks/vendor-
|
|
4
|
-
const s = "
|
|
3
|
+
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
const s = "paginationPageButton__40469c35", u = "currentPage__603b2222", a = {
|
|
5
5
|
paginationPageButton: s,
|
|
6
6
|
currentPage: u
|
|
7
7
|
}, P = g.forwardRef(
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
3
|
import o from "react";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "pageEllipsis__2e31ab8c", r = {
|
|
5
5
|
pageEllipsis: t
|
|
6
|
-
},
|
|
6
|
+
}, n = o.forwardRef(
|
|
7
7
|
({ children: s, className: i, ...a }, l) => /* @__PURE__ */ p("span", { className: e(r.pageEllipsis, i), ...a, ref: l, children: s })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
n.displayName = "PaginationPageEllipsis";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
n as PaginationPageEllipsis
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=PaginationPageEllipsis.js.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { jsxs as s, jsx as
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m, { useState as p } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { u as S, c as d } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { ETextSize as f } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import { Text as g } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
|
-
import { SelectField as
|
|
9
|
-
import { EComponentSize as
|
|
10
|
-
const
|
|
11
|
-
paginationSelect:
|
|
12
|
-
paginationSelectControl:
|
|
8
|
+
import { SelectField as b } from "../../SelectField/SelectField.js";
|
|
9
|
+
import { EComponentSize as x } from "../../../enums/EComponentSize.js";
|
|
10
|
+
const u = "paginationSelect__ce8bfb22", C = "paginationSelectControl__1f3e2db2", o = {
|
|
11
|
+
paginationSelect: u,
|
|
12
|
+
paginationSelectControl: C
|
|
13
13
|
}, z = m.forwardRef(
|
|
14
|
-
({ paginationLabel:
|
|
14
|
+
({ paginationLabel: t, className: n, options: a, value: r, onChange: l }, c) => {
|
|
15
15
|
const [i] = p(() => `Pagination-${S()}`);
|
|
16
|
-
return /* @__PURE__ */ s("div", { className: d(o.paginationSelect,
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
|
|
16
|
+
return /* @__PURE__ */ s("div", { className: d(o.paginationSelect, n), ref: c, children: [
|
|
17
|
+
/* @__PURE__ */ e(g, { size: f.B3, id: i, children: t }),
|
|
18
|
+
/* @__PURE__ */ e("div", { className: o.paginationSelectControl, children: /* @__PURE__ */ e(
|
|
19
|
+
b,
|
|
20
20
|
{
|
|
21
|
-
size:
|
|
21
|
+
size: x.SM,
|
|
22
22
|
value: r,
|
|
23
|
-
mobileTitle:
|
|
24
|
-
options:
|
|
23
|
+
mobileTitle: t,
|
|
24
|
+
options: a,
|
|
25
25
|
onChange: l,
|
|
26
26
|
targetProps: {
|
|
27
27
|
fieldLabel: ""
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { k as R } from "../../../chunks/vendor-
|
|
1
|
+
import { k as R } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
2
2
|
const m = -1, h = {
|
|
3
3
|
// Создание массива чисел в заданном диапазоне с заданным шагом.
|
|
4
4
|
generateRange: (n, i, e = 1) => n > i ? [] : R(n, i + 1, e),
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as f, jsx as
|
|
1
|
+
import { jsxs as f, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
|
-
import { c as n } from "../../chunks/vendor-
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as n } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETextSize as d } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import { Text as x } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
8
|
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
10
|
-
const y = "
|
|
10
|
+
const y = "label__51a2968e", M = "sm__d63bd6b1", T = "nonempty__106fa7c4", S = "md__d86a9137", g = "lg__a5b63d69", I = "disabled__b28c52fd", R = "radio__d38a9f78", u = "radioIcon__dfee237a", a = {
|
|
11
11
|
label: y,
|
|
12
12
|
sm: M,
|
|
13
13
|
nonempty: T,
|
|
@@ -17,9 +17,9 @@ const y = "label__64bdf22d", M = "sm__105ff0d5", T = "nonempty__4d3e47bb", S = "
|
|
|
17
17
|
radio: R,
|
|
18
18
|
radioIcon: u
|
|
19
19
|
}, B = {
|
|
20
|
-
[s.LG]:
|
|
21
|
-
[s.MD]:
|
|
22
|
-
[s.SM]:
|
|
20
|
+
[s.LG]: d.B2,
|
|
21
|
+
[s.MD]: d.B3,
|
|
22
|
+
[s.SM]: d.B4
|
|
23
23
|
}, C = z(a), h = N.forwardRef((c, r) => {
|
|
24
24
|
const { children: e, className: l, disabled: m, labelAttributes: o, size: t = s.MD, ...p } = c, _ = n(a.radio, l, C[t]), b = n(
|
|
25
25
|
a.label,
|
|
@@ -27,10 +27,10 @@ const y = "label__64bdf22d", M = "sm__105ff0d5", T = "nonempty__4d3e47bb", S = "
|
|
|
27
27
|
{ [a.disabled]: !!m, [a.nonempty]: !!e },
|
|
28
28
|
o == null ? void 0 : o.className
|
|
29
29
|
);
|
|
30
|
-
return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
/* @__PURE__ */
|
|
33
|
-
e && /* @__PURE__ */
|
|
30
|
+
return /* @__PURE__ */ f("label", { ...o, className: b, "data-tx": "0.17.0", children: [
|
|
31
|
+
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled: m, ...p, ref: r }),
|
|
32
|
+
/* @__PURE__ */ i("span", { className: a.radioIcon }),
|
|
33
|
+
e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
|
|
34
34
|
] });
|
|
35
35
|
});
|
|
36
36
|
h.displayName = "Radio";
|