@sberbusiness/triplex-next 1.3.0 → 1.5.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-M7W9D-p3.js +39 -0
- package/chunks/CalendarViewItem-Cs4qo2T0.js +105 -0
- package/chunks/Card.module-lZl8x0iL.js +17 -0
- package/chunks/Chip-DpSJGyYK.js +90 -0
- package/chunks/DropdownListItem-SqymKZn5.js +57 -0
- package/chunks/DropdownMobile.module-C_Jtpfxj.js +21 -0
- package/chunks/Footer.module-3tcvZGt3.js +9 -0
- package/chunks/FormFieldInput-BSxKZxcq.js +62 -0
- package/chunks/HeaderLayoutSidebar.module-DqrwTmWo.js +9 -0
- package/chunks/HeaderTabs.module-DegB0R8X.js +9 -0
- package/chunks/HeaderTitle.module-CEMLCR13.js +11 -0
- package/chunks/IslandAccordion.module-DFvQwhSg.js +22 -0
- package/chunks/LightBoxContent-DTTxRVLQ.js +56 -0
- package/chunks/LightBoxControls.module-Dn4GtUtF.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BUvFYJwr.js +8 -0
- package/chunks/{ListItemControlsButton-Ms4q9wDe.js → ListItemControlsButton-AbCEipFe.js} +7 -7
- package/chunks/ListItemTail.module-CZYSMJRz.js +12 -0
- package/chunks/ListMasterFooter.module-Bw6BVPVj.js +10 -0
- package/chunks/ModalWindow.module-DGcF8-xJ.js +17 -0
- package/chunks/Notification.module-Cj_Pd4DQ.js +21 -0
- package/chunks/Overlay.module-BqJXvoeX.js +18 -0
- package/chunks/Page.module-DUQ6i8Ez.js +12 -0
- package/chunks/{RightBorderArrow-D6ZllSTT.js → RightBorderArrow-Co_RT8lZ.js} +14 -14
- package/chunks/SMSInput.module-D1TiDw_A.js +16 -0
- package/chunks/StatusTracker.module-DetC6Udk.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Cc_fZLBH.js → SuggestFieldMobileDropdownHint-nZwpz9Eo.js} +2 -2
- package/chunks/TableFooter.module-BF4P3QCw.js +13 -0
- package/chunks/TabsExtended.module-BciQYRi4.js +16 -0
- package/chunks/TabsLine.module-Cx0n_AdV.js +23 -0
- package/chunks/TooltipDesktop.module-DK06gaHe.js +19 -0
- package/chunks/TooltipMobileCloseButton-DTtQoE3B.js +20 -0
- package/chunks/{UploadZoneInput-Bkv3b0F5.js → UploadZoneInput-C2-_7DoS.js} +3 -3
- package/chunks/{utils-CVSz7tV_.js → utils-CFlJg-k1.js} +5 -5
- package/chunks/utils-CXhKCNyM.js +72 -0
- package/chunks/utils-CoHHiBA8.js +24 -0
- package/chunks/{utils-DWPj89gs.js → utils-D9w2Kvyk.js} +7 -7
- package/chunks/{utils-BZFu5eVD.js → utils-Dhi5F6Da.js} +8 -8
- package/chunks/vendor-9KVE23Ri.js +14839 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +9 -9
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +23 -24
- package/components/AmountField/AmountField.js +11 -11
- package/components/Body/Body.js +25 -8
- package/components/Body/enums.js +5 -0
- package/components/Button/Button.js +45 -44
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +54 -54
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +13 -13
- package/components/Calendar/Calendar.js +183 -0
- package/components/Calendar/CalendarContext.js +22 -0
- package/components/Calendar/CalendarRange.js +28 -0
- package/components/Calendar/CalendarViewContext.js +8 -0
- package/components/Calendar/components/CalendarControls.js +98 -0
- package/components/Calendar/components/CalendarFooter.js +9 -0
- package/components/Calendar/components/CalendarTodayButton.js +31 -0
- package/components/Calendar/components/CalendarView.js +30 -0
- package/components/Calendar/components/CalendarViewDays.js +109 -0
- package/components/Calendar/components/CalendarViewItem.js +11 -0
- package/components/Calendar/components/CalendarViewMonths.js +64 -0
- package/components/Calendar/components/CalendarViewYears.js +64 -0
- package/components/Calendar/enums.js +7 -0
- package/components/Calendar/index.js +9 -0
- package/components/Calendar/utils.js +38 -0
- 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 +20 -20
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +3 -3
- package/components/Chip/Chip.js +5 -3
- package/components/Chip/ChipClearButton.js +16 -24
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect.js +2 -2
- package/components/Chip/ChipSort.js +55 -0
- package/components/Chip/ChipSuggest/ChipSuggest.js +21 -0
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +85 -0
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +42 -0
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +81 -0
- package/components/Chip/ChipSuggest/index.js +7 -0
- package/components/Chip/ChipSuggest/types.js +2 -0
- package/components/Chip/index.js +9 -3
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
- package/components/DateField/DateField.js +135 -0
- package/components/DateField/DateFieldContext.js +12 -0
- package/components/DateField/DateFieldTarget.js +60 -0
- package/components/DateField/constants.js +5 -0
- package/components/DateField/index.js +5 -0
- package/components/DateField/types.js +2 -0
- package/components/DateField/utils.js +23 -0
- package/components/DatePickerExtended/DatePickerExtended.js +136 -0
- package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +91 -70
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +88 -62
- package/components/DesignTokens/DesignTokensCore.js +1 -1
- package/components/DesignTokens/components/Calendar.js +109 -0
- package/components/DesignTokens/components/Card.js +6 -3
- package/components/DesignTokens/components/Divider.js +4 -4
- package/components/DesignTokens/components/Island.js +1 -1
- package/components/DesignTokens/components/IslandAccordion.js +9 -0
- package/components/DesignTokens/components/LightBox.js +11 -0
- package/components/DesignTokens/components/Loader.js +13 -7
- package/components/DesignTokens/components/ModalWindow.js +11 -0
- package/components/DesignTokens/components/SMSInput.js +26 -0
- package/components/DesignTokens/components/StatusTracker.js +35 -0
- package/components/DesignTokens/components/Step.js +44 -0
- package/components/DesignTokens/components/index.js +127 -109
- package/components/Divider/Divider.js +18 -18
- package/components/Dropdown/desktop/DropdownDesktop.js +23 -23
- package/components/Dropdown/desktop/DropdownList.js +42 -41
- 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 +11 -0
- package/components/Ellipsis/Ellipsis.js +10 -10
- package/components/ExpandAnimation/ExpandAnimation.js +27 -27
- package/components/Footer/Footer.js +9 -20
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +14 -18
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +6 -6
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +14 -18
- package/components/FormField/components/FormFieldPostfix.js +10 -10
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +17 -17
- package/components/FormField/components/FormFieldTextarea.js +36 -32
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +15 -27
- 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 +2 -2
- 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 +15 -7
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +14 -6
- package/components/HelpBox/HelpBox.js +21 -21
- package/components/Island/Island.js +12 -16
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +6 -6
- package/components/Island/components/IslandHeader.js +4 -4
- package/components/Island/components/index.js +9 -0
- package/components/Island/index.js +7 -1
- package/components/Island/utils.js +1 -3
- package/components/IslandAccordion/IslandAccordion.js +31 -0
- package/components/IslandAccordion/IslandAccordionContext.js +16 -0
- package/components/IslandAccordion/components/IslandAccordionContent.js +12 -0
- package/components/IslandAccordion/components/IslandAccordionFooter.js +13 -0
- package/components/IslandAccordion/components/IslandAccordionItem.js +122 -0
- package/components/IslandAccordion/components/IslandAccordionTitle.js +21 -0
- package/components/IslandAccordion/components/index.js +11 -0
- package/components/IslandAccordion/index.js +13 -0
- package/components/LightBox/LightBox.js +105 -0
- package/components/LightBox/LightBoxContent.js +10 -0
- package/components/LightBox/LightBoxControls/LightBoxClose.js +53 -0
- package/components/LightBox/LightBoxControls/LightBoxControls.js +15 -0
- package/components/LightBox/LightBoxControls/LightBoxNext.js +58 -0
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +58 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +106 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +35 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +27 -0
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +21 -0
- package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +86 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +63 -0
- package/components/LightBox/LightBoxViewManager/LightBoxViewManagerConsts.js +28 -0
- package/components/LightBox/index.js +7 -0
- package/components/Link/Link.js +12 -12
- package/components/List/List.js +7 -7
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +2 -2
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +7 -7
- 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 +5 -5
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +6 -6
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +9 -9
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -12
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +19 -20
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +98 -0
- package/components/ModalWindow/components/ModalWindowBody.js +189 -0
- package/components/ModalWindow/components/ModalWindowClose.js +29 -0
- package/components/ModalWindow/components/ModalWindowContent.js +13 -0
- package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
- package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
- package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
- package/components/ModalWindow/index.js +17 -0
- package/components/MonthYearField/MonthYearField.js +66 -0
- package/components/MonthYearField/MonthYearFieldContext.js +9 -0
- package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
- package/components/MonthYearField/constants.js +5 -0
- package/components/MonthYearField/index.js +5 -0
- package/components/MonthYearField/types.js +2 -0
- package/components/MonthYearField/utils.js +22 -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/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +11 -11
- 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 +13 -13
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +35 -29
- package/components/Page/components/HeaderPage.js +22 -28
- package/components/Page/components/useStickyCornerRadius.js +32 -22
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
- package/components/Pagination/components/PaginationSelect.js +12 -12
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSInput/SMSInput.js +41 -0
- package/components/SMSInput/SMSInputContext.js +23 -0
- package/components/SMSInput/components/RefreshIcon.js +35 -0
- package/components/SMSInput/components/SMSInputInput.js +63 -0
- package/components/SMSInput/components/SMSInputRefresh.js +39 -0
- package/components/SMSInput/components/SMSInputSubmit.js +43 -0
- package/components/SMSInput/components/SMSInputTooltip.js +38 -0
- package/components/SMSInput/components/SubmitIcon.js +19 -0
- package/components/SMSInput/index.js +5 -0
- package/components/SMSInput/types.js +2 -0
- package/components/SegmentedControl/SegmentedControl.js +15 -15
- package/components/SegmentedControl/SegmentedControlSegment.js +6 -6
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -20
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +6 -6
- package/components/Spoiler/Spoiler.js +75 -0
- package/components/Spoiler/index.js +5 -0
- package/components/StatusTracker/StatusTracker.js +45 -0
- package/components/StatusTracker/components/StatusTrackerAlert.js +18 -0
- package/components/StatusTracker/components/StatusTrackerBody.js +20 -0
- package/components/StatusTracker/components/StatusTrackerButton.js +16 -0
- package/components/StatusTracker/components/StatusTrackerDescription.js +24 -0
- package/components/StatusTracker/components/StatusTrackerFooter.js +28 -0
- package/components/StatusTracker/components/StatusTrackerHeader.js +22 -0
- package/components/StatusTracker/components/StatusTrackerMedia.js +11 -0
- package/components/StatusTracker/components/StatusTrackerStatus.js +12 -0
- package/components/StatusTracker/components/StatusTrackerSum.js +25 -0
- package/components/StatusTracker/components/StatusTrackerTitle.js +24 -0
- package/components/StatusTracker/enums.js +6 -0
- package/components/StatusTracker/index.js +5 -0
- package/components/Step/Step.js +49 -0
- package/components/Step/enums.js +6 -0
- package/components/Step/index.js +9 -0
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +54 -54
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +99 -0
- package/components/Suggest/SuggestContext.js +29 -0
- package/components/Suggest/SuggestMobileDropdownContent.js +96 -0
- package/components/Suggest/index.js +8 -0
- package/components/Suggest/types.js +2 -0
- package/components/SuggestField/SuggestField.js +11 -12
- package/components/SuggestField/SuggestFieldTarget.js +35 -32
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +73 -72
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +27 -26
- 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 +13 -13
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +2 -2
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +33 -32
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +19 -18
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- 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 +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +9 -9
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +10 -21
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +10 -10
- package/components/Tag/Tag.js +17 -17
- package/components/TagGroup/TagGroup.js +8 -8
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +18 -0
- package/components/TextareaField/index.js +5 -0
- package/components/TextareaField/types.js +2 -0
- package/components/ThemeProvider/ThemeProvider.js +6 -6
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +26 -30
- package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
- package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Triggers/TriggerClickOnKeyDownEvent.js +15 -0
- package/components/Typography/Caption.js +13 -13
- package/components/Typography/Text.js +24 -24
- package/components/Typography/Title.js +15 -15
- package/components/Typography/index.js +15 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +18 -0
- package/components/index.js +428 -366
- package/consts/DateConst.js +14 -0
- package/index.d.ts +1022 -60
- package/index.js +434 -372
- package/package.json +50 -1
- package/styles/triplex-next.css +501 -441
- package/types/DateTypes.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/utils/focus/FocusTrapUtils.js +11 -0
- package/utils/scroll/scrollbar.js +14 -0
- package/chunks/AlertProcessSpoiler-B91XiZ7K.js +0 -39
- package/chunks/Card.module-NgdHcwYS.js +0 -17
- package/chunks/Chip-XyednI9u.js +0 -87
- package/chunks/DropdownListItem-g0mYNHIW.js +0 -57
- package/chunks/DropdownMobile.module-BBY44sVr.js +0 -21
- package/chunks/Footer.module-4a0n1yRR.js +0 -11
- package/chunks/FormFieldInput-qaJqBTBV.js +0 -63
- package/chunks/HeaderLayoutSidebar.module-BP0DyJae.js +0 -9
- package/chunks/HeaderTabs.module-CXcyvbb5.js +0 -9
- package/chunks/HeaderTitle.module-B-6xJFnf.js +0 -9
- package/chunks/ListItemTail.module-D5VudFCz.js +0 -12
- package/chunks/ListMasterFooter.module-DzXu5TSC.js +0 -10
- package/chunks/Notification.module-MX1NZXsu.js +0 -21
- package/chunks/Overlay.module-B1IlIRoo.js +0 -18
- package/chunks/Page.module-Cwb_zvqj.js +0 -12
- package/chunks/TableFooter.module-D9_esv5A.js +0 -13
- package/chunks/TabsExtended.module--2PQhvJQ.js +0 -16
- package/chunks/TabsLine.module-CH_sqFyE.js +0 -23
- package/chunks/TooltipDesktop.module-D3cbaDX1.js +0 -19
- package/chunks/utils-D8e1oAR3.js +0 -72
- package/chunks/utils-dyCpsmr1.js +0 -48
- package/chunks/vendor-CehxOAkM.js +0 -11907
- package/components/DesignTokens/components/Page.js +0 -9
- /package/components/{Island → Calendar}/types.js +0 -0
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { jsx as p, jsxs as q } from "react/jsx-runtime";
|
|
2
|
+
import G, { useState as I, useRef as m, useEffect as J } from "react";
|
|
3
|
+
import { isKey as Q } from "../../utils/keyboard.js";
|
|
4
|
+
import { Calendar as W } from "../Calendar/Calendar.js";
|
|
5
|
+
import "../Dropdown/Dropdown.js";
|
|
6
|
+
import "../Dropdown/DropdownListContext.js";
|
|
7
|
+
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
8
|
+
import "../Dropdown/desktop/DropdownList.js";
|
|
9
|
+
import "../../chunks/DropdownListItem-SqymKZn5.js";
|
|
10
|
+
import "../Dropdown/mobile/DropdownMobile.js";
|
|
11
|
+
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
12
|
+
import "../Dropdown/mobile/DropdownMobileClose.js";
|
|
13
|
+
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
14
|
+
import "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
15
|
+
import "../Dropdown/mobile/DropdownMobileInner.js";
|
|
16
|
+
import "../Dropdown/mobile/DropdownMobileInput.js";
|
|
17
|
+
import "../Dropdown/mobile/DropdownMobileList.js";
|
|
18
|
+
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
19
|
+
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
20
|
+
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
+
import { EComponentSize as X } from "../../enums/EComponentSize.js";
|
|
22
|
+
import { EDropdownAlignment as Y } from "../Dropdown/enums.js";
|
|
23
|
+
import { DatePickerExtendedContext as Z } from "./DatePickerExtendedContext.js";
|
|
24
|
+
import { DatePickerExtendedDropdown as $ } from "./DatePickerExtendedDropdown.js";
|
|
25
|
+
const ee = G.forwardRef((l, r) => {
|
|
26
|
+
const {
|
|
27
|
+
// Dropdown props
|
|
28
|
+
alignment: D = Y.LEFT,
|
|
29
|
+
focusTrapProps: w,
|
|
30
|
+
// Calendar props
|
|
31
|
+
pickType: g,
|
|
32
|
+
format: P,
|
|
33
|
+
defaultViewDate: C,
|
|
34
|
+
onViewChange: h,
|
|
35
|
+
onPageChange: y,
|
|
36
|
+
pickedDate: E,
|
|
37
|
+
limitRange: k,
|
|
38
|
+
markedDays: x,
|
|
39
|
+
disabledDays: R,
|
|
40
|
+
reversedPick: v,
|
|
41
|
+
dayHtmlAttributes: O,
|
|
42
|
+
monthHtmlAttributes: T,
|
|
43
|
+
yearHtmlAttributes: A,
|
|
44
|
+
prevButtonProps: H,
|
|
45
|
+
nextButtonProps: b,
|
|
46
|
+
viewButtonProps: B,
|
|
47
|
+
todayButtonProps: L,
|
|
48
|
+
onDateChange: M,
|
|
49
|
+
// Other
|
|
50
|
+
renderTarget: S,
|
|
51
|
+
renderDropdownHeaderTarget: j,
|
|
52
|
+
onKeyDown: i,
|
|
53
|
+
onMouseDown: a,
|
|
54
|
+
onDropdownOpen: z,
|
|
55
|
+
onDropdownClose: K,
|
|
56
|
+
...V
|
|
57
|
+
} = l, [t, o] = I(!1), s = m(null), c = m(null), d = m(!1);
|
|
58
|
+
J(() => {
|
|
59
|
+
const e = (n) => {
|
|
60
|
+
var f, u;
|
|
61
|
+
!((f = s.current) != null && f.contains(n.target)) && !((u = c.current) != null && u.contains(n.target)) && o(!1);
|
|
62
|
+
};
|
|
63
|
+
if (t)
|
|
64
|
+
return document.addEventListener("mousedown", e), () => {
|
|
65
|
+
document.removeEventListener("mousedown", e);
|
|
66
|
+
};
|
|
67
|
+
d.current = !1;
|
|
68
|
+
}, [t]);
|
|
69
|
+
const _ = (e) => {
|
|
70
|
+
const n = e.code || e.keyCode;
|
|
71
|
+
Q(n, "ESCAPE") && t && o(!1), i == null || i(e);
|
|
72
|
+
}, F = (e) => {
|
|
73
|
+
d.current = !0, a == null || a(e);
|
|
74
|
+
}, N = (e) => /* @__PURE__ */ p(
|
|
75
|
+
W,
|
|
76
|
+
{
|
|
77
|
+
defaultViewDate: C,
|
|
78
|
+
pickedDate: E,
|
|
79
|
+
pickType: g,
|
|
80
|
+
format: P,
|
|
81
|
+
limitRange: k,
|
|
82
|
+
markedDays: x,
|
|
83
|
+
disabledDays: R,
|
|
84
|
+
reversedPick: v,
|
|
85
|
+
adaptiveMode: e,
|
|
86
|
+
onDateChange: U,
|
|
87
|
+
onPageChange: y,
|
|
88
|
+
onViewChange: h,
|
|
89
|
+
dayHtmlAttributes: O,
|
|
90
|
+
monthHtmlAttributes: T,
|
|
91
|
+
yearHtmlAttributes: A,
|
|
92
|
+
prevButtonProps: H,
|
|
93
|
+
nextButtonProps: b,
|
|
94
|
+
viewButtonProps: B,
|
|
95
|
+
todayButtonProps: L
|
|
96
|
+
}
|
|
97
|
+
), U = (e) => {
|
|
98
|
+
o(!1), M(e);
|
|
99
|
+
};
|
|
100
|
+
return /* @__PURE__ */ p(
|
|
101
|
+
"div",
|
|
102
|
+
{
|
|
103
|
+
onKeyDown: _,
|
|
104
|
+
onMouseDown: F,
|
|
105
|
+
...V,
|
|
106
|
+
"data-tx": "1.5.0",
|
|
107
|
+
ref: (e) => {
|
|
108
|
+
s.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
109
|
+
},
|
|
110
|
+
children: /* @__PURE__ */ q(Z.Provider, { value: { dropdownOpen: t, mouseUsedRef: d, setDropdownOpen: o }, children: [
|
|
111
|
+
S(),
|
|
112
|
+
/* @__PURE__ */ p(
|
|
113
|
+
$,
|
|
114
|
+
{
|
|
115
|
+
opened: t,
|
|
116
|
+
size: X.MD,
|
|
117
|
+
alignment: D,
|
|
118
|
+
targetRef: s,
|
|
119
|
+
focusTrapProps: w,
|
|
120
|
+
renderCalendar: N,
|
|
121
|
+
renderHeaderTarget: j,
|
|
122
|
+
setOpened: o,
|
|
123
|
+
onOpen: z,
|
|
124
|
+
onClose: K,
|
|
125
|
+
ref: c
|
|
126
|
+
}
|
|
127
|
+
)
|
|
128
|
+
] })
|
|
129
|
+
}
|
|
130
|
+
);
|
|
131
|
+
});
|
|
132
|
+
ee.displayName = "DatePickerExtended";
|
|
133
|
+
export {
|
|
134
|
+
ee as DatePickerExtended
|
|
135
|
+
};
|
|
136
|
+
//# sourceMappingURL=DatePickerExtended.js.map
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { jsx as e, jsxs as i, Fragment as m } from "react/jsx-runtime";
|
|
2
|
+
import f, { useContext as u } from "react";
|
|
3
|
+
import { n as D } from "../../chunks/vendor-9KVE23Ri.js";
|
|
4
|
+
import { Dropdown as w } from "../Dropdown/Dropdown.js";
|
|
5
|
+
import { DatePickerExtendedContext as x } from "./DatePickerExtendedContext.js";
|
|
6
|
+
import "../Dropdown/mobile/DropdownMobile.js";
|
|
7
|
+
import { DropdownMobileBody as b } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
|
+
import { DropdownMobileClose as k } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
9
|
+
import "../Dropdown/mobile/DropdownMobileFooter.js";
|
|
10
|
+
import { DropdownMobileHeader as M } from "../Dropdown/mobile/DropdownMobileHeader.js";
|
|
11
|
+
import "../Dropdown/mobile/DropdownMobileInner.js";
|
|
12
|
+
import "../Dropdown/mobile/DropdownMobileInput.js";
|
|
13
|
+
import "../Dropdown/mobile/DropdownMobileList.js";
|
|
14
|
+
import "../Dropdown/mobile/DropdownMobileListItem.js";
|
|
15
|
+
import "../Loader/LoaderSmall/LoaderSmall.js";
|
|
16
|
+
import "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
17
|
+
const h = "datePickerExtendedMobileDropdown__f46d6c9c", E = {
|
|
18
|
+
datePickerExtendedMobileDropdown: h
|
|
19
|
+
}, C = f.forwardRef(
|
|
20
|
+
(d, c) => {
|
|
21
|
+
const { children: P, targetRef: o, setOpened: a, renderHeaderTarget: p, renderCalendar: t, focusTrapProps: r, ...s } = d, { mouseUsedRef: n, setDropdownOpen: l } = u(x);
|
|
22
|
+
return /* @__PURE__ */ e(
|
|
23
|
+
w,
|
|
24
|
+
{
|
|
25
|
+
role: "dialog",
|
|
26
|
+
"aria-modal": "true",
|
|
27
|
+
targetRef: o,
|
|
28
|
+
mobileViewProps: {
|
|
29
|
+
children: /* @__PURE__ */ i(m, { children: [
|
|
30
|
+
/* @__PURE__ */ i(M, { children: [
|
|
31
|
+
p(),
|
|
32
|
+
/* @__PURE__ */ e(k, { onClick: () => l(!1) })
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ e(b, { children: t(!0) })
|
|
35
|
+
] }),
|
|
36
|
+
className: E.datePickerExtendedMobileDropdown
|
|
37
|
+
},
|
|
38
|
+
setOpened: a,
|
|
39
|
+
...s,
|
|
40
|
+
ref: c,
|
|
41
|
+
children: /* @__PURE__ */ e(
|
|
42
|
+
D.FocusTrap,
|
|
43
|
+
{
|
|
44
|
+
...r,
|
|
45
|
+
focusTrapOptions: {
|
|
46
|
+
clickOutsideDeactivates: !0,
|
|
47
|
+
fallbackFocus: o.current,
|
|
48
|
+
initialFocus: !n.current && void 0,
|
|
49
|
+
returnFocusOnDeactivate: !n.current,
|
|
50
|
+
...r == null ? void 0 : r.focusTrapOptions
|
|
51
|
+
},
|
|
52
|
+
children: /* @__PURE__ */ e("div", { role: "presentation", children: t(!1) })
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
);
|
|
59
|
+
C.displayName = "DatePickerExtendedDropdown";
|
|
60
|
+
export {
|
|
61
|
+
C as DatePickerExtendedDropdown
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=DatePickerExtendedDropdown.js.map
|
|
@@ -3,11 +3,11 @@ import { DesignTokensCore as m } 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 { j as l } from "../../chunks/vendor-9KVE23Ri.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.5.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],
|
|
@@ -1,140 +1,161 @@
|
|
|
1
1
|
import { ETriplexNextTheme as o } from "../ThemeProvider/ETriplexNextTheme.js";
|
|
2
2
|
import { GetTokensValueByTheme as r } from "./GetTokensValueByTheme.js";
|
|
3
3
|
import { Button_Tokens as e } from "./components/Button.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
4
|
+
import { Calendar_Tokens as t } from "./components/Calendar.js";
|
|
5
|
+
import { Checkbox_Tokens as m } from "./components/Checkbox.js";
|
|
6
|
+
import { FormField_Tokens as T } from "./components/FormField.js";
|
|
7
|
+
import { Link_Tokens as n } from "./components/Link.js";
|
|
8
|
+
import { Tabs_Tokens as i } from "./components/Tabs.js";
|
|
9
|
+
import { TabsLine_Tokens as s } from "./components/TabsLine.js";
|
|
10
|
+
import { Loader_Tokens as p } from "./components/Loader.js";
|
|
11
|
+
import { LoaderScreen_Tokens as L } from "./components/LoaderScreen.js";
|
|
12
|
+
import { Radio_Tokens as a } from "./components/Radio.js";
|
|
12
13
|
import { Typography_Tokens as k } from "./components/Typography.js";
|
|
13
|
-
import { Tooltip_Tokens as
|
|
14
|
-
import { AlertContext_Tokens as
|
|
15
|
-
import { AlertProcess_Tokens as
|
|
16
|
-
import { Divider_Tokens as
|
|
17
|
-
import { Dropdown_Tokens as
|
|
18
|
-
import { DropdownList_Tokens as
|
|
19
|
-
import { DropdownMobile_Tokens as
|
|
20
|
-
import { DropdownMobileList_Tokens as
|
|
14
|
+
import { Tooltip_Tokens as I } from "./components/Tooltip.js";
|
|
15
|
+
import { AlertContext_Tokens as f } from "./components/AlertContext.js";
|
|
16
|
+
import { AlertProcess_Tokens as H } from "./components/AlertProcess.js";
|
|
17
|
+
import { Divider_Tokens as G } from "./components/Divider.js";
|
|
18
|
+
import { Dropdown_Tokens as _ } from "./components/Dropdown.js";
|
|
19
|
+
import { DropdownList_Tokens as d } from "./components/DropdownList.js";
|
|
20
|
+
import { DropdownMobile_Tokens as l } from "./components/DropdownMobile.js";
|
|
21
|
+
import { DropdownMobileList_Tokens as S } from "./components/DropdownMobileList.js";
|
|
21
22
|
import { Overlay_Tokens as g } from "./components/Overlay.js";
|
|
22
|
-
import { ListItem_Tokens as
|
|
23
|
-
import { ListItemControlsButton_Tokens as
|
|
24
|
-
import { ListMaster_Tokens as
|
|
25
|
-
import { Marker_Tokens as
|
|
26
|
-
import { MarkerStatus_Tokens as
|
|
27
|
-
import {
|
|
28
|
-
import { UploadZone_Tokens as P } from "./components/UploadZone.js";
|
|
23
|
+
import { ListItem_Tokens as c } from "./components/ListItem.js";
|
|
24
|
+
import { ListItemControlsButton_Tokens as C } from "./components/ListItemControlsButton.js";
|
|
25
|
+
import { ListMaster_Tokens as M } from "./components/ListMaster.js";
|
|
26
|
+
import { Marker_Tokens as b } from "./components/Marker.js";
|
|
27
|
+
import { MarkerStatus_Tokens as u } from "./components/MarkerStatus.js";
|
|
28
|
+
import { UploadZone_Tokens as D } from "./components/UploadZone.js";
|
|
29
29
|
import { Pagination_Tokens as h } from "./components/Pagination.js";
|
|
30
30
|
import { Card_Tokens as w } from "./components/Card.js";
|
|
31
|
-
import { Skeleton_Tokens as
|
|
32
|
-
import { SegmentedControl_Tokens as
|
|
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
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
|
|
31
|
+
import { Skeleton_Tokens as x } from "./components/Skeleton.js";
|
|
32
|
+
import { SegmentedControl_Tokens as B } from "./components/SegmentedControl.js";
|
|
33
|
+
import { SegmentedControlSegment_Tokens as P } from "./components/SegmentedControlSegment.js";
|
|
34
|
+
import { Stepper_Tokens as y } from "./components/Stepper.js";
|
|
35
|
+
import { HeaderPage_Tokens as A } from "./components/HeaderPage.js";
|
|
36
|
+
import { FooterPage_Tokens as F } from "./components/FooterPage.js";
|
|
37
|
+
import { Island_Tokens as v } from "./components/Island.js";
|
|
38
|
+
import { IslandAccordion_Tokens as N } from "./components/IslandAccordion.js";
|
|
39
|
+
import { TableBasic_Tokens as O } from "./components/TableBasic.js";
|
|
40
|
+
import { Chip_Tokens as R } from "./components/Chip.js";
|
|
41
|
+
import { LightBox_Tokens as U } from "./components/LightBox.js";
|
|
42
|
+
import { Tag_Tokens as W } from "./components/Tag.js";
|
|
43
|
+
import { Notification_Tokens as Z } from "./components/Notification.js";
|
|
44
|
+
import { SMSInput_Tokens as E } from "./components/SMSInput.js";
|
|
45
|
+
import { StatusTracker_Tokens as V } from "./components/StatusTracker.js";
|
|
46
|
+
import { Step_Tokens as j } from "./components/Step.js";
|
|
47
|
+
import { ModalWindow_Tokens as q } from "./components/ModalWindow.js";
|
|
48
|
+
const Wo = {
|
|
43
49
|
AlertContext: r(
|
|
44
50
|
o.LIGHT,
|
|
45
|
-
|
|
51
|
+
f
|
|
46
52
|
),
|
|
47
53
|
AlertProcess: r(
|
|
48
54
|
o.LIGHT,
|
|
49
|
-
|
|
55
|
+
H
|
|
50
56
|
),
|
|
51
57
|
Button: r(o.LIGHT, e),
|
|
58
|
+
Calendar: r(o.LIGHT, t),
|
|
52
59
|
Card: r(o.LIGHT, w),
|
|
53
|
-
Checkbox: r(o.LIGHT,
|
|
54
|
-
Chip: r(o.LIGHT,
|
|
55
|
-
Divider: r(o.LIGHT,
|
|
56
|
-
Dropdown: r(o.LIGHT,
|
|
60
|
+
Checkbox: r(o.LIGHT, m),
|
|
61
|
+
Chip: r(o.LIGHT, R),
|
|
62
|
+
Divider: r(o.LIGHT, G),
|
|
63
|
+
Dropdown: r(o.LIGHT, _),
|
|
57
64
|
DropdownList: r(
|
|
58
65
|
o.LIGHT,
|
|
59
|
-
|
|
66
|
+
d
|
|
60
67
|
),
|
|
61
68
|
DropdownMobile: r(
|
|
62
69
|
o.LIGHT,
|
|
63
|
-
|
|
70
|
+
l
|
|
64
71
|
),
|
|
65
72
|
DropdownMobileList: r(
|
|
66
73
|
o.LIGHT,
|
|
67
|
-
|
|
74
|
+
S
|
|
68
75
|
),
|
|
69
76
|
FooterPage: r(
|
|
70
77
|
o.LIGHT,
|
|
71
|
-
|
|
78
|
+
F
|
|
72
79
|
),
|
|
73
|
-
FormField: r(o.LIGHT,
|
|
80
|
+
FormField: r(o.LIGHT, T),
|
|
74
81
|
HeaderPage: r(
|
|
75
82
|
o.LIGHT,
|
|
76
|
-
|
|
83
|
+
A
|
|
84
|
+
),
|
|
85
|
+
Island: r(o.LIGHT, v),
|
|
86
|
+
IslandAccordion: r(
|
|
87
|
+
o.LIGHT,
|
|
88
|
+
N
|
|
77
89
|
),
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
ListItem: r(o.LIGHT, C),
|
|
90
|
+
Link: r(o.LIGHT, n),
|
|
91
|
+
ListItem: r(o.LIGHT, c),
|
|
81
92
|
ListItemControlsButton: r(
|
|
82
93
|
o.LIGHT,
|
|
83
|
-
|
|
94
|
+
C
|
|
84
95
|
),
|
|
85
96
|
ListMaster: r(
|
|
86
97
|
o.LIGHT,
|
|
87
|
-
|
|
98
|
+
M
|
|
88
99
|
),
|
|
89
|
-
Loader: r(o.LIGHT,
|
|
100
|
+
Loader: r(o.LIGHT, p),
|
|
90
101
|
LoaderScreen: r(
|
|
91
102
|
o.LIGHT,
|
|
92
|
-
|
|
103
|
+
L
|
|
93
104
|
),
|
|
94
|
-
Marker: r(o.LIGHT,
|
|
105
|
+
Marker: r(o.LIGHT, b),
|
|
95
106
|
MarkerStatus: r(
|
|
96
107
|
o.LIGHT,
|
|
97
|
-
|
|
108
|
+
u
|
|
98
109
|
),
|
|
99
110
|
Overlay: r(o.LIGHT, g),
|
|
100
|
-
Page: r(o.LIGHT, M),
|
|
101
111
|
Pagination: r(
|
|
102
112
|
o.LIGHT,
|
|
103
113
|
h
|
|
104
114
|
),
|
|
105
|
-
Radio: r(o.LIGHT,
|
|
115
|
+
Radio: r(o.LIGHT, a),
|
|
106
116
|
SegmentedControl: r(
|
|
107
117
|
o.LIGHT,
|
|
108
|
-
|
|
118
|
+
B
|
|
109
119
|
),
|
|
110
120
|
SegmentedControlSegment: r(
|
|
111
121
|
o.LIGHT,
|
|
112
|
-
|
|
122
|
+
P
|
|
113
123
|
),
|
|
114
|
-
Skeleton: r(o.LIGHT,
|
|
115
|
-
|
|
124
|
+
Skeleton: r(o.LIGHT, x),
|
|
125
|
+
SMSInput: r(o.LIGHT, E),
|
|
126
|
+
Step: r(o.LIGHT, j),
|
|
127
|
+
Stepper: r(o.LIGHT, y),
|
|
116
128
|
TableBasic: r(
|
|
117
129
|
o.LIGHT,
|
|
118
|
-
|
|
130
|
+
O
|
|
119
131
|
),
|
|
120
|
-
Tabs: r(o.LIGHT,
|
|
121
|
-
Tag: r(o.LIGHT,
|
|
122
|
-
TabsLine: r(o.LIGHT,
|
|
123
|
-
Tooltip: r(o.LIGHT,
|
|
132
|
+
Tabs: r(o.LIGHT, i),
|
|
133
|
+
Tag: r(o.LIGHT, W),
|
|
134
|
+
TabsLine: r(o.LIGHT, s),
|
|
135
|
+
Tooltip: r(o.LIGHT, I),
|
|
124
136
|
Typography: r(
|
|
125
137
|
o.LIGHT,
|
|
126
138
|
k
|
|
127
139
|
),
|
|
128
140
|
UploadZone: r(
|
|
129
141
|
o.LIGHT,
|
|
130
|
-
|
|
142
|
+
D
|
|
131
143
|
),
|
|
144
|
+
LightBox: r(o.LIGHT, U),
|
|
132
145
|
Notification: r(
|
|
133
146
|
o.LIGHT,
|
|
134
|
-
|
|
147
|
+
Z
|
|
148
|
+
),
|
|
149
|
+
StatusTracker: r(
|
|
150
|
+
o.LIGHT,
|
|
151
|
+
V
|
|
152
|
+
),
|
|
153
|
+
ModalWindow: r(
|
|
154
|
+
o.LIGHT,
|
|
155
|
+
q
|
|
135
156
|
)
|
|
136
157
|
};
|
|
137
158
|
export {
|
|
138
|
-
|
|
159
|
+
Wo as DesignTokensComponents
|
|
139
160
|
};
|
|
140
161
|
//# sourceMappingURL=DesignTokensComponents.js.map
|