@sberbusiness/triplex-next 0.30.0 → 0.32.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-DW0BhZ40.js +41 -0
- package/chunks/CalendarViewItem-DnsWMQ6f.js +101 -0
- package/chunks/Card.module-CXz8VlRt.js +18 -0
- package/chunks/CheckboxTreeExtended.module-eCBHjGXW.js +15 -0
- package/chunks/Chip-C4673wYg.js +85 -0
- package/chunks/Confirm.module-DXe0cS1V.js +15 -0
- package/chunks/DropdownListItem-Bp1g9j21.js +65 -0
- package/chunks/DropdownMobile.module-B-gfhyrz.js +23 -0
- package/chunks/Footer.module-CHW5czGs.js +9 -0
- package/chunks/{FormFieldInput-DM8lK78a.js → FormFieldInput-DZ9wvF_L.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-ChykZk2C.js +9 -0
- package/chunks/HeaderTabs.module-CXzQ8YYa.js +9 -0
- package/chunks/{HeaderTitle.module-wm7lWk21.js → HeaderTitle.module-Bjd_PeFL.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-DtrGKrbn.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-A47Rfe5O.js +28 -0
- package/chunks/IslandAccordion.module-Cez7gPQx.js +25 -0
- package/chunks/IslandWidgetFooter.module-DJ6DLnlZ.js +9 -0
- package/chunks/IslandWidgetHeader.module-Cax47StS.js +13 -0
- package/chunks/{LightBoxContent-C-Q4JvDf.js → LightBoxContent-9n7KZhyO.js} +7 -7
- package/chunks/LightBoxControls.module-CqE7tSjd.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-76jyTCms.js +9 -0
- package/chunks/{ListItemControlsButton-B52gadtt.js → ListItemControlsButton-CvLzuMWL.js} +11 -11
- package/chunks/ListItemTail.module-Cj1qtzG7.js +12 -0
- package/chunks/ListMasterFooter.module-BFddN0Fo.js +10 -0
- package/chunks/ModalWindow.module-DRSCJT-j.js +17 -0
- package/chunks/Notification.module-XEc1_4xz.js +20 -0
- package/chunks/Overlay.module-CG_bCws2.js +18 -0
- package/chunks/Page.module-w5MrLoeL.js +11 -0
- package/chunks/SMSField.module-CKYqfE0O.js +16 -0
- package/chunks/SliderExtendedMarks.module-BrV0KqUb.js +15 -0
- package/chunks/{SliderExtendedRail-EN9dWr8g.js → SliderExtendedRail-BAv_g4xj.js} +11 -11
- package/chunks/StatusTracker.module-Bxjr2F_-.js +24 -0
- package/chunks/{StepperStepArrowBorder-B2mxgMOK.js → StepperStepArrowBorder-zBMxIbHq.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-8plGk4NO.js → SuggestFieldMobileDropdownHint-DoCjNfsA.js} +4 -4
- package/chunks/TableFooter.module-nSntoxBZ.js +14 -0
- package/chunks/TabsExtended.module-BAblULYn.js +16 -0
- package/chunks/TabsLine.module-BB5LVegW.js +21 -0
- package/chunks/TooltipDesktop.module-DNiN5lh5.js +19 -0
- package/chunks/TreeView.module-C8K0ykxB.js +9 -0
- package/chunks/{UploadZoneInput-B-gVlolB.js → UploadZoneInput-CZ0-33sV.js} +8 -8
- package/chunks/{constants-CgVlsuXP.js → constants-8_Umj6ax.js} +10 -10
- package/chunks/utils-BT5PPv2k.js +24 -0
- package/chunks/utils-CP79T5VE.js +73 -0
- package/chunks/{utils-B3jUITHO.js → utils-De8Skuhh.js} +5 -5
- package/chunks/{utils-BygtCSQo.js → utils-gmsD_32w.js} +5 -5
- package/components/Alert/AlertContext/AlertContext.js +31 -31
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +9 -9
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +11 -11
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +26 -26
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +73 -72
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +8 -8
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +11 -11
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +173 -158
- package/components/CollapsibleTree/CollapsibleTree.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +4 -4
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +13 -13
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +10 -10
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +14 -14
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +22 -22
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +7 -7
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +20 -20
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +3 -3
- package/components/FormField/components/FormFieldPrefix.js +1 -1
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +16 -16
- package/components/IconWrapper/IconWrapper.js +8 -8
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +65 -75
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +39 -39
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +18 -18
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +13 -13
- package/components/List/components/ListItemControls.js +4 -4
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +9 -9
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +30 -34
- package/components/ModalWindow/ModalWindow.js +9 -9
- package/components/ModalWindow/components/ModalWindowBody.js +7 -7
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- 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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +15 -15
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +10 -10
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +31 -30
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +3 -3
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +15 -15
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +18 -18
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +8 -6
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +12 -12
- package/components/Stepper/Stepper.js +32 -32
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +19 -19
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- 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/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +41 -36
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +19 -19
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +3 -3
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +40 -40
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +644 -622
- package/index.d.ts +325 -34
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-u6M_UUD9.js +0 -41
- package/chunks/CalendarViewItem-0qx9TN09.js +0 -101
- package/chunks/Card.module-Dk_x12aX.js +0 -18
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +0 -15
- package/chunks/Chip-CgSrMLOj.js +0 -77
- package/chunks/Confirm.module-D-Z-baL7.js +0 -15
- package/chunks/DropdownListItem-DsKl9Gi-.js +0 -65
- package/chunks/DropdownMobile.module-DBKmP6tH.js +0 -23
- package/chunks/Footer.module-D19luc11.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +0 -9
- package/chunks/HeaderTabs.module-B3OUkcWC.js +0 -9
- package/chunks/IslandAccordion.module-CkjSe196.js +0 -25
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +0 -9
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +0 -13
- package/chunks/LightBoxControls.module-D6dJVyd1.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +0 -9
- package/chunks/ListItemTail.module-96x050E6.js +0 -12
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +0 -10
- package/chunks/ModalWindow.module-D3XZrRCV.js +0 -17
- package/chunks/Notification.module-MWvLXIRM.js +0 -20
- package/chunks/Overlay.module-nAMUorJ1.js +0 -18
- package/chunks/Page.module-BDTFNqSr.js +0 -11
- package/chunks/SMSField.module-Dt8sZq_D.js +0 -16
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +0 -15
- package/chunks/StatusTracker.module-GZp9BaaE.js +0 -24
- package/chunks/TableFooter.module-C1wbovyw.js +0 -14
- package/chunks/TabsExtended.module-DATvYZNn.js +0 -16
- package/chunks/TabsLine.module-O3-2VgYL.js +0 -21
- package/chunks/TooltipDesktop.module-COHJz2TY.js +0 -19
- package/chunks/TreeView.module-Cxj4qOdA.js +0 -9
- package/chunks/utils-Dwhaig77.js +0 -24
- package/chunks/utils-mJogbZdW.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { Marker as k } from "../Marker/Marker.js";
|
|
4
|
+
import { c as _ } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
|
+
import { s as M } from "../../chunks/utils-gmsD_32w.js";
|
|
6
|
+
import { ETextSize as n, EFontType as i, ECaptionSize as N } from "../Typography/enums.js";
|
|
7
|
+
import { Caption as x } from "../Typography/Caption.js";
|
|
7
8
|
import "../Typography/CodeText.js";
|
|
8
9
|
import { Text as c } from "../Typography/Text.js";
|
|
9
10
|
import "../Typography/Title.js";
|
|
10
|
-
import { EComponentSize as
|
|
11
|
-
import { createSizeToClassNameMap as
|
|
12
|
-
const
|
|
13
|
-
markerStatus:
|
|
14
|
-
contentContainer:
|
|
15
|
-
md:
|
|
16
|
-
markerContainer:
|
|
17
|
-
lg:
|
|
18
|
-
},
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
},
|
|
22
|
-
children: p,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
/* @__PURE__ */ t(c, { size: h[r], children: p }),
|
|
34
|
-
o && (r === e.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
35
|
-
] })
|
|
36
|
-
] });
|
|
37
|
-
};
|
|
11
|
+
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
12
|
+
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
13
|
+
const u = "markerStatus__3140f2cf", z = "contentContainer__44603191", E = "md__ee067cf3", h = "markerContainer__b7afb591", D = "lg__b6f08b1c", e = {
|
|
14
|
+
markerStatus: u,
|
|
15
|
+
contentContainer: z,
|
|
16
|
+
md: E,
|
|
17
|
+
markerContainer: h,
|
|
18
|
+
lg: D
|
|
19
|
+
}, b = {
|
|
20
|
+
[a.MD]: n.B4,
|
|
21
|
+
[a.LG]: n.B3
|
|
22
|
+
}, y = T(e), q = d.forwardRef(
|
|
23
|
+
({ children: p, className: f, description: o, status: m, size: r = a.MD, ...l }, C) => {
|
|
24
|
+
const S = _(e.markerStatus, y[r], M[m], f);
|
|
25
|
+
return /* @__PURE__ */ s("div", { className: S, "data-tx": "0.32.0", ...l, ref: C, children: [
|
|
26
|
+
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(k, { status: m, size: r }) }),
|
|
27
|
+
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
28
|
+
/* @__PURE__ */ t(c, { size: b[r], children: p }),
|
|
29
|
+
o && (r === a.MD ? /* @__PURE__ */ t(x, { size: N.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
38
34
|
export {
|
|
39
|
-
|
|
35
|
+
q as MarkerStatus
|
|
40
36
|
};
|
|
41
37
|
//# sourceMappingURL=MarkerStatus.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, Fragment as T, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import g, { useState as z, useEffect as L } from "react";
|
|
3
3
|
import { Portal as $ } from "../Portal/Portal.js";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as p, C as k, F as B } from "../../chunks/vendor-z35N2Tap.js";
|
|
5
5
|
import { ModalWindowViewManager as F } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as R } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as a } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as a } from "../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
8
8
|
import { EComponentSize as j } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as P } from "../../utils/classNameMaps.js";
|
|
10
10
|
const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidden"], A = P(a), D = () => {
|
|
@@ -14,7 +14,7 @@ const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidd
|
|
|
14
14
|
return e.className = `${c}-portal-node`, t.appendChild(e), e;
|
|
15
15
|
}, V = g.forwardRef((t, e) => {
|
|
16
16
|
const {
|
|
17
|
-
isOpen:
|
|
17
|
+
isOpen: u,
|
|
18
18
|
children: f,
|
|
19
19
|
containerClassName: N,
|
|
20
20
|
focusTrapProps: s,
|
|
@@ -24,27 +24,27 @@ const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidd
|
|
|
24
24
|
className: h,
|
|
25
25
|
topPosition: y = 100,
|
|
26
26
|
...v
|
|
27
|
-
} = t, M = { "--modal-window-top": `${y}px` }, [i] = z(D), { scopeClassName: W } = R(),
|
|
27
|
+
} = t, M = { "--modal-window-top": `${y}px` }, [i] = z(D), { scopeClassName: W } = R(), m = () => {
|
|
28
28
|
const o = document.body.classList;
|
|
29
29
|
o.contains(r[0]) && o.remove(...r);
|
|
30
30
|
}, O = () => {
|
|
31
31
|
const o = document.body.classList;
|
|
32
32
|
o.contains(r[0]) || o.add(...r);
|
|
33
33
|
}, b = () => {
|
|
34
|
-
|
|
34
|
+
m(), d == null || d();
|
|
35
35
|
}, x = (o) => {
|
|
36
36
|
typeof e == "function" ? e(o) : e && (e.current = o);
|
|
37
37
|
};
|
|
38
38
|
L(() => () => {
|
|
39
39
|
var o;
|
|
40
|
-
(o = i.parentNode) == null || o.removeChild(i),
|
|
40
|
+
(o = i.parentNode) == null || o.removeChild(i), m();
|
|
41
41
|
}, [i]);
|
|
42
|
-
const E =
|
|
42
|
+
const E = p(W, a.modalWindowContainer, N), S = p(a.modalWindow, A[C], h);
|
|
43
43
|
return /* @__PURE__ */ l(T, { children: [
|
|
44
44
|
/* @__PURE__ */ n($, { container: i, children: /* @__PURE__ */ n(
|
|
45
45
|
k,
|
|
46
46
|
{
|
|
47
|
-
in:
|
|
47
|
+
in: u,
|
|
48
48
|
timeout: q,
|
|
49
49
|
classNames: "global-modalWindowTransition",
|
|
50
50
|
appear: !0,
|
|
@@ -57,7 +57,7 @@ const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidd
|
|
|
57
57
|
children: /* @__PURE__ */ n(
|
|
58
58
|
B,
|
|
59
59
|
{
|
|
60
|
-
active:
|
|
60
|
+
active: !1,
|
|
61
61
|
...s,
|
|
62
62
|
focusTrapOptions: {
|
|
63
63
|
allowOutsideClick: !0,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { Island as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
+
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as n } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { EIslandType as l } from "../../Island/enums.js";
|
|
6
|
-
const t = "
|
|
6
|
+
const t = "modalWindowBody__c8c3854a", r = {
|
|
7
7
|
modalWindowBody: t
|
|
8
|
-
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */
|
|
9
|
-
|
|
8
|
+
}, p = ({ children: o, className: d, ...m }) => /* @__PURE__ */ a(
|
|
9
|
+
s,
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
11
|
+
className: i(r.modalWindowBody, d),
|
|
12
12
|
type: l.TYPE_1,
|
|
13
13
|
size: n.MD,
|
|
14
14
|
...m,
|
|
@@ -6,11 +6,11 @@ import { EButtonTheme as i } from "../../Button/enums.js";
|
|
|
6
6
|
import { TriggerClickOnKeyDownEvent as l } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { EVENT_KEY_CODES as d } from "../../../utils/keyboard.js";
|
|
9
|
-
const
|
|
10
|
-
modalWindowClose:
|
|
11
|
-
},
|
|
9
|
+
const C = "modalWindowClose__73b0fde4", a = {
|
|
10
|
+
modalWindowClose: C
|
|
11
|
+
}, f = (r) => {
|
|
12
12
|
const e = t(null);
|
|
13
|
-
return /* @__PURE__ */ o("div", { className:
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(l, { eventKeyCode: d.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
n,
|
|
15
15
|
{
|
|
16
16
|
ref: e,
|
|
@@ -21,8 +21,8 @@ const a = "modalWindowClose__6eb04a14", C = {
|
|
|
21
21
|
}
|
|
22
22
|
) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
f.displayName = "ModalWindowClose";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
f as ModalWindowClose
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ModalWindowClose.js.map
|
|
@@ -2,7 +2,7 @@ import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
3
|
import l from "react";
|
|
4
4
|
import { LoaderScreen as c } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as o } from "../../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
6
6
|
import { Page as p } from "../../Page/Page.js";
|
|
7
7
|
const f = l.forwardRef(
|
|
8
8
|
({ isLoading: e, className: r, loadingTitle: m, children: d, ...t }, n) => /* @__PURE__ */ s(
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-z35N2Tap.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__6e963e10", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
7
|
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
|
|
3
3
|
import { g as R, i as W, p as c } from "../../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as N } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as N } from "../../../chunks/ModalWindow.module-DRSCJT-j.js";
|
|
6
6
|
const l = "modalWindowViewManagerNodeId", x = () => {
|
|
7
7
|
let e = document.querySelector(`#${l}`);
|
|
8
8
|
return e || (e = document.createElement("div"), e.setAttribute("id", l), document.body.appendChild(e)), e;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as N, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import _ from "react";
|
|
3
3
|
import c from "moment";
|
|
4
4
|
import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as d } from "../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
|
|
7
7
|
import { EMonthYearRangeShiftUnit as E } from "./enums.js";
|
|
8
|
-
const F = "
|
|
8
|
+
const F = "monthYearRange__74ca068b", j = "monthYearRangeButton__d03c2880", w = "separator__fbca46ae", l = {
|
|
9
9
|
monthYearRange: F,
|
|
10
10
|
monthYearRangeButton: j,
|
|
11
11
|
separator: w
|
|
12
|
-
}, y =
|
|
12
|
+
}, y = _.forwardRef(
|
|
13
13
|
({
|
|
14
14
|
className: R,
|
|
15
15
|
value: p,
|
|
@@ -23,11 +23,11 @@ const F = "monthYearRange__899bd8a8", j = "monthYearRangeButton__1da3c81c", w =
|
|
|
23
23
|
renderButtonBack: h,
|
|
24
24
|
...S
|
|
25
25
|
}, k) => {
|
|
26
|
-
const [t, r] = p, x = d(l.monthYearRange, R),
|
|
26
|
+
const [t, r] = p, x = d(l.monthYearRange, R), b = (e) => {
|
|
27
27
|
!e || !r || e <= r ? o([e, r]) : o([e, ""]);
|
|
28
|
-
},
|
|
28
|
+
}, B = (e) => {
|
|
29
29
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
30
|
-
},
|
|
30
|
+
}, I = () => {
|
|
31
31
|
if (!t || !r)
|
|
32
32
|
return;
|
|
33
33
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -35,7 +35,7 @@ const F = "monthYearRange__899bd8a8", j = "monthYearRangeButton__1da3c81c", w =
|
|
|
35
35
|
e.subtract(s, m).format(a),
|
|
36
36
|
n.subtract(s, m).format(a)
|
|
37
37
|
]);
|
|
38
|
-
},
|
|
38
|
+
}, M = () => {
|
|
39
39
|
if (!t || !r)
|
|
40
40
|
return;
|
|
41
41
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -44,27 +44,27 @@ const F = "monthYearRange__899bd8a8", j = "monthYearRangeButton__1da3c81c", w =
|
|
|
44
44
|
n.add(s, m).format(a)
|
|
45
45
|
]);
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */
|
|
47
|
+
return /* @__PURE__ */ N("div", { className: x, ...S, ref: k, children: [
|
|
48
48
|
!f && h({
|
|
49
49
|
children: /* @__PURE__ */ i(v, { paletteIndex: 5 }),
|
|
50
50
|
className: d(l.monthYearRangeButton),
|
|
51
51
|
disabled: !(t && r),
|
|
52
|
-
onClick:
|
|
52
|
+
onClick: I
|
|
53
53
|
}),
|
|
54
54
|
Y({
|
|
55
|
-
onChange:
|
|
55
|
+
onChange: b,
|
|
56
56
|
value: t
|
|
57
57
|
}),
|
|
58
58
|
/* @__PURE__ */ i(V, { className: l.separator, paletteIndex: 5 }),
|
|
59
59
|
u({
|
|
60
|
-
onChange:
|
|
60
|
+
onChange: B,
|
|
61
61
|
value: r
|
|
62
62
|
}),
|
|
63
63
|
!f && g({
|
|
64
64
|
children: /* @__PURE__ */ i(C, { paletteIndex: 5 }),
|
|
65
65
|
className: d(l.monthYearRangeButton),
|
|
66
66
|
disabled: !(t && r),
|
|
67
|
-
onClick:
|
|
67
|
+
onClick: M
|
|
68
68
|
})
|
|
69
69
|
] });
|
|
70
70
|
}
|
|
@@ -4,7 +4,7 @@ import { F as u } from "../../../chunks/vendor-z35N2Tap.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-Bp1g9j21.js";
|
|
8
8
|
import { EDropdownWidth as f } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as c, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { MultiselectFieldContext as
|
|
3
|
+
import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
|
|
4
4
|
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
5
|
-
import { c as
|
|
5
|
+
import { c as d } from "../../../chunks/vendor-z35N2Tap.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__116f7753", C = "loaderScreen__7c9c207a", f = "sm__a55b7c5e", u = "md__13bd0b6e", x = "lg__6a6f464a", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
9
|
+
loaderScreen: C,
|
|
10
|
+
sm: f,
|
|
11
11
|
md: u,
|
|
12
12
|
lg: x
|
|
13
13
|
}, F = i(e), j = ({
|
|
@@ -16,16 +16,16 @@ const _ = "multiselectFieldContent__e5d06bd5", f = "loaderScreen__1917f999", C =
|
|
|
16
16
|
loading: s,
|
|
17
17
|
...l
|
|
18
18
|
}) => {
|
|
19
|
-
const { size: n } = m(
|
|
20
|
-
return /* @__PURE__ */
|
|
19
|
+
const { size: n } = m(a);
|
|
20
|
+
return /* @__PURE__ */ c(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
24
|
-
className:
|
|
24
|
+
className: d(e.multiselectFieldContent, F[n], o),
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
28
|
-
s && /* @__PURE__ */
|
|
28
|
+
s && /* @__PURE__ */ r(p, { type: "small", className: e.loaderScreen })
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const c = "
|
|
3
|
+
const c = "multiselectFieldFooter__ac3646ce", i = {
|
|
4
4
|
multiselectFieldFooter: c
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
5
|
-
},
|
|
3
|
+
const c = "multiselectFieldHeader__2113110c", d = {
|
|
4
|
+
multiselectFieldHeader: c
|
|
5
|
+
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className: i(
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
m as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
|
|
@@ -4,7 +4,7 @@ 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-XEc1_4xz.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.32.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-XEc1_4xz.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-XEc1_4xz.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,7 +1,7 @@
|
|
|
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-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-XEc1_4xz.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor-z35N2Tap.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";
|
|
@@ -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-XEc1_4xz.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-XEc1_4xz.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
2
|
import { c as i } from "../../../chunks/vendor-z35N2Tap.js";
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-XEc1_4xz.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-XEc1_4xz.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-XEc1_4xz.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-XEc1_4xz.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-DZ9wvF_L.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -2,20 +2,20 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
4
|
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "orderedList__b08a7209", L = {
|
|
6
6
|
orderedList: c
|
|
7
|
-
},
|
|
7
|
+
}, f = Object.assign(
|
|
8
8
|
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
10
10
|
{
|
|
11
|
-
className: m(
|
|
11
|
+
className: m(L.orderedList, t),
|
|
12
12
|
start: e,
|
|
13
13
|
style: e !== void 0 ? {
|
|
14
14
|
...r,
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
17
|
...d,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.32.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
@@ -23,8 +23,8 @@ const c = "orderedList__8e145fdb", f = {
|
|
|
23
23
|
Item: a
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
|
-
|
|
26
|
+
f.displayName = "OrderedList";
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
f as OrderedList
|
|
29
29
|
};
|
|
30
30
|
//# sourceMappingURL=OrderedList.js.map
|
|
@@ -6,9 +6,9 @@ import "../Typography/Caption.js";
|
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__1ad732e7", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
|
-
},
|
|
11
|
+
}, c = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
13
13
|
d,
|
|
14
14
|
{
|
|
@@ -16,13 +16,13 @@ const a = "orderedListItem__3f96e9f0", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "0.
|
|
19
|
+
"data-tx": "0.32.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
c.displayName = "OrderedListItem";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
c as OrderedListItem
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=OrderedListItem.js.map
|
|
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor-z35N2Tap.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-CG_bCws2.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
3
|
import { c as t } from "../../chunks/vendor-z35N2Tap.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-CG_bCws2.js";
|
|
5
5
|
const p = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...o }, e) => /* @__PURE__ */ m(
|
|
7
7
|
"div",
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as P } from "../../chunks/vendor-z35N2Tap.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-CG_bCws2.js";
|
|
6
6
|
const T = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -4,7 +4,7 @@ import { c as i } from "../../chunks/vendor-z35N2Tap.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-w5MrLoeL.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|