@sberbusiness/triplex-next 1.6.1 → 1.8.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-C7qEZRwB.js +39 -0
- package/chunks/{CalendarViewItem-BoFDPLNT.js → CalendarViewItem-CUPkQFFY.js} +20 -20
- package/chunks/Card.module-D1ZooBvB.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CjWzaGb4.js +11 -0
- package/chunks/{Chip-C91-I9zb.js → Chip-CCv72AgN.js} +12 -12
- package/chunks/Confirm.module-DCsU0G6f.js +15 -0
- package/chunks/DropdownListItem-BcXHt5bk.js +63 -0
- package/chunks/DropdownMobile.module-B-UZ3LiZ.js +23 -0
- package/chunks/Footer.module-lZvJ02_q.js +9 -0
- package/chunks/{FormFieldInput-BL8yYnKo.js → FormFieldInput-BnHKlreA.js} +9 -9
- package/chunks/HeaderLayoutSidebar.module-CWZIkcLe.js +9 -0
- package/chunks/HeaderTabs.module-C-ZA_mn1.js +9 -0
- package/chunks/{HeaderTitle.module-29jwPQr2.js → HeaderTitle.module-0YuV_UNN.js} +2 -2
- package/chunks/IslandAccordion.module-h_O6zE1D.js +26 -0
- package/chunks/IslandWidgetFooter.module-Qje3BoKp.js +9 -0
- package/chunks/IslandWidgetHeader.module-CX_EFZUr.js +9 -0
- package/chunks/{LightBoxContent-D9VFXK17.js → LightBoxContent-CzLiq8KE.js} +13 -13
- package/chunks/LightBoxControls.module-BRiJRrAF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CCW9Lhhe.js +8 -0
- package/chunks/{ListItemControlsButton-DnuVSFV7.js → ListItemControlsButton-BB9ENDS-.js} +8 -8
- package/chunks/ListItemTail.module-BNCbqffO.js +12 -0
- package/chunks/ListMasterFooter.module-TZgSWuoA.js +10 -0
- package/chunks/ModalWindow.module-Bf1JWUeo.js +17 -0
- package/chunks/Notification.module-BRB3HPvc.js +21 -0
- package/chunks/Overlay.module-BPWZrFj3.js +18 -0
- package/chunks/Page.module-qLhls7XX.js +11 -0
- package/chunks/{RightBorderArrow-esMRIv7g.js → RightBorderArrow-BsoQkq2D.js} +13 -13
- package/chunks/SMSInput.module-C87wEVmB.js +16 -0
- package/chunks/SliderExtendedMarks.module-DwPWr28H.js +15 -0
- package/chunks/SliderExtendedRail-DCMgHGfh.js +40 -0
- package/chunks/StatusTracker.module-8ARjpbBi.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CpoZIQ7a.js → SuggestFieldMobileDropdownHint-BEzPFmOF.js} +4 -4
- package/chunks/TableFooter.module-DgtjRZYk.js +14 -0
- package/chunks/TabsExtended.module-B0_ktbZ6.js +16 -0
- package/chunks/TabsLine.module-DGic2tTZ.js +21 -0
- package/chunks/TooltipDesktop.module-krYzO0tT.js +19 -0
- package/chunks/{TooltipMobileCloseButton-Bdw8P_WT.js → TooltipMobileCloseButton-D5h1S51t.js} +7 -7
- package/chunks/TreeView.module-7xjkN1j1.js +9 -0
- package/chunks/{UploadZoneInput-Cr1wEu6A.js → UploadZoneInput-BES4iuW5.js} +5 -5
- package/chunks/{utils-PII_juCp.js → utils-Bg2EU04u.js} +7 -7
- package/chunks/{utils-DpVkLh52.js → utils-CIob06mu.js} +4 -4
- package/chunks/utils-D2zZhfuB.js +27 -0
- package/chunks/{utils-BGuB8cgl.js → utils-DRFlp8Cg.js} +16 -16
- package/chunks/utils-TKCSmJUI.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +8 -25
- package/components/Body/index.js +2 -4
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +97 -98
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +3 -3
- 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 +17 -17
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +91 -0
- package/components/Chip/ChipDatePicker/components/ChipDatePickerTarget.js +34 -0
- package/components/Chip/ChipDropdownArrow.js +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +4 -4
- package/components/Col/Col.js +136 -136
- package/components/CollapsableTree/components/CollapsableTreeNode.js +11 -11
- 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/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +16 -19
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +36 -31
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +42 -37
- package/components/DesignTokens/components/DropdownMobile.js +1 -1
- package/components/DesignTokens/components/Island.js +2 -2
- package/components/DesignTokens/components/IslandWidget.js +14 -0
- package/components/DesignTokens/components/ModalWindow.js +2 -2
- package/components/DesignTokens/components/Tabs.js +1 -1
- package/components/DesignTokens/components/TabsLine.js +0 -3
- package/components/DesignTokens/components/index.js +63 -60
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +5 -5
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +3 -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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +10 -10
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +25 -25
- package/components/Dropdown/mobile/DropdownMobileLoader.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +19 -19
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +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 +34 -34
- package/components/HelpBox/index.js +5 -0
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +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 +51 -0
- package/components/IslandWidget/IslandWidgetContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -0
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +23 -0
- package/components/IslandWidget/components/IslandWidgetFooter.js +13 -0
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +11 -0
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +11 -0
- package/components/IslandWidget/components/IslandWidgetHeader.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +13 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +13 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +17 -0
- package/components/IslandWidget/components/index.js +15 -0
- package/components/IslandWidget/index.js +17 -0
- package/components/LightBox/LightBox.js +16 -15
- 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 +61 -64
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSideOverlay/enums.js +5 -0
- package/components/LightBox/LightBoxSideOverlay/index.js +7 -0
- package/components/LightBox/index.js +7 -3
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +5 -5
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +38 -35
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +7 -7
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +4 -4
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +6 -6
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +37 -36
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +15 -9
- package/components/ModalWindow/components/ModalWindowHeader.js +5 -5
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +10 -0
- package/components/NotificationIcon/index.js +5 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- 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 +22 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Page/components/enums.js +5 -3
- package/components/Page/index.js +7 -5
- 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 +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +7 -7
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +10 -10
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +2 -2
- package/components/SMSInput/components/RefreshIcon.js +1 -1
- package/components/SMSInput/components/SMSInputInput.js +2 -2
- package/components/SMSInput/components/SMSInputRefresh.js +1 -1
- package/components/SMSInput/components/SMSInputSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +6 -12
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +7 -7
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +1 -1
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +10 -10
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- 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/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +12 -12
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +41 -35
- 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 +3 -3
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +44 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +7 -7
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +1 -1
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +3 -3
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +7 -7
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +31 -30
- 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 +18 -14
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +18 -17
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +50 -52
- package/components/TabsLine/components/TabsLineItem.js +16 -15
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +26 -26
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.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 +7 -7
- 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 +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +9 -11
- package/components/TopOverlay/TopOverlay.js +15 -15
- 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 +13 -13
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +20 -20
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +10 -10
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +561 -528
- package/index.d.ts +288 -27
- package/index.js +403 -354
- package/package.json +13 -1
- package/styles/triplex-next.css +528 -527
- package/utils/index.js +30 -0
- package/chunks/AlertProcessSpoiler-Dq0fm-3a.js +0 -39
- package/chunks/Card.module-xUBtHcBW.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +0 -11
- package/chunks/Confirm.module-yvrei2lL.js +0 -15
- package/chunks/DropdownListItem-PbfrmOZJ.js +0 -57
- package/chunks/DropdownMobile.module-CvDbPL9W.js +0 -21
- package/chunks/Footer.module-Kij9_qbS.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +0 -9
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +0 -9
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +0 -26
- package/chunks/LightBoxControls.module-C76N_yWS.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +0 -8
- package/chunks/ListItemTail.module-DE8OWHba.js +0 -12
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +0 -10
- package/chunks/ModalWindow.module-C7N9wjxW.js +0 -17
- package/chunks/Notification.module-ByRBfuR2.js +0 -21
- package/chunks/Overlay.module-EIMAbb4c.js +0 -18
- package/chunks/Page.module-BokYwJr5.js +0 -12
- package/chunks/SMSInput.module-5r7uaeim.js +0 -16
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +0 -15
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +0 -40
- package/chunks/StatusTracker.module-D1-siBfk.js +0 -24
- package/chunks/TableFooter.module-D8h1OLCP.js +0 -14
- package/chunks/TabsExtended.module-Dvvx9orv.js +0 -16
- package/chunks/TabsLine.module-BW1667el.js +0 -23
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +0 -19
- package/chunks/TreeView.module-CKfLtgeC.js +0 -9
- package/chunks/utils-BJhZJ9SO.js +0 -24
- package/chunks/utils-GixgRYNn.js +0 -26
- package/components/Body/enums.js +0 -5
|
@@ -3,25 +3,25 @@ import { c as i, k as c } from "../../chunks/vendor-D3hUOusX.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__42b10f55", E = "dateRangeButton__0efd6b49", F = "separator__37454164", d = {
|
|
7
7
|
dateRange: C,
|
|
8
8
|
dateRangeButton: E,
|
|
9
9
|
separator: F
|
|
10
10
|
}, j = ({
|
|
11
11
|
children: y,
|
|
12
|
-
className:
|
|
13
|
-
value:
|
|
12
|
+
className: R,
|
|
13
|
+
value: f,
|
|
14
14
|
onChange: o,
|
|
15
15
|
shiftAmount: n = 1,
|
|
16
16
|
shiftUnit: s = h.MONTH,
|
|
17
|
-
hideNavigation:
|
|
17
|
+
hideNavigation: p,
|
|
18
18
|
renderPickerFrom: g,
|
|
19
19
|
renderPickerTo: k,
|
|
20
20
|
renderButtonForward: u,
|
|
21
21
|
renderButtonBack: S,
|
|
22
|
-
...
|
|
22
|
+
...b
|
|
23
23
|
}) => {
|
|
24
|
-
const [t, a] =
|
|
24
|
+
const [t, a] = f, x = i(d.dateRange, R), B = (e) => {
|
|
25
25
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
26
26
|
}, I = (e) => {
|
|
27
27
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -42,8 +42,8 @@ const C = "dateRange__d51ca2e0", E = "dateRangeButton__e4fd89d7", F = "separator
|
|
|
42
42
|
l.add(n, s).format(r)
|
|
43
43
|
]);
|
|
44
44
|
};
|
|
45
|
-
return /* @__PURE__ */ v("div", { className:
|
|
46
|
-
!
|
|
45
|
+
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
46
|
+
!p && S({
|
|
47
47
|
children: /* @__PURE__ */ m(D, { paletteIndex: 5 }),
|
|
48
48
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
49
49
|
disabled: !(t && a),
|
|
@@ -58,7 +58,7 @@ const C = "dateRange__d51ca2e0", E = "dateRangeButton__e4fd89d7", F = "separator
|
|
|
58
58
|
onChange: I,
|
|
59
59
|
value: a
|
|
60
60
|
}),
|
|
61
|
-
!
|
|
61
|
+
!p && u({
|
|
62
62
|
children: /* @__PURE__ */ m(Y, { paletteIndex: 5 }),
|
|
63
63
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
64
64
|
disabled: !(t && a),
|
|
@@ -7,7 +7,7 @@ import { m as T } from "../../chunks/vendor-D3hUOusX.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.8.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],
|
|
@@ -13,14 +13,14 @@ import { Radio_Tokens as a } from "./components/Radio.js";
|
|
|
13
13
|
import { Typography_Tokens as k } from "./components/Typography.js";
|
|
14
14
|
import { Tooltip_Tokens as I } from "./components/Tooltip.js";
|
|
15
15
|
import { AlertContext_Tokens as f } from "./components/AlertContext.js";
|
|
16
|
-
import { AlertProcess_Tokens as
|
|
17
|
-
import { Divider_Tokens as
|
|
16
|
+
import { AlertProcess_Tokens as l } from "./components/AlertProcess.js";
|
|
17
|
+
import { Divider_Tokens as H } from "./components/Divider.js";
|
|
18
18
|
import { Dropdown_Tokens as G } from "./components/Dropdown.js";
|
|
19
19
|
import { DropdownList_Tokens as _ } from "./components/DropdownList.js";
|
|
20
20
|
import { DropdownMobile_Tokens as d } from "./components/DropdownMobile.js";
|
|
21
21
|
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
22
|
-
import { Overlay_Tokens as
|
|
23
|
-
import { ListItem_Tokens as
|
|
22
|
+
import { Overlay_Tokens as g } from "./components/Overlay.js";
|
|
23
|
+
import { ListItem_Tokens as c } from "./components/ListItem.js";
|
|
24
24
|
import { ListItemControlsButton_Tokens as C } from "./components/ListItemControlsButton.js";
|
|
25
25
|
import { ListMaster_Tokens as M } from "./components/ListMaster.js";
|
|
26
26
|
import { Marker_Tokens as u } from "./components/Marker.js";
|
|
@@ -36,34 +36,35 @@ import { Stepper_Tokens as P } from "./components/Stepper.js";
|
|
|
36
36
|
import { HeaderPage_Tokens as v } from "./components/HeaderPage.js";
|
|
37
37
|
import { FooterPage_Tokens as A } from "./components/FooterPage.js";
|
|
38
38
|
import { Island_Tokens as O } from "./components/Island.js";
|
|
39
|
-
import { IslandAccordion_Tokens as
|
|
39
|
+
import { IslandAccordion_Tokens as W } from "./components/IslandAccordion.js";
|
|
40
|
+
import { IslandWidget_Tokens as N } from "./components/IslandWidget.js";
|
|
40
41
|
import { TableBasic_Tokens as R } from "./components/TableBasic.js";
|
|
41
42
|
import { Chip_Tokens as U } from "./components/Chip.js";
|
|
42
|
-
import { LightBox_Tokens as
|
|
43
|
-
import { Tag_Tokens as
|
|
44
|
-
import { Notification_Tokens as
|
|
45
|
-
import { SMSInput_Tokens as
|
|
46
|
-
import { StatusTracker_Tokens as
|
|
47
|
-
import { Step_Tokens as
|
|
48
|
-
import { ModalWindow_Tokens as
|
|
49
|
-
import { TopOverlay_Tokens as
|
|
50
|
-
import { SmallInput_Tokens as
|
|
51
|
-
import { Slider_Tokens as
|
|
52
|
-
const
|
|
43
|
+
import { LightBox_Tokens as Z } from "./components/LightBox.js";
|
|
44
|
+
import { Tag_Tokens as E } from "./components/Tag.js";
|
|
45
|
+
import { Notification_Tokens as V } from "./components/Notification.js";
|
|
46
|
+
import { SMSInput_Tokens as j } from "./components/SMSInput.js";
|
|
47
|
+
import { StatusTracker_Tokens as q } from "./components/StatusTracker.js";
|
|
48
|
+
import { Step_Tokens as z } from "./components/Step.js";
|
|
49
|
+
import { ModalWindow_Tokens as J } from "./components/ModalWindow.js";
|
|
50
|
+
import { TopOverlay_Tokens as K } from "./components/TopOverlay.js";
|
|
51
|
+
import { SmallInput_Tokens as Q } from "./components/SmallInput.js";
|
|
52
|
+
import { Slider_Tokens as X } from "./components/Slider.js";
|
|
53
|
+
const Xo = {
|
|
53
54
|
AlertContext: r(
|
|
54
55
|
o.LIGHT,
|
|
55
56
|
f
|
|
56
57
|
),
|
|
57
58
|
AlertProcess: r(
|
|
58
59
|
o.LIGHT,
|
|
59
|
-
|
|
60
|
+
l
|
|
60
61
|
),
|
|
61
62
|
Button: r(o.LIGHT, e),
|
|
62
63
|
Calendar: r(o.LIGHT, t),
|
|
63
64
|
Card: r(o.LIGHT, x),
|
|
64
65
|
Checkbox: r(o.LIGHT, m),
|
|
65
66
|
Chip: r(o.LIGHT, U),
|
|
66
|
-
Divider: r(o.LIGHT,
|
|
67
|
+
Divider: r(o.LIGHT, H),
|
|
67
68
|
Dropdown: r(o.LIGHT, G),
|
|
68
69
|
DropdownList: r(
|
|
69
70
|
o.LIGHT,
|
|
@@ -88,11 +89,15 @@ const Ko = {
|
|
|
88
89
|
),
|
|
89
90
|
Island: r(o.LIGHT, O),
|
|
90
91
|
IslandAccordion: r(
|
|
92
|
+
o.LIGHT,
|
|
93
|
+
W
|
|
94
|
+
),
|
|
95
|
+
IslandWidget: r(
|
|
91
96
|
o.LIGHT,
|
|
92
97
|
N
|
|
93
98
|
),
|
|
94
99
|
Link: r(o.LIGHT, n),
|
|
95
|
-
ListItem: r(o.LIGHT,
|
|
100
|
+
ListItem: r(o.LIGHT, c),
|
|
96
101
|
ListItemControlsButton: r(
|
|
97
102
|
o.LIGHT,
|
|
98
103
|
C
|
|
@@ -115,7 +120,7 @@ const Ko = {
|
|
|
115
120
|
o.LIGHT,
|
|
116
121
|
D
|
|
117
122
|
),
|
|
118
|
-
Overlay: r(o.LIGHT,
|
|
123
|
+
Overlay: r(o.LIGHT, g),
|
|
119
124
|
Pagination: r(
|
|
120
125
|
o.LIGHT,
|
|
121
126
|
w
|
|
@@ -130,16 +135,16 @@ const Ko = {
|
|
|
130
135
|
F
|
|
131
136
|
),
|
|
132
137
|
Skeleton: r(o.LIGHT, y),
|
|
133
|
-
SMSInput: r(o.LIGHT,
|
|
134
|
-
Slider: r(o.LIGHT,
|
|
135
|
-
Step: r(o.LIGHT,
|
|
138
|
+
SMSInput: r(o.LIGHT, j),
|
|
139
|
+
Slider: r(o.LIGHT, X),
|
|
140
|
+
Step: r(o.LIGHT, z),
|
|
136
141
|
Stepper: r(o.LIGHT, P),
|
|
137
142
|
TableBasic: r(
|
|
138
143
|
o.LIGHT,
|
|
139
144
|
R
|
|
140
145
|
),
|
|
141
146
|
Tabs: r(o.LIGHT, i),
|
|
142
|
-
Tag: r(o.LIGHT,
|
|
147
|
+
Tag: r(o.LIGHT, E),
|
|
143
148
|
TabsLine: r(o.LIGHT, s),
|
|
144
149
|
Tooltip: r(o.LIGHT, I),
|
|
145
150
|
Typography: r(
|
|
@@ -150,29 +155,29 @@ const Ko = {
|
|
|
150
155
|
o.LIGHT,
|
|
151
156
|
h
|
|
152
157
|
),
|
|
153
|
-
LightBox: r(o.LIGHT,
|
|
158
|
+
LightBox: r(o.LIGHT, Z),
|
|
154
159
|
Notification: r(
|
|
155
160
|
o.LIGHT,
|
|
156
|
-
|
|
161
|
+
V
|
|
157
162
|
),
|
|
158
163
|
StatusTracker: r(
|
|
159
164
|
o.LIGHT,
|
|
160
|
-
|
|
165
|
+
q
|
|
161
166
|
),
|
|
162
167
|
ModalWindow: r(
|
|
163
168
|
o.LIGHT,
|
|
164
|
-
|
|
169
|
+
J
|
|
165
170
|
),
|
|
166
171
|
TopOverlay: r(
|
|
167
172
|
o.LIGHT,
|
|
168
|
-
|
|
173
|
+
K
|
|
169
174
|
),
|
|
170
175
|
SmallInput: r(
|
|
171
176
|
o.LIGHT,
|
|
172
|
-
|
|
177
|
+
Q
|
|
173
178
|
)
|
|
174
179
|
};
|
|
175
180
|
export {
|
|
176
|
-
|
|
181
|
+
Xo as DesignTokensComponents
|
|
177
182
|
};
|
|
178
183
|
//# sourceMappingURL=DesignTokensComponents.js.map
|
|
@@ -13,20 +13,20 @@ import { LoaderScreen_Tokens as k } from "./components/LoaderScreen.js";
|
|
|
13
13
|
import { Radio_Tokens as D } from "./components/Radio.js";
|
|
14
14
|
import { Typography_Tokens as A } from "./components/Typography.js";
|
|
15
15
|
import { Tooltip_Tokens as f } from "./components/Tooltip.js";
|
|
16
|
-
import { AlertContext_Tokens as
|
|
17
|
-
import { AlertProcess_Tokens as
|
|
16
|
+
import { AlertContext_Tokens as l } from "./components/AlertContext.js";
|
|
17
|
+
import { AlertProcess_Tokens as R } from "./components/AlertProcess.js";
|
|
18
18
|
import { Dropdown_Tokens as K } from "./components/Dropdown.js";
|
|
19
19
|
import { DropdownList_Tokens as _ } from "./components/DropdownList.js";
|
|
20
20
|
import { DropdownMobile_Tokens as d } from "./components/DropdownMobile.js";
|
|
21
21
|
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
22
|
-
import { Overlay_Tokens as
|
|
23
|
-
import { ListItem_Tokens as
|
|
24
|
-
import { ListItemControlsButton_Tokens as
|
|
22
|
+
import { Overlay_Tokens as g } from "./components/Overlay.js";
|
|
23
|
+
import { ListItem_Tokens as L } from "./components/ListItem.js";
|
|
24
|
+
import { ListItemControlsButton_Tokens as c } from "./components/ListItemControlsButton.js";
|
|
25
25
|
import { ListMaster_Tokens as C } from "./components/ListMaster.js";
|
|
26
26
|
import { Marker_Tokens as M } from "./components/Marker.js";
|
|
27
27
|
import { MarkerStatus_Tokens as u } from "./components/MarkerStatus.js";
|
|
28
|
-
import { MultiselectField_Tokens as
|
|
29
|
-
import { UploadZone_Tokens as
|
|
28
|
+
import { MultiselectField_Tokens as I } from "./components/MultiselectField.js";
|
|
29
|
+
import { UploadZone_Tokens as b } from "./components/UploadZone.js";
|
|
30
30
|
import { Pagination_Tokens as h } from "./components/Pagination.js";
|
|
31
31
|
import { Card_Tokens as w } from "./components/Card.js";
|
|
32
32
|
import { Skeleton_Tokens as x } from "./components/Skeleton.js";
|
|
@@ -36,27 +36,28 @@ import { Stepper_Tokens as F } from "./components/Stepper.js";
|
|
|
36
36
|
import { HeaderPage_Tokens as P } from "./components/HeaderPage.js";
|
|
37
37
|
import { FooterPage_Tokens as v } from "./components/FooterPage.js";
|
|
38
38
|
import { Island_Tokens as O } from "./components/Island.js";
|
|
39
|
-
import { IslandAccordion_Tokens as
|
|
39
|
+
import { IslandAccordion_Tokens as W } from "./components/IslandAccordion.js";
|
|
40
|
+
import { IslandWidget_Tokens as N } from "./components/IslandWidget.js";
|
|
40
41
|
import { TableBasic_Tokens as H } from "./components/TableBasic.js";
|
|
41
42
|
import { Chip_Tokens as U } from "./components/Chip.js";
|
|
42
|
-
import { LightBox_Tokens as
|
|
43
|
-
import { Tag_Tokens as
|
|
44
|
-
import { Notification_Tokens as
|
|
45
|
-
import { SMSInput_Tokens as
|
|
46
|
-
import { StatusTracker_Tokens as
|
|
47
|
-
import { Step_Tokens as
|
|
48
|
-
import { ModalWindow_Tokens as
|
|
49
|
-
import { TopOverlay_Tokens as
|
|
50
|
-
import { SmallInput_Tokens as
|
|
51
|
-
import { Slider_Tokens as
|
|
52
|
-
const
|
|
43
|
+
import { LightBox_Tokens as Z } from "./components/LightBox.js";
|
|
44
|
+
import { Tag_Tokens as E } from "./components/Tag.js";
|
|
45
|
+
import { Notification_Tokens as G } from "./components/Notification.js";
|
|
46
|
+
import { SMSInput_Tokens as V } from "./components/SMSInput.js";
|
|
47
|
+
import { StatusTracker_Tokens as j } from "./components/StatusTracker.js";
|
|
48
|
+
import { Step_Tokens as q } from "./components/Step.js";
|
|
49
|
+
import { ModalWindow_Tokens as z } from "./components/ModalWindow.js";
|
|
50
|
+
import { TopOverlay_Tokens as J } from "./components/TopOverlay.js";
|
|
51
|
+
import { SmallInput_Tokens as Q } from "./components/SmallInput.js";
|
|
52
|
+
import { Slider_Tokens as X } from "./components/Slider.js";
|
|
53
|
+
const Xo = {
|
|
53
54
|
AlertContext: r(
|
|
54
55
|
o.DARK,
|
|
55
|
-
|
|
56
|
+
l
|
|
56
57
|
),
|
|
57
58
|
AlertProcess: r(
|
|
58
59
|
o.DARK,
|
|
59
|
-
|
|
60
|
+
R
|
|
60
61
|
),
|
|
61
62
|
Button: r(o.DARK, t),
|
|
62
63
|
Calendar: r(o.DARK, m),
|
|
@@ -88,14 +89,18 @@ const Jo = {
|
|
|
88
89
|
),
|
|
89
90
|
Island: r(o.DARK, O),
|
|
90
91
|
IslandAccordion: r(
|
|
92
|
+
o.DARK,
|
|
93
|
+
W
|
|
94
|
+
),
|
|
95
|
+
IslandWidget: r(
|
|
91
96
|
o.DARK,
|
|
92
97
|
N
|
|
93
98
|
),
|
|
94
99
|
Link: r(o.DARK, s),
|
|
95
|
-
ListItem: r(o.DARK,
|
|
100
|
+
ListItem: r(o.DARK, L),
|
|
96
101
|
ListItemControlsButton: r(
|
|
97
102
|
o.DARK,
|
|
98
|
-
|
|
103
|
+
c
|
|
99
104
|
),
|
|
100
105
|
ListMaster: r(
|
|
101
106
|
o.DARK,
|
|
@@ -113,9 +118,9 @@ const Jo = {
|
|
|
113
118
|
),
|
|
114
119
|
MultiselectField: r(
|
|
115
120
|
o.DARK,
|
|
116
|
-
|
|
121
|
+
I
|
|
117
122
|
),
|
|
118
|
-
Overlay: r(o.DARK,
|
|
123
|
+
Overlay: r(o.DARK, g),
|
|
119
124
|
Pagination: r(
|
|
120
125
|
o.DARK,
|
|
121
126
|
h
|
|
@@ -130,16 +135,16 @@ const Jo = {
|
|
|
130
135
|
B
|
|
131
136
|
),
|
|
132
137
|
Skeleton: r(o.DARK, x),
|
|
133
|
-
SMSInput: r(o.DARK,
|
|
134
|
-
Slider: r(o.DARK,
|
|
135
|
-
Step: r(o.DARK,
|
|
138
|
+
SMSInput: r(o.DARK, V),
|
|
139
|
+
Slider: r(o.DARK, X),
|
|
140
|
+
Step: r(o.DARK, q),
|
|
136
141
|
Stepper: r(o.DARK, F),
|
|
137
142
|
TableBasic: r(
|
|
138
143
|
o.DARK,
|
|
139
144
|
H
|
|
140
145
|
),
|
|
141
146
|
Tabs: r(o.DARK, p),
|
|
142
|
-
Tag: r(o.DARK,
|
|
147
|
+
Tag: r(o.DARK, E),
|
|
143
148
|
TabsLine: r(o.DARK, T),
|
|
144
149
|
Tooltip: r(o.DARK, f),
|
|
145
150
|
Typography: r(
|
|
@@ -148,31 +153,31 @@ const Jo = {
|
|
|
148
153
|
),
|
|
149
154
|
UploadZone: r(
|
|
150
155
|
o.DARK,
|
|
151
|
-
|
|
156
|
+
b
|
|
152
157
|
),
|
|
153
|
-
LightBox: r(o.DARK,
|
|
158
|
+
LightBox: r(o.DARK, Z),
|
|
154
159
|
Notification: r(
|
|
155
160
|
o.DARK,
|
|
156
|
-
|
|
161
|
+
G
|
|
157
162
|
),
|
|
158
163
|
StatusTracker: r(
|
|
159
164
|
o.DARK,
|
|
160
|
-
|
|
165
|
+
j
|
|
161
166
|
),
|
|
162
167
|
ModalWindow: r(
|
|
163
168
|
o.DARK,
|
|
164
|
-
|
|
169
|
+
z
|
|
165
170
|
),
|
|
166
171
|
TopOverlay: r(
|
|
167
172
|
o.DARK,
|
|
168
|
-
|
|
173
|
+
J
|
|
169
174
|
),
|
|
170
175
|
SmallInput: r(
|
|
171
176
|
o.DARK,
|
|
172
|
-
|
|
177
|
+
Q
|
|
173
178
|
)
|
|
174
179
|
};
|
|
175
180
|
export {
|
|
176
|
-
|
|
181
|
+
Xo as DesignTokensComponentsThemeDark
|
|
177
182
|
};
|
|
178
183
|
//# sourceMappingURL=DesignTokensComponentsThemeDark.js.map
|
|
@@ -5,7 +5,7 @@ const r = [
|
|
|
5
5
|
"Footer_Background",
|
|
6
6
|
"Header_Background"
|
|
7
7
|
], o = {
|
|
8
|
-
Backdrop: [{ ref: "ColorDarkNeutralAlpha.40" }, { ref: "ColorDarkNeutralAlpha.
|
|
8
|
+
Backdrop: [{ ref: "ColorDarkNeutralAlpha.40" }, { ref: "ColorDarkNeutralAlpha.20" }],
|
|
9
9
|
// var(--triplex-next-DropdownMobile-Backdrop)
|
|
10
10
|
Border_Color: [{ ref: "ColorNeutral.20" }, { ref: "ColorDarkNeutral.80" }],
|
|
11
11
|
// var(--triplex-next-DropdownMobile-Border_Color)
|
|
@@ -10,11 +10,11 @@ const e = [
|
|
|
10
10
|
// var(--triplex-next-Island-Type1_Background)
|
|
11
11
|
Type2_Background: [{ ref: "ColorNeutralAlpha.70" }, { ref: "ColorDarkNeutralAlpha.50" }],
|
|
12
12
|
// var(--triplex-next-Island-Type2_Background)
|
|
13
|
-
Type3_Background: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.
|
|
13
|
+
Type3_Background: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.10" }],
|
|
14
14
|
// var(--triplex-next-Island-Type3_Background)
|
|
15
15
|
Type1_Shadow: [{ value: "none" }, { value: "none" }],
|
|
16
16
|
// var(--triplex-next-Island-Type1_Shadow)
|
|
17
|
-
Type2_Shadow: [{ value: "0 0 0 1px #FFFFFF inset" }, { value: "0 0 0 1px #
|
|
17
|
+
Type2_Shadow: [{ value: "0 0 0 1px #FFFFFF inset" }, { value: "0 0 0 1px #4f4f52 inset" }],
|
|
18
18
|
// var(--triplex-next-Island-Type2_Shadow)
|
|
19
19
|
Type3_Shadow: [{ value: "none" }, { value: "none" }]
|
|
20
20
|
// var(--triplex-next-Island-Type3_Shadow)
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const o = ["ExtraFooter_Background", "ExtraFooter_Shadow"], r = {
|
|
2
|
+
ExtraFooter_Background: [{ ref: "ColorNeutral.100" }, { ref: "ColorDarkNeutral.40" }],
|
|
3
|
+
// var(--triplex-next-IslandWidget-ExtraFooter_Background)
|
|
4
|
+
ExtraFooter_Shadow: [
|
|
5
|
+
{ value: "0 8px 7px -6px rgba(31, 31, 34, 0.08)" },
|
|
6
|
+
{ value: "0 8px 7px -6px rgba(0, 0, 0, 0.35)" }
|
|
7
|
+
]
|
|
8
|
+
// var(--triplex-next-IslandWidget-ExtraFooter_Shadow)
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
r as IslandWidget_Tokens,
|
|
12
|
+
o as designTokensComponentsIslandWidgetKeys
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const o = ["Background", "Backdrop_Background"], r = {
|
|
2
|
-
Background: [{ ref: "ColorNeutral.
|
|
2
|
+
Background: [{ ref: "ColorNeutral.70" }, { ref: "ColorDarkNeutral.20" }],
|
|
3
3
|
// var(--triplex-next-ModalWindow-Background)
|
|
4
|
-
Backdrop_Background: [{
|
|
4
|
+
Backdrop_Background: [{ value: "rgba(79, 79, 82, .5)" }, { value: "rgba(0, 0, 0, .5)" }]
|
|
5
5
|
// var(--triplex-next-ModalWindow-Backdrop_Background)
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
@@ -46,7 +46,7 @@ const r = [
|
|
|
46
46
|
// var(--triplex-next-Tabs-Type2_Tab_Color_Hover)
|
|
47
47
|
Tab_BorderColor_Default: [{ value: "transparent" }, { value: "transparent" }],
|
|
48
48
|
// var(--triplex-next-Tabs-Tab_BorderColor_Default)
|
|
49
|
-
Tab_BorderColor_Focus: [{ value: "
|
|
49
|
+
Tab_BorderColor_Focus: [{ value: "#FFD169" }, { value: "#FFD169" }]
|
|
50
50
|
// var(--triplex-next-Tabs-Tab_BorderColor_Focus)
|
|
51
51
|
};
|
|
52
52
|
export {
|
|
@@ -4,7 +4,6 @@ const o = [
|
|
|
4
4
|
"Color_Active",
|
|
5
5
|
"Color_Default",
|
|
6
6
|
"Color_Hover",
|
|
7
|
-
"Notification_Color",
|
|
8
7
|
"Separator_Color",
|
|
9
8
|
"Shadow_Focus"
|
|
10
9
|
], r = {
|
|
@@ -18,8 +17,6 @@ const o = [
|
|
|
18
17
|
// var(--triplex-next-TabsLine-Color_Default)
|
|
19
18
|
Color_Hover: [{ ref: "ColorDarkNeutralAlpha.0" }, { ref: "ColorNeutralAlpha.0" }],
|
|
20
19
|
// var(--triplex-next-TabsLine-Color_Hover)
|
|
21
|
-
Notification_Color: [{ ref: "ColorWarning.70" }, { ref: "ColorWarning.70" }],
|
|
22
|
-
// var(--triplex-next-TabsLine-Notification_Color)
|
|
23
20
|
Separator_Color: [{ ref: "ColorNeutral.20" }, { ref: "ColorDarkNeutral.80" }],
|
|
24
21
|
// var(--triplex-next-TabsLine-Separator_Color)
|
|
25
22
|
Shadow_Focus: [{ value: "0 0 0 1px #FFDD64 inset" }, { value: "0 0 0 1px #FFDD64 inset" }]
|