@sberbusiness/triplex-next 1.12.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/chunks/AlertProcessSpoiler-DALLbh4Y.js +39 -0
- package/chunks/{CalendarViewItem-DM6giHDZ.js → CalendarViewItem-DE57LdxF.js} +28 -28
- package/chunks/Card.module-D18ujhsr.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BGrgoYFp.js +14 -0
- package/chunks/{Chip-DAuhowke.js → Chip-CBP_avtm.js} +11 -11
- package/chunks/Confirm.module-Y-2NyRFX.js +15 -0
- package/chunks/{DropdownListItem-Dd97YDii.js → DropdownListItem-C6I9gVRb.js} +13 -13
- package/chunks/DropdownMobile.module-ppF6TvoG.js +23 -0
- package/chunks/Footer.module-BlHDTNCR.js +9 -0
- package/chunks/FormFieldInput-D2lqfg4n.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-hEx6xNDd.js +9 -0
- package/chunks/HeaderTabs.module-msmMm_BI.js +9 -0
- package/chunks/{HeaderTitle.module-B5-wunmu.js → HeaderTitle.module-D2Le-Vmd.js} +2 -2
- package/chunks/IslandAccordion.module-DpgAGmIN.js +25 -0
- package/chunks/IslandWidgetFooter.module-DhoYKy6M.js +9 -0
- package/chunks/IslandWidgetHeader.module-BFXzve-T.js +9 -0
- package/chunks/LightBoxContent-Bi0IQWNc.js +56 -0
- package/chunks/LightBoxControls.module-DTFEWumP.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CLzUeuQG.js +8 -0
- package/chunks/{ListItemControlsButton-CzGamwTx.js → ListItemControlsButton--Ek4l8AX.js} +13 -13
- package/chunks/ListItemTail.module-DrFpbbjw.js +12 -0
- package/chunks/ListMasterFooter.module-CMNUIWxu.js +10 -0
- package/chunks/ModalWindow.module-CMT6Qwhi.js +17 -0
- package/chunks/Notification.module-8g0up3Mn.js +21 -0
- package/chunks/Overlay.module-CJZIns4Y.js +18 -0
- package/chunks/Page.module-Cq-KMJ_J.js +11 -0
- package/chunks/{RightBorderArrow-DCUUrij3.js → RightBorderArrow-BqzM7D6K.js} +12 -12
- package/chunks/SMSField.module-Dpw_velC.js +16 -0
- package/chunks/SliderExtendedMarks.module-Cwy_TAtg.js +15 -0
- package/chunks/{SliderExtendedRail-BGydR8-k.js → SliderExtendedRail-BxflNPkW.js} +11 -11
- package/chunks/StatusTracker.module-BPaAftS3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-B1y2_WeW.js → SuggestFieldMobileDropdownHint-CooicUNx.js} +2 -2
- package/chunks/TableFooter.module-BXib8bAF.js +14 -0
- package/chunks/TabsExtended.module-41dIJqTz.js +16 -0
- package/chunks/TabsLine.module-DY1bt47O.js +21 -0
- package/chunks/TooltipDesktop.module-BP9en5Mr.js +19 -0
- package/chunks/TreeView.module-ssEB6Mn6.js +9 -0
- package/chunks/UploadZoneInput--oJn7HTT.js +33 -0
- package/chunks/utils-6FIQkvvy.js +36 -0
- package/chunks/utils-B5Py99ZO.js +73 -0
- package/chunks/utils-BX1E8zy3.js +24 -0
- package/chunks/utils-Cyb1tecG.js +20 -0
- package/chunks/{utils-BxluXyQN.js → utils-DPkyEvqV.js} +10 -10
- package/chunks/vendor-DucOfXwy.js +12269 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +11 -11
- package/components/AmountField/AmountField.js +7 -7
- package/components/Avatar/Avatar.js +27 -0
- package/components/Avatar/enums.js +5 -0
- package/components/Avatar/index.js +7 -0
- package/components/Avatar/types.js +2 -0
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +45 -44
- package/components/Calendar/CalendarContext.js +4 -4
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +14 -13
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +26 -26
- package/components/Calendar/components/CalendarViewYears.js +16 -16
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +12 -12
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +18 -18
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTree/CheckboxTree.js +14 -13
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +12 -12
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +37 -36
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/DesignTokens/DesignTokensComponents.js +106 -104
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
- package/components/DesignTokens/components/Avatar.js +9 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/index.js +156 -153
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
- package/components/Ellipsis/Ellipsis.js +11 -11
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +56 -50
- package/components/FormField/components/FormFieldClear.js +18 -18
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +2 -2
- package/components/FormField/components/FormFieldPrefix.js +10 -10
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +34 -37
- package/components/FormField/index.js +16 -15
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +3 -3
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +47 -48
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +7 -7
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +20 -20
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +11 -11
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -11
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +33 -33
- package/components/List/List.js +5 -5
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +4 -4
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +3 -3
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +2 -2
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +11 -11
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +3 -3
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +20 -20
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +5 -5
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +12 -12
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +37 -37
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +23 -23
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +4 -4
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +30 -29
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +30 -30
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +2 -2
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +8 -8
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +36 -35
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +5 -5
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +16 -16
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +69 -91
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +554 -549
- package/consts/DateConst.js +6 -6
- package/index.d.ts +59 -23
- package/index.js +598 -593
- package/package.json +7 -3
- package/styles/triplex-next.css +534 -533
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-2ISgLMAv.js +0 -39
- package/chunks/Card.module-B3p3ckTi.js +0 -17
- package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +0 -11
- package/chunks/Confirm.module-C8vukyYR.js +0 -15
- package/chunks/DropdownMobile.module-CCITYoi5.js +0 -23
- package/chunks/Footer.module-CvMg6tX7.js +0 -9
- package/chunks/FormFieldInput-CkbWg1jd.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +0 -9
- package/chunks/HeaderTabs.module-BByuDFWD.js +0 -9
- package/chunks/IslandAccordion.module-xj0cP0m9.js +0 -25
- package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +0 -9
- package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +0 -9
- package/chunks/LightBoxContent-CkXwpIcr.js +0 -56
- package/chunks/LightBoxControls.module-CzUVzNt3.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +0 -8
- package/chunks/ListItemTail.module-nXIzaumG.js +0 -12
- package/chunks/ListMasterFooter.module-DSwVh_Ga.js +0 -10
- package/chunks/ModalWindow.module-Cve8WlGX.js +0 -17
- package/chunks/Notification.module-CPxgLCeP.js +0 -21
- package/chunks/Overlay.module-CUGc7krZ.js +0 -18
- package/chunks/Page.module-F4pO41fd.js +0 -11
- package/chunks/SMSField.module-DsbfVxJI.js +0 -16
- package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +0 -15
- package/chunks/StatusTracker.module-BfU9IGap.js +0 -24
- package/chunks/TableFooter.module-B85spOme.js +0 -14
- package/chunks/TabsExtended.module-D5Cengc4.js +0 -16
- package/chunks/TabsLine.module-BIWiErhn.js +0 -21
- package/chunks/TooltipDesktop.module-BHooJ0zu.js +0 -19
- package/chunks/TreeView.module-BlFF2oGU.js +0 -9
- package/chunks/UploadZoneInput-BERiqnOn.js +0 -35
- package/chunks/utils-7DZsULe6.js +0 -73
- package/chunks/utils-BSFj4o72.js +0 -24
- package/chunks/utils-Bn_7-Ayu.js +0 -36
- package/chunks/utils-x7NpEaSu.js +0 -20
- package/chunks/vendor-CwhnMZ7o.js +0 -14856
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n, jsxs as J } from "react/jsx-runtime";
|
|
2
2
|
import K, { useState as Q, useRef as l, useEffect as W } from "react";
|
|
3
|
-
import
|
|
3
|
+
import y from "moment";
|
|
4
4
|
import { DatePickerExtended as X } from "../DatePickerExtended/DatePickerExtended.js";
|
|
5
5
|
import { dateFormatYYYYMMDD as Z, globalLimitRange as $ } from "../../consts/DateConst.js";
|
|
6
6
|
import { DateFieldUtils as m } from "./utils.js";
|
|
@@ -11,13 +11,13 @@ import { ETooltipSize as te } from "../Tooltip/enums.js";
|
|
|
11
11
|
import { MobileView as re } from "../MobileView/MobileView.js";
|
|
12
12
|
import { DropdownMobileMaskedInput as T } from "../Dropdown/mobile/DropdownMobileMaskedInput.js";
|
|
13
13
|
import { DateFieldContext as ae } from "./DateFieldContext.js";
|
|
14
|
-
import "../FormField/
|
|
14
|
+
import "../FormField/FormField.js";
|
|
15
15
|
import "../FormField/components/FormFieldDescription.js";
|
|
16
16
|
import "../FormField/components/FormFieldCounter.js";
|
|
17
17
|
import "../FormField/components/FormFieldLabel.js";
|
|
18
18
|
import "../FormField/components/FormFieldClear.js";
|
|
19
19
|
import "../FormField/components/FormFieldTarget.js";
|
|
20
|
-
import "../../chunks/FormFieldInput-
|
|
20
|
+
import "../../chunks/FormFieldInput-D2lqfg4n.js";
|
|
21
21
|
import { FormFieldMaskedInput as ne } from "../FormField/components/FormFieldMaskedInput.js";
|
|
22
22
|
import "../FormField/components/FormFieldPostfix.js";
|
|
23
23
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -40,17 +40,17 @@ const ie = K.forwardRef((x, p) => {
|
|
|
40
40
|
invalidDateHint: L,
|
|
41
41
|
targetProps: j,
|
|
42
42
|
...A
|
|
43
|
-
} = x, [r,
|
|
43
|
+
} = x, [r, D] = Q(
|
|
44
44
|
m.getPickerValues(s, a, i, o)
|
|
45
|
-
), R = l(null), d = l(r), C = l(!1), F = l(!1),
|
|
45
|
+
), R = l(null), d = l(r), C = l(!1), F = l(!1), h = l(!1), u = l(!1);
|
|
46
46
|
W(() => {
|
|
47
47
|
const e = m.getPickerValues(s, a, i, o);
|
|
48
|
-
e.inputString !== r.inputString &&
|
|
48
|
+
e.inputString !== r.inputString && D(e), d.current = e;
|
|
49
49
|
}, [s, a, i, o]);
|
|
50
50
|
const B = (e) => {
|
|
51
51
|
R.current = e, typeof p == "function" ? p(e) : p && (p.current = e);
|
|
52
52
|
}, H = () => {
|
|
53
|
-
const { maskedInputProps: e, ...t } = j || {}, { onChange:
|
|
53
|
+
const { maskedInputProps: e, ...t } = j || {}, { onChange: k, ...G } = e || {};
|
|
54
54
|
return /* @__PURE__ */ n(ae.Provider, { value: { inputFocusedRef: C, onChange: c, triggerChangeFromInput: w }, children: /* @__PURE__ */ n(
|
|
55
55
|
ee,
|
|
56
56
|
{
|
|
@@ -64,7 +64,7 @@ const ie = K.forwardRef((x, p) => {
|
|
|
64
64
|
"aria-label": Y,
|
|
65
65
|
"aria-labelledby": z,
|
|
66
66
|
onChange: (v) => {
|
|
67
|
-
V(v),
|
|
67
|
+
V(v), k == null || k(v);
|
|
68
68
|
},
|
|
69
69
|
...G
|
|
70
70
|
},
|
|
@@ -82,7 +82,7 @@ const ie = K.forwardRef((x, p) => {
|
|
|
82
82
|
}
|
|
83
83
|
), V = (e) => {
|
|
84
84
|
let t = null;
|
|
85
|
-
e.target.value.length === b.length ? (t = y(e.target.value, b, !0), (!t.isValid() || !m.isAvailableDate(t, t.format(a), i, o)) && (t = null), u.current = !t) : u.current = !1,
|
|
85
|
+
e.target.value.length === b.length ? (t = y(e.target.value, b, !0), (!t.isValid() || !m.isAvailableDate(t, t.format(a), i, o)) && (t = null), u.current = !t) : u.current = !1, D({ calendarDate: t, inputString: e.target.value });
|
|
86
86
|
}, w = () => {
|
|
87
87
|
if (r.inputString.length === 0 && s.length !== 0)
|
|
88
88
|
return c(r.inputString);
|
|
@@ -94,13 +94,13 @@ const ie = K.forwardRef((x, p) => {
|
|
|
94
94
|
if (m.isAvailableDate(e, t, i, o))
|
|
95
95
|
return c(t);
|
|
96
96
|
}
|
|
97
|
-
r.inputString !== d.current.inputString && (u.current = !1,
|
|
97
|
+
r.inputString !== d.current.inputString && (u.current = !1, D(d.current));
|
|
98
98
|
}, N = () => {
|
|
99
99
|
F.current = !0, f == null || f();
|
|
100
100
|
}, U = () => {
|
|
101
|
-
F.current = !1,
|
|
101
|
+
F.current = !1, h.current ? h.current = !1 : !C.current && r.inputString !== d.current.inputString && w(), g == null || g();
|
|
102
102
|
}, q = (e) => {
|
|
103
|
-
|
|
103
|
+
h.current = !0, u.current = !1, c(e.format(a));
|
|
104
104
|
}, M = () => /* @__PURE__ */ n(
|
|
105
105
|
X,
|
|
106
106
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from "moment";
|
|
2
2
|
import { inputDateFormat as o } from "./constants.js";
|
|
3
|
-
import { isDayDisabled as
|
|
3
|
+
import { isDayDisabled as u } from "../Calendar/utils.js";
|
|
4
4
|
const i = {
|
|
5
5
|
/** Получить значения пикера. */
|
|
6
6
|
getPickerValues: (t, a, r, n) => {
|
|
@@ -15,7 +15,7 @@ const i = {
|
|
|
15
15
|
return !e.isValid() || !i.isAvailableDate(e, t, r, n) ? null : e;
|
|
16
16
|
},
|
|
17
17
|
/** Является ли дата доступной. */
|
|
18
|
-
isAvailableDate: (t, a, r, n) => !(t.isBefore(r.dateFrom, "day") || t.isAfter(r.dateTo, "day") ||
|
|
18
|
+
isAvailableDate: (t, a, r, n) => !(t.isBefore(r.dateFrom, "day") || t.isAfter(r.dateTo, "day") || u(a, n))
|
|
19
19
|
};
|
|
20
20
|
export {
|
|
21
21
|
i as DateFieldUtils
|
|
@@ -6,7 +6,7 @@ import "../Dropdown/Dropdown.js";
|
|
|
6
6
|
import "../Dropdown/DropdownListContext.js";
|
|
7
7
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
8
8
|
import "../Dropdown/desktop/DropdownList.js";
|
|
9
|
-
import "../../chunks/DropdownListItem-
|
|
9
|
+
import "../../chunks/DropdownListItem-C6I9gVRb.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -103,7 +103,7 @@ const ee = G.forwardRef((l, r) => {
|
|
|
103
103
|
onKeyDown: _,
|
|
104
104
|
onMouseDown: F,
|
|
105
105
|
...V,
|
|
106
|
-
"data-tx": "1.
|
|
106
|
+
"data-tx": "1.14.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
s.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l, Fragment as m } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { h as D } from "../../chunks/vendor-
|
|
2
|
+
import f, { useContext as u } from "react";
|
|
3
|
+
import { h as D } from "../../chunks/vendor-DucOfXwy.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
5
|
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
@@ -14,11 +14,11 @@ import "../Dropdown/mobile/DropdownMobileList.js";
|
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const M = "
|
|
17
|
+
const M = "datePickerExtendedMobileDropdown__f5276f94", E = {
|
|
18
18
|
datePickerExtendedMobileDropdown: M
|
|
19
|
-
}, C =
|
|
19
|
+
}, C = f.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: s } =
|
|
21
|
+
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: s } = u(x);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -1,67 +1,68 @@
|
|
|
1
|
-
import { jsxs as v, jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as v, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import c from "moment";
|
|
3
3
|
import { CaretleftStrokeSrvIcon20 as D, MinusStrokeSrvIcon20 as M, CaretrightStrokeSrvIcon20 as Y } from "@sberbusiness/icons-next";
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
|
-
import { EDateRangeShiftUnit as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
import { EDateRangeShiftUnit as C } from "./enums.js";
|
|
6
|
+
import { c as i } from "../../chunks/vendor-DucOfXwy.js";
|
|
7
|
+
const E = "dateRange__0b7a3d2d", F = "dateRangeButton__9f26897c", h = "separator__faa3388d", d = {
|
|
8
|
+
dateRange: E,
|
|
9
|
+
dateRangeButton: F,
|
|
10
|
+
separator: h
|
|
10
11
|
}, j = ({
|
|
11
12
|
children: y,
|
|
12
|
-
className:
|
|
13
|
-
value:
|
|
13
|
+
className: f,
|
|
14
|
+
value: R,
|
|
14
15
|
onChange: o,
|
|
15
16
|
shiftAmount: n = 1,
|
|
16
|
-
shiftUnit: s =
|
|
17
|
+
shiftUnit: s = C.MONTH,
|
|
17
18
|
hideNavigation: p,
|
|
18
|
-
renderPickerFrom:
|
|
19
|
-
renderPickerTo:
|
|
20
|
-
renderButtonForward:
|
|
21
|
-
renderButtonBack:
|
|
19
|
+
renderPickerFrom: g,
|
|
20
|
+
renderPickerTo: u,
|
|
21
|
+
renderButtonForward: S,
|
|
22
|
+
renderButtonBack: k,
|
|
22
23
|
...b
|
|
23
24
|
}) => {
|
|
24
|
-
const [
|
|
25
|
-
!e || !
|
|
25
|
+
const [t, a] = R, x = i(d.dateRange, f), B = (e) => {
|
|
26
|
+
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
26
27
|
}, I = (e) => {
|
|
27
|
-
!e || !
|
|
28
|
+
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
28
29
|
}, N = () => {
|
|
29
|
-
if (!
|
|
30
|
+
if (!t || !a)
|
|
30
31
|
return;
|
|
31
|
-
const e = c(
|
|
32
|
+
const e = c(t, r), m = c(a, r);
|
|
32
33
|
o([
|
|
33
34
|
e.subtract(n, s).format(r),
|
|
34
|
-
|
|
35
|
+
m.subtract(n, s).format(r)
|
|
35
36
|
]);
|
|
36
37
|
}, _ = () => {
|
|
37
|
-
if (!
|
|
38
|
+
if (!t || !a)
|
|
38
39
|
return;
|
|
39
|
-
const e = c(
|
|
40
|
+
const e = c(t, r), m = c(a, r);
|
|
40
41
|
o([
|
|
41
42
|
e.add(n, s).format(r),
|
|
42
|
-
|
|
43
|
+
m.add(n, s).format(r)
|
|
43
44
|
]);
|
|
44
45
|
};
|
|
45
46
|
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
46
|
-
!p &&
|
|
47
|
-
children: /* @__PURE__ */
|
|
48
|
-
className: i(d.dateRangeButton, { disabled: !(
|
|
49
|
-
disabled: !(
|
|
47
|
+
!p && k({
|
|
48
|
+
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
|
+
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
50
|
+
disabled: !(t && a),
|
|
50
51
|
onClick: N
|
|
51
52
|
}),
|
|
52
|
-
|
|
53
|
+
g({
|
|
53
54
|
onChange: B,
|
|
54
|
-
value:
|
|
55
|
+
value: t
|
|
55
56
|
}),
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
57
|
+
/* @__PURE__ */ l(M, { className: d.separator, paletteIndex: 5 }),
|
|
58
|
+
u({
|
|
58
59
|
onChange: I,
|
|
59
|
-
value:
|
|
60
|
+
value: a
|
|
60
61
|
}),
|
|
61
|
-
!p &&
|
|
62
|
-
children: /* @__PURE__ */
|
|
63
|
-
className: i(d.dateRangeButton, { disabled: !(
|
|
64
|
-
disabled: !(
|
|
62
|
+
!p && S({
|
|
63
|
+
children: /* @__PURE__ */ l(Y, { paletteIndex: 5 }),
|
|
64
|
+
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
65
|
+
disabled: !(t && a),
|
|
65
66
|
onClick: _
|
|
66
67
|
})
|
|
67
68
|
] });
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ETriplexNextTheme as i } from "../ThemeProvider/ETriplexNextTheme.js";
|
|
2
|
-
import { DesignTokensCore as
|
|
2
|
+
import { DesignTokensCore as m } from "./DesignTokensCore.js";
|
|
3
3
|
import { DesignTokensCoreThemeDark as a } from "./DesignTokensCoreThemeDark.js";
|
|
4
4
|
import { DesignTokensComponents as c } from "./DesignTokensComponents.js";
|
|
5
5
|
import { DesignTokensComponentsThemeDark as f } from "./DesignTokensComponentsThemeDark.js";
|
|
6
|
-
import {
|
|
6
|
+
import { k as l } from "../../chunks/vendor-DucOfXwy.js";
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "1.
|
|
10
|
+
let o = "1.14.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
|
-
(
|
|
13
|
-
t[e][
|
|
12
|
+
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
|
+
t[e][T],
|
|
14
14
|
s
|
|
15
15
|
)};`
|
|
16
16
|
).join(`
|
|
@@ -34,12 +34,12 @@ const n = {
|
|
|
34
34
|
let e = "";
|
|
35
35
|
switch (t) {
|
|
36
36
|
case i.LIGHT: {
|
|
37
|
-
const r =
|
|
37
|
+
const r = l({}, s, m, c);
|
|
38
38
|
e = n.getStyleByTokens(r);
|
|
39
39
|
break;
|
|
40
40
|
}
|
|
41
41
|
case i.DARK: {
|
|
42
|
-
const r =
|
|
42
|
+
const r = l(
|
|
43
43
|
{},
|
|
44
44
|
s,
|
|
45
45
|
a,
|
|
@@ -1,185 +1,187 @@
|
|
|
1
1
|
import { ETriplexNextTheme as o } from "../ThemeProvider/ETriplexNextTheme.js";
|
|
2
2
|
import { GetTokensValueByTheme as r } from "./GetTokensValueByTheme.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
|
|
3
|
+
import { AlertContext_Tokens as e } from "./components/AlertContext.js";
|
|
4
|
+
import { AlertProcess_Tokens as t } from "./components/AlertProcess.js";
|
|
5
|
+
import { Avatar_Tokens as T } from "./components/Avatar.js";
|
|
6
|
+
import { Button_Tokens as m } from "./components/Button.js";
|
|
7
|
+
import { Calendar_Tokens as i } from "./components/Calendar.js";
|
|
8
|
+
import { Card_Tokens as n } from "./components/Card.js";
|
|
9
|
+
import { Checkbox_Tokens as s } from "./components/Checkbox.js";
|
|
10
|
+
import { Chip_Tokens as p } from "./components/Chip.js";
|
|
11
|
+
import { Divider_Tokens as L } from "./components/Divider.js";
|
|
12
|
+
import { Dropdown_Tokens as a } from "./components/Dropdown.js";
|
|
13
|
+
import { DropdownList_Tokens as k } from "./components/DropdownList.js";
|
|
14
|
+
import { DropdownMobile_Tokens as I } from "./components/DropdownMobile.js";
|
|
15
|
+
import { DropdownMobileList_Tokens as f } from "./components/DropdownMobileList.js";
|
|
16
|
+
import { FooterPage_Tokens as l } from "./components/FooterPage.js";
|
|
17
|
+
import { FormField_Tokens as H } from "./components/FormField.js";
|
|
18
|
+
import { HeaderPage_Tokens as G } from "./components/HeaderPage.js";
|
|
19
|
+
import { Island_Tokens as _ } from "./components/Island.js";
|
|
20
|
+
import { IslandAccordion_Tokens as d } from "./components/IslandAccordion.js";
|
|
21
|
+
import { IslandWidget_Tokens as S } from "./components/IslandWidget.js";
|
|
22
|
+
import { LightBox_Tokens as g } from "./components/LightBox.js";
|
|
23
|
+
import { Link_Tokens as c } from "./components/Link.js";
|
|
24
|
+
import { ListItem_Tokens as C } from "./components/ListItem.js";
|
|
25
|
+
import { ListItemControlsButton_Tokens as M } from "./components/ListItemControlsButton.js";
|
|
26
|
+
import { ListMaster_Tokens as u } from "./components/ListMaster.js";
|
|
27
|
+
import { Loader_Tokens as b } from "./components/Loader.js";
|
|
28
|
+
import { LoaderScreen_Tokens as D } from "./components/LoaderScreen.js";
|
|
29
|
+
import { Marker_Tokens as h } from "./components/Marker.js";
|
|
30
|
+
import { MarkerStatus_Tokens as w } from "./components/MarkerStatus.js";
|
|
31
|
+
import { ModalWindow_Tokens as F } from "./components/ModalWindow.js";
|
|
32
|
+
import { MultiselectField_Tokens as x } from "./components/MultiselectField.js";
|
|
33
|
+
import { Notification_Tokens as y } from "./components/Notification.js";
|
|
34
|
+
import { Overlay_Tokens as B } from "./components/Overlay.js";
|
|
35
|
+
import { Pagination_Tokens as v } from "./components/Pagination.js";
|
|
36
|
+
import { Radio_Tokens as A } from "./components/Radio.js";
|
|
37
|
+
import { SegmentedControl_Tokens as P } from "./components/SegmentedControl.js";
|
|
38
|
+
import { SegmentedControlSegment_Tokens as O } from "./components/SegmentedControlSegment.js";
|
|
39
|
+
import { Skeleton_Tokens as W } from "./components/Skeleton.js";
|
|
40
|
+
import { Slider_Tokens as N } from "./components/Slider.js";
|
|
41
|
+
import { SmallInput_Tokens as R } from "./components/SmallInput.js";
|
|
42
|
+
import { SMSField_Tokens as U } from "./components/SMSField.js";
|
|
43
|
+
import { StatusTracker_Tokens as Z } from "./components/StatusTracker.js";
|
|
44
|
+
import { Step_Tokens as E } from "./components/Step.js";
|
|
45
|
+
import { Stepper_Tokens as V } from "./components/Stepper.js";
|
|
46
|
+
import { TableBasic_Tokens as j } from "./components/TableBasic.js";
|
|
47
|
+
import { Tabs_Tokens as q } from "./components/Tabs.js";
|
|
48
|
+
import { TabsLine_Tokens as z } from "./components/TabsLine.js";
|
|
49
|
+
import { Tag_Tokens as J } from "./components/Tag.js";
|
|
50
|
+
import { TagColor_Tokens as K } from "./components/TagColor.js";
|
|
51
|
+
import { Tooltip_Tokens as Q } from "./components/Tooltip.js";
|
|
52
|
+
import { TopOverlay_Tokens as X } from "./components/TopOverlay.js";
|
|
53
|
+
import { Typography_Tokens as Y } from "./components/Typography.js";
|
|
54
|
+
import { UploadZone_Tokens as $ } from "./components/UploadZone.js";
|
|
55
|
+
const rr = {
|
|
55
56
|
AlertContext: r(
|
|
56
57
|
o.LIGHT,
|
|
57
|
-
|
|
58
|
+
e
|
|
58
59
|
),
|
|
59
60
|
AlertProcess: r(
|
|
60
61
|
o.LIGHT,
|
|
61
|
-
|
|
62
|
+
t
|
|
62
63
|
),
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
64
|
+
Avatar: r(o.LIGHT, T),
|
|
65
|
+
Button: r(o.LIGHT, m),
|
|
66
|
+
Calendar: r(o.LIGHT, i),
|
|
67
|
+
Card: r(o.LIGHT, n),
|
|
68
|
+
Checkbox: r(o.LIGHT, s),
|
|
69
|
+
Chip: r(o.LIGHT, p),
|
|
70
|
+
Divider: r(o.LIGHT, L),
|
|
71
|
+
Dropdown: r(o.LIGHT, a),
|
|
70
72
|
DropdownList: r(
|
|
71
73
|
o.LIGHT,
|
|
72
|
-
|
|
74
|
+
k
|
|
73
75
|
),
|
|
74
76
|
DropdownMobile: r(
|
|
75
77
|
o.LIGHT,
|
|
76
|
-
|
|
78
|
+
I
|
|
77
79
|
),
|
|
78
80
|
DropdownMobileList: r(
|
|
79
81
|
o.LIGHT,
|
|
80
|
-
|
|
82
|
+
f
|
|
81
83
|
),
|
|
82
84
|
FooterPage: r(
|
|
83
85
|
o.LIGHT,
|
|
84
|
-
|
|
86
|
+
l
|
|
85
87
|
),
|
|
86
|
-
FormField: r(o.LIGHT,
|
|
88
|
+
FormField: r(o.LIGHT, H),
|
|
87
89
|
HeaderPage: r(
|
|
88
90
|
o.LIGHT,
|
|
89
|
-
|
|
91
|
+
G
|
|
90
92
|
),
|
|
91
|
-
Island: r(o.LIGHT,
|
|
93
|
+
Island: r(o.LIGHT, _),
|
|
92
94
|
IslandAccordion: r(
|
|
93
95
|
o.LIGHT,
|
|
94
|
-
|
|
96
|
+
d
|
|
95
97
|
),
|
|
96
98
|
IslandWidget: r(
|
|
97
99
|
o.LIGHT,
|
|
98
|
-
|
|
100
|
+
S
|
|
99
101
|
),
|
|
100
|
-
LightBox: r(o.LIGHT,
|
|
101
|
-
Link: r(o.LIGHT,
|
|
102
|
-
ListItem: r(o.LIGHT,
|
|
102
|
+
LightBox: r(o.LIGHT, g),
|
|
103
|
+
Link: r(o.LIGHT, c),
|
|
104
|
+
ListItem: r(o.LIGHT, C),
|
|
103
105
|
ListItemControlsButton: r(
|
|
104
106
|
o.LIGHT,
|
|
105
|
-
|
|
107
|
+
M
|
|
106
108
|
),
|
|
107
109
|
ListMaster: r(
|
|
108
110
|
o.LIGHT,
|
|
109
|
-
|
|
111
|
+
u
|
|
110
112
|
),
|
|
111
|
-
Loader: r(o.LIGHT,
|
|
113
|
+
Loader: r(o.LIGHT, b),
|
|
112
114
|
LoaderScreen: r(
|
|
113
115
|
o.LIGHT,
|
|
114
|
-
|
|
116
|
+
D
|
|
115
117
|
),
|
|
116
|
-
Marker: r(o.LIGHT,
|
|
118
|
+
Marker: r(o.LIGHT, h),
|
|
117
119
|
MarkerStatus: r(
|
|
118
120
|
o.LIGHT,
|
|
119
|
-
|
|
121
|
+
w
|
|
120
122
|
),
|
|
121
123
|
ModalWindow: r(
|
|
122
124
|
o.LIGHT,
|
|
123
|
-
|
|
125
|
+
F
|
|
124
126
|
),
|
|
125
127
|
MultiselectField: r(
|
|
126
128
|
o.LIGHT,
|
|
127
|
-
|
|
129
|
+
x
|
|
128
130
|
),
|
|
129
131
|
Notification: r(
|
|
130
132
|
o.LIGHT,
|
|
131
|
-
|
|
133
|
+
y
|
|
132
134
|
),
|
|
133
|
-
Overlay: r(o.LIGHT,
|
|
135
|
+
Overlay: r(o.LIGHT, B),
|
|
134
136
|
Pagination: r(
|
|
135
137
|
o.LIGHT,
|
|
136
|
-
|
|
138
|
+
v
|
|
137
139
|
),
|
|
138
|
-
Radio: r(o.LIGHT,
|
|
140
|
+
Radio: r(o.LIGHT, A),
|
|
139
141
|
SegmentedControl: r(
|
|
140
142
|
o.LIGHT,
|
|
141
|
-
|
|
143
|
+
P
|
|
142
144
|
),
|
|
143
145
|
SegmentedControlSegment: r(
|
|
144
146
|
o.LIGHT,
|
|
145
|
-
|
|
147
|
+
O
|
|
146
148
|
),
|
|
147
|
-
Skeleton: r(o.LIGHT,
|
|
149
|
+
Skeleton: r(o.LIGHT, W),
|
|
148
150
|
SmallInput: r(
|
|
149
151
|
o.LIGHT,
|
|
150
|
-
|
|
152
|
+
R
|
|
151
153
|
),
|
|
152
|
-
SMSField: r(o.LIGHT,
|
|
153
|
-
Slider: r(o.LIGHT,
|
|
154
|
+
SMSField: r(o.LIGHT, U),
|
|
155
|
+
Slider: r(o.LIGHT, N),
|
|
154
156
|
StatusTracker: r(
|
|
155
157
|
o.LIGHT,
|
|
156
|
-
|
|
158
|
+
Z
|
|
157
159
|
),
|
|
158
|
-
Step: r(o.LIGHT,
|
|
159
|
-
Stepper: r(o.LIGHT,
|
|
160
|
+
Step: r(o.LIGHT, E),
|
|
161
|
+
Stepper: r(o.LIGHT, V),
|
|
160
162
|
TableBasic: r(
|
|
161
163
|
o.LIGHT,
|
|
162
|
-
|
|
164
|
+
j
|
|
163
165
|
),
|
|
164
|
-
Tabs: r(o.LIGHT,
|
|
165
|
-
Tag: r(o.LIGHT,
|
|
166
|
-
TagColor: r(o.LIGHT,
|
|
167
|
-
TabsLine: r(o.LIGHT,
|
|
168
|
-
Tooltip: r(o.LIGHT,
|
|
166
|
+
Tabs: r(o.LIGHT, q),
|
|
167
|
+
Tag: r(o.LIGHT, J),
|
|
168
|
+
TagColor: r(o.LIGHT, K),
|
|
169
|
+
TabsLine: r(o.LIGHT, z),
|
|
170
|
+
Tooltip: r(o.LIGHT, Q),
|
|
169
171
|
TopOverlay: r(
|
|
170
172
|
o.LIGHT,
|
|
171
|
-
|
|
173
|
+
X
|
|
172
174
|
),
|
|
173
175
|
Typography: r(
|
|
174
176
|
o.LIGHT,
|
|
175
|
-
|
|
177
|
+
Y
|
|
176
178
|
),
|
|
177
179
|
UploadZone: r(
|
|
178
180
|
o.LIGHT,
|
|
179
|
-
|
|
181
|
+
$
|
|
180
182
|
)
|
|
181
183
|
};
|
|
182
184
|
export {
|
|
183
|
-
|
|
185
|
+
rr as DesignTokensComponents
|
|
184
186
|
};
|
|
185
187
|
//# sourceMappingURL=DesignTokensComponents.js.map
|