@sberbusiness/triplex-next 1.5.0 → 1.6.1
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-Dq0fm-3a.js +39 -0
- package/chunks/CalendarViewItem-BoFDPLNT.js +101 -0
- package/chunks/Card.module-xUBtHcBW.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CzX04UVi.js +11 -0
- package/chunks/{Chip-DpSJGyYK.js → Chip-C91-I9zb.js} +11 -11
- package/chunks/Confirm.module-yvrei2lL.js +15 -0
- package/chunks/{DropdownListItem-SqymKZn5.js → DropdownListItem-PbfrmOZJ.js} +14 -14
- package/chunks/DropdownMobile.module-CvDbPL9W.js +21 -0
- package/chunks/Footer.module-Kij9_qbS.js +9 -0
- package/chunks/{FormFieldInput-BSxKZxcq.js → FormFieldInput-BL8yYnKo.js} +10 -10
- package/chunks/HeaderLayoutSidebar.module-CPvbS61i.js +9 -0
- package/chunks/HeaderTabs.module-xhlfJ1R9.js +9 -0
- package/chunks/{HeaderTitle.module-CEMLCR13.js → HeaderTitle.module-29jwPQr2.js} +2 -2
- package/chunks/IslandAccordion.module-C7SBNJJJ.js +26 -0
- package/chunks/{LightBoxContent-DTTxRVLQ.js → LightBoxContent-D9VFXK17.js} +15 -15
- package/chunks/LightBoxControls.module-C76N_yWS.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CwTd-n3M.js +8 -0
- package/chunks/{ListItemControlsButton-AbCEipFe.js → ListItemControlsButton-DnuVSFV7.js} +7 -7
- package/chunks/ListItemTail.module-DE8OWHba.js +12 -0
- package/chunks/ListMasterFooter.module-FTLh0QAQ.js +10 -0
- package/chunks/ModalWindow.module-C7N9wjxW.js +17 -0
- package/chunks/Notification.module-ByRBfuR2.js +21 -0
- package/chunks/Overlay.module-EIMAbb4c.js +18 -0
- package/chunks/Page.module-BokYwJr5.js +12 -0
- package/chunks/{RightBorderArrow-Co_RT8lZ.js → RightBorderArrow-esMRIv7g.js} +6 -6
- package/chunks/SMSInput.module-5r7uaeim.js +16 -0
- package/chunks/SliderExtendedMarks.module-D1DTVGpV.js +15 -0
- package/chunks/SliderExtendedRail-Ck23Ui6E.js +40 -0
- package/chunks/StatusTracker.module-D1-siBfk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-nZwpz9Eo.js → SuggestFieldMobileDropdownHint-CpoZIQ7a.js} +2 -2
- package/chunks/TableFooter.module-D8h1OLCP.js +14 -0
- package/chunks/TabsExtended.module-Dvvx9orv.js +16 -0
- package/chunks/TabsLine.module-BW1667el.js +23 -0
- package/chunks/TooltipDesktop.module-E3qNKUvc.js +19 -0
- package/chunks/{TooltipMobileCloseButton-DTtQoE3B.js → TooltipMobileCloseButton-Bdw8P_WT.js} +6 -6
- package/chunks/TreeView.module-CKfLtgeC.js +9 -0
- package/chunks/{UploadZoneInput-C2-_7DoS.js → UploadZoneInput-Cr1wEu6A.js} +6 -6
- package/chunks/utils-BGuB8cgl.js +73 -0
- package/chunks/utils-BJhZJ9SO.js +24 -0
- package/chunks/{utils-CFlJg-k1.js → utils-DpVkLh52.js} +5 -5
- package/chunks/{utils-Dhi5F6Da.js → utils-GixgRYNn.js} +9 -9
- package/chunks/{utils-D9w2Kvyk.js → utils-PII_juCp.js} +6 -6
- package/chunks/{vendor-9KVE23Ri.js → vendor-D3hUOusX.js} +4403 -4403
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +10 -10
- package/components/Alert/AlertContext/AlertContext.js +11 -11
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +10 -10
- package/components/Body/index.js +4 -2
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +61 -61
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +131 -126
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +4 -5
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarFooterButton.js +31 -0
- package/components/Calendar/components/CalendarViewDays.js +67 -76
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +9 -9
- package/components/Calendar/components/CalendarViewYears.js +10 -10
- package/components/Calendar/utils.js +5 -5
- package/components/Card/CardAction.js +16 -16
- 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 +17 -17
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTree/index.js +5 -0
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +8 -7
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +4 -3
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +22 -21
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +21 -24
- package/components/CheckboxTreeExtended/index.js +5 -0
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +46 -0
- package/components/Chip/ChipOptions.js +8 -8
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +11 -9
- package/components/ChipGroup/ChipGroup.js +11 -11
- package/components/Col/Col.js +137 -137
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- package/components/Confirm/Confirm.js +41 -0
- package/components/Confirm/components/ConfirmClose.js +13 -0
- package/components/Confirm/components/ConfirmCloseButton.js +27 -0
- package/components/Confirm/components/ConfirmContent.js +13 -0
- package/components/Confirm/components/ConfirmContentSubTitle.js +15 -0
- package/components/Confirm/components/ConfirmContentTitle.js +16 -0
- package/components/Confirm/components/ConfirmControls.js +9 -0
- package/components/Confirm/enums.js +5 -0
- package/components/Confirm/index.js +5 -0
- package/components/DateField/DateField.js +8 -8
- package/components/DateField/utils.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +13 -13
- package/components/DateRange/DateRange.js +73 -0
- package/components/DateRange/enums.js +5 -0
- package/components/DesignTokens/DesignTokenUtils.js +7 -7
- package/components/DesignTokens/DesignTokensComponents.js +71 -54
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +64 -47
- package/components/DesignTokens/components/Calendar.js +0 -2
- package/components/DesignTokens/components/Island.js +4 -4
- package/components/DesignTokens/components/IslandAccordion.js +15 -4
- package/components/DesignTokens/components/MultiselectField.js +9 -0
- package/components/DesignTokens/components/Slider.js +59 -0
- package/components/DesignTokens/components/SmallInput.js +15 -0
- package/components/DesignTokens/components/TopOverlay.js +9 -0
- package/components/DesignTokens/components/UploadZone.js +1 -1
- package/components/DesignTokens/components/index.js +95 -83
- package/components/Divider/Divider.js +18 -18
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +64 -0
- package/components/DocumentNumberEdit/index.js +5 -0
- package/components/Dropdown/desktop/DropdownDesktop.js +17 -17
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- 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 +28 -28
- package/components/FormField/components/FormFieldClear.js +11 -11
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +7 -7
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +10 -10
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +38 -37
- 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 +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 +8 -8
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +4 -4
- 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 +81 -73
- package/components/LightBox/LightBox.js +27 -27
- 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 +6 -6
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- 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 +4 -4
- package/components/List/components/ListItemSelectable.js +9 -9
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +7 -7
- package/components/List/components/ListSortableItemTarget.js +7 -7
- 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 +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +6 -6
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +6 -6
- package/components/ModalWindow/components/ModalWindowBody.js +14 -182
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +6 -6
- package/components/ModalWindow/components/ModalWindowViewManager.js +6 -6
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/MultiselectField.js +22 -0
- package/components/MultiselectField/MultiselectFieldContext.js +10 -0
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +65 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +23 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +13 -0
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +13 -0
- package/components/MultiselectField/components/index.js +11 -0
- package/components/MultiselectField/index.js +5 -0
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/Notification/index.js +7 -0
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +7 -7
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +5 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +4 -4
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSInput/SMSInput.js +3 -3
- package/components/SMSInput/components/RefreshIcon.js +2 -2
- package/components/SMSInput/components/SMSInputInput.js +3 -3
- package/components/SMSInput/components/SMSInputRefresh.js +2 -2
- package/components/SMSInput/components/SMSInputSubmit.js +2 -2
- package/components/SMSInput/components/SMSInputTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +60 -54
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +82 -68
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +11 -11
- package/components/Slider/Slider.js +20 -0
- package/components/Slider/index.js +5 -0
- package/components/SliderExtended/SliderExtended.js +102 -0
- package/components/SliderExtended/SliderExtendedContext.js +30 -0
- package/components/SliderExtended/SliderExtendedUtils.js +32 -0
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +158 -0
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDotActions.js +12 -0
- package/components/SliderExtended/components/SliderExtendedDot/useSliderExtendedDotTabIndex.js +21 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +48 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarkActions.js +27 -0
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +9 -0
- package/components/SliderExtended/components/SliderExtendedMoveHandler.js +25 -0
- package/components/SliderExtended/components/SliderExtendedRail.js +10 -0
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +39 -0
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +147 -0
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrackActions.js +36 -0
- package/components/SliderExtended/index.js +5 -0
- package/components/SliderRange/SliderRange.js +63 -0
- package/components/SliderRange/index.js +5 -0
- package/components/SmallInput/SmallInput.js +11 -0
- package/components/SmallInput/index.js +5 -0
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +13 -13
- 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/enums.js +1 -1
- package/components/StatusTracker/index.js +3 -0
- package/components/Step/Step.js +7 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +5 -5
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +4 -4
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +7 -7
- package/components/Table/NoColumns.js +8 -8
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +20 -20
- 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 +31 -34
- package/components/Table/TableBasicSettings/TableBasicSettings.js +27 -29
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +14 -11
- 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 +22 -10
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +19 -19
- 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 +7 -7
- 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 +13 -12
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +20 -20
- package/components/TagGroup/TagGroup.js +6 -6
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- 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 +2 -2
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +1 -1
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +1 -1
- package/components/TopOverlay/TopOverlay.js +85 -0
- package/components/TopOverlay/index.js +5 -0
- package/components/TreeView/TreeView.js +9 -8
- package/components/TreeView/components/TreeViewGroup.js +3 -2
- package/components/TreeView/components/TreeViewNode.js +12 -11
- package/components/Typography/Caption.js +17 -17
- package/components/Typography/Text.js +32 -32
- package/components/Typography/Title.js +27 -27
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +499 -415
- package/consts/DateConst.js +1 -1
- package/helpers/less/z-indexes.less +6 -1
- package/index.d.ts +1149 -141
- package/index.js +506 -422
- package/package.json +45 -1
- package/styles/triplex-next.css +527 -501
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-M7W9D-p3.js +0 -39
- package/chunks/CalendarViewItem-Cs4qo2T0.js +0 -105
- package/chunks/Card.module-lZl8x0iL.js +0 -17
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +0 -21
- package/chunks/Footer.module-3tcvZGt3.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +0 -9
- package/chunks/HeaderTabs.module-DegB0R8X.js +0 -9
- package/chunks/IslandAccordion.module-DFvQwhSg.js +0 -22
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +0 -8
- package/chunks/ListItemTail.module-CZYSMJRz.js +0 -12
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +0 -10
- package/chunks/ModalWindow.module-DGcF8-xJ.js +0 -17
- package/chunks/Notification.module-Cj_Pd4DQ.js +0 -21
- package/chunks/Overlay.module-BqJXvoeX.js +0 -18
- package/chunks/Page.module-DUQ6i8Ez.js +0 -12
- package/chunks/SMSInput.module-D1TiDw_A.js +0 -16
- package/chunks/StatusTracker.module-DetC6Udk.js +0 -24
- package/chunks/TableFooter.module-BF4P3QCw.js +0 -13
- package/chunks/TabsExtended.module-BciQYRi4.js +0 -16
- package/chunks/TabsLine.module-Cx0n_AdV.js +0 -23
- package/chunks/TooltipDesktop.module-DK06gaHe.js +0 -19
- package/chunks/utils-CXhKCNyM.js +0 -72
- package/chunks/utils-CoHHiBA8.js +0 -24
- package/components/Calendar/CalendarRange.js +0 -28
- package/components/Calendar/components/CalendarTodayButton.js +0 -31
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +0 -86
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as n, Fragment as m } from "react/jsx-runtime";
|
|
2
2
|
import f, { useContext as u } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { h as D } from "../../chunks/vendor-D3hUOusX.js";
|
|
4
4
|
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
5
|
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
|
|
6
6
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import { DropdownMobileBody as b } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
9
9
|
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
10
|
-
import { DropdownMobileHeader as
|
|
10
|
+
import { DropdownMobileHeader as h } from "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
11
11
|
import "../Dropdown/mobile/DropdownMobileInner.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobileInput.js";
|
|
13
13
|
import "../Dropdown/mobile/DropdownMobileList.js";
|
|
14
14
|
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
15
|
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
16
|
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
-
const
|
|
18
|
-
datePickerExtendedMobileDropdown:
|
|
17
|
+
const M = "datePickerExtendedMobileDropdown__b47f6788", E = {
|
|
18
|
+
datePickerExtendedMobileDropdown: M
|
|
19
19
|
}, C = f.forwardRef(
|
|
20
|
-
(d,
|
|
21
|
-
const { children: P, targetRef: o, setOpened:
|
|
20
|
+
(d, a) => {
|
|
21
|
+
const { children: P, targetRef: o, setOpened: c, renderHeaderTarget: p, renderCalendar: t, focusTrapProps: r, ...s } = d, { mouseUsedRef: i, setDropdownOpen: l } = u(x);
|
|
22
22
|
return /* @__PURE__ */ e(
|
|
23
23
|
w,
|
|
24
24
|
{
|
|
@@ -26,8 +26,8 @@ const h = "datePickerExtendedMobileDropdown__f46d6c9c", E = {
|
|
|
26
26
|
"aria-modal": "true",
|
|
27
27
|
targetRef: o,
|
|
28
28
|
mobileViewProps: {
|
|
29
|
-
children: /* @__PURE__ */
|
|
30
|
-
/* @__PURE__ */
|
|
29
|
+
children: /* @__PURE__ */ n(m, { children: [
|
|
30
|
+
/* @__PURE__ */ n(h, { children: [
|
|
31
31
|
p(),
|
|
32
32
|
/* @__PURE__ */ e(k, { onClick: () => l(!1) })
|
|
33
33
|
] }),
|
|
@@ -35,9 +35,9 @@ const h = "datePickerExtendedMobileDropdown__f46d6c9c", E = {
|
|
|
35
35
|
] }),
|
|
36
36
|
className: E.datePickerExtendedMobileDropdown
|
|
37
37
|
},
|
|
38
|
-
setOpened:
|
|
38
|
+
setOpened: c,
|
|
39
39
|
...s,
|
|
40
|
-
ref:
|
|
40
|
+
ref: a,
|
|
41
41
|
children: /* @__PURE__ */ e(
|
|
42
42
|
D.FocusTrap,
|
|
43
43
|
{
|
|
@@ -45,8 +45,8 @@ const h = "datePickerExtendedMobileDropdown__f46d6c9c", E = {
|
|
|
45
45
|
focusTrapOptions: {
|
|
46
46
|
clickOutsideDeactivates: !0,
|
|
47
47
|
fallbackFocus: o.current,
|
|
48
|
-
initialFocus: !
|
|
49
|
-
returnFocusOnDeactivate: !
|
|
48
|
+
initialFocus: !i.current && void 0,
|
|
49
|
+
returnFocusOnDeactivate: !i.current,
|
|
50
50
|
...r == null ? void 0 : r.focusTrapOptions
|
|
51
51
|
},
|
|
52
52
|
children: /* @__PURE__ */ e("div", { role: "presentation", children: t(!1) })
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { jsxs as v, jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as i, k as c } from "../../chunks/vendor-D3hUOusX.js";
|
|
3
|
+
import { CaretleftStrokeSrvIcon20 as D, MinusStrokeSrvIcon20 as M, CaretrightStrokeSrvIcon20 as Y } from "@sberbusiness/icons-next";
|
|
4
|
+
import { dateFormatYYYYMMDD as r } from "../../consts/DateConst.js";
|
|
5
|
+
import { EDateRangeShiftUnit as h } from "./enums.js";
|
|
6
|
+
const C = "dateRange__d51ca2e0", E = "dateRangeButton__e4fd89d7", F = "separator__08df03ef", d = {
|
|
7
|
+
dateRange: C,
|
|
8
|
+
dateRangeButton: E,
|
|
9
|
+
separator: F
|
|
10
|
+
}, j = ({
|
|
11
|
+
children: y,
|
|
12
|
+
className: p,
|
|
13
|
+
value: R,
|
|
14
|
+
onChange: o,
|
|
15
|
+
shiftAmount: n = 1,
|
|
16
|
+
shiftUnit: s = h.MONTH,
|
|
17
|
+
hideNavigation: f,
|
|
18
|
+
renderPickerFrom: g,
|
|
19
|
+
renderPickerTo: k,
|
|
20
|
+
renderButtonForward: u,
|
|
21
|
+
renderButtonBack: S,
|
|
22
|
+
...x
|
|
23
|
+
}) => {
|
|
24
|
+
const [t, a] = R, b = i(d.dateRange, p), B = (e) => {
|
|
25
|
+
!e || !a || e <= a ? o([e, a]) : o([e, ""]);
|
|
26
|
+
}, I = (e) => {
|
|
27
|
+
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
28
|
+
}, N = () => {
|
|
29
|
+
if (!t || !a)
|
|
30
|
+
return;
|
|
31
|
+
const e = c(t, r), l = c(a, r);
|
|
32
|
+
o([
|
|
33
|
+
e.subtract(n, s).format(r),
|
|
34
|
+
l.subtract(n, s).format(r)
|
|
35
|
+
]);
|
|
36
|
+
}, _ = () => {
|
|
37
|
+
if (!t || !a)
|
|
38
|
+
return;
|
|
39
|
+
const e = c(t, r), l = c(a, r);
|
|
40
|
+
o([
|
|
41
|
+
e.add(n, s).format(r),
|
|
42
|
+
l.add(n, s).format(r)
|
|
43
|
+
]);
|
|
44
|
+
};
|
|
45
|
+
return /* @__PURE__ */ v("div", { className: b, ...x, children: [
|
|
46
|
+
!f && S({
|
|
47
|
+
children: /* @__PURE__ */ m(D, { paletteIndex: 5 }),
|
|
48
|
+
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
49
|
+
disabled: !(t && a),
|
|
50
|
+
onClick: N
|
|
51
|
+
}),
|
|
52
|
+
g({
|
|
53
|
+
onChange: B,
|
|
54
|
+
value: t
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ m(M, { className: d.separator, paletteIndex: 5 }),
|
|
57
|
+
k({
|
|
58
|
+
onChange: I,
|
|
59
|
+
value: a
|
|
60
|
+
}),
|
|
61
|
+
!f && u({
|
|
62
|
+
children: /* @__PURE__ */ m(Y, { paletteIndex: 5 }),
|
|
63
|
+
className: i(d.dateRangeButton, { disabled: !(t && a) }),
|
|
64
|
+
disabled: !(t && a),
|
|
65
|
+
onClick: _
|
|
66
|
+
})
|
|
67
|
+
] });
|
|
68
|
+
};
|
|
69
|
+
j.displayName = "DateRange";
|
|
70
|
+
export {
|
|
71
|
+
j as DateRange
|
|
72
|
+
};
|
|
73
|
+
//# sourceMappingURL=DateRange.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ETriplexNextTheme as i } from "../ThemeProvider/ETriplexNextTheme.js";
|
|
2
|
-
import { DesignTokensCore as
|
|
2
|
+
import { DesignTokensCore as l } from "./DesignTokensCore.js";
|
|
3
3
|
import { DesignTokensCoreThemeDark as a } from "./DesignTokensCoreThemeDark.js";
|
|
4
4
|
import { DesignTokensComponents as c } from "./DesignTokensComponents.js";
|
|
5
5
|
import { DesignTokensComponentsThemeDark as f } from "./DesignTokensComponentsThemeDark.js";
|
|
6
|
-
import {
|
|
6
|
+
import { m as T } from "../../chunks/vendor-D3hUOusX.js";
|
|
7
7
|
const n = {
|
|
8
8
|
getCSSVariableByTokenGroup: (t, s) => {
|
|
9
9
|
const e = Object.keys(t)[0], r = "triplex-next";
|
|
10
|
-
let o = "1.
|
|
10
|
+
let o = "1.6.1";
|
|
11
11
|
return o = o.replace(/\./g, "-"), Object.keys(t[e]).map(
|
|
12
|
-
(
|
|
13
|
-
t[e][
|
|
12
|
+
(m) => `--${r}-${e}-${m}-${o}: ${n.getTokenValue(
|
|
13
|
+
t[e][m],
|
|
14
14
|
s
|
|
15
15
|
)};`
|
|
16
16
|
).join(`
|
|
@@ -34,12 +34,12 @@ const n = {
|
|
|
34
34
|
let e = "";
|
|
35
35
|
switch (t) {
|
|
36
36
|
case i.LIGHT: {
|
|
37
|
-
const r =
|
|
37
|
+
const r = T({}, s, l, c);
|
|
38
38
|
e = n.getStyleByTokens(r);
|
|
39
39
|
break;
|
|
40
40
|
}
|
|
41
41
|
case i.DARK: {
|
|
42
|
-
const r =
|
|
42
|
+
const r = T(
|
|
43
43
|
{},
|
|
44
44
|
s,
|
|
45
45
|
a,
|
|
@@ -14,38 +14,42 @@ import { Typography_Tokens as k } from "./components/Typography.js";
|
|
|
14
14
|
import { Tooltip_Tokens as I } from "./components/Tooltip.js";
|
|
15
15
|
import { AlertContext_Tokens as f } from "./components/AlertContext.js";
|
|
16
16
|
import { AlertProcess_Tokens as H } from "./components/AlertProcess.js";
|
|
17
|
-
import { Divider_Tokens as
|
|
18
|
-
import { Dropdown_Tokens as
|
|
19
|
-
import { DropdownList_Tokens as
|
|
20
|
-
import { DropdownMobile_Tokens as
|
|
17
|
+
import { Divider_Tokens as l } from "./components/Divider.js";
|
|
18
|
+
import { Dropdown_Tokens as G } from "./components/Dropdown.js";
|
|
19
|
+
import { DropdownList_Tokens as _ } from "./components/DropdownList.js";
|
|
20
|
+
import { DropdownMobile_Tokens as d } from "./components/DropdownMobile.js";
|
|
21
21
|
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
22
|
-
import { Overlay_Tokens as
|
|
23
|
-
import { ListItem_Tokens as
|
|
22
|
+
import { Overlay_Tokens as c } from "./components/Overlay.js";
|
|
23
|
+
import { ListItem_Tokens as g } from "./components/ListItem.js";
|
|
24
24
|
import { ListItemControlsButton_Tokens as C } from "./components/ListItemControlsButton.js";
|
|
25
25
|
import { ListMaster_Tokens as M } from "./components/ListMaster.js";
|
|
26
|
-
import { Marker_Tokens as
|
|
27
|
-
import { MarkerStatus_Tokens as
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
26
|
+
import { Marker_Tokens as u } from "./components/Marker.js";
|
|
27
|
+
import { MarkerStatus_Tokens as b } from "./components/MarkerStatus.js";
|
|
28
|
+
import { MultiselectField_Tokens as D } from "./components/MultiselectField.js";
|
|
29
|
+
import { UploadZone_Tokens as h } from "./components/UploadZone.js";
|
|
30
|
+
import { Pagination_Tokens as w } from "./components/Pagination.js";
|
|
31
|
+
import { Card_Tokens as x } from "./components/Card.js";
|
|
32
|
+
import { Skeleton_Tokens as y } from "./components/Skeleton.js";
|
|
32
33
|
import { SegmentedControl_Tokens as B } from "./components/SegmentedControl.js";
|
|
33
|
-
import { SegmentedControlSegment_Tokens as
|
|
34
|
-
import { Stepper_Tokens as
|
|
35
|
-
import { HeaderPage_Tokens as
|
|
36
|
-
import { FooterPage_Tokens as
|
|
37
|
-
import { Island_Tokens as
|
|
34
|
+
import { SegmentedControlSegment_Tokens as F } from "./components/SegmentedControlSegment.js";
|
|
35
|
+
import { Stepper_Tokens as P } from "./components/Stepper.js";
|
|
36
|
+
import { HeaderPage_Tokens as v } from "./components/HeaderPage.js";
|
|
37
|
+
import { FooterPage_Tokens as A } from "./components/FooterPage.js";
|
|
38
|
+
import { Island_Tokens as O } from "./components/Island.js";
|
|
38
39
|
import { IslandAccordion_Tokens as N } from "./components/IslandAccordion.js";
|
|
39
|
-
import { TableBasic_Tokens as
|
|
40
|
-
import { Chip_Tokens as
|
|
41
|
-
import { LightBox_Tokens as
|
|
42
|
-
import { Tag_Tokens as
|
|
43
|
-
import { Notification_Tokens as
|
|
44
|
-
import { SMSInput_Tokens as
|
|
45
|
-
import { StatusTracker_Tokens as
|
|
46
|
-
import { Step_Tokens as
|
|
47
|
-
import { ModalWindow_Tokens as
|
|
48
|
-
|
|
40
|
+
import { TableBasic_Tokens as R } from "./components/TableBasic.js";
|
|
41
|
+
import { Chip_Tokens as U } from "./components/Chip.js";
|
|
42
|
+
import { LightBox_Tokens as W } from "./components/LightBox.js";
|
|
43
|
+
import { Tag_Tokens as Z } from "./components/Tag.js";
|
|
44
|
+
import { Notification_Tokens as E } from "./components/Notification.js";
|
|
45
|
+
import { SMSInput_Tokens as V } from "./components/SMSInput.js";
|
|
46
|
+
import { StatusTracker_Tokens as j } from "./components/StatusTracker.js";
|
|
47
|
+
import { Step_Tokens as q } from "./components/Step.js";
|
|
48
|
+
import { ModalWindow_Tokens as z } from "./components/ModalWindow.js";
|
|
49
|
+
import { TopOverlay_Tokens as J } from "./components/TopOverlay.js";
|
|
50
|
+
import { SmallInput_Tokens as K } from "./components/SmallInput.js";
|
|
51
|
+
import { Slider_Tokens as Q } from "./components/Slider.js";
|
|
52
|
+
const Ko = {
|
|
49
53
|
AlertContext: r(
|
|
50
54
|
o.LIGHT,
|
|
51
55
|
f
|
|
@@ -56,18 +60,18 @@ const Wo = {
|
|
|
56
60
|
),
|
|
57
61
|
Button: r(o.LIGHT, e),
|
|
58
62
|
Calendar: r(o.LIGHT, t),
|
|
59
|
-
Card: r(o.LIGHT,
|
|
63
|
+
Card: r(o.LIGHT, x),
|
|
60
64
|
Checkbox: r(o.LIGHT, m),
|
|
61
|
-
Chip: r(o.LIGHT,
|
|
62
|
-
Divider: r(o.LIGHT,
|
|
63
|
-
Dropdown: r(o.LIGHT,
|
|
65
|
+
Chip: r(o.LIGHT, U),
|
|
66
|
+
Divider: r(o.LIGHT, l),
|
|
67
|
+
Dropdown: r(o.LIGHT, G),
|
|
64
68
|
DropdownList: r(
|
|
65
69
|
o.LIGHT,
|
|
66
|
-
|
|
70
|
+
_
|
|
67
71
|
),
|
|
68
72
|
DropdownMobile: r(
|
|
69
73
|
o.LIGHT,
|
|
70
|
-
|
|
74
|
+
d
|
|
71
75
|
),
|
|
72
76
|
DropdownMobileList: r(
|
|
73
77
|
o.LIGHT,
|
|
@@ -75,20 +79,20 @@ const Wo = {
|
|
|
75
79
|
),
|
|
76
80
|
FooterPage: r(
|
|
77
81
|
o.LIGHT,
|
|
78
|
-
|
|
82
|
+
A
|
|
79
83
|
),
|
|
80
84
|
FormField: r(o.LIGHT, T),
|
|
81
85
|
HeaderPage: r(
|
|
82
86
|
o.LIGHT,
|
|
83
|
-
|
|
87
|
+
v
|
|
84
88
|
),
|
|
85
|
-
Island: r(o.LIGHT,
|
|
89
|
+
Island: r(o.LIGHT, O),
|
|
86
90
|
IslandAccordion: r(
|
|
87
91
|
o.LIGHT,
|
|
88
92
|
N
|
|
89
93
|
),
|
|
90
94
|
Link: r(o.LIGHT, n),
|
|
91
|
-
ListItem: r(o.LIGHT,
|
|
95
|
+
ListItem: r(o.LIGHT, g),
|
|
92
96
|
ListItemControlsButton: r(
|
|
93
97
|
o.LIGHT,
|
|
94
98
|
C
|
|
@@ -102,15 +106,19 @@ const Wo = {
|
|
|
102
106
|
o.LIGHT,
|
|
103
107
|
L
|
|
104
108
|
),
|
|
105
|
-
Marker: r(o.LIGHT,
|
|
109
|
+
Marker: r(o.LIGHT, u),
|
|
106
110
|
MarkerStatus: r(
|
|
107
111
|
o.LIGHT,
|
|
108
|
-
|
|
112
|
+
b
|
|
113
|
+
),
|
|
114
|
+
MultiselectField: r(
|
|
115
|
+
o.LIGHT,
|
|
116
|
+
D
|
|
109
117
|
),
|
|
110
|
-
Overlay: r(o.LIGHT,
|
|
118
|
+
Overlay: r(o.LIGHT, c),
|
|
111
119
|
Pagination: r(
|
|
112
120
|
o.LIGHT,
|
|
113
|
-
|
|
121
|
+
w
|
|
114
122
|
),
|
|
115
123
|
Radio: r(o.LIGHT, a),
|
|
116
124
|
SegmentedControl: r(
|
|
@@ -119,18 +127,19 @@ const Wo = {
|
|
|
119
127
|
),
|
|
120
128
|
SegmentedControlSegment: r(
|
|
121
129
|
o.LIGHT,
|
|
122
|
-
|
|
130
|
+
F
|
|
123
131
|
),
|
|
124
|
-
Skeleton: r(o.LIGHT,
|
|
125
|
-
SMSInput: r(o.LIGHT,
|
|
126
|
-
|
|
127
|
-
|
|
132
|
+
Skeleton: r(o.LIGHT, y),
|
|
133
|
+
SMSInput: r(o.LIGHT, V),
|
|
134
|
+
Slider: r(o.LIGHT, Q),
|
|
135
|
+
Step: r(o.LIGHT, q),
|
|
136
|
+
Stepper: r(o.LIGHT, P),
|
|
128
137
|
TableBasic: r(
|
|
129
138
|
o.LIGHT,
|
|
130
|
-
|
|
139
|
+
R
|
|
131
140
|
),
|
|
132
141
|
Tabs: r(o.LIGHT, i),
|
|
133
|
-
Tag: r(o.LIGHT,
|
|
142
|
+
Tag: r(o.LIGHT, Z),
|
|
134
143
|
TabsLine: r(o.LIGHT, s),
|
|
135
144
|
Tooltip: r(o.LIGHT, I),
|
|
136
145
|
Typography: r(
|
|
@@ -139,23 +148,31 @@ const Wo = {
|
|
|
139
148
|
),
|
|
140
149
|
UploadZone: r(
|
|
141
150
|
o.LIGHT,
|
|
142
|
-
|
|
151
|
+
h
|
|
143
152
|
),
|
|
144
|
-
LightBox: r(o.LIGHT,
|
|
153
|
+
LightBox: r(o.LIGHT, W),
|
|
145
154
|
Notification: r(
|
|
146
155
|
o.LIGHT,
|
|
147
|
-
|
|
156
|
+
E
|
|
148
157
|
),
|
|
149
158
|
StatusTracker: r(
|
|
150
159
|
o.LIGHT,
|
|
151
|
-
|
|
160
|
+
j
|
|
152
161
|
),
|
|
153
162
|
ModalWindow: r(
|
|
154
163
|
o.LIGHT,
|
|
155
|
-
|
|
164
|
+
z
|
|
165
|
+
),
|
|
166
|
+
TopOverlay: r(
|
|
167
|
+
o.LIGHT,
|
|
168
|
+
J
|
|
169
|
+
),
|
|
170
|
+
SmallInput: r(
|
|
171
|
+
o.LIGHT,
|
|
172
|
+
K
|
|
156
173
|
)
|
|
157
174
|
};
|
|
158
175
|
export {
|
|
159
|
-
|
|
176
|
+
Ko as DesignTokensComponents
|
|
160
177
|
};
|
|
161
178
|
//# sourceMappingURL=DesignTokensComponents.js.map
|
|
@@ -14,60 +14,64 @@ import { Radio_Tokens as D } from "./components/Radio.js";
|
|
|
14
14
|
import { Typography_Tokens as A } from "./components/Typography.js";
|
|
15
15
|
import { Tooltip_Tokens as f } from "./components/Tooltip.js";
|
|
16
16
|
import { AlertContext_Tokens as R } from "./components/AlertContext.js";
|
|
17
|
-
import { AlertProcess_Tokens as
|
|
18
|
-
import { Dropdown_Tokens as
|
|
19
|
-
import { DropdownList_Tokens as
|
|
20
|
-
import { DropdownMobile_Tokens as
|
|
17
|
+
import { AlertProcess_Tokens as l } from "./components/AlertProcess.js";
|
|
18
|
+
import { Dropdown_Tokens as K } from "./components/Dropdown.js";
|
|
19
|
+
import { DropdownList_Tokens as _ } from "./components/DropdownList.js";
|
|
20
|
+
import { DropdownMobile_Tokens as d } from "./components/DropdownMobile.js";
|
|
21
21
|
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
22
22
|
import { Overlay_Tokens as L } from "./components/Overlay.js";
|
|
23
|
-
import { ListItem_Tokens as
|
|
24
|
-
import { ListItemControlsButton_Tokens as
|
|
23
|
+
import { ListItem_Tokens as c } from "./components/ListItem.js";
|
|
24
|
+
import { ListItemControlsButton_Tokens as g } from "./components/ListItemControlsButton.js";
|
|
25
25
|
import { ListMaster_Tokens as C } from "./components/ListMaster.js";
|
|
26
26
|
import { Marker_Tokens as M } from "./components/Marker.js";
|
|
27
|
-
import { MarkerStatus_Tokens as
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
27
|
+
import { MarkerStatus_Tokens as u } from "./components/MarkerStatus.js";
|
|
28
|
+
import { MultiselectField_Tokens as b } from "./components/MultiselectField.js";
|
|
29
|
+
import { UploadZone_Tokens as I } from "./components/UploadZone.js";
|
|
30
|
+
import { Pagination_Tokens as h } from "./components/Pagination.js";
|
|
30
31
|
import { Card_Tokens as w } from "./components/Card.js";
|
|
31
|
-
import { Skeleton_Tokens as
|
|
32
|
-
import { SegmentedControl_Tokens as
|
|
32
|
+
import { Skeleton_Tokens as x } from "./components/Skeleton.js";
|
|
33
|
+
import { SegmentedControl_Tokens as y } from "./components/SegmentedControl.js";
|
|
33
34
|
import { SegmentedControlSegment_Tokens as B } from "./components/SegmentedControlSegment.js";
|
|
34
|
-
import { Stepper_Tokens as
|
|
35
|
-
import { HeaderPage_Tokens as
|
|
36
|
-
import { FooterPage_Tokens as
|
|
37
|
-
import { Island_Tokens as
|
|
35
|
+
import { Stepper_Tokens as F } from "./components/Stepper.js";
|
|
36
|
+
import { HeaderPage_Tokens as P } from "./components/HeaderPage.js";
|
|
37
|
+
import { FooterPage_Tokens as v } from "./components/FooterPage.js";
|
|
38
|
+
import { Island_Tokens as O } from "./components/Island.js";
|
|
38
39
|
import { IslandAccordion_Tokens as N } from "./components/IslandAccordion.js";
|
|
39
40
|
import { TableBasic_Tokens as H } from "./components/TableBasic.js";
|
|
40
|
-
import { Chip_Tokens as
|
|
41
|
-
import { LightBox_Tokens as
|
|
42
|
-
import { Tag_Tokens as
|
|
43
|
-
import { Notification_Tokens as
|
|
44
|
-
import { SMSInput_Tokens as
|
|
45
|
-
import { StatusTracker_Tokens as
|
|
46
|
-
import { Step_Tokens as
|
|
47
|
-
import { ModalWindow_Tokens as
|
|
48
|
-
|
|
41
|
+
import { Chip_Tokens as U } from "./components/Chip.js";
|
|
42
|
+
import { LightBox_Tokens as W } from "./components/LightBox.js";
|
|
43
|
+
import { Tag_Tokens as Z } from "./components/Tag.js";
|
|
44
|
+
import { Notification_Tokens as E } from "./components/Notification.js";
|
|
45
|
+
import { SMSInput_Tokens as G } from "./components/SMSInput.js";
|
|
46
|
+
import { StatusTracker_Tokens as V } from "./components/StatusTracker.js";
|
|
47
|
+
import { Step_Tokens as j } from "./components/Step.js";
|
|
48
|
+
import { ModalWindow_Tokens as q } from "./components/ModalWindow.js";
|
|
49
|
+
import { TopOverlay_Tokens as z } from "./components/TopOverlay.js";
|
|
50
|
+
import { SmallInput_Tokens as J } from "./components/SmallInput.js";
|
|
51
|
+
import { Slider_Tokens as Q } from "./components/Slider.js";
|
|
52
|
+
const Jo = {
|
|
49
53
|
AlertContext: r(
|
|
50
54
|
o.DARK,
|
|
51
55
|
R
|
|
52
56
|
),
|
|
53
57
|
AlertProcess: r(
|
|
54
58
|
o.DARK,
|
|
55
|
-
|
|
59
|
+
l
|
|
56
60
|
),
|
|
57
61
|
Button: r(o.DARK, t),
|
|
58
62
|
Calendar: r(o.DARK, m),
|
|
59
63
|
Card: r(o.DARK, w),
|
|
60
64
|
Checkbox: r(o.DARK, n),
|
|
61
|
-
Chip: r(o.DARK,
|
|
65
|
+
Chip: r(o.DARK, U),
|
|
62
66
|
Divider: r(o.DARK, e),
|
|
63
|
-
Dropdown: r(o.DARK,
|
|
67
|
+
Dropdown: r(o.DARK, K),
|
|
64
68
|
DropdownList: r(
|
|
65
69
|
o.DARK,
|
|
66
|
-
|
|
70
|
+
_
|
|
67
71
|
),
|
|
68
72
|
DropdownMobile: r(
|
|
69
73
|
o.DARK,
|
|
70
|
-
|
|
74
|
+
d
|
|
71
75
|
),
|
|
72
76
|
DropdownMobileList: r(
|
|
73
77
|
o.DARK,
|
|
@@ -75,23 +79,23 @@ const Wo = {
|
|
|
75
79
|
),
|
|
76
80
|
FooterPage: r(
|
|
77
81
|
o.DARK,
|
|
78
|
-
|
|
82
|
+
v
|
|
79
83
|
),
|
|
80
84
|
FormField: r(o.DARK, i),
|
|
81
85
|
HeaderPage: r(
|
|
82
86
|
o.DARK,
|
|
83
|
-
|
|
87
|
+
P
|
|
84
88
|
),
|
|
85
|
-
Island: r(o.DARK,
|
|
89
|
+
Island: r(o.DARK, O),
|
|
86
90
|
IslandAccordion: r(
|
|
87
91
|
o.DARK,
|
|
88
92
|
N
|
|
89
93
|
),
|
|
90
94
|
Link: r(o.DARK, s),
|
|
91
|
-
ListItem: r(o.DARK,
|
|
95
|
+
ListItem: r(o.DARK, c),
|
|
92
96
|
ListItemControlsButton: r(
|
|
93
97
|
o.DARK,
|
|
94
|
-
|
|
98
|
+
g
|
|
95
99
|
),
|
|
96
100
|
ListMaster: r(
|
|
97
101
|
o.DARK,
|
|
@@ -104,33 +108,38 @@ const Wo = {
|
|
|
104
108
|
),
|
|
105
109
|
Marker: r(o.DARK, M),
|
|
106
110
|
MarkerStatus: r(
|
|
111
|
+
o.DARK,
|
|
112
|
+
u
|
|
113
|
+
),
|
|
114
|
+
MultiselectField: r(
|
|
107
115
|
o.DARK,
|
|
108
116
|
b
|
|
109
117
|
),
|
|
110
118
|
Overlay: r(o.DARK, L),
|
|
111
119
|
Pagination: r(
|
|
112
120
|
o.DARK,
|
|
113
|
-
|
|
121
|
+
h
|
|
114
122
|
),
|
|
115
123
|
Radio: r(o.DARK, D),
|
|
116
124
|
SegmentedControl: r(
|
|
117
125
|
o.DARK,
|
|
118
|
-
|
|
126
|
+
y
|
|
119
127
|
),
|
|
120
128
|
SegmentedControlSegment: r(
|
|
121
129
|
o.DARK,
|
|
122
130
|
B
|
|
123
131
|
),
|
|
124
|
-
Skeleton: r(o.DARK,
|
|
125
|
-
SMSInput: r(o.DARK,
|
|
126
|
-
|
|
127
|
-
|
|
132
|
+
Skeleton: r(o.DARK, x),
|
|
133
|
+
SMSInput: r(o.DARK, G),
|
|
134
|
+
Slider: r(o.DARK, Q),
|
|
135
|
+
Step: r(o.DARK, j),
|
|
136
|
+
Stepper: r(o.DARK, F),
|
|
128
137
|
TableBasic: r(
|
|
129
138
|
o.DARK,
|
|
130
139
|
H
|
|
131
140
|
),
|
|
132
141
|
Tabs: r(o.DARK, p),
|
|
133
|
-
Tag: r(o.DARK,
|
|
142
|
+
Tag: r(o.DARK, Z),
|
|
134
143
|
TabsLine: r(o.DARK, T),
|
|
135
144
|
Tooltip: r(o.DARK, f),
|
|
136
145
|
Typography: r(
|
|
@@ -139,23 +148,31 @@ const Wo = {
|
|
|
139
148
|
),
|
|
140
149
|
UploadZone: r(
|
|
141
150
|
o.DARK,
|
|
142
|
-
|
|
151
|
+
I
|
|
143
152
|
),
|
|
144
|
-
LightBox: r(o.DARK,
|
|
153
|
+
LightBox: r(o.DARK, W),
|
|
145
154
|
Notification: r(
|
|
146
155
|
o.DARK,
|
|
147
|
-
|
|
156
|
+
E
|
|
148
157
|
),
|
|
149
158
|
StatusTracker: r(
|
|
150
159
|
o.DARK,
|
|
151
|
-
|
|
160
|
+
V
|
|
152
161
|
),
|
|
153
162
|
ModalWindow: r(
|
|
154
163
|
o.DARK,
|
|
155
|
-
|
|
164
|
+
q
|
|
165
|
+
),
|
|
166
|
+
TopOverlay: r(
|
|
167
|
+
o.DARK,
|
|
168
|
+
z
|
|
169
|
+
),
|
|
170
|
+
SmallInput: r(
|
|
171
|
+
o.DARK,
|
|
172
|
+
J
|
|
156
173
|
)
|
|
157
174
|
};
|
|
158
175
|
export {
|
|
159
|
-
|
|
176
|
+
Jo as DesignTokensComponentsThemeDark
|
|
160
177
|
};
|
|
161
178
|
//# sourceMappingURL=DesignTokensComponentsThemeDark.js.map
|
|
@@ -4,7 +4,6 @@ const e = [
|
|
|
4
4
|
"View_Header_Color",
|
|
5
5
|
"View_Item_Background_Default",
|
|
6
6
|
"View_Item_Background_Hover",
|
|
7
|
-
// "View_Item_Background_Range",
|
|
8
7
|
"View_Item_Background_Selected_Default",
|
|
9
8
|
"View_Item_Background_Selected_Hover",
|
|
10
9
|
"View_Item_Background_Selected_Muted_Default",
|
|
@@ -46,7 +45,6 @@ const e = [
|
|
|
46
45
|
// var(--triplex-Calendar-View_Item_Background_Default)
|
|
47
46
|
View_Item_Background_Hover: [{ ref: "ColorBrand.60" }, { ref: "ColorBrand.60" }],
|
|
48
47
|
// var(--triplex-Calendar-View_Item_Background_Hover)
|
|
49
|
-
// View_Item_Background_Range: [{ ref: "ColorNeutral.100" }, { ref: "ColorNeutral.900" }], // var(--triplex-Calendar-View_Item_Background_Range)
|
|
50
48
|
View_Item_Background_Selected_Default: [{ ref: "ColorBrand.50" }, { ref: "ColorBrand.50" }],
|
|
51
49
|
// var(--triplex-Calendar-View_Item_Background_Selected_Default)
|
|
52
50
|
View_Item_Background_Selected_Hover: [{ ref: "ColorBrand.30" }, { ref: "ColorBrand.30" }],
|
|
@@ -5,22 +5,22 @@ const e = [
|
|
|
5
5
|
"Type1_Shadow",
|
|
6
6
|
"Type2_Shadow",
|
|
7
7
|
"Type3_Shadow"
|
|
8
|
-
],
|
|
8
|
+
], o = {
|
|
9
9
|
Type1_Background: [{ ref: "ColorNeutral.100" }, { ref: "ColorDarkNeutral.40" }],
|
|
10
10
|
// var(--triplex-next-Island-Type1_Background)
|
|
11
11
|
Type2_Background: [{ ref: "ColorNeutralAlpha.70" }, { ref: "ColorDarkNeutralAlpha.50" }],
|
|
12
12
|
// var(--triplex-next-Island-Type2_Background)
|
|
13
13
|
Type3_Background: [{ ref: "ColorNeutral.90" }, { ref: "ColorDarkNeutral.30" }],
|
|
14
14
|
// var(--triplex-next-Island-Type3_Background)
|
|
15
|
-
Type1_Shadow: [{ value: "
|
|
15
|
+
Type1_Shadow: [{ value: "none" }, { value: "none" }],
|
|
16
16
|
// var(--triplex-next-Island-Type1_Shadow)
|
|
17
17
|
Type2_Shadow: [{ value: "0 0 0 1px #FFFFFF inset" }, { value: "0 0 0 1px #19BDB0 inset" }],
|
|
18
18
|
// var(--triplex-next-Island-Type2_Shadow)
|
|
19
|
-
Type3_Shadow: [{ value: "
|
|
19
|
+
Type3_Shadow: [{ value: "none" }, { value: "none" }]
|
|
20
20
|
// var(--triplex-next-Island-Type3_Shadow)
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
o as Island_Tokens,
|
|
24
24
|
e as designTokensComponentsIslandKeys
|
|
25
25
|
};
|
|
26
26
|
//# sourceMappingURL=Island.js.map
|
|
@@ -1,9 +1,20 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
1
|
+
const e = [
|
|
2
|
+
"Type1_Header_Background_Hover",
|
|
3
|
+
"Type2_Header_Background_Hover",
|
|
4
|
+
"Type3_Header_Background_Hover",
|
|
5
|
+
"Shadow_Focus"
|
|
6
|
+
], r = {
|
|
7
|
+
Type1_Header_Background_Hover: [{ ref: "ColorNeutral.30" }, { ref: "ColorDarkNeutral.70" }],
|
|
8
|
+
// var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover)
|
|
9
|
+
Type2_Header_Background_Hover: [{ ref: "ColorDarkNeutralAlpha.100" }, { ref: "ColorNeutralAlpha.80" }],
|
|
10
|
+
// var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover)
|
|
11
|
+
Type3_Header_Background_Hover: [{ ref: "ColorNeutral.30" }, { ref: "ColorDarkNeutral.70" }],
|
|
12
|
+
// var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover)
|
|
13
|
+
Shadow_Focus: [{ value: "0 0 0 1px #FFD169 inset" }, { value: "0 0 0 1px #FFD169 inset" }]
|
|
3
14
|
// var(--triplex-next-IslandAccordion-Shadow_Focus)
|
|
4
15
|
};
|
|
5
16
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
17
|
+
r as IslandAccordion_Tokens,
|
|
18
|
+
e as designTokensComponentsIslandAccordionKeys
|
|
8
19
|
};
|
|
9
20
|
//# sourceMappingURL=IslandAccordion.js.map
|