@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
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__419bb8aa", B = "loaderSmallBackdrop__cbd01b56", k = "loaderMiddleBackdrop__b753041a", e = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
|
-
loaderMiddleBackdrop:
|
|
11
|
-
},
|
|
12
|
-
className:
|
|
13
|
-
size:
|
|
10
|
+
loaderMiddleBackdrop: k
|
|
11
|
+
}, M = ({
|
|
12
|
+
className: a,
|
|
13
|
+
size: d = t.MD,
|
|
14
14
|
type: o,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[
|
|
20
|
-
[
|
|
18
|
+
const m = p(a, e.loaderScreen, {
|
|
19
|
+
[e.loaderSmallBackdrop]: o === "small",
|
|
20
|
+
[e.loaderMiddleBackdrop]: o === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ r("div", { className: m, ...c, children: o === "small" ? /* @__PURE__ */ r(s, { size: d, theme: l }) : /* @__PURE__ */ r("div", { className: e.loaderMiddleBackground, children: /* @__PURE__ */ r(n, {}) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
M.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
M as LoaderScreen
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=LoaderScreen.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-By-UAq7Y.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { Marker as S } from "../Marker/Marker.js";
|
|
3
|
-
import { c as
|
|
4
|
-
import { s as
|
|
5
|
-
import { ETextSize as n, EFontType as i, ECaptionSize as
|
|
3
|
+
import { c as k } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { s as _ } from "../../chunks/utils-By-UAq7Y.js";
|
|
5
|
+
import { ETextSize as n, EFontType as i, ECaptionSize as f } from "../Typography/enums.js";
|
|
6
6
|
import { Caption as M } from "../Typography/Caption.js";
|
|
7
7
|
import { Text as c } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
9
|
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
|
|
11
|
-
const x = "
|
|
11
|
+
const x = "markerStatus__56457e8e", T = "contentContainer__27d93b64", u = "md__4696c2da", z = "markerContainer__d7dbd0ca", E = "lg__02c0b308", e = {
|
|
12
12
|
markerStatus: x,
|
|
13
13
|
contentContainer: T,
|
|
14
14
|
md: u,
|
|
@@ -17,7 +17,7 @@ const x = "markerStatus__514d8567", T = "contentContainer__5f9d953f", u = "md__8
|
|
|
17
17
|
}, h = {
|
|
18
18
|
[a.MD]: n.B4,
|
|
19
19
|
[a.LG]: n.B3
|
|
20
|
-
}, D = N(e),
|
|
20
|
+
}, D = N(e), F = ({
|
|
21
21
|
children: p,
|
|
22
22
|
className: l,
|
|
23
23
|
description: o,
|
|
@@ -25,16 +25,16 @@ const x = "markerStatus__514d8567", T = "contentContainer__5f9d953f", u = "md__8
|
|
|
25
25
|
size: r = a.MD,
|
|
26
26
|
...C
|
|
27
27
|
}) => {
|
|
28
|
-
const
|
|
29
|
-
return /* @__PURE__ */ s("div", { className:
|
|
28
|
+
const d = k(e.markerStatus, D[r], _[m], l);
|
|
29
|
+
return /* @__PURE__ */ s("div", { className: d, "data-tx": "0.23.0", ...C, children: [
|
|
30
30
|
/* @__PURE__ */ t("div", { className: e.markerContainer, children: /* @__PURE__ */ t(S, { status: m, size: r }) }),
|
|
31
31
|
/* @__PURE__ */ s("div", { className: e.contentContainer, children: [
|
|
32
32
|
/* @__PURE__ */ t(c, { size: h[r], children: p }),
|
|
33
|
-
o && (r === a.MD ? /* @__PURE__ */ t(M, { size:
|
|
33
|
+
o && (r === a.MD ? /* @__PURE__ */ t(M, { size: f.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
34
34
|
] })
|
|
35
35
|
] });
|
|
36
36
|
};
|
|
37
37
|
export {
|
|
38
|
-
|
|
38
|
+
F as MarkerStatus
|
|
39
39
|
};
|
|
40
40
|
//# sourceMappingURL=MarkerStatus.js.map
|
|
@@ -4,7 +4,7 @@ import { Portal as F } from "../Portal/Portal.js";
|
|
|
4
4
|
import { c as N, C as j, F as q } from "../../chunks/vendor---Om3uMV.js";
|
|
5
5
|
import { ModalWindowViewManager as A } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as D } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as n } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-Ciwlg3WX.js";
|
|
8
8
|
import { EComponentSize as V } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as G } from "../../utils/classNameMaps.js";
|
|
10
10
|
const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidden"], I = G(n), J = $.forwardRef((w, a) => {
|
|
@@ -2,14 +2,14 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { Island as n } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as t } from "../../../enums/EComponentSize.js";
|
|
5
|
-
import { EIslandType as
|
|
6
|
-
const
|
|
7
|
-
modalWindowBody:
|
|
5
|
+
import { EIslandType as r } from "../../Island/enums.js";
|
|
6
|
+
const a = "modalWindowBody__229c7566", l = {
|
|
7
|
+
modalWindowBody: a
|
|
8
8
|
}, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
|
|
9
9
|
n,
|
|
10
10
|
{
|
|
11
11
|
className: i(l.modalWindowBody, d),
|
|
12
|
-
type:
|
|
12
|
+
type: r.TYPE_1,
|
|
13
13
|
size: t.MD,
|
|
14
14
|
...m,
|
|
15
15
|
children: o
|
|
@@ -4,21 +4,21 @@ import { EVENT_KEY_CODES as m } from "../../../utils/keyboard.js";
|
|
|
4
4
|
import { useRef as n } from "react";
|
|
5
5
|
import { Button as i } from "../../Button/Button.js";
|
|
6
6
|
import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
|
|
7
|
-
import { EComponentSize as
|
|
8
|
-
import { EButtonTheme as
|
|
9
|
-
const
|
|
10
|
-
modalWindowClose:
|
|
7
|
+
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
|
+
import { EButtonTheme as d } from "../../Button/enums.js";
|
|
9
|
+
const C = "modalWindowClose__087539e1", a = {
|
|
10
|
+
modalWindowClose: C
|
|
11
11
|
}, p = (t) => {
|
|
12
12
|
const e = n(null);
|
|
13
|
-
return /* @__PURE__ */ o("div", { className:
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(r, { eventKeyCode: m.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
14
|
i,
|
|
15
15
|
{
|
|
16
16
|
title: "Закрыть",
|
|
17
17
|
ref: e,
|
|
18
18
|
icon: /* @__PURE__ */ o(l, { paletteIndex: 0 }),
|
|
19
19
|
...t,
|
|
20
|
-
size:
|
|
21
|
-
theme:
|
|
20
|
+
size: s.MD,
|
|
21
|
+
theme: d.SECONDARY
|
|
22
22
|
}
|
|
23
23
|
) }) });
|
|
24
24
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
4
|
+
import { s as o } from "../../../chunks/ModalWindow.module-Ciwlg3WX.js";
|
|
5
5
|
import { Page as l } from "../../Page/Page.js";
|
|
6
6
|
const W = ({
|
|
7
7
|
isLoading: e,
|
|
@@ -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---Om3uMV.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__c8d535b2", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
7
|
}, o = ({ className: d, children: a, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, d), ...r, type: i.FIRST, children: a });
|
|
8
8
|
o.Title = e.Title;
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as r, useRef as u, useEffect as h, useLayoutEffect as p } from "react";
|
|
3
3
|
import { g, i as W, p as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as R } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as R } from "../../../chunks/ModalWindow.module-Ciwlg3WX.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
7
|
const [d, c] = r(), [t, l] = r(), o = u(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { F as
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import l, { useContext as c } from "react";
|
|
3
|
+
import { F as a } from "../../../chunks/vendor---Om3uMV.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-
|
|
8
|
-
import { EDropdownWidth as
|
|
7
|
+
import "../../../chunks/DropdownListItem-C4JE2xV7.js";
|
|
8
|
+
import { EDropdownWidth as s } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -17,65 +17,52 @@ import "../../Dropdown/mobile/DropdownMobileList.js";
|
|
|
17
17
|
import "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
18
18
|
import "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
20
|
-
import { Dropdown as
|
|
21
|
-
import { MultiselectFieldDropdownHeader as
|
|
22
|
-
import { MultiselectFieldDropdownContent as
|
|
23
|
-
import { MultiselectFieldDropdownFooter as
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
const s = window.setTimeout(() => d(o));
|
|
32
|
-
return () => window.clearTimeout(s);
|
|
33
|
-
}, [o]);
|
|
34
|
-
const i = () => /* @__PURE__ */ e(
|
|
35
|
-
v,
|
|
20
|
+
import { Dropdown as F } from "../../Dropdown/Dropdown.js";
|
|
21
|
+
import { MultiselectFieldDropdownHeader as u } from "./MultiselectFieldDropdownHeader.js";
|
|
22
|
+
import { MultiselectFieldDropdownContent as f } from "./MultiselectFieldDropdownContent.js";
|
|
23
|
+
import { MultiselectFieldDropdownFooter as D } from "./MultiselectFieldDropdownFooter.js";
|
|
24
|
+
import { MultiselectFieldContext as M } from "../MultiselectFieldContext.js";
|
|
25
|
+
const w = Object.assign(
|
|
26
|
+
l.forwardRef(
|
|
27
|
+
({ children: e, focusTrapProps: t, opened: i, targetRef: m, mobileViewProps: o, ...p }, n) => {
|
|
28
|
+
const { size: d } = c(M);
|
|
29
|
+
return /* @__PURE__ */ r(
|
|
30
|
+
F,
|
|
36
31
|
{
|
|
37
|
-
width:
|
|
32
|
+
width: s.MIN_TARGET,
|
|
38
33
|
mobileViewProps: {
|
|
39
|
-
...
|
|
40
|
-
className:
|
|
34
|
+
...o,
|
|
35
|
+
className: o == null ? void 0 : o.className
|
|
41
36
|
},
|
|
42
|
-
targetRef:
|
|
43
|
-
opened:
|
|
44
|
-
size:
|
|
45
|
-
...
|
|
46
|
-
ref:
|
|
47
|
-
children:
|
|
48
|
-
|
|
49
|
-
);
|
|
50
|
-
return /* @__PURE__ */ e(
|
|
51
|
-
N,
|
|
52
|
-
{
|
|
53
|
-
fallback: o ? /* @__PURE__ */ e(
|
|
54
|
-
D,
|
|
37
|
+
targetRef: m,
|
|
38
|
+
opened: i,
|
|
39
|
+
size: d,
|
|
40
|
+
...p,
|
|
41
|
+
ref: n,
|
|
42
|
+
children: /* @__PURE__ */ r(
|
|
43
|
+
a,
|
|
55
44
|
{
|
|
56
|
-
active: c,
|
|
57
45
|
...t,
|
|
58
46
|
focusTrapOptions: {
|
|
59
47
|
clickOutsideDeactivates: !0,
|
|
60
48
|
preventScroll: !0,
|
|
61
49
|
...t == null ? void 0 : t.focusTrapOptions
|
|
62
50
|
},
|
|
63
|
-
children:
|
|
51
|
+
children: /* @__PURE__ */ r("div", { role: "presentation", children: e })
|
|
64
52
|
}
|
|
65
|
-
)
|
|
66
|
-
children: i()
|
|
53
|
+
)
|
|
67
54
|
}
|
|
68
55
|
);
|
|
69
56
|
}
|
|
70
57
|
),
|
|
71
58
|
{
|
|
72
|
-
Header:
|
|
73
|
-
Content:
|
|
74
|
-
Footer:
|
|
59
|
+
Header: u,
|
|
60
|
+
Content: f,
|
|
61
|
+
Footer: D
|
|
75
62
|
}
|
|
76
63
|
);
|
|
77
|
-
|
|
64
|
+
w.displayName = "MultiselectFieldDropdown";
|
|
78
65
|
export {
|
|
79
|
-
|
|
66
|
+
w as MultiselectFieldDropdown
|
|
80
67
|
};
|
|
81
68
|
//# sourceMappingURL=MultiselectFieldDropdown.js.map
|
|
@@ -4,13 +4,13 @@ import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
|
|
|
4
4
|
import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__1902152e", f = "loaderScreen__98c4d61a", C = "sm__205f3bf8", u = "md__848b88bc", x = "lg__30e2fad5", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
9
|
+
loaderScreen: f,
|
|
10
|
+
sm: C,
|
|
11
11
|
md: u,
|
|
12
12
|
lg: x
|
|
13
|
-
}, F = a(e),
|
|
13
|
+
}, F = a(e), j = ({
|
|
14
14
|
children: t,
|
|
15
15
|
className: o,
|
|
16
16
|
loading: s,
|
|
@@ -31,6 +31,6 @@ const _ = "multiselectFieldContent__390e892a", C = "loaderScreen__fe4e352d", f =
|
|
|
31
31
|
);
|
|
32
32
|
};
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
j as MultiselectFieldDropdownContent
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=MultiselectFieldDropdownContent.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldFooter:
|
|
3
|
+
const c = "multiselectFieldFooter__54c6c638", i = {
|
|
4
|
+
multiselectFieldFooter: c
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: t,
|
|
8
8
|
...o
|
|
9
|
-
}) => /* @__PURE__ */ l("div", { className: s(
|
|
9
|
+
}) => /* @__PURE__ */ l("div", { className: s(i.multiselectFieldFooter, t), ...o, children: e });
|
|
10
10
|
export {
|
|
11
11
|
m as MultiselectFieldDropdownFooter
|
|
12
12
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
5
|
-
},
|
|
2
|
+
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const i = "multiselectFieldHeader__6a6f2d57", c = {
|
|
4
|
+
multiselectFieldHeader: i
|
|
5
|
+
}, a = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className:
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: d(c.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a 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-CjpGpuL7.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.23.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-CjpGpuL7.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-CjpGpuL7.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-CjpGpuL7.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor---Om3uMV.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-CjpGpuL7.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-CjpGpuL7.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---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-CjpGpuL7.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-CjpGpuL7.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-CjpGpuL7.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-CjpGpuL7.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-Dr_WBweC.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import o from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { OrderedListItem as i } from "./OrderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "orderedList__82626b6c", a = {
|
|
6
6
|
orderedList: m
|
|
7
7
|
}, c = Object.assign(
|
|
8
8
|
o.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ s(
|
|
@@ -10,7 +10,7 @@ const m = "orderedList__2ff7f4bc", a = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(a.orderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.23.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -5,7 +5,7 @@ import { ETextSize as i } from "../Typography/enums.js";
|
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import { Text as d } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "orderedListItem__ec5cf617", c = {
|
|
9
9
|
orderedListItem: a
|
|
10
10
|
}, p = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -15,7 +15,7 @@ const a = "orderedListItem__a4fcd4c1", c = {
|
|
|
15
15
|
size: i.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.23.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -4,7 +4,7 @@ import { c as u } from "../../chunks/vendor---Om3uMV.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-DPHcy5Kd.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---Om3uMV.js";
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-DPHcy5Kd.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---Om3uMV.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-DPHcy5Kd.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---Om3uMV.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-98SUxLiM.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const c = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, m) {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import g from "react";
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const P = "
|
|
8
|
+
const P = "bodyPage__dce8534d", v = "verticalMargin24__03051153", f = "verticalMargin16__d446db75", o = {
|
|
9
9
|
bodyPage: P,
|
|
10
|
-
verticalMargin24:
|
|
11
|
-
verticalMargin16:
|
|
10
|
+
verticalMargin24: v,
|
|
11
|
+
verticalMargin16: f
|
|
12
12
|
}, _ = {
|
|
13
13
|
[r.LARGE]: o.verticalMargin24,
|
|
14
14
|
[r.SMALL]: o.verticalMargin16
|
|
15
|
-
}, b =
|
|
16
|
-
({ className: s, type: n, size: l, verticalMargin:
|
|
17
|
-
const t =
|
|
15
|
+
}, b = g.forwardRef(
|
|
16
|
+
({ className: s, type: n, size: l, verticalMargin: d = r.LARGE, ...e }, i) => {
|
|
17
|
+
const t = m(s, o.bodyPage, _[d]);
|
|
18
18
|
return n === y.FIRST ? /* @__PURE__ */ a(p, { className: t, type: M.TYPE_1, ref: i, size: l, children: /* @__PURE__ */ a(c, { ...e }) }) : /* @__PURE__ */ a(c, { ref: i, className: t, ...e });
|
|
19
19
|
}
|
|
20
20
|
);
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as n } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as n } from "../../../chunks/Page.module-98SUxLiM.js";
|
|
13
13
|
const N = Object.assign(
|
|
14
14
|
R.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: a, sticky: p, ...f }, o) => {
|
|
@@ -6,7 +6,7 @@ import { c as l } from "../../../chunks/vendor---Om3uMV.js";
|
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-98SUxLiM.js";
|
|
10
10
|
const C = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|