@sberbusiness/triplex-next 1.11.0 → 1.12.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-2ISgLMAv.js +39 -0
- package/chunks/{CalendarViewItem-GZv99LrE.js → CalendarViewItem-DM6giHDZ.js} +30 -30
- package/chunks/Card.module-B3p3ckTi.js +17 -0
- package/chunks/CheckboxTreeExtended.module-C9E_PNKd.js +11 -0
- package/chunks/{Chip-L25luM9A.js → Chip-DAuhowke.js} +16 -16
- package/chunks/Confirm.module-C8vukyYR.js +15 -0
- package/chunks/{DropdownListItem-QBxfm941.js → DropdownListItem-Dd97YDii.js} +15 -15
- package/chunks/DropdownMobile.module-CCITYoi5.js +23 -0
- package/chunks/Footer.module-CvMg6tX7.js +9 -0
- package/chunks/{FormFieldInput-ZCQQZs7b.js → FormFieldInput-CkbWg1jd.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-Dsxv0xGF.js +9 -0
- package/chunks/HeaderTabs.module-BByuDFWD.js +9 -0
- package/chunks/{HeaderTitle.module-C7KQyTXH.js → HeaderTitle.module-B5-wunmu.js} +2 -2
- package/chunks/IslandAccordion.module-xj0cP0m9.js +25 -0
- package/chunks/IslandWidgetFooter.module-bDnVNRPn.js +9 -0
- package/chunks/IslandWidgetHeader.module-BW5vlxfL.js +9 -0
- package/chunks/{LightBoxContent-D0toheNV.js → LightBoxContent-CkXwpIcr.js} +11 -11
- package/chunks/LightBoxControls.module-CzUVzNt3.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DLin9oqm.js +8 -0
- package/chunks/{ListItemControlsButton-B0Qs0eEN.js → ListItemControlsButton-CzGamwTx.js} +9 -9
- package/chunks/ListItemTail.module-nXIzaumG.js +12 -0
- package/chunks/ListMasterFooter.module-DSwVh_Ga.js +10 -0
- package/chunks/ModalWindow.module-Cve8WlGX.js +17 -0
- package/chunks/Notification.module-CPxgLCeP.js +21 -0
- package/chunks/Overlay.module-CUGc7krZ.js +18 -0
- package/chunks/Page.module-F4pO41fd.js +11 -0
- package/chunks/{RightBorderArrow-B3TaRXow.js → RightBorderArrow-DCUUrij3.js} +17 -17
- package/chunks/SMSField.module-DsbfVxJI.js +16 -0
- package/chunks/SliderExtendedMarks.module-gx4fpmmQ.js +15 -0
- package/chunks/{SliderExtendedRail-DP6nRRY0.js → SliderExtendedRail-BGydR8-k.js} +10 -10
- package/chunks/StatusTracker.module-BfU9IGap.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-C04_aHFB.js → SuggestFieldMobileDropdownHint-B1y2_WeW.js} +2 -2
- package/chunks/TableFooter.module-B85spOme.js +14 -0
- package/chunks/TabsExtended.module-D5Cengc4.js +16 -0
- package/chunks/TabsLine.module-BIWiErhn.js +21 -0
- package/chunks/TooltipDesktop.module-BHooJ0zu.js +19 -0
- package/chunks/TreeView.module-BlFF2oGU.js +9 -0
- package/chunks/UploadZoneInput-BERiqnOn.js +35 -0
- package/chunks/{utils-BWjaO0EE.js → utils-7DZsULe6.js} +14 -14
- package/chunks/utils-BSFj4o72.js +24 -0
- package/chunks/utils-Bn_7-Ayu.js +36 -0
- package/chunks/{utils-CDPE3P4X.js → utils-BxluXyQN.js} +8 -8
- package/chunks/utils-x7NpEaSu.js +20 -0
- package/chunks/{vendor-ClY57Zzq.js → vendor-CwhnMZ7o.js} +126 -109
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +47 -39
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +35 -35
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +27 -27
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +2 -2
- package/components/Calendar/components/CalendarViewYears.js +2 -2
- package/components/Calendar/utils.js +1 -1
- package/components/Card/CardAction.js +21 -21
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +7 -7
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +2 -2
- 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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +2 -2
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DateRange/DateRange.js +2 -2
- package/components/DateRange/index.js +7 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +90 -95
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -97
- package/components/DesignTokens/components/index.js +153 -156
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +6 -6
- 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 +2 -2
- package/components/Ellipsis/Ellipsis.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +23 -23
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +13 -13
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +2 -2
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +2 -2
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +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 +6 -6
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- 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 +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +2 -2
- package/components/LightBox/LightBox.js +26 -26
- 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 +19 -19
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +4 -4
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +10 -10
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +6 -6
- 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 +7 -7
- 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 +2 -2
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +2 -2
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +2 -2
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +2 -2
- 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 +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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 +5 -5
- 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 +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +31 -23
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +8 -8
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +9 -9
- 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 +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +6 -6
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +24 -24
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +29 -29
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +6 -6
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- 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 +6 -6
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +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 +7 -7
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +5 -5
- 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 +9 -9
- package/components/Tag/Tag.js +14 -14
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +13 -13
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +4 -4
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
- package/components/TopOverlay/TopOverlay.js +34 -34
- 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 +3 -3
- package/components/Typography/Text.js +14 -14
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +4 -4
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +54 -50
- package/consts/DateConst.js +1 -1
- package/index.d.ts +70 -16
- package/index.js +136 -132
- package/package.json +5 -1
- package/styles/triplex-next.css +533 -535
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-BGQ1uQrz.js +0 -39
- package/chunks/Card.module-Bb-0eR7p.js +0 -17
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +0 -11
- package/chunks/Confirm.module-B2F1vU1t.js +0 -15
- package/chunks/DropdownMobile.module-zHrNkkL5.js +0 -23
- package/chunks/Footer.module-CTz6ITIP.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +0 -9
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +0 -9
- package/chunks/IslandAccordion.module-B1DwUTEO.js +0 -25
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +0 -9
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +0 -9
- package/chunks/LightBoxControls.module-DUY3tLKy.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +0 -8
- package/chunks/ListItemTail.module-uDs8u3yU.js +0 -12
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +0 -10
- package/chunks/ModalWindow.module-BxFKBpp4.js +0 -17
- package/chunks/Notification.module-HwYJsw5w.js +0 -21
- package/chunks/Overlay.module-BdT_EdJd.js +0 -18
- package/chunks/Page.module-CQz9ZvqA.js +0 -11
- package/chunks/SMSField.module-B2vNyUh9.js +0 -16
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +0 -15
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +0 -24
- package/chunks/TableFooter.module-DNpkWevf.js +0 -14
- package/chunks/TabsExtended.module-BvIRknmY.js +0 -16
- package/chunks/TabsLine.module-BN-kBFLj.js +0 -21
- package/chunks/TooltipDesktop.module-itrszAnq.js +0 -19
- package/chunks/TreeView.module-CDWFlOAV.js +0 -9
- package/chunks/UploadZoneInput-BYGZcWC8.js +0 -35
- package/chunks/utils-BsNeWWRx.js +0 -20
- package/chunks/utils-DKyrkqb2.js +0 -36
- package/chunks/utils-P0A0WEsB.js +0 -24
- package/components/DesignTokens/components/AmountField.js +0 -11
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { CrossStrokeSrvIcon20 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c as f } from "../../../chunks/vendor-
|
|
5
|
-
import { s as n } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as f } from "../../../chunks/vendor-CwhnMZ7o.js";
|
|
5
|
+
import { s as n } from "../../../chunks/Confirm.module-C8vukyYR.js";
|
|
6
6
|
import { Button as p } from "../../Button/Button.js";
|
|
7
7
|
import { EButtonTheme as a } from "../../Button/enums.js";
|
|
8
8
|
import { EComponentSize as l } from "../../../enums/EComponentSize.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { ConfirmContentSubTitle as r } from "./ConfirmContentSubTitle.js";
|
|
3
3
|
import { ConfirmContentTitle as e } from "./ConfirmContentTitle.js";
|
|
4
|
-
import { c as s } from "../../../chunks/vendor-
|
|
5
|
-
import { s as f } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as s } from "../../../chunks/vendor-CwhnMZ7o.js";
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-C8vukyYR.js";
|
|
6
6
|
const o = ({ children: t, className: m, ...i }) => /* @__PURE__ */ n("div", { className: s(m, f.confirmContent), ...i, children: t });
|
|
7
7
|
o.displayName = "ConfirmContent";
|
|
8
8
|
o.Title = e;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { ETitleSize as e } from "../../Typography/enums.js";
|
|
3
3
|
import { Title as s } from "../../Typography/Title.js";
|
|
4
|
-
import { c as n } from "../../../chunks/vendor-
|
|
5
|
-
import { s as l } from "../../../chunks/Confirm.module-
|
|
4
|
+
import { c as n } from "../../../chunks/vendor-CwhnMZ7o.js";
|
|
5
|
+
import { s as l } from "../../../chunks/Confirm.module-C8vukyYR.js";
|
|
6
6
|
const f = ({
|
|
7
7
|
children: t,
|
|
8
8
|
className: o,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../../chunks/vendor-
|
|
3
|
-
import { s as i } from "../../../chunks/Confirm.module-
|
|
2
|
+
import { c as t } from "../../../chunks/vendor-CwhnMZ7o.js";
|
|
3
|
+
import { s as i } from "../../../chunks/Confirm.module-C8vukyYR.js";
|
|
4
4
|
const l = ({ children: o, className: s, ...r }) => /* @__PURE__ */ m("div", { className: t(s, i.confirmControls), ...r, children: o });
|
|
5
5
|
l.displayName = "ConfirmControls";
|
|
6
6
|
export {
|
|
@@ -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 { k as y } from "../../chunks/vendor-
|
|
3
|
+
import { k as y } from "../../chunks/vendor-CwhnMZ7o.js";
|
|
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";
|
|
@@ -17,7 +17,7 @@ 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-CkbWg1jd.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";
|
|
@@ -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-Dd97YDii.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.12.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
2
|
import u, { useContext as f } from "react";
|
|
3
|
-
import { h as D } from "../../chunks/vendor-
|
|
3
|
+
import { h as D } from "../../chunks/vendor-CwhnMZ7o.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,7 +14,7 @@ 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__260bcaee", E = {
|
|
18
18
|
datePickerExtendedMobileDropdown: M
|
|
19
19
|
}, C = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as v, jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import { c as i, k as c } from "../../chunks/vendor-
|
|
2
|
+
import { c as i, k as c } from "../../chunks/vendor-CwhnMZ7o.js";
|
|
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
5
|
import { EDateRangeShiftUnit as h } from "./enums.js";
|
|
6
|
-
const C = "
|
|
6
|
+
const C = "dateRange__d55aa0ea", E = "dateRangeButton__3bf3eec7", F = "separator__9a939762", d = {
|
|
7
7
|
dateRange: C,
|
|
8
8
|
dateRangeButton: E,
|
|
9
9
|
separator: F
|
|
@@ -3,11 +3,11 @@ import { DesignTokensCore as l } 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 { m as T } from "../../chunks/vendor-
|
|
6
|
+
import { m as T } from "../../chunks/vendor-CwhnMZ7o.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.12.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(m) => `--${r}-${e}-${m}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][m],
|
|
@@ -1,131 +1,126 @@
|
|
|
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 { Calendar_Tokens as m } from "./components/Calendar.js";
|
|
3
|
+
import { Button_Tokens as e } from "./components/Button.js";
|
|
4
|
+
import { Calendar_Tokens as t } from "./components/Calendar.js";
|
|
6
5
|
import { Checkbox_Tokens as T } from "./components/Checkbox.js";
|
|
7
|
-
import { FormField_Tokens as
|
|
8
|
-
import { Link_Tokens as
|
|
9
|
-
import { Tabs_Tokens as
|
|
10
|
-
import { TabsLine_Tokens as
|
|
11
|
-
import { Loader_Tokens as
|
|
12
|
-
import { LoaderScreen_Tokens as
|
|
13
|
-
import { Radio_Tokens as
|
|
14
|
-
import { Typography_Tokens as
|
|
15
|
-
import { Tooltip_Tokens as
|
|
16
|
-
import { AlertContext_Tokens as
|
|
17
|
-
import { AlertProcess_Tokens as
|
|
18
|
-
import { Divider_Tokens as
|
|
19
|
-
import { Dropdown_Tokens as
|
|
6
|
+
import { FormField_Tokens as m } from "./components/FormField.js";
|
|
7
|
+
import { Link_Tokens as i } from "./components/Link.js";
|
|
8
|
+
import { Tabs_Tokens as n } from "./components/Tabs.js";
|
|
9
|
+
import { TabsLine_Tokens as s } from "./components/TabsLine.js";
|
|
10
|
+
import { Loader_Tokens as p } from "./components/Loader.js";
|
|
11
|
+
import { LoaderScreen_Tokens as L } from "./components/LoaderScreen.js";
|
|
12
|
+
import { Radio_Tokens as a } from "./components/Radio.js";
|
|
13
|
+
import { Typography_Tokens as k } from "./components/Typography.js";
|
|
14
|
+
import { Tooltip_Tokens as I } from "./components/Tooltip.js";
|
|
15
|
+
import { AlertContext_Tokens as l } from "./components/AlertContext.js";
|
|
16
|
+
import { AlertProcess_Tokens as f } from "./components/AlertProcess.js";
|
|
17
|
+
import { Divider_Tokens as H } from "./components/Divider.js";
|
|
18
|
+
import { Dropdown_Tokens as G } from "./components/Dropdown.js";
|
|
20
19
|
import { DropdownList_Tokens as _ } from "./components/DropdownList.js";
|
|
21
|
-
import { DropdownMobile_Tokens as
|
|
22
|
-
import { DropdownMobileList_Tokens as
|
|
23
|
-
import { Overlay_Tokens as
|
|
24
|
-
import { ListItem_Tokens as
|
|
25
|
-
import { ListItemControlsButton_Tokens as
|
|
26
|
-
import { ListMaster_Tokens as
|
|
27
|
-
import { Marker_Tokens as
|
|
28
|
-
import { MarkerStatus_Tokens as
|
|
20
|
+
import { DropdownMobile_Tokens as d } from "./components/DropdownMobile.js";
|
|
21
|
+
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
22
|
+
import { Overlay_Tokens as g } from "./components/Overlay.js";
|
|
23
|
+
import { ListItem_Tokens as c } from "./components/ListItem.js";
|
|
24
|
+
import { ListItemControlsButton_Tokens as C } from "./components/ListItemControlsButton.js";
|
|
25
|
+
import { ListMaster_Tokens as M } from "./components/ListMaster.js";
|
|
26
|
+
import { Marker_Tokens as u } from "./components/Marker.js";
|
|
27
|
+
import { MarkerStatus_Tokens as b } from "./components/MarkerStatus.js";
|
|
29
28
|
import { MultiselectField_Tokens as D } from "./components/MultiselectField.js";
|
|
30
29
|
import { UploadZone_Tokens as h } from "./components/UploadZone.js";
|
|
31
30
|
import { Pagination_Tokens as w } from "./components/Pagination.js";
|
|
32
|
-
import { Card_Tokens as
|
|
33
|
-
import { Skeleton_Tokens as
|
|
34
|
-
import { SegmentedControl_Tokens as
|
|
35
|
-
import { SegmentedControlSegment_Tokens as
|
|
31
|
+
import { Card_Tokens as F } from "./components/Card.js";
|
|
32
|
+
import { Skeleton_Tokens as x } from "./components/Skeleton.js";
|
|
33
|
+
import { SegmentedControl_Tokens as y } from "./components/SegmentedControl.js";
|
|
34
|
+
import { SegmentedControlSegment_Tokens as B } from "./components/SegmentedControlSegment.js";
|
|
36
35
|
import { Stepper_Tokens as P } from "./components/Stepper.js";
|
|
37
36
|
import { HeaderPage_Tokens as v } from "./components/HeaderPage.js";
|
|
38
|
-
import { FooterPage_Tokens as
|
|
39
|
-
import { Island_Tokens as
|
|
40
|
-
import { IslandAccordion_Tokens as
|
|
41
|
-
import { IslandWidget_Tokens as
|
|
42
|
-
import { TableBasic_Tokens as
|
|
43
|
-
import { Chip_Tokens as
|
|
44
|
-
import { LightBox_Tokens as
|
|
45
|
-
import { Tag_Tokens as
|
|
46
|
-
import { TagColor_Tokens as
|
|
47
|
-
import { Notification_Tokens as
|
|
48
|
-
import { SMSField_Tokens as
|
|
49
|
-
import { StatusTracker_Tokens as
|
|
50
|
-
import { Step_Tokens as
|
|
51
|
-
import { ModalWindow_Tokens as
|
|
52
|
-
import { TopOverlay_Tokens as
|
|
53
|
-
import { SmallInput_Tokens as
|
|
54
|
-
import { Slider_Tokens as
|
|
55
|
-
const
|
|
37
|
+
import { FooterPage_Tokens as A } from "./components/FooterPage.js";
|
|
38
|
+
import { Island_Tokens as O } from "./components/Island.js";
|
|
39
|
+
import { IslandAccordion_Tokens as W } from "./components/IslandAccordion.js";
|
|
40
|
+
import { IslandWidget_Tokens as N } from "./components/IslandWidget.js";
|
|
41
|
+
import { TableBasic_Tokens as R } from "./components/TableBasic.js";
|
|
42
|
+
import { Chip_Tokens as U } from "./components/Chip.js";
|
|
43
|
+
import { LightBox_Tokens as Z } from "./components/LightBox.js";
|
|
44
|
+
import { Tag_Tokens as E } from "./components/Tag.js";
|
|
45
|
+
import { TagColor_Tokens as V } from "./components/TagColor.js";
|
|
46
|
+
import { Notification_Tokens as j } from "./components/Notification.js";
|
|
47
|
+
import { SMSField_Tokens as q } from "./components/SMSField.js";
|
|
48
|
+
import { StatusTracker_Tokens as z } from "./components/StatusTracker.js";
|
|
49
|
+
import { Step_Tokens as J } from "./components/Step.js";
|
|
50
|
+
import { ModalWindow_Tokens as K } from "./components/ModalWindow.js";
|
|
51
|
+
import { TopOverlay_Tokens as Q } from "./components/TopOverlay.js";
|
|
52
|
+
import { SmallInput_Tokens as X } from "./components/SmallInput.js";
|
|
53
|
+
import { Slider_Tokens as Y } from "./components/Slider.js";
|
|
54
|
+
const $o = {
|
|
56
55
|
AlertContext: r(
|
|
57
56
|
o.LIGHT,
|
|
58
|
-
|
|
57
|
+
l
|
|
59
58
|
),
|
|
60
59
|
AlertProcess: r(
|
|
61
60
|
o.LIGHT,
|
|
62
|
-
|
|
63
|
-
),
|
|
64
|
-
AmountField: r(
|
|
65
|
-
o.LIGHT,
|
|
66
|
-
e
|
|
61
|
+
f
|
|
67
62
|
),
|
|
68
|
-
Button: r(o.LIGHT,
|
|
69
|
-
Calendar: r(o.LIGHT,
|
|
70
|
-
Card: r(o.LIGHT,
|
|
63
|
+
Button: r(o.LIGHT, e),
|
|
64
|
+
Calendar: r(o.LIGHT, t),
|
|
65
|
+
Card: r(o.LIGHT, F),
|
|
71
66
|
Checkbox: r(o.LIGHT, T),
|
|
72
|
-
Chip: r(o.LIGHT,
|
|
73
|
-
Divider: r(o.LIGHT,
|
|
74
|
-
Dropdown: r(o.LIGHT,
|
|
67
|
+
Chip: r(o.LIGHT, U),
|
|
68
|
+
Divider: r(o.LIGHT, H),
|
|
69
|
+
Dropdown: r(o.LIGHT, G),
|
|
75
70
|
DropdownList: r(
|
|
76
71
|
o.LIGHT,
|
|
77
72
|
_
|
|
78
73
|
),
|
|
79
74
|
DropdownMobile: r(
|
|
80
75
|
o.LIGHT,
|
|
81
|
-
|
|
76
|
+
d
|
|
82
77
|
),
|
|
83
78
|
DropdownMobileList: r(
|
|
84
79
|
o.LIGHT,
|
|
85
|
-
|
|
80
|
+
S
|
|
86
81
|
),
|
|
87
82
|
FooterPage: r(
|
|
88
83
|
o.LIGHT,
|
|
89
|
-
|
|
84
|
+
A
|
|
90
85
|
),
|
|
91
|
-
FormField: r(o.LIGHT,
|
|
86
|
+
FormField: r(o.LIGHT, m),
|
|
92
87
|
HeaderPage: r(
|
|
93
88
|
o.LIGHT,
|
|
94
89
|
v
|
|
95
90
|
),
|
|
96
|
-
Island: r(o.LIGHT,
|
|
91
|
+
Island: r(o.LIGHT, O),
|
|
97
92
|
IslandAccordion: r(
|
|
98
93
|
o.LIGHT,
|
|
99
|
-
|
|
94
|
+
W
|
|
100
95
|
),
|
|
101
96
|
IslandWidget: r(
|
|
102
97
|
o.LIGHT,
|
|
103
|
-
|
|
98
|
+
N
|
|
104
99
|
),
|
|
105
|
-
LightBox: r(o.LIGHT,
|
|
106
|
-
Link: r(o.LIGHT,
|
|
107
|
-
ListItem: r(o.LIGHT,
|
|
100
|
+
LightBox: r(o.LIGHT, Z),
|
|
101
|
+
Link: r(o.LIGHT, i),
|
|
102
|
+
ListItem: r(o.LIGHT, c),
|
|
108
103
|
ListItemControlsButton: r(
|
|
109
104
|
o.LIGHT,
|
|
110
|
-
|
|
105
|
+
C
|
|
111
106
|
),
|
|
112
107
|
ListMaster: r(
|
|
113
108
|
o.LIGHT,
|
|
114
|
-
|
|
109
|
+
M
|
|
115
110
|
),
|
|
116
|
-
Loader: r(o.LIGHT,
|
|
111
|
+
Loader: r(o.LIGHT, p),
|
|
117
112
|
LoaderScreen: r(
|
|
118
113
|
o.LIGHT,
|
|
119
|
-
|
|
114
|
+
L
|
|
120
115
|
),
|
|
121
|
-
Marker: r(o.LIGHT,
|
|
116
|
+
Marker: r(o.LIGHT, u),
|
|
122
117
|
MarkerStatus: r(
|
|
123
118
|
o.LIGHT,
|
|
124
|
-
|
|
119
|
+
b
|
|
125
120
|
),
|
|
126
121
|
ModalWindow: r(
|
|
127
122
|
o.LIGHT,
|
|
128
|
-
|
|
123
|
+
K
|
|
129
124
|
),
|
|
130
125
|
MultiselectField: r(
|
|
131
126
|
o.LIGHT,
|
|
@@ -133,51 +128,51 @@ const rr = {
|
|
|
133
128
|
),
|
|
134
129
|
Notification: r(
|
|
135
130
|
o.LIGHT,
|
|
136
|
-
|
|
131
|
+
j
|
|
137
132
|
),
|
|
138
|
-
Overlay: r(o.LIGHT,
|
|
133
|
+
Overlay: r(o.LIGHT, g),
|
|
139
134
|
Pagination: r(
|
|
140
135
|
o.LIGHT,
|
|
141
136
|
w
|
|
142
137
|
),
|
|
143
|
-
Radio: r(o.LIGHT,
|
|
138
|
+
Radio: r(o.LIGHT, a),
|
|
144
139
|
SegmentedControl: r(
|
|
145
140
|
o.LIGHT,
|
|
146
|
-
|
|
141
|
+
y
|
|
147
142
|
),
|
|
148
143
|
SegmentedControlSegment: r(
|
|
149
144
|
o.LIGHT,
|
|
150
|
-
|
|
145
|
+
B
|
|
151
146
|
),
|
|
152
|
-
Skeleton: r(o.LIGHT,
|
|
147
|
+
Skeleton: r(o.LIGHT, x),
|
|
153
148
|
SmallInput: r(
|
|
154
149
|
o.LIGHT,
|
|
155
|
-
|
|
150
|
+
X
|
|
156
151
|
),
|
|
157
|
-
SMSField: r(o.LIGHT,
|
|
158
|
-
Slider: r(o.LIGHT,
|
|
152
|
+
SMSField: r(o.LIGHT, q),
|
|
153
|
+
Slider: r(o.LIGHT, Y),
|
|
159
154
|
StatusTracker: r(
|
|
160
155
|
o.LIGHT,
|
|
161
|
-
|
|
156
|
+
z
|
|
162
157
|
),
|
|
163
|
-
Step: r(o.LIGHT,
|
|
158
|
+
Step: r(o.LIGHT, J),
|
|
164
159
|
Stepper: r(o.LIGHT, P),
|
|
165
160
|
TableBasic: r(
|
|
166
161
|
o.LIGHT,
|
|
167
|
-
|
|
162
|
+
R
|
|
168
163
|
),
|
|
169
|
-
Tabs: r(o.LIGHT,
|
|
170
|
-
Tag: r(o.LIGHT,
|
|
171
|
-
TagColor: r(o.LIGHT,
|
|
172
|
-
TabsLine: r(o.LIGHT,
|
|
173
|
-
Tooltip: r(o.LIGHT,
|
|
164
|
+
Tabs: r(o.LIGHT, n),
|
|
165
|
+
Tag: r(o.LIGHT, E),
|
|
166
|
+
TagColor: r(o.LIGHT, V),
|
|
167
|
+
TabsLine: r(o.LIGHT, s),
|
|
168
|
+
Tooltip: r(o.LIGHT, I),
|
|
174
169
|
TopOverlay: r(
|
|
175
170
|
o.LIGHT,
|
|
176
|
-
|
|
171
|
+
Q
|
|
177
172
|
),
|
|
178
173
|
Typography: r(
|
|
179
174
|
o.LIGHT,
|
|
180
|
-
|
|
175
|
+
k
|
|
181
176
|
),
|
|
182
177
|
UploadZone: r(
|
|
183
178
|
o.LIGHT,
|
|
@@ -185,6 +180,6 @@ const rr = {
|
|
|
185
180
|
)
|
|
186
181
|
};
|
|
187
182
|
export {
|
|
188
|
-
|
|
183
|
+
$o as DesignTokensComponents
|
|
189
184
|
};
|
|
190
185
|
//# sourceMappingURL=DesignTokensComponents.js.map
|