@sberbusiness/triplex-next 0.14.0 → 0.15.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-Clc5Pcoq.js → AlertProcessSpoiler-DwZ5kXLz.js} +9 -9
- package/chunks/{CalendarViewItem-BXB-l14w.js → CalendarViewItem-C4iZEwoX.js} +26 -26
- package/chunks/Card.module-DnZ_SmT7.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CRE6yTt5.js +14 -0
- package/chunks/{Chip-CY6jm0GS.js → Chip-CQvFfbck.js} +15 -15
- package/chunks/Confirm.module-BrVl-yob.js +15 -0
- package/chunks/{DropdownListItem-BsD2UckS.js → DropdownListItem-CcCakDyr.js} +18 -18
- package/chunks/DropdownMobile.module-af6OVs0G.js +23 -0
- package/chunks/Footer.module-tAG-SN8m.js +9 -0
- package/chunks/FormFieldInput-M-BWeUyG.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-Dx11MAi3.js +9 -0
- package/chunks/HeaderTabs.module-HGiK1PZg.js +9 -0
- package/chunks/{HeaderTitle.module-DcwCxesK.js → HeaderTitle.module-BVJYOrCs.js} +2 -2
- package/chunks/IslandAccordion.module-BRmaipCD.js +25 -0
- package/chunks/IslandWidgetFooter.module-BXn6GbbA.js +9 -0
- package/chunks/IslandWidgetHeader.module-D3zGpkS_.js +12 -0
- package/chunks/{LightBoxContent-3oHJFM6-.js → LightBoxContent-MLggVllJ.js} +10 -10
- package/chunks/LightBoxControls.module-zJ2jYB7p.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DjqVi-v8.js +8 -0
- package/chunks/{ListItemControlsButton-DQyZxkWl.js → ListItemControlsButton-BShMlm2B.js} +9 -9
- package/chunks/ListItemTail.module-BBVRXBTR.js +12 -0
- package/chunks/ListMasterFooter.module-8-LOEhYM.js +10 -0
- package/chunks/ModalWindow.module-uM-PCOaZ.js +17 -0
- package/chunks/Notification.module-B7fXFvwU.js +21 -0
- package/chunks/Overlay.module-Dtk3whPQ.js +18 -0
- package/chunks/Page.module-CoeirpZV.js +11 -0
- package/chunks/{RightBorderArrow-NMZgNz0e.js → RightBorderArrow-CxMqoJOA.js} +10 -10
- package/chunks/SMSField.module-wdtLV1SH.js +16 -0
- package/chunks/SliderExtendedMarks.module-ll3UD_YO.js +15 -0
- package/chunks/{SliderExtendedRail-w5E8mOCQ.js → SliderExtendedRail-BdLhibqT.js} +7 -7
- package/chunks/StatusTracker.module-DrbWwUtn.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C5OdORCu.js +14 -0
- package/chunks/TableFooter.module-BDsK8o22.js +14 -0
- package/chunks/TabsExtended.module-jfDq5xSa.js +16 -0
- package/chunks/TabsLine.module-BnotsPff.js +21 -0
- package/chunks/TooltipDesktop.module-CAL6IPaE.js +19 -0
- package/chunks/TreeView.module-BYyI_lNS.js +9 -0
- package/chunks/{UploadZoneInput-DxpDQJSy.js → UploadZoneInput-DRVoNz0G.js} +2 -2
- package/chunks/constants-C0-h2pRq.js +57 -0
- package/chunks/utils-Bdg4Vfo1.js +24 -0
- package/chunks/{utils-CXsSOP27.js → utils-DYe-VisL.js} +9 -9
- package/chunks/utils-DykNYdbk.js +73 -0
- package/chunks/utils-qhEFBj7O.js +20 -0
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +6 -6
- package/components/AmountField/AmountField.js +26 -26
- package/components/Avatar/Avatar.js +16 -16
- package/components/Badge/Badge.js +17 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +30 -30
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +10 -10
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +15 -15
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- 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 +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +6 -6
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- 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/ConfirmContentSubTitle.js +5 -5
- 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 +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +65 -64
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- 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 +78 -74
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +23 -23
- package/components/FormField/components/FormFieldTextarea.js +14 -14
- 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 +1 -1
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +87 -72
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +5 -5
- 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 +19 -19
- 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/LightBoxSidebars/LightBoxLeftSidebar.js +8 -8
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +23 -23
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +3 -3
- package/components/List/components/ListItemTable.js +8 -8
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +7 -7
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +8 -8
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +6 -6
- 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 +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +10 -10
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/Pagination.js +4 -4
- 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 +4 -4
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Radio/Radio.js +19 -19
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +4 -4
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/Skeleton/Skeleton.js +10 -10
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +21 -21
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +5 -5
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +7 -7
- 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 +7 -7
- package/components/StatusTracker/components/StatusTrackerTitle.js +7 -7
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- package/components/Stepper/StepperExtended.js +1 -1
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +20 -20
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +132 -133
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +2 -2
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +17 -17
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- 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 +1 -1
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +8 -8
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +29 -29
- package/components/TagColor/TagColor.js +8 -8
- package/components/TagGroup/TagGroup.js +15 -15
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +3 -3
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +22 -22
- 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 +41 -43
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +45 -47
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- 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 +539 -540
- package/index.d.ts +72 -108
- package/index.js +588 -589
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -534
- package/chunks/Card.module-Cu7AW6wF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +0 -14
- package/chunks/Confirm.module-OZDQwZ76.js +0 -15
- package/chunks/DropdownMobile.module-DyAN0fdk.js +0 -23
- package/chunks/Footer.module-CNLRKuaO.js +0 -9
- package/chunks/FormFieldInput-fdQkON04.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +0 -9
- package/chunks/HeaderTabs.module-bgwZzpN5.js +0 -9
- package/chunks/IslandAccordion.module-CkwZRvz0.js +0 -25
- package/chunks/IslandWidgetFooter.module-CRDSENKS.js +0 -9
- package/chunks/IslandWidgetHeader.module-CplPMePk.js +0 -9
- package/chunks/LightBoxControls.module-BiErhmuy.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +0 -8
- package/chunks/ListItemTail.module-BcXdd7Tg.js +0 -12
- package/chunks/ListMasterFooter.module-IIuFg261.js +0 -10
- package/chunks/ModalWindow.module-BxpQ7u7J.js +0 -17
- package/chunks/Notification.module-Dd05nJZX.js +0 -21
- package/chunks/Overlay.module-nyoFWXgt.js +0 -18
- package/chunks/Page.module-COesJT7Q.js +0 -11
- package/chunks/SMSField.module-CyHqtrvG.js +0 -16
- package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +0 -15
- package/chunks/StatusTracker.module-4qTM1xYQ.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-Bu9hDMWX.js +0 -15
- package/chunks/TableFooter.module-w1swDJka.js +0 -14
- package/chunks/TabsExtended.module-tx9R1r2s.js +0 -16
- package/chunks/TabsLine.module-DySAqOh5.js +0 -21
- package/chunks/TooltipDesktop.module-CVyAe5HN.js +0 -19
- package/chunks/TreeView.module-4qMoe0gI.js +0 -9
- package/chunks/utils-BqO-7PCm.js +0 -20
- package/chunks/utils-Clzm2Vel.js +0 -73
- package/chunks/utils-Dtu8f6BX.js +0 -24
- package/chunks/utils-H2e9tc3r.js +0 -36
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -4,25 +4,25 @@ import { CaretleftStrokeSrvIcon20 as D, MinusStrokeSrvIcon20 as M, CaretrightStr
|
|
|
4
4
|
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
5
|
import { EDateRangeShiftUnit as C } from "./enums.js";
|
|
6
6
|
import { c as i } from "../../chunks/vendor-CalMVkfj.js";
|
|
7
|
-
const E = "
|
|
7
|
+
const E = "dateRange__b0ad3ec1", F = "dateRangeButton__77c44f14", h = "separator__dc443d21", d = {
|
|
8
8
|
dateRange: E,
|
|
9
9
|
dateRangeButton: F,
|
|
10
10
|
separator: h
|
|
11
11
|
}, j = ({
|
|
12
12
|
children: y,
|
|
13
13
|
className: R,
|
|
14
|
-
value:
|
|
14
|
+
value: f,
|
|
15
15
|
onChange: o,
|
|
16
16
|
shiftAmount: n = 1,
|
|
17
17
|
shiftUnit: s = C.MONTH,
|
|
18
18
|
hideNavigation: p,
|
|
19
|
-
renderPickerFrom:
|
|
19
|
+
renderPickerFrom: g,
|
|
20
20
|
renderPickerTo: u,
|
|
21
|
-
renderButtonForward:
|
|
22
|
-
renderButtonBack:
|
|
23
|
-
...
|
|
21
|
+
renderButtonForward: S,
|
|
22
|
+
renderButtonBack: k,
|
|
23
|
+
...b
|
|
24
24
|
}) => {
|
|
25
|
-
const [t, a] =
|
|
25
|
+
const [t, a] = f, x = i(d.dateRange, R), B = (e) => {
|
|
26
26
|
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
27
27
|
}, I = (e) => {
|
|
28
28
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
@@ -43,14 +43,14 @@ const E = "dateRange__97bb19e9", F = "dateRangeButton__a92e68dd", h = "separator
|
|
|
43
43
|
m.add(n, s).format(r)
|
|
44
44
|
]);
|
|
45
45
|
};
|
|
46
|
-
return /* @__PURE__ */ v("div", { className: x, ...
|
|
47
|
-
!p &&
|
|
46
|
+
return /* @__PURE__ */ v("div", { className: x, ...b, children: [
|
|
47
|
+
!p && k({
|
|
48
48
|
children: /* @__PURE__ */ l(D, { paletteIndex: 5 }),
|
|
49
49
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
50
50
|
disabled: !(t && a),
|
|
51
51
|
onClick: N
|
|
52
52
|
}),
|
|
53
|
-
|
|
53
|
+
g({
|
|
54
54
|
onChange: B,
|
|
55
55
|
value: t
|
|
56
56
|
}),
|
|
@@ -59,7 +59,7 @@ const E = "dateRange__97bb19e9", F = "dateRangeButton__a92e68dd", h = "separator
|
|
|
59
59
|
onChange: I,
|
|
60
60
|
value: a
|
|
61
61
|
}),
|
|
62
|
-
!p &&
|
|
62
|
+
!p && S({
|
|
63
63
|
children: /* @__PURE__ */ l(Y, { paletteIndex: 5 }),
|
|
64
64
|
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
65
65
|
disabled: !(t && a),
|
|
@@ -7,7 +7,7 @@ import { j as l } from "../../chunks/vendor-CalMVkfj.js";
|
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "0.
|
|
10
|
+
let o = "0.15.0";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
12
|
(T) => `--${r}-${e}-${T}-${o}: ${n.getTokenValue(
|
|
13
13
|
t[e][T],
|
|
@@ -3,56 +3,57 @@ import { GetTokensValueByTheme as r } from "./GetTokensValueByTheme.js";
|
|
|
3
3
|
import { AlertContext_Tokens as e } from "./components/AlertContext.js";
|
|
4
4
|
import { AlertProcess_Tokens as t } from "./components/AlertProcess.js";
|
|
5
5
|
import { Avatar_Tokens as T } from "./components/Avatar.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
6
|
+
import { Badge_Tokens as m } from "./components/Badge.js";
|
|
7
|
+
import { Button_Tokens as i } from "./components/Button.js";
|
|
8
|
+
import { Calendar_Tokens as n } from "./components/Calendar.js";
|
|
9
|
+
import { Card_Tokens as s } from "./components/Card.js";
|
|
10
|
+
import { Checkbox_Tokens as p } from "./components/Checkbox.js";
|
|
11
|
+
import { Chip_Tokens as a } from "./components/Chip.js";
|
|
11
12
|
import { Divider_Tokens as L } from "./components/Divider.js";
|
|
12
|
-
import { Dropdown_Tokens as
|
|
13
|
-
import { DropdownList_Tokens as
|
|
14
|
-
import { DropdownMobile_Tokens as
|
|
15
|
-
import { DropdownMobileList_Tokens as
|
|
16
|
-
import { FooterPage_Tokens as
|
|
17
|
-
import { FormField_Tokens as
|
|
18
|
-
import { HeaderPage_Tokens as
|
|
19
|
-
import { Island_Tokens as
|
|
20
|
-
import { IslandAccordion_Tokens as
|
|
21
|
-
import { IslandWidget_Tokens as
|
|
22
|
-
import { LightBox_Tokens as
|
|
23
|
-
import { Link_Tokens as
|
|
24
|
-
import { ListItem_Tokens as
|
|
25
|
-
import { ListItemControlsButton_Tokens as
|
|
26
|
-
import { ListMaster_Tokens as
|
|
27
|
-
import { Loader_Tokens as
|
|
13
|
+
import { Dropdown_Tokens as k } from "./components/Dropdown.js";
|
|
14
|
+
import { DropdownList_Tokens as I } from "./components/DropdownList.js";
|
|
15
|
+
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
+
import { DropdownMobileList_Tokens as l } from "./components/DropdownMobileList.js";
|
|
17
|
+
import { FooterPage_Tokens as H } from "./components/FooterPage.js";
|
|
18
|
+
import { FormField_Tokens as G } from "./components/FormField.js";
|
|
19
|
+
import { HeaderPage_Tokens as _ } from "./components/HeaderPage.js";
|
|
20
|
+
import { Island_Tokens as d } from "./components/Island.js";
|
|
21
|
+
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
22
|
+
import { IslandWidget_Tokens as g } from "./components/IslandWidget.js";
|
|
23
|
+
import { LightBox_Tokens as c } from "./components/LightBox.js";
|
|
24
|
+
import { Link_Tokens as C } from "./components/Link.js";
|
|
25
|
+
import { ListItem_Tokens as M } from "./components/ListItem.js";
|
|
26
|
+
import { ListItemControlsButton_Tokens as u } from "./components/ListItemControlsButton.js";
|
|
27
|
+
import { ListMaster_Tokens as b } from "./components/ListMaster.js";
|
|
28
|
+
import { Loader_Tokens as B } from "./components/Loader.js";
|
|
28
29
|
import { LoaderScreen_Tokens as D } from "./components/LoaderScreen.js";
|
|
29
30
|
import { Marker_Tokens as h } from "./components/Marker.js";
|
|
30
31
|
import { MarkerStatus_Tokens as w } from "./components/MarkerStatus.js";
|
|
31
32
|
import { ModalWindow_Tokens as F } from "./components/ModalWindow.js";
|
|
32
33
|
import { MultiselectField_Tokens as x } from "./components/MultiselectField.js";
|
|
33
34
|
import { Notification_Tokens as y } from "./components/Notification.js";
|
|
34
|
-
import { Overlay_Tokens as
|
|
35
|
-
import { Pagination_Tokens as
|
|
36
|
-
import { Radio_Tokens as
|
|
37
|
-
import { SegmentedControl_Tokens as
|
|
38
|
-
import { SegmentedControlSegment_Tokens as
|
|
39
|
-
import { Skeleton_Tokens as
|
|
40
|
-
import { Slider_Tokens as
|
|
41
|
-
import { SmallInput_Tokens as
|
|
42
|
-
import { SMSField_Tokens as
|
|
43
|
-
import { StatusTracker_Tokens as
|
|
44
|
-
import { Step_Tokens as
|
|
45
|
-
import { Stepper_Tokens as
|
|
46
|
-
import { TableBasic_Tokens as
|
|
47
|
-
import { Tabs_Tokens as
|
|
48
|
-
import { TabsLine_Tokens as
|
|
49
|
-
import { Tag_Tokens as
|
|
50
|
-
import { TagColor_Tokens as
|
|
51
|
-
import { Tooltip_Tokens as
|
|
52
|
-
import { TopOverlay_Tokens as
|
|
53
|
-
import { Typography_Tokens as
|
|
54
|
-
import { UploadZone_Tokens as
|
|
55
|
-
const
|
|
35
|
+
import { Overlay_Tokens as v } from "./components/Overlay.js";
|
|
36
|
+
import { Pagination_Tokens as A } from "./components/Pagination.js";
|
|
37
|
+
import { Radio_Tokens as P } from "./components/Radio.js";
|
|
38
|
+
import { SegmentedControl_Tokens as O } from "./components/SegmentedControl.js";
|
|
39
|
+
import { SegmentedControlSegment_Tokens as W } from "./components/SegmentedControlSegment.js";
|
|
40
|
+
import { Skeleton_Tokens as N } from "./components/Skeleton.js";
|
|
41
|
+
import { Slider_Tokens as R } from "./components/Slider.js";
|
|
42
|
+
import { SmallInput_Tokens as U } from "./components/SmallInput.js";
|
|
43
|
+
import { SMSField_Tokens as Z } from "./components/SMSField.js";
|
|
44
|
+
import { StatusTracker_Tokens as E } from "./components/StatusTracker.js";
|
|
45
|
+
import { Step_Tokens as V } from "./components/Step.js";
|
|
46
|
+
import { Stepper_Tokens as j } from "./components/Stepper.js";
|
|
47
|
+
import { TableBasic_Tokens as q } from "./components/TableBasic.js";
|
|
48
|
+
import { Tabs_Tokens as z } from "./components/Tabs.js";
|
|
49
|
+
import { TabsLine_Tokens as J } from "./components/TabsLine.js";
|
|
50
|
+
import { Tag_Tokens as K } from "./components/Tag.js";
|
|
51
|
+
import { TagColor_Tokens as Q } from "./components/TagColor.js";
|
|
52
|
+
import { Tooltip_Tokens as X } from "./components/Tooltip.js";
|
|
53
|
+
import { TopOverlay_Tokens as Y } from "./components/TopOverlay.js";
|
|
54
|
+
import { Typography_Tokens as $ } from "./components/Typography.js";
|
|
55
|
+
import { UploadZone_Tokens as oo } from "./components/UploadZone.js";
|
|
56
|
+
const tr = {
|
|
56
57
|
AlertContext: r(
|
|
57
58
|
o.LIGHT,
|
|
58
59
|
e
|
|
@@ -62,55 +63,56 @@ const rr = {
|
|
|
62
63
|
t
|
|
63
64
|
),
|
|
64
65
|
Avatar: r(o.LIGHT, T),
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
Badge: r(o.LIGHT, m),
|
|
67
|
+
Button: r(o.LIGHT, i),
|
|
68
|
+
Calendar: r(o.LIGHT, n),
|
|
69
|
+
Card: r(o.LIGHT, s),
|
|
70
|
+
Checkbox: r(o.LIGHT, p),
|
|
71
|
+
Chip: r(o.LIGHT, a),
|
|
70
72
|
Divider: r(o.LIGHT, L),
|
|
71
|
-
Dropdown: r(o.LIGHT,
|
|
73
|
+
Dropdown: r(o.LIGHT, k),
|
|
72
74
|
DropdownList: r(
|
|
73
75
|
o.LIGHT,
|
|
74
|
-
|
|
76
|
+
I
|
|
75
77
|
),
|
|
76
78
|
DropdownMobile: r(
|
|
77
79
|
o.LIGHT,
|
|
78
|
-
|
|
80
|
+
f
|
|
79
81
|
),
|
|
80
82
|
DropdownMobileList: r(
|
|
81
83
|
o.LIGHT,
|
|
82
|
-
|
|
84
|
+
l
|
|
83
85
|
),
|
|
84
86
|
FooterPage: r(
|
|
85
87
|
o.LIGHT,
|
|
86
|
-
|
|
88
|
+
H
|
|
87
89
|
),
|
|
88
|
-
FormField: r(o.LIGHT,
|
|
90
|
+
FormField: r(o.LIGHT, G),
|
|
89
91
|
HeaderPage: r(
|
|
90
92
|
o.LIGHT,
|
|
91
|
-
|
|
93
|
+
_
|
|
92
94
|
),
|
|
93
|
-
Island: r(o.LIGHT,
|
|
95
|
+
Island: r(o.LIGHT, d),
|
|
94
96
|
IslandAccordion: r(
|
|
95
97
|
o.LIGHT,
|
|
96
|
-
|
|
98
|
+
S
|
|
97
99
|
),
|
|
98
100
|
IslandWidget: r(
|
|
99
101
|
o.LIGHT,
|
|
100
|
-
|
|
102
|
+
g
|
|
101
103
|
),
|
|
102
|
-
LightBox: r(o.LIGHT,
|
|
103
|
-
Link: r(o.LIGHT,
|
|
104
|
-
ListItem: r(o.LIGHT,
|
|
104
|
+
LightBox: r(o.LIGHT, c),
|
|
105
|
+
Link: r(o.LIGHT, C),
|
|
106
|
+
ListItem: r(o.LIGHT, M),
|
|
105
107
|
ListItemControlsButton: r(
|
|
106
108
|
o.LIGHT,
|
|
107
|
-
|
|
109
|
+
u
|
|
108
110
|
),
|
|
109
111
|
ListMaster: r(
|
|
110
112
|
o.LIGHT,
|
|
111
|
-
|
|
113
|
+
b
|
|
112
114
|
),
|
|
113
|
-
Loader: r(o.LIGHT,
|
|
115
|
+
Loader: r(o.LIGHT, B),
|
|
114
116
|
LoaderScreen: r(
|
|
115
117
|
o.LIGHT,
|
|
116
118
|
D
|
|
@@ -132,56 +134,56 @@ const rr = {
|
|
|
132
134
|
o.LIGHT,
|
|
133
135
|
y
|
|
134
136
|
),
|
|
135
|
-
Overlay: r(o.LIGHT,
|
|
137
|
+
Overlay: r(o.LIGHT, v),
|
|
136
138
|
Pagination: r(
|
|
137
139
|
o.LIGHT,
|
|
138
|
-
|
|
140
|
+
A
|
|
139
141
|
),
|
|
140
|
-
Radio: r(o.LIGHT,
|
|
142
|
+
Radio: r(o.LIGHT, P),
|
|
141
143
|
SegmentedControl: r(
|
|
142
144
|
o.LIGHT,
|
|
143
|
-
|
|
145
|
+
O
|
|
144
146
|
),
|
|
145
147
|
SegmentedControlSegment: r(
|
|
146
148
|
o.LIGHT,
|
|
147
|
-
|
|
149
|
+
W
|
|
148
150
|
),
|
|
149
|
-
Skeleton: r(o.LIGHT,
|
|
151
|
+
Skeleton: r(o.LIGHT, N),
|
|
150
152
|
SmallInput: r(
|
|
151
153
|
o.LIGHT,
|
|
152
|
-
|
|
154
|
+
U
|
|
153
155
|
),
|
|
154
|
-
SMSField: r(o.LIGHT,
|
|
155
|
-
Slider: r(o.LIGHT,
|
|
156
|
+
SMSField: r(o.LIGHT, Z),
|
|
157
|
+
Slider: r(o.LIGHT, R),
|
|
156
158
|
StatusTracker: r(
|
|
157
159
|
o.LIGHT,
|
|
158
|
-
|
|
160
|
+
E
|
|
159
161
|
),
|
|
160
|
-
Step: r(o.LIGHT,
|
|
161
|
-
Stepper: r(o.LIGHT,
|
|
162
|
+
Step: r(o.LIGHT, V),
|
|
163
|
+
Stepper: r(o.LIGHT, j),
|
|
162
164
|
TableBasic: r(
|
|
163
165
|
o.LIGHT,
|
|
164
|
-
|
|
166
|
+
q
|
|
165
167
|
),
|
|
166
|
-
Tabs: r(o.LIGHT,
|
|
167
|
-
Tag: r(o.LIGHT,
|
|
168
|
-
TagColor: r(o.LIGHT,
|
|
169
|
-
TabsLine: r(o.LIGHT,
|
|
170
|
-
Tooltip: r(o.LIGHT,
|
|
168
|
+
Tabs: r(o.LIGHT, z),
|
|
169
|
+
Tag: r(o.LIGHT, K),
|
|
170
|
+
TagColor: r(o.LIGHT, Q),
|
|
171
|
+
TabsLine: r(o.LIGHT, J),
|
|
172
|
+
Tooltip: r(o.LIGHT, X),
|
|
171
173
|
TopOverlay: r(
|
|
172
174
|
o.LIGHT,
|
|
173
|
-
|
|
175
|
+
Y
|
|
174
176
|
),
|
|
175
177
|
Typography: r(
|
|
176
178
|
o.LIGHT,
|
|
177
|
-
|
|
179
|
+
$
|
|
178
180
|
),
|
|
179
181
|
UploadZone: r(
|
|
180
182
|
o.LIGHT,
|
|
181
|
-
|
|
183
|
+
oo
|
|
182
184
|
)
|
|
183
185
|
};
|
|
184
186
|
export {
|
|
185
|
-
|
|
187
|
+
tr as DesignTokensComponents
|
|
186
188
|
};
|
|
187
189
|
//# sourceMappingURL=DesignTokensComponents.js.map
|
|
@@ -4,55 +4,56 @@ import { GetTokensValueByTheme as r } from "./GetTokensValueByTheme.js";
|
|
|
4
4
|
import { AlertContext_Tokens as t } from "./components/AlertContext.js";
|
|
5
5
|
import { AlertProcess_Tokens as m } from "./components/AlertProcess.js";
|
|
6
6
|
import { Avatar_Tokens as i } from "./components/Avatar.js";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
7
|
+
import { Badge_Tokens as n } from "./components/Badge.js";
|
|
8
|
+
import { Button_Tokens as s } from "./components/Button.js";
|
|
9
|
+
import { Calendar_Tokens as p } from "./components/Calendar.js";
|
|
10
|
+
import { Card_Tokens as T } from "./components/Card.js";
|
|
11
|
+
import { Checkbox_Tokens as a } from "./components/Checkbox.js";
|
|
12
|
+
import { Chip_Tokens as k } from "./components/Chip.js";
|
|
13
|
+
import { Dropdown_Tokens as D } from "./components/Dropdown.js";
|
|
14
|
+
import { DropdownList_Tokens as A } from "./components/DropdownList.js";
|
|
15
|
+
import { DropdownMobile_Tokens as f } from "./components/DropdownMobile.js";
|
|
16
|
+
import { DropdownMobileList_Tokens as l } from "./components/DropdownMobileList.js";
|
|
17
|
+
import { FooterPage_Tokens as R } from "./components/FooterPage.js";
|
|
18
|
+
import { FormField_Tokens as K } from "./components/FormField.js";
|
|
19
|
+
import { HeaderPage_Tokens as _ } from "./components/HeaderPage.js";
|
|
20
|
+
import { Island_Tokens as d } from "./components/Island.js";
|
|
21
|
+
import { IslandAccordion_Tokens as S } from "./components/IslandAccordion.js";
|
|
22
|
+
import { IslandWidget_Tokens as g } from "./components/IslandWidget.js";
|
|
23
|
+
import { LightBox_Tokens as L } from "./components/LightBox.js";
|
|
24
|
+
import { Link_Tokens as c } from "./components/Link.js";
|
|
25
|
+
import { ListItem_Tokens as C } from "./components/ListItem.js";
|
|
26
|
+
import { ListItemControlsButton_Tokens as M } from "./components/ListItemControlsButton.js";
|
|
27
|
+
import { ListMaster_Tokens as u } from "./components/ListMaster.js";
|
|
28
|
+
import { Loader_Tokens as b } from "./components/Loader.js";
|
|
29
|
+
import { LoaderScreen_Tokens as I } from "./components/LoaderScreen.js";
|
|
30
|
+
import { Marker_Tokens as h } from "./components/Marker.js";
|
|
31
|
+
import { MarkerStatus_Tokens as B } from "./components/MarkerStatus.js";
|
|
31
32
|
import { ModalWindow_Tokens as w } from "./components/ModalWindow.js";
|
|
32
33
|
import { MultiselectField_Tokens as F } from "./components/MultiselectField.js";
|
|
33
34
|
import { Notification_Tokens as x } from "./components/Notification.js";
|
|
34
35
|
import { Overlay_Tokens as y } from "./components/Overlay.js";
|
|
35
|
-
import { Pagination_Tokens as
|
|
36
|
-
import { Radio_Tokens as
|
|
37
|
-
import { SegmentedControl_Tokens as
|
|
38
|
-
import { SegmentedControlSegment_Tokens as
|
|
39
|
-
import { Skeleton_Tokens as
|
|
40
|
-
import { Slider_Tokens as
|
|
41
|
-
import { SmallInput_Tokens as
|
|
42
|
-
import { SMSField_Tokens as
|
|
43
|
-
import { StatusTracker_Tokens as
|
|
44
|
-
import { Step_Tokens as
|
|
45
|
-
import { Stepper_Tokens as
|
|
46
|
-
import { TableBasic_Tokens as
|
|
47
|
-
import { Tabs_Tokens as
|
|
48
|
-
import { TabsLine_Tokens as
|
|
49
|
-
import { Tag_Tokens as
|
|
50
|
-
import { TagColor_Tokens as
|
|
51
|
-
import { Tooltip_Tokens as
|
|
52
|
-
import { TopOverlay_Tokens as
|
|
53
|
-
import { Typography_Tokens as
|
|
54
|
-
import { UploadZone_Tokens as
|
|
55
|
-
const
|
|
36
|
+
import { Pagination_Tokens as v } from "./components/Pagination.js";
|
|
37
|
+
import { Radio_Tokens as P } from "./components/Radio.js";
|
|
38
|
+
import { SegmentedControl_Tokens as O } from "./components/SegmentedControl.js";
|
|
39
|
+
import { SegmentedControlSegment_Tokens as W } from "./components/SegmentedControlSegment.js";
|
|
40
|
+
import { Skeleton_Tokens as N } from "./components/Skeleton.js";
|
|
41
|
+
import { Slider_Tokens as H } from "./components/Slider.js";
|
|
42
|
+
import { SmallInput_Tokens as U } from "./components/SmallInput.js";
|
|
43
|
+
import { SMSField_Tokens as Z } from "./components/SMSField.js";
|
|
44
|
+
import { StatusTracker_Tokens as E } from "./components/StatusTracker.js";
|
|
45
|
+
import { Step_Tokens as G } from "./components/Step.js";
|
|
46
|
+
import { Stepper_Tokens as V } from "./components/Stepper.js";
|
|
47
|
+
import { TableBasic_Tokens as j } from "./components/TableBasic.js";
|
|
48
|
+
import { Tabs_Tokens as q } from "./components/Tabs.js";
|
|
49
|
+
import { TabsLine_Tokens as z } from "./components/TabsLine.js";
|
|
50
|
+
import { Tag_Tokens as J } from "./components/Tag.js";
|
|
51
|
+
import { TagColor_Tokens as Q } from "./components/TagColor.js";
|
|
52
|
+
import { Tooltip_Tokens as X } from "./components/Tooltip.js";
|
|
53
|
+
import { TopOverlay_Tokens as Y } from "./components/TopOverlay.js";
|
|
54
|
+
import { Typography_Tokens as $ } from "./components/Typography.js";
|
|
55
|
+
import { UploadZone_Tokens as oo } from "./components/UploadZone.js";
|
|
56
|
+
const tr = {
|
|
56
57
|
AlertContext: r(
|
|
57
58
|
o.DARK,
|
|
58
59
|
t
|
|
@@ -62,63 +63,64 @@ const rr = {
|
|
|
62
63
|
m
|
|
63
64
|
),
|
|
64
65
|
Avatar: r(o.DARK, i),
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
Badge: r(o.DARK, n),
|
|
67
|
+
Button: r(o.DARK, s),
|
|
68
|
+
Calendar: r(o.DARK, p),
|
|
69
|
+
Card: r(o.DARK, T),
|
|
70
|
+
Checkbox: r(o.DARK, a),
|
|
71
|
+
Chip: r(o.DARK, k),
|
|
70
72
|
Divider: r(o.DARK, e),
|
|
71
|
-
Dropdown: r(o.DARK,
|
|
73
|
+
Dropdown: r(o.DARK, D),
|
|
72
74
|
DropdownList: r(
|
|
73
75
|
o.DARK,
|
|
74
|
-
|
|
76
|
+
A
|
|
75
77
|
),
|
|
76
78
|
DropdownMobile: r(
|
|
77
79
|
o.DARK,
|
|
78
|
-
|
|
80
|
+
f
|
|
79
81
|
),
|
|
80
82
|
DropdownMobileList: r(
|
|
81
83
|
o.DARK,
|
|
82
|
-
|
|
84
|
+
l
|
|
83
85
|
),
|
|
84
86
|
FooterPage: r(
|
|
85
87
|
o.DARK,
|
|
86
|
-
|
|
88
|
+
R
|
|
87
89
|
),
|
|
88
|
-
FormField: r(o.DARK,
|
|
90
|
+
FormField: r(o.DARK, K),
|
|
89
91
|
HeaderPage: r(
|
|
90
92
|
o.DARK,
|
|
91
|
-
|
|
93
|
+
_
|
|
92
94
|
),
|
|
93
|
-
Island: r(o.DARK,
|
|
95
|
+
Island: r(o.DARK, d),
|
|
94
96
|
IslandAccordion: r(
|
|
95
97
|
o.DARK,
|
|
96
|
-
|
|
98
|
+
S
|
|
97
99
|
),
|
|
98
100
|
IslandWidget: r(
|
|
99
101
|
o.DARK,
|
|
100
|
-
|
|
102
|
+
g
|
|
101
103
|
),
|
|
102
|
-
LightBox: r(o.DARK,
|
|
103
|
-
Link: r(o.DARK,
|
|
104
|
-
ListItem: r(o.DARK,
|
|
104
|
+
LightBox: r(o.DARK, L),
|
|
105
|
+
Link: r(o.DARK, c),
|
|
106
|
+
ListItem: r(o.DARK, C),
|
|
105
107
|
ListItemControlsButton: r(
|
|
106
108
|
o.DARK,
|
|
107
|
-
|
|
109
|
+
M
|
|
108
110
|
),
|
|
109
111
|
ListMaster: r(
|
|
110
112
|
o.DARK,
|
|
111
|
-
|
|
113
|
+
u
|
|
112
114
|
),
|
|
113
|
-
Loader: r(o.DARK,
|
|
115
|
+
Loader: r(o.DARK, b),
|
|
114
116
|
LoaderScreen: r(
|
|
115
117
|
o.DARK,
|
|
116
|
-
|
|
118
|
+
I
|
|
117
119
|
),
|
|
118
|
-
Marker: r(o.DARK,
|
|
120
|
+
Marker: r(o.DARK, h),
|
|
119
121
|
MarkerStatus: r(
|
|
120
122
|
o.DARK,
|
|
121
|
-
|
|
123
|
+
B
|
|
122
124
|
),
|
|
123
125
|
ModalWindow: r(
|
|
124
126
|
o.DARK,
|
|
@@ -135,53 +137,53 @@ const rr = {
|
|
|
135
137
|
Overlay: r(o.DARK, y),
|
|
136
138
|
Pagination: r(
|
|
137
139
|
o.DARK,
|
|
138
|
-
|
|
140
|
+
v
|
|
139
141
|
),
|
|
140
|
-
Radio: r(o.DARK,
|
|
142
|
+
Radio: r(o.DARK, P),
|
|
141
143
|
SegmentedControl: r(
|
|
142
144
|
o.DARK,
|
|
143
|
-
|
|
145
|
+
O
|
|
144
146
|
),
|
|
145
147
|
SegmentedControlSegment: r(
|
|
146
148
|
o.DARK,
|
|
147
|
-
|
|
149
|
+
W
|
|
148
150
|
),
|
|
149
|
-
Skeleton: r(o.DARK,
|
|
151
|
+
Skeleton: r(o.DARK, N),
|
|
150
152
|
SmallInput: r(
|
|
151
153
|
o.DARK,
|
|
152
|
-
|
|
154
|
+
U
|
|
153
155
|
),
|
|
154
|
-
SMSField: r(o.DARK,
|
|
155
|
-
Slider: r(o.DARK,
|
|
156
|
+
SMSField: r(o.DARK, Z),
|
|
157
|
+
Slider: r(o.DARK, H),
|
|
156
158
|
StatusTracker: r(
|
|
157
159
|
o.DARK,
|
|
158
|
-
|
|
160
|
+
E
|
|
159
161
|
),
|
|
160
|
-
Step: r(o.DARK,
|
|
161
|
-
Stepper: r(o.DARK,
|
|
162
|
+
Step: r(o.DARK, G),
|
|
163
|
+
Stepper: r(o.DARK, V),
|
|
162
164
|
TableBasic: r(
|
|
163
165
|
o.DARK,
|
|
164
|
-
|
|
166
|
+
j
|
|
165
167
|
),
|
|
166
|
-
Tabs: r(o.DARK,
|
|
167
|
-
Tag: r(o.DARK,
|
|
168
|
-
TagColor: r(o.DARK,
|
|
169
|
-
TabsLine: r(o.DARK,
|
|
170
|
-
Tooltip: r(o.DARK,
|
|
168
|
+
Tabs: r(o.DARK, q),
|
|
169
|
+
Tag: r(o.DARK, J),
|
|
170
|
+
TagColor: r(o.DARK, Q),
|
|
171
|
+
TabsLine: r(o.DARK, z),
|
|
172
|
+
Tooltip: r(o.DARK, X),
|
|
171
173
|
TopOverlay: r(
|
|
172
174
|
o.DARK,
|
|
173
|
-
|
|
175
|
+
Y
|
|
174
176
|
),
|
|
175
177
|
Typography: r(
|
|
176
178
|
o.DARK,
|
|
177
|
-
|
|
179
|
+
$
|
|
178
180
|
),
|
|
179
181
|
UploadZone: r(
|
|
180
182
|
o.DARK,
|
|
181
|
-
|
|
183
|
+
oo
|
|
182
184
|
)
|
|
183
185
|
};
|
|
184
186
|
export {
|
|
185
|
-
|
|
187
|
+
tr as DesignTokensComponentsThemeDark
|
|
186
188
|
};
|
|
187
189
|
//# sourceMappingURL=DesignTokensComponentsThemeDark.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const o = ["Background", "Shadow"],
|
|
1
|
+
const o = ["Background", "Shadow"], r = {
|
|
2
2
|
Background: [{ ref: "ColorNeutral.100" }, { ref: "ColorDarkNeutral.50" }],
|
|
3
3
|
// var(--triplex-next-Dropdown-Background)
|
|
4
|
-
Shadow: [{ value: "0px 2px 7px rgba(31, 31, 34, 0.25)" }, { value: "
|
|
4
|
+
Shadow: [{ value: "0px 2px 7px rgba(31, 31, 34, 0.25)" }, { value: "0px 2px 7px rgba(0, 0, 0, 0.35)" }]
|
|
5
5
|
// var(--triplex-next-Dropdown-Shadow)
|
|
6
6
|
};
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
r as Dropdown_Tokens,
|
|
9
9
|
o as designTokensComponentsDropdownKeys
|
|
10
10
|
};
|
|
11
11
|
//# sourceMappingURL=Dropdown.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const o = ["Active_Background", "Selected_Background"], e = {
|
|
2
|
-
Active_Background: [{ ref: "ColorNeutral.
|
|
2
|
+
Active_Background: [{ ref: "ColorNeutral.70" }, { ref: "ColorDarkNeutral.70" }],
|
|
3
3
|
// var(--triplex-next-DropdownMobileList-Active_Background)
|
|
4
|
-
Selected_Background: [{ ref: "ColorNeutral.30" }, { ref: "ColorDarkNeutral.
|
|
4
|
+
Selected_Background: [{ ref: "ColorNeutral.30" }, { ref: "ColorDarkNeutral.100" }]
|
|
5
5
|
// var(--triplex-next-DropdownMobileList-Selected_Background)
|
|
6
6
|
};
|
|
7
7
|
export {
|