@sberbusiness/triplex-next 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-BHAU8N38.js +39 -0
- package/chunks/CalendarViewItem-B0gKGk70.js +101 -0
- package/chunks/Card.module-eeYi3ItS.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CIXQDBeU.js +14 -0
- package/chunks/{Chip-CBP_avtm.js → Chip-L-EcpRzH.js} +10 -10
- package/chunks/Confirm.module-BgO9xuES.js +15 -0
- package/chunks/{DropdownListItem-C6I9gVRb.js → DropdownListItem-khM2CJWN.js} +12 -12
- package/chunks/DropdownMobile.module-Bya5zssZ.js +23 -0
- package/chunks/Footer.module-Bxx6jElq.js +9 -0
- package/chunks/FormFieldInput-D2EXurFF.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-C5m0I2xF.js +9 -0
- package/chunks/HeaderTabs.module-C3-8xyq-.js +9 -0
- package/chunks/{HeaderTitle.module-D2Le-Vmd.js → HeaderTitle.module-Dmmc04q6.js} +2 -2
- package/chunks/IslandAccordion.module-Cqv_yxiK.js +25 -0
- package/chunks/IslandWidgetFooter.module-PaNLvdB0.js +9 -0
- package/chunks/IslandWidgetHeader.module-D_ZngNjX.js +12 -0
- package/chunks/{LightBoxContent-Bi0IQWNc.js → LightBoxContent-CjX1eN8g.js} +2 -2
- package/chunks/LightBoxControls.module-D7BQsPK3.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DiEMyDDt.js +8 -0
- package/chunks/{ListItemControlsButton--Ek4l8AX.js → ListItemControlsButton-OLK_OaQU.js} +5 -5
- package/chunks/ListItemTail.module-DxIG-P_H.js +12 -0
- package/chunks/ListMasterFooter.module-DPZnWvfb.js +10 -0
- package/chunks/ModalWindow.module-D4shxCeu.js +17 -0
- package/chunks/Notification.module-B29_MBTz.js +21 -0
- package/chunks/Overlay.module-BJJ7PDLJ.js +18 -0
- package/chunks/Page.module-CzfG8baM.js +11 -0
- package/chunks/{RightBorderArrow-BqzM7D6K.js → RightBorderArrow-DbiOM5xn.js} +6 -6
- package/chunks/SMSField.module-BDZwT1N-.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bhhqk5er.js +15 -0
- package/chunks/{SliderExtendedRail-BxflNPkW.js → SliderExtendedRail-CVnVXjG6.js} +11 -11
- package/chunks/StatusTracker.module-CWpv3e3x.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-DWutbDoW.js +14 -0
- package/chunks/TableFooter.module-NX6NNBfH.js +14 -0
- package/chunks/TabsExtended.module-Bga_JXqh.js +16 -0
- package/chunks/TabsLine.module-BMBZODMz.js +21 -0
- package/chunks/TooltipDesktop.module-tqRh40wY.js +19 -0
- package/chunks/TreeView.module-Bkn2k1RS.js +9 -0
- package/chunks/{UploadZoneInput--oJn7HTT.js → UploadZoneInput-BceBvb-b.js} +7 -7
- package/chunks/constants-BUeoiUro.js +57 -0
- package/chunks/utils-DKorGAMQ.js +73 -0
- package/chunks/{utils-Cyb1tecG.js → utils-NV5e2Mzn.js} +4 -4
- package/chunks/utils-Sxh3Du0J.js +24 -0
- package/chunks/{utils-DPkyEvqV.js → utils-tf6Rfsu7.js} +11 -11
- package/components/Alert/AlertContext/AlertContext.js +7 -7
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +9 -9
- package/components/AmountField/AmountField.js +27 -27
- package/components/Avatar/Avatar.js +11 -11
- package/components/Badge/Badge.js +17 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +13 -13
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +6 -6
- package/components/Checkbox/Checkbox.js +11 -11
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- 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 +1 -1
- package/components/Chip/ChipOptions.js +5 -5
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +6 -6
- 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 +14 -14
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +4 -4
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +22 -22
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +69 -68
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +79 -75
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +24 -24
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +89 -74
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +10 -10
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +6 -6
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +8 -8
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +19 -19
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +4 -4
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Radio/Radio.js +14 -14
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +4 -4
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +1 -1
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +8 -8
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +7 -7
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +3 -3
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +5 -5
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +7 -7
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +7 -7
- package/components/StatusTracker/components/StatusTrackerTitle.js +7 -7
- package/components/Step/Step.js +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/Suggest.js +52 -88
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +18 -18
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +129 -130
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +1 -1
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +4 -4
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +8 -8
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +23 -28
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +40 -42
- package/components/Typography/Text.js +50 -52
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +5 -5
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +539 -540
- package/index.d.ts +200 -228
- package/index.js +588 -589
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -534
- package/chunks/AlertProcessSpoiler-DALLbh4Y.js +0 -39
- package/chunks/CalendarViewItem-DE57LdxF.js +0 -101
- package/chunks/Card.module-D18ujhsr.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +0 -14
- package/chunks/Confirm.module-Y-2NyRFX.js +0 -15
- package/chunks/DropdownMobile.module-ppF6TvoG.js +0 -23
- package/chunks/Footer.module-BlHDTNCR.js +0 -9
- package/chunks/FormFieldInput-D2lqfg4n.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +0 -9
- package/chunks/HeaderTabs.module-msmMm_BI.js +0 -9
- package/chunks/IslandAccordion.module-DpgAGmIN.js +0 -25
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +0 -9
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +0 -9
- package/chunks/LightBoxControls.module-DTFEWumP.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +0 -8
- package/chunks/ListItemTail.module-DrFpbbjw.js +0 -12
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +0 -10
- package/chunks/ModalWindow.module-CMT6Qwhi.js +0 -17
- package/chunks/Notification.module-8g0up3Mn.js +0 -21
- package/chunks/Overlay.module-CJZIns4Y.js +0 -18
- package/chunks/Page.module-Cq-KMJ_J.js +0 -11
- package/chunks/SMSField.module-Dpw_velC.js +0 -16
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +0 -15
- package/chunks/StatusTracker.module-BPaAftS3.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-CooicUNx.js +0 -15
- package/chunks/TableFooter.module-BXib8bAF.js +0 -14
- package/chunks/TabsExtended.module-41dIJqTz.js +0 -16
- package/chunks/TabsLine.module-DY1bt47O.js +0 -21
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +0 -19
- package/chunks/TreeView.module-ssEB6Mn6.js +0 -9
- package/chunks/utils-6FIQkvvy.js +0 -36
- package/chunks/utils-B5Py99ZO.js +0 -73
- package/chunks/utils-BX1E8zy3.js +0 -24
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "page__16288748", a = "headerPageTypeFirst__9632a16b", t = "sticky__99fb908d", s = "footerPageTypeFirst__a1accb82", o = {
|
|
2
|
+
page: e,
|
|
3
|
+
"global-page": "global-page",
|
|
4
|
+
headerPageTypeFirst: a,
|
|
5
|
+
sticky: t,
|
|
6
|
+
footerPageTypeFirst: s
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
o as s
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Page.module-CzfG8baM.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { EStepperSize as l } from "../components/Stepper/enums.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "stepperStep__00c1e83d", n = "sm__67f6a179", c = "content__f21815b5", i = "arrow__96e29ff6", L = "md__3c5b9ce7", r = "lg__dafc3de6", a = "active__8817fd73", p = "disabled__c94dd840", C = "error__f3ac629e", w = "warning__9bfdf734", v = "completed__4300788b", f = "inactive__ba13ebda", h = "focusVisible__36c78a76", _ = "icon__9e039fe3", u = "nonempty__7b99796c", o = {
|
|
4
4
|
stepperStep: s,
|
|
5
|
-
sm:
|
|
6
|
-
content:
|
|
5
|
+
sm: n,
|
|
6
|
+
content: c,
|
|
7
7
|
arrow: i,
|
|
8
8
|
md: L,
|
|
9
|
-
lg:
|
|
10
|
-
active:
|
|
9
|
+
lg: r,
|
|
10
|
+
active: a,
|
|
11
11
|
disabled: p,
|
|
12
12
|
error: C,
|
|
13
13
|
warning: w,
|
|
@@ -143,4 +143,4 @@ export {
|
|
|
143
143
|
R,
|
|
144
144
|
o as s
|
|
145
145
|
};
|
|
146
|
-
//# sourceMappingURL=RightBorderArrow-
|
|
146
|
+
//# sourceMappingURL=RightBorderArrow-DbiOM5xn.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "smsField__b022dc83", s = "input__255b1340", e = "lg__91d3d0d1", n = "md__52efd6d5", _ = "sm__6f8cf045", c = "btnRefresh__9705eb48", b = "full__111ee3b3", m = "empty__8d95e7e9", d = "btnSubmit__b3c5c1b0", l = "active__b9de5994", i = {
|
|
2
|
+
smsField: t,
|
|
3
|
+
input: s,
|
|
4
|
+
lg: e,
|
|
5
|
+
md: n,
|
|
6
|
+
sm: _,
|
|
7
|
+
btnRefresh: c,
|
|
8
|
+
full: b,
|
|
9
|
+
empty: m,
|
|
10
|
+
btnSubmit: d,
|
|
11
|
+
active: l
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
i as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=SMSField.module-BDZwT1N-.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "sliderExtendedMarks__473f2d78", d = "sliderExtendedMark__5b4ec548", t = "sliderExtendedMarkDot__98580730", s = "inSelectedRange__140cefb1", r = "lg__8ca1d2a8", n = "sliderExtendedMarkText__d685eb21", a = "disabled__a212e2dc", l = "reverse__d299bf52", c = "active__b4b796ac", i = {
|
|
2
|
+
sliderExtendedMarks: e,
|
|
3
|
+
sliderExtendedMark: d,
|
|
4
|
+
sliderExtendedMarkDot: t,
|
|
5
|
+
inSelectedRange: s,
|
|
6
|
+
lg: r,
|
|
7
|
+
sliderExtendedMarkText: n,
|
|
8
|
+
disabled: a,
|
|
9
|
+
reverse: l,
|
|
10
|
+
active: c
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
i as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SliderExtendedMarks.module-Bhhqk5er.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useContext as
|
|
3
|
-
import { SliderExtendedContext as
|
|
1
|
+
import { jsx as u } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as E } from "react";
|
|
3
|
+
import { SliderExtendedContext as p } from "../components/SliderExtended/SliderExtendedContext.js";
|
|
4
4
|
import { SliderExtendedUtils as d } from "../components/SliderExtended/SliderExtendedUtils.js";
|
|
5
|
-
import { c as
|
|
6
|
-
const R = "
|
|
5
|
+
import { c as f } from "./vendor-DucOfXwy.js";
|
|
6
|
+
const R = "sliderExtendedRail__66b3a190", g = "sliderExtended__ab6310c2", _ = "disabled__a212e2dc", N = "lg__8ca1d2a8", S = {
|
|
7
7
|
sliderExtendedRail: R,
|
|
8
8
|
sliderExtended: g,
|
|
9
9
|
disabled: _,
|
|
10
10
|
lg: N
|
|
11
|
-
}, C = ({ className:
|
|
12
|
-
const { dots: r, railNode: s, reverse: o, setRailNode: n, steps: c } =
|
|
11
|
+
}, C = ({ className: a, ...i }) => {
|
|
12
|
+
const { dots: r, railNode: s, reverse: o, setRailNode: n, steps: c } = E(p), x = (e) => {
|
|
13
13
|
n(e);
|
|
14
14
|
}, m = (e) => {
|
|
15
15
|
if (s) {
|
|
@@ -22,13 +22,13 @@ const R = "sliderExtendedRail__ef0c71cf", g = "sliderExtended__476b9959", _ = "d
|
|
|
22
22
|
d.getNearestDotByValue({ dots: r, value: l.value }).changeValue(l.value);
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
return /* @__PURE__ */
|
|
25
|
+
return /* @__PURE__ */ u(
|
|
26
26
|
"div",
|
|
27
27
|
{
|
|
28
28
|
ref: x,
|
|
29
|
-
className:
|
|
29
|
+
className: f(S.sliderExtendedRail, a),
|
|
30
30
|
onClick: m,
|
|
31
|
-
...
|
|
31
|
+
...i
|
|
32
32
|
}
|
|
33
33
|
);
|
|
34
34
|
};
|
|
@@ -37,4 +37,4 @@ export {
|
|
|
37
37
|
C as S,
|
|
38
38
|
S as s
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=SliderExtendedRail-
|
|
40
|
+
//# sourceMappingURL=SliderExtendedRail-CVnVXjG6.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const t = "statusTrackerWrapper__3a738fd0", r = "statusTracker__6e447c11", a = "verticalAlignMiddle__9f5a76ab", s = "verticalAlignBottom__0df65fc8", e = "statusTrackerChild__dfb9a9c7", c = "statusTrackerSum__58500b8c", o = "statusTrackerTitle__96ad10fb", u = "statusTrackerDescription__86b2a421", n = "statusTrackerAlert__5ade835f", k = "statusTrackerStatus__caac7007", T = "statusTrackerFooterWrapper__c664ad54", i = "statusTrackerButton__e343a3fe", _ = "statusTrackerColor__5ed6b665", l = "waiting__0d51b290", d = "warning__451e0b77", p = "rejected__922c3649", g = "approved__7bb37cb2", b = "statusTrackerBackground__a1a5888d", v = {
|
|
2
|
+
statusTrackerWrapper: t,
|
|
3
|
+
statusTracker: r,
|
|
4
|
+
verticalAlignMiddle: a,
|
|
5
|
+
verticalAlignBottom: s,
|
|
6
|
+
statusTrackerChild: e,
|
|
7
|
+
statusTrackerSum: c,
|
|
8
|
+
statusTrackerTitle: o,
|
|
9
|
+
statusTrackerDescription: u,
|
|
10
|
+
statusTrackerAlert: n,
|
|
11
|
+
statusTrackerStatus: k,
|
|
12
|
+
statusTrackerFooterWrapper: T,
|
|
13
|
+
statusTrackerButton: i,
|
|
14
|
+
statusTrackerColor: _,
|
|
15
|
+
waiting: l,
|
|
16
|
+
warning: d,
|
|
17
|
+
rejected: p,
|
|
18
|
+
approved: g,
|
|
19
|
+
statusTrackerBackground: b
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
v as s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=StatusTracker.module-CWpv3e3x.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { ETextSize as i, EFontType as t } from "../components/Typography/enums.js";
|
|
3
|
+
import "../components/Typography/Caption.js";
|
|
4
|
+
import { Text as s } from "../components/Typography/Text.js";
|
|
5
|
+
import "../components/Typography/Title.js";
|
|
6
|
+
const d = "suggestFieldMobileBody__330781b5", l = "suggestFieldMobileDropdownHint__5da72520", g = {
|
|
7
|
+
suggestFieldMobileBody: d,
|
|
8
|
+
suggestFieldMobileDropdownHint: l
|
|
9
|
+
}, F = ({ children: o }) => /* @__PURE__ */ e(s, { className: g.suggestFieldMobileDropdownHint, type: t.PRIMARY, size: i.B3, tag: "div", children: o });
|
|
10
|
+
export {
|
|
11
|
+
F as S,
|
|
12
|
+
g as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=SuggestFieldMobileDropdownHint-DWutbDoW.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "tableFooterWrapper__ebf667b1", t = "tableFooterShadow__3e01b65b", o = "tableFooter__b4eede12", a = "tableFooterSummary__d337e4bd", r = "tableFooterSummarySelectedCount__4f00262f", l = "tableFooterSummarySelectAllButton__214a0dcc", b = "tableFooterSummaryAmount__f5222ce4", m = "tableFooterSummaryLabel__d76e4412", u = {
|
|
2
|
+
tableFooterWrapper: e,
|
|
3
|
+
tableFooterShadow: t,
|
|
4
|
+
tableFooter: o,
|
|
5
|
+
tableFooterSummary: a,
|
|
6
|
+
tableFooterSummarySelectedCount: r,
|
|
7
|
+
tableFooterSummarySelectAllButton: l,
|
|
8
|
+
tableFooterSummaryAmount: b,
|
|
9
|
+
tableFooterSummaryLabel: m
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
u as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=TableFooter.module-NX6NNBfH.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "tabsExtended__dc4975d5", d = "tabsExtendedContent__501188cb", e = "sm__17d97cbc", s = "md__a9cea772", n = "lg__7bdbbe3b", a = "tabsExtendedTab__2bd94448", b = "tabsExtendedDropdown__51c4adc9", o = "tabsReal__671619a2", _ = "tabsFake__51a60cdd", c = "hidden__01533240", x = {
|
|
2
|
+
tabsExtended: t,
|
|
3
|
+
tabsExtendedContent: d,
|
|
4
|
+
sm: e,
|
|
5
|
+
md: s,
|
|
6
|
+
lg: n,
|
|
7
|
+
tabsExtendedTab: a,
|
|
8
|
+
tabsExtendedDropdown: b,
|
|
9
|
+
tabsReal: o,
|
|
10
|
+
tabsFake: _,
|
|
11
|
+
hidden: c
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
x as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=TabsExtended.module-Bga_JXqh.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "tabsLineWrapper__724c517f", n = "withSeparator__4ac1358c", t = "tabsLine__52cd6304", a = "sm__6140fac9", r = "md__32d26243", e = "lg__728c277c", d = "tab__191c3cca", c = "active__f389db06", s = "notificationIcon__3037437d", _ = "tabsLineDropdown__83ba64bc", p = "dropdownTarget__28939112", i = "dropdownTargetInner__1663a085", w = "dropdownTargetCaret__21e11410", b = "opened__4344a280", g = "dropdown__22c8d0f3", L = {
|
|
2
|
+
tabsLineWrapper: o,
|
|
3
|
+
withSeparator: n,
|
|
4
|
+
tabsLine: t,
|
|
5
|
+
sm: a,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: e,
|
|
8
|
+
tab: d,
|
|
9
|
+
active: c,
|
|
10
|
+
notificationIcon: s,
|
|
11
|
+
tabsLineDropdown: _,
|
|
12
|
+
dropdownTarget: p,
|
|
13
|
+
dropdownTargetInner: i,
|
|
14
|
+
dropdownTargetCaret: w,
|
|
15
|
+
opened: b,
|
|
16
|
+
dropdown: g
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
L as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=TabsLine.module-BMBZODMz.js.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const t = "tooltipDesktop__8a0f1ee3", o = "tooltipBody__103bb0da", p = "tooltipXButton__d6096adf", l = "tooltipDesktopContent__7e61ec7b", e = "closable__0f548eed", i = "tooltipSM__b5eb3b37", s = "tooltipLG__516c98c5", n = "tooltipOverlay__d2e14538", _ = "tooltipDesktopTip__f9a52413", c = "down__80133476", d = "up__5391043e", a = "left__eb95df0d", b = "right__f2cc850f", f = {
|
|
2
|
+
tooltipDesktop: t,
|
|
3
|
+
tooltipBody: o,
|
|
4
|
+
tooltipXButton: p,
|
|
5
|
+
tooltipDesktopContent: l,
|
|
6
|
+
closable: e,
|
|
7
|
+
tooltipSM: i,
|
|
8
|
+
tooltipLG: s,
|
|
9
|
+
tooltipOverlay: n,
|
|
10
|
+
tooltipDesktopTip: _,
|
|
11
|
+
down: c,
|
|
12
|
+
up: d,
|
|
13
|
+
left: a,
|
|
14
|
+
right: b
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
f as s
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=TooltipDesktop.module-tqRh40wY.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import l, { createElement as r } from "react";
|
|
2
2
|
import { UploadZoneContext as u } from "../components/UploadZone/UploadZoneContext.js";
|
|
3
3
|
import { c as d } from "./vendor-DucOfXwy.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "uploadZone__1cdf6d36", c = "uploadZoneDragArea__6af7b3f2", Z = "uploadZoneContainerDragArea__7d2c0bb8", i = "uploadZoneInput__2e78dac2", g = {
|
|
5
5
|
uploadZone: s,
|
|
6
6
|
uploadZoneDragArea: c,
|
|
7
7
|
uploadZoneContainerDragArea: Z,
|
|
8
8
|
uploadZoneInput: i
|
|
9
|
-
},
|
|
9
|
+
}, f = ({ className: n, ...a }) => {
|
|
10
10
|
const e = l.useContext(u), t = (o) => {
|
|
11
11
|
e.onChange(o.target.files, o);
|
|
12
12
|
}, p = (o) => {
|
|
@@ -15,9 +15,9 @@ const s = "uploadZone__9aa9b7a3", c = "uploadZoneDragArea__2a8259dd", Z = "uploa
|
|
|
15
15
|
return /* @__PURE__ */ r(
|
|
16
16
|
"input",
|
|
17
17
|
{
|
|
18
|
-
...
|
|
18
|
+
...a,
|
|
19
19
|
type: "file",
|
|
20
|
-
className: d(
|
|
20
|
+
className: d(n, g.uploadZoneInput),
|
|
21
21
|
onChange: t,
|
|
22
22
|
onClick: p,
|
|
23
23
|
ref: e.setInputNode,
|
|
@@ -25,9 +25,9 @@ const s = "uploadZone__9aa9b7a3", c = "uploadZoneDragArea__2a8259dd", Z = "uploa
|
|
|
25
25
|
}
|
|
26
26
|
);
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
f.displayName = "UploadZone";
|
|
29
29
|
export {
|
|
30
|
-
|
|
30
|
+
f as U,
|
|
31
31
|
g as s
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=UploadZoneInput
|
|
33
|
+
//# sourceMappingURL=UploadZoneInput-BceBvb-b.js.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { EFontType as r } from "../components/Typography/enums.js";
|
|
2
|
+
const n = "underline__fb3d9b4b", t = "strikethrough__37951a6c", s = "underlineStrikethrough__a2c8a3c5", a = "typography__e1e76921", c = "primary__543de3f1", o = "primaryInvert__2f963aa6", _ = "complementary__dd79af54", I = "complementaryInvert__6ec30037", d = "secondary__d542b79c", i = "secondaryInvert__de683508", y = "tertiary__bf23e2f5", v = "tertiaryInvert__bc54c395", b = "disabled__ee806ca4", m = "disabledInvert__72c255ba", R = "brand__951c75b1", E = "brandInvert__b44b05b4", p = "info__9c25fdde", N = "infoInvert__2b7dd78c", l = "success__ba26c0a1", T = "successInvert__d85aa35c", u = "error__d1a1abdd", S = "errorInvert__97b55541", g = "warning__73a7ec28", A = "warningInvert__24c50c00", f = "system__62b5a46b", h = "systemInvert__b4deeb02", e = {
|
|
3
|
+
underline: n,
|
|
4
|
+
strikethrough: t,
|
|
5
|
+
underlineStrikethrough: s,
|
|
6
|
+
typography: a,
|
|
7
|
+
primary: c,
|
|
8
|
+
primaryInvert: o,
|
|
9
|
+
complementary: _,
|
|
10
|
+
complementaryInvert: I,
|
|
11
|
+
secondary: d,
|
|
12
|
+
secondaryInvert: i,
|
|
13
|
+
tertiary: y,
|
|
14
|
+
tertiaryInvert: v,
|
|
15
|
+
disabled: b,
|
|
16
|
+
disabledInvert: m,
|
|
17
|
+
brand: R,
|
|
18
|
+
brandInvert: E,
|
|
19
|
+
info: p,
|
|
20
|
+
infoInvert: N,
|
|
21
|
+
success: l,
|
|
22
|
+
successInvert: T,
|
|
23
|
+
error: u,
|
|
24
|
+
errorInvert: S,
|
|
25
|
+
warning: g,
|
|
26
|
+
warningInvert: A,
|
|
27
|
+
system: f,
|
|
28
|
+
systemInvert: h
|
|
29
|
+
}, Y = {
|
|
30
|
+
[r.PRIMARY]: e.primary,
|
|
31
|
+
[r.COMPLEMENTARY]: e.complementary,
|
|
32
|
+
[r.SECONDARY]: e.secondary,
|
|
33
|
+
[r.TERTIARY]: e.tertiary,
|
|
34
|
+
[r.DISABLED]: e.disabled,
|
|
35
|
+
[r.BRAND]: e.brand,
|
|
36
|
+
[r.INFO]: e.info,
|
|
37
|
+
[r.SUCCESS]: e.success,
|
|
38
|
+
[r.ERROR]: e.error,
|
|
39
|
+
[r.WARNING]: e.warning,
|
|
40
|
+
[r.SYSTEM]: e.system,
|
|
41
|
+
[r.PRIMARY_INVERT]: e.primaryInvert,
|
|
42
|
+
[r.COMPLEMENTARY_INVERT]: e.complementaryInvert,
|
|
43
|
+
[r.SECONDARY_INVERT]: e.secondaryInvert,
|
|
44
|
+
[r.TERTIARY_INVERT]: e.tertiaryInvert,
|
|
45
|
+
[r.DISABLED_INVERT]: e.disabledInvert,
|
|
46
|
+
[r.BRAND_INVERT]: e.brandInvert,
|
|
47
|
+
[r.INFO_INVERT]: e.infoInvert,
|
|
48
|
+
[r.SUCCESS_INVERT]: e.successInvert,
|
|
49
|
+
[r.WARNING_INVERT]: e.warningInvert,
|
|
50
|
+
[r.ERROR_INVERT]: e.errorInvert,
|
|
51
|
+
[r.SYSTEM_INVERT]: e.systemInvert
|
|
52
|
+
};
|
|
53
|
+
export {
|
|
54
|
+
Y as F,
|
|
55
|
+
e as t
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=constants-BUeoiUro.js.map
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { EHorizontalAlign as n, EVerticalAlign as t, ECellType as c } from "../components/Table/TableBasic/enums.js";
|
|
2
|
+
const a = "tableBasic__3ff062bc", r = "alignLeft__54b76b91", i = "alignRight__24cf361e", o = "alignCenter__0f5969fe", s = "verticalAlignBaseline__9e6683f0", _ = "verticalAlignSub__60a3d823", g = "verticalAlignSuper__7b0c0491", T = "verticalAlignTextTop__6f56fec2", p = "verticalAlignTextBottom__608ec22c", v = "verticalAlignMiddle__d0e72e58", A = "verticalAlignTop__5305473f", b = "verticalAlignBottom__5eb5e31c", d = "checkboxType__2157a63d", B = "thBlock__9ee0f210", u = "order__797a203b", m = "orderButton__292040a4", f = "sorted__298e8b17", E = "textType__cd11e638", y = "componentsType__21770941", h = "selected__46457ff1", x = "clickable__270619c1", C = "hoverable__2ef322a0", S = "footerEmptyData__92e56675", L = "spinnerWrapper__9ad10678", k = "tableLoaderScreen__6fb77156", O = "overlayCover__1f658a99", e = {
|
|
3
|
+
tableBasic: a,
|
|
4
|
+
alignLeft: r,
|
|
5
|
+
alignRight: i,
|
|
6
|
+
alignCenter: o,
|
|
7
|
+
verticalAlignBaseline: s,
|
|
8
|
+
verticalAlignSub: _,
|
|
9
|
+
verticalAlignSuper: g,
|
|
10
|
+
verticalAlignTextTop: T,
|
|
11
|
+
verticalAlignTextBottom: p,
|
|
12
|
+
verticalAlignMiddle: v,
|
|
13
|
+
verticalAlignTop: A,
|
|
14
|
+
verticalAlignBottom: b,
|
|
15
|
+
checkboxType: d,
|
|
16
|
+
thBlock: B,
|
|
17
|
+
order: u,
|
|
18
|
+
orderButton: m,
|
|
19
|
+
sorted: f,
|
|
20
|
+
textType: E,
|
|
21
|
+
componentsType: y,
|
|
22
|
+
selected: h,
|
|
23
|
+
clickable: x,
|
|
24
|
+
hoverable: C,
|
|
25
|
+
footerEmptyData: S,
|
|
26
|
+
spinnerWrapper: L,
|
|
27
|
+
tableLoaderScreen: k,
|
|
28
|
+
overlayCover: O
|
|
29
|
+
}, N = (l = n.LEFT) => {
|
|
30
|
+
switch (l) {
|
|
31
|
+
case n.LEFT:
|
|
32
|
+
return e.alignLeft;
|
|
33
|
+
case n.RIGHT:
|
|
34
|
+
return e.alignRight;
|
|
35
|
+
case n.CENTER:
|
|
36
|
+
return e.alignCenter;
|
|
37
|
+
}
|
|
38
|
+
}, R = (l = t.BASELINE) => {
|
|
39
|
+
switch (l) {
|
|
40
|
+
case t.BASELINE:
|
|
41
|
+
return e.verticalAlignBaseline;
|
|
42
|
+
case t.SUB:
|
|
43
|
+
return e.verticalAlignSub;
|
|
44
|
+
case t.SUPER:
|
|
45
|
+
return e.verticalAlignSuper;
|
|
46
|
+
case t.TEXT_TOP:
|
|
47
|
+
return e.verticalAlignTextTop;
|
|
48
|
+
case t.TEXT_BOTTOM:
|
|
49
|
+
return e.verticalAlignTextBottom;
|
|
50
|
+
case t.MIDDLE:
|
|
51
|
+
return e.verticalAlignMiddle;
|
|
52
|
+
case t.TOP:
|
|
53
|
+
return e.verticalAlignTop;
|
|
54
|
+
case t.BOTTOM:
|
|
55
|
+
return e.verticalAlignBottom;
|
|
56
|
+
}
|
|
57
|
+
}, D = (l = c.TEXT) => {
|
|
58
|
+
switch (l) {
|
|
59
|
+
case c.TEXT:
|
|
60
|
+
return e.textType;
|
|
61
|
+
case c.COMPONENTS:
|
|
62
|
+
return e.componentsType;
|
|
63
|
+
case c.CHECKBOX:
|
|
64
|
+
return e.checkboxType;
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
R as a,
|
|
69
|
+
D as b,
|
|
70
|
+
N as m,
|
|
71
|
+
e as s
|
|
72
|
+
};
|
|
73
|
+
//# sourceMappingURL=utils-DKorGAMQ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { EMarkerStatus as s } from "../components/Marker/enums.js";
|
|
2
|
-
const a = "
|
|
2
|
+
const a = "marker__5ee2c634", c = "md__1c62ee52", n = "lg__8c3a9c6c", e = "success__6485ea08", t = "error__6c4aa1a8", o = "warning__198386d2", _ = "waiting__d369741f", r = {
|
|
3
3
|
marker: a,
|
|
4
4
|
md: c,
|
|
5
5
|
lg: n,
|
|
6
|
-
success:
|
|
7
|
-
error:
|
|
6
|
+
success: e,
|
|
7
|
+
error: t,
|
|
8
8
|
warning: o,
|
|
9
9
|
waiting: _
|
|
10
10
|
}, g = {
|
|
@@ -17,4 +17,4 @@ export {
|
|
|
17
17
|
r as a,
|
|
18
18
|
g as s
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=utils-
|
|
20
|
+
//# sourceMappingURL=utils-NV5e2Mzn.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EIslandType as t } from "../components/Island/enums.js";
|
|
2
|
+
const a = "island__5cbd90f2", c = "type1__4d9246ca", p = "type2__55454bb2", _ = "type3__7c623d3a", n = "sm__5faaae40", y = "md__dc6ebf0f", o = "lg__4bf7f511", s = {
|
|
3
|
+
island: a,
|
|
4
|
+
type1: c,
|
|
5
|
+
type2: p,
|
|
6
|
+
type3: _,
|
|
7
|
+
sm: n,
|
|
8
|
+
md: y,
|
|
9
|
+
lg: o
|
|
10
|
+
}, m = (e) => {
|
|
11
|
+
switch (e) {
|
|
12
|
+
case t.TYPE_1:
|
|
13
|
+
return s.type1;
|
|
14
|
+
case t.TYPE_2:
|
|
15
|
+
return s.type2;
|
|
16
|
+
case t.TYPE_3:
|
|
17
|
+
return s.type3;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
m,
|
|
22
|
+
s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=utils-Sxh3Du0J.js.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { ETabsExtendedType as o } from "../components/TabsExtended/enums.js";
|
|
2
2
|
import { EComponentSize as t } from "../enums/EComponentSize.js";
|
|
3
3
|
import { ETextSize as e } from "../components/Typography/enums.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "tabsExtendedTabButton__f8f5ba5b", a = "tabButtonText__c98f3efa", b = "lg__7bdbbe3b", c = "md__a9cea772", d = "sm__17d97cbc", _ = "type1__acd2b7f8", p = "selected__cd44bae9", i = "type2__bdbd8b9b", T = "notificationIcon__b0bd69fd", n = {
|
|
5
5
|
tabsExtendedTabButton: s,
|
|
6
6
|
tabButtonText: a,
|
|
7
|
-
lg:
|
|
8
|
-
md:
|
|
7
|
+
lg: b,
|
|
8
|
+
md: c,
|
|
9
9
|
sm: d,
|
|
10
|
-
type1:
|
|
11
|
-
selected:
|
|
12
|
-
type2:
|
|
10
|
+
type1: _,
|
|
11
|
+
selected: p,
|
|
12
|
+
type2: i,
|
|
13
13
|
notificationIcon: T
|
|
14
|
-
},
|
|
14
|
+
}, y = {
|
|
15
15
|
[t.LG]: e.B2,
|
|
16
16
|
[t.MD]: e.B3,
|
|
17
17
|
[t.SM]: e.B4
|
|
18
|
-
},
|
|
18
|
+
}, E = {
|
|
19
19
|
[o.TYPE_1]: n.type1,
|
|
20
20
|
[o.TYPE_2]: n.type2
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
y as a,
|
|
24
24
|
n as s,
|
|
25
|
-
|
|
25
|
+
E as t
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=utils-
|
|
27
|
+
//# sourceMappingURL=utils-tf6Rfsu7.js.map
|
|
@@ -6,11 +6,11 @@ import { Text as y } from "../../Typography/Text.js";
|
|
|
6
6
|
import { EFontType as r, ETextSize as f } from "../../Typography/enums.js";
|
|
7
7
|
import { SystemStrokeStsIcon16 as I, ErrorStrokeStsIcon16 as S, WarningStrokeStsIcon16 as i, InfoStrokeStsIcon16 as R } from "@sberbusiness/icons-next";
|
|
8
8
|
import { c as N } from "../../../chunks/vendor-DucOfXwy.js";
|
|
9
|
-
const _ = "
|
|
9
|
+
const _ = "alertContext__551beb21", E = "alertContextText__95077cda", C = "alertTypeError__1062e05e", d = "alertTypeInfo__39ffb4e5", u = "alertTypeWarning__b201fef8", A = "alertTypeSystem__b70b2f90", n = {
|
|
10
10
|
alertContext: _,
|
|
11
11
|
alertContextText: E,
|
|
12
|
-
alertTypeError:
|
|
13
|
-
alertTypeInfo:
|
|
12
|
+
alertTypeError: C,
|
|
13
|
+
alertTypeInfo: d,
|
|
14
14
|
alertTypeWarning: u,
|
|
15
15
|
alertTypeSystem: A
|
|
16
16
|
}, O = (o) => {
|
|
@@ -29,14 +29,14 @@ const _ = "alertContext__f21600a2", E = "alertContextText__e53cbd7a", d = "alert
|
|
|
29
29
|
[e.WARNING]: r.WARNING,
|
|
30
30
|
[e.ERROR]: r.ERROR,
|
|
31
31
|
[e.SYSTEM]: r.SECONDARY
|
|
32
|
-
},
|
|
32
|
+
}, b = x.forwardRef(
|
|
33
33
|
({ children: o, className: l, type: a, renderIcon: s, ...p }, c) => /* @__PURE__ */ T(
|
|
34
34
|
"span",
|
|
35
35
|
{
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: N(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "1.
|
|
39
|
+
"data-tx": "1.15.0",
|
|
40
40
|
ref: c,
|
|
41
41
|
children: [
|
|
42
42
|
s || O(a),
|
|
@@ -45,8 +45,8 @@ const _ = "alertContext__f21600a2", E = "alertContextText__e53cbd7a", d = "alert
|
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
b.displayName = "AlertContext";
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
b as AlertContext
|
|
51
51
|
};
|
|
52
52
|
//# sourceMappingURL=AlertContext.js.map
|
|
@@ -3,7 +3,7 @@ import P, { useState as n } from "react";
|
|
|
3
3
|
import { EAlertType as t } from "../EAlertType.js";
|
|
4
4
|
import { alertTypeToClassNameMap as k } from "../AlertTypeUtils.js";
|
|
5
5
|
import { ButtonIcon as v } from "../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-BHAU8N38.js";
|
|
7
7
|
import { AlertProcessContext as R } from "./AlertProcessContext.js";
|
|
8
8
|
import { CrossStrokeSrvIcon16 as E, DefaulticonStrokePrdIcon20 as T, SystemStrokeStsIcon20 as y, ErrorStrokeStsIcon20 as j, WarningStrokeStsIcon20 as w, InfoStrokeStsIcon20 as B } from "@sberbusiness/icons-next";
|
|
9
9
|
import { c as C } from "../../../chunks/vendor-DucOfXwy.js";
|
|
@@ -38,7 +38,7 @@ const O = (o) => {
|
|
|
38
38
|
d
|
|
39
39
|
),
|
|
40
40
|
...f,
|
|
41
|
-
"data-tx": "1.
|
|
41
|
+
"data-tx": "1.15.0",
|
|
42
42
|
ref: u,
|
|
43
43
|
children: [
|
|
44
44
|
/* @__PURE__ */ e("div", { className: r.themeIcon, children: l || O(a) }),
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "@sberbusiness/icons-next";
|
|
4
4
|
import "../../../Button/ButtonIcon.js";
|
|
5
5
|
import "../AlertProcessContext.js";
|
|
6
|
-
import { A as l } from "../../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { A as l } from "../../../../chunks/AlertProcessSpoiler-BHAU8N38.js";
|
|
7
7
|
import "../../../../chunks/vendor-DucOfXwy.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { formatAmount as u } from "../../utils/amountUtils.js";
|
|
3
3
|
import { c as f } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
|
-
const N = "
|
|
4
|
+
const N = "adaptive__64b74278", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
8
8
|
value: r,
|
|
9
9
|
fractionLength: s,
|
|
10
|
-
currency:
|
|
10
|
+
currency: e,
|
|
11
11
|
currencyTitle: m,
|
|
12
12
|
adaptive: c,
|
|
13
|
-
dataTestId:
|
|
13
|
+
dataTestId: a,
|
|
14
14
|
...i
|
|
15
15
|
}) => {
|
|
16
16
|
let t = u(r, s);
|
|
17
17
|
t[0] == "-" && (t = t.replace("-", "−"));
|
|
18
18
|
const p = () => [
|
|
19
19
|
" ",
|
|
20
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
21
|
-
],
|
|
20
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__currencyName`, title: m, children: e }, "currencyName")
|
|
21
|
+
], l = f(
|
|
22
22
|
{
|
|
23
23
|
[_.adaptive]: !!c && t.length >= h
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
29
|
-
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.15.0", children: [
|
|
28
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
|
+
e && p()
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
v.displayName = "Amount";
|