@sberbusiness/triplex-next 1.30.0 → 1.32.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-p-fWJ9CC.js +41 -0
- package/chunks/CalendarViewItem-y_OwskEF.js +101 -0
- package/chunks/Card.module-DLre-hDg.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BsnFYetJ.js +15 -0
- package/chunks/Chip-Fb7_tfTx.js +85 -0
- package/chunks/Confirm.module-ONNAnitW.js +15 -0
- package/chunks/{DropdownListItem-PhDNj_sI.js → DropdownListItem-CBAmYB__.js} +15 -15
- package/chunks/DropdownMobile.module-C99ad0jt.js +23 -0
- package/chunks/Footer.module-fCYYdKPC.js +9 -0
- package/chunks/{FormFieldInput-Du3nMTry.js → FormFieldInput-d6WkPngW.js} +23 -23
- package/chunks/HeaderLayoutSidebar.module-BUlWJH2L.js +9 -0
- package/chunks/HeaderTabs.module-f0pOEOus.js +9 -0
- package/chunks/{HeaderTitle.module-mufXm8bf.js → HeaderTitle.module-CFdpGGVy.js} +2 -2
- package/chunks/ImageGalleryExtendedMain.module-BGe90A85.js +17 -0
- package/chunks/ImageGalleryExtendedThumb-BVI6zmzL.js +28 -0
- package/chunks/IslandAccordion.module-CpsIbUZS.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cv-pFx97.js +9 -0
- package/chunks/IslandWidgetHeader.module-DZ7u5KdZ.js +13 -0
- package/chunks/{LightBoxContent-oXmUc0O4.js → LightBoxContent-CUHF8ym9.js} +8 -8
- package/chunks/LightBoxControls.module-BGzxKeYz.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CmhYqDUn.js +9 -0
- package/chunks/{ListItemControlsButton-Cn_qKgVF.js → ListItemControlsButton-GwTSx9t3.js} +8 -8
- package/chunks/ListItemTail.module-_zPCXCQZ.js +12 -0
- package/chunks/ListMasterFooter.module-OOs3HMYn.js +10 -0
- package/chunks/ModalWindow.module-BkI79oza.js +17 -0
- package/chunks/Notification.module-CtpYgvcX.js +20 -0
- package/chunks/Overlay.module-C3WPSJN5.js +18 -0
- package/chunks/Page.module-CkMrRJ3E.js +11 -0
- package/chunks/SMSField.module-Bo60-Oyi.js +16 -0
- package/chunks/SliderExtendedMarks.module-kdIHU6Y0.js +15 -0
- package/chunks/{SliderExtendedRail-Cr47EmrH.js → SliderExtendedRail-s3nj0g7A.js} +10 -10
- package/chunks/StatusTracker.module-DiLzRUA8.js +24 -0
- package/chunks/{StepperStepArrowBorder-C6up4LVv.js → StepperStepArrowBorder-7nXw_k6S.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-BZyaIt1i.js → SuggestFieldMobileDropdownHint-DTd9ZRJc.js} +6 -6
- package/chunks/TableFooter.module-Bq-wqvaF.js +14 -0
- package/chunks/TabsExtended.module-CsY7VuxQ.js +16 -0
- package/chunks/TabsLine.module-BWx30e5X.js +21 -0
- package/chunks/TooltipDesktop.module-BkTwHXKO.js +19 -0
- package/chunks/TreeView.module-seYxUon6.js +9 -0
- package/chunks/{UploadZoneInput-BbaamBLA.js → UploadZoneInput-DH0deFXt.js} +2 -2
- package/chunks/{constants-DG4U-QtS.js → constants-Dsgjokad.js} +10 -10
- package/chunks/utils-BIYQTFij.js +24 -0
- package/chunks/{utils-BTk2T8x6.js → utils-C0vdTK6h.js} +6 -6
- package/chunks/{utils-DgpN6CSa.js → utils-CXTWVT_w.js} +4 -4
- package/chunks/utils-CXwYWTdr.js +73 -0
- package/components/Alert/AlertContext/AlertContext.js +19 -19
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +27 -27
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +15 -15
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +4 -4
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +78 -77
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +6 -6
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +13 -13
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +3 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +37 -36
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +15 -15
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +22 -21
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +40 -27
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +23 -22
- package/components/Chip/ChipSuggest/ChipSuggest.js +14 -14
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
- package/components/Chip/enums.js +5 -0
- package/components/Chip/index.js +28 -26
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +181 -166
- package/components/CollapsibleTree/CollapsibleTree.js +3 -3
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +5 -5
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +1 -1
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +12 -12
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +69 -64
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +57 -52
- package/components/DesignTokens/components/Chip.js +12 -6
- package/components/DesignTokens/components/ImageGallery.js +47 -0
- package/components/DesignTokens/components/LightBox.js +1 -1
- package/components/DesignTokens/components/TopOverlay.js +1 -1
- package/components/DesignTokens/components/index.js +116 -113
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +12 -12
- package/components/Dropdown/desktop/DropdownDesktop.js +26 -26
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +5 -5
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +11 -11
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +18 -18
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +14 -14
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +18 -18
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Gap/Gap.js +15 -5
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +5 -5
- package/components/IconWrapper/IconWrapper.js +5 -5
- package/components/ImageGallery/ImageGallery.js +74 -0
- package/components/ImageGallery/index.js +5 -0
- package/components/ImageGallery/types.js +2 -0
- package/components/ImageGalleryExtended/ImageGalleryExtended.js +72 -0
- package/components/ImageGalleryExtended/ImageGalleryExtendedContext.js +16 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedArrow.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedDots.js +35 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedMain.js +31 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedNav.js +19 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSlide.js +20 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedSwipeTrack.js +89 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumb.js +8 -0
- package/components/ImageGalleryExtended/components/ImageGalleryExtendedThumbnails.js +40 -0
- package/components/ImageGalleryExtended/components/index.js +15 -0
- package/components/ImageGalleryExtended/enums.js +5 -0
- package/components/ImageGalleryExtended/index.js +21 -0
- package/components/ImageGalleryExtended/types.js +2 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +6 -6
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +66 -76
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +34 -34
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +3 -3
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +8 -8
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +6 -6
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +3 -3
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +5 -5
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +26 -30
- package/components/ModalWindow/ModalWindow.js +17 -17
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +5 -5
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MonthYearRange/MonthYearRange.js +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +2 -2
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +6 -6
- package/components/Radio/Radio.js +4 -4
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +25 -10
- package/components/Row/RowContext.js +9 -0
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +14 -14
- package/components/SegmentedControl/SegmentedControlSegment.js +10 -10
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +25 -24
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +28 -28
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +11 -11
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +30 -30
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +10 -8
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatusGroup.js +13 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +17 -17
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +14 -14
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- 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 +77 -81
- package/components/Table/ChipPanel.js +12 -0
- package/components/Table/ChipPanelLinks.js +22 -0
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +24 -24
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +20 -20
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +40 -35
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +16 -16
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +3 -3
- package/components/TopOverlay/TopOverlay.js +33 -33
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +25 -25
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/UploadZone/index.js +1 -1
- package/components/index.js +644 -622
- package/index.d.ts +325 -34
- package/index.js +676 -654
- package/package.json +9 -1
- package/styles/triplex-next.css +556 -541
- package/chunks/AlertProcessSpoiler-BIiexkiG.js +0 -41
- package/chunks/CalendarViewItem-DZix7Wi3.js +0 -101
- package/chunks/Card.module-C57O8DQ9.js +0 -18
- package/chunks/CheckboxTreeExtended.module-D_Xqk2Z0.js +0 -15
- package/chunks/Chip-D73o-tIk.js +0 -77
- package/chunks/Confirm.module-CUcXlA0E.js +0 -15
- package/chunks/DropdownMobile.module-DL87iBcj.js +0 -23
- package/chunks/Footer.module-DZzX_hiB.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BOcwOhH9.js +0 -9
- package/chunks/HeaderTabs.module-D5xnWADy.js +0 -9
- package/chunks/IslandAccordion.module-cWQkjySQ.js +0 -25
- package/chunks/IslandWidgetFooter.module-K-i_a4VV.js +0 -9
- package/chunks/IslandWidgetHeader.module-BU39_xm_.js +0 -13
- package/chunks/LightBoxControls.module-BOBUS8MF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BLxHQH7u.js +0 -9
- package/chunks/ListItemTail.module-D7OEUQSH.js +0 -12
- package/chunks/ListMasterFooter.module-B2oYxI3b.js +0 -10
- package/chunks/ModalWindow.module-B7YcXJ55.js +0 -17
- package/chunks/Notification.module-OkzyDWlc.js +0 -20
- package/chunks/Overlay.module-CBlckNkR.js +0 -18
- package/chunks/Page.module-BkDd7q7x.js +0 -11
- package/chunks/SMSField.module-BBRpa0-4.js +0 -16
- package/chunks/SliderExtendedMarks.module-DOunMVrv.js +0 -15
- package/chunks/StatusTracker.module-B6VeAoHW.js +0 -24
- package/chunks/TableFooter.module-Exx3Pc8E.js +0 -14
- package/chunks/TabsExtended.module-D8onFEnM.js +0 -16
- package/chunks/TabsLine.module-BvYF3ue-.js +0 -21
- package/chunks/TooltipDesktop.module-DD0ESKwE.js +0 -19
- package/chunks/TreeView.module-ClEsZNDe.js +0 -9
- package/chunks/utils-2vVjLvvg.js +0 -24
- package/chunks/utils-Bk10DX0W.js +0 -73
- package/components/Table/TabsLinePanel.js +0 -12
- package/components/Table/TabsLinePanelLinks.js +0 -26
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { forwardRef as
|
|
1
|
+
import { jsxs as b, jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as f } from "react";
|
|
3
3
|
import { CaretrightStrokeSrvIcon24 as v } from "@sberbusiness/icons-next";
|
|
4
|
-
import { c as
|
|
5
|
-
const _ = "
|
|
4
|
+
import { c as t } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
+
const _ = "collapsibleTreeNodeHeader__b9a5f057", x = "interactive__cea0e27e", H = "chevron__7b7fa25a", T = "opened__1d2fc5ac", r = {
|
|
6
6
|
collapsibleTreeNodeHeader: _,
|
|
7
7
|
interactive: x,
|
|
8
8
|
chevron: H,
|
|
9
9
|
opened: T
|
|
10
|
-
}, N =
|
|
11
|
-
({ children: c, className: n, opened:
|
|
10
|
+
}, N = f(
|
|
11
|
+
({ children: c, className: n, opened: a, toggle: i, onClick: o, hasChildNodes: e, ...l }, d) => {
|
|
12
12
|
const s = (p) => {
|
|
13
|
-
e && i(!
|
|
13
|
+
e && i(!a), o == null || o(p);
|
|
14
14
|
};
|
|
15
|
-
return /* @__PURE__ */
|
|
15
|
+
return /* @__PURE__ */ b(
|
|
16
16
|
"button",
|
|
17
17
|
{
|
|
18
18
|
...l,
|
|
19
19
|
ref: d,
|
|
20
20
|
type: "button",
|
|
21
|
-
className:
|
|
21
|
+
className: t(r.collapsibleTreeNodeHeader, n, { [r.interactive]: e }),
|
|
22
22
|
onClick: s,
|
|
23
|
-
"aria-expanded": e ?
|
|
23
|
+
"aria-expanded": e ? a : void 0,
|
|
24
24
|
disabled: !e,
|
|
25
25
|
children: [
|
|
26
|
-
e && /* @__PURE__ */
|
|
26
|
+
e && /* @__PURE__ */ m(
|
|
27
27
|
v,
|
|
28
28
|
{
|
|
29
29
|
paletteIndex: 5,
|
|
30
|
-
className:
|
|
30
|
+
className: t(r.chevron, { [r.opened]: a }),
|
|
31
31
|
"aria-hidden": !0
|
|
32
32
|
}
|
|
33
33
|
),
|
|
@@ -6,7 +6,7 @@ import u from "react";
|
|
|
6
6
|
import { TreeView as h } from "../../TreeView/TreeView.js";
|
|
7
7
|
import { AccordionBase as x } from "../../AccordionBase/protected/AccordionBase.js";
|
|
8
8
|
import { c as y } from "../../../chunks/vendor-82AnkPpo.js";
|
|
9
|
-
const b = "
|
|
9
|
+
const b = "collapsibleTreeExtendedNodeContent__d91eb710", T = {
|
|
10
10
|
collapsibleTreeExtendedNodeContent: b
|
|
11
11
|
};
|
|
12
12
|
class B extends u.Component {
|
|
@@ -9,7 +9,7 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { EConfirmParentComponent as o } from "./enums.js";
|
|
12
|
-
import { s as r } from "../../chunks/Confirm.module-
|
|
12
|
+
import { s as r } from "../../chunks/Confirm.module-ONNAnitW.js";
|
|
13
13
|
const d = {
|
|
14
14
|
[o.LIGHTBOX]: r.isInLightBox,
|
|
15
15
|
[o.SIDE_OVERLAY_SM]: r.isInSideOverlaySM,
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { c as f } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
-
import { s as n } from "../../../chunks/Confirm.module-
|
|
5
|
+
import { s as n } from "../../../chunks/Confirm.module-ONNAnitW.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";
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { c as s } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
-
import { s as f } from "../../../chunks/Confirm.module-
|
|
5
|
+
import { s as f } from "../../../chunks/Confirm.module-ONNAnitW.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;
|
|
@@ -2,7 +2,7 @@ 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
4
|
import { c as n } from "../../../chunks/vendor-82AnkPpo.js";
|
|
5
|
-
import { s as l } from "../../../chunks/Confirm.module-
|
|
5
|
+
import { s as l } from "../../../chunks/Confirm.module-ONNAnitW.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
2
|
import { c as t } from "../../../chunks/vendor-82AnkPpo.js";
|
|
3
|
-
import { s as i } from "../../../chunks/Confirm.module-
|
|
3
|
+
import { s as i } from "../../../chunks/Confirm.module-ONNAnitW.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 {
|
|
@@ -5,7 +5,7 @@ import { Calendar as W } from "../Calendar/Calendar.js";
|
|
|
5
5
|
import "../Dropdown/DropdownListContext.js";
|
|
6
6
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
7
7
|
import "../Dropdown/desktop/DropdownList.js";
|
|
8
|
-
import "../../chunks/DropdownListItem-
|
|
8
|
+
import "../../chunks/DropdownListItem-CBAmYB__.js";
|
|
9
9
|
import { EDropdownAlignment as X } from "../Dropdown/desktop/enums.js";
|
|
10
10
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileBody.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.32.0",
|
|
107
107
|
ref: (e) => {
|
|
108
108
|
s.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
109
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l, Fragment as m } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import u, { useContext as f } from "react";
|
|
3
3
|
import { g as D } from "../../chunks/vendor-82AnkPpo.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
5
|
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.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 h = "
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__781d8c1a", E = {
|
|
18
18
|
datePickerExtendedMobileDropdown: h
|
|
19
|
-
}, C =
|
|
19
|
+
}, C = u.forwardRef(
|
|
20
20
|
(i, d) => {
|
|
21
|
-
const { children: P, targetRef: r, setOpened:
|
|
21
|
+
const { children: P, targetRef: r, setOpened: a, renderHeaderTarget: c, renderCalendar: t, focusTrapProps: o, ...p } = i, { mouseUsedRef: n, setDropdownOpen: s } = f(x);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -27,12 +27,12 @@ const h = "datePickerExtendedMobileDropdown__69cbf339", E = {
|
|
|
27
27
|
targetRef: r,
|
|
28
28
|
mobileViewProps: {
|
|
29
29
|
children: /* @__PURE__ */ l(m, { children: [
|
|
30
|
-
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => s(!1) }), children:
|
|
30
|
+
/* @__PURE__ */ e(M, { controlButtons: /* @__PURE__ */ e(k, { onClick: () => s(!1) }), children: c() }),
|
|
31
31
|
/* @__PURE__ */ e(b, { children: t(!0) })
|
|
32
32
|
] }),
|
|
33
33
|
className: E.datePickerExtendedMobileDropdown
|
|
34
34
|
},
|
|
35
|
-
setOpened:
|
|
35
|
+
setOpened: a,
|
|
36
36
|
...p,
|
|
37
37
|
ref: d,
|
|
38
38
|
children: /* @__PURE__ */ e(
|
|
@@ -4,25 +4,25 @@ import { CaretleftStrokeSrvIcon20 as D, RangeStrokeSrvIcon16 as Y, CaretrightStr
|
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as E } from "./enums.js";
|
|
6
6
|
import { c as i } from "../../chunks/vendor-82AnkPpo.js";
|
|
7
|
-
const F = "
|
|
7
|
+
const F = "dateRange__b9d1f3eb", M = "dateRangeButton__750d76dc", h = "separator__1782c6b4", d = {
|
|
8
8
|
dateRange: F,
|
|
9
9
|
dateRangeButton: M,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
13
|
className: R,
|
|
14
|
-
value:
|
|
14
|
+
value: g,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = E.MONTH,
|
|
18
18
|
hideNavigation: p,
|
|
19
|
-
renderPickerFrom:
|
|
19
|
+
renderPickerFrom: f,
|
|
20
20
|
renderPickerTo: b,
|
|
21
21
|
renderButtonForward: u,
|
|
22
22
|
renderButtonBack: S,
|
|
23
23
|
...k
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = g, x = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -50,7 +50,7 @@ const F = "dateRange__66b87fb6", M = "dateRangeButton__6238e45d", h = "separator
|
|
|
50
50
|
disabled: !(t && a),
|
|
51
51
|
onClick: N
|
|
52
52
|
}),
|
|
53
|
-
|
|
53
|
+
f({
|
|
54
54
|
onChange: B,
|
|
55
55
|
value: t
|
|
56
56
|
}),
|
|
@@ -7,7 +7,7 @@ import { m as T } from "../../chunks/vendor-82AnkPpo.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.32.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],
|
|
@@ -14,47 +14,48 @@ import { Divider_Tokens as k } from "./components/Divider.js";
|
|
|
14
14
|
import { Dropdown_Tokens as I } from "./components/Dropdown.js";
|
|
15
15
|
import { DropdownList_Tokens as l } from "./components/DropdownList.js";
|
|
16
16
|
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
17
|
-
import { DropdownMobileList_Tokens as
|
|
18
|
-
import { FooterPage_Tokens as
|
|
17
|
+
import { DropdownMobileList_Tokens as G } from "./components/DropdownMobileList.js";
|
|
18
|
+
import { FooterPage_Tokens as H } from "./components/FooterPage.js";
|
|
19
19
|
import { FormField_Tokens as _ } from "./components/FormField.js";
|
|
20
20
|
import { HeaderPage_Tokens as d } from "./components/HeaderPage.js";
|
|
21
|
-
import { Island_Tokens as
|
|
22
|
-
import { IslandAccordion_Tokens as
|
|
21
|
+
import { Island_Tokens as g } from "./components/Island.js";
|
|
22
|
+
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
23
23
|
import { IslandWidget_Tokens as C } from "./components/IslandWidget.js";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
24
|
+
import { ImageGallery_Tokens as c } from "./components/ImageGallery.js";
|
|
25
|
+
import { LightBox_Tokens as M } from "./components/LightBox.js";
|
|
26
|
+
import { Link_Tokens as b } from "./components/Link.js";
|
|
27
|
+
import { ListItem_Tokens as u } from "./components/ListItem.js";
|
|
28
|
+
import { ListItemControlsButton_Tokens as y } from "./components/ListItemControlsButton.js";
|
|
28
29
|
import { ListMaster_Tokens as B } from "./components/ListMaster.js";
|
|
29
30
|
import { Loader_Tokens as D } from "./components/Loader.js";
|
|
30
31
|
import { LoaderScreen_Tokens as h } from "./components/LoaderScreen.js";
|
|
31
32
|
import { Marker_Tokens as w } from "./components/Marker.js";
|
|
32
33
|
import { MarkerStatus_Tokens as F } from "./components/MarkerStatus.js";
|
|
33
34
|
import { ModalWindow_Tokens as x } from "./components/ModalWindow.js";
|
|
34
|
-
import { MultiselectField_Tokens as
|
|
35
|
-
import { Notification_Tokens as
|
|
36
|
-
import { Overlay_Tokens as
|
|
37
|
-
import { Pagination_Tokens as
|
|
38
|
-
import { Radio_Tokens as
|
|
39
|
-
import { SegmentedControl_Tokens as
|
|
40
|
-
import { SegmentedControlSegment_Tokens as
|
|
41
|
-
import { Skeleton_Tokens as
|
|
42
|
-
import { Slider_Tokens as
|
|
43
|
-
import { SmallInput_Tokens as
|
|
44
|
-
import { SMSField_Tokens as
|
|
45
|
-
import { StatusTracker_Tokens as
|
|
46
|
-
import { Step_Tokens as
|
|
47
|
-
import { Stepper_Tokens as
|
|
48
|
-
import { TableBasic_Tokens as
|
|
49
|
-
import { Tabs_Tokens as
|
|
50
|
-
import { TabsLine_Tokens as
|
|
51
|
-
import { Tag_Tokens as
|
|
52
|
-
import { TagColor_Tokens as
|
|
53
|
-
import { Tooltip_Tokens as
|
|
54
|
-
import { TopOverlay_Tokens as
|
|
55
|
-
import { Typography_Tokens as
|
|
56
|
-
import { UploadZone_Tokens as
|
|
57
|
-
const
|
|
35
|
+
import { MultiselectField_Tokens as v } from "./components/MultiselectField.js";
|
|
36
|
+
import { Notification_Tokens as A } from "./components/Notification.js";
|
|
37
|
+
import { Overlay_Tokens as P } from "./components/Overlay.js";
|
|
38
|
+
import { Pagination_Tokens as O } from "./components/Pagination.js";
|
|
39
|
+
import { Radio_Tokens as W } from "./components/Radio.js";
|
|
40
|
+
import { SegmentedControl_Tokens as N } from "./components/SegmentedControl.js";
|
|
41
|
+
import { SegmentedControlSegment_Tokens as R } from "./components/SegmentedControlSegment.js";
|
|
42
|
+
import { Skeleton_Tokens as U } from "./components/Skeleton.js";
|
|
43
|
+
import { Slider_Tokens as Z } from "./components/Slider.js";
|
|
44
|
+
import { SmallInput_Tokens as E } from "./components/SmallInput.js";
|
|
45
|
+
import { SMSField_Tokens as V } from "./components/SMSField.js";
|
|
46
|
+
import { StatusTracker_Tokens as j } from "./components/StatusTracker.js";
|
|
47
|
+
import { Step_Tokens as q } from "./components/Step.js";
|
|
48
|
+
import { Stepper_Tokens as z } from "./components/Stepper.js";
|
|
49
|
+
import { TableBasic_Tokens as J } from "./components/TableBasic.js";
|
|
50
|
+
import { Tabs_Tokens as K } from "./components/Tabs.js";
|
|
51
|
+
import { TabsLine_Tokens as Q } from "./components/TabsLine.js";
|
|
52
|
+
import { Tag_Tokens as X } from "./components/Tag.js";
|
|
53
|
+
import { TagColor_Tokens as Y } from "./components/TagColor.js";
|
|
54
|
+
import { Tooltip_Tokens as $ } from "./components/Tooltip.js";
|
|
55
|
+
import { TopOverlay_Tokens as oo } from "./components/TopOverlay.js";
|
|
56
|
+
import { Typography_Tokens as ro } from "./components/Typography.js";
|
|
57
|
+
import { UploadZone_Tokens as eo } from "./components/UploadZone.js";
|
|
58
|
+
const nr = {
|
|
58
59
|
AlertContext: r(
|
|
59
60
|
o.LIGHT,
|
|
60
61
|
e
|
|
@@ -86,32 +87,36 @@ const mr = {
|
|
|
86
87
|
),
|
|
87
88
|
DropdownMobileList: r(
|
|
88
89
|
o.LIGHT,
|
|
89
|
-
|
|
90
|
+
G
|
|
90
91
|
),
|
|
91
92
|
FooterPage: r(
|
|
92
93
|
o.LIGHT,
|
|
93
|
-
|
|
94
|
+
H
|
|
94
95
|
),
|
|
95
96
|
FormField: r(o.LIGHT, _),
|
|
96
97
|
HeaderPage: r(
|
|
97
98
|
o.LIGHT,
|
|
98
99
|
d
|
|
99
100
|
),
|
|
100
|
-
Island: r(o.LIGHT,
|
|
101
|
+
Island: r(o.LIGHT, g),
|
|
101
102
|
IslandAccordion: r(
|
|
102
103
|
o.LIGHT,
|
|
103
|
-
|
|
104
|
+
S
|
|
104
105
|
),
|
|
105
106
|
IslandWidget: r(
|
|
106
107
|
o.LIGHT,
|
|
107
108
|
C
|
|
108
109
|
),
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
ImageGallery: r(
|
|
111
|
+
o.LIGHT,
|
|
112
|
+
c
|
|
113
|
+
),
|
|
114
|
+
LightBox: r(o.LIGHT, M),
|
|
115
|
+
Link: r(o.LIGHT, b),
|
|
116
|
+
ListItem: r(o.LIGHT, u),
|
|
112
117
|
ListItemControlsButton: r(
|
|
113
118
|
o.LIGHT,
|
|
114
|
-
|
|
119
|
+
y
|
|
115
120
|
),
|
|
116
121
|
ListMaster: r(
|
|
117
122
|
o.LIGHT,
|
|
@@ -133,62 +138,62 @@ const mr = {
|
|
|
133
138
|
),
|
|
134
139
|
MultiselectField: r(
|
|
135
140
|
o.LIGHT,
|
|
136
|
-
|
|
141
|
+
v
|
|
137
142
|
),
|
|
138
143
|
Notification: r(
|
|
139
144
|
o.LIGHT,
|
|
140
|
-
|
|
145
|
+
A
|
|
141
146
|
),
|
|
142
|
-
Overlay: r(o.LIGHT,
|
|
147
|
+
Overlay: r(o.LIGHT, P),
|
|
143
148
|
Pagination: r(
|
|
144
149
|
o.LIGHT,
|
|
145
|
-
|
|
150
|
+
O
|
|
146
151
|
),
|
|
147
|
-
Radio: r(o.LIGHT,
|
|
152
|
+
Radio: r(o.LIGHT, W),
|
|
148
153
|
SegmentedControl: r(
|
|
149
154
|
o.LIGHT,
|
|
150
|
-
|
|
155
|
+
N
|
|
151
156
|
),
|
|
152
157
|
SegmentedControlSegment: r(
|
|
153
158
|
o.LIGHT,
|
|
154
|
-
|
|
159
|
+
R
|
|
155
160
|
),
|
|
156
|
-
Skeleton: r(o.LIGHT,
|
|
161
|
+
Skeleton: r(o.LIGHT, U),
|
|
157
162
|
SmallInput: r(
|
|
158
163
|
o.LIGHT,
|
|
159
|
-
|
|
164
|
+
E
|
|
160
165
|
),
|
|
161
|
-
SMSField: r(o.LIGHT,
|
|
162
|
-
Slider: r(o.LIGHT,
|
|
166
|
+
SMSField: r(o.LIGHT, V),
|
|
167
|
+
Slider: r(o.LIGHT, Z),
|
|
163
168
|
StatusTracker: r(
|
|
164
169
|
o.LIGHT,
|
|
165
|
-
|
|
170
|
+
j
|
|
166
171
|
),
|
|
167
|
-
Step: r(o.LIGHT,
|
|
168
|
-
Stepper: r(o.LIGHT,
|
|
172
|
+
Step: r(o.LIGHT, q),
|
|
173
|
+
Stepper: r(o.LIGHT, z),
|
|
169
174
|
TableBasic: r(
|
|
170
175
|
o.LIGHT,
|
|
171
|
-
|
|
176
|
+
J
|
|
172
177
|
),
|
|
173
|
-
Tabs: r(o.LIGHT,
|
|
174
|
-
Tag: r(o.LIGHT,
|
|
175
|
-
TagColor: r(o.LIGHT,
|
|
176
|
-
TabsLine: r(o.LIGHT,
|
|
177
|
-
Tooltip: r(o.LIGHT,
|
|
178
|
+
Tabs: r(o.LIGHT, K),
|
|
179
|
+
Tag: r(o.LIGHT, X),
|
|
180
|
+
TagColor: r(o.LIGHT, Y),
|
|
181
|
+
TabsLine: r(o.LIGHT, Q),
|
|
182
|
+
Tooltip: r(o.LIGHT, $),
|
|
178
183
|
TopOverlay: r(
|
|
179
184
|
o.LIGHT,
|
|
180
|
-
|
|
185
|
+
oo
|
|
181
186
|
),
|
|
182
187
|
Typography: r(
|
|
183
188
|
o.LIGHT,
|
|
184
|
-
|
|
189
|
+
ro
|
|
185
190
|
),
|
|
186
191
|
UploadZone: r(
|
|
187
192
|
o.LIGHT,
|
|
188
|
-
|
|
193
|
+
eo
|
|
189
194
|
)
|
|
190
195
|
};
|
|
191
196
|
export {
|
|
192
|
-
|
|
197
|
+
nr as DesignTokensComponents
|
|
193
198
|
};
|
|
194
199
|
//# sourceMappingURL=DesignTokensComponents.js.map
|
|
@@ -18,43 +18,44 @@ import { DropdownMobileList_Tokens as R } from "./components/DropdownMobileList.
|
|
|
18
18
|
import { FooterPage_Tokens as K } from "./components/FooterPage.js";
|
|
19
19
|
import { FormField_Tokens as _ } from "./components/FormField.js";
|
|
20
20
|
import { HeaderPage_Tokens as d } from "./components/HeaderPage.js";
|
|
21
|
-
import { Island_Tokens as
|
|
22
|
-
import { IslandAccordion_Tokens as
|
|
21
|
+
import { Island_Tokens as g } from "./components/Island.js";
|
|
22
|
+
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
23
23
|
import { IslandWidget_Tokens as C } from "./components/IslandWidget.js";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
24
|
+
import { ImageGallery_Tokens as L } from "./components/ImageGallery.js";
|
|
25
|
+
import { LightBox_Tokens as c } from "./components/LightBox.js";
|
|
26
|
+
import { Link_Tokens as M } from "./components/Link.js";
|
|
27
|
+
import { ListItem_Tokens as b } from "./components/ListItem.js";
|
|
28
|
+
import { ListItemControlsButton_Tokens as I } from "./components/ListItemControlsButton.js";
|
|
28
29
|
import { ListMaster_Tokens as u } from "./components/ListMaster.js";
|
|
29
|
-
import { Loader_Tokens as
|
|
30
|
-
import { LoaderScreen_Tokens as
|
|
30
|
+
import { Loader_Tokens as h } from "./components/Loader.js";
|
|
31
|
+
import { LoaderScreen_Tokens as y } from "./components/LoaderScreen.js";
|
|
31
32
|
import { Marker_Tokens as B } from "./components/Marker.js";
|
|
32
33
|
import { MarkerStatus_Tokens as w } from "./components/MarkerStatus.js";
|
|
33
34
|
import { ModalWindow_Tokens as F } from "./components/ModalWindow.js";
|
|
34
35
|
import { MultiselectField_Tokens as x } from "./components/MultiselectField.js";
|
|
35
|
-
import { Notification_Tokens as
|
|
36
|
-
import { Overlay_Tokens as
|
|
37
|
-
import { Pagination_Tokens as
|
|
38
|
-
import { Radio_Tokens as
|
|
39
|
-
import { SegmentedControl_Tokens as
|
|
36
|
+
import { Notification_Tokens as v } from "./components/Notification.js";
|
|
37
|
+
import { Overlay_Tokens as P } from "./components/Overlay.js";
|
|
38
|
+
import { Pagination_Tokens as O } from "./components/Pagination.js";
|
|
39
|
+
import { Radio_Tokens as W } from "./components/Radio.js";
|
|
40
|
+
import { SegmentedControl_Tokens as G } from "./components/SegmentedControl.js";
|
|
40
41
|
import { SegmentedControlSegment_Tokens as N } from "./components/SegmentedControlSegment.js";
|
|
41
42
|
import { Skeleton_Tokens as H } from "./components/Skeleton.js";
|
|
42
43
|
import { Slider_Tokens as U } from "./components/Slider.js";
|
|
43
44
|
import { SmallInput_Tokens as Z } from "./components/SmallInput.js";
|
|
44
45
|
import { SMSField_Tokens as E } from "./components/SMSField.js";
|
|
45
|
-
import { StatusTracker_Tokens as
|
|
46
|
-
import { Step_Tokens as
|
|
47
|
-
import { Stepper_Tokens as
|
|
48
|
-
import { TableBasic_Tokens as
|
|
49
|
-
import { Tabs_Tokens as
|
|
50
|
-
import { TabsLine_Tokens as
|
|
51
|
-
import { Tag_Tokens as
|
|
52
|
-
import { TagColor_Tokens as
|
|
53
|
-
import { Tooltip_Tokens as
|
|
54
|
-
import { TopOverlay_Tokens as
|
|
55
|
-
import { Typography_Tokens as
|
|
56
|
-
import { UploadZone_Tokens as
|
|
57
|
-
const
|
|
46
|
+
import { StatusTracker_Tokens as V } from "./components/StatusTracker.js";
|
|
47
|
+
import { Step_Tokens as j } from "./components/Step.js";
|
|
48
|
+
import { Stepper_Tokens as q } from "./components/Stepper.js";
|
|
49
|
+
import { TableBasic_Tokens as z } from "./components/TableBasic.js";
|
|
50
|
+
import { Tabs_Tokens as J } from "./components/Tabs.js";
|
|
51
|
+
import { TabsLine_Tokens as Q } from "./components/TabsLine.js";
|
|
52
|
+
import { Tag_Tokens as X } from "./components/Tag.js";
|
|
53
|
+
import { TagColor_Tokens as Y } from "./components/TagColor.js";
|
|
54
|
+
import { Tooltip_Tokens as $ } from "./components/Tooltip.js";
|
|
55
|
+
import { TopOverlay_Tokens as oo } from "./components/TopOverlay.js";
|
|
56
|
+
import { Typography_Tokens as ro } from "./components/Typography.js";
|
|
57
|
+
import { UploadZone_Tokens as eo } from "./components/UploadZone.js";
|
|
58
|
+
const sr = {
|
|
58
59
|
AlertContext: r(
|
|
59
60
|
o.DARK,
|
|
60
61
|
t
|
|
@@ -97,30 +98,34 @@ const ir = {
|
|
|
97
98
|
o.DARK,
|
|
98
99
|
d
|
|
99
100
|
),
|
|
100
|
-
Island: r(o.DARK,
|
|
101
|
+
Island: r(o.DARK, g),
|
|
101
102
|
IslandAccordion: r(
|
|
102
103
|
o.DARK,
|
|
103
|
-
|
|
104
|
+
S
|
|
104
105
|
),
|
|
105
106
|
IslandWidget: r(
|
|
106
107
|
o.DARK,
|
|
107
108
|
C
|
|
108
109
|
),
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
ImageGallery: r(
|
|
111
|
+
o.DARK,
|
|
112
|
+
L
|
|
113
|
+
),
|
|
114
|
+
LightBox: r(o.DARK, c),
|
|
115
|
+
Link: r(o.DARK, M),
|
|
116
|
+
ListItem: r(o.DARK, b),
|
|
112
117
|
ListItemControlsButton: r(
|
|
113
118
|
o.DARK,
|
|
114
|
-
|
|
119
|
+
I
|
|
115
120
|
),
|
|
116
121
|
ListMaster: r(
|
|
117
122
|
o.DARK,
|
|
118
123
|
u
|
|
119
124
|
),
|
|
120
|
-
Loader: r(o.DARK,
|
|
125
|
+
Loader: r(o.DARK, h),
|
|
121
126
|
LoaderScreen: r(
|
|
122
127
|
o.DARK,
|
|
123
|
-
|
|
128
|
+
y
|
|
124
129
|
),
|
|
125
130
|
Marker: r(o.DARK, B),
|
|
126
131
|
MarkerStatus: r(
|
|
@@ -137,17 +142,17 @@ const ir = {
|
|
|
137
142
|
),
|
|
138
143
|
Notification: r(
|
|
139
144
|
o.DARK,
|
|
140
|
-
|
|
145
|
+
v
|
|
141
146
|
),
|
|
142
|
-
Overlay: r(o.DARK,
|
|
147
|
+
Overlay: r(o.DARK, P),
|
|
143
148
|
Pagination: r(
|
|
144
149
|
o.DARK,
|
|
145
|
-
|
|
150
|
+
O
|
|
146
151
|
),
|
|
147
|
-
Radio: r(o.DARK,
|
|
152
|
+
Radio: r(o.DARK, W),
|
|
148
153
|
SegmentedControl: r(
|
|
149
154
|
o.DARK,
|
|
150
|
-
|
|
155
|
+
G
|
|
151
156
|
),
|
|
152
157
|
SegmentedControlSegment: r(
|
|
153
158
|
o.DARK,
|
|
@@ -162,33 +167,33 @@ const ir = {
|
|
|
162
167
|
Slider: r(o.DARK, U),
|
|
163
168
|
StatusTracker: r(
|
|
164
169
|
o.DARK,
|
|
165
|
-
|
|
170
|
+
V
|
|
166
171
|
),
|
|
167
|
-
Step: r(o.DARK,
|
|
168
|
-
Stepper: r(o.DARK,
|
|
172
|
+
Step: r(o.DARK, j),
|
|
173
|
+
Stepper: r(o.DARK, q),
|
|
169
174
|
TableBasic: r(
|
|
170
175
|
o.DARK,
|
|
171
|
-
|
|
176
|
+
z
|
|
172
177
|
),
|
|
173
|
-
Tabs: r(o.DARK,
|
|
174
|
-
Tag: r(o.DARK,
|
|
175
|
-
TagColor: r(o.DARK,
|
|
176
|
-
TabsLine: r(o.DARK,
|
|
177
|
-
Tooltip: r(o.DARK,
|
|
178
|
+
Tabs: r(o.DARK, J),
|
|
179
|
+
Tag: r(o.DARK, X),
|
|
180
|
+
TagColor: r(o.DARK, Y),
|
|
181
|
+
TabsLine: r(o.DARK, Q),
|
|
182
|
+
Tooltip: r(o.DARK, $),
|
|
178
183
|
TopOverlay: r(
|
|
179
184
|
o.DARK,
|
|
180
|
-
|
|
185
|
+
oo
|
|
181
186
|
),
|
|
182
187
|
Typography: r(
|
|
183
188
|
o.DARK,
|
|
184
|
-
|
|
189
|
+
ro
|
|
185
190
|
),
|
|
186
191
|
UploadZone: r(
|
|
187
192
|
o.DARK,
|
|
188
|
-
|
|
193
|
+
eo
|
|
189
194
|
)
|
|
190
195
|
};
|
|
191
196
|
export {
|
|
192
|
-
|
|
197
|
+
sr as DesignTokensComponentsThemeDark
|
|
193
198
|
};
|
|
194
199
|
//# sourceMappingURL=DesignTokensComponentsThemeDark.js.map
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
const e = [
|
|
2
2
|
"Background_Active",
|
|
3
|
-
"Background_Default",
|
|
4
3
|
"Background_Disabled",
|
|
5
|
-
"
|
|
4
|
+
"Background_Type1_Default",
|
|
5
|
+
"Background_Type1_Hover",
|
|
6
|
+
"Background_Type2_Default",
|
|
7
|
+
"Background_Type2_Hover",
|
|
6
8
|
"Background_Selected_Active",
|
|
7
9
|
"Background_Selected_Default",
|
|
8
10
|
"Background_Selected_Disabled",
|
|
@@ -19,12 +21,16 @@ const e = [
|
|
|
19
21
|
], r = {
|
|
20
22
|
Background_Active: [{ ref: "ColorNeutral.40" }, { ref: "ColorDarkNeutral.100" }],
|
|
21
23
|
// var(--triplex-next-Chip-Background_Active)
|
|
22
|
-
Background_Default: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.80" }],
|
|
23
|
-
// var(--triplex-next-Chip-Background_Default)
|
|
24
24
|
Background_Disabled: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.80" }],
|
|
25
25
|
// var(--triplex-next-Chip-Background_Disabled)
|
|
26
|
-
|
|
27
|
-
// var(--triplex-next-Chip-
|
|
26
|
+
Background_Type1_Default: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.80" }],
|
|
27
|
+
// var(--triplex-next-Chip-Background_Type1_Default)
|
|
28
|
+
Background_Type1_Hover: [{ ref: "ColorNeutral.70" }, { ref: "ColorDarkNeutral.90" }],
|
|
29
|
+
// var(--triplex-next-Background_Type1_Hover)
|
|
30
|
+
Background_Type2_Default: [{ ref: "ColorNeutral.100" }, { ref: "ColorDarkNeutral.50" }],
|
|
31
|
+
// var(--triplex-next-Chip-Background_Type2_Default)
|
|
32
|
+
Background_Type2_Hover: [{ ref: "ColorNeutral.80" }, { ref: "ColorDarkNeutral.60" }],
|
|
33
|
+
// var(--triplex-next-Chip-Background_Type2_Hover)
|
|
28
34
|
Background_Selected_Active: [{ ref: "ColorDarkNeutral.100" }, { ref: "ColorNeutral.40" }],
|
|
29
35
|
// var(--triplex-next-Chip-Background_Selected_Active)
|
|
30
36
|
Background_Selected_Default: [{ ref: "ColorDarkNeutral.70" }, { ref: "ColorNeutral.90" }],
|