@sberbusiness/triplex-next 1.9.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/chunks/{AlertProcessSpoiler-D8OxE3FA.js → AlertProcessSpoiler-BGQ1uQrz.js} +14 -14
- package/chunks/CalendarViewItem-GZv99LrE.js +101 -0
- package/chunks/Card.module-Bb-0eR7p.js +17 -0
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
- package/chunks/{Chip-DXegvfGS.js → Chip-L25luM9A.js} +6 -6
- package/chunks/Confirm.module-B2F1vU1t.js +15 -0
- package/chunks/{DropdownListItem-ToJzPBLf.js → DropdownListItem-QBxfm941.js} +19 -19
- package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
- package/chunks/Footer.module-CTz6ITIP.js +9 -0
- package/chunks/{FormFieldInput-kWDtKz1V.js → FormFieldInput-ZCQQZs7b.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
- package/chunks/{HeaderTitle.module-DlPGCmxi.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
- package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
- package/chunks/{LightBoxContent-BhFPV40j.js → LightBoxContent-D0toheNV.js} +15 -15
- package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
- package/chunks/{ListItemControlsButton-BoYzfwDC.js → ListItemControlsButton-B0Qs0eEN.js} +8 -8
- package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
- package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
- package/chunks/Notification.module-HwYJsw5w.js +21 -0
- package/chunks/Overlay.module-BdT_EdJd.js +18 -0
- package/chunks/Page.module-CQz9ZvqA.js +11 -0
- package/chunks/{RightBorderArrow-DmvKTu6m.js → RightBorderArrow-B3TaRXow.js} +6 -6
- package/chunks/SMSField.module-B2vNyUh9.js +16 -0
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
- package/chunks/{SliderExtendedRail-45DAsx7v.js → SliderExtendedRail-DP6nRRY0.js} +11 -11
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CSddz7zn.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +2 -2
- package/chunks/TableFooter.module-DNpkWevf.js +14 -0
- package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
- package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
- package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
- package/chunks/TreeView.module-CDWFlOAV.js +9 -0
- package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
- package/chunks/utils-BWjaO0EE.js +73 -0
- package/chunks/utils-BsNeWWRx.js +20 -0
- package/chunks/{utils--cyZSVhM.js → utils-CDPE3P4X.js} +2 -2
- package/chunks/utils-DKyrkqb2.js +36 -0
- package/chunks/utils-P0A0WEsB.js +24 -0
- package/chunks/{vendor-D3hUOusX.js → vendor-ClY57Zzq.js} +1220 -1220
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +19 -19
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +5 -5
- package/components/AmountField/AmountField.js +59 -62
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +5 -5
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- 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 +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +22 -22
- 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 +7 -7
- package/components/CarouselExtended/index.js +5 -0
- package/components/Checkbox/Checkbox.js +35 -33
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- 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 +2 -2
- 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 +3 -3
- package/components/Chip/ChipDatePicker/{components/ChipDatePickerTarget.js → ChipDatePickerTarget.js} +5 -5
- package/components/Chip/ChipDatePicker/index.js +7 -0
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +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 +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +26 -22
- package/components/ChipGroup/ChipGroup.js +8 -8
- package/components/Col/Col.js +138 -138
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +99 -94
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +102 -97
- package/components/DesignTokens/components/AmountField.js +11 -0
- package/components/DesignTokens/components/FormField.js +2 -2
- package/components/DesignTokens/components/{SMSInput.js → SMSField.js} +9 -9
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +19 -19
- 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 +26 -26
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +53 -53
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +26 -26
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/enums.js +2 -3
- package/components/FormField/index.js +13 -14
- 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 +12 -12
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -4
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
- 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 +4 -4
- package/components/LightBox/LightBox.js +59 -53
- 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 +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -0
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +15 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +30 -30
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- 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 +4 -4
- package/components/List/components/ListItemSelectable.js +13 -13
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- 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 +13 -13
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +3 -3
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +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/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +3 -3
- 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 +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +6 -6
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +23 -21
- package/components/Radio/RadioXGroup.js +8 -8
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +41 -0
- package/components/{SMSInput/SMSInputContext.js → SMSField/SMSFieldContext.js} +3 -3
- package/components/{SMSInput → SMSField}/components/RefreshIcon.js +4 -4
- package/components/SMSField/components/SMSFieldInput.js +63 -0
- package/components/SMSField/components/SMSFieldRefresh.js +39 -0
- package/components/SMSField/components/SMSFieldSubmit.js +43 -0
- package/components/SMSField/components/SMSFieldTooltip.js +38 -0
- package/components/SMSField/index.js +5 -0
- package/components/SegmentedControl/SegmentedControl.js +17 -17
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- 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 +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +6 -6
- package/components/Spoiler/Spoiler.js +15 -15
- 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 +7 -7
- 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 +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +2 -2
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- 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 +7 -7
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +11 -11
- 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 +17 -17
- 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 +31 -27
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +11 -6
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +5 -5
- package/components/TopOverlay/TopOverlay.js +11 -11
- 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 +7 -7
- package/components/Typography/Text.js +9 -9
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +5 -5
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +558 -552
- package/consts/DateConst.js +1 -1
- package/consts/index.js +14 -0
- package/index.d.ts +161 -116
- package/index.js +569 -555
- package/package.json +8 -4
- package/styles/triplex-next.css +535 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-DXg4wwUA.js +0 -101
- package/chunks/Card.module-CDb8O5wa.js +0 -17
- package/chunks/CheckboxTreeExtended.module-D8lQSOEb.js +0 -11
- package/chunks/Confirm.module-ySc3irOD.js +0 -15
- package/chunks/DropdownMobile.module-B25s43In.js +0 -23
- package/chunks/Footer.module-CzmEZNfz.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-C6GIAW7a.js +0 -9
- package/chunks/HeaderTabs.module-BP4HQoDS.js +0 -9
- package/chunks/IslandAccordion.module-DDPPsI1j.js +0 -25
- package/chunks/IslandWidgetFooter.module-BGcZce5D.js +0 -9
- package/chunks/IslandWidgetHeader.module-BMvYg9LN.js +0 -9
- package/chunks/LightBoxControls.module-B71hMR9E.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bzi7uEUG.js +0 -8
- package/chunks/ListItemTail.module-D2THwLyb.js +0 -12
- package/chunks/ListMasterFooter.module-CQmunIov.js +0 -10
- package/chunks/ModalWindow.module-BhR9VsYm.js +0 -17
- package/chunks/Notification.module-BHnUAhdM.js +0 -21
- package/chunks/Overlay.module-BHV5h0kp.js +0 -18
- package/chunks/Page.module-DcF12bw0.js +0 -11
- package/chunks/SMSInput.module-qYyAcTFr.js +0 -16
- package/chunks/SliderExtendedMarks.module-CNaKOqZQ.js +0 -15
- package/chunks/StatusTracker.module-BA-WFHqo.js +0 -24
- package/chunks/TableFooter.module-D6jJ4Btm.js +0 -14
- package/chunks/TabsExtended.module-C87bijNv.js +0 -16
- package/chunks/TabsLine.module-D_ARvYGg.js +0 -21
- package/chunks/TooltipDesktop.module-CehOLtFg.js +0 -19
- package/chunks/TooltipMobileCloseButton-CJByOYY4.js +0 -20
- package/chunks/TreeView.module-B6tUzJoC.js +0 -9
- package/chunks/UploadZoneInput-D8diOBuf.js +0 -33
- package/chunks/utils-3xY20XDV.js +0 -24
- package/chunks/utils-BCJ-APtm.js +0 -20
- package/chunks/utils-BvGDcicX.js +0 -36
- package/chunks/utils-tUaA-zN1.js +0 -73
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
- package/components/SMSInput/SMSInput.js +0 -41
- package/components/SMSInput/components/SMSInputInput.js +0 -63
- package/components/SMSInput/components/SMSInputRefresh.js +0 -39
- package/components/SMSInput/components/SMSInputSubmit.js +0 -43
- package/components/SMSInput/components/SMSInputTooltip.js +0 -38
- package/components/SMSInput/index.js +0 -5
- /package/components/{SMSInput → SMSField}/components/SubmitIcon.js +0 -0
- /package/components/{SMSInput → SMSField}/types.js +0 -0
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import x, { useContext as E, useRef as T, useEffect as n } from "react";
|
|
3
3
|
import { FormFieldContext as B } from "../FormFieldContext.js";
|
|
4
|
-
import { c as N, a as S } from "../../../chunks/vendor-
|
|
5
|
-
import { EFormFieldStatus as
|
|
6
|
-
const A = "
|
|
4
|
+
import { c as N, a as S } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
5
|
+
import { EFormFieldStatus as d } from "../enums.js";
|
|
6
|
+
const A = "formFieldTarget__bcb16c1b", L = "placeholder__be2186ab", W = "disabled__bb9b3cf4", R = "placeholderWrapper__738696c5", e = {
|
|
7
7
|
formFieldTarget: A,
|
|
8
8
|
placeholder: L,
|
|
9
9
|
disabled: W,
|
|
10
|
-
"size-sm": "size-
|
|
11
|
-
"size-md": "size-
|
|
12
|
-
"size-lg": "size-
|
|
10
|
+
"size-sm": "size-sm__51c775b5",
|
|
11
|
+
"size-md": "size-md__5a3f3de4",
|
|
12
|
+
"size-lg": "size-lg__287ddc7a",
|
|
13
13
|
placeholderWrapper: R
|
|
14
|
-
}, y =
|
|
15
|
-
const { className:
|
|
16
|
-
[e.disabled]: a ===
|
|
17
|
-
[e.placeholder]: !!m && !s && a !==
|
|
18
|
-
}),
|
|
14
|
+
}, y = x.forwardRef((_, b) => {
|
|
15
|
+
const { className: F, id: r, onBlur: o, onFocus: c, placeholder: m, children: s, ...h } = _, { status: a, setFocused: p, setId: l, setValueExist: f, size: g } = E(B), z = N(e.formFieldTarget, F, e[`size-${g}`], {
|
|
16
|
+
[e.disabled]: a === d.DISABLED,
|
|
17
|
+
[e.placeholder]: !!m && !s && a !== d.DISABLED
|
|
18
|
+
}), t = T(r || S("formFieldTarget_"));
|
|
19
19
|
n(() => {
|
|
20
|
-
|
|
21
|
-
}, [
|
|
22
|
-
r && (
|
|
23
|
-
}, [r,
|
|
20
|
+
l(t.current);
|
|
21
|
+
}, [l]), n(() => {
|
|
22
|
+
r && (t.current = r, l(t.current));
|
|
23
|
+
}, [r, l]), n(() => {
|
|
24
24
|
f(!!s);
|
|
25
25
|
}, [f, s]);
|
|
26
|
-
const
|
|
26
|
+
const D = (i) => {
|
|
27
27
|
p(!1), o == null || o(i);
|
|
28
|
-
},
|
|
28
|
+
}, I = (i) => {
|
|
29
29
|
p(!0), c == null || c(i);
|
|
30
30
|
};
|
|
31
31
|
return /* @__PURE__ */ u(
|
|
32
32
|
"div",
|
|
33
33
|
{
|
|
34
|
-
...
|
|
35
|
-
className:
|
|
36
|
-
"aria-disabled": a ===
|
|
37
|
-
id:
|
|
38
|
-
onFocus:
|
|
39
|
-
onBlur:
|
|
40
|
-
tabIndex: a ===
|
|
41
|
-
ref:
|
|
34
|
+
...h,
|
|
35
|
+
className: z,
|
|
36
|
+
"aria-disabled": a === d.DISABLED,
|
|
37
|
+
id: t.current,
|
|
38
|
+
onFocus: I,
|
|
39
|
+
onBlur: D,
|
|
40
|
+
tabIndex: a === d.DISABLED ? -1 : 0,
|
|
41
|
+
ref: b,
|
|
42
42
|
children: s || /* @__PURE__ */ u("span", { className: e.placeholderWrapper, children: m })
|
|
43
43
|
}
|
|
44
44
|
);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import I, { useContext as g, useRef as h, useEffect as c } from "react";
|
|
3
3
|
import { FormFieldContext as z } from "../FormFieldContext.js";
|
|
4
|
-
import { a as R, c as S } from "../../../chunks/vendor-
|
|
5
|
-
import { createSizeToClassNameMap as
|
|
6
|
-
import { EFormFieldStatus as
|
|
7
|
-
const
|
|
8
|
-
formFieldTextarea:
|
|
9
|
-
sm:
|
|
4
|
+
import { a as R, c as S } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
5
|
+
import { createSizeToClassNameMap as b } from "../../../utils/classNameMaps.js";
|
|
6
|
+
import { EFormFieldStatus as y } from "../enums.js";
|
|
7
|
+
const D = "formFieldTextarea__e97aed70", M = "sm__42c421ea", j = "md__3b63f96d", q = "lg__5cc889c6", l = {
|
|
8
|
+
formFieldTextarea: D,
|
|
9
|
+
sm: M,
|
|
10
10
|
md: j,
|
|
11
11
|
lg: q
|
|
12
|
-
}, w =
|
|
12
|
+
}, w = b(l), A = I.forwardRef(
|
|
13
13
|
({ className: f, id: e, onBlur: a, onFocus: r, placeholder: n, value: o, ...x }, p) => {
|
|
14
14
|
const { size: u, status: F, focused: _, setFocused: d, setId: t, setValueExist: i } = g(z), s = h(e === void 0 ? R() : ""), T = S(l.formFieldTextarea, w[u], f);
|
|
15
15
|
c(() => {
|
|
@@ -30,7 +30,7 @@ const M = "formFieldTextarea__93c39873", b = "sm__30a74f13", j = "md__a911a75e",
|
|
|
30
30
|
...x,
|
|
31
31
|
id: s.current,
|
|
32
32
|
className: T,
|
|
33
|
-
disabled: F ===
|
|
33
|
+
disabled: F === y.DISABLED,
|
|
34
34
|
onFocus: C,
|
|
35
35
|
onBlur: N,
|
|
36
36
|
placeholder: _ ? n : void 0,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
var
|
|
1
|
+
var R = /* @__PURE__ */ ((r) => (r.DEFAULT = "default", r.DISABLED = "disabled", r.ERROR = "error", r.WARNING = "warning", r))(R || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
D as EFormFieldStatus
|
|
3
|
+
R as EFormFieldStatus
|
|
5
4
|
};
|
|
6
5
|
//# sourceMappingURL=enums.js.map
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import { FormField as e } from "./FormField.js";
|
|
2
2
|
import { FormFieldDescription as m } from "./components/FormFieldDescription.js";
|
|
3
3
|
import { FormFieldCounter as i } from "./components/FormFieldCounter.js";
|
|
4
|
-
import { FormFieldLabel as
|
|
5
|
-
import { FormFieldClear as
|
|
4
|
+
import { FormFieldLabel as x } from "./components/FormFieldLabel.js";
|
|
5
|
+
import { FormFieldClear as l } from "./components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldTarget as a } from "./components/FormFieldTarget.js";
|
|
7
|
-
import { F as n } from "../../chunks/FormFieldInput-
|
|
7
|
+
import { F as n } from "../../chunks/FormFieldInput-ZCQQZs7b.js";
|
|
8
8
|
import { FormFieldMaskedInput as C } from "./components/FormFieldMaskedInput.js";
|
|
9
|
-
import { FormFieldPostfix as
|
|
10
|
-
import { FormFieldPrefix as
|
|
11
|
-
import { FormFieldTextarea as
|
|
12
|
-
import {
|
|
9
|
+
import { FormFieldPostfix as P } from "./components/FormFieldPostfix.js";
|
|
10
|
+
import { FormFieldPrefix as b } from "./components/FormFieldPrefix.js";
|
|
11
|
+
import { FormFieldTextarea as g } from "./components/FormFieldTextarea.js";
|
|
12
|
+
import { EFormFieldStatus as D } from "./enums.js";
|
|
13
13
|
export {
|
|
14
|
-
|
|
15
|
-
k as EFormFieldStatus,
|
|
14
|
+
D as EFormFieldStatus,
|
|
16
15
|
e as FormField,
|
|
17
|
-
|
|
16
|
+
l as FormFieldClear,
|
|
18
17
|
i as FormFieldCounter,
|
|
19
18
|
m as FormFieldDescription,
|
|
20
19
|
n as FormFieldInput,
|
|
21
|
-
|
|
20
|
+
x as FormFieldLabel,
|
|
22
21
|
C as FormFieldMaskedInput,
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
P as FormFieldPostfix,
|
|
23
|
+
b as FormFieldPrefix,
|
|
25
24
|
a as FormFieldTarget,
|
|
26
|
-
|
|
25
|
+
g as FormFieldTextarea
|
|
27
26
|
};
|
|
28
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -12,7 +12,7 @@ import "./components/HeaderTitle/HeaderTitleContent.js";
|
|
|
12
12
|
import "./components/HeaderTitle/HeaderTitleControls.js";
|
|
13
13
|
const f = Object.assign(
|
|
14
14
|
a.forwardRef(function({ children: r, ...e }, t) {
|
|
15
|
-
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.
|
|
15
|
+
return /* @__PURE__ */ o("div", { ...e, "data-tx": "1.11.0", ref: t, children: r });
|
|
16
16
|
}),
|
|
17
17
|
{
|
|
18
18
|
LayoutSidebar: p,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { HeaderLayoutSidebarContent as m } from "./HeaderLayoutSidebarContent.js";
|
|
5
5
|
import { HeaderLayoutSidebarSidebar as s } from "./HeaderLayoutSidebarSidebar.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderLayoutSidebar.module-CQPDDGSa.js";
|
|
7
7
|
const b = Object.assign(
|
|
8
8
|
d.forwardRef(function({ children: e, className: r, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ t("div", { className: i(f.headerLayoutSidebar, r), ...a, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as d } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as m } from "../../../../chunks/HeaderLayoutSidebar.module-CQPDDGSa.js";
|
|
5
5
|
const i = s.forwardRef(
|
|
6
6
|
({ children: e, className: a, ...t }, o) => /* @__PURE__ */ r("div", { className: d(m.headerLayoutSidebarContent, a), ...t, ref: o, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as t } from "../../../../chunks/vendor-
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
3
|
+
import { c as t } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-CQPDDGSa.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
const u = "
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const u = "headerSubheader__92143bf3", c = "withoutPaddings__0ca644a4", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
|
-
withoutPaddings:
|
|
7
|
-
},
|
|
6
|
+
withoutPaddings: c
|
|
7
|
+
}, n = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
@@ -15,8 +15,8 @@ const u = "headerSubheader__aafe6146", n = "withoutPaddings__6d0149a0", e = {
|
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
n.displayName = "HeaderSubheader";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
n as HeaderSubheader
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=HeaderSubheader.js.map
|
|
@@ -2,8 +2,8 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
|
-
import { c as d } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
5
|
+
import { c as d } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-Fe8TyS0Y.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-Fe8TyS0Y.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
import { c as m } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
3
|
+
import { c as m } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-Fe8TyS0Y.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -2,8 +2,8 @@ import { jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
|
-
import { c as l } from "../../../../chunks/vendor-
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
5
|
+
import { c as l } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-C7KQyTXH.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: e, className: t, ...r }, o) {
|
|
9
9
|
return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-C7KQyTXH.js";
|
|
5
5
|
const m = s.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
|
-
import { c as i } from "../../../../chunks/vendor-
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
3
|
+
import { c as i } from "../../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-C7KQyTXH.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as h, Fragment as H, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as M, useState as f, useId as R } from "react";
|
|
3
|
-
import { c as S, h as _ } from "../../chunks/vendor-
|
|
3
|
+
import { c as S, h as _ } from "../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { QuestioncircleFilledSrvIcon16 as L } from "@sberbusiness/icons-next";
|
|
5
5
|
import { ButtonIcon as j } from "../Button/ButtonIcon.js";
|
|
6
6
|
import { EButtonIconShape as k } from "../Button/enums.js";
|
|
@@ -9,20 +9,20 @@ import { TooltipMobileHeader as z } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as C } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as D } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as Q } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const V = "
|
|
12
|
+
const V = "helpBoxButton__34c4e3f4", X = "helpBoxTooltipBody__d598cabd", x = {
|
|
13
13
|
helpBoxButton: V,
|
|
14
14
|
helpBoxTooltipBody: X
|
|
15
15
|
}, $ = ({
|
|
16
16
|
children: T,
|
|
17
|
-
className:
|
|
17
|
+
className: y,
|
|
18
18
|
focusTrapProps: t,
|
|
19
|
-
mobileHeaderContent:
|
|
19
|
+
mobileHeaderContent: c,
|
|
20
20
|
isOpen: i,
|
|
21
21
|
onShow: n,
|
|
22
|
-
tooltipSize:
|
|
23
|
-
preferPlace:
|
|
22
|
+
tooltipSize: I,
|
|
23
|
+
preferPlace: b,
|
|
24
24
|
toggle: r,
|
|
25
|
-
tooltipAriaAttributes:
|
|
25
|
+
tooltipAriaAttributes: s,
|
|
26
26
|
tooltipDataAttributes: p,
|
|
27
27
|
...v
|
|
28
28
|
}) => {
|
|
@@ -58,19 +58,19 @@ const V = "helpBoxButton__eb772bb6", X = "helpBoxTooltipBody__0f6a1532", x = {
|
|
|
58
58
|
tabIndex: -1,
|
|
59
59
|
role: "dialog",
|
|
60
60
|
toggleType: "hover",
|
|
61
|
-
size:
|
|
62
|
-
preferPlace:
|
|
61
|
+
size: I,
|
|
62
|
+
preferPlace: b,
|
|
63
63
|
isOpen: a,
|
|
64
64
|
toggle: N,
|
|
65
65
|
onShow: g,
|
|
66
66
|
targetRef: d,
|
|
67
|
-
...!!
|
|
67
|
+
...!!s && Q(s),
|
|
68
68
|
...!!p && D(p),
|
|
69
69
|
children: [
|
|
70
70
|
/* @__PURE__ */ e(l.Target, { children: /* @__PURE__ */ e(
|
|
71
71
|
j,
|
|
72
72
|
{
|
|
73
|
-
className: S(x.helpBoxButton,
|
|
73
|
+
className: S(x.helpBoxButton, y),
|
|
74
74
|
"aria-label": "Подсказка",
|
|
75
75
|
shape: k.CIRCLE,
|
|
76
76
|
ref: d,
|
|
@@ -78,7 +78,7 @@ const V = "helpBoxButton__eb772bb6", X = "helpBoxTooltipBody__0f6a1532", x = {
|
|
|
78
78
|
children: /* @__PURE__ */ e(L, { paletteIndex: 5 })
|
|
79
79
|
}
|
|
80
80
|
) }),
|
|
81
|
-
|
|
81
|
+
c && /* @__PURE__ */ e(z, { children: c }),
|
|
82
82
|
/* @__PURE__ */ e(l.Body, { className: x.helpBoxTooltipBody, children: T }),
|
|
83
83
|
/* @__PURE__ */ e(l.XButton, { "aria-label": "Закрыть" })
|
|
84
84
|
]
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-ClY57Zzq.js";
|
|
4
4
|
import { EIslandType as l } from "./enums.js";
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-P0A0WEsB.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import { c as t } from "../../../chunks/vendor-
|
|
4
|
-
const l = "
|
|
3
|
+
import { c as t } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const l = "islandBody__767d5318", n = {
|
|
5
5
|
islandBody: l
|
|
6
6
|
}, m = r.forwardRef(({ children: o, ...s }, d) => /* @__PURE__ */ a("div", { className: t(n.islandBody), ref: d, ...s, children: o }));
|
|
7
7
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
const l = "
|
|
2
|
+
import a from "react";
|
|
3
|
+
import { c as e } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const l = "islandFooter__344244a2", n = {
|
|
5
5
|
islandFooter: l
|
|
6
|
-
},
|
|
6
|
+
}, m = a.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: e(n.islandFooter), ref: t, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandFooter
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandFooter.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
|
-
import { c as o } from "../../../chunks/vendor-
|
|
4
|
-
const t = "
|
|
3
|
+
import { c as o } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
4
|
+
const t = "islandHeader__81699e0b", l = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
},
|
|
6
|
+
}, m = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandHeader
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandHeader.js.map
|
|
@@ -8,16 +8,15 @@ import { EIslandType as l } from "../Island/enums.js";
|
|
|
8
8
|
import "../Island/components/IslandBody.js";
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
|
-
import { c as f } from "../../chunks/vendor-
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
11
|
+
import { c as f } from "../../chunks/vendor-ClY57Zzq.js";
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-B1DwUTEO.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
|
-
import "./components/IslandAccordionTitle.js";
|
|
16
15
|
const x = Object.assign(
|
|
17
16
|
e.forwardRef(
|
|
18
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
19
18
|
const c = f(r, I.islandAccordion);
|
|
20
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.11.0", ref: a, children: t }) });
|
|
21
20
|
}
|
|
22
21
|
),
|
|
23
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-B1DwUTEO.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-ClY57Zzq.js";
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-B1DwUTEO.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|