@sberbusiness/triplex-next 1.22.0 → 1.24.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 +8 -1
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-80EWxnlw.js +39 -0
- package/chunks/{CalendarViewItem-UwoR2Xwr.js → CalendarViewItem-DcrCLRoo.js} +22 -22
- package/chunks/Card.module-CUXrlJIK.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Ie0bCwhb.js +15 -0
- package/chunks/Chip-DxpL0kHg.js +104 -0
- package/chunks/Confirm.module-Cr5VrxP0.js +15 -0
- package/chunks/{DropdownListItem-Dl8gN2ar.js → DropdownListItem-D_36RD5A.js} +12 -12
- package/chunks/DropdownMobile.module-C3vVcwH8.js +23 -0
- package/chunks/Footer.module-SSgVxTxk.js +9 -0
- package/chunks/{FormFieldInput--W9kjf4s.js → FormFieldInput-C7aO7-c1.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-D8g1wOUn.js +9 -0
- package/chunks/HeaderTabs.module-BvkH88vz.js +9 -0
- package/chunks/{HeaderTitle.module-DUqjpN6C.js → HeaderTitle.module-zCyPp1EB.js} +2 -2
- package/chunks/IslandAccordion.module-C00y6r96.js +25 -0
- package/chunks/IslandWidgetFooter.module-DrJEO_uY.js +9 -0
- package/chunks/IslandWidgetHeader.module-Dn_9gy4B.js +12 -0
- package/chunks/LightBoxContent-JnifyJVA.js +56 -0
- package/chunks/LightBoxControls.module-sVFD1v0Y.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D-_ry0KX.js +9 -0
- package/chunks/ListItemControlsButton-BZ5uutQX.js +51 -0
- package/chunks/ListItemTail.module-Dx6BEkhi.js +12 -0
- package/chunks/ListMasterFooter.module-wZeGRX3y.js +10 -0
- package/chunks/ModalWindow.module-Cn_qF5og.js +17 -0
- package/chunks/Notification.module-ytSUjaU2.js +20 -0
- package/chunks/Overlay.module-0Rx__Ctf.js +18 -0
- package/chunks/Page.module-BWR-liu5.js +11 -0
- package/chunks/{RightBorderArrow-C390Za7P.js → RightBorderArrow-eMlmbMOj.js} +10 -10
- package/chunks/SMSField.module-CjgotURM.js +16 -0
- package/chunks/SliderExtendedMarks.module-BEldseQH.js +15 -0
- package/chunks/{SliderExtendedRail-Dld8UNeR.js → SliderExtendedRail-DjkasbSz.js} +13 -13
- package/chunks/StatusTracker.module-DSJGmASX.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cf_uwjFP.js → SuggestFieldMobileDropdownHint-BFJfXl0C.js} +3 -2
- package/chunks/TableFooter.module-BE2n5_2S.js +14 -0
- package/chunks/TabsExtended.module-BVEU3Ags.js +16 -0
- package/chunks/TabsLine.module-QKvdCYgI.js +21 -0
- package/chunks/TooltipDesktop.module-LbV07iSe.js +19 -0
- package/chunks/TreeView.module-KRwuysl3.js +9 -0
- package/chunks/{UploadZoneInput-CQYsDdG_.js → UploadZoneInput-PFc1lc82.js} +8 -8
- package/chunks/{constants-Crak3JEf.js → constants-L3AUxJxB.js} +12 -12
- package/chunks/{utils-Dq2VA3Zd.js → utils-BLU83HAp.js} +6 -6
- package/chunks/utils-BdtV3MzH.js +28 -0
- package/chunks/utils-CjaG-bCZ.js +24 -0
- package/chunks/utils-DaknoeiF.js +73 -0
- package/chunks/{vendor-BiObpx9E.js → vendor-DudMBGKr.js} +4964 -4966
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +13 -13
- 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 +4 -3
- package/components/Avatar/Avatar.js +17 -17
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +12 -12
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +2 -2
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +19 -19
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +71 -71
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +18 -18
- 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 +8 -8
- 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 +7 -6
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- 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 +22 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +11 -11
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +131 -131
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- 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/ConfirmContentSubTitle.js +4 -3
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.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/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +72 -65
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.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 +3 -3
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +8 -8
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +18 -18
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +10 -10
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +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 +6 -6
- 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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +8 -6
- 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 +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +4 -3
- package/components/IslandWidget/IslandWidget.js +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- 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 +6 -6
- 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 +21 -21
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +8 -8
- package/components/List/components/ListItemTable.js +16 -14
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +7 -15
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +10 -10
- 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 -10
- 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 +11 -11
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- 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 +18 -17
- package/components/ModalWindow/ModalWindow.js +2 -2
- 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 +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +33 -46
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- 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 +8 -8
- package/components/OrderedList/OrderedListItem.js +10 -9
- 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 +9 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +8 -7
- package/components/Pagination/components/PaginationSelect.js +14 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +17 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- 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 +50 -41
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +37 -37
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +23 -23
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +19 -19
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +5 -4
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +5 -4
- 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 +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +9 -8
- package/components/Step/Step.js +12 -11
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +7 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +23 -21
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +11 -11
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -30
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +51 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +13 -13
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +3 -3
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- 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 +3 -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 +6 -5
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +22 -22
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +10 -10
- 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 +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 +12 -12
- package/components/TopOverlay/TopOverlay.js +15 -15
- 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/CodeText.js +36 -0
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +7 -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 +17 -15
- package/index.d.ts +39 -16
- package/index.js +61 -59
- package/package.json +2 -2
- package/styles/triplex-next.css +541 -541
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +0 -39
- package/chunks/Card.module-CPD2xDmu.js +0 -17
- package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +0 -15
- package/chunks/Chip-Bxr2kLyU.js +0 -90
- package/chunks/Confirm.module-CmYpxyDp.js +0 -15
- package/chunks/DropdownMobile.module-l5rlPxNK.js +0 -23
- package/chunks/Footer.module-CjY-6G8t.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +0 -9
- package/chunks/HeaderTabs.module-Clz5KbqR.js +0 -9
- package/chunks/IslandAccordion.module-CPVWJz-Z.js +0 -25
- package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +0 -9
- package/chunks/IslandWidgetHeader.module-CQVHkydc.js +0 -12
- package/chunks/LightBoxContent-CBpCA29-.js +0 -56
- package/chunks/LightBoxControls.module-6rLkTPqp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +0 -9
- package/chunks/ListItemControlsButton-BZSR-ESi.js +0 -43
- package/chunks/ListItemTail.module-TZkbhx39.js +0 -12
- package/chunks/ListMasterFooter.module-BJocFxEb.js +0 -10
- package/chunks/ModalWindow.module-CACqfnx4.js +0 -17
- package/chunks/Notification.module-ByKcbqB9.js +0 -20
- package/chunks/Overlay.module-fYkVPgjL.js +0 -18
- package/chunks/Page.module-Bhn0Pz59.js +0 -11
- package/chunks/SMSField.module-KA-eacXJ.js +0 -16
- package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +0 -15
- package/chunks/StatusTracker.module-B8xoFRr0.js +0 -24
- package/chunks/TableFooter.module-b8TKJFW8.js +0 -14
- package/chunks/TabsExtended.module-k8oKnmv6.js +0 -16
- package/chunks/TabsLine.module-BLpqn-ZP.js +0 -21
- package/chunks/TooltipDesktop.module-DgogF0cV.js +0 -19
- package/chunks/TreeView.module-lJCCAWQb.js +0 -9
- package/chunks/utils-CS30w_en.js +0 -73
- package/chunks/utils-R-JQhhgt.js +0 -24
- package/chunks/utils-Z8JNo8tP.js +0 -28
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as p, useLayoutEffect as m } from "react";
|
|
3
|
-
import { w as l, x as c, y as x } from "../../chunks/vendor-
|
|
3
|
+
import { w as l, x as c, y as x } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { DesignTokenUtils as d } from "../DesignTokens/DesignTokenUtils.js";
|
|
5
5
|
import { ThemeProviderView as f } from "./components/ThemeProviderView.js";
|
|
6
6
|
import { ETriplexNextTheme as u } from "./ETriplexNextTheme.js";
|
|
@@ -6,7 +6,7 @@ import { DesignTokensCore as p } from "../../DesignTokens/DesignTokensCore.js";
|
|
|
6
6
|
import { DesignTokensCoreThemeDark as v } from "../../DesignTokens/DesignTokensCoreThemeDark.js";
|
|
7
7
|
import { DesignTokensComponents as x } from "../../DesignTokens/DesignTokensComponents.js";
|
|
8
8
|
import { DesignTokensComponentsThemeDark as c } from "../../DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
9
|
-
import { m as g } from "../../../chunks/vendor-
|
|
9
|
+
import { m as g } from "../../../chunks/vendor-DudMBGKr.js";
|
|
10
10
|
const w = ({
|
|
11
11
|
children: T,
|
|
12
12
|
scopeClassName: o,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-DudMBGKr.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-LbV07iSe.js";
|
|
8
8
|
const d = r.forwardRef(({ className: m, ...i }, t) => {
|
|
9
9
|
const e = s(f.tooltipBody, m);
|
|
10
10
|
return /* @__PURE__ */ o(a, { fallback: /* @__PURE__ */ o("div", { className: e, ...i, ref: t }), children: /* @__PURE__ */ o(l, { className: e, size: c.B3, line: p.NORMAL, tag: "div", ...i, ref: t }) });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as s } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as s } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
-
const k = "
|
|
5
|
+
const k = "tooltipLink__66476171", r = "desktop__496259e9", m = "mobile__c415874a", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
8
|
mobile: m
|
|
@@ -12,7 +12,7 @@ const k = "tooltipLink__189f577a", r = "desktop__9d458376", m = "mobile__d82c165
|
|
|
12
12
|
{
|
|
13
13
|
className: s(o.tooltipLink, o.desktop, e),
|
|
14
14
|
...l,
|
|
15
|
-
"data-tx": "1.
|
|
15
|
+
"data-tx": "1.24.0",
|
|
16
16
|
ref: p,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
@@ -21,7 +21,7 @@ const k = "tooltipLink__189f577a", r = "desktop__9d458376", m = "mobile__d82c165
|
|
|
21
21
|
{
|
|
22
22
|
className: s(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...l,
|
|
24
|
-
"data-tx": "1.
|
|
24
|
+
"data-tx": "1.24.0",
|
|
25
25
|
ref: p,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
@@ -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-LbV07iSe.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 H = (p, a, i) => a in p ? _(p, a, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var t = (p, a, i) => H(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-DudMBGKr.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-LbV07iSe.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import p 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-DudMBGKr.js";
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-LbV07iSe.js";
|
|
6
6
|
const l = p.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-DudMBGKr.js";
|
|
9
|
+
const N = "tooltipMobile__bfe8ba3b", T = "tooltipMobileContent__1d6f357f", g = "headerless__e83e834b", H = "closeButton__b71a5608", o = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -21,31 +21,31 @@ const N = "tooltipMobile__144353fd", T = "tooltipMobileContent__6ca5f52a", g = "
|
|
|
21
21
|
onShow: l,
|
|
22
22
|
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements:
|
|
24
|
+
const { elements: e, setTooltipOpen: p } = f(C), i = u(null), a = y(o.tooltipMobile, { [o.headerless]: e.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
28
28
|
const m = () => {
|
|
29
29
|
var s;
|
|
30
|
-
return /* @__PURE__ */ n("div", { className:
|
|
30
|
+
return /* @__PURE__ */ n("div", { className: o.closeButton, children: /* @__PURE__ */ n(h, { ...(s = e.closeButton) == null ? void 0 : s.props }) });
|
|
31
31
|
};
|
|
32
32
|
return /* @__PURE__ */ r(b, { children: [
|
|
33
|
-
|
|
33
|
+
e.target,
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: a,
|
|
38
38
|
tabIndex: -1,
|
|
39
39
|
opened: t,
|
|
40
|
-
setOpened:
|
|
40
|
+
setOpened: p,
|
|
41
41
|
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
44
|
-
|
|
45
|
-
/* @__PURE__ */ r(x, { className:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
e.mobileHeader,
|
|
45
|
+
/* @__PURE__ */ r(x, { className: o.tooltipMobileContent, children: [
|
|
46
|
+
e.body,
|
|
47
|
+
e.link,
|
|
48
|
+
e.mobileHeader === null && m()
|
|
49
49
|
] })
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
1
|
+
import { jsx as o, jsxs as C, Fragment as I } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useRef as g, useEffect as B } from "react";
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
|
-
import { c as S, F as j } from "../../chunks/vendor-
|
|
6
|
-
const E = "
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor-DudMBGKr.js";
|
|
6
|
+
const E = "topOverlayMask__a982fc0a", w = "topOverlayWrapper__b3fc79cf", A = "closing__dae34479", D = "opened__d8493f8c", V = "topOverlayPanel__92bb859c", $ = "topOverlay__6174b38a", t = {
|
|
7
7
|
topOverlayMask: E,
|
|
8
8
|
topOverlayWrapper: w,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const E = "topOverlayMask__b6710631", w = "topOverlayWrapper__a610de1b", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, u] = y(!1), [x, d] = 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,32 +29,32 @@ const E = "topOverlayMask__b6710631", w = "topOverlayWrapper__a610de1b", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
m(),
|
|
32
|
+
m(), d(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
B(() => {
|
|
35
|
-
p.current && !e ?
|
|
35
|
+
p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
|
-
|
|
39
|
-
}, T = () =>
|
|
38
|
+
u(!1), c(0), l == null || l();
|
|
39
|
+
}, T = () => d(!1), b = (r) => /* @__PURE__ */ C(I, { children: [
|
|
40
40
|
/* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ o(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
|
-
] }),
|
|
43
|
-
},
|
|
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
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
60
|
return /* @__PURE__ */ o(
|
|
@@ -70,10 +70,10 @@ const E = "topOverlayMask__b6710631", w = "topOverlayWrapper__a610de1b", A = "cl
|
|
|
70
70
|
children: /* @__PURE__ */ o(
|
|
71
71
|
"div",
|
|
72
72
|
{
|
|
73
|
-
className:
|
|
73
|
+
className: N,
|
|
74
74
|
ref: s,
|
|
75
75
|
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
-
children:
|
|
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-DudMBGKr.js";
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-KRwuysl3.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-KRwuysl3.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-DudMBGKr.js";
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-KRwuysl3.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { ECaptionSize as
|
|
5
|
-
import { t, F as
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
2
|
+
import { forwardRef as S } from "react";
|
|
3
|
+
import { c as T } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { ECaptionSize as c, EFontWeightCaption as e, EFontType as g } from "./enums.js";
|
|
5
|
+
import { t, F as C } from "../../chunks/constants-L3AUxJxB.js";
|
|
6
|
+
const f = "caption__180fa19b", y = "regular__858e4be2", M = "semibold__06ae1be8", b = "c1__5a735d5e", N = "c2__e19e7504", R = "d1__e288d386", o = {
|
|
7
|
+
caption: f,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
10
10
|
c1: b,
|
|
11
11
|
c2: N,
|
|
12
12
|
d1: R
|
|
13
13
|
}, L = {
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
14
|
+
[c.C1]: o.c1,
|
|
15
|
+
[c.C2]: o.c2,
|
|
16
|
+
[c.D1]: o.d1
|
|
17
17
|
}, O = {
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
}, u =
|
|
18
|
+
[e.REGULAR]: o.regular,
|
|
19
|
+
[e.SEMIBOLD]: o.semibold
|
|
20
|
+
}, u = S(
|
|
21
21
|
({
|
|
22
|
-
children:
|
|
23
|
-
className:
|
|
24
|
-
size:
|
|
25
|
-
weight:
|
|
26
|
-
type: i =
|
|
27
|
-
underline:
|
|
28
|
-
strikethrough:
|
|
22
|
+
children: _,
|
|
23
|
+
className: r,
|
|
24
|
+
size: n,
|
|
25
|
+
weight: p = e.REGULAR,
|
|
26
|
+
type: i = g.PRIMARY,
|
|
27
|
+
underline: s,
|
|
28
|
+
strikethrough: a,
|
|
29
29
|
tag: m = "span",
|
|
30
30
|
...l
|
|
31
31
|
}, d) => {
|
|
32
|
-
const A =
|
|
32
|
+
const A = T(
|
|
33
33
|
t.typography,
|
|
34
34
|
o.caption,
|
|
35
|
-
L[
|
|
36
|
-
O[
|
|
37
|
-
|
|
35
|
+
L[n],
|
|
36
|
+
O[p],
|
|
37
|
+
C[i],
|
|
38
38
|
{
|
|
39
|
-
[t.strikethrough]: !!
|
|
40
|
-
[t.underline]: !!
|
|
41
|
-
[t.underlineStrikethrough]: !!
|
|
39
|
+
[t.strikethrough]: !!a && !s,
|
|
40
|
+
[t.underline]: !!s && !a,
|
|
41
|
+
[t.underlineStrikethrough]: !!a && !!s
|
|
42
42
|
},
|
|
43
|
-
|
|
43
|
+
r
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */ E(m, { ref: d, className: A, ...l, children:
|
|
45
|
+
return /* @__PURE__ */ E(m, { ref: d, className: A, ...l, children: _ });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
48
|
u.displayName = "Caption";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as x } from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { EFontType as n } from "./enums.js";
|
|
5
|
+
import { t as o, F as y } from "../../chunks/constants-L3AUxJxB.js";
|
|
6
|
+
const _ = "codeText__f3dd9782", i = {
|
|
7
|
+
codeText: _
|
|
8
|
+
}, l = x(
|
|
9
|
+
({
|
|
10
|
+
children: s,
|
|
11
|
+
className: r,
|
|
12
|
+
type: a = n.PRIMARY,
|
|
13
|
+
underline: t,
|
|
14
|
+
strikethrough: e,
|
|
15
|
+
tag: c = "span",
|
|
16
|
+
...p
|
|
17
|
+
}, m) => {
|
|
18
|
+
const T = f(
|
|
19
|
+
o.typography,
|
|
20
|
+
i.codeText,
|
|
21
|
+
y[a],
|
|
22
|
+
{
|
|
23
|
+
[o.strikethrough]: !!e && !t,
|
|
24
|
+
[o.underline]: !!t && !e,
|
|
25
|
+
[o.underlineStrikethrough]: !!e && !!t
|
|
26
|
+
},
|
|
27
|
+
r
|
|
28
|
+
);
|
|
29
|
+
return /* @__PURE__ */ d(c, { ref: m, className: T, ...p, children: s });
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
l.displayName = "CodeText";
|
|
33
|
+
export {
|
|
34
|
+
l as CodeText
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=CodeText.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as
|
|
5
|
-
import { t as
|
|
6
|
-
const
|
|
7
|
-
text:
|
|
8
|
-
regular:
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as S } from "react";
|
|
3
|
+
import { c as x } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as a, EFontType as L } from "./enums.js";
|
|
5
|
+
import { t as e, F as N } from "../../chunks/constants-L3AUxJxB.js";
|
|
6
|
+
const d = "text__59883e9c", f = "regular__858e4be2", O = "semibold__06ae1be8", g = "b1__237dec25", y = "b2__98845894", R = "b3__ecf53ea6", P = "compact__fbfd5bb7", C = "b4__d59ad29e", t = {
|
|
7
|
+
text: d,
|
|
8
|
+
regular: f,
|
|
9
9
|
semibold: O,
|
|
10
10
|
b1: g,
|
|
11
11
|
b2: y,
|
|
@@ -18,39 +18,39 @@ const L = "text__f4c76503", N = "regular__1d4dc860", O = "semibold__a8615391", g
|
|
|
18
18
|
[o.B3]: t.b3,
|
|
19
19
|
[o.B4]: t.b4
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
21
|
+
[c.REGULAR]: t.regular,
|
|
22
|
+
[c.SEMIBOLD]: t.semibold
|
|
23
23
|
}, F = {
|
|
24
24
|
[a.NORMAL]: "",
|
|
25
25
|
[a.COMPACT]: t.compact
|
|
26
|
-
}, I =
|
|
26
|
+
}, I = S(
|
|
27
27
|
({
|
|
28
|
-
children:
|
|
29
|
-
className:
|
|
28
|
+
children: b,
|
|
29
|
+
className: r,
|
|
30
30
|
size: m,
|
|
31
|
-
weight: n =
|
|
31
|
+
weight: n = c.REGULAR,
|
|
32
32
|
line: p = a.NORMAL,
|
|
33
|
-
type: A =
|
|
34
|
-
underline:
|
|
35
|
-
strikethrough:
|
|
33
|
+
type: A = L.PRIMARY,
|
|
34
|
+
underline: _,
|
|
35
|
+
strikethrough: s,
|
|
36
36
|
tag: T = "span",
|
|
37
37
|
...E
|
|
38
38
|
}, l) => {
|
|
39
|
-
const
|
|
40
|
-
|
|
39
|
+
const i = x(
|
|
40
|
+
e.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
43
43
|
B[n],
|
|
44
44
|
F[p],
|
|
45
|
-
|
|
45
|
+
N[A],
|
|
46
46
|
{
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
47
|
+
[e.strikethrough]: !!s && !_,
|
|
48
|
+
[e.underline]: !!_ && !s,
|
|
49
|
+
[e.underlineStrikethrough]: !!s && !!_
|
|
50
50
|
},
|
|
51
|
-
|
|
51
|
+
r
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ M(T, { ref: l, className: i, ...E, children: b });
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
I.displayName = "Text";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as p } from "react";
|
|
3
|
-
import { c as S } from "../../chunks/vendor-
|
|
4
|
-
import { ETitleSize as l, EFontWeightTitle as o, EFontType as
|
|
5
|
-
import { t as e, F as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
medium:
|
|
3
|
+
import { c as S } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { ETitleSize as l, EFontWeightTitle as o, EFontType as b } from "./enums.js";
|
|
5
|
+
import { t as e, F as A } from "../../chunks/constants-L3AUxJxB.js";
|
|
6
|
+
const M = "title__d6d0f264", f = "regular__858e4be2", g = "semibold__06ae1be8", u = "medium__8c04dee4", y = "bold__076896f6", O = "h1__b4128000", L = "h2__5d686e67", N = "h3__74c6c7df", t = {
|
|
7
|
+
title: M,
|
|
8
|
+
regular: f,
|
|
9
|
+
semibold: g,
|
|
10
|
+
medium: u,
|
|
11
11
|
bold: y,
|
|
12
12
|
h1: O,
|
|
13
13
|
h2: L,
|
|
@@ -23,30 +23,30 @@ const f = "title__c8e90a45", g = "regular__1d4dc860", u = "semibold__a8615391",
|
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
24
|
}, P = p(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
27
|
-
className:
|
|
26
|
+
children: m,
|
|
27
|
+
className: i,
|
|
28
28
|
size: r,
|
|
29
|
-
weight:
|
|
30
|
-
type:
|
|
29
|
+
weight: c = o.SEMIBOLD,
|
|
30
|
+
type: d = b.PRIMARY,
|
|
31
31
|
underline: s,
|
|
32
32
|
strikethrough: _,
|
|
33
|
-
tag:
|
|
33
|
+
tag: a = `${r}`,
|
|
34
34
|
...n
|
|
35
35
|
}, h) => {
|
|
36
36
|
const T = S(
|
|
37
37
|
e.typography,
|
|
38
38
|
t.title,
|
|
39
39
|
I[r],
|
|
40
|
-
F[
|
|
41
|
-
|
|
40
|
+
F[c],
|
|
41
|
+
A[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(a, { ref: h, className: T, ...n, children: m });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
P.displayName = "Title";
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import { ECaptionSize as o, EFontType as i, EFontWeightCaption as p, EFontWeightText as
|
|
1
|
+
import { ECaptionSize as o, EFontType as i, EFontWeightCaption as p, EFontWeightText as r, EFontWeightTitle as x, ELineType as T, ETextSize as n, ETitleSize as E } from "./enums.js";
|
|
2
2
|
import { Caption as m } from "./Caption.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { CodeText as F } from "./CodeText.js";
|
|
4
|
+
import { Text as g } from "./Text.js";
|
|
5
|
+
import { Title as l } from "./Title.js";
|
|
5
6
|
export {
|
|
6
7
|
m as Caption,
|
|
8
|
+
F as CodeText,
|
|
7
9
|
o as ECaptionSize,
|
|
8
10
|
i as EFontType,
|
|
9
11
|
p as EFontWeightCaption,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
r as EFontWeightText,
|
|
13
|
+
x as EFontWeightTitle,
|
|
14
|
+
T as ELineType,
|
|
15
|
+
n as ETextSize,
|
|
16
|
+
E as ETitleSize,
|
|
17
|
+
g as Text,
|
|
18
|
+
l as Title
|
|
17
19
|
};
|
|
18
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
4
|
-
import { UnorderedListItem as
|
|
5
|
-
const
|
|
6
|
-
unorderedList:
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
+
const a = "unorderedList__352a7cd0", m = {
|
|
6
|
+
unorderedList: a
|
|
7
7
|
}, n = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
9
9
|
"ul",
|
|
10
10
|
{
|
|
11
11
|
className: d(m.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "1.
|
|
13
|
+
"data-tx": "1.24.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
17
17
|
{
|
|
18
|
-
Item:
|
|
18
|
+
Item: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
n.displayName = "UnorderedList";
|
|
@@ -1,21 +1,22 @@
|
|
|
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 i } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
|
+
import "../Typography/CodeText.js";
|
|
6
7
|
import { Text as d } from "../Typography/Text.js";
|
|
7
8
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
9
|
+
const a = "unorderedListItem__2a8aab2b", p = {
|
|
9
10
|
unorderedListItem: a
|
|
10
11
|
}, n = m.forwardRef(
|
|
11
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
13
|
d,
|
|
13
14
|
{
|
|
14
|
-
className:
|
|
15
|
-
size:
|
|
15
|
+
className: i(p.unorderedListItem, t),
|
|
16
|
+
size: s.B3,
|
|
16
17
|
tag: "li",
|
|
17
18
|
...e,
|
|
18
|
-
"data-tx": "1.
|
|
19
|
+
"data-tx": "1.24.0",
|
|
19
20
|
ref: r
|
|
20
21
|
}
|
|
21
22
|
)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as w, jsxs as H } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as M, useState as U, useRef as h, useCallback as r, createElement as y, useEffect as Z } from "react";
|
|
3
3
|
import { createRoot as S } from "react-dom/client";
|
|
4
|
-
import { c as b } from "../../chunks/vendor-
|
|
5
|
-
import { s as E, U as T } from "../../chunks/UploadZoneInput-
|
|
4
|
+
import { c as b } from "../../chunks/vendor-DudMBGKr.js";
|
|
5
|
+
import { s as E, U as T } from "../../chunks/UploadZoneInput-PFc1lc82.js";
|
|
6
6
|
import { UploadZoneContext as q } from "./UploadZoneContext.js";
|
|
7
7
|
const z = Object.assign(
|
|
8
8
|
M((j, C) => {
|
|
@@ -84,7 +84,7 @@ const z = Object.assign(
|
|
|
84
84
|
openUploadDialog: g,
|
|
85
85
|
setInputNode: O
|
|
86
86
|
},
|
|
87
|
-
children: /* @__PURE__ */ H("div", { className: E.uploadZone, "data-tx": "1.
|
|
87
|
+
children: /* @__PURE__ */ H("div", { className: E.uploadZone, "data-tx": "1.24.0", ref: C, children: [
|
|
88
88
|
/* @__PURE__ */ y(
|
|
89
89
|
"div",
|
|
90
90
|
{
|