@sberbusiness/triplex-next 0.22.0 → 0.23.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-BsywFBZZ.js → AlertProcessSpoiler-BoQok_f3.js} +9 -9
- package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
- package/chunks/Card.module-BmZKmkeY.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
- package/chunks/Chip-D5zfQfAA.js +104 -0
- package/chunks/Confirm.module-CtbiIzcl.js +15 -0
- package/chunks/{DropdownListItem-C5KVFMFN.js → DropdownListItem-C4JE2xV7.js} +14 -14
- package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
- package/chunks/Footer.module-B469C_XO.js +9 -0
- package/chunks/{FormFieldInput-Dp--anY3.js → FormFieldInput-Dr_WBweC.js} +2 -2
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
- package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
- package/chunks/{HeaderTitle.module-C_Qbl_yg.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
- package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
- package/chunks/{LightBoxContent-qf3pAUrN.js → LightBoxContent-Lme9r-vN.js} +10 -10
- package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
- package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
- package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
- package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
- package/chunks/Notification.module-CjpGpuL7.js +20 -0
- package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
- package/chunks/Page.module-98SUxLiM.js +11 -0
- package/chunks/{RightBorderArrow-BBut2Is3.js → RightBorderArrow-CGThEmc4.js} +6 -6
- package/chunks/SMSField.module-k0lfRov5.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
- package/chunks/SliderExtendedRail-C51TfjHY.js +40 -0
- package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js +14 -0
- package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
- package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
- package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
- package/chunks/TreeView.module-DAOSEOZO.js +9 -0
- package/chunks/{UploadZoneInput-BfYcVOW-.js → UploadZoneInput-onwF8t4d.js} +7 -7
- package/chunks/{constants-BuiH5bGa.js → constants-CUVfo8-z.js} +14 -14
- package/chunks/{utils-D7L6Tbas.js → utils-By-UAq7Y.js} +6 -6
- package/chunks/utils-CyxIcdb6.js +73 -0
- package/chunks/utils-DxMHp1hh.js +28 -0
- package/chunks/{utils-Z5FN_0vH.js → utils-SSwzNA1R.js} +4 -4
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +4 -4
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +10 -10
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- 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 +16 -16
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +22 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- 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/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
- 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 +1 -1
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +14 -14
- package/components/FormField/components/FormFieldClear.js +1 -1
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +20 -20
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +12 -12
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- 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 +8 -8
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- 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 +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- 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/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +15 -15
- 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 +24 -24
- 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 +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +9 -9
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +20 -18
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +6 -14
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -12
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +3 -3
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +7 -7
- 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/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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 +2 -2
- package/components/OrderedList/OrderedListItem.js +2 -2
- 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 +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +9 -9
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +12 -12
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +16 -16
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +6 -6
- 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 +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +15 -15
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- 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/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +22 -21
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +12 -12
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +12 -12
- package/components/Table/NoColumns.js +1 -1
- 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 +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- 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/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +1 -1
- package/components/Tag/Tag.js +26 -26
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +7 -7
- package/components/TextField/TextField.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 +7 -7
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +22 -22
- package/components/Typography/Text.js +27 -27
- package/components/Typography/Title.js +24 -24
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +25 -7
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/CalendarViewItem-EhHNwDDy.js +0 -101
- package/chunks/Card.module-Dgcuvaxs.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CjEhZ2aL.js +0 -15
- package/chunks/Chip-6YRhubRU.js +0 -90
- package/chunks/Confirm.module-BMm4u38e.js +0 -15
- package/chunks/DropdownMobile.module-Cxm5Uhf1.js +0 -23
- package/chunks/Footer.module-CTy6Jb7Q.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DE1rx-T9.js +0 -9
- package/chunks/HeaderTabs.module-CU5av8Im.js +0 -9
- package/chunks/IslandAccordion.module-DLX2HyLA.js +0 -25
- package/chunks/IslandWidgetFooter.module-CevMa9bc.js +0 -9
- package/chunks/IslandWidgetHeader.module-DTRWPBN8.js +0 -12
- package/chunks/LightBoxControls.module-Bg_GYyOS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Cgag40bQ.js +0 -9
- package/chunks/ListItemControlsButton-BAYnQi20.js +0 -43
- package/chunks/ListItemTail.module-Cu07UH0y.js +0 -12
- package/chunks/ListMasterFooter.module-CAY0qwdE.js +0 -10
- package/chunks/ModalWindow.module-CwlDT1jn.js +0 -17
- package/chunks/Notification.module-C93nRGIm.js +0 -20
- package/chunks/Overlay.module-CYkgbbXG.js +0 -18
- package/chunks/Page.module-DZHBTNJd.js +0 -11
- package/chunks/SMSField.module-BUVlPOpO.js +0 -16
- package/chunks/SliderExtendedMarks.module-B93JtPsG.js +0 -15
- package/chunks/SliderExtendedRail-DbmfJHLD.js +0 -40
- package/chunks/StatusTracker.module-BhVoYRB1.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BZd9-Rmk.js +0 -14
- package/chunks/TableFooter.module-CwKjzhF7.js +0 -14
- package/chunks/TabsExtended.module-NTLSSjNf.js +0 -16
- package/chunks/TabsLine.module-CCjh6UnA.js +0 -21
- package/chunks/TooltipDesktop.module-CDF6HmOX.js +0 -19
- package/chunks/TreeView.module-7cPW-p6b.js +0 -9
- package/chunks/utils-BgxjtTHV.js +0 -73
- package/chunks/utils-BnE2k27o.js +0 -28
package/components/Link/Link.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as R, jsxs as t, Fragment as i } from "react/jsx-runtime";
|
|
2
2
|
import L from "react";
|
|
3
3
|
import { c as a } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const v = "
|
|
4
|
+
const v = "link__c67135ee", F = "wordWithContent__8f9aef01", S = "before__630fc14d", T = "after__42cf14f2", e = {
|
|
5
5
|
link: v,
|
|
6
6
|
wordWithContent: F,
|
|
7
7
|
before: S,
|
|
8
8
|
after: T
|
|
9
9
|
}, q = L.forwardRef(
|
|
10
|
-
({ children: d, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...C },
|
|
10
|
+
({ children: d, className: f, onBlur: N, onMouseDown: p, contentAfter: s, contentBefore: o, ...C }, W) => {
|
|
11
11
|
const c = () => o ? /* @__PURE__ */ t(i, { children: [
|
|
12
12
|
"",
|
|
13
13
|
o()
|
|
14
|
-
] }) : null, m = () => s ? s() : null,
|
|
14
|
+
] }) : null, m = () => s ? s() : null, u = (n) => {
|
|
15
15
|
const r = n.split(" ");
|
|
16
16
|
if (r.length < 2 || r.length < 3 && o && s) {
|
|
17
17
|
const y = a(e.wordWithContent, {
|
|
@@ -24,9 +24,9 @@ const v = "link__21b23bf7", F = "wordWithContent__eff81a62", S = "before__46bd39
|
|
|
24
24
|
m()
|
|
25
25
|
] });
|
|
26
26
|
}
|
|
27
|
-
const l = r[0], h = r[r.length - 1],
|
|
27
|
+
const l = r[0], h = r[r.length - 1], k = r.slice(1, -1).join(" "), b = a(e.wordWithContent, {
|
|
28
28
|
[e.before]: !!o
|
|
29
|
-
}), g = o ? /* @__PURE__ */ t("span", { className:
|
|
29
|
+
}), g = o ? /* @__PURE__ */ t("span", { className: b, children: [
|
|
30
30
|
c(),
|
|
31
31
|
l
|
|
32
32
|
] }) : l, x = a(e.wordWithContent, {
|
|
@@ -38,18 +38,18 @@ const v = "link__21b23bf7", F = "wordWithContent__eff81a62", S = "before__46bd39
|
|
|
38
38
|
return /* @__PURE__ */ t(i, { children: [
|
|
39
39
|
g,
|
|
40
40
|
" ",
|
|
41
|
-
|
|
41
|
+
k,
|
|
42
42
|
" ",
|
|
43
43
|
j
|
|
44
44
|
] });
|
|
45
|
-
},
|
|
45
|
+
}, w = (n) => {
|
|
46
46
|
const r = o ? o() : null, l = s ? s() : null;
|
|
47
47
|
return /* @__PURE__ */ t(i, { children: [
|
|
48
48
|
r,
|
|
49
49
|
n,
|
|
50
50
|
l
|
|
51
51
|
] });
|
|
52
|
-
},
|
|
52
|
+
}, _ = o || s ? ((n) => typeof n == "string" ? u(n) : w(n))(d) : d;
|
|
53
53
|
return /* @__PURE__ */ R(
|
|
54
54
|
"a",
|
|
55
55
|
{
|
|
@@ -58,9 +58,9 @@ const v = "link__21b23bf7", F = "wordWithContent__eff81a62", S = "before__46bd39
|
|
|
58
58
|
className: a(f, e.link, "hoverable"),
|
|
59
59
|
onBlur: N,
|
|
60
60
|
onMouseDown: p,
|
|
61
|
-
"data-tx": "0.
|
|
62
|
-
ref:
|
|
63
|
-
children:
|
|
61
|
+
"data-tx": "0.23.0",
|
|
62
|
+
ref: W,
|
|
63
|
+
children: _
|
|
64
64
|
}
|
|
65
65
|
);
|
|
66
66
|
}
|
package/components/List/List.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import m from "react";
|
|
3
|
+
import { c as a } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { LoaderScreen as c } from "../LoaderScreen/LoaderScreen.js";
|
|
5
|
-
const
|
|
6
|
-
list:
|
|
7
|
-
},
|
|
5
|
+
const d = "list__46bbf98d", f = {
|
|
6
|
+
list: d
|
|
7
|
+
}, p = m.forwardRef(({ children: s, className: t, loading: o, ...r }, i) => /* @__PURE__ */ l("ul", { className: a(f.list, t), ...r, "data-tx": "0.23.0", ref: i, children: [
|
|
8
8
|
s,
|
|
9
|
-
|
|
9
|
+
o ? /* @__PURE__ */ e(c, { type: "middle" }) : null
|
|
10
10
|
] }));
|
|
11
|
-
|
|
11
|
+
p.displayName = "List";
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
p as List
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=List.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listEmptyState__cbf4bb7c", c = {
|
|
5
5
|
listEmptyState: p
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(
|
|
6
|
+
}, r = i.forwardRef(
|
|
7
|
+
({ children: t, className: s, ...m }, a) => /* @__PURE__ */ e("div", { className: o(c.listEmptyState, s), ...m, ref: a, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
r.displayName = "ListItemEmpty";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
r as ListEmptyState
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListEmptyState.js.map
|
|
@@ -3,7 +3,7 @@ import a, { useState as d } from "react";
|
|
|
3
3
|
import { ListItemContext as l } from "./ListItemContext.js";
|
|
4
4
|
const c = a.forwardRef(({ children: e, className: r, ...o }, s) => {
|
|
5
5
|
const [i, m] = d(!1);
|
|
6
|
-
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.
|
|
6
|
+
return /* @__PURE__ */ t(l.Provider, { value: { selected: i, setSelected: m }, children: /* @__PURE__ */ t("li", { className: r, ...o, "data-tx": "0.23.0", ref: s, children: e }) });
|
|
7
7
|
});
|
|
8
8
|
c.displayName = "ListItem";
|
|
9
9
|
export {
|
|
@@ -2,10 +2,10 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import i, { useContext as l } from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ListItemContext as d } from "./ListItemContext.js";
|
|
5
|
-
const a = "
|
|
5
|
+
const a = "listItemContent__24c62904", C = "selected__76707d2b", t = {
|
|
6
6
|
listItemContent: a,
|
|
7
|
-
selected:
|
|
8
|
-
},
|
|
7
|
+
selected: C
|
|
8
|
+
}, I = i.forwardRef(
|
|
9
9
|
({ children: e, className: s, ...o }, n) => {
|
|
10
10
|
const { selected: m } = l(d);
|
|
11
11
|
return /* @__PURE__ */ c(
|
|
@@ -13,15 +13,15 @@ const a = "listItemContent__8bd77b2c", f = "selected__f9b96ef6", t = {
|
|
|
13
13
|
{
|
|
14
14
|
className: r(t.listItemContent, { [t.selected]: m }, s),
|
|
15
15
|
...o,
|
|
16
|
-
"data-tx": "0.
|
|
16
|
+
"data-tx": "0.23.0",
|
|
17
17
|
ref: n,
|
|
18
18
|
children: e
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
I.displayName = "ListItemContent";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
I as ListItemContent
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=ListItemContent.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const i = "
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
const i = "listItemControls__e35f7f9e", n = {
|
|
5
5
|
listItemControls: i
|
|
6
|
-
},
|
|
7
|
-
({ children: t, className: o, ...s }, r) => /* @__PURE__ */
|
|
6
|
+
}, a = l.forwardRef(
|
|
7
|
+
({ children: t, className: o, ...s }, r) => /* @__PURE__ */ e("div", { className: m(n.listItemControls, o), ...s, ref: r, children: t })
|
|
8
8
|
);
|
|
9
|
-
|
|
9
|
+
a.displayName = "ListItemControls";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a as ListItemControls
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ListItemControls.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { L as e } from "../../../chunks/ListItemControlsButton-
|
|
4
|
+
import { L as e } from "../../../chunks/ListItemControlsButton-BLbj6vZS.js";
|
|
5
5
|
import "../../Typography/enums.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
export {
|
|
@@ -18,7 +18,7 @@ import { DropdownMobileListItem as H } from "../../Dropdown/mobile/DropdownMobil
|
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
20
|
import { DropdownList as R } from "../../Dropdown/desktop/DropdownList.js";
|
|
21
|
-
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-
|
|
21
|
+
import { s as h, L as V } from "../../../chunks/ListItemControlsButton-BLbj6vZS.js";
|
|
22
22
|
const G = E.forwardRef(
|
|
23
23
|
(y, l) => {
|
|
24
24
|
const { buttonAttributes: C, children: c, className: x, icon: B, options: d, selected: n, disabled: I, ...N } = y, u = a(null), f = a(null), [p, L] = O(), D = a(_()), v = ({ opened: e, setOpened: o }) => /* @__PURE__ */ t(
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import e from "react";
|
|
3
|
+
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
5
|
+
import { LoaderSmall as a } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
6
|
+
import { ELoaderSmallTheme as d } from "../../Loader/LoaderSmall/enum.js";
|
|
7
|
+
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
8
|
+
const l = "listItemLoading__1784d5bf", n = {
|
|
9
|
+
listItemLoading: l
|
|
10
|
+
}, p = e.forwardRef(
|
|
11
|
+
({ className: t, ...m }, i) => /* @__PURE__ */ o("div", { className: r(n.listItemLoading, t), ...m, ref: i, children: /* @__PURE__ */ o(a, { theme: d.BRAND, size: s.MD }) })
|
|
10
12
|
);
|
|
11
|
-
|
|
13
|
+
p.displayName = "ListItemLoading";
|
|
12
14
|
export {
|
|
13
|
-
|
|
15
|
+
p as ListItemLoading
|
|
14
16
|
};
|
|
15
17
|
//# sourceMappingURL=ListItemLoading.js.map
|
|
@@ -2,9 +2,9 @@ import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import p, { useContext as m, useEffect as d } from "react";
|
|
3
3
|
import { c as k } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { Checkbox as x } from "../../Checkbox/Checkbox.js";
|
|
5
|
-
import { ListItemContext as
|
|
6
|
-
const
|
|
7
|
-
listItemSelectable:
|
|
5
|
+
import { ListItemContext as _ } from "./ListItemContext.js";
|
|
6
|
+
const f = "listItemSelectable__42c819ad", L = "selected__76707d2b", C = "checkboxWrapper__49c94359", W = "childrenWrapper__d083ba45", I = "checkboxLabel__11e9c353", S = "checkboxLabelClickArea__cda8fe5f", e = {
|
|
7
|
+
listItemSelectable: f,
|
|
8
8
|
selected: L,
|
|
9
9
|
checkboxWrapper: C,
|
|
10
10
|
childrenWrapper: W,
|
|
@@ -12,7 +12,7 @@ const _ = "listItemSelectable__1b77ae60", L = "selected__f9b96ef6", C = "checkbo
|
|
|
12
12
|
checkboxLabelClickArea: S
|
|
13
13
|
}, N = p.forwardRef(
|
|
14
14
|
({ selected: c, children: l, className: r, onSelect: s, ...o }, b) => {
|
|
15
|
-
const { setSelected: a } = m(
|
|
15
|
+
const { setSelected: a } = m(_), i = (h) => {
|
|
16
16
|
s(h.target.checked);
|
|
17
17
|
};
|
|
18
18
|
return d(() => {
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { SwipeableArea as
|
|
4
|
-
import { ListItem as
|
|
1
|
+
import { jsx as e, jsxs as b } from "react/jsx-runtime";
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { SwipeableArea as I } from "../../SwipeableArea/SwipeableArea.js";
|
|
4
|
+
import { ListItem as w } from "./ListItem.js";
|
|
5
5
|
import { ListItemContent as L } from "./ListItemContent.js";
|
|
6
6
|
import { ListItemControls as T } from "./ListItemControls.js";
|
|
7
7
|
import { ListItemSelectable as h } from "./ListItemSelectable.js";
|
|
8
|
-
import { ListItemTailRight as
|
|
9
|
-
import { c as
|
|
10
|
-
const C = "
|
|
11
|
-
listItemTable:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
import { ListItemTailRight as A } from "./ListItemTailRight.js";
|
|
9
|
+
import { c as x } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
+
const y = "listItemTable__1fef2544", C = "swipeableArea__ac17d679", m = {
|
|
11
|
+
listItemTable: y,
|
|
12
|
+
swipeableArea: C
|
|
13
|
+
}, _ = d.forwardRef(
|
|
14
|
+
({ children: a, className: o, controlButtons: t, onClickItem: l, onSelect: i, selected: r, swipeableAreaRef: n, ...p }, f) => {
|
|
15
|
+
const c = typeof i < "u" && typeof r < "u", s = () => /* @__PURE__ */ e(L, { onClick: l, children: a });
|
|
16
|
+
return /* @__PURE__ */ e(w, { className: x(m.listItemTable, o), ...p, ref: f, children: /* @__PURE__ */ b(
|
|
17
|
+
I,
|
|
17
18
|
{
|
|
18
|
-
|
|
19
|
+
className: m.swipeableArea,
|
|
20
|
+
ref: n,
|
|
19
21
|
rightSwipeableArea: t ? /* @__PURE__ */ e(T, { children: t }) : void 0,
|
|
20
22
|
children: [
|
|
21
|
-
/* @__PURE__ */ e(
|
|
22
|
-
|
|
23
|
+
/* @__PURE__ */ e(A, {}),
|
|
24
|
+
c ? /* @__PURE__ */ e(h, { selected: r, onSelect: i, children: s() }) : s()
|
|
23
25
|
]
|
|
24
26
|
}
|
|
25
27
|
) });
|
|
26
28
|
}
|
|
27
29
|
);
|
|
28
|
-
|
|
30
|
+
_.displayName = "ListItemTable";
|
|
29
31
|
export {
|
|
30
|
-
|
|
32
|
+
_ as ListItemTable
|
|
31
33
|
};
|
|
32
34
|
//# sourceMappingURL=ListItemTable.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BAmXXpc5.js";
|
|
5
5
|
const r = l.forwardRef(
|
|
6
6
|
({ className: a, ...e }, i) => /* @__PURE__ */ m(
|
|
7
7
|
"span",
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s } from "../../../chunks/ListItemTail.module-
|
|
4
|
+
import { s } from "../../../chunks/ListItemTail.module-BAmXXpc5.js";
|
|
5
5
|
const r = e.forwardRef(
|
|
6
|
-
({ className: a, ...i }, m) => /* @__PURE__ */ l(
|
|
7
|
-
"span",
|
|
8
|
-
{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
...i,
|
|
12
|
-
children: [
|
|
13
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
14
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
15
|
-
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
)
|
|
6
|
+
({ className: a, ...i }, m) => /* @__PURE__ */ l("span", { className: o(s.listItemTail, s.listItemTailRight, a), ref: m, ...i, children: [
|
|
7
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailLine }),
|
|
8
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailTop }),
|
|
9
|
+
/* @__PURE__ */ t("span", { className: s.listItemTailBottom })
|
|
10
|
+
] })
|
|
19
11
|
);
|
|
20
12
|
r.displayName = "ListItemTailRight";
|
|
21
13
|
export {
|
|
@@ -3,29 +3,29 @@ import p from "react";
|
|
|
3
3
|
import { o as I, q as u, c as y } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ListItem as L } from "./ListItem.js";
|
|
5
5
|
import { ListSortableItemTarget as R } from "./ListSortableItemTarget.js";
|
|
6
|
-
const N = "
|
|
6
|
+
const N = "listSortableItem__9ebce87d", _ = "dragging__055fd104", a = {
|
|
7
7
|
listSortableItem: N,
|
|
8
8
|
dragging: _
|
|
9
9
|
}, x = Object.assign(
|
|
10
|
-
p.forwardRef(function({ children:
|
|
11
|
-
const { transform: m, transition:
|
|
10
|
+
p.forwardRef(function({ children: e, className: n, style: g, disabled: r, ...s }, t) {
|
|
11
|
+
const { transform: m, transition: l, listeners: f, isDragging: i, setNodeRef: c, setActivatorNodeRef: S } = I({
|
|
12
12
|
disabled: r,
|
|
13
13
|
id: s.id,
|
|
14
14
|
transition: {
|
|
15
15
|
duration: 300,
|
|
16
16
|
easing: "ease-out"
|
|
17
17
|
}
|
|
18
|
-
}), d = (
|
|
19
|
-
c(
|
|
18
|
+
}), d = (o) => {
|
|
19
|
+
c(o), typeof t == "function" ? t(o) : t && (t.current = o);
|
|
20
20
|
};
|
|
21
21
|
return /* @__PURE__ */ b(
|
|
22
22
|
L,
|
|
23
23
|
{
|
|
24
24
|
className: y(a.listSortableItem, { [a.dragging]: i }, n),
|
|
25
|
-
style: { transform: u.Translate.toString(m), transition:
|
|
25
|
+
style: { transform: u.Translate.toString(m), transition: l, ...g },
|
|
26
26
|
...s,
|
|
27
27
|
ref: d,
|
|
28
|
-
children: typeof
|
|
28
|
+
children: typeof e == "function" ? e({ disabled: r, dragging: i, listeners: f, setActivatorNodeRef: S }) : e
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
31
|
}),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const a = "
|
|
4
|
+
const a = "listSortableItemControls__dc32e651", m = {
|
|
5
5
|
listSortableItemControls: a
|
|
6
6
|
}, i = e.forwardRef(
|
|
7
7
|
({ className: t, ...o }, r) => /* @__PURE__ */ s(
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { DragdotsStrokeSrvIcon24 as n } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
const
|
|
6
|
-
listSortableItemTarget:
|
|
4
|
+
import { c as I } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
+
const c = "listSortableItemTarget__d5780861", b = "dragging__055fd104", S = "listSortableItemTargetContent__1789da73", d = "listSortableItemTargetIcon__1984012b", t = {
|
|
6
|
+
listSortableItemTarget: c,
|
|
7
7
|
dragging: b,
|
|
8
8
|
listSortableItemTargetContent: S,
|
|
9
|
-
listSortableItemTargetIcon:
|
|
10
|
-
},
|
|
9
|
+
listSortableItemTargetIcon: d
|
|
10
|
+
}, T = m.forwardRef(
|
|
11
11
|
({ children: r, className: a, disabled: o, dragging: l, ...s }, g) => /* @__PURE__ */ i(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
14
|
+
className: I(t.listSortableItemTarget, { [t.dragging]: l }, "hoverable", a),
|
|
15
15
|
...s,
|
|
16
16
|
ref: g,
|
|
17
17
|
children: [
|
|
@@ -21,8 +21,8 @@ const I = "listSortableItemTarget__445cbb6e", b = "dragging__dc2f7291", S = "lis
|
|
|
21
21
|
}
|
|
22
22
|
)
|
|
23
23
|
);
|
|
24
|
-
|
|
24
|
+
T.displayName = "ListSortableItemTarget";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
T as ListSortableItemTarget
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=ListSortableItemTarget.js.map
|
package/components/List/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AdvancedMouseSensor as m, AdvancedTouchSensor as s, ListSortable as i }
|
|
|
3
3
|
import { ListItem as p } from "./components/ListItem.js";
|
|
4
4
|
import { ListItemControls as x } from "./components/ListItemControls.js";
|
|
5
5
|
import { ListItemContent as n } from "./components/ListItemContent.js";
|
|
6
|
-
import { L as I } from "../../chunks/ListItemControlsButton-
|
|
6
|
+
import { L as I } from "../../chunks/ListItemControlsButton-BLbj6vZS.js";
|
|
7
7
|
import { ListItemControlsButtonDropdown as b } from "./components/ListItemControlsButtonDropdown.js";
|
|
8
8
|
import { ListEmptyState as C } from "./components/ListEmptyState.js";
|
|
9
9
|
import { ListItemLoading as c } from "./components/ListItemLoading.js";
|
|
@@ -6,7 +6,7 @@ import { ListMasterHeader as a } from "./components/ListMasterHeader.js";
|
|
|
6
6
|
import { SelectionControls as n } from "./components/SelectionControls.js";
|
|
7
7
|
import { ListMasterFooterControls as f } from "./components/ListMasterFooterControls.js";
|
|
8
8
|
import { ListMasterFooterDescription as L } from "./components/ListMasterFooterDescription.js";
|
|
9
|
-
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.
|
|
9
|
+
const o = ({ children: t, className: r, ...e }) => /* @__PURE__ */ i("div", { className: r, ...e, "data-tx": "0.23.0", children: t });
|
|
10
10
|
o.Body = m;
|
|
11
11
|
o.ChipGroup = s;
|
|
12
12
|
o.Footer = p;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
|
+
import { ChipGroup as e } from "../../ChipGroup/ChipGroup.js";
|
|
3
4
|
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const
|
|
5
|
-
listMasterChipGroup:
|
|
6
|
-
},
|
|
7
|
-
({ children:
|
|
8
|
-
// <ChipGroup className={clsx("cssClass[listMasterChipGroup]", className)} oneLine {...rest} ref={ref}>
|
|
9
|
-
// {children}
|
|
10
|
-
// </ChipGroup>
|
|
11
|
-
/* @__PURE__ */ o("div", { className: a(l.listMasterChipGroup, t), ref: i, ...r, children: s })
|
|
12
|
-
)
|
|
5
|
+
const m = "listMasterChipGroup__71bba970", l = {
|
|
6
|
+
listMasterChipGroup: m
|
|
7
|
+
}, c = p.forwardRef(
|
|
8
|
+
({ children: r, className: s, ...t }, o) => /* @__PURE__ */ i(e, { className: a(l.listMasterChipGroup, s), oneLine: !0, ...t, ref: o, children: r })
|
|
13
9
|
);
|
|
14
|
-
|
|
10
|
+
c.displayName = "ListMasterChips";
|
|
15
11
|
export {
|
|
16
|
-
|
|
12
|
+
c as ListMasterChipGroup
|
|
17
13
|
};
|
|
18
14
|
//# sourceMappingURL=ListMasterChipGroup.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as t } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as t } from "../../../chunks/ListMasterFooter.module-BhwH8qqm.js";
|
|
5
5
|
const f = m.forwardRef(
|
|
6
6
|
({ children: r, className: s, sticky: o = !0, ...e }, a) => /* @__PURE__ */ i(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as i } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as i } from "../../../chunks/ListMasterFooter.module-BhwH8qqm.js";
|
|
5
5
|
const l = a.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: m(i.listMasterFooterControls, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { s as m } from "../../../chunks/ListMasterFooter.module-
|
|
4
|
+
import { s as m } from "../../../chunks/ListMasterFooter.module-BhwH8qqm.js";
|
|
5
5
|
const p = i.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, t) => /* @__PURE__ */ e("div", { className: a(m.listMasterFooterDescription, r), ...s, ref: t, children: o })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
2
|
import f, { useRef as o, useEffect as m } from "react";
|
|
3
3
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const p = "
|
|
4
|
+
const p = "listMasterHeader__693cd25b", y = "sticky__8075d17c", c = {
|
|
5
5
|
listMasterHeader: p,
|
|
6
6
|
sticky: y
|
|
7
7
|
}, H = f.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { c as r } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const c = "
|
|
4
|
+
const c = "selectionControls__27b416c4", i = {
|
|
5
5
|
selectionControls: c
|
|
6
6
|
}, a = n.forwardRef(
|
|
7
7
|
({ children: o, className: t, ...s }, e) => /* @__PURE__ */ l(
|
|
@@ -9,7 +9,7 @@ const c = "selectionControls__a0f5f949", i = {
|
|
|
9
9
|
{
|
|
10
10
|
className: r(i.selectionControls, t),
|
|
11
11
|
...s,
|
|
12
|
-
"data-tx": "0.
|
|
12
|
+
"data-tx": "0.23.0",
|
|
13
13
|
ref: e,
|
|
14
14
|
children: o
|
|
15
15
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const
|
|
4
|
-
loaderMiddle:
|
|
3
|
+
const e = "loaderMiddle__ae19db05", a = "loaderMiddleDots__71f12904", l = "dot__3c0e23e5", c = "dot1__afc543bb", i = "dot2__ca016542", n = "dot3__6113674f", r = "dot4__6b926f65", _ = "line__af3d022d", d = {
|
|
4
|
+
loaderMiddle: e,
|
|
5
5
|
loaderMiddleDots: a,
|
|
6
6
|
dot: l,
|
|
7
7
|
dot1: c,
|
|
@@ -9,7 +9,7 @@ const s = "loaderMiddle__c71662bf", a = "loaderMiddleDots__81a9e153", l = "dot__
|
|
|
9
9
|
dot3: n,
|
|
10
10
|
dot4: r,
|
|
11
11
|
line: _
|
|
12
|
-
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */
|
|
12
|
+
}, m = () => /* @__PURE__ */ o("div", { role: "status", "aria-label": "loading", className: d.loaderMiddle, children: /* @__PURE__ */ s("div", { className: d.loaderMiddleDots, children: [
|
|
13
13
|
/* @__PURE__ */ o("span", { className: d.line }),
|
|
14
14
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot1) }),
|
|
15
15
|
/* @__PURE__ */ o("span", { className: t(d.dot, d.dot2) }),
|
|
@@ -2,7 +2,7 @@ import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as o } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ELoaderSmallTheme as s } from "./enum.js";
|
|
4
4
|
import { createSizeToClassNameMap as n } from "../../../utils/classNameMaps.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "loaderSmall__db49fd46", _ = "sm__38ebdc57", p = "dot__3c0e23e5", b = "md__9b67686a", i = "lg__f96030e4", N = "neutral__044dec03", f = "brand__942c4b9d", S = "dot1__afc543bb", u = "dot2__ca016542", T = "dot3__6113674f", a = {
|
|
6
6
|
loaderSmall: c,
|
|
7
7
|
sm: _,
|
|
8
8
|
dot: p,
|
|
@@ -16,10 +16,10 @@ const c = "loaderSmall__39329e61", _ = "sm__fc75a171", p = "dot__1adc85f8", b =
|
|
|
16
16
|
}, g = {
|
|
17
17
|
[s.BRAND]: a.brand,
|
|
18
18
|
[s.NEUTRAL]: a.neutral
|
|
19
|
-
}, x = n(a), L = ({ className:
|
|
19
|
+
}, x = n(a), L = ({ className: d, theme: l, size: e, ...m }) => /* @__PURE__ */ r(
|
|
20
20
|
"span",
|
|
21
21
|
{
|
|
22
|
-
className: o(a.loaderSmall, g[
|
|
22
|
+
className: o(a.loaderSmall, g[l], x[e], d),
|
|
23
23
|
role: "status",
|
|
24
24
|
"aria-label": "loading",
|
|
25
25
|
...m,
|