@sberbusiness/triplex-next 0.14.1 → 0.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-DwZ5kXLz.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-C4iZEwoX.js} +22 -22
- package/chunks/Card.module-DnZ_SmT7.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-CQvFfbck.js} +8 -8
- package/chunks/Confirm.module-BrVl-yob.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-CcCakDyr.js} +14 -14
- package/chunks/DropdownMobile.module-af6OVs0G.js +23 -0
- package/chunks/Footer.module-tAG-SN8m.js +9 -0
- package/chunks/{FormFieldInput-CXE2lpa2.js → FormFieldInput-M-BWeUyG.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +9 -0
- package/chunks/HeaderTabs.module-HGiK1PZg.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-BVJYOrCs.js} +2 -2
- package/chunks/IslandAccordion.module-BRmaipCD.js +25 -0
- package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +9 -0
- package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +12 -0
- package/chunks/LightBoxContent-MLggVllJ.js +56 -0
- package/chunks/LightBoxControls.module-zJ2jYB7p.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-BShMlm2B.js} +12 -12
- package/chunks/ListItemTail.module-BBVRXBTR.js +12 -0
- package/chunks/ListMasterFooter.module-8-LOEhYM.js +10 -0
- package/chunks/ModalWindow.module-uM-PCOaZ.js +17 -0
- package/chunks/Notification.module-B7fXFvwU.js +21 -0
- package/chunks/Overlay.module-Dtk3whPQ.js +18 -0
- package/chunks/Page.module-CoeirpZV.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-CxMqoJOA.js} +8 -8
- package/chunks/SMSField.module-wdtLV1SH.js +16 -0
- package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-BdLhibqT.js} +7 -7
- package/chunks/StatusTracker.module-DrbWwUtn.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +14 -0
- package/chunks/TableFooter.module-BDsK8o22.js +14 -0
- package/chunks/TabsExtended.module-jfDq5xSa.js +16 -0
- package/chunks/TabsLine.module-BnotsPff.js +21 -0
- package/chunks/TooltipDesktop.module-CAL6IPaE.js +19 -0
- package/chunks/TreeView.module-BYyI_lNS.js +9 -0
- package/chunks/{UploadZoneInput-DgPYo5Ct.js → UploadZoneInput-DRVoNz0G.js} +7 -7
- package/chunks/constants-C0-h2pRq.js +57 -0
- package/chunks/utils-Bdg4Vfo1.js +24 -0
- package/chunks/{utils-DQttOWML.js → utils-DYe-VisL.js} +6 -6
- package/chunks/{utils-D6gsTR6V.js → utils-DykNYdbk.js} +14 -14
- package/chunks/{utils-Ds7Etruz.js → utils-qhEFBj7O.js} +4 -4
- package/components/Alert/AlertContext/AlertContext.js +5 -5
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +26 -26
- package/components/Avatar/Avatar.js +21 -21
- 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 +5 -5
- package/components/Button/Button.js +41 -41
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +5 -5
- 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 +23 -23
- 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 +1 -1
- package/components/Checkbox/Checkbox.js +17 -17
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- 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 +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +5 -5
- package/components/Col/Col.js +130 -130
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- 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 +8 -8
- 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 +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +63 -62
- 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 +4 -4
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- 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 +83 -79
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +1 -1
- 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 +5 -5
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- 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 +87 -72
- 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 +8 -8
- package/components/LightBox/LightBox.js +16 -16
- 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 +8 -8
- 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 +4 -4
- package/components/Link/Link.js +25 -25
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +6 -6
- 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 +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +8 -8
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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 +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
- 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 +6 -6
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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 +12 -12
- 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 +19 -19
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +9 -9
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +25 -25
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +12 -12
- 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 +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +8 -8
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/Suggest.js +52 -89
- 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 +132 -133
- 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 +22 -22
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +6 -6
- package/components/Table/NoColumns.js +1 -1
- 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 +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- 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 +1 -1
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +15 -15
- 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 +6 -6
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +10 -10
- package/components/TagGroup/TagGroup.js +11 -11
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +26 -26
- 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 +41 -43
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +45 -47
- 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 +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- 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 +72 -108
- package/index.js +588 -589
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -534
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +0 -39
- package/chunks/Card.module-BLsCGNSy.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +0 -14
- package/chunks/Confirm.module-CzudnAyq.js +0 -15
- package/chunks/DropdownMobile.module-DOLon8EA.js +0 -23
- package/chunks/Footer.module-BVFglVCT.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +0 -9
- package/chunks/HeaderTabs.module-BD-cjJN0.js +0 -9
- package/chunks/IslandAccordion.module-DuBXHdTP.js +0 -25
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +0 -9
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +0 -9
- package/chunks/LightBoxContent-B5TEJXI-.js +0 -56
- package/chunks/LightBoxControls.module-4BsaXW9O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +0 -8
- package/chunks/ListItemTail.module-Dqje1Ta9.js +0 -12
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +0 -10
- package/chunks/ModalWindow.module-BhRZeAo8.js +0 -17
- package/chunks/Notification.module-DwrRfWOt.js +0 -21
- package/chunks/Overlay.module-B6CO6ER3.js +0 -18
- package/chunks/Page.module-DkHondpd.js +0 -11
- package/chunks/SMSField.module-CDTpuKgF.js +0 -16
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +0 -15
- package/chunks/StatusTracker.module-DkISSFNd.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BM9lOqXe.js +0 -15
- package/chunks/TableFooter.module-zu7cE58N.js +0 -14
- package/chunks/TabsExtended.module-CKJx5gTC.js +0 -16
- package/chunks/TabsLine.module-dWFH4Lb0.js +0 -21
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +0 -19
- package/chunks/TreeView.module-CBWqJQ3g.js +0 -9
- package/chunks/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-QtOC5s-T.js +0 -36
- 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,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__47140373", s = "sticky__811f890f", o = "listMasterFooterDescription__dc005fbb", r = "listMasterFooterControls__e20293db", e = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: r
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
e as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-8-LOEhYM.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__e7b0d2b5", n = "modalWindowBackdrop__a2ec3347", d = "modalWindow__7ef0af35", a = "modalWindowContentWrapper__33463753", e = "modalWindowContent__fa6c8356", t = "modalWindowResizeWrapper__7e884758", i = "sm__67a0b694", m = "md__3908cdea", W = "lg__b33a3334", l = "modalWindowContentPage__24a38192", r = "modalWindowLoaderScreen__2e52196f", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: n,
|
|
4
|
+
modalWindow: d,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-uM-PCOaZ.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__999462a7", t = "extraBottomPadding__24daf121", i = "notificationHeader__a0debd7b", n = "notificationIcon__6eb92aab", c = "notificationBody__ba557dad", a = "notificationBodyList__dd9ddf50", e = "notificationBodyContent__7393b6b2", f = "notificationClose__163d01e0", d = "showCloseOnHover__a8458981", s = "notificationFooter__61461bf5", r = "notificationTime__3d0f7e82", _ = "notificationGroupedWrapper__c3b2da1e", p = "notificationGroupedFooterItem__2f1953c5", B = "first__4a3e646d", b = "second__ac6df91b", y = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: a,
|
|
8
|
+
notificationBodyContent: e,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: d,
|
|
11
|
+
notificationFooter: s,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: b
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
y as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-B7fXFvwU.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const o = "overlay__4e5a7f7a", e = "fixed__0235a6c5", t = "closing__83346afd", a = "opened__78ec4ef6", n = "overlayPanel__817b88d9", l = "bottom__afe7257d", _ = "left__cc9230f9", s = "right__8fa0622a", c = "top__332a48f8", r = "overlayContent__551e9759", y = "overlayMask__4ac6b077", v = "overlayOpened__6f6a9975", f = {
|
|
2
|
+
overlay: o,
|
|
3
|
+
fixed: e,
|
|
4
|
+
closing: t,
|
|
5
|
+
opened: a,
|
|
6
|
+
overlayPanel: n,
|
|
7
|
+
bottom: l,
|
|
8
|
+
left: _,
|
|
9
|
+
right: s,
|
|
10
|
+
top: c,
|
|
11
|
+
overlayContent: r,
|
|
12
|
+
overlayMask: y,
|
|
13
|
+
overlayOpened: v
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
f as s
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Overlay.module-Dtk3whPQ.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = "page__81338e5a", a = "headerPageTypeFirst__0dc198c7", t = "sticky__7893e2b4", s = "footerPageTypeFirst__cb2a0076", 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-CoeirpZV.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
|
|
4
|
-
stepperStep:
|
|
5
|
-
sm:
|
|
3
|
+
const n = "stepperStep__0edd3b5e", d = "sm__c1c8b5a0", c = "content__7c89320f", i = "arrow__54760f31", L = "md__0c53009f", a = "lg__a4d28ab1", r = "active__77647735", p = "disabled__59faaa60", C = "error__8bf2ce5a", w = "warning__257e7f0d", v = "completed__a583c038", h = "inactive__148b0b5b", _ = "focusVisible__16e654b0", f = "icon__3401919f", u = "nonempty__b47e66dc", o = {
|
|
4
|
+
stepperStep: n,
|
|
5
|
+
sm: d,
|
|
6
6
|
content: c,
|
|
7
7
|
arrow: i,
|
|
8
8
|
md: L,
|
|
9
|
-
lg:
|
|
10
|
-
active:
|
|
9
|
+
lg: a,
|
|
10
|
+
active: r,
|
|
11
11
|
disabled: p,
|
|
12
12
|
error: C,
|
|
13
13
|
warning: w,
|
|
@@ -16,8 +16,8 @@ const s = "stepperStep__a0efa3fc", n = "sm__8b39e94d", c = "content__c9c3acc5",
|
|
|
16
16
|
focusVisible: _,
|
|
17
17
|
icon: f,
|
|
18
18
|
nonempty: u
|
|
19
|
-
}, b = ({ size:
|
|
20
|
-
switch (
|
|
19
|
+
}, b = ({ size: s }) => {
|
|
20
|
+
switch (s) {
|
|
21
21
|
case l.SM:
|
|
22
22
|
return /* @__PURE__ */ t(
|
|
23
23
|
"svg",
|
|
@@ -143,4 +143,4 @@ export {
|
|
|
143
143
|
b as R,
|
|
144
144
|
o as s
|
|
145
145
|
};
|
|
146
|
-
//# sourceMappingURL=RightBorderArrow-
|
|
146
|
+
//# sourceMappingURL=RightBorderArrow-CxMqoJOA.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "smsField__0f673605", s = "input__1650b853", n = "lg__8b3bfa27", _ = "md__af92affd", e = "sm__cbbaa851", c = "btnRefresh__63fbc20c", b = "full__fa0f9614", f = "empty__4f660605", m = "btnSubmit__13bea132", l = "active__d836fdd6", i = {
|
|
2
|
+
smsField: t,
|
|
3
|
+
input: s,
|
|
4
|
+
lg: n,
|
|
5
|
+
md: _,
|
|
6
|
+
sm: e,
|
|
7
|
+
btnRefresh: c,
|
|
8
|
+
full: b,
|
|
9
|
+
empty: f,
|
|
10
|
+
btnSubmit: m,
|
|
11
|
+
active: l
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
i as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=SMSField.module-wdtLV1SH.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const e = "sliderExtendedMarks__c2f0cd0b", d = "sliderExtendedMark__9dd883f0", t = "sliderExtendedMarkDot__6c5acdd2", s = "inSelectedRange__f145a8d7", r = "lg__ac7347a5", a = "sliderExtendedMarkText__fbbc31b0", n = "disabled__f3e2f707", c = "reverse__fa569468", l = "active__8bc6ec2a", i = {
|
|
2
|
+
sliderExtendedMarks: e,
|
|
3
|
+
sliderExtendedMark: d,
|
|
4
|
+
sliderExtendedMarkDot: t,
|
|
5
|
+
inSelectedRange: s,
|
|
6
|
+
lg: r,
|
|
7
|
+
sliderExtendedMarkText: a,
|
|
8
|
+
disabled: n,
|
|
9
|
+
reverse: c,
|
|
10
|
+
active: l
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
i as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=SliderExtendedMarks.module-ll3UD_YO.js.map
|
|
@@ -3,13 +3,13 @@ import { useContext as u } from "react";
|
|
|
3
3
|
import { SliderExtendedContext as E } from "../components/SliderExtended/SliderExtendedContext.js";
|
|
4
4
|
import { SliderExtendedUtils as d } from "../components/SliderExtended/SliderExtendedUtils.js";
|
|
5
5
|
import { c as p } from "./vendor-CalMVkfj.js";
|
|
6
|
-
const R = "
|
|
6
|
+
const R = "sliderExtendedRail__40c75a0e", g = "sliderExtended__97e31fad", _ = "disabled__f3e2f707", N = "lg__ac7347a5", S = {
|
|
7
7
|
sliderExtendedRail: R,
|
|
8
8
|
sliderExtended: g,
|
|
9
9
|
disabled: _,
|
|
10
10
|
lg: N
|
|
11
|
-
}, C = ({ className:
|
|
12
|
-
const { dots:
|
|
11
|
+
}, C = ({ className: a, ...i }) => {
|
|
12
|
+
const { dots: r, railNode: s, reverse: o, setRailNode: n, steps: c } = u(E), x = (e) => {
|
|
13
13
|
n(e);
|
|
14
14
|
}, m = (e) => {
|
|
15
15
|
if (s) {
|
|
@@ -19,16 +19,16 @@ const R = "sliderExtendedRail__6d9a0fa3", g = "sliderExtended__14b4f7e8", _ = "d
|
|
|
19
19
|
});
|
|
20
20
|
o && (t = 100 - t);
|
|
21
21
|
const l = d.getNearestStep({ normalizedValue: t, steps: c });
|
|
22
|
-
d.getNearestDotByValue({ dots:
|
|
22
|
+
d.getNearestDotByValue({ dots: r, value: l.value }).changeValue(l.value);
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
return /* @__PURE__ */ f(
|
|
26
26
|
"div",
|
|
27
27
|
{
|
|
28
28
|
ref: x,
|
|
29
|
-
className: p(S.sliderExtendedRail,
|
|
29
|
+
className: p(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-BdLhibqT.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const t = "statusTrackerWrapper__78f6370d", r = "statusTracker__a6a6a283", a = "verticalAlignMiddle__a749f20a", s = "verticalAlignBottom__e5710f45", e = "statusTrackerChild__7674b8a9", c = "statusTrackerSum__747d99ba", o = "statusTrackerTitle__e3527358", u = "statusTrackerDescription__d081bec5", n = "statusTrackerAlert__881b6bac", k = "statusTrackerStatus__a220c81d", T = "statusTrackerFooterWrapper__0917d13f", i = "statusTrackerButton__78d5cdb0", _ = "statusTrackerColor__64b461fb", d = "waiting__2639901d", l = "warning__51cdfc81", p = "rejected__1458a5c8", g = "approved__bf88e28a", b = "statusTrackerBackground__995c2d3e", 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: d,
|
|
16
|
+
warning: l,
|
|
17
|
+
rejected: p,
|
|
18
|
+
approved: g,
|
|
19
|
+
statusTrackerBackground: b
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
v as s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=StatusTracker.module-DrbWwUtn.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 l = "suggestFieldMobileBody__ae9f909f", d = "suggestFieldMobileDropdownHint__286c2022", g = {
|
|
7
|
+
suggestFieldMobileBody: l,
|
|
8
|
+
suggestFieldMobileDropdownHint: d
|
|
9
|
+
}, M = ({ children: o }) => /* @__PURE__ */ e(s, { className: g.suggestFieldMobileDropdownHint, type: t.PRIMARY, size: i.B3, tag: "div", children: o });
|
|
10
|
+
export {
|
|
11
|
+
M as S,
|
|
12
|
+
g as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=SuggestFieldMobileDropdownHint-C5OdORCu.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "tableFooterWrapper__e2db9477", t = "tableFooterShadow__192e7a12", o = "tableFooter__cae9f923", a = "tableFooterSummary__d73a2f2a", r = "tableFooterSummarySelectedCount__c9aa30b2", l = "tableFooterSummarySelectAllButton__e9f073c1", m = "tableFooterSummaryAmount__ce3d2e82", b = "tableFooterSummaryLabel__b3812122", u = {
|
|
2
|
+
tableFooterWrapper: e,
|
|
3
|
+
tableFooterShadow: t,
|
|
4
|
+
tableFooter: o,
|
|
5
|
+
tableFooterSummary: a,
|
|
6
|
+
tableFooterSummarySelectedCount: r,
|
|
7
|
+
tableFooterSummarySelectAllButton: l,
|
|
8
|
+
tableFooterSummaryAmount: m,
|
|
9
|
+
tableFooterSummaryLabel: b
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
u as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=TableFooter.module-BDsK8o22.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "tabsExtended__d4b46654", e = "tabsExtendedContent__796aabc6", d = "sm__2195fe50", s = "md__755c041a", n = "lg__25d14c25", a = "tabsExtendedTab__2f42bca5", b = "tabsExtendedDropdown__2e5715c1", c = "tabsReal__eb355fb4", o = "tabsFake__3e6eb9c6", _ = "hidden__8bce5ccc", x = {
|
|
2
|
+
tabsExtended: t,
|
|
3
|
+
tabsExtendedContent: e,
|
|
4
|
+
sm: d,
|
|
5
|
+
md: s,
|
|
6
|
+
lg: n,
|
|
7
|
+
tabsExtendedTab: a,
|
|
8
|
+
tabsExtendedDropdown: b,
|
|
9
|
+
tabsReal: c,
|
|
10
|
+
tabsFake: o,
|
|
11
|
+
hidden: _
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
x as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=TabsExtended.module-jfDq5xSa.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "tabsLineWrapper__6ad02d0f", n = "withSeparator__a7938827", t = "tabsLine__483b77b6", e = "sm__d43eb234", a = "md__85a9b883", r = "lg__8e526b35", d = "tab__77cbd144", s = "active__67e33974", c = "notificationIcon__5f640f17", _ = "tabsLineDropdown__78e5590f", p = "dropdownTarget__7ff67f51", i = "dropdownTargetInner__74dc12c6", b = "dropdownTargetCaret__7319896c", w = "opened__98941777", g = "dropdown__741c5a89", f = {
|
|
2
|
+
tabsLineWrapper: o,
|
|
3
|
+
withSeparator: n,
|
|
4
|
+
tabsLine: t,
|
|
5
|
+
sm: e,
|
|
6
|
+
md: a,
|
|
7
|
+
lg: r,
|
|
8
|
+
tab: d,
|
|
9
|
+
active: s,
|
|
10
|
+
notificationIcon: c,
|
|
11
|
+
tabsLineDropdown: _,
|
|
12
|
+
dropdownTarget: p,
|
|
13
|
+
dropdownTargetInner: i,
|
|
14
|
+
dropdownTargetCaret: b,
|
|
15
|
+
opened: w,
|
|
16
|
+
dropdown: g
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
f as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=TabsLine.module-BnotsPff.js.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const t = "tooltipDesktop__32d613b9", o = "tooltipBody__f01f18ca", p = "tooltipXButton__ef2f72ab", l = "tooltipDesktopContent__bc63c758", i = "closable__f68f09c7", s = "tooltipSM__03c0f49c", e = "tooltipLG__54f3b31a", n = "tooltipOverlay__7b0f17b8", _ = "tooltipDesktopTip__cf798181", c = "down__a3c8fde6", f = "up__3efd6b66", a = "left__64fefee5", b = "right__04f55133", d = {
|
|
2
|
+
tooltipDesktop: t,
|
|
3
|
+
tooltipBody: o,
|
|
4
|
+
tooltipXButton: p,
|
|
5
|
+
tooltipDesktopContent: l,
|
|
6
|
+
closable: i,
|
|
7
|
+
tooltipSM: s,
|
|
8
|
+
tooltipLG: e,
|
|
9
|
+
tooltipOverlay: n,
|
|
10
|
+
tooltipDesktopTip: _,
|
|
11
|
+
down: c,
|
|
12
|
+
up: f,
|
|
13
|
+
left: a,
|
|
14
|
+
right: b
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
d as s
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=TooltipDesktop.module-CAL6IPaE.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import r, { createElement as l } from "react";
|
|
2
2
|
import { UploadZoneContext as u } from "../components/UploadZone/UploadZoneContext.js";
|
|
3
3
|
import { c as d } from "./vendor-CalMVkfj.js";
|
|
4
|
-
const s = "
|
|
4
|
+
const s = "uploadZone__51639398", c = "uploadZoneDragArea__cb195be9", Z = "uploadZoneContainerDragArea__d8ebf97a", i = "uploadZoneInput__226bb0d1", g = {
|
|
5
5
|
uploadZone: s,
|
|
6
6
|
uploadZoneDragArea: c,
|
|
7
7
|
uploadZoneContainerDragArea: Z,
|
|
8
8
|
uploadZoneInput: i
|
|
9
9
|
}, C = ({ className: n, ...a }) => {
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
}, p = (
|
|
13
|
-
|
|
10
|
+
const e = r.useContext(u), t = (o) => {
|
|
11
|
+
e.onChange(o.target.files, o);
|
|
12
|
+
}, p = (o) => {
|
|
13
|
+
o.currentTarget.value = "";
|
|
14
14
|
};
|
|
15
15
|
return /* @__PURE__ */ l(
|
|
16
16
|
"input",
|
|
@@ -20,7 +20,7 @@ const s = "uploadZone__446ed5e0", c = "uploadZoneDragArea__53ee58d7", Z = "uploa
|
|
|
20
20
|
className: d(n, g.uploadZoneInput),
|
|
21
21
|
onChange: t,
|
|
22
22
|
onClick: p,
|
|
23
|
-
ref:
|
|
23
|
+
ref: e.setInputNode,
|
|
24
24
|
key: "uploadZoneInput"
|
|
25
25
|
}
|
|
26
26
|
);
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
C as U,
|
|
31
31
|
g as s
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=UploadZoneInput-
|
|
33
|
+
//# sourceMappingURL=UploadZoneInput-DRVoNz0G.js.map
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { EFontType as r } from "../components/Typography/enums.js";
|
|
2
|
+
const n = "underline__fefd594f", t = "strikethrough__985d7026", s = "underlineStrikethrough__bf4b05af", a = "typography__4b86723a", o = "primary__d3a58667", c = "primaryInvert__e941b117", _ = "complementary__70d4fe65", I = "complementaryInvert__4258edf4", i = "secondary__5e4406cb", d = "secondaryInvert__6d5e6a53", y = "tertiary__e7077a12", v = "tertiaryInvert__c0cb6df3", m = "disabled__891ada57", R = "disabledInvert__d680de41", E = "brand__8e6f938a", p = "brandInvert__7504f8b4", b = "info__95421d10", N = "infoInvert__0a695fc8", f = "success__5efc5a85", l = "successInvert__f93c8914", T = "error__c3a67bb8", u = "errorInvert__5051f134", S = "warning__0fce8e63", g = "warningInvert__e4acce1d", A = "system__802d4480", h = "systemInvert__2e2b686c", e = {
|
|
3
|
+
underline: n,
|
|
4
|
+
strikethrough: t,
|
|
5
|
+
underlineStrikethrough: s,
|
|
6
|
+
typography: a,
|
|
7
|
+
primary: o,
|
|
8
|
+
primaryInvert: c,
|
|
9
|
+
complementary: _,
|
|
10
|
+
complementaryInvert: I,
|
|
11
|
+
secondary: i,
|
|
12
|
+
secondaryInvert: d,
|
|
13
|
+
tertiary: y,
|
|
14
|
+
tertiaryInvert: v,
|
|
15
|
+
disabled: m,
|
|
16
|
+
disabledInvert: R,
|
|
17
|
+
brand: E,
|
|
18
|
+
brandInvert: p,
|
|
19
|
+
info: b,
|
|
20
|
+
infoInvert: N,
|
|
21
|
+
success: f,
|
|
22
|
+
successInvert: l,
|
|
23
|
+
error: T,
|
|
24
|
+
errorInvert: u,
|
|
25
|
+
warning: S,
|
|
26
|
+
warningInvert: g,
|
|
27
|
+
system: A,
|
|
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-C0-h2pRq.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EIslandType as t } from "../components/Island/enums.js";
|
|
2
|
+
const a = "island__fa1b6aa6", c = "type1__f0dafc88", p = "type2__f35807eb", _ = "type3__8eda6cb7", n = "sm__e69590f3", y = "md__b2f802c5", o = "lg__cf703a1b", s = {
|
|
3
|
+
island: a,
|
|
4
|
+
type1: c,
|
|
5
|
+
type2: p,
|
|
6
|
+
type3: _,
|
|
7
|
+
sm: n,
|
|
8
|
+
md: y,
|
|
9
|
+
lg: o
|
|
10
|
+
}, d = (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
|
+
d as m,
|
|
22
|
+
s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=utils-Bdg4Vfo1.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
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__b49bb68b", a = "tabButtonText__2faa7054", c = "lg__25d14c25", _ = "md__755c041a", d = "sm__2195fe50", b = "type1__c0ea032e", p = "selected__b35efa33", i = "type2__40943122", T = "notificationIcon__9ee67eea", n = {
|
|
5
5
|
tabsExtendedTabButton: s,
|
|
6
6
|
tabButtonText: a,
|
|
7
7
|
lg: c,
|
|
8
|
-
md:
|
|
9
|
-
sm:
|
|
8
|
+
md: _,
|
|
9
|
+
sm: d,
|
|
10
10
|
type1: b,
|
|
11
11
|
selected: p,
|
|
12
12
|
type2: i,
|
|
@@ -15,13 +15,13 @@ const s = "tabsExtendedTabButton__c139914d", a = "tabButtonText__49826220", c =
|
|
|
15
15
|
[t.LG]: e.B2,
|
|
16
16
|
[t.MD]: e.B3,
|
|
17
17
|
[t.SM]: e.B4
|
|
18
|
-
},
|
|
18
|
+
}, f = {
|
|
19
19
|
[o.TYPE_1]: n.type1,
|
|
20
20
|
[o.TYPE_2]: n.type2
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
23
|
E as a,
|
|
24
24
|
n as s,
|
|
25
|
-
|
|
25
|
+
f as t
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=utils-
|
|
27
|
+
//# sourceMappingURL=utils-DYe-VisL.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EHorizontalAlign as
|
|
2
|
-
const n = "
|
|
1
|
+
import { EHorizontalAlign as a, EVerticalAlign as t, ECellType as l } from "../components/Table/TableBasic/enums.js";
|
|
2
|
+
const n = "tableBasic__b2bf3aa2", r = "alignLeft__1a20ce70", i = "alignRight__a95fe5d1", o = "alignCenter__11fbb86a", s = "verticalAlignBaseline__2af50c8f", _ = "verticalAlignSub__78700d7d", g = "verticalAlignSuper__345d55c4", T = "verticalAlignTextTop__d4cc0ba5", p = "verticalAlignTextBottom__bf4f88b1", v = "verticalAlignMiddle__88c26c72", A = "verticalAlignTop__d3f3dcbf", d = "verticalAlignBottom__b442cac3", b = "checkboxType__bccff647", B = "thBlock__66a14233", f = "order__f675ddd6", u = "orderButton__95610624", m = "sorted__c0636aec", E = "textType__ae7f7e48", y = "componentsType__9fa2ac4b", h = "selected__0878d50e", x = "clickable__e48ac133", C = "hoverable__e868731e", S = "footerEmptyData__63bcb6a1", L = "spinnerWrapper__e59f80f0", k = "tableLoaderScreen__2e6cd819", O = "overlayCover__152bf6d9", e = {
|
|
3
3
|
tableBasic: n,
|
|
4
4
|
alignLeft: r,
|
|
5
5
|
alignRight: i,
|
|
@@ -14,8 +14,8 @@ const n = "tableBasic__f3c9302a", r = "alignLeft__fa10c9b6", i = "alignRight__e8
|
|
|
14
14
|
verticalAlignBottom: d,
|
|
15
15
|
checkboxType: b,
|
|
16
16
|
thBlock: B,
|
|
17
|
-
order:
|
|
18
|
-
orderButton:
|
|
17
|
+
order: f,
|
|
18
|
+
orderButton: u,
|
|
19
19
|
sorted: m,
|
|
20
20
|
textType: E,
|
|
21
21
|
componentsType: y,
|
|
@@ -26,17 +26,17 @@ const n = "tableBasic__f3c9302a", r = "alignLeft__fa10c9b6", i = "alignRight__e8
|
|
|
26
26
|
spinnerWrapper: L,
|
|
27
27
|
tableLoaderScreen: k,
|
|
28
28
|
overlayCover: O
|
|
29
|
-
}, N = (
|
|
30
|
-
switch (
|
|
31
|
-
case
|
|
29
|
+
}, N = (c = a.LEFT) => {
|
|
30
|
+
switch (c) {
|
|
31
|
+
case a.LEFT:
|
|
32
32
|
return e.alignLeft;
|
|
33
|
-
case
|
|
33
|
+
case a.RIGHT:
|
|
34
34
|
return e.alignRight;
|
|
35
|
-
case
|
|
35
|
+
case a.CENTER:
|
|
36
36
|
return e.alignCenter;
|
|
37
37
|
}
|
|
38
|
-
}, R = (
|
|
39
|
-
switch (
|
|
38
|
+
}, R = (c = t.BASELINE) => {
|
|
39
|
+
switch (c) {
|
|
40
40
|
case t.BASELINE:
|
|
41
41
|
return e.verticalAlignBaseline;
|
|
42
42
|
case t.SUB:
|
|
@@ -54,8 +54,8 @@ const n = "tableBasic__f3c9302a", r = "alignLeft__fa10c9b6", i = "alignRight__e8
|
|
|
54
54
|
case t.BOTTOM:
|
|
55
55
|
return e.verticalAlignBottom;
|
|
56
56
|
}
|
|
57
|
-
}, D = (
|
|
58
|
-
switch (
|
|
57
|
+
}, D = (c = l.TEXT) => {
|
|
58
|
+
switch (c) {
|
|
59
59
|
case l.TEXT:
|
|
60
60
|
return e.textType;
|
|
61
61
|
case l.COMPONENTS:
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
N as m,
|
|
71
71
|
e as s
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=utils-
|
|
73
|
+
//# sourceMappingURL=utils-DykNYdbk.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EMarkerStatus as s } from "../components/Marker/enums.js";
|
|
2
|
-
const a = "
|
|
2
|
+
const a = "marker__41b2d8bc", n = "md__224ea149", t = "lg__be753611", c = "success__020d8ff3", e = "error__3d3ae2ad", o = "warning__8a327850", _ = "waiting__4d9ddd9d", r = {
|
|
3
3
|
marker: a,
|
|
4
4
|
md: n,
|
|
5
5
|
lg: t,
|
|
@@ -7,7 +7,7 @@ const a = "marker__19b2bdfc", n = "md__9020415f", t = "lg__8a270de7", c = "succe
|
|
|
7
7
|
error: e,
|
|
8
8
|
warning: o,
|
|
9
9
|
waiting: _
|
|
10
|
-
},
|
|
10
|
+
}, d = {
|
|
11
11
|
[s.SUCCESS]: r.success,
|
|
12
12
|
[s.ERROR]: r.error,
|
|
13
13
|
[s.WARNING]: r.warning,
|
|
@@ -15,6 +15,6 @@ const a = "marker__19b2bdfc", n = "md__9020415f", t = "lg__8a270de7", c = "succe
|
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
17
|
r as a,
|
|
18
|
-
|
|
18
|
+
d as s
|
|
19
19
|
};
|
|
20
|
-
//# sourceMappingURL=utils-
|
|
20
|
+
//# sourceMappingURL=utils-qhEFBj7O.js.map
|
|
@@ -6,11 +6,11 @@ import { Text as y } from "../../Typography/Text.js";
|
|
|
6
6
|
import { EFontType as r, ETextSize as I } from "../../Typography/enums.js";
|
|
7
7
|
import { SystemStrokeStsIcon16 as f, ErrorStrokeStsIcon16 as S, WarningStrokeStsIcon16 as i, InfoStrokeStsIcon16 as R } from "@sberbusiness/icons-next";
|
|
8
8
|
import { c as N } from "../../../chunks/vendor-CalMVkfj.js";
|
|
9
|
-
const E = "
|
|
9
|
+
const E = "alertContext__a5217a88", C = "alertContextText__1ff95001", _ = "alertTypeError__9c555996", d = "alertTypeInfo__e28d337a", A = "alertTypeWarning__b6f5acb3", O = "alertTypeSystem__70da9e4a", n = {
|
|
10
10
|
alertContext: E,
|
|
11
|
-
alertContextText:
|
|
12
|
-
alertTypeError:
|
|
13
|
-
alertTypeInfo:
|
|
11
|
+
alertContextText: C,
|
|
12
|
+
alertTypeError: _,
|
|
13
|
+
alertTypeInfo: d,
|
|
14
14
|
alertTypeWarning: A,
|
|
15
15
|
alertTypeSystem: O
|
|
16
16
|
}, W = (o) => {
|
|
@@ -36,7 +36,7 @@ const E = "alertContext__e2b1b33e", d = "alertContextText__730495c6", C = "alert
|
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: N(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "0.
|
|
39
|
+
"data-tx": "0.15.0",
|
|
40
40
|
ref: c,
|
|
41
41
|
children: [
|
|
42
42
|
s || W(a),
|
|
@@ -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-DwZ5kXLz.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-CalMVkfj.js";
|
|
@@ -38,7 +38,7 @@ const O = (o) => {
|
|
|
38
38
|
d
|
|
39
39
|
),
|
|
40
40
|
...f,
|
|
41
|
-
"data-tx": "0.
|
|
41
|
+
"data-tx": "0.15.0",
|
|
42
42
|
ref: I,
|
|
43
43
|
children: [
|
|
44
44
|
/* @__PURE__ */ e("div", { className: r.themeIcon, children: c || 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-DwZ5kXLz.js";
|
|
7
7
|
import "../../../../chunks/vendor-CalMVkfj.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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-CalMVkfj.js";
|
|
4
|
-
const N = "
|
|
4
|
+
const N = "adaptive__6dbab407", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
@@ -24,7 +24,7 @@ const N = "adaptive__f662948a", _ = {
|
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "0.
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "0.15.0", children: [
|
|
28
28
|
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
29
|
e && p()
|
|
30
30
|
] });
|