@sberbusiness/triplex-next 0.28.0 → 0.30.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-vonjWRtY.js → AlertProcessSpoiler-u6M_UUD9.js} +13 -13
- package/chunks/{CalendarViewItem-DysxnR-B.js → CalendarViewItem-0qx9TN09.js} +23 -23
- package/chunks/Card.module-Dk_x12aX.js +18 -0
- package/chunks/CheckboxTreeExtended.module-BYEXhagY.js +15 -0
- package/chunks/Chip-CgSrMLOj.js +77 -0
- package/chunks/Confirm.module-D-Z-baL7.js +15 -0
- package/chunks/{DropdownListItem-DEMHVloq.js → DropdownListItem-DsKl9Gi-.js} +18 -18
- package/chunks/DropdownMobile.module-DBKmP6tH.js +23 -0
- package/chunks/Footer.module-D19luc11.js +9 -0
- package/chunks/{FormFieldInput-Cb-NqZOL.js → FormFieldInput-DM8lK78a.js} +16 -16
- package/chunks/HeaderLayoutSidebar.module-BEWjTVQC.js +9 -0
- package/chunks/HeaderTabs.module-B3OUkcWC.js +9 -0
- package/chunks/{HeaderTitle.module-B2aVG-8s.js → HeaderTitle.module-wm7lWk21.js} +2 -2
- package/chunks/IslandAccordion.module-CkjSe196.js +25 -0
- package/chunks/IslandWidgetFooter.module-DkGCGVtt.js +9 -0
- package/chunks/IslandWidgetHeader.module-D_0Z5Wkx.js +13 -0
- package/chunks/{LightBoxContent-CpxzDBba.js → LightBoxContent-C-Q4JvDf.js} +9 -9
- package/chunks/LightBoxControls.module-D6dJVyd1.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Pvh5SxlA.js +9 -0
- package/chunks/{ListItemControlsButton-BcWg1BjZ.js → ListItemControlsButton-B52gadtt.js} +10 -10
- package/chunks/ListItemTail.module-96x050E6.js +12 -0
- package/chunks/ListMasterFooter.module-QCC2uvr7.js +10 -0
- package/chunks/ModalWindow.module-D3XZrRCV.js +17 -0
- package/chunks/Notification.module-MWvLXIRM.js +20 -0
- package/chunks/Overlay.module-nAMUorJ1.js +18 -0
- package/chunks/Page.module-BDTFNqSr.js +11 -0
- package/chunks/SMSField.module-Dt8sZq_D.js +16 -0
- package/chunks/SliderExtendedMarks.module-BIprSBVE.js +15 -0
- package/chunks/{SliderExtendedRail-D-T2vfBA.js → SliderExtendedRail-EN9dWr8g.js} +10 -10
- package/chunks/StatusTracker.module-GZp9BaaE.js +24 -0
- package/chunks/{StepperStepArrowBorder-DoCkMkMz.js → StepperStepArrowBorder-B2mxgMOK.js} +4 -4
- package/chunks/{SuggestFieldMobileDropdownHint-DMUtIm6D.js → SuggestFieldMobileDropdownHint-8plGk4NO.js} +4 -4
- package/chunks/TableFooter.module-C1wbovyw.js +14 -0
- package/chunks/TabsExtended.module-DATvYZNn.js +16 -0
- package/chunks/TabsLine.module-O3-2VgYL.js +21 -0
- package/chunks/TooltipDesktop.module-COHJz2TY.js +19 -0
- package/chunks/TreeView.module-Cxj4qOdA.js +9 -0
- package/chunks/{UploadZoneInput-DBUlHhad.js → UploadZoneInput-B-gVlolB.js} +8 -8
- package/chunks/{constants-3hOLYskn.js → constants-CgVlsuXP.js} +14 -14
- package/chunks/{utils-C3N8DE_4.js → utils-B3jUITHO.js} +5 -5
- package/chunks/{utils-BzsnXGYj.js → utils-BygtCSQo.js} +5 -5
- package/chunks/{utils-8R7OR9DQ.js → utils-Dwhaig77.js} +7 -7
- package/chunks/utils-mJogbZdW.js +73 -0
- package/chunks/vendor-z35N2Tap.js +12618 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +30 -30
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +48 -23
- package/components/Badge/Badge.js +6 -6
- package/components/Badge/BadgeDot.js +12 -12
- package/components/Badge/components/BadgeContent.js +17 -17
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +21 -21
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +16 -16
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +124 -118
- package/components/Calendar/CalendarContext.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +13 -13
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +19 -19
- package/components/Checkbox/CheckboxXGroup.js +15 -15
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +5 -5
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +10 -10
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsibleTree/CollapsibleTree.js +23 -0
- package/components/CollapsibleTree/components/CollapsibleTreeBranchNode.js +37 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafContent.js +13 -0
- package/components/CollapsibleTree/components/CollapsibleTreeLeafNode.js +24 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeHeader.js +44 -0
- package/components/CollapsibleTree/components/CollapsibleTreeNodeLabel.js +12 -0
- package/components/CollapsibleTree/index.js +11 -0
- package/components/CollapsibleTree/types.js +5 -0
- package/components/CollapsibleTreeExtended/CollapsibleTreeExtended.js +10 -0
- package/components/CollapsibleTreeExtended/components/CollapsibleTreeExtendedNode.js +71 -0
- package/components/CollapsibleTreeExtended/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +25 -25
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +89 -84
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +83 -78
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/DesignTokens/components/CollapsibleTree.js +11 -0
- package/components/DesignTokens/components/ListItem.js +7 -4
- package/components/DesignTokens/components/index.js +138 -135
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +15 -15
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +15 -15
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +2 -2
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +24 -17
- package/components/FormField/components/FormFieldPrefix.js +24 -17
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +7 -7
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +17 -17
- package/components/IconWrapper/IconWrapper.js +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +15 -15
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +7 -7
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +28 -28
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +8 -8
- package/components/List/components/ListItemContent.js +20 -15
- package/components/List/components/ListItemContext.js +5 -2
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +30 -27
- package/components/List/components/ListItemTable.js +14 -13
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +2 -2
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +19 -19
- package/components/MonthYearRange/MonthYearRange.js +2 -2
- package/components/MultiselectField/MultiselectField.js +19 -14
- package/components/MultiselectField/MultiselectFieldContext.js +5 -4
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +32 -29
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +7 -7
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +16 -16
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +6 -6
- package/components/Pagination/components/PaginationPageEllipsis.js +6 -6
- package/components/Pagination/components/PaginationSelect.js +18 -18
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +29 -29
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +14 -14
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +16 -12
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +10 -10
- package/components/Stepper/Stepper.js +33 -33
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- 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 +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +24 -20
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +12 -12
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +3 -3
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +22 -17
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +5 -5
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +12 -12
- package/components/TopOverlay/TopOverlay.js +22 -22
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +19 -19
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +22 -22
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +4 -4
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +643 -575
- package/index.d.ts +514 -99
- package/index.js +666 -598
- package/package.json +25 -1
- package/styles/triplex-next.css +541 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/Card.module-DLzMeKEe.js +0 -17
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +0 -15
- package/chunks/Chip-C8WEqATD.js +0 -77
- package/chunks/Confirm.module-C9UyoM6r.js +0 -15
- package/chunks/DropdownMobile.module-D_HYruos.js +0 -23
- package/chunks/Footer.module-BijXXNLX.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +0 -9
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +0 -9
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +0 -25
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +0 -9
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +0 -12
- package/chunks/LightBoxControls.module-BulvfqYp.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +0 -9
- package/chunks/ListItemTail.module-lle264d5.js +0 -12
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +0 -10
- package/chunks/ModalWindow.module-CbeisCTo.js +0 -17
- package/chunks/Notification.module-Cdt0qyac.js +0 -20
- package/chunks/Overlay.module-s6l_vTfQ.js +0 -18
- package/chunks/Page.module-DfXEH6KZ.js +0 -11
- package/chunks/SMSField.module-CTGDSJ9H.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +0 -15
- package/chunks/StatusTracker.module-DhavZ4lj.js +0 -24
- package/chunks/TableFooter.module-BEbAVyAP.js +0 -14
- package/chunks/TabsExtended.module-DvTlvDRg.js +0 -16
- package/chunks/TabsLine.module-Dc3Qo19q.js +0 -21
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +0 -19
- package/chunks/TreeView.module-BYYaw1fa.js +0 -9
- package/chunks/utils-C0T4qN0O.js +0 -73
- package/chunks/vendor---Om3uMV.js +0 -12477
- package/components/CollapsableTree/CollapsableTree.js +0 -10
- package/components/CollapsableTree/components/CollapsableTreeNode.js +0 -79
|
@@ -9,51 +9,52 @@ import { Calendar_Tokens as n } from "./components/Calendar.js";
|
|
|
9
9
|
import { Card_Tokens as s } from "./components/Card.js";
|
|
10
10
|
import { Checkbox_Tokens as p } from "./components/Checkbox.js";
|
|
11
11
|
import { Chip_Tokens as a } from "./components/Chip.js";
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
12
|
+
import { CollapsibleTree_Tokens as L } from "./components/CollapsibleTree.js";
|
|
13
|
+
import { Divider_Tokens as k } from "./components/Divider.js";
|
|
14
|
+
import { Dropdown_Tokens as I } from "./components/Dropdown.js";
|
|
15
|
+
import { DropdownList_Tokens as l } from "./components/DropdownList.js";
|
|
15
16
|
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
-
import { DropdownMobileList_Tokens as
|
|
17
|
-
import { FooterPage_Tokens as
|
|
18
|
-
import { FormField_Tokens as
|
|
19
|
-
import { HeaderPage_Tokens as
|
|
20
|
-
import { Island_Tokens as
|
|
21
|
-
import { IslandAccordion_Tokens as
|
|
22
|
-
import { IslandWidget_Tokens as
|
|
17
|
+
import { DropdownMobileList_Tokens as H } from "./components/DropdownMobileList.js";
|
|
18
|
+
import { FooterPage_Tokens as G } from "./components/FooterPage.js";
|
|
19
|
+
import { FormField_Tokens as _ } from "./components/FormField.js";
|
|
20
|
+
import { HeaderPage_Tokens as d } from "./components/HeaderPage.js";
|
|
21
|
+
import { Island_Tokens as S } from "./components/Island.js";
|
|
22
|
+
import { IslandAccordion_Tokens as g } from "./components/IslandAccordion.js";
|
|
23
|
+
import { IslandWidget_Tokens as C } from "./components/IslandWidget.js";
|
|
23
24
|
import { LightBox_Tokens as c } from "./components/LightBox.js";
|
|
24
|
-
import { Link_Tokens as
|
|
25
|
-
import { ListItem_Tokens as
|
|
25
|
+
import { Link_Tokens as M } from "./components/Link.js";
|
|
26
|
+
import { ListItem_Tokens as b } from "./components/ListItem.js";
|
|
26
27
|
import { ListItemControlsButton_Tokens as u } from "./components/ListItemControlsButton.js";
|
|
27
|
-
import { ListMaster_Tokens as
|
|
28
|
-
import { Loader_Tokens as
|
|
29
|
-
import { LoaderScreen_Tokens as
|
|
30
|
-
import { Marker_Tokens as
|
|
31
|
-
import { MarkerStatus_Tokens as
|
|
32
|
-
import { ModalWindow_Tokens as
|
|
33
|
-
import { MultiselectField_Tokens as
|
|
34
|
-
import { Notification_Tokens as
|
|
35
|
-
import { Overlay_Tokens as
|
|
36
|
-
import { Pagination_Tokens as
|
|
37
|
-
import { Radio_Tokens as
|
|
38
|
-
import { SegmentedControl_Tokens as
|
|
39
|
-
import { SegmentedControlSegment_Tokens as
|
|
40
|
-
import { Skeleton_Tokens as
|
|
41
|
-
import { Slider_Tokens as
|
|
42
|
-
import { SmallInput_Tokens as
|
|
43
|
-
import { SMSField_Tokens as
|
|
44
|
-
import { StatusTracker_Tokens as
|
|
45
|
-
import { Step_Tokens as
|
|
46
|
-
import { Stepper_Tokens as
|
|
47
|
-
import { TableBasic_Tokens as
|
|
48
|
-
import { Tabs_Tokens as
|
|
49
|
-
import { TabsLine_Tokens as
|
|
50
|
-
import { Tag_Tokens as
|
|
51
|
-
import { TagColor_Tokens as
|
|
52
|
-
import { Tooltip_Tokens as
|
|
53
|
-
import { TopOverlay_Tokens as
|
|
54
|
-
import { Typography_Tokens as
|
|
55
|
-
import { UploadZone_Tokens as
|
|
56
|
-
const
|
|
28
|
+
import { ListMaster_Tokens as B } from "./components/ListMaster.js";
|
|
29
|
+
import { Loader_Tokens as D } from "./components/Loader.js";
|
|
30
|
+
import { LoaderScreen_Tokens as h } from "./components/LoaderScreen.js";
|
|
31
|
+
import { Marker_Tokens as w } from "./components/Marker.js";
|
|
32
|
+
import { MarkerStatus_Tokens as F } from "./components/MarkerStatus.js";
|
|
33
|
+
import { ModalWindow_Tokens as x } from "./components/ModalWindow.js";
|
|
34
|
+
import { MultiselectField_Tokens as y } from "./components/MultiselectField.js";
|
|
35
|
+
import { Notification_Tokens as v } from "./components/Notification.js";
|
|
36
|
+
import { Overlay_Tokens as A } from "./components/Overlay.js";
|
|
37
|
+
import { Pagination_Tokens as P } from "./components/Pagination.js";
|
|
38
|
+
import { Radio_Tokens as O } from "./components/Radio.js";
|
|
39
|
+
import { SegmentedControl_Tokens as W } from "./components/SegmentedControl.js";
|
|
40
|
+
import { SegmentedControlSegment_Tokens as N } from "./components/SegmentedControlSegment.js";
|
|
41
|
+
import { Skeleton_Tokens as R } from "./components/Skeleton.js";
|
|
42
|
+
import { Slider_Tokens as U } from "./components/Slider.js";
|
|
43
|
+
import { SmallInput_Tokens as Z } from "./components/SmallInput.js";
|
|
44
|
+
import { SMSField_Tokens as E } from "./components/SMSField.js";
|
|
45
|
+
import { StatusTracker_Tokens as V } from "./components/StatusTracker.js";
|
|
46
|
+
import { Step_Tokens as j } from "./components/Step.js";
|
|
47
|
+
import { Stepper_Tokens as q } from "./components/Stepper.js";
|
|
48
|
+
import { TableBasic_Tokens as z } from "./components/TableBasic.js";
|
|
49
|
+
import { Tabs_Tokens as J } from "./components/Tabs.js";
|
|
50
|
+
import { TabsLine_Tokens as K } from "./components/TabsLine.js";
|
|
51
|
+
import { Tag_Tokens as Q } from "./components/Tag.js";
|
|
52
|
+
import { TagColor_Tokens as X } from "./components/TagColor.js";
|
|
53
|
+
import { Tooltip_Tokens as Y } from "./components/Tooltip.js";
|
|
54
|
+
import { TopOverlay_Tokens as $ } from "./components/TopOverlay.js";
|
|
55
|
+
import { Typography_Tokens as oo } from "./components/Typography.js";
|
|
56
|
+
import { UploadZone_Tokens as ro } from "./components/UploadZone.js";
|
|
57
|
+
const mr = {
|
|
57
58
|
AlertContext: r(
|
|
58
59
|
o.LIGHT,
|
|
59
60
|
e
|
|
@@ -69,11 +70,15 @@ const tr = {
|
|
|
69
70
|
Card: r(o.LIGHT, s),
|
|
70
71
|
Checkbox: r(o.LIGHT, p),
|
|
71
72
|
Chip: r(o.LIGHT, a),
|
|
72
|
-
|
|
73
|
-
|
|
73
|
+
CollapsibleTree: r(
|
|
74
|
+
o.LIGHT,
|
|
75
|
+
L
|
|
76
|
+
),
|
|
77
|
+
Divider: r(o.LIGHT, k),
|
|
78
|
+
Dropdown: r(o.LIGHT, I),
|
|
74
79
|
DropdownList: r(
|
|
75
80
|
o.LIGHT,
|
|
76
|
-
|
|
81
|
+
l
|
|
77
82
|
),
|
|
78
83
|
DropdownMobile: r(
|
|
79
84
|
o.LIGHT,
|
|
@@ -81,109 +86,109 @@ const tr = {
|
|
|
81
86
|
),
|
|
82
87
|
DropdownMobileList: r(
|
|
83
88
|
o.LIGHT,
|
|
84
|
-
|
|
89
|
+
H
|
|
85
90
|
),
|
|
86
91
|
FooterPage: r(
|
|
87
92
|
o.LIGHT,
|
|
88
|
-
|
|
93
|
+
G
|
|
89
94
|
),
|
|
90
|
-
FormField: r(o.LIGHT,
|
|
95
|
+
FormField: r(o.LIGHT, _),
|
|
91
96
|
HeaderPage: r(
|
|
92
97
|
o.LIGHT,
|
|
93
|
-
|
|
98
|
+
d
|
|
94
99
|
),
|
|
95
|
-
Island: r(o.LIGHT,
|
|
100
|
+
Island: r(o.LIGHT, S),
|
|
96
101
|
IslandAccordion: r(
|
|
97
102
|
o.LIGHT,
|
|
98
|
-
|
|
103
|
+
g
|
|
99
104
|
),
|
|
100
105
|
IslandWidget: r(
|
|
101
106
|
o.LIGHT,
|
|
102
|
-
|
|
107
|
+
C
|
|
103
108
|
),
|
|
104
109
|
LightBox: r(o.LIGHT, c),
|
|
105
|
-
Link: r(o.LIGHT,
|
|
106
|
-
ListItem: r(o.LIGHT,
|
|
110
|
+
Link: r(o.LIGHT, M),
|
|
111
|
+
ListItem: r(o.LIGHT, b),
|
|
107
112
|
ListItemControlsButton: r(
|
|
108
113
|
o.LIGHT,
|
|
109
114
|
u
|
|
110
115
|
),
|
|
111
116
|
ListMaster: r(
|
|
112
117
|
o.LIGHT,
|
|
113
|
-
|
|
118
|
+
B
|
|
114
119
|
),
|
|
115
|
-
Loader: r(o.LIGHT,
|
|
120
|
+
Loader: r(o.LIGHT, D),
|
|
116
121
|
LoaderScreen: r(
|
|
117
122
|
o.LIGHT,
|
|
118
|
-
|
|
123
|
+
h
|
|
119
124
|
),
|
|
120
|
-
Marker: r(o.LIGHT,
|
|
125
|
+
Marker: r(o.LIGHT, w),
|
|
121
126
|
MarkerStatus: r(
|
|
122
127
|
o.LIGHT,
|
|
123
|
-
|
|
128
|
+
F
|
|
124
129
|
),
|
|
125
130
|
ModalWindow: r(
|
|
126
131
|
o.LIGHT,
|
|
127
|
-
|
|
132
|
+
x
|
|
128
133
|
),
|
|
129
134
|
MultiselectField: r(
|
|
130
135
|
o.LIGHT,
|
|
131
|
-
|
|
136
|
+
y
|
|
132
137
|
),
|
|
133
138
|
Notification: r(
|
|
134
139
|
o.LIGHT,
|
|
135
|
-
|
|
140
|
+
v
|
|
136
141
|
),
|
|
137
|
-
Overlay: r(o.LIGHT,
|
|
142
|
+
Overlay: r(o.LIGHT, A),
|
|
138
143
|
Pagination: r(
|
|
139
144
|
o.LIGHT,
|
|
140
|
-
|
|
145
|
+
P
|
|
141
146
|
),
|
|
142
|
-
Radio: r(o.LIGHT,
|
|
147
|
+
Radio: r(o.LIGHT, O),
|
|
143
148
|
SegmentedControl: r(
|
|
144
149
|
o.LIGHT,
|
|
145
|
-
|
|
150
|
+
W
|
|
146
151
|
),
|
|
147
152
|
SegmentedControlSegment: r(
|
|
148
153
|
o.LIGHT,
|
|
149
|
-
|
|
154
|
+
N
|
|
150
155
|
),
|
|
151
|
-
Skeleton: r(o.LIGHT,
|
|
156
|
+
Skeleton: r(o.LIGHT, R),
|
|
152
157
|
SmallInput: r(
|
|
153
158
|
o.LIGHT,
|
|
154
|
-
|
|
159
|
+
Z
|
|
155
160
|
),
|
|
156
|
-
SMSField: r(o.LIGHT,
|
|
157
|
-
Slider: r(o.LIGHT,
|
|
161
|
+
SMSField: r(o.LIGHT, E),
|
|
162
|
+
Slider: r(o.LIGHT, U),
|
|
158
163
|
StatusTracker: r(
|
|
159
164
|
o.LIGHT,
|
|
160
|
-
|
|
165
|
+
V
|
|
161
166
|
),
|
|
162
|
-
Step: r(o.LIGHT,
|
|
163
|
-
Stepper: r(o.LIGHT,
|
|
167
|
+
Step: r(o.LIGHT, j),
|
|
168
|
+
Stepper: r(o.LIGHT, q),
|
|
164
169
|
TableBasic: r(
|
|
165
170
|
o.LIGHT,
|
|
166
|
-
|
|
171
|
+
z
|
|
167
172
|
),
|
|
168
|
-
Tabs: r(o.LIGHT,
|
|
169
|
-
Tag: r(o.LIGHT,
|
|
170
|
-
TagColor: r(o.LIGHT,
|
|
171
|
-
TabsLine: r(o.LIGHT,
|
|
172
|
-
Tooltip: r(o.LIGHT,
|
|
173
|
+
Tabs: r(o.LIGHT, J),
|
|
174
|
+
Tag: r(o.LIGHT, Q),
|
|
175
|
+
TagColor: r(o.LIGHT, X),
|
|
176
|
+
TabsLine: r(o.LIGHT, K),
|
|
177
|
+
Tooltip: r(o.LIGHT, Y),
|
|
173
178
|
TopOverlay: r(
|
|
174
179
|
o.LIGHT,
|
|
175
|
-
|
|
180
|
+
$
|
|
176
181
|
),
|
|
177
182
|
Typography: r(
|
|
178
183
|
o.LIGHT,
|
|
179
|
-
|
|
184
|
+
oo
|
|
180
185
|
),
|
|
181
186
|
UploadZone: r(
|
|
182
187
|
o.LIGHT,
|
|
183
|
-
|
|
188
|
+
ro
|
|
184
189
|
)
|
|
185
190
|
};
|
|
186
191
|
export {
|
|
187
|
-
|
|
192
|
+
mr as DesignTokensComponents
|
|
188
193
|
};
|
|
189
194
|
//# sourceMappingURL=DesignTokensComponents.js.map
|
|
@@ -10,50 +10,51 @@ import { Calendar_Tokens as p } from "./components/Calendar.js";
|
|
|
10
10
|
import { Card_Tokens as T } from "./components/Card.js";
|
|
11
11
|
import { Checkbox_Tokens as a } from "./components/Checkbox.js";
|
|
12
12
|
import { Chip_Tokens as k } from "./components/Chip.js";
|
|
13
|
-
import {
|
|
13
|
+
import { CollapsibleTree_Tokens as D } from "./components/CollapsibleTree.js";
|
|
14
|
+
import { Dropdown_Tokens as l } from "./components/Dropdown.js";
|
|
14
15
|
import { DropdownList_Tokens as A } from "./components/DropdownList.js";
|
|
15
16
|
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
-
import { DropdownMobileList_Tokens as
|
|
17
|
-
import { FooterPage_Tokens as
|
|
18
|
-
import { FormField_Tokens as
|
|
19
|
-
import { HeaderPage_Tokens as
|
|
20
|
-
import { Island_Tokens as
|
|
21
|
-
import { IslandAccordion_Tokens as
|
|
22
|
-
import { IslandWidget_Tokens as
|
|
17
|
+
import { DropdownMobileList_Tokens as R } from "./components/DropdownMobileList.js";
|
|
18
|
+
import { FooterPage_Tokens as K } from "./components/FooterPage.js";
|
|
19
|
+
import { FormField_Tokens as _ } from "./components/FormField.js";
|
|
20
|
+
import { HeaderPage_Tokens as d } from "./components/HeaderPage.js";
|
|
21
|
+
import { Island_Tokens as S } from "./components/Island.js";
|
|
22
|
+
import { IslandAccordion_Tokens as g } from "./components/IslandAccordion.js";
|
|
23
|
+
import { IslandWidget_Tokens as C } from "./components/IslandWidget.js";
|
|
23
24
|
import { LightBox_Tokens as L } from "./components/LightBox.js";
|
|
24
25
|
import { Link_Tokens as c } from "./components/Link.js";
|
|
25
|
-
import { ListItem_Tokens as
|
|
26
|
-
import { ListItemControlsButton_Tokens as
|
|
26
|
+
import { ListItem_Tokens as M } from "./components/ListItem.js";
|
|
27
|
+
import { ListItemControlsButton_Tokens as b } from "./components/ListItemControlsButton.js";
|
|
27
28
|
import { ListMaster_Tokens as u } from "./components/ListMaster.js";
|
|
28
|
-
import { Loader_Tokens as
|
|
29
|
-
import { LoaderScreen_Tokens as
|
|
30
|
-
import { Marker_Tokens as
|
|
31
|
-
import { MarkerStatus_Tokens as
|
|
32
|
-
import { ModalWindow_Tokens as
|
|
33
|
-
import { MultiselectField_Tokens as
|
|
34
|
-
import { Notification_Tokens as
|
|
35
|
-
import { Overlay_Tokens as
|
|
36
|
-
import { Pagination_Tokens as
|
|
37
|
-
import { Radio_Tokens as
|
|
38
|
-
import { SegmentedControl_Tokens as
|
|
39
|
-
import { SegmentedControlSegment_Tokens as
|
|
40
|
-
import { Skeleton_Tokens as
|
|
41
|
-
import { Slider_Tokens as
|
|
42
|
-
import { SmallInput_Tokens as
|
|
43
|
-
import { SMSField_Tokens as
|
|
44
|
-
import { StatusTracker_Tokens as
|
|
45
|
-
import { Step_Tokens as
|
|
46
|
-
import { Stepper_Tokens as
|
|
47
|
-
import { TableBasic_Tokens as
|
|
48
|
-
import { Tabs_Tokens as
|
|
49
|
-
import { TabsLine_Tokens as
|
|
50
|
-
import { Tag_Tokens as
|
|
51
|
-
import { TagColor_Tokens as
|
|
52
|
-
import { Tooltip_Tokens as
|
|
53
|
-
import { TopOverlay_Tokens as
|
|
54
|
-
import { Typography_Tokens as
|
|
55
|
-
import { UploadZone_Tokens as
|
|
56
|
-
const
|
|
29
|
+
import { Loader_Tokens as I } from "./components/Loader.js";
|
|
30
|
+
import { LoaderScreen_Tokens as h } from "./components/LoaderScreen.js";
|
|
31
|
+
import { Marker_Tokens as B } from "./components/Marker.js";
|
|
32
|
+
import { MarkerStatus_Tokens as w } from "./components/MarkerStatus.js";
|
|
33
|
+
import { ModalWindow_Tokens as F } from "./components/ModalWindow.js";
|
|
34
|
+
import { MultiselectField_Tokens as x } from "./components/MultiselectField.js";
|
|
35
|
+
import { Notification_Tokens as y } from "./components/Notification.js";
|
|
36
|
+
import { Overlay_Tokens as v } from "./components/Overlay.js";
|
|
37
|
+
import { Pagination_Tokens as P } from "./components/Pagination.js";
|
|
38
|
+
import { Radio_Tokens as O } from "./components/Radio.js";
|
|
39
|
+
import { SegmentedControl_Tokens as W } from "./components/SegmentedControl.js";
|
|
40
|
+
import { SegmentedControlSegment_Tokens as N } from "./components/SegmentedControlSegment.js";
|
|
41
|
+
import { Skeleton_Tokens as H } from "./components/Skeleton.js";
|
|
42
|
+
import { Slider_Tokens as U } from "./components/Slider.js";
|
|
43
|
+
import { SmallInput_Tokens as Z } from "./components/SmallInput.js";
|
|
44
|
+
import { SMSField_Tokens as E } from "./components/SMSField.js";
|
|
45
|
+
import { StatusTracker_Tokens as G } from "./components/StatusTracker.js";
|
|
46
|
+
import { Step_Tokens as V } from "./components/Step.js";
|
|
47
|
+
import { Stepper_Tokens as j } from "./components/Stepper.js";
|
|
48
|
+
import { TableBasic_Tokens as q } from "./components/TableBasic.js";
|
|
49
|
+
import { Tabs_Tokens as z } from "./components/Tabs.js";
|
|
50
|
+
import { TabsLine_Tokens as J } from "./components/TabsLine.js";
|
|
51
|
+
import { Tag_Tokens as Q } from "./components/Tag.js";
|
|
52
|
+
import { TagColor_Tokens as X } from "./components/TagColor.js";
|
|
53
|
+
import { Tooltip_Tokens as Y } from "./components/Tooltip.js";
|
|
54
|
+
import { TopOverlay_Tokens as $ } from "./components/TopOverlay.js";
|
|
55
|
+
import { Typography_Tokens as oo } from "./components/Typography.js";
|
|
56
|
+
import { UploadZone_Tokens as ro } from "./components/UploadZone.js";
|
|
57
|
+
const ir = {
|
|
57
58
|
AlertContext: r(
|
|
58
59
|
o.DARK,
|
|
59
60
|
t
|
|
@@ -69,8 +70,12 @@ const tr = {
|
|
|
69
70
|
Card: r(o.DARK, T),
|
|
70
71
|
Checkbox: r(o.DARK, a),
|
|
71
72
|
Chip: r(o.DARK, k),
|
|
73
|
+
CollapsibleTree: r(
|
|
74
|
+
o.DARK,
|
|
75
|
+
D
|
|
76
|
+
),
|
|
72
77
|
Divider: r(o.DARK, e),
|
|
73
|
-
Dropdown: r(o.DARK,
|
|
78
|
+
Dropdown: r(o.DARK, l),
|
|
74
79
|
DropdownList: r(
|
|
75
80
|
o.DARK,
|
|
76
81
|
A
|
|
@@ -81,109 +86,109 @@ const tr = {
|
|
|
81
86
|
),
|
|
82
87
|
DropdownMobileList: r(
|
|
83
88
|
o.DARK,
|
|
84
|
-
|
|
89
|
+
R
|
|
85
90
|
),
|
|
86
91
|
FooterPage: r(
|
|
87
92
|
o.DARK,
|
|
88
|
-
|
|
93
|
+
K
|
|
89
94
|
),
|
|
90
|
-
FormField: r(o.DARK,
|
|
95
|
+
FormField: r(o.DARK, _),
|
|
91
96
|
HeaderPage: r(
|
|
92
97
|
o.DARK,
|
|
93
|
-
|
|
98
|
+
d
|
|
94
99
|
),
|
|
95
|
-
Island: r(o.DARK,
|
|
100
|
+
Island: r(o.DARK, S),
|
|
96
101
|
IslandAccordion: r(
|
|
97
102
|
o.DARK,
|
|
98
|
-
|
|
103
|
+
g
|
|
99
104
|
),
|
|
100
105
|
IslandWidget: r(
|
|
101
106
|
o.DARK,
|
|
102
|
-
|
|
107
|
+
C
|
|
103
108
|
),
|
|
104
109
|
LightBox: r(o.DARK, L),
|
|
105
110
|
Link: r(o.DARK, c),
|
|
106
|
-
ListItem: r(o.DARK,
|
|
111
|
+
ListItem: r(o.DARK, M),
|
|
107
112
|
ListItemControlsButton: r(
|
|
108
113
|
o.DARK,
|
|
109
|
-
|
|
114
|
+
b
|
|
110
115
|
),
|
|
111
116
|
ListMaster: r(
|
|
112
117
|
o.DARK,
|
|
113
118
|
u
|
|
114
119
|
),
|
|
115
|
-
Loader: r(o.DARK,
|
|
120
|
+
Loader: r(o.DARK, I),
|
|
116
121
|
LoaderScreen: r(
|
|
117
122
|
o.DARK,
|
|
118
|
-
|
|
123
|
+
h
|
|
119
124
|
),
|
|
120
|
-
Marker: r(o.DARK,
|
|
125
|
+
Marker: r(o.DARK, B),
|
|
121
126
|
MarkerStatus: r(
|
|
122
127
|
o.DARK,
|
|
123
|
-
|
|
128
|
+
w
|
|
124
129
|
),
|
|
125
130
|
ModalWindow: r(
|
|
126
131
|
o.DARK,
|
|
127
|
-
|
|
132
|
+
F
|
|
128
133
|
),
|
|
129
134
|
MultiselectField: r(
|
|
130
135
|
o.DARK,
|
|
131
|
-
|
|
136
|
+
x
|
|
132
137
|
),
|
|
133
138
|
Notification: r(
|
|
134
139
|
o.DARK,
|
|
135
|
-
|
|
140
|
+
y
|
|
136
141
|
),
|
|
137
|
-
Overlay: r(o.DARK,
|
|
142
|
+
Overlay: r(o.DARK, v),
|
|
138
143
|
Pagination: r(
|
|
139
144
|
o.DARK,
|
|
140
|
-
|
|
145
|
+
P
|
|
141
146
|
),
|
|
142
|
-
Radio: r(o.DARK,
|
|
147
|
+
Radio: r(o.DARK, O),
|
|
143
148
|
SegmentedControl: r(
|
|
144
149
|
o.DARK,
|
|
145
|
-
|
|
150
|
+
W
|
|
146
151
|
),
|
|
147
152
|
SegmentedControlSegment: r(
|
|
148
153
|
o.DARK,
|
|
149
|
-
|
|
154
|
+
N
|
|
150
155
|
),
|
|
151
|
-
Skeleton: r(o.DARK,
|
|
156
|
+
Skeleton: r(o.DARK, H),
|
|
152
157
|
SmallInput: r(
|
|
153
158
|
o.DARK,
|
|
154
|
-
|
|
159
|
+
Z
|
|
155
160
|
),
|
|
156
|
-
SMSField: r(o.DARK,
|
|
157
|
-
Slider: r(o.DARK,
|
|
161
|
+
SMSField: r(o.DARK, E),
|
|
162
|
+
Slider: r(o.DARK, U),
|
|
158
163
|
StatusTracker: r(
|
|
159
164
|
o.DARK,
|
|
160
|
-
|
|
165
|
+
G
|
|
161
166
|
),
|
|
162
|
-
Step: r(o.DARK,
|
|
163
|
-
Stepper: r(o.DARK,
|
|
167
|
+
Step: r(o.DARK, V),
|
|
168
|
+
Stepper: r(o.DARK, j),
|
|
164
169
|
TableBasic: r(
|
|
165
170
|
o.DARK,
|
|
166
|
-
|
|
171
|
+
q
|
|
167
172
|
),
|
|
168
|
-
Tabs: r(o.DARK,
|
|
169
|
-
Tag: r(o.DARK,
|
|
170
|
-
TagColor: r(o.DARK,
|
|
171
|
-
TabsLine: r(o.DARK,
|
|
172
|
-
Tooltip: r(o.DARK,
|
|
173
|
+
Tabs: r(o.DARK, z),
|
|
174
|
+
Tag: r(o.DARK, Q),
|
|
175
|
+
TagColor: r(o.DARK, X),
|
|
176
|
+
TabsLine: r(o.DARK, J),
|
|
177
|
+
Tooltip: r(o.DARK, Y),
|
|
173
178
|
TopOverlay: r(
|
|
174
179
|
o.DARK,
|
|
175
|
-
|
|
180
|
+
$
|
|
176
181
|
),
|
|
177
182
|
Typography: r(
|
|
178
183
|
o.DARK,
|
|
179
|
-
|
|
184
|
+
oo
|
|
180
185
|
),
|
|
181
186
|
UploadZone: r(
|
|
182
187
|
o.DARK,
|
|
183
|
-
|
|
188
|
+
ro
|
|
184
189
|
)
|
|
185
190
|
};
|
|
186
191
|
export {
|
|
187
|
-
|
|
192
|
+
ir as DesignTokensComponentsThemeDark
|
|
188
193
|
};
|
|
189
194
|
//# sourceMappingURL=DesignTokensComponentsThemeDark.js.map
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
const e = [
|
|
2
|
-
|
|
3
|
-
"Background_Shadow",
|
|
2
|
+
"Background",
|
|
4
3
|
"View_Header_Color",
|
|
5
4
|
"View_Item_Background_Default",
|
|
6
5
|
"View_Item_Background_Hover",
|
|
@@ -30,77 +29,70 @@ const e = [
|
|
|
30
29
|
"View_Item_Mark_Critical_Background_Selected_Default",
|
|
31
30
|
"View_Item_Mark_Critical_Background_Selected_Hover"
|
|
32
31
|
], r = {
|
|
33
|
-
|
|
34
|
-
//
|
|
35
|
-
// Unit_Background_Default: [{ value: "none" }, { value: "none" }], // var(--triplex-next-DropdownList-Background_Default)
|
|
36
|
-
// Unit_Background_Hover: [{ ref: "ColorBrand.60" }, { ref: "ColorBrand.60" }], // var(--triplex-next-DropdownList-Background_Active)
|
|
37
|
-
// Unit_Background_Selected: [{ ref: "ColorBrand.50" }, { ref: "ColorBrand.50" }], // var(--triplex-next-DropdownList-Background_Active)
|
|
38
|
-
// Unit_Color: [{ ref: "ColorDarkNeutralAlpha.0" }, { ref: "ColorNeutralAlpha.0" }], // var(--triplex-next-Calendar-Unit_Color)
|
|
39
|
-
// Background: [{ ref: "Basic.100" }, { ref: "Basic.50" }], // var(--triplex-Calendar-Background)
|
|
40
|
-
Background_Shadow: [{ value: "0 2px 7px 0 rgba(31, 31, 34, 0.25)" }, { value: "none" }],
|
|
41
|
-
// var(--triplex-Calendar-Background_Shadow)
|
|
32
|
+
Background: [{ ref: "ColorNeutral.100" }, { ref: "ColorDarkNeutral.50" }],
|
|
33
|
+
// var(--triplex-next-Calendar-Background)
|
|
42
34
|
View_Header_Color: [{ ref: "ColorDarkNeutralAlpha.50" }, { ref: "ColorNeutralAlpha.50" }],
|
|
43
|
-
// var(--triplex-Calendar-View_Header_Color)
|
|
35
|
+
// var(--triplex-next-Calendar-View_Header_Color)
|
|
44
36
|
View_Item_Background_Default: [{ value: "none" }, { value: "none" }],
|
|
45
|
-
// var(--triplex-Calendar-View_Item_Background_Default)
|
|
37
|
+
// var(--triplex-next-Calendar-View_Item_Background_Default)
|
|
46
38
|
View_Item_Background_Hover: [{ ref: "ColorBrand.60" }, { ref: "ColorBrand.60" }],
|
|
47
|
-
// var(--triplex-Calendar-View_Item_Background_Hover)
|
|
39
|
+
// var(--triplex-next-Calendar-View_Item_Background_Hover)
|
|
48
40
|
View_Item_Background_Selected_Default: [{ ref: "ColorBrand.50" }, { ref: "ColorBrand.50" }],
|
|
49
|
-
// var(--triplex-Calendar-View_Item_Background_Selected_Default)
|
|
41
|
+
// var(--triplex-next-Calendar-View_Item_Background_Selected_Default)
|
|
50
42
|
View_Item_Background_Selected_Hover: [{ ref: "ColorBrand.30" }, { ref: "ColorBrand.30" }],
|
|
51
|
-
// var(--triplex-Calendar-View_Item_Background_Selected_Hover)
|
|
43
|
+
// var(--triplex-next-Calendar-View_Item_Background_Selected_Hover)
|
|
52
44
|
View_Item_Background_Selected_Muted_Default: [{ ref: "ColorBrand.100" }, { ref: "ColorBrand.20" }],
|
|
53
|
-
// var(--triplex-Calendar-View_Item_Background_Selected_Muted_Default)
|
|
45
|
+
// var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default)
|
|
54
46
|
View_Item_Background_Selected_Muted_Hover: [{ ref: "ColorBrand.90" }, { ref: "ColorBrand.10" }],
|
|
55
|
-
// var(--triplex-Calendar-View_Item_Background_Selected_Muted_Hover)
|
|
47
|
+
// var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover)
|
|
56
48
|
View_Item_BorderColor_Default: [{ value: "transparent" }, { value: "transparent" }],
|
|
57
|
-
// var(--triplex-Calendar-View_Item_BorderColor_Default)
|
|
49
|
+
// var(--triplex-next-Calendar-View_Item_BorderColor_Default)
|
|
58
50
|
View_Item_BorderColor_Focus: [{ ref: "ColorWarning.80" }, { ref: "ColorWarning.80" }],
|
|
59
|
-
// var(--triplex-Calendar-View_Item_BorderColor_Focus)
|
|
51
|
+
// var(--triplex-next-Calendar-View_Item_BorderColor_Focus)
|
|
60
52
|
View_Item_Color_Default: [{ ref: "ColorDarkNeutralAlpha.0" }, { ref: "ColorNeutralAlpha.0" }],
|
|
61
|
-
// var(--triplex-Calendar-View_Item_Color_Default)
|
|
53
|
+
// var(--triplex-next-Calendar-View_Item_Color_Default)
|
|
62
54
|
View_Item_Color_Hover: [{ ref: "ColorNeutralAlpha.0" }, { ref: "ColorNeutralAlpha.0" }],
|
|
63
|
-
// var(--triplex-Calendar-
|
|
55
|
+
// var(--triplex-next-Calendar-View_Item_Color_Hover)
|
|
64
56
|
View_Item_Color_Disabled: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "ColorNeutralAlpha.70" }],
|
|
65
|
-
// var(--triplex-Calendar-View_Item_Color_Disabled)
|
|
57
|
+
// var(--triplex-next-Calendar-View_Item_Color_Disabled)
|
|
66
58
|
View_Item_Color_Muted: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "ColorNeutralAlpha.70" }],
|
|
67
|
-
// var(--triplex-Calendar-View_Item_Color_Muted)
|
|
59
|
+
// var(--triplex-next-Calendar-View_Item_Color_Muted)
|
|
68
60
|
View_Item_Color_Selected: [{ ref: "ColorNeutralAlpha.0" }, { ref: "ColorNeutralAlpha.0" }],
|
|
69
|
-
// var(--triplex-Calendar-View_Item_Color_Selected)
|
|
61
|
+
// var(--triplex-next-Calendar-View_Item_Color_Selected)
|
|
70
62
|
View_Item_Color_Selected_Muted_Default: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "ColorNeutralAlpha.80" }],
|
|
71
|
-
// var(--triplex-Calendar-View_Item_Color_Selected_Muted_Default)
|
|
63
|
+
// var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default)
|
|
72
64
|
View_Item_Color_Selected_Muted_Hover: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "ColorNeutralAlpha.80" }],
|
|
73
|
-
// var(--triplex-Calendar-View_Item_Color_Selected_Muted_Hover)
|
|
74
|
-
View_Item_Mark_Basic_Background_Default: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "
|
|
75
|
-
// var(--triplex-Calendar-View_Item_Mark_Basic_Background_Default)
|
|
65
|
+
// var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover)
|
|
66
|
+
View_Item_Mark_Basic_Background_Default: [{ ref: "ColorDarkNeutralAlpha.70" }, { ref: "ColorNeutralAlpha.50" }],
|
|
67
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default)
|
|
76
68
|
View_Item_Mark_Basic_Background_Selected_Default: [
|
|
77
69
|
{ ref: "ColorDarkNeutralAlpha.70" },
|
|
78
|
-
{ ref: "
|
|
70
|
+
{ ref: "ColorNeutralAlpha.50" }
|
|
79
71
|
],
|
|
80
|
-
// var(--triplex-Calendar-View_Item_Mark_Basic_Background_Selected_Default)
|
|
72
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default)
|
|
81
73
|
View_Item_Mark_Basic_Background_Selected_Hover: [
|
|
82
74
|
{ ref: "ColorDarkNeutralAlpha.70" },
|
|
83
|
-
{ ref: "
|
|
75
|
+
{ ref: "ColorNeutralAlpha.50" }
|
|
84
76
|
],
|
|
85
|
-
// var(--triplex-Calendar-View_Item_Mark_Basic_Background_Selected_Hover)
|
|
77
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover)
|
|
86
78
|
View_Item_Mark_Standard_Background_Default: [{ ref: "ColorSuccess.50" }, { ref: "ColorSuccess.50" }],
|
|
87
|
-
// var(--triplex-Calendar-View_Item_Mark_Standard_Background_Default)
|
|
79
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default)
|
|
88
80
|
View_Item_Mark_Standard_Background_Selected_Default: [{ ref: "ColorSuccess.50" }, { ref: "ColorSuccess.50" }],
|
|
89
|
-
// var(--triplex-Calendar-View_Item_Mark_Standard_Background_Selected_Default)
|
|
81
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default)
|
|
90
82
|
View_Item_Mark_Standard_Background_Selected_Hover: [{ ref: "ColorSuccess.50" }, { ref: "ColorSuccess.50" }],
|
|
91
|
-
// var(--triplex-Calendar-View_Item_Mark_Standard_Background_Selected_Hover)
|
|
83
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover)
|
|
92
84
|
View_Item_Mark_Attention_Background_Default: [{ ref: "ColorWarning.50" }, { ref: "ColorWarning.50" }],
|
|
93
|
-
// var(--triplex-Calendar-View_Item_Mark_Attention_Background_Default)
|
|
85
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default)
|
|
94
86
|
View_Item_Mark_Attention_Background_Selected_Default: [{ ref: "ColorWarning.50" }, { ref: "ColorWarning.50" }],
|
|
95
|
-
// var(--triplex-Calendar-View_Item_Mark_Attention_Background_Selected_Default)
|
|
87
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default)
|
|
96
88
|
View_Item_Mark_Attention_Background_Selected_Hover: [{ ref: "ColorWarning.50" }, { ref: "ColorWarning.50" }],
|
|
97
|
-
// var(--triplex-Calendar-View_Item_Mark_Attention_Background_Selected_Hover)
|
|
89
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover)
|
|
98
90
|
View_Item_Mark_Critical_Background_Default: [{ ref: "ColorError.50" }, { ref: "ColorError.50" }],
|
|
99
|
-
// var(--triplex-Calendar-View_Item_Mark_Critical_Background_Default)
|
|
91
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default)
|
|
100
92
|
View_Item_Mark_Critical_Background_Selected_Default: [{ ref: "ColorError.50" }, { ref: "ColorError.50" }],
|
|
101
|
-
// var(--triplex-Calendar-View_Item_Mark_Critical_Background_Selected_Default)
|
|
93
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default)
|
|
102
94
|
View_Item_Mark_Critical_Background_Selected_Hover: [{ ref: "ColorError.50" }, { ref: "ColorError.50" }]
|
|
103
|
-
// var(--triplex-Calendar-View_Item_Mark_Critical_Background_Selected_Hover)
|
|
95
|
+
// var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover)
|
|
104
96
|
};
|
|
105
97
|
export {
|
|
106
98
|
r as Calendar_Tokens,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const e = ["Header_Background_Hover", "Header_Shadow_Focus"], o = {
|
|
2
|
+
Header_Background_Hover: [{ ref: "ColorNeutral.50" }, { ref: "ColorDarkNeutral.50" }],
|
|
3
|
+
// var(--triplex-next-CollapsibleTree-Header_Background_Hover)
|
|
4
|
+
Header_Shadow_Focus: [{ value: "0 0 0 1px #FFD169 inset" }, { value: "0 0 0 1px #FFD169 inset" }]
|
|
5
|
+
// var(--triplex-next-CollapsibleTree-Header_Shadow_Focus)
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
o as CollapsibleTree_Tokens,
|
|
9
|
+
e as designTokensComponentsCollapsibleTreeKeys
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=CollapsibleTree.js.map
|