@sberbusiness/triplex-next 0.19.1 → 0.21.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 +61 -23
- package/chunks/{AlertProcessSpoiler-CApu9sgV.js → AlertProcessSpoiler-DxZ8QVn2.js} +11 -11
- package/chunks/{CalendarViewItem-CCClPe6W.js → CalendarViewItem-D879SDC1.js} +23 -23
- package/chunks/Card.module--O3Bx82B.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +15 -0
- package/chunks/{Chip-D-F5Ccch.js → Chip-M9mPbBOt.js} +9 -9
- package/chunks/Confirm.module-DtBiR4Fo.js +15 -0
- package/chunks/{DropdownListItem-B89w0ZP6.js → DropdownListItem-BdLTF7q1.js} +20 -20
- package/chunks/DropdownMobile.module-PpB3KA4H.js +23 -0
- package/chunks/Footer.module-Z4RIi8JP.js +9 -0
- package/chunks/FormFieldInput-C75omt8Y.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +9 -0
- package/chunks/HeaderTabs.module-ykRWLBUI.js +9 -0
- package/chunks/{HeaderTitle.module-F927IkdE.js → HeaderTitle.module-Cg-I_NJG.js} +2 -2
- package/chunks/IslandAccordion.module-DE-xutGt.js +25 -0
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +9 -0
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +12 -0
- package/chunks/LightBoxContent-BLPx_Tsf.js +56 -0
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +9 -0
- package/chunks/{ListItemControlsButton-CDm9UcL0.js → ListItemControlsButton-0bXNCLYU.js} +9 -9
- package/chunks/ListItemTail.module-DFYWneN6.js +12 -0
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +10 -0
- package/chunks/ModalWindow.module-DqMffIcE.js +17 -0
- package/chunks/Notification.module-CPSD8BYw.js +20 -0
- package/chunks/Overlay.module-B5Hl3baB.js +18 -0
- package/chunks/Page.module-BbrHHqMK.js +11 -0
- package/chunks/{RightBorderArrow-BUP-gfBp.js → RightBorderArrow-1OX8NAL9.js} +11 -11
- package/chunks/SMSField.module-CPSjUBD-.js +16 -0
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +15 -0
- package/chunks/SliderExtendedRail-C_1LnK7I.js +40 -0
- package/chunks/StatusTracker.module-KkpUE8KY.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-B6hhbNqZ.js → SuggestFieldMobileDropdownHint-DNKfDfM3.js} +4 -4
- package/chunks/TableFooter.module-OEvn0oaX.js +14 -0
- package/chunks/TabsExtended.module-B3Ti-48x.js +16 -0
- package/chunks/TabsLine.module-BgCBcRYT.js +21 -0
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +19 -0
- package/chunks/TreeView.module-CmGHGs81.js +9 -0
- package/chunks/{UploadZoneInput-CCOpTzdI.js → UploadZoneInput-CIib3dEF.js} +3 -3
- package/chunks/{constants-BY0--v5J.js → constants-BamiEgAW.js} +7 -7
- package/chunks/{utils-CDZhfAbZ.js → utils-Bt-cuXIX.js} +6 -6
- package/chunks/utils-C5IWf42V.js +24 -0
- package/chunks/{utils-DN-l5mfA.js → utils-d7-rkiPs.js} +6 -6
- package/chunks/utils-hbQGLR7K.js +73 -0
- package/chunks/{vendor-DE8Zvm0w.js → vendor-DaOifQgP.js} +5330 -5331
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +17 -17
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +12 -12
- package/components/Badge/Badge.js +15 -15
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +15 -15
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +2 -2
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +26 -26
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +35 -28
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +24 -23
- package/components/Chip/ChipDropdownArrow.js +6 -6
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +2 -2
- 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 +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +135 -135
- 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/Confirm/index.js +4 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensCore.js +8 -0
- package/components/DesignTokens/components/Pagination.js +2 -5
- package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +3 -3
- 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 +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +14 -21
- 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 +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +23 -23
- 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 +61 -59
- package/components/FormField/FormFieldContext.js +4 -3
- package/components/FormField/components/FormFieldClear.js +2 -2
- package/components/FormField/components/FormFieldCounter.js +3 -3
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +19 -19
- package/components/FormField/components/FormFieldMaskedInput.js +9 -9
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +31 -29
- 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 +10 -10
- 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 +7 -7
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +75 -69
- package/components/IslandWidget/IslandWidget.js +18 -18
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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 +6 -6
- package/components/LightBox/LightBox.js +22 -22
- 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 +22 -22
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +24 -24
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +30 -30
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- 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 +6 -6
- package/components/List/components/ListItemSelectable.js +15 -15
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +10 -10
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +12 -12
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- 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/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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +10 -10
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +24 -16
- package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Portal/index.js +5 -0
- package/components/Radio/Radio.js +12 -12
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +71 -67
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +18 -18
- 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 +11 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +20 -19
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +141 -137
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +59 -55
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +53 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +75 -67
- 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 +13 -13
- 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 +5 -5
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +19 -19
- 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 +120 -156
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +33 -33
- package/components/TagColor/TagColor.js +21 -19
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- 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 +2 -2
- package/components/Tooltip/index.js +13 -5
- package/components/TopOverlay/TopOverlay.js +36 -36
- 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 +15 -15
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +574 -560
- package/generated/refTokenTypes.js +1 -1
- package/helpers/less/colors.less +2 -0
- package/index.d.ts +231 -68
- package/index.js +618 -604
- package/package.json +5 -1
- package/styles/triplex-next.css +547 -546
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-D48lssVF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BLtvkZsi.js +0 -14
- package/chunks/Confirm.module-CvrGGvLz.js +0 -15
- package/chunks/DropdownMobile.module-CEbQqs2X.js +0 -23
- package/chunks/Footer.module-WHmnrQeq.js +0 -9
- package/chunks/FormFieldInput-CC-nRhb4.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-Cnl-O6HE.js +0 -9
- package/chunks/HeaderTabs.module-Nz927HlU.js +0 -9
- package/chunks/IslandAccordion.module-CFCDu7K5.js +0 -25
- package/chunks/IslandWidgetFooter.module--vNV-XXe.js +0 -9
- package/chunks/IslandWidgetHeader.module-BhnBnkZk.js +0 -12
- package/chunks/LightBoxContent-CWI11Mkg.js +0 -56
- package/chunks/LightBoxControls.module-Kv0-R_GW.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js +0 -8
- package/chunks/ListItemTail.module-DZ2CIKA4.js +0 -12
- package/chunks/ListMasterFooter.module-DMTXvddx.js +0 -10
- package/chunks/ModalWindow.module-CmKHP-l0.js +0 -17
- package/chunks/Notification.module-CtiA4KeZ.js +0 -20
- package/chunks/Overlay.module-BKGmOe22.js +0 -18
- package/chunks/Page.module-BjtGL1n5.js +0 -11
- package/chunks/SMSField.module-BM5o6WPK.js +0 -16
- package/chunks/SliderExtendedMarks.module-C4eA55N-.js +0 -15
- package/chunks/SliderExtendedRail-BtDNU2QU.js +0 -40
- package/chunks/StatusTracker.module-jKCRT7JR.js +0 -24
- package/chunks/TableFooter.module-BIxc-uz_.js +0 -14
- package/chunks/TabsExtended.module-CWXgdzlB.js +0 -16
- package/chunks/TabsLine.module-BQ_DsA4u.js +0 -21
- package/chunks/TooltipDesktop.module-DMqxtrmh.js +0 -19
- package/chunks/TreeView.module-DwpFo7Sm.js +0 -9
- package/chunks/utils-BD4-x_pW.js +0 -24
- package/chunks/utils-CIrM2Shg.js +0 -73
|
@@ -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-CC_4-ATz.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);
|
|
@@ -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-DaOifQgP.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-CC_4-ATz.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-DaOifQgP.js";
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-CC_4-ATz.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -5,8 +5,8 @@ import { Portal as B } from "../../../Portal/Portal.js";
|
|
|
5
5
|
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
|
-
import { c as y } from "../../../../chunks/vendor-
|
|
9
|
-
const N = "
|
|
8
|
+
import { c as y } from "../../../../chunks/vendor-DaOifQgP.js";
|
|
9
|
+
const N = "tooltipMobile__5954f505", T = "tooltipMobileContent__15d3ff6a", g = "headerless__3617f464", H = "closeButton__567c585a", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import { Tooltip as
|
|
2
|
-
import { ETooltipPreferPlace as
|
|
1
|
+
import { Tooltip as i } from "./Tooltip.js";
|
|
2
|
+
import { ETooltipAlign as p, ETooltipAxesType as l, ETooltipDirection as T, ETooltipEndCoordinates as r, ETooltipFlowTypes as E, ETooltipPreferPlace as a, ETooltipSize as n, ETooltipSizeParameter as m, ETooltipStartCoordinates as s, ETooltipTypeName as d } from "./enums.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
p as ETooltipAlign,
|
|
5
|
+
l as ETooltipAxesType,
|
|
6
|
+
T as ETooltipDirection,
|
|
7
|
+
r as ETooltipEndCoordinates,
|
|
8
|
+
E as ETooltipFlowTypes,
|
|
9
|
+
a as ETooltipPreferPlace,
|
|
10
|
+
n as ETooltipSize,
|
|
11
|
+
m as ETooltipSizeParameter,
|
|
12
|
+
s as ETooltipStartCoordinates,
|
|
13
|
+
d as ETooltipTypeName,
|
|
14
|
+
i as Tooltip
|
|
7
15
|
};
|
|
8
16
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as y, useRef as g, useEffect as
|
|
1
|
+
import { jsx as o, jsxs as C, Fragment as I } from "react/jsx-runtime";
|
|
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
|
-
import { c as S, F as j } from "../../chunks/vendor-
|
|
6
|
-
const
|
|
7
|
-
topOverlayMask:
|
|
8
|
-
topOverlayWrapper:
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor-DaOifQgP.js";
|
|
6
|
+
const E = "topOverlayMask__a44536bf", w = "topOverlayWrapper__8563bbff", A = "closing__b6663613", D = "opened__a9afa935", V = "topOverlayPanel__6b1e76de", $ = "topOverlay__ee675b49", t = {
|
|
7
|
+
topOverlayMask: E,
|
|
8
|
+
topOverlayWrapper: w,
|
|
9
9
|
closing: A,
|
|
10
|
-
opened:
|
|
11
|
-
topOverlayPanel:
|
|
12
|
-
topOverlay:
|
|
10
|
+
opened: D,
|
|
11
|
+
topOverlayPanel: V,
|
|
12
|
+
topOverlay: $
|
|
13
13
|
}, K = ({
|
|
14
14
|
children: _,
|
|
15
|
-
focusTrapProps:
|
|
15
|
+
focusTrapProps: a,
|
|
16
16
|
opened: e,
|
|
17
17
|
onClose: l,
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, u] = y(!1), [b, f] = y(!1), [d, 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(
|
|
@@ -28,52 +28,52 @@ const D = "topOverlayMask__dfd36f86", E = "topOverlayWrapper__77e59cae", A = "cl
|
|
|
28
28
|
(v) => parseInt(v, 10) - i.top + parseInt(r, 10)
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
|
-
},
|
|
31
|
+
}, x = () => {
|
|
32
32
|
m(), f(!0), n == null || n();
|
|
33
33
|
};
|
|
34
|
-
|
|
35
|
-
p.current && !e ?
|
|
34
|
+
B(() => {
|
|
35
|
+
p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
|
-
const
|
|
38
|
-
|
|
39
|
-
},
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
/* @__PURE__ */
|
|
42
|
-
] }),
|
|
43
|
-
},
|
|
37
|
+
const k = () => {
|
|
38
|
+
u(!1), c(0), l == null || l();
|
|
39
|
+
}, M = () => f(!1), T = (r) => /* @__PURE__ */ C(I, { children: [
|
|
40
|
+
/* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
|
+
/* @__PURE__ */ o(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__ */ o(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
|
-
onClose:
|
|
50
|
-
onClosing:
|
|
51
|
-
onOpen:
|
|
49
|
+
onClose: k,
|
|
50
|
+
onClosing: M,
|
|
51
|
+
onOpen: x,
|
|
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: T
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
|
-
return /* @__PURE__ */
|
|
60
|
+
return /* @__PURE__ */ o(
|
|
61
61
|
j,
|
|
62
62
|
{
|
|
63
|
-
active:
|
|
64
|
-
...
|
|
63
|
+
active: b,
|
|
64
|
+
...a,
|
|
65
65
|
focusTrapOptions: {
|
|
66
|
-
|
|
66
|
+
allowOutsideClick: !0,
|
|
67
67
|
preventScroll: !0,
|
|
68
|
-
...
|
|
68
|
+
...a == null ? void 0 : a.focusTrapOptions
|
|
69
69
|
},
|
|
70
|
-
children: /* @__PURE__ */
|
|
70
|
+
children: /* @__PURE__ */ o(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: N,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
76
|
-
children:
|
|
75
|
+
style: d ? { top: `${d}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-DaOifQgP.js";
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-CmGHGs81.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-CmGHGs81.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-DaOifQgP.js";
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-CmGHGs81.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ECaptionSize as
|
|
5
|
-
import { t, F as g } from "../../chunks/constants-
|
|
6
|
-
const C = "
|
|
3
|
+
import { c as f } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { ECaptionSize as a, EFontWeightCaption as _, EFontType as T } from "./enums.js";
|
|
5
|
+
import { t, F as g } from "../../chunks/constants-BamiEgAW.js";
|
|
6
|
+
const C = "caption__891b9f3e", y = "regular__c5ad160d", M = "semibold__25582dc5", R = "c1__e61d3530", N = "c2__7c0f73c4", b = "d1__fc26b168", o = {
|
|
7
7
|
caption: C,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
10
10
|
c1: R,
|
|
11
|
-
c2:
|
|
12
|
-
d1:
|
|
11
|
+
c2: N,
|
|
12
|
+
d1: b
|
|
13
13
|
}, L = {
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
14
|
+
[a.C1]: o.c1,
|
|
15
|
+
[a.C2]: o.c2,
|
|
16
|
+
[a.D1]: o.d1
|
|
17
17
|
}, O = {
|
|
18
18
|
[_.REGULAR]: o.regular,
|
|
19
19
|
[_.SEMIBOLD]: o.semibold
|
|
@@ -24,21 +24,21 @@ const C = "caption__d6b2569b", y = "regular__9cf810a2", M = "semibold__ccdf24d4"
|
|
|
24
24
|
size: e,
|
|
25
25
|
tag: p,
|
|
26
26
|
weight: i = _.REGULAR,
|
|
27
|
-
type: m =
|
|
27
|
+
type: m = T.PRIMARY,
|
|
28
28
|
underline: c,
|
|
29
|
-
strikethrough:
|
|
29
|
+
strikethrough: s,
|
|
30
30
|
...d
|
|
31
31
|
}, l) => {
|
|
32
|
-
const A =
|
|
32
|
+
const A = f(
|
|
33
33
|
t.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
L[e],
|
|
36
36
|
O[i],
|
|
37
37
|
g[m],
|
|
38
38
|
{
|
|
39
|
-
[t.strikethrough]: !!
|
|
40
|
-
[t.underline]: !!c && !
|
|
41
|
-
[t.underlineStrikethrough]: !!
|
|
39
|
+
[t.strikethrough]: !!s && !c,
|
|
40
|
+
[t.underline]: !!c && !s,
|
|
41
|
+
[t.underlineStrikethrough]: !!s && !!c
|
|
42
42
|
},
|
|
43
43
|
n
|
|
44
44
|
);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
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:
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import M from "react";
|
|
3
|
+
import { c as S } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as e, ELineType as a, EFontType as f } from "./enums.js";
|
|
5
|
+
import { t as _, F as x } from "../../chunks/constants-BamiEgAW.js";
|
|
6
|
+
const L = "text__83a6f1f9", N = "regular__c5ad160d", O = "semibold__25582dc5", R = "b1__13dd14a9", g = "b2__1555f1cb", y = "b3__72dfc987", P = "compact__a6e1f29b", C = "b4__5d3b3e9d", t = {
|
|
7
|
+
text: L,
|
|
8
|
+
regular: N,
|
|
9
|
+
semibold: O,
|
|
10
|
+
b1: R,
|
|
11
11
|
b2: g,
|
|
12
12
|
b3: y,
|
|
13
13
|
compact: P,
|
|
@@ -18,39 +18,39 @@ const N = "text__4be93917", O = "regular__9cf810a2", R = "semibold__ccdf24d4", f
|
|
|
18
18
|
[o.B3]: t.b3,
|
|
19
19
|
[o.B4]: t.b4
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
21
|
+
[e.REGULAR]: t.regular,
|
|
22
|
+
[e.SEMIBOLD]: t.semibold
|
|
23
23
|
}, F = {
|
|
24
24
|
[a.NORMAL]: "",
|
|
25
25
|
[a.COMPACT]: t.compact
|
|
26
|
-
}, I =
|
|
26
|
+
}, I = M.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 =
|
|
32
|
+
type: p = f.PRIMARY,
|
|
33
|
+
weight: A = e.REGULAR,
|
|
34
34
|
line: T = a.NORMAL,
|
|
35
35
|
underline: s,
|
|
36
|
-
strikethrough:
|
|
36
|
+
strikethrough: c,
|
|
37
37
|
...E
|
|
38
|
-
},
|
|
39
|
-
const
|
|
38
|
+
}, d) => {
|
|
39
|
+
const l = S(
|
|
40
40
|
_.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
43
43
|
B[A],
|
|
44
44
|
F[T],
|
|
45
|
-
|
|
45
|
+
x[p],
|
|
46
46
|
{
|
|
47
|
-
[_.strikethrough]: !!
|
|
48
|
-
[_.underline]: !!s && !
|
|
49
|
-
[_.underlineStrikethrough]: !!
|
|
47
|
+
[_.strikethrough]: !!c && !s,
|
|
48
|
+
[_.underline]: !!s && !c,
|
|
49
|
+
[_.underlineStrikethrough]: !!c && !!s
|
|
50
50
|
},
|
|
51
51
|
b
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ i(n || "span", { ref: d, className: l, ...E, children: r });
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
I.displayName = "Text";
|
|
@@ -1,9 +1,9 @@
|
|
|
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 A = "
|
|
2
|
+
import p from "react";
|
|
3
|
+
import { c as S } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { ETitleSize as l, EFontWeightTitle as o, EFontType as b } from "./enums.js";
|
|
5
|
+
import { t as e, F as f } from "../../chunks/constants-BamiEgAW.js";
|
|
6
|
+
const A = "title__b5f47129", M = "regular__c5ad160d", g = "semibold__25582dc5", u = "medium__af2bf8e1", y = "bold__4580684e", O = "h1__42047d2e", L = "h2__b7f9470d", N = "h3__c8961788", t = {
|
|
7
7
|
title: A,
|
|
8
8
|
regular: M,
|
|
9
9
|
semibold: g,
|
|
@@ -21,32 +21,32 @@ const A = "title__97c8c506", M = "regular__9cf810a2", g = "semibold__ccdf24d4",
|
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, F =
|
|
24
|
+
}, F = p.forwardRef(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
27
|
-
className:
|
|
28
|
-
size:
|
|
29
|
-
tag:
|
|
26
|
+
children: r,
|
|
27
|
+
className: i,
|
|
28
|
+
size: m,
|
|
29
|
+
tag: c,
|
|
30
30
|
weight: a = o.SEMIBOLD,
|
|
31
|
-
type: d =
|
|
31
|
+
type: d = b.PRIMARY,
|
|
32
32
|
underline: s,
|
|
33
33
|
strikethrough: _,
|
|
34
34
|
...n
|
|
35
35
|
}, h) => {
|
|
36
|
-
const T =
|
|
36
|
+
const T = S(
|
|
37
37
|
e.typography,
|
|
38
38
|
t.title,
|
|
39
|
-
I[
|
|
39
|
+
I[m],
|
|
40
40
|
R[a],
|
|
41
|
-
|
|
41
|
+
f[d],
|
|
42
42
|
{
|
|
43
43
|
[e.strikethrough]: !!_ && !s,
|
|
44
44
|
[e.underline]: !!s && !_,
|
|
45
45
|
[e.underlineStrikethrough]: !!_ && !!s
|
|
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";
|
|
@@ -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-DaOifQgP.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__3bad97db", a = {
|
|
6
6
|
unorderedList: m
|
|
7
7
|
}, n = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
@@ -10,7 +10,7 @@ const m = "unorderedList__e5576b2a", a = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(a.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.21.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import { Text as i } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "unorderedListItem__fcd82ddb", n = {
|
|
9
9
|
unorderedListItem: a
|
|
10
10
|
}, p = m.forwardRef(
|
|
11
11
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
12
|
i,
|
|
13
13
|
{
|
|
14
|
-
className:
|
|
15
|
-
size:
|
|
14
|
+
className: d(n.unorderedListItem, t),
|
|
15
|
+
size: s.B3,
|
|
16
16
|
tag: "li",
|
|
17
17
|
...e,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.21.0",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
|
-
import { c as C } from "../../chunks/vendor-
|
|
5
|
-
import { s as Z, U as W } from "../../chunks/UploadZoneInput-
|
|
4
|
+
import { c as C } from "../../chunks/vendor-DaOifQgP.js";
|
|
5
|
+
import { s as Z, U as W } from "../../chunks/UploadZoneInput-CIib3dEF.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.21.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
|
-
import "../../../chunks/vendor-
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
3
|
+
import "../../../chunks/vendor-DaOifQgP.js";
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-CIib3dEF.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|