@sberbusiness/triplex-next 0.10.0 → 0.12.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/README.md +6 -0
- package/chunks/AlertProcessSpoiler-SFMiAq2e.js +39 -0
- package/chunks/{CalendarViewItem-CNP7C3l_.js → CalendarViewItem-B7_R_3t_.js} +19 -19
- package/chunks/Card.module-B8eF0PyT.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +11 -0
- package/chunks/{Chip-DaFItkIp.js → Chip-BiNNkTCM.js} +14 -14
- package/chunks/Confirm.module-DtGkChdz.js +15 -0
- package/chunks/{DropdownListItem-lbLsbKwC.js → DropdownListItem-BxEqWaJ8.js} +19 -19
- package/chunks/DropdownMobile.module-hCX_8o3O.js +23 -0
- package/chunks/Footer.module-CmBv6U70.js +9 -0
- package/chunks/{FormFieldInput-BoG8X8Sc.js → FormFieldInput-B4hNuHJx.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +9 -0
- package/chunks/HeaderTabs.module-Cg4Skmf_.js +9 -0
- package/chunks/{HeaderTitle.module-r9kVKK-W.js → HeaderTitle.module-DlNyNird.js} +2 -2
- package/chunks/IslandAccordion.module-CASKTyF5.js +25 -0
- package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +9 -0
- package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +9 -0
- package/chunks/{LightBoxContent-3M4bOnUh.js → LightBoxContent-DBZCrC3l.js} +11 -11
- package/chunks/LightBoxControls.module-Bd3m7ZxT.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +8 -0
- package/chunks/{ListItemControlsButton-rF_5JaM-.js → ListItemControlsButton-B7xM1V5l.js} +10 -10
- package/chunks/ListItemTail.module-Cc6Q6gR8.js +12 -0
- package/chunks/ListMasterFooter.module-CPTvVSEg.js +10 -0
- package/chunks/ModalWindow.module-Cjfs_3lX.js +17 -0
- package/chunks/Notification.module-DRNzc662.js +21 -0
- package/chunks/Overlay.module-CyE4VM64.js +18 -0
- package/chunks/Page.module-CiiwZIG0.js +11 -0
- package/chunks/{RightBorderArrow-C1vPwzXO.js → RightBorderArrow-qUNK7k_Z.js} +12 -12
- package/chunks/SMSField.module-Df8IlNx3.js +16 -0
- package/chunks/SliderExtendedMarks.module-C3yroPQo.js +15 -0
- package/chunks/{SliderExtendedRail-Bw4p-kLW.js → SliderExtendedRail-fxB35VnJ.js} +10 -10
- package/chunks/StatusTracker.module-C3dx5TPW.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Ciw5Nm9X.js → SuggestFieldMobileDropdownHint-BRLUCupu.js} +2 -2
- package/chunks/TableFooter.module-CJATQpk2.js +14 -0
- package/chunks/TabsExtended.module-mbk25DHy.js +16 -0
- package/chunks/TabsLine.module-eLr2Qyu1.js +21 -0
- package/chunks/TooltipDesktop.module-D4l2yNW-.js +19 -0
- package/chunks/TreeView.module-BZTj2oze.js +9 -0
- package/chunks/UploadZoneInput-ZvLsxymO.js +35 -0
- package/chunks/utils-CkEbPHhV.js +73 -0
- package/chunks/{utils-CxR_OPBn.js → utils-D3BbfI4I.js} +8 -8
- package/chunks/{utils-Ql50x949.js → utils-Kc2jGbAd.js} +8 -8
- package/chunks/utils-bltVmJ1Y.js +24 -0
- package/chunks/{utils-DTmo2xHF.js → utils-pT3qplA1.js} +5 -5
- package/chunks/{vendor-BlJo2ILB.js → vendor-BARd5eYq.js} +5008 -5131
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +48 -40
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +10 -10
- package/components/DateRange/DateRange.js +10 -10
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +90 -95
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/DesignTokens/components/index.js +153 -156
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +13 -13
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +13 -13
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +6 -7
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +92 -98
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +10 -10
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +19 -19
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +20 -20
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +11 -11
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- 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 +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +11 -11
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -16
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +32 -24
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +8 -8
- package/components/SegmentedControl/SegmentedControlSegment.js +13 -13
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +11 -11
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- 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 +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +16 -16
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +12 -12
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +23 -23
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +28 -28
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +18 -18
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +110 -98
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +209 -207
- package/consts/DateConst.js +1 -1
- package/index.d.ts +73 -55
- package/index.js +269 -267
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BthiLiMe.js +0 -39
- package/chunks/Card.module-BxAU0ct3.js +0 -17
- package/chunks/CheckboxTreeExtended.module-8H0Dgq8c.js +0 -11
- package/chunks/Confirm.module-BaXVkVHJ.js +0 -15
- package/chunks/DropdownMobile.module-kHpY8q0l.js +0 -23
- package/chunks/Footer.module-BZTAlpWH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bbxhh0aE.js +0 -9
- package/chunks/HeaderTabs.module-Bo3HPBP_.js +0 -9
- package/chunks/IslandAccordion.module-r5TKHc-1.js +0 -25
- package/chunks/IslandWidgetFooter.module-DANV-WDZ.js +0 -9
- package/chunks/IslandWidgetHeader.module-D9N9d8U0.js +0 -9
- package/chunks/LightBoxControls.module-C1sKSbiw.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-H2K8IoVH.js +0 -8
- package/chunks/ListItemTail.module-rBxpoSGQ.js +0 -12
- package/chunks/ListMasterFooter.module-CjjTF28N.js +0 -10
- package/chunks/ModalWindow.module-BJWhs2p-.js +0 -17
- package/chunks/Notification.module-CoXNIHHx.js +0 -21
- package/chunks/Overlay.module-DqeHrg4k.js +0 -18
- package/chunks/Page.module-JyadpNMJ.js +0 -11
- package/chunks/SMSField.module-BR0BSWtJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-DyfiF83O.js +0 -15
- package/chunks/StatusTracker.module-BzdhWkFm.js +0 -24
- package/chunks/TableFooter.module-BRn2cKAx.js +0 -14
- package/chunks/TabsExtended.module-DW52Fxa9.js +0 -16
- package/chunks/TabsLine.module-Do3KfZpp.js +0 -21
- package/chunks/TooltipDesktop.module-B10Gb93w.js +0 -19
- package/chunks/TreeView.module-oFkxX2oe.js +0 -9
- package/chunks/UploadZoneInput-CQ9bTi-y.js +0 -33
- package/chunks/utils-BHK9pmFJ.js +0 -73
- package/chunks/utils-DbKLiLdh.js +0 -24
- package/components/DesignTokens/components/AmountField.js +0 -11
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
|
@@ -6,7 +6,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
6
6
|
import "../FormField/components/FormFieldLabel.js";
|
|
7
7
|
import "../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../FormField/components/FormFieldTarget.js";
|
|
9
|
-
import "../../chunks/FormFieldInput-
|
|
9
|
+
import "../../chunks/FormFieldInput-B4hNuHJx.js";
|
|
10
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
12
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x, useEffect as i } from "react";
|
|
3
|
-
import { s as c, w as d, x as f } from "../../chunks/vendor-
|
|
3
|
+
import { s as c, w as d, x as f } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { DesignTokenUtils as S } from "../DesignTokens/DesignTokenUtils.js";
|
|
5
5
|
import { ThemeProviderView as h } from "./components/ThemeProviderView.js";
|
|
6
6
|
import { ETriplexNextTheme as u } from "./ETriplexNextTheme.js";
|
|
@@ -6,7 +6,7 @@ import { DesignTokensCore as D } from "../../DesignTokens/DesignTokensCore.js";
|
|
|
6
6
|
import { DesignTokensCoreThemeDark as d } from "../../DesignTokens/DesignTokensCoreThemeDark.js";
|
|
7
7
|
import { DesignTokensComponents as v } from "../../DesignTokens/DesignTokensComponents.js";
|
|
8
8
|
import { DesignTokensComponentsThemeDark as x } from "../../DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
9
|
-
import { k as g } from "../../../chunks/vendor-
|
|
9
|
+
import { k as g } from "../../../chunks/vendor-BARd5eYq.js";
|
|
10
10
|
const I = ({
|
|
11
11
|
children: s,
|
|
12
12
|
scopeClassName: r,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-BARd5eYq.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-D4l2yNW-.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,18 +1,18 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as l } from "../../../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__f282f5d8", r = "desktop__8a32ec22", m = "mobile__cff1d021", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
|
-
mobile:
|
|
9
|
-
},
|
|
8
|
+
mobile: m
|
|
9
|
+
}, c = n.forwardRef(
|
|
10
10
|
({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
13
|
className: l(o.tooltipLink, o.desktop, e),
|
|
14
14
|
...p,
|
|
15
|
-
"data-tx": "0.
|
|
15
|
+
"data-tx": "0.12.0",
|
|
16
16
|
ref: s,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
@@ -21,14 +21,14 @@ const k = "tooltipLink__cff3dbab", r = "desktop__8594cbca", c = "mobile__99691f6
|
|
|
21
21
|
{
|
|
22
22
|
className: l(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...p,
|
|
24
|
-
"data-tx": "0.
|
|
24
|
+
"data-tx": "0.12.0",
|
|
25
25
|
ref: s,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
29
29
|
);
|
|
30
|
-
|
|
30
|
+
c.displayName = "TooltipLink";
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
c as TooltipLink
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=TooltipLink.js.map
|
|
@@ -3,7 +3,7 @@ import { useContext as p } 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 l } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/TooltipDesktop.module-D4l2yNW-.js";
|
|
7
7
|
const I = ({ onClick: t, ...r }) => {
|
|
8
8
|
const { setTooltipOpen: e } = p(i), s = (m) => {
|
|
9
9
|
e(!1), t == null || t(m);
|
|
@@ -3,13 +3,13 @@ var _ = (p, a, i) => a in p ? H(p, a, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var t = (p, a, i) => _(p, typeof a != "symbol" ? a + "" : a, i);
|
|
4
4
|
import { jsxs as S, Fragment as P, jsx as x } from "react/jsx-runtime";
|
|
5
5
|
import O from "react";
|
|
6
|
-
import { i as M, c as $ } from "../../../../../chunks/vendor-
|
|
6
|
+
import { i as M, c as $ } from "../../../../../chunks/vendor-BARd5eYq.js";
|
|
7
7
|
import { TooltipContext as X } from "../../../TootlipContext.js";
|
|
8
8
|
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-D4l2yNW-.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
|
-
import { c } from "../../../../../chunks/vendor-
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
4
|
+
import { c } from "../../../../../chunks/vendor-BARd5eYq.js";
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-D4l2yNW-.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -5,14 +5,14 @@ import { Portal as x } from "../../../Portal/Portal.js";
|
|
|
5
5
|
import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as h } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as y } from "./components/TooltipMobileCloseButton.js";
|
|
8
|
-
import { c as B } from "../../../../chunks/vendor-
|
|
9
|
-
const T = "
|
|
8
|
+
import { c as B } from "../../../../chunks/vendor-BARd5eYq.js";
|
|
9
|
+
const T = "tooltipMobile__5db99263", g = "tooltipMobileContent__5b7e07d7", H = "headerless__378f1afa", r = {
|
|
10
10
|
tooltipMobile: T,
|
|
11
11
|
tooltipMobileContent: g,
|
|
12
12
|
headerless: H
|
|
13
13
|
}, z = ({
|
|
14
14
|
children: N,
|
|
15
|
-
className:
|
|
15
|
+
className: d,
|
|
16
16
|
renderContainer: R,
|
|
17
17
|
targetRef: j,
|
|
18
18
|
disableAdaptiveMode: D,
|
|
@@ -20,11 +20,11 @@ const T = "tooltipMobile__11cc8e45", g = "tooltipMobileContent__00dc848c", H = "
|
|
|
20
20
|
onShow: t,
|
|
21
21
|
...p
|
|
22
22
|
}) => {
|
|
23
|
-
const { elements: e, setTooltipOpen:
|
|
23
|
+
const { elements: e, setTooltipOpen: a } = f(C), i = u(null), m = B(r.tooltipMobile, { [r.headerless]: e.mobileHeader === null }, d);
|
|
24
24
|
M(() => {
|
|
25
25
|
o && (t == null || t(i.current));
|
|
26
26
|
}, [o]);
|
|
27
|
-
const
|
|
27
|
+
const c = () => {
|
|
28
28
|
var n;
|
|
29
29
|
return /* @__PURE__ */ s(y, { ...(n = e.closeButton) == null ? void 0 : n.props });
|
|
30
30
|
};
|
|
@@ -36,7 +36,7 @@ const T = "tooltipMobile__11cc8e45", g = "tooltipMobileContent__00dc848c", H = "
|
|
|
36
36
|
className: m,
|
|
37
37
|
tabIndex: -1,
|
|
38
38
|
opened: o,
|
|
39
|
-
setOpened:
|
|
39
|
+
setOpened: a,
|
|
40
40
|
...p,
|
|
41
41
|
ref: i,
|
|
42
42
|
children: [
|
|
@@ -44,7 +44,7 @@ const T = "tooltipMobile__11cc8e45", g = "tooltipMobileContent__00dc848c", H = "
|
|
|
44
44
|
/* @__PURE__ */ l(h, { className: r.tooltipMobileContent, children: [
|
|
45
45
|
e.body,
|
|
46
46
|
e.link,
|
|
47
|
-
e.mobileHeader === null &&
|
|
47
|
+
e.mobileHeader === null && c()
|
|
48
48
|
] })
|
|
49
49
|
]
|
|
50
50
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a, jsxs as I, Fragment as B } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useRef as g, useEffect as C } from "react";
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
|
-
import { c as S, F as j } from "../../chunks/vendor-
|
|
6
|
-
const D = "
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor-BARd5eYq.js";
|
|
6
|
+
const D = "topOverlayMask__5e9c569f", E = "topOverlayWrapper__ecfa0adb", A = "closing__b3789545", V = "opened__9213201d", $ = "topOverlayPanel__aeb9ad2a", q = "topOverlay__9f2db16a", t = {
|
|
7
7
|
topOverlayMask: D,
|
|
8
8
|
topOverlayWrapper: E,
|
|
9
9
|
closing: A,
|
|
@@ -12,13 +12,13 @@ const D = "topOverlayMask__93e9fb78", E = "topOverlayWrapper__1b9673c3", A = "cl
|
|
|
12
12
|
topOverlay: q
|
|
13
13
|
}, K = ({
|
|
14
14
|
children: _,
|
|
15
|
-
focusTrapProps:
|
|
15
|
+
focusTrapProps: o,
|
|
16
16
|
opened: e,
|
|
17
17
|
onClose: l,
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, d] = y(!1), [x, u] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
|
|
22
22
|
if (s.current) {
|
|
23
23
|
const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
|
|
24
24
|
i.top < 0 ? c(
|
|
@@ -29,51 +29,51 @@ const D = "topOverlayMask__93e9fb78", E = "topOverlayWrapper__1b9673c3", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
|
|
32
|
+
m(), u(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
C(() => {
|
|
35
|
-
p.current && !e ?
|
|
35
|
+
p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
|
-
|
|
39
|
-
}, T = () =>
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
] }),
|
|
43
|
-
},
|
|
38
|
+
d(!1), c(0), l == null || l();
|
|
39
|
+
}, T = () => u(!1), b = (r) => /* @__PURE__ */ I(B, { children: [
|
|
40
|
+
/* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
|
+
/* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
|
+
] }), F = () => {
|
|
43
|
+
}, N = S(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
|
-
}),
|
|
46
|
+
}), P = /* @__PURE__ */ a(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
49
|
onClose: M,
|
|
50
50
|
onClosing: T,
|
|
51
51
|
onOpen: k,
|
|
52
52
|
opened: e,
|
|
53
|
-
setOpened:
|
|
53
|
+
setOpened: F,
|
|
54
54
|
...h,
|
|
55
55
|
className: t.topOverlay,
|
|
56
56
|
direction: R.TOP,
|
|
57
|
-
children:
|
|
57
|
+
children: b
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
|
-
return /* @__PURE__ */
|
|
60
|
+
return /* @__PURE__ */ a(
|
|
61
61
|
j,
|
|
62
62
|
{
|
|
63
63
|
active: x,
|
|
64
|
-
...
|
|
64
|
+
...o,
|
|
65
65
|
focusTrapOptions: {
|
|
66
66
|
clickOutsideDeactivates: !0,
|
|
67
67
|
preventScroll: !0,
|
|
68
|
-
...
|
|
68
|
+
...o == null ? void 0 : o.focusTrapOptions
|
|
69
69
|
},
|
|
70
|
-
children: /* @__PURE__ */
|
|
70
|
+
children: /* @__PURE__ */ a(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: N,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
76
|
-
children:
|
|
75
|
+
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
+
children: P
|
|
77
77
|
}
|
|
78
78
|
)
|
|
79
79
|
}
|
|
@@ -9,8 +9,8 @@ import { TreeViewContext as l } from "./TreeViewContext.js";
|
|
|
9
9
|
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
|
-
import { c as v } from "../../chunks/vendor-
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
12
|
+
import { c as v } from "../../chunks/vendor-BARd5eYq.js";
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-BZTj2oze.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-BZTj2oze.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
|
|
@@ -6,8 +6,8 @@ import l from "react";
|
|
|
6
6
|
import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewContext.js";
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
|
-
import { c as w } from "../../../chunks/vendor-
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
9
|
+
import { c as w } from "../../../chunks/vendor-BARd5eYq.js";
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-BZTj2oze.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { EFontWeightText as
|
|
5
|
-
import { t as s, m as
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
c1:
|
|
11
|
-
c2:
|
|
1
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
2
|
+
import g from "react";
|
|
3
|
+
import { c as b } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
|
+
import { EFontWeightText as n, ECaptionSize as a, EFontType as y } from "./enums.js";
|
|
5
|
+
import { t as s, m as T } from "../../chunks/utils-D3BbfI4I.js";
|
|
6
|
+
const R = "caption__94a66924", E = "regular__df86fbd0", u = "semibold__fbfbc3cf", x = "c1__3083bc8b", S = "c2__46046cac", h = "d1__6241c5c1", o = {
|
|
7
|
+
caption: R,
|
|
8
|
+
regular: E,
|
|
9
|
+
semibold: u,
|
|
10
|
+
c1: x,
|
|
11
|
+
c2: S,
|
|
12
12
|
d1: h
|
|
13
13
|
}, F = {
|
|
14
|
-
[
|
|
15
|
-
[
|
|
14
|
+
[n.REGULAR]: o.regular,
|
|
15
|
+
[n.SEMIBOLD]: o.semibold
|
|
16
16
|
}, A = {
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
}, L =
|
|
17
|
+
[a.C1]: o.c1,
|
|
18
|
+
[a.C2]: o.c2,
|
|
19
|
+
[a.D1]: o.d1
|
|
20
|
+
}, L = g.forwardRef(
|
|
21
21
|
({
|
|
22
|
-
children:
|
|
22
|
+
children: e,
|
|
23
23
|
className: p,
|
|
24
24
|
size: r,
|
|
25
25
|
tag: i,
|
|
26
|
-
type: m =
|
|
27
|
-
weight: l =
|
|
26
|
+
type: m = y.PRIMARY,
|
|
27
|
+
weight: l = n.REGULAR,
|
|
28
28
|
underline: t,
|
|
29
|
-
strikethrough:
|
|
29
|
+
strikethrough: c,
|
|
30
30
|
...d
|
|
31
|
-
},
|
|
32
|
-
const
|
|
31
|
+
}, f) => {
|
|
32
|
+
const C = b(
|
|
33
33
|
s.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
A[r],
|
|
36
|
-
|
|
36
|
+
T[m],
|
|
37
37
|
F[l],
|
|
38
38
|
{
|
|
39
|
-
[s.strikethrough]: !!
|
|
40
|
-
[s.underline]: !!t && !
|
|
41
|
-
[s.underlineStrikethrough]: !!
|
|
39
|
+
[s.strikethrough]: !!c && !t,
|
|
40
|
+
[s.underline]: !!t && !c,
|
|
41
|
+
[s.underlineStrikethrough]: !!c && !!t
|
|
42
42
|
},
|
|
43
43
|
p
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ _(i || "span", { ref: f, className: C, ...d, children: e });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
48
|
L.displayName = "Caption";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
5
|
-
import { t as s, m as
|
|
6
|
-
const E = "
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import y from "react";
|
|
3
|
+
import { c as g } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as b, EFontType as C } from "./enums.js";
|
|
5
|
+
import { t as s, m as R } from "../../chunks/utils-D3BbfI4I.js";
|
|
6
|
+
const E = "text__6051f740", L = "regular__df86fbd0", A = "semibold__fbfbc3cf", u = "b1__67408cae", B = "b2__7c75d976", M = "b3__17b3ce5d", S = "b4__b07d2f40", t = {
|
|
7
7
|
text: E,
|
|
8
8
|
regular: L,
|
|
9
9
|
semibold: A,
|
|
@@ -12,44 +12,44 @@ const E = "text__e8832d9c", L = "regular__9286e244", A = "semibold__56dcc4a0", u
|
|
|
12
12
|
b3: M,
|
|
13
13
|
b4: S
|
|
14
14
|
}, h = {
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
15
|
+
[o.B1]: t.b1,
|
|
16
|
+
[o.B2]: t.b2,
|
|
17
|
+
[o.B3]: t.b3,
|
|
18
|
+
[o.B4]: t.b4
|
|
19
19
|
}, F = {
|
|
20
20
|
[c.REGULAR]: t.regular,
|
|
21
21
|
[c.SEMIBOLD]: t.semibold
|
|
22
22
|
}, N = {
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
}, O =
|
|
23
|
+
[b.NORMAL]: "",
|
|
24
|
+
[b.COMPACT]: s.compact
|
|
25
|
+
}, O = y.forwardRef(
|
|
26
26
|
({
|
|
27
|
-
children:
|
|
27
|
+
children: r,
|
|
28
28
|
className: m,
|
|
29
29
|
size: n,
|
|
30
30
|
tag: p,
|
|
31
|
-
type: l =
|
|
31
|
+
type: l = C.PRIMARY,
|
|
32
32
|
weight: T = c.REGULAR,
|
|
33
|
-
line: i =
|
|
34
|
-
underline:
|
|
33
|
+
line: i = b.NORMAL,
|
|
34
|
+
underline: e,
|
|
35
35
|
strikethrough: a,
|
|
36
|
-
...
|
|
37
|
-
},
|
|
38
|
-
const
|
|
36
|
+
...f
|
|
37
|
+
}, x) => {
|
|
38
|
+
const _ = g(
|
|
39
39
|
s.typography,
|
|
40
40
|
t.text,
|
|
41
41
|
h[n],
|
|
42
|
-
|
|
42
|
+
R[l],
|
|
43
43
|
F[T],
|
|
44
44
|
N[i],
|
|
45
45
|
{
|
|
46
|
-
[s.strikethrough]: !!a && !
|
|
47
|
-
[s.underline]: !!
|
|
48
|
-
[s.underlineStrikethrough]: !!a && !!
|
|
46
|
+
[s.strikethrough]: !!a && !e,
|
|
47
|
+
[s.underline]: !!e && !a,
|
|
48
|
+
[s.underlineStrikethrough]: !!a && !!e
|
|
49
49
|
},
|
|
50
50
|
m
|
|
51
51
|
);
|
|
52
|
-
return /* @__PURE__ */
|
|
52
|
+
return /* @__PURE__ */ d(p || "span", { ref: x, className: _, ...f, children: r });
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
O.displayName = "Text";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as _ } from "react/jsx-runtime";
|
|
2
2
|
import b from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETitleSize as
|
|
5
|
-
import { t as s, m as u } from "../../chunks/utils-
|
|
6
|
-
const y = "
|
|
3
|
+
import { c as T } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
|
+
import { ETitleSize as i, EFontWeightTitle as o, EFontType as g } from "./enums.js";
|
|
5
|
+
import { t as s, m as u } from "../../chunks/utils-D3BbfI4I.js";
|
|
6
|
+
const y = "title__f816cc43", E = "regular__df86fbd0", C = "semibold__fbfbc3cf", R = "medium__1e834f01", S = "bold__25a940f3", M = "h1__5a9bf744", D = "h2__e526283b", F = "h3__948c7fe8", t = {
|
|
7
7
|
title: y,
|
|
8
8
|
regular: E,
|
|
9
9
|
semibold: C,
|
|
@@ -13,9 +13,9 @@ const y = "title__ebfdc8ad", E = "regular__9286e244", C = "semibold__56dcc4a0",
|
|
|
13
13
|
h2: D,
|
|
14
14
|
h3: F
|
|
15
15
|
}, I = {
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
16
|
+
[i.H1]: t.h1,
|
|
17
|
+
[i.H2]: t.h2,
|
|
18
|
+
[i.H3]: t.h3
|
|
19
19
|
}, L = {
|
|
20
20
|
[o.MEDIUM]: t.medium,
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
@@ -23,30 +23,30 @@ const y = "title__ebfdc8ad", E = "regular__9286e244", C = "semibold__56dcc4a0",
|
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
24
|
}, x = b.forwardRef(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
27
|
-
className:
|
|
26
|
+
children: m,
|
|
27
|
+
className: a,
|
|
28
28
|
size: r,
|
|
29
29
|
tag: c,
|
|
30
|
-
type:
|
|
31
|
-
weight:
|
|
30
|
+
type: n = g.PRIMARY,
|
|
31
|
+
weight: f = o.SEMIBOLD,
|
|
32
32
|
underline: e,
|
|
33
33
|
strikethrough: l,
|
|
34
34
|
...h
|
|
35
|
-
},
|
|
36
|
-
const
|
|
35
|
+
}, d) => {
|
|
36
|
+
const p = T(
|
|
37
37
|
s.typography,
|
|
38
38
|
t.title,
|
|
39
39
|
I[r],
|
|
40
|
-
u[
|
|
41
|
-
L[
|
|
40
|
+
u[n],
|
|
41
|
+
L[f],
|
|
42
42
|
{
|
|
43
43
|
[s.strikethrough]: !!l && !e,
|
|
44
44
|
[s.underline]: !!e && !l,
|
|
45
45
|
[s.underlineStrikethrough]: !!l && !!e
|
|
46
46
|
},
|
|
47
|
-
|
|
47
|
+
a
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ _(c || "h1", { ref: d, className: p, ...h, children: m });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
x.displayName = "Title";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__9577905c", 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__1be20674", n = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(n.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.12.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as s } from "../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../chunks/vendor-BARd5eYq.js";
|
|
4
4
|
import "../Typography/Title.js";
|
|
5
5
|
import { Text as i } from "../Typography/Text.js";
|
|
6
6
|
import "../Typography/Caption.js";
|
|
7
7
|
import { ETextSize as d } from "../Typography/enums.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "unorderedListItem__1b8e0854", n = {
|
|
9
9
|
unorderedListItem: a
|
|
10
10
|
}, p = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -15,7 +15,7 @@ const a = "unorderedListItem__68678274", n = {
|
|
|
15
15
|
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.12.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|