@sberbusiness/triplex-next 0.26.0 → 0.27.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-BjHTZKgZ.js → AlertProcessSpoiler-CyQjNK-A.js} +6 -6
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DRBt_s0Q.js} +7 -7
- package/chunks/Card.module-D8T8SSWF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +15 -0
- package/chunks/{Chip-CuoqjaG4.js → Chip-BWrXp8b3.js} +15 -15
- package/chunks/Confirm.module-D5UicEEs.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-BflrX8i-.js} +24 -24
- package/chunks/DropdownMobile.module-3D5LlZCS.js +23 -0
- package/chunks/Footer.module-BfB70vm7.js +9 -0
- package/chunks/FormFieldInput-q8qt9K5c.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +9 -0
- package/chunks/HeaderTabs.module-Cx-Ctxui.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-Y10Bm5lm.js} +2 -2
- package/chunks/IslandAccordion.module-CVxFZsLG.js +25 -0
- package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +9 -0
- package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-DHs-Qjcp.js} +6 -6
- package/chunks/LightBoxControls.module-D1KjqwKb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-pIOQbY1R.js} +18 -18
- package/chunks/ListItemTail.module-Cu4UoxMF.js +12 -0
- package/chunks/ListMasterFooter.module-wznlsgml.js +10 -0
- package/chunks/ModalWindow.module-BrOAz5Ut.js +17 -0
- package/chunks/Notification.module-CyBTQm0m.js +20 -0
- package/chunks/Overlay.module-hR6GT0XD.js +18 -0
- package/chunks/Page.module-DydaWXa2.js +11 -0
- package/chunks/SMSField.module-DoBN7Aba.js +16 -0
- package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-ylfekLwv.js} +9 -9
- package/chunks/StatusTracker.module-D8_bnGs2.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DJAqKqGz.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DC3vUbne.js} +4 -4
- package/chunks/TableFooter.module-BG7ShSJ1.js +14 -0
- package/chunks/TabsExtended.module-D60HGy0o.js +16 -0
- package/chunks/TabsLine.module-BfBp0UOt.js +21 -0
- package/chunks/TooltipDesktop.module-BrcbbP-s.js +19 -0
- package/chunks/TreeView.module-lKZg_HMx.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-xOoub0aL.js} +7 -7
- package/chunks/{constants-KINy2OSZ.js → constants-CoLWcWYQ.js} +6 -6
- package/chunks/utils-BXp6zjzV.js +28 -0
- package/chunks/{utils-BVhTB5hC.js → utils-CfCPvNY4.js} +4 -4
- package/chunks/{utils-CWqa2skI.js → utils-D_H8vO74.js} +2 -2
- package/chunks/utils-PKY322-t.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +1 -1
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +13 -13
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +17 -17
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- 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 +6 -6
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +8 -8
- 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 +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- 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 +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- 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 +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +7 -7
- package/components/EmptyView/EmptyView.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 +29 -29
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +31 -31
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- 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 +1 -1
- package/components/IconWrapper/IconWrapper.js +14 -14
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +1 -1
- 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 +70 -64
- package/components/IslandWidget/IslandWidget.js +46 -38
- 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 +1 -1
- package/components/LightBox/LightBox.js +18 -18
- 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 +21 -21
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +22 -21
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- 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/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +6 -6
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +18 -18
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +29 -23
- package/components/Stepper/Stepper.js +12 -12
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +4 -4
- 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 +5 -5
- 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 +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- 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 +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- 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 +6 -6
- package/components/Tag/Tag.js +13 -13
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +12 -12
- 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 +11 -11
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +5 -5
- 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 +20 -20
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- 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 +59 -20
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/FormFieldInput-CyAOOwnJ.js +0 -79
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
4
|
+
import { createSizeToClassNameMap as d } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { ETagColorStatus as s } from "./enums.js";
|
|
6
|
-
const
|
|
7
|
-
tagColor:
|
|
6
|
+
const f = "tagColor__dfcb26c2", i = "sm__23d9edd1", g = "md__2da62b9c", C = "lg__d61bdfb3", S = "success__743e6f36", p = "info__35946270", A = "warning__0cae3b13", T = "error__dee7ab63", N = "content__a1948bfd", o = {
|
|
7
|
+
tagColor: f,
|
|
8
8
|
sm: i,
|
|
9
9
|
md: g,
|
|
10
10
|
lg: C,
|
|
11
|
-
default: "
|
|
11
|
+
default: "default__cc8355ca",
|
|
12
12
|
success: S,
|
|
13
13
|
info: p,
|
|
14
14
|
warning: A,
|
|
15
15
|
error: T,
|
|
16
16
|
content: N
|
|
17
|
-
}, u =
|
|
17
|
+
}, u = d(o), E = {
|
|
18
18
|
[s.DEFAULT]: o.default,
|
|
19
19
|
[s.SUCCESS]: o.success,
|
|
20
20
|
[s.INFO]: o.info,
|
|
21
21
|
[s.WARNING]: o.warning,
|
|
22
22
|
[s.ERROR]: o.error
|
|
23
|
-
},
|
|
24
|
-
({ children:
|
|
23
|
+
}, b = l.forwardRef(
|
|
24
|
+
({ children: t, className: r, size: n, status: a = s.DEFAULT, ...e }, _) => /* @__PURE__ */ c(
|
|
25
25
|
"span",
|
|
26
26
|
{
|
|
27
|
-
className: m(o.tagColor, u[
|
|
27
|
+
className: m(o.tagColor, u[n], E[a], r),
|
|
28
28
|
...e,
|
|
29
29
|
ref: _,
|
|
30
|
-
children: /* @__PURE__ */
|
|
30
|
+
children: /* @__PURE__ */ c("span", { className: o.content, children: t })
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
);
|
|
34
|
-
|
|
34
|
+
b.displayName = "TagColor";
|
|
35
35
|
export {
|
|
36
|
-
|
|
36
|
+
b as TagColor
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=TagColor.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const
|
|
6
|
-
tagGroup:
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
9
|
-
lg:
|
|
10
|
-
},
|
|
11
|
-
({ children: s, className:
|
|
4
|
+
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
5
|
+
const l = "tagGroup__7a24e3ee", _ = "sm__461e3ccc", f = "md__e79ac25e", i = "lg__47de23fa", o = {
|
|
6
|
+
tagGroup: l,
|
|
7
|
+
sm: _,
|
|
8
|
+
md: f,
|
|
9
|
+
lg: i
|
|
10
|
+
}, n = g(o), N = c.forwardRef(
|
|
11
|
+
({ children: s, className: a, size: e, ...r }, t) => /* @__PURE__ */ m(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className: p(o.tagGroup,
|
|
14
|
+
className: p(o.tagGroup, n[e], a),
|
|
15
15
|
role: "group",
|
|
16
|
-
...
|
|
17
|
-
ref:
|
|
16
|
+
...r,
|
|
17
|
+
ref: t,
|
|
18
18
|
children: s
|
|
19
19
|
}
|
|
20
20
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { F as r } from "../../chunks/FormFieldInput-
|
|
2
|
+
import { F as r } from "../../chunks/FormFieldInput-q8qt9K5c.js";
|
|
3
3
|
import { TextFieldBase as t } from "./TextFieldBase.js";
|
|
4
4
|
const m = ({ inputProps: i, ...o }) => /* @__PURE__ */ e(t, { ...o, children: /* @__PURE__ */ e(r, { ...i }) });
|
|
5
5
|
m.displayName = "TextField";
|
|
@@ -3,7 +3,7 @@ import { TextFieldBase as i } from "../TextField/TextFieldBase.js";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import "../../chunks/FormFieldInput-
|
|
6
|
+
import "../../chunks/FormFieldInput-q8qt9K5c.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -4,7 +4,7 @@ import { c as s } from "../../../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
5
|
import { Text as l } from "../../../Typography/Text.js";
|
|
6
6
|
import { ELineType as p, ETextSize as c } from "../../../Typography/enums.js";
|
|
7
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
7
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-BrcbbP-s.js";
|
|
8
8
|
const d = e.forwardRef(({ className: r, ...i }, t) => {
|
|
9
9
|
const m = s(f.tooltipBody, r);
|
|
10
10
|
return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: m, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: m, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as
|
|
3
|
+
import { c as a } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { MobileView as n } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__0560e4d9", r = "desktop__7a0eaba0", m = "mobile__20b68606", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
8
|
mobile: m
|
|
9
9
|
}, c = l.forwardRef(
|
|
10
|
-
({ children: i, className: e, ...
|
|
10
|
+
({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(n, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
14
|
-
...
|
|
15
|
-
"data-tx": "0.
|
|
16
|
-
ref:
|
|
13
|
+
className: a(o.tooltipLink, o.desktop, e),
|
|
14
|
+
...p,
|
|
15
|
+
"data-tx": "0.27.0",
|
|
16
|
+
ref: s,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
19
19
|
), children: /* @__PURE__ */ t(
|
|
20
20
|
"a",
|
|
21
21
|
{
|
|
22
|
-
className:
|
|
23
|
-
...
|
|
24
|
-
"data-tx": "0.
|
|
25
|
-
ref:
|
|
22
|
+
className: a(o.tooltipLink, o.mobile, e),
|
|
23
|
+
...p,
|
|
24
|
+
"data-tx": "0.27.0",
|
|
25
|
+
ref: s,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
@@ -3,7 +3,7 @@ import { useContext as m } from "react";
|
|
|
3
3
|
import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { TooltipContext as i } from "../../TootlipContext.js";
|
|
5
5
|
import { ButtonIcon as a } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as l } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as l } from "../../../../chunks/TooltipDesktop.module-BrcbbP-s.js";
|
|
7
7
|
const I = ({ onClick: o, ...s }) => {
|
|
8
8
|
const { setTooltipOpen: p } = m(i), e = (t) => {
|
|
9
9
|
t.stopPropagation(), p(!1), o == null || o(t);
|
|
@@ -9,7 +9,7 @@ import { Portal as Y } from "../../../../Portal/Portal.js";
|
|
|
9
9
|
import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
|
|
10
10
|
import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
|
|
11
11
|
import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
|
|
12
|
-
import { s as f } from "../../../../../chunks/TooltipDesktop.module-
|
|
12
|
+
import { s as f } from "../../../../../chunks/TooltipDesktop.module-BrcbbP-s.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -2,7 +2,7 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
4
|
import { c } from "../../../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-BrcbbP-s.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -6,7 +6,7 @@ import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js"
|
|
|
6
6
|
import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
|
|
8
8
|
import { c as y } from "../../../../chunks/vendor---Om3uMV.js";
|
|
9
|
-
const N = "
|
|
9
|
+
const N = "tooltipMobile__630a5612", T = "tooltipMobileContent__8199531b", g = "headerless__fd263fce", H = "closeButton__261866a8", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -19,9 +19,9 @@ const N = "tooltipMobile__a349c088", T = "tooltipMobileContent__f4b635a3", g = "
|
|
|
19
19
|
disableAdaptiveMode: D,
|
|
20
20
|
isOpen: t,
|
|
21
21
|
onShow: l,
|
|
22
|
-
...
|
|
22
|
+
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements: o, setTooltipOpen:
|
|
24
|
+
const { elements: o, setTooltipOpen: p } = f(C), i = u(null), a = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
@@ -34,11 +34,11 @@ const N = "tooltipMobile__a349c088", T = "tooltipMobileContent__f4b635a3", g = "
|
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: a,
|
|
38
38
|
tabIndex: -1,
|
|
39
39
|
opened: t,
|
|
40
|
-
setOpened:
|
|
41
|
-
...
|
|
40
|
+
setOpened: p,
|
|
41
|
+
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
44
44
|
o.mobileHeader,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as I, Fragment as b } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useRef as g, useEffect as B } from "react";
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
5
|
import { c as S, F as j } from "../../chunks/vendor---Om3uMV.js";
|
|
6
|
-
const E = "
|
|
6
|
+
const E = "topOverlayMask__008fa09b", w = "topOverlayWrapper__ab18f967", A = "closing__9d9a6e2a", D = "opened__59257807", V = "topOverlayPanel__2d3c4894", $ = "topOverlay__89e5d4fc", t = {
|
|
7
7
|
topOverlayMask: E,
|
|
8
8
|
topOverlayWrapper: w,
|
|
9
9
|
closing: A,
|
|
@@ -36,14 +36,14 @@ const E = "topOverlayMask__803db744", w = "topOverlayWrapper__c727476d", A = "cl
|
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
38
|
d(!1), c(0), l == null || l();
|
|
39
|
-
}, T = () => u(!1), F = (r) => /* @__PURE__ */
|
|
39
|
+
}, T = () => u(!1), F = (r) => /* @__PURE__ */ I(b, { children: [
|
|
40
40
|
/* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ o(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
43
43
|
}, P = S(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
|
-
}),
|
|
46
|
+
}), C = /* @__PURE__ */ o(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
49
|
onClose: M,
|
|
@@ -73,7 +73,7 @@ const E = "topOverlayMask__803db744", w = "topOverlayWrapper__c727476d", A = "cl
|
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
75
|
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
-
children:
|
|
76
|
+
children: C
|
|
77
77
|
}
|
|
78
78
|
)
|
|
79
79
|
}
|
|
@@ -10,7 +10,7 @@ import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
12
|
import { c as v } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-lKZg_HMx.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-lKZg_HMx.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-lKZg_HMx.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ECaptionSize as
|
|
5
|
-
import { t, F as g } from "../../chunks/constants-
|
|
6
|
-
const C = "
|
|
2
|
+
import S from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ECaptionSize as s, EFontWeightCaption as _, EFontType as T } from "./enums.js";
|
|
5
|
+
import { t as c, F as g } from "../../chunks/constants-CoLWcWYQ.js";
|
|
6
|
+
const C = "caption__c3fec01a", y = "regular__5835bf9d", M = "semibold__ad814606", R = "c1__8d62ccfa", N = "c2__6598cdea", L = "d1__1a322cac", o = {
|
|
7
7
|
caption: C,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
10
10
|
c1: R,
|
|
11
11
|
c2: N,
|
|
12
|
-
d1:
|
|
13
|
-
}, L = {
|
|
14
|
-
[a.C1]: o.c1,
|
|
15
|
-
[a.C2]: o.c2,
|
|
16
|
-
[a.D1]: o.d1
|
|
12
|
+
d1: L
|
|
17
13
|
}, O = {
|
|
14
|
+
[s.C1]: o.c1,
|
|
15
|
+
[s.C2]: o.c2,
|
|
16
|
+
[s.D1]: o.d1
|
|
17
|
+
}, b = {
|
|
18
18
|
[_.REGULAR]: o.regular,
|
|
19
19
|
[_.SEMIBOLD]: o.semibold
|
|
20
|
-
}, u =
|
|
20
|
+
}, u = S.forwardRef(
|
|
21
21
|
({
|
|
22
22
|
children: r,
|
|
23
23
|
className: n,
|
|
@@ -25,20 +25,20 @@ const C = "caption__d0059699", y = "regular__6439103d", M = "semibold__1af32576"
|
|
|
25
25
|
tag: p,
|
|
26
26
|
weight: i = _.REGULAR,
|
|
27
27
|
type: m = T.PRIMARY,
|
|
28
|
-
underline:
|
|
29
|
-
strikethrough:
|
|
28
|
+
underline: t,
|
|
29
|
+
strikethrough: a,
|
|
30
30
|
...d
|
|
31
31
|
}, l) => {
|
|
32
|
-
const A =
|
|
33
|
-
|
|
32
|
+
const A = f(
|
|
33
|
+
c.typography,
|
|
34
34
|
o.caption,
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
O[e],
|
|
36
|
+
b[i],
|
|
37
37
|
g[m],
|
|
38
38
|
{
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
39
|
+
[c.strikethrough]: !!a && !t,
|
|
40
|
+
[c.underline]: !!t && !a,
|
|
41
|
+
[c.underlineStrikethrough]: !!a && !!t
|
|
42
42
|
},
|
|
43
43
|
n
|
|
44
44
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import x from "react";
|
|
3
3
|
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { EFontType as y } from "./enums.js";
|
|
5
|
-
import { t as o, F as f } from "../../chunks/constants-
|
|
6
|
-
const _ = "
|
|
5
|
+
import { t as o, F as f } from "../../chunks/constants-CoLWcWYQ.js";
|
|
6
|
+
const _ = "codeText__4bd808d9", i = {
|
|
7
7
|
codeText: _
|
|
8
|
-
}, l =
|
|
8
|
+
}, l = x.forwardRef(
|
|
9
9
|
({ children: s, className: r, type: a = y.PRIMARY, underline: t, strikethrough: e, tag: c, ...p }, m) => {
|
|
10
10
|
const T = n(
|
|
11
11
|
o.typography,
|
|
@@ -18,7 +18,7 @@ const _ = "codeText__16bc2413", i = {
|
|
|
18
18
|
},
|
|
19
19
|
r
|
|
20
20
|
);
|
|
21
|
-
return /* @__PURE__ */
|
|
21
|
+
return /* @__PURE__ */ d(c || "span", { ref: m, className: T, ...p, children: s });
|
|
22
22
|
}
|
|
23
23
|
);
|
|
24
24
|
l.displayName = "CodeText";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as
|
|
5
|
-
import { t as _, F as
|
|
6
|
-
const
|
|
7
|
-
text:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
b1:
|
|
3
|
+
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as s, ELineType as a, EFontType as x } from "./enums.js";
|
|
5
|
+
import { t as _, F as L } from "../../chunks/constants-CoLWcWYQ.js";
|
|
6
|
+
const N = "text__a623792b", f = "regular__5835bf9d", O = "semibold__ad814606", R = "b1__13f8874b", g = "b2__6d712921", y = "b3__d2692efc", P = "compact__c5cc03d0", C = "b4__3ae2e4c1", t = {
|
|
7
|
+
text: N,
|
|
8
|
+
regular: f,
|
|
9
|
+
semibold: O,
|
|
10
|
+
b1: R,
|
|
11
11
|
b2: g,
|
|
12
12
|
b3: y,
|
|
13
13
|
compact: P,
|
|
@@ -18,35 +18,35 @@ const f = "text__65b59974", O = "regular__6439103d", R = "semibold__1af32576", d
|
|
|
18
18
|
[o.B3]: t.b3,
|
|
19
19
|
[o.B4]: t.b4
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
21
|
+
[s.REGULAR]: t.regular,
|
|
22
|
+
[s.SEMIBOLD]: t.semibold
|
|
23
23
|
}, F = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
24
|
+
[a.NORMAL]: "",
|
|
25
|
+
[a.COMPACT]: t.compact
|
|
26
26
|
}, I = S.forwardRef(
|
|
27
27
|
({
|
|
28
28
|
children: r,
|
|
29
29
|
className: b,
|
|
30
30
|
size: m,
|
|
31
31
|
tag: n,
|
|
32
|
-
type: p =
|
|
33
|
-
weight: A =
|
|
34
|
-
line: T =
|
|
35
|
-
underline:
|
|
32
|
+
type: p = x.PRIMARY,
|
|
33
|
+
weight: A = s.REGULAR,
|
|
34
|
+
line: T = a.NORMAL,
|
|
35
|
+
underline: c,
|
|
36
36
|
strikethrough: e,
|
|
37
37
|
...E
|
|
38
38
|
}, l) => {
|
|
39
|
-
const i =
|
|
39
|
+
const i = d(
|
|
40
40
|
_.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
43
43
|
B[A],
|
|
44
44
|
F[T],
|
|
45
|
-
|
|
45
|
+
L[p],
|
|
46
46
|
{
|
|
47
|
-
[_.strikethrough]: !!e && !
|
|
48
|
-
[_.underline]: !!
|
|
49
|
-
[_.underlineStrikethrough]: !!e && !!
|
|
47
|
+
[_.strikethrough]: !!e && !c,
|
|
48
|
+
[_.underline]: !!c && !e,
|
|
49
|
+
[_.underlineStrikethrough]: !!e && !!c
|
|
50
50
|
},
|
|
51
51
|
b
|
|
52
52
|
);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETitleSize as l, EFontWeightTitle as o, EFontType as
|
|
5
|
-
import { t as e, F as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
8
|
-
regular:
|
|
2
|
+
import b from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETitleSize as l, EFontWeightTitle as o, EFontType as S } from "./enums.js";
|
|
5
|
+
import { t as e, F as f } from "../../chunks/constants-CoLWcWYQ.js";
|
|
6
|
+
const A = "title__e6579fcc", M = "regular__5835bf9d", g = "semibold__ad814606", u = "medium__116d387c", y = "bold__b951d489", O = "h1__0b0d00f9", L = "h2__801df770", N = "h3__8459be3d", t = {
|
|
7
|
+
title: A,
|
|
8
|
+
regular: M,
|
|
9
9
|
semibold: g,
|
|
10
10
|
medium: u,
|
|
11
11
|
bold: y,
|
|
@@ -21,24 +21,24 @@ const M = "title__ea74e711", b = "regular__6439103d", g = "semibold__1af32576",
|
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, F =
|
|
24
|
+
}, F = b.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
children: r,
|
|
27
27
|
className: i,
|
|
28
28
|
size: m,
|
|
29
|
-
tag:
|
|
30
|
-
weight:
|
|
31
|
-
type:
|
|
29
|
+
tag: c,
|
|
30
|
+
weight: d = o.SEMIBOLD,
|
|
31
|
+
type: a = S.PRIMARY,
|
|
32
32
|
underline: s,
|
|
33
33
|
strikethrough: _,
|
|
34
|
-
...
|
|
35
|
-
},
|
|
36
|
-
const T =
|
|
34
|
+
...n
|
|
35
|
+
}, h) => {
|
|
36
|
+
const T = p(
|
|
37
37
|
e.typography,
|
|
38
38
|
t.title,
|
|
39
39
|
I[m],
|
|
40
|
-
R[
|
|
41
|
-
|
|
40
|
+
R[d],
|
|
41
|
+
f[a],
|
|
42
42
|
{
|
|
43
43
|
[e.strikethrough]: !!_ && !s,
|
|
44
44
|
[e.underline]: !!s && !_,
|
|
@@ -46,7 +46,7 @@ const M = "title__ea74e711", b = "regular__6439103d", g = "semibold__1af32576",
|
|
|
46
46
|
},
|
|
47
47
|
i
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */ E(
|
|
49
|
+
return /* @__PURE__ */ E(c || "h1", { ref: h, className: T, ...n, children: r });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
F.displayName = "Title";
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__dfb31468", n = {
|
|
6
6
|
unorderedList: m
|
|
7
7
|
}, a = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
@@ -10,7 +10,7 @@ const m = "unorderedList__18d79d74", n = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(n.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.27.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -6,7 +6,7 @@ import "../Typography/Caption.js";
|
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "unorderedListItem__d0907c36", p = {
|
|
10
10
|
unorderedListItem: a
|
|
11
11
|
}, n = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -16,7 +16,7 @@ const a = "unorderedListItem__861ec172", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "0.
|
|
19
|
+
"data-tx": "0.27.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
@@ -2,7 +2,7 @@ import { jsx as P, jsxs as w } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as H, useState as x, useRef as U, useCallback as r, createElement as R, useEffect as g } from "react";
|
|
3
3
|
import y from "react-dom";
|
|
4
4
|
import { c as C } from "../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as Z, U as W } from "../../chunks/UploadZoneInput-
|
|
5
|
+
import { s as Z, U as W } from "../../chunks/UploadZoneInput-xOoub0aL.js";
|
|
6
6
|
import { UploadZoneContext as S } from "./UploadZoneContext.js";
|
|
7
7
|
const T = Object.assign(
|
|
8
8
|
H((O, b) => {
|
|
@@ -84,7 +84,7 @@ const T = Object.assign(
|
|
|
84
84
|
openUploadDialog: D,
|
|
85
85
|
setInputNode: I
|
|
86
86
|
},
|
|
87
|
-
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.
|
|
87
|
+
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.27.0", ref: b, children: [
|
|
88
88
|
/* @__PURE__ */ R(
|
|
89
89
|
"div",
|
|
90
90
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
3
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-xOoub0aL.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|
package/components/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import { CheckboxYGroup as bo } from "./Checkbox/CheckboxYGroup.js";
|
|
|
27
27
|
import { CheckboxTree as Mo } from "./CheckboxTree/CheckboxTree.js";
|
|
28
28
|
import { checkChildrenCheckboxes as ho, checkParentCheckboxes as Io, traverseCheckboxes as wo } from "./CheckboxTree/utils.js";
|
|
29
29
|
import { CheckboxTreeExtended as Po } from "./CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
30
|
-
import { C as Bo } from "../chunks/Chip-
|
|
30
|
+
import { C as Bo } from "../chunks/Chip-BWrXp8b3.js";
|
|
31
31
|
import { ChipDatePicker as Wo } from "./Chip/ChipDatePicker/ChipDatePicker.js";
|
|
32
32
|
import { ChipDatePickerTarget as vo } from "./Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
33
33
|
import { ChipClearButton as zo } from "./Chip/ChipClearButton.js";
|
|
@@ -56,7 +56,7 @@ import { DocumentNumberEdit as we } from "./DocumentNumberEdit/DocumentNumberEdi
|
|
|
56
56
|
import { DropdownListContext as Pe } from "./Dropdown/DropdownListContext.js";
|
|
57
57
|
import { DropdownDesktop as Be } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
58
58
|
import { DropdownList as We } from "./Dropdown/desktop/DropdownList.js";
|
|
59
|
-
import { D as ve } from "../chunks/DropdownListItem-
|
|
59
|
+
import { D as ve } from "../chunks/DropdownListItem-BflrX8i-.js";
|
|
60
60
|
import { EDropdownAlignment as ze, EDropdownDirection as Re, EDropdownWidth as Oe } from "./Dropdown/desktop/enums.js";
|
|
61
61
|
import { DropdownMobile as Ve } from "./Dropdown/mobile/DropdownMobile.js";
|
|
62
62
|
import { DropdownMobileBody as Ue } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -81,7 +81,7 @@ import { EFormFieldStatus as hr } from "./FormField/enums.js";
|
|
|
81
81
|
import { FormFieldClear as wr } from "./FormField/components/FormFieldClear.js";
|
|
82
82
|
import { FormFieldCounter as Pr } from "./FormField/components/FormFieldCounter.js";
|
|
83
83
|
import { FormFieldDescription as Br } from "./FormField/components/FormFieldDescription.js";
|
|
84
|
-
import { F as Wr } from "../chunks/FormFieldInput-
|
|
84
|
+
import { F as Wr } from "../chunks/FormFieldInput-q8qt9K5c.js";
|
|
85
85
|
import { FormFieldLabel as vr } from "./FormField/components/FormFieldLabel.js";
|
|
86
86
|
import { FormFieldMaskedInput as zr } from "./FormField/components/FormFieldMaskedInput.js";
|
|
87
87
|
import { FormFieldPostfix as Or } from "./FormField/components/FormFieldPostfix.js";
|
|
@@ -131,7 +131,7 @@ import { AdvancedMouseSensor as Fp, AdvancedTouchSensor as bp, ListSortable as D
|
|
|
131
131
|
import { ListItem as Lp } from "./List/components/ListItem.js";
|
|
132
132
|
import { ListItemControls as Ip } from "./List/components/ListItemControls.js";
|
|
133
133
|
import { ListItemContent as yp } from "./List/components/ListItemContent.js";
|
|
134
|
-
import { L as kp } from "../chunks/ListItemControlsButton-
|
|
134
|
+
import { L as kp } from "../chunks/ListItemControlsButton-pIOQbY1R.js";
|
|
135
135
|
import { ListItemControlsButtonDropdown as Ap } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
136
136
|
import { ListEmptyState as Hp } from "./List/components/ListEmptyState.js";
|
|
137
137
|
import { ListItemLoading as Np } from "./List/components/ListItemLoading.js";
|
|
@@ -228,7 +228,7 @@ import { SuggestFieldDesktopDropdown as sa } from "./SuggestField/desktop/Sugges
|
|
|
228
228
|
import { SuggestFieldDesktop as ga } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
229
229
|
import { SuggestFieldMobile as Sa } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
230
230
|
import { SuggestFieldMobileDropdown as ca } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
231
|
-
import { S as Fa } from "../chunks/SuggestFieldMobileDropdownHint-
|
|
231
|
+
import { S as Fa } from "../chunks/SuggestFieldMobileDropdownHint-DC3vUbne.js";
|
|
232
232
|
import { SuggestField as Da } from "./SuggestField/SuggestField.js";
|
|
233
233
|
import { SwipeableArea as La } from "./SwipeableArea/SwipeableArea.js";
|
|
234
234
|
import { MasterTable as Ia } from "./Table/MasterTable.js";
|