@sberbusiness/triplex-next 0.14.1 → 0.16.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-BfExIHyf.js +39 -0
- package/chunks/{CalendarViewItem-bjlzO6fA.js → CalendarViewItem-DjDlwsr-.js} +18 -18
- package/chunks/Card.module-BDhkqA-1.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DvYrGq2d.js +14 -0
- package/chunks/{Chip-BjcDj2XE.js → Chip-Is4KDVHc.js} +3 -3
- package/chunks/Confirm.module-DJgmkdgX.js +15 -0
- package/chunks/{DropdownListItem-BByGOD7_.js → DropdownListItem-BdSacGyt.js} +21 -21
- package/chunks/DropdownMobile.module-04Mon9FN.js +23 -0
- package/chunks/Footer.module-B0GfNisY.js +9 -0
- package/chunks/FormFieldInput-DDUEO0k6.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-BvdGzIVf.js +9 -0
- package/chunks/HeaderTabs.module-COsRYfxE.js +9 -0
- package/chunks/{HeaderTitle.module-Aa8Ayziq.js → HeaderTitle.module-LN1Fj13p.js} +2 -2
- package/chunks/IslandAccordion.module-GnMVxP0n.js +25 -0
- package/chunks/IslandWidgetFooter.module-Cvl5d8YC.js +9 -0
- package/chunks/IslandWidgetHeader.module-JkauVtWn.js +12 -0
- package/chunks/{LightBoxContent-B5TEJXI-.js → LightBoxContent-CN7SmRwX.js} +13 -13
- package/chunks/LightBoxControls.module-koLoz_-f.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6FP9Ulx.js +8 -0
- package/chunks/{ListItemControlsButton-BQWXaAf7.js → ListItemControlsButton-CgrHz7BO.js} +3 -3
- package/chunks/ListItemTail.module-DNRGTk64.js +12 -0
- package/chunks/ListMasterFooter.module-iy5cZxzC.js +10 -0
- package/chunks/ModalWindow.module-boLwaSVC.js +17 -0
- package/chunks/Notification.module-6l7KFShv.js +21 -0
- package/chunks/Overlay.module-COWWNc0T.js +18 -0
- package/chunks/Page.module-UL2Y8-XU.js +11 -0
- package/chunks/{RightBorderArrow-BjcGiO4Y.js → RightBorderArrow-B47Am4iB.js} +9 -9
- package/chunks/SMSField.module-BGqA-NcR.js +16 -0
- package/chunks/SliderExtendedMarks.module-CrvLHlu0.js +15 -0
- package/chunks/{SliderExtendedRail-DHe0BU85.js → SliderExtendedRail-C_eWUceV.js} +6 -6
- package/chunks/StatusTracker.module-BIpb3AbV.js +24 -0
- package/chunks/SuggestFieldMobileDropdownHint-C_9OyUAk.js +14 -0
- package/chunks/TableFooter.module-DpjOyrUF.js +14 -0
- package/chunks/TabsExtended.module-hRiksHlb.js +16 -0
- package/chunks/TabsLine.module-3hdH-7s8.js +21 -0
- package/chunks/TooltipDesktop.module-BQ_-qhMK.js +19 -0
- package/chunks/TreeView.module-BHzh1VmC.js +9 -0
- package/chunks/UploadZoneInput--8r5kxhe.js +33 -0
- package/chunks/constants-BY1BSJmu.js +57 -0
- package/chunks/{utils-DQttOWML.js → utils-Bg2bllE8.js} +9 -9
- package/chunks/utils-e1nAN4Kk.js +20 -0
- package/chunks/utils-rqbzWAF8.js +24 -0
- package/chunks/utils-zNOBXKDX.js +73 -0
- package/chunks/{vendor-CalMVkfj.js → vendor-DE8Zvm0w.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +4 -4
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +26 -26
- package/components/Avatar/Avatar.js +14 -14
- package/components/Badge/Badge.js +30 -0
- package/components/Badge/BadgeDot.js +15 -0
- package/components/Badge/components/BadgeContent.js +35 -0
- package/components/Badge/components/BadgePostfix.js +14 -0
- package/components/Badge/components/BadgePrefix.js +10 -0
- package/components/Badge/index.js +5 -0
- package/components/Badge/types.js +2 -0
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +36 -36
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +24 -24
- package/components/Button/ButtonDropdownExtended.js +6 -6
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +6 -6
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +12 -12
- 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 +5 -5
- package/components/Checkbox/Checkbox.js +16 -16
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +51 -42
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +7 -7
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +16 -16
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentSubTitle.js +5 -5
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DateField/DateFieldTarget.js +29 -28
- package/components/DatePickerExtended/DatePickerExtended.js +7 -7
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +8 -8
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/DesignTokensComponents.js +88 -86
- package/components/DesignTokens/DesignTokensComponentsThemeDark.js +92 -90
- package/components/DesignTokens/components/Badge.js +9 -0
- package/components/DesignTokens/components/Dropdown.js +3 -3
- package/components/DesignTokens/components/DropdownMobileList.js +2 -2
- package/components/DesignTokens/components/Typography.js +35 -2
- package/components/DesignTokens/components/index.js +150 -147
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -69
- 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 +35 -35
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +9 -9
- package/components/ExpandAnimation/ExpandAnimation.js +20 -20
- package/components/ExpandAnimation/index.js +5 -0
- 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 +79 -75
- package/components/FormField/components/FormFieldClear.js +10 -10
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +8 -8
- package/components/FormField/components/FormFieldMaskedInput.js +17 -17
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +4 -4
- 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 +37 -36
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +87 -72
- package/components/IslandWidget/IslandWidget.js +68 -37
- package/components/IslandWidget/IslandWidgetContext.js +5 -5
- package/components/IslandWidget/IslandWidgetLayoutContext.js +10 -0
- package/components/IslandWidget/components/IslandWidgetBody.js +7 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +3 -3
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +28 -10
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +21 -22
- 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 +70 -72
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/index.js +0 -2
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/index.js +0 -2
- package/components/Link/Link.js +28 -28
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +3 -3
- package/components/List/components/ListItemSelectable.js +11 -11
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +2 -2
- 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 +2 -2
- 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 +8 -8
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +10 -10
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +6 -6
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +13 -13
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/Pagination.js +4 -4
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +26 -30
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +5 -5
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +5 -5
- package/components/SegmentedControl/SegmentedControlSegment.js +9 -9
- package/components/SelectExtendedField/SelectExtendedField.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +5 -5
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +5 -5
- package/components/Skeleton/Skeleton.js +7 -7
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +2 -2
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +6 -6
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +8 -8
- 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 +8 -8
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -8
- package/components/Step/Step.js +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/Suggest.js +52 -89
- package/components/Suggest/SuggestContext.js +4 -7
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/Suggest/useSuggest.js +64 -0
- package/components/SuggestField/SuggestField.js +44 -47
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +132 -133
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +5 -5
- package/components/SuggestField/index.js +8 -10
- package/components/SuggestField/mobile/SuggestFieldMobile.js +94 -75
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +26 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +4 -4
- package/components/SuggestField/mobile/index.js +4 -6
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- 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 +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +3 -3
- package/components/Table/TabsLinePanelLinks.js +6 -6
- 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 +19 -19
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +9 -9
- package/components/Tag/Tag.js +18 -18
- package/components/TagColor/TagColor.js +18 -18
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextField/TextFieldBase.js +25 -30
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +10 -10
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +40 -42
- package/components/Typography/Text.js +44 -46
- package/components/Typography/Title.js +40 -42
- package/components/Typography/constants.js +6 -0
- package/components/Typography/enums.js +9 -8
- package/components/Typography/index.js +15 -16
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +12 -12
- 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 +532 -533
- package/index.d.ts +108 -117
- package/index.js +576 -577
- package/package.json +9 -1
- package/styles/triplex-next.css +546 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +0 -39
- package/chunks/Card.module-BLsCGNSy.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +0 -14
- package/chunks/Confirm.module-CzudnAyq.js +0 -15
- package/chunks/DropdownMobile.module-DOLon8EA.js +0 -23
- package/chunks/Footer.module-BVFglVCT.js +0 -9
- package/chunks/FormFieldInput-CXE2lpa2.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +0 -9
- package/chunks/HeaderTabs.module-BD-cjJN0.js +0 -9
- package/chunks/IslandAccordion.module-DuBXHdTP.js +0 -25
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +0 -9
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +0 -9
- package/chunks/LightBoxControls.module-4BsaXW9O.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +0 -8
- package/chunks/ListItemTail.module-Dqje1Ta9.js +0 -12
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +0 -10
- package/chunks/ModalWindow.module-BhRZeAo8.js +0 -17
- package/chunks/Notification.module-DwrRfWOt.js +0 -21
- package/chunks/Overlay.module-B6CO6ER3.js +0 -18
- package/chunks/Page.module-DkHondpd.js +0 -11
- package/chunks/SMSField.module-CDTpuKgF.js +0 -16
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +0 -15
- package/chunks/StatusTracker.module-DkISSFNd.js +0 -24
- package/chunks/SuggestFieldMobileDropdownHint-BM9lOqXe.js +0 -15
- package/chunks/TableFooter.module-zu7cE58N.js +0 -14
- package/chunks/TabsExtended.module-CKJx5gTC.js +0 -16
- package/chunks/TabsLine.module-dWFH4Lb0.js +0 -21
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +0 -19
- package/chunks/TreeView.module-CBWqJQ3g.js +0 -9
- package/chunks/UploadZoneInput-DgPYo5Ct.js +0 -33
- package/chunks/utils-D6gsTR6V.js +0 -73
- package/chunks/utils-DXZkhXsb.js +0 -24
- package/chunks/utils-Ds7Etruz.js +0 -20
- package/chunks/utils-QtOC5s-T.js +0 -36
- package/components/LightBox/LightBoxSideOverlay/enums.js +0 -5
- package/components/SuggestField/SuggestFieldTarget.js +0 -70
- package/components/SuggestField/SuggestFieldTargetPostfix.js +0 -28
- package/components/SuggestField/mobile/SuggestFieldMobileTarget.js +0 -30
- package/components/Typography/utils.js +0 -6
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { MobileView as
|
|
5
|
-
const k = "
|
|
2
|
+
import n from "react";
|
|
3
|
+
import { c as l } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { MobileView as a } from "../../../MobileView/MobileView.js";
|
|
5
|
+
const k = "tooltipLink__196a6324", r = "desktop__19579d94", m = "mobile__0c6351a2", o = {
|
|
6
6
|
tooltipLink: k,
|
|
7
7
|
desktop: r,
|
|
8
8
|
mobile: m
|
|
9
|
-
},
|
|
10
|
-
({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(
|
|
9
|
+
}, c = n.forwardRef(
|
|
10
|
+
({ children: i, className: e, ...p }, s) => /* @__PURE__ */ t(a, { fallback: /* @__PURE__ */ t(
|
|
11
11
|
"a",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
13
|
+
className: l(o.tooltipLink, o.desktop, e),
|
|
14
14
|
...p,
|
|
15
|
-
"data-tx": "0.
|
|
15
|
+
"data-tx": "0.16.0",
|
|
16
16
|
ref: s,
|
|
17
17
|
children: i
|
|
18
18
|
}
|
|
19
19
|
), children: /* @__PURE__ */ t(
|
|
20
20
|
"a",
|
|
21
21
|
{
|
|
22
|
-
className:
|
|
22
|
+
className: l(o.tooltipLink, o.mobile, e),
|
|
23
23
|
...p,
|
|
24
|
-
"data-tx": "0.
|
|
24
|
+
"data-tx": "0.16.0",
|
|
25
25
|
ref: s,
|
|
26
26
|
children: i
|
|
27
27
|
}
|
|
28
28
|
) })
|
|
29
29
|
);
|
|
30
|
-
|
|
30
|
+
c.displayName = "TooltipLink";
|
|
31
31
|
export {
|
|
32
|
-
|
|
32
|
+
c as TooltipLink
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=TooltipLink.js.map
|
|
@@ -3,7 +3,7 @@ import { useContext as m } from "react";
|
|
|
3
3
|
import { CrossStrokeSrvIcon16 as n } from "@sberbusiness/icons-next";
|
|
4
4
|
import { TooltipContext as i } from "../../TootlipContext.js";
|
|
5
5
|
import { ButtonIcon as a } from "../../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as l } from "../../../../chunks/TooltipDesktop.module-
|
|
6
|
+
import { s as l } from "../../../../chunks/TooltipDesktop.module-BQ_-qhMK.js";
|
|
7
7
|
const I = ({ onClick: o, ...s }) => {
|
|
8
8
|
const { setTooltipOpen: p } = m(i), e = (t) => {
|
|
9
9
|
t.stopPropagation(), p(!1), o == null || o(t);
|
|
@@ -3,13 +3,13 @@ var _ = (p, a, i) => a in p ? H(p, a, { enumerable: !0, configurable: !0, writab
|
|
|
3
3
|
var t = (p, a, i) => _(p, typeof a != "symbol" ? a + "" : a, i);
|
|
4
4
|
import { jsxs as S, Fragment as P, jsx as x } from "react/jsx-runtime";
|
|
5
5
|
import O from "react";
|
|
6
|
-
import { i as M, c as $ } from "../../../../../chunks/vendor-
|
|
6
|
+
import { i as M, c as $ } from "../../../../../chunks/vendor-DE8Zvm0w.js";
|
|
7
7
|
import { TooltipContext as X } from "../../../TootlipContext.js";
|
|
8
8
|
import { Portal as Y } from "../../../../Portal/Portal.js";
|
|
9
9
|
import { ETooltipPreferPlace as u, ETooltipDirection as B, ETooltipAlign as z, ETooltipFlowTypes as I, ETooltipSizeParameter as r, ETooltipTypeName as C, ETooltipEndCoordinates as N, ETooltipStartCoordinates as R, ETooltipAxesType as G, ETooltipSize as U } from "../../../enums.js";
|
|
10
10
|
import { TooltipDesktopTip as V } from "./TooltipDesktopTip.js";
|
|
11
11
|
import { pickZone as j, axes as q, calcRelPos as K, centerOfBoundsFromBounds as Z, calcBounds as L, equalCoords as J } from "../../../utils/Positioning.js";
|
|
12
|
-
import { s as f } from "../../../../../chunks/TooltipDesktop.module-
|
|
12
|
+
import { s as f } from "../../../../../chunks/TooltipDesktop.module-BQ_-qhMK.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
|
-
import { c } from "../../../../../chunks/vendor-
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
4
|
+
import { c } from "../../../../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-BQ_-qhMK.js";
|
|
6
6
|
const m = a.forwardRef((r, i) => {
|
|
7
7
|
const { direction: s } = r;
|
|
8
8
|
let o;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as r, Fragment as b, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as f, useRef as u, useEffect as M } from "react";
|
|
3
3
|
import { TooltipContext as C } from "../../TootlipContext.js";
|
|
4
4
|
import { Portal as B } from "../../../Portal/Portal.js";
|
|
5
5
|
import { DropdownMobile as _ } from "../../../Dropdown/mobile/DropdownMobile.js";
|
|
6
6
|
import { DropdownMobileBody as x } from "../../../Dropdown/mobile/DropdownMobileBody.js";
|
|
7
7
|
import { TooltipMobileCloseButton as h } from "./components/TooltipMobileCloseButton.js";
|
|
8
|
-
import { c as y } from "../../../../chunks/vendor-
|
|
9
|
-
const N = "
|
|
8
|
+
import { c as y } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
9
|
+
const N = "tooltipMobile__51bd954f", T = "tooltipMobileContent__158c27b2", g = "headerless__53fe9f3d", H = "closeButton__a9857674", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -21,7 +21,7 @@ const N = "tooltipMobile__8aae9116", T = "tooltipMobileContent__bd0ec503", g = "
|
|
|
21
21
|
onShow: l,
|
|
22
22
|
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements: o, setTooltipOpen:
|
|
24
|
+
const { elements: o, setTooltipOpen: p } = f(C), i = u(null), a = y(e.tooltipMobile, { [e.headerless]: o.mobileHeader === null }, c);
|
|
25
25
|
M(() => {
|
|
26
26
|
t && (l == null || l(i.current));
|
|
27
27
|
}, [t]);
|
|
@@ -34,10 +34,10 @@ const N = "tooltipMobile__8aae9116", T = "tooltipMobileContent__bd0ec503", g = "
|
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
37
|
-
className:
|
|
37
|
+
className: a,
|
|
38
38
|
tabIndex: -1,
|
|
39
39
|
opened: t,
|
|
40
|
-
setOpened:
|
|
40
|
+
setOpened: p,
|
|
41
41
|
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
1
|
+
import { jsx as a, jsxs as b, Fragment as B } from "react/jsx-runtime";
|
|
2
2
|
import { useState as y, useRef as g, useEffect as C } from "react";
|
|
3
3
|
import { EOverlayDirection as R } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
|
-
import { c as S, F as j } from "../../chunks/vendor-
|
|
6
|
-
const D = "
|
|
5
|
+
import { c as S, F as j } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
6
|
+
const D = "topOverlayMask__ac8d72d8", E = "topOverlayWrapper__53b208a4", A = "closing__f05a664d", V = "opened__f700df2b", $ = "topOverlayPanel__1225c056", q = "topOverlay__85867488", t = {
|
|
7
7
|
topOverlayMask: D,
|
|
8
8
|
topOverlayWrapper: E,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const D = "topOverlayMask__9ea04184", E = "topOverlayWrapper__c0915d78", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W,
|
|
21
|
+
const [W, d] = y(!1), [x, u] = y(!1), [f, c] = y(0), p = g(e), s = g(null), m = () => {
|
|
22
22
|
if (s.current) {
|
|
23
23
|
const r = getComputedStyle(s.current).getPropertyValue("--lightBox-screen-top") || "0", i = s.current.getBoundingClientRect();
|
|
24
24
|
i.top < 0 ? c(
|
|
@@ -29,21 +29,21 @@ const D = "topOverlayMask__9ea04184", E = "topOverlayWrapper__c0915d78", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
m(),
|
|
32
|
+
m(), u(!0), n == null || n();
|
|
33
33
|
};
|
|
34
34
|
C(() => {
|
|
35
|
-
p.current && !e ?
|
|
35
|
+
p.current && !e ? d(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
|
-
|
|
39
|
-
}, T = () =>
|
|
38
|
+
d(!1), c(0), l == null || l();
|
|
39
|
+
}, T = () => u(!1), F = (r) => /* @__PURE__ */ b(B, { children: [
|
|
40
40
|
/* @__PURE__ */ a(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ a(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
43
43
|
}, P = S(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
|
-
}),
|
|
46
|
+
}), I = /* @__PURE__ */ a(
|
|
47
47
|
O,
|
|
48
48
|
{
|
|
49
49
|
onClose: M,
|
|
@@ -73,7 +73,7 @@ const D = "topOverlayMask__9ea04184", E = "topOverlayWrapper__c0915d78", A = "cl
|
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
75
|
style: f ? { top: `${f}px` } : void 0,
|
|
76
|
-
children:
|
|
76
|
+
children: I
|
|
77
77
|
}
|
|
78
78
|
)
|
|
79
79
|
}
|
|
@@ -9,8 +9,8 @@ import { TreeViewContext as l } from "./TreeViewContext.js";
|
|
|
9
9
|
import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
|
-
import { c as v } from "../../chunks/vendor-
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
12
|
+
import { c as v } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-BHzh1VmC.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-BHzh1VmC.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -6,8 +6,8 @@ import l from "react";
|
|
|
6
6
|
import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewContext.js";
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
|
-
import { c as w } from "../../../chunks/vendor-
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
9
|
+
import { c as w } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-BHzh1VmC.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,54 +1,52 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import {
|
|
5
|
-
import { t
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
c1:
|
|
11
|
-
c2:
|
|
12
|
-
d1:
|
|
13
|
-
},
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
[e.
|
|
19
|
-
[e.
|
|
20
|
-
},
|
|
1
|
+
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
+
import S from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ECaptionSize as a, EFontWeightCaption as e, EFontType as T } from "./enums.js";
|
|
5
|
+
import { t, F as b } from "../../chunks/constants-BY1BSJmu.js";
|
|
6
|
+
const g = "caption__8a1eb6d1", C = "regular__1b6a2014", y = "semibold__8016e5b6", M = "c1__ece6d81b", R = "c2__f4f8503e", N = "d1__f76d4ebe", o = {
|
|
7
|
+
caption: g,
|
|
8
|
+
regular: C,
|
|
9
|
+
semibold: y,
|
|
10
|
+
c1: M,
|
|
11
|
+
c2: R,
|
|
12
|
+
d1: N
|
|
13
|
+
}, L = {
|
|
14
|
+
[a.C1]: o.c1,
|
|
15
|
+
[a.C2]: o.c2,
|
|
16
|
+
[a.D1]: o.d1
|
|
17
|
+
}, O = {
|
|
18
|
+
[e.REGULAR]: o.regular,
|
|
19
|
+
[e.SEMIBOLD]: o.semibold
|
|
20
|
+
}, u = S.forwardRef(
|
|
21
21
|
({
|
|
22
|
-
children:
|
|
23
|
-
className:
|
|
24
|
-
size:
|
|
25
|
-
tag:
|
|
22
|
+
children: _,
|
|
23
|
+
className: r,
|
|
24
|
+
size: n,
|
|
25
|
+
tag: p,
|
|
26
|
+
weight: i = e.REGULAR,
|
|
26
27
|
type: m = T.PRIMARY,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
s.typography,
|
|
28
|
+
underline: c,
|
|
29
|
+
strikethrough: s,
|
|
30
|
+
...l
|
|
31
|
+
}, d) => {
|
|
32
|
+
const A = f(
|
|
33
|
+
t.typography,
|
|
34
34
|
o.caption,
|
|
35
|
-
|
|
35
|
+
L[n],
|
|
36
|
+
O[i],
|
|
36
37
|
b[m],
|
|
37
|
-
F[l],
|
|
38
38
|
{
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
39
|
+
[t.strikethrough]: !!s && !c,
|
|
40
|
+
[t.underline]: !!c && !s,
|
|
41
|
+
[t.underlineStrikethrough]: !!s && !!c
|
|
42
42
|
},
|
|
43
|
-
|
|
43
|
+
r
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ E(p || "span", { ref: d, className: A, ...l, children: _ });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
u.displayName = "Caption";
|
|
49
49
|
export {
|
|
50
|
-
|
|
51
|
-
A as mapCaptionSizeToCssClass,
|
|
52
|
-
F as mapFontWeightTextToCssClass
|
|
50
|
+
u as Caption
|
|
53
51
|
};
|
|
54
52
|
//# sourceMappingURL=Caption.js.map
|
|
@@ -1,62 +1,60 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as
|
|
5
|
-
import { t as
|
|
6
|
-
const
|
|
7
|
-
text:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
b1:
|
|
11
|
-
b2:
|
|
12
|
-
b3:
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
+
import S from "react";
|
|
3
|
+
import { c as x } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as a, EFontType as L } from "./enums.js";
|
|
5
|
+
import { t as e, F as N } from "../../chunks/constants-BY1BSJmu.js";
|
|
6
|
+
const O = "text__930e36b8", R = "regular__1b6a2014", g = "semibold__8016e5b6", y = "b1__6de56066", d = "b2__7308c2f8", f = "b3__ea99c45a", P = "compact__c609a4c0", C = "b4__173de6e6", t = {
|
|
7
|
+
text: O,
|
|
8
|
+
regular: R,
|
|
9
|
+
semibold: g,
|
|
10
|
+
b1: y,
|
|
11
|
+
b2: d,
|
|
12
|
+
b3: f,
|
|
13
|
+
compact: P,
|
|
14
|
+
b4: C
|
|
15
|
+
}, u = {
|
|
15
16
|
[o.B1]: t.b1,
|
|
16
17
|
[o.B2]: t.b2,
|
|
17
18
|
[o.B3]: t.b3,
|
|
18
19
|
[o.B4]: t.b4
|
|
20
|
+
}, B = {
|
|
21
|
+
[c.REGULAR]: t.regular,
|
|
22
|
+
[c.SEMIBOLD]: t.semibold
|
|
19
23
|
}, F = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
},
|
|
23
|
-
[b.NORMAL]: "",
|
|
24
|
-
[b.COMPACT]: s.compact
|
|
25
|
-
}, O = d.forwardRef(
|
|
24
|
+
[a.NORMAL]: "",
|
|
25
|
+
[a.COMPACT]: t.compact
|
|
26
|
+
}, I = S.forwardRef(
|
|
26
27
|
({
|
|
27
|
-
children:
|
|
28
|
-
className:
|
|
29
|
-
size:
|
|
30
|
-
tag:
|
|
31
|
-
type:
|
|
32
|
-
weight:
|
|
33
|
-
line:
|
|
34
|
-
underline:
|
|
35
|
-
strikethrough:
|
|
36
|
-
...
|
|
37
|
-
},
|
|
38
|
-
const
|
|
39
|
-
|
|
28
|
+
children: r,
|
|
29
|
+
className: b,
|
|
30
|
+
size: m,
|
|
31
|
+
tag: n,
|
|
32
|
+
type: p = L.PRIMARY,
|
|
33
|
+
weight: A = c.REGULAR,
|
|
34
|
+
line: T = a.NORMAL,
|
|
35
|
+
underline: _,
|
|
36
|
+
strikethrough: s,
|
|
37
|
+
...E
|
|
38
|
+
}, l) => {
|
|
39
|
+
const i = x(
|
|
40
|
+
e.typography,
|
|
40
41
|
t.text,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
u[m],
|
|
43
|
+
B[A],
|
|
43
44
|
F[T],
|
|
44
|
-
N[
|
|
45
|
+
N[p],
|
|
45
46
|
{
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
47
|
+
[e.strikethrough]: !!s && !_,
|
|
48
|
+
[e.underline]: !!_ && !s,
|
|
49
|
+
[e.underlineStrikethrough]: !!s && !!_
|
|
49
50
|
},
|
|
50
|
-
|
|
51
|
+
b
|
|
51
52
|
);
|
|
52
|
-
return /* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ M(n || "span", { ref: l, className: i, ...E, children: r });
|
|
53
54
|
}
|
|
54
55
|
);
|
|
55
|
-
|
|
56
|
+
I.displayName = "Text";
|
|
56
57
|
export {
|
|
57
|
-
|
|
58
|
-
F as mapFontWeightTextToCssClass,
|
|
59
|
-
N as mapTextLineTypeToCssClass,
|
|
60
|
-
h as mapTextSizeToCssClass
|
|
58
|
+
I as Text
|
|
61
59
|
};
|
|
62
60
|
//# sourceMappingURL=Text.js.map
|
|
@@ -1,58 +1,56 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETitleSize as
|
|
5
|
-
import { t as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
medium:
|
|
11
|
-
bold:
|
|
12
|
-
h1:
|
|
13
|
-
h2:
|
|
14
|
-
h3:
|
|
1
|
+
import { jsx as T } from "react/jsx-runtime";
|
|
2
|
+
import E from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETitleSize as l, EFontWeightTitle as o, EFontType as S } from "./enums.js";
|
|
5
|
+
import { t as e, F as f } from "../../chunks/constants-BY1BSJmu.js";
|
|
6
|
+
const A = "title__f01e75c4", M = "regular__1b6a2014", g = "semibold__8016e5b6", u = "medium__916772ab", y = "bold__2b4a38b1", O = "h1__ebcc3e0f", L = "h2__014a3df8", N = "h3__133f4d32", t = {
|
|
7
|
+
title: A,
|
|
8
|
+
regular: M,
|
|
9
|
+
semibold: g,
|
|
10
|
+
medium: u,
|
|
11
|
+
bold: y,
|
|
12
|
+
h1: O,
|
|
13
|
+
h2: L,
|
|
14
|
+
h3: N
|
|
15
15
|
}, I = {
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
},
|
|
16
|
+
[l.H1]: t.h1,
|
|
17
|
+
[l.H2]: t.h2,
|
|
18
|
+
[l.H3]: t.h3
|
|
19
|
+
}, R = {
|
|
20
20
|
[o.MEDIUM]: t.medium,
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
},
|
|
24
|
+
}, F = E.forwardRef(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
27
|
-
className:
|
|
28
|
-
size:
|
|
29
|
-
tag:
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
underline:
|
|
33
|
-
strikethrough:
|
|
26
|
+
children: r,
|
|
27
|
+
className: i,
|
|
28
|
+
size: m,
|
|
29
|
+
tag: a,
|
|
30
|
+
weight: c = o.SEMIBOLD,
|
|
31
|
+
type: n = S.PRIMARY,
|
|
32
|
+
underline: s,
|
|
33
|
+
strikethrough: _,
|
|
34
34
|
...d
|
|
35
|
-
},
|
|
36
|
-
const
|
|
37
|
-
|
|
35
|
+
}, h) => {
|
|
36
|
+
const b = p(
|
|
37
|
+
e.typography,
|
|
38
38
|
t.title,
|
|
39
|
-
I[
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
I[m],
|
|
40
|
+
R[c],
|
|
41
|
+
f[n],
|
|
42
42
|
{
|
|
43
|
-
[
|
|
44
|
-
[
|
|
45
|
-
[
|
|
43
|
+
[e.strikethrough]: !!_ && !s,
|
|
44
|
+
[e.underline]: !!s && !_,
|
|
45
|
+
[e.underlineStrikethrough]: !!_ && !!s
|
|
46
46
|
},
|
|
47
|
-
|
|
47
|
+
i
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ T(a || "h1", { ref: h, className: b, ...d, children: r });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
|
-
|
|
52
|
+
F.displayName = "Title";
|
|
53
53
|
export {
|
|
54
|
-
|
|
55
|
-
L as mapFontWeightTitleToCssClass,
|
|
56
|
-
I as mapTitleSizeToCssClass
|
|
54
|
+
F as Title
|
|
57
55
|
};
|
|
58
56
|
//# sourceMappingURL=Title.js.map
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
var
|
|
1
|
+
var R = /* @__PURE__ */ ((r) => (r.B1 = "B1", r.B2 = "B2", r.B3 = "B3", r.B4 = "B4", r))(R || {}), I = /* @__PURE__ */ ((r) => (r.C1 = "C1", r.C2 = "C2", r.D1 = "D1", r))(I || {}), a = /* @__PURE__ */ ((r) => (r.H1 = "h1", r.H2 = "h2", r.H3 = "h3", r))(a || {}), N = /* @__PURE__ */ ((r) => (r.PRIMARY = "primary", r.COMPLEMENTARY = "complementary", r.SECONDARY = "secondary", r.TERTIARY = "tertiary", r.DISABLED = "disabled", r.BRAND = "brand", r.INFO = "info", r.SUCCESS = "success", r.WARNING = "warning", r.ERROR = "error", r.SYSTEM = "system", r.PRIMARY_INVERT = "primary-invert", r.COMPLEMENTARY_INVERT = "complementary-invert", r.SECONDARY_INVERT = "secondary-invert", r.TERTIARY_INVERT = "tertiary-invert", r.DISABLED_INVERT = "disabled-invert", r.BRAND_INVERT = "brand-invert", r.INFO_INVERT = "info-invert", r.SUCCESS_INVERT = "success-invert", r.WARNING_INVERT = "warning-invert", r.ERROR_INVERT = "error-invert", r.SYSTEM_INVERT = "system-invert", r))(N || {}), v = /* @__PURE__ */ ((r) => (r.REGULAR = "regular", r.SEMIBOLD = "semibold", r))(v || {}), A = /* @__PURE__ */ ((r) => (r.REGULAR = "regular", r.SEMIBOLD = "semibold", r))(A || {}), s = /* @__PURE__ */ ((r) => (r.MEDIUM = "medium", r.REGULAR = "regular", r.SEMIBOLD = "semibold", r.BOLD = "bold", r))(s || {}), B = /* @__PURE__ */ ((r) => (r.NORMAL = "normal", r.COMPACT = "compact", r))(B || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
A as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
I as ECaptionSize,
|
|
4
|
+
N as EFontType,
|
|
5
|
+
A as EFontWeightCaption,
|
|
6
|
+
v as EFontWeightText,
|
|
7
|
+
s as EFontWeightTitle,
|
|
8
|
+
B as ELineType,
|
|
9
|
+
R as ETextSize,
|
|
10
|
+
a as ETitleSize
|
|
10
11
|
};
|
|
11
12
|
//# sourceMappingURL=enums.js.map
|
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { ECaptionSize as o, EFontType as i, EFontWeightCaption as p, EFontWeightText as n, EFontWeightTitle as r, ELineType as E, ETextSize as T, ETitleSize as x } from "./enums.js";
|
|
2
|
+
import { Caption as m } from "./Caption.js";
|
|
3
|
+
import { Text as a } from "./Text.js";
|
|
4
|
+
import { Title as h } from "./Title.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
T as mapTitleSizeToCssClass
|
|
6
|
+
m as Caption,
|
|
7
|
+
o as ECaptionSize,
|
|
8
|
+
i as EFontType,
|
|
9
|
+
p as EFontWeightCaption,
|
|
10
|
+
n as EFontWeightText,
|
|
11
|
+
r as EFontWeightTitle,
|
|
12
|
+
E as ELineType,
|
|
13
|
+
T as ETextSize,
|
|
14
|
+
x as ETitleSize,
|
|
15
|
+
a as Text,
|
|
16
|
+
h as Title
|
|
18
17
|
};
|
|
19
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__01704327", n = {
|
|
6
6
|
unorderedList: m
|
|
7
7
|
}, a = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
@@ -10,7 +10,7 @@ const m = "unorderedList__ce9c021f", n = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(n.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.16.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|