@sberbusiness/triplex-next 0.23.0 → 0.24.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/README.md +8 -1
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-BofkfSM8.js +39 -0
- package/chunks/CalendarViewItem-DuqIjj7K.js +101 -0
- package/chunks/Card.module-Cok9cKxI.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +15 -0
- package/chunks/{Chip-D5zfQfAA.js → Chip-CFtA5mp4.js} +6 -6
- package/chunks/Confirm.module-BgCUAiCk.js +15 -0
- package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-D_38hBVf.js} +19 -19
- package/chunks/DropdownMobile.module-Bccjckjq.js +23 -0
- package/chunks/Footer.module-CkVvrPtL.js +9 -0
- package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-CP3P-T8_.js} +20 -20
- package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +9 -0
- package/chunks/HeaderTabs.module-2vtcjdH_.js +9 -0
- package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-CoThbDwW.js} +2 -2
- package/chunks/IslandAccordion.module-DLanAkfo.js +25 -0
- package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +12 -0
- package/chunks/{LightBoxContent-Lme9r-vN.js → LightBoxContent-hyVn3q-T.js} +14 -14
- package/chunks/LightBoxControls.module-CTUWde8O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +9 -0
- package/chunks/{ListItemControlsButton-BLbj6vZS.js → ListItemControlsButton-BFfMrFr7.js} +7 -7
- package/chunks/ListItemTail.module-BOV7kcBg.js +12 -0
- package/chunks/ListMasterFooter.module-DT_P8Iub.js +10 -0
- package/chunks/ModalWindow.module-DZdMA7rm.js +17 -0
- package/chunks/Notification.module-CJl-qcj8.js +20 -0
- package/chunks/Overlay.module-Buw8PcSy.js +18 -0
- package/chunks/Page.module-DIObxp8c.js +11 -0
- package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-TcR9E_47.js} +11 -11
- package/chunks/SMSField.module-B170OigL.js +16 -0
- package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +15 -0
- package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-DawwH3OZ.js} +11 -11
- package/chunks/StatusTracker.module-BT9AMEAv.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-_Gn-OMhG.js} +7 -6
- package/chunks/TableFooter.module-DaFHVJUx.js +14 -0
- package/chunks/TabsExtended.module-vg1pJlhg.js +16 -0
- package/chunks/TabsLine.module-h8aBK1Tw.js +21 -0
- package/chunks/TooltipDesktop.module-oXI2FLzE.js +19 -0
- package/chunks/TreeView.module-C6t2uuwa.js +9 -0
- package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DmnrQ-pa.js} +7 -7
- package/chunks/{constants-CUVfo8-z.js → constants-BECBzrfZ.js} +13 -13
- package/chunks/utils-BI5x-xfE.js +24 -0
- package/chunks/{utils-By-UAq7Y.js → utils-BlzKyU4p.js} +6 -6
- package/chunks/utils-C9aEOF3O.js +73 -0
- package/chunks/utils-WHBUmZgw.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +4 -3
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +11 -11
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +64 -64
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +3 -3
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +4 -4
- package/components/Checkbox/Checkbox.js +14 -13
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentSubTitle.js +4 -3
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +4 -4
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +69 -62
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/enums.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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +15 -15
- package/components/FormField/components/FormFieldClear.js +4 -4
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +9 -9
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +9 -7
- package/components/Island/components/IslandFooter.js +1 -1
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -2
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +18 -18
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +6 -6
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +12 -12
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +17 -16
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -9
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +12 -12
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +6 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
- package/components/Pagination/components/PaginationSelect.js +10 -9
- package/components/Radio/Radio.js +8 -7
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +8 -8
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +7 -7
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +51 -42
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -20
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
- package/components/Step/Step.js +14 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +17 -16
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +16 -16
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +14 -14
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +14 -14
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +5 -4
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +5 -4
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +31 -31
- package/components/TagColor/TagColor.js +17 -17
- package/components/TagGroup/TagGroup.js +3 -3
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +6 -6
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
- package/components/TopOverlay/TopOverlay.js +13 -13
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +9 -9
- package/components/Typography/CodeText.js +28 -0
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +23 -23
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +17 -15
- package/index.d.ts +18 -9
- package/index.js +61 -59
- package/package.json +1 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
- package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
- package/chunks/Card.module-BmZKmkeY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
- package/chunks/Confirm.module-CtbiIzcl.js +0 -15
- package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
- package/chunks/Footer.module-B469C_XO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
- package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
- package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
- package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
- package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
- package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
- package/chunks/Notification.module-CjpGpuL7.js +0 -20
- package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
- package/chunks/Page.module-98SUxLiM.js +0 -11
- package/chunks/SMSField.module-k0lfRov5.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
- package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
- package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
- package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
- package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
- package/chunks/TreeView.module-DAOSEOZO.js +0 -9
- package/chunks/utils-CyxIcdb6.js +0 -73
- package/chunks/utils-DxMHp1hh.js +0 -28
- package/chunks/utils-SSwzNA1R.js +0 -24
|
@@ -9,7 +9,7 @@ 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-oXI2FLzE.js";
|
|
13
13
|
const Q = {
|
|
14
14
|
column: "translateX",
|
|
15
15
|
row: "translateY"
|
|
@@ -2,7 +2,7 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { ETooltipDirection as e } from "../../../enums.js";
|
|
4
4
|
import { c } from "../../../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as t } from "../../../../../chunks/TooltipDesktop.module-
|
|
5
|
+
import { s as t } from "../../../../../chunks/TooltipDesktop.module-oXI2FLzE.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
8
|
import { c as y } from "../../../../chunks/vendor---Om3uMV.js";
|
|
9
|
-
const N = "
|
|
9
|
+
const N = "tooltipMobile__7d1c15b8", T = "tooltipMobileContent__fc0d15a9", g = "headerless__d8106a98", H = "closeButton__71e7ef44", e = {
|
|
10
10
|
tooltipMobile: N,
|
|
11
11
|
tooltipMobileContent: T,
|
|
12
12
|
headerless: g,
|
|
@@ -21,16 +21,16 @@ const N = "tooltipMobile__903d7668", T = "tooltipMobileContent__9a554815", g = "
|
|
|
21
21
|
onShow: l,
|
|
22
22
|
...d
|
|
23
23
|
}) => {
|
|
24
|
-
const { elements:
|
|
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]);
|
|
28
28
|
const m = () => {
|
|
29
29
|
var s;
|
|
30
|
-
return /* @__PURE__ */ n("div", { className:
|
|
30
|
+
return /* @__PURE__ */ n("div", { className: e.closeButton, children: /* @__PURE__ */ n(h, { ...(s = o.closeButton) == null ? void 0 : s.props }) });
|
|
31
31
|
};
|
|
32
32
|
return /* @__PURE__ */ r(b, { children: [
|
|
33
|
-
|
|
33
|
+
o.target,
|
|
34
34
|
/* @__PURE__ */ n(B, { container: document.body, children: /* @__PURE__ */ r(
|
|
35
35
|
_,
|
|
36
36
|
{
|
|
@@ -41,11 +41,11 @@ const N = "tooltipMobile__903d7668", T = "tooltipMobileContent__9a554815", g = "
|
|
|
41
41
|
...d,
|
|
42
42
|
ref: i,
|
|
43
43
|
children: [
|
|
44
|
-
|
|
45
|
-
/* @__PURE__ */ r(x, { className:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
o.mobileHeader,
|
|
45
|
+
/* @__PURE__ */ r(x, { className: e.tooltipMobileContent, children: [
|
|
46
|
+
o.body,
|
|
47
|
+
o.link,
|
|
48
|
+
o.mobileHeader === null && m()
|
|
49
49
|
] })
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as o, jsxs as I, Fragment as
|
|
2
|
-
import { useState as y, useRef as g, useEffect as
|
|
3
|
-
import { EOverlayDirection as
|
|
1
|
+
import { jsx as o, jsxs as I, Fragment as B } from "react/jsx-runtime";
|
|
2
|
+
import { useState as y, useRef as g, useEffect as R } from "react";
|
|
3
|
+
import { EOverlayDirection as S } from "../Overlay/OverlayBase.js";
|
|
4
4
|
import { Overlay as O } from "../Overlay/Overlay.js";
|
|
5
|
-
import { c as
|
|
6
|
-
const E = "
|
|
5
|
+
import { c as b, F as j } from "../../chunks/vendor---Om3uMV.js";
|
|
6
|
+
const E = "topOverlayMask__39715c3a", w = "topOverlayWrapper__ee6f9ce2", A = "closing__270003e9", D = "opened__6186c047", V = "topOverlayPanel__9e31b2f9", $ = "topOverlay__7c6c9d3c", t = {
|
|
7
7
|
topOverlayMask: E,
|
|
8
8
|
topOverlayWrapper: w,
|
|
9
9
|
closing: A,
|
|
@@ -18,7 +18,7 @@ const E = "topOverlayMask__33f030c7", w = "topOverlayWrapper__863ba408", A = "cl
|
|
|
18
18
|
onOpen: n,
|
|
19
19
|
...h
|
|
20
20
|
}) => {
|
|
21
|
-
const [W, u] = y(!1), [x, d] = y(!1), [
|
|
21
|
+
const [W, u] = y(!1), [x, d] = 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,18 +29,18 @@ const E = "topOverlayMask__33f030c7", w = "topOverlayWrapper__863ba408", A = "cl
|
|
|
29
29
|
);
|
|
30
30
|
}
|
|
31
31
|
}, k = () => {
|
|
32
|
-
|
|
32
|
+
m(), d(!0), n == null || n();
|
|
33
33
|
};
|
|
34
|
-
|
|
35
|
-
p.current && !e ? u(!0) : !p.current && e &&
|
|
34
|
+
R(() => {
|
|
35
|
+
p.current && !e ? u(!0) : !p.current && e && m(), p.current = e;
|
|
36
36
|
}, [e]);
|
|
37
37
|
const M = () => {
|
|
38
38
|
u(!1), c(0), l == null || l();
|
|
39
|
-
}, T = () => d(!1), F = (r) => /* @__PURE__ */ I(
|
|
39
|
+
}, T = () => d(!1), F = (r) => /* @__PURE__ */ I(B, { children: [
|
|
40
40
|
/* @__PURE__ */ o(O.Mask, { opened: r.opened, className: t.topOverlayMask }),
|
|
41
41
|
/* @__PURE__ */ o(O.Panel, { className: t.topOverlayPanel, ...r, children: _ })
|
|
42
42
|
] }), N = () => {
|
|
43
|
-
}, P =
|
|
43
|
+
}, P = b(t.topOverlayWrapper, {
|
|
44
44
|
[t.closing]: W,
|
|
45
45
|
[t.opened]: e
|
|
46
46
|
}), C = /* @__PURE__ */ o(
|
|
@@ -53,7 +53,7 @@ const E = "topOverlayMask__33f030c7", w = "topOverlayWrapper__863ba408", A = "cl
|
|
|
53
53
|
setOpened: N,
|
|
54
54
|
...h,
|
|
55
55
|
className: t.topOverlay,
|
|
56
|
-
direction:
|
|
56
|
+
direction: S.TOP,
|
|
57
57
|
children: F
|
|
58
58
|
}
|
|
59
59
|
);
|
|
@@ -72,7 +72,7 @@ const E = "topOverlayMask__33f030c7", w = "topOverlayWrapper__863ba408", A = "cl
|
|
|
72
72
|
{
|
|
73
73
|
className: P,
|
|
74
74
|
ref: s,
|
|
75
|
-
style:
|
|
75
|
+
style: f ? { top: `${f}px` } : void 0,
|
|
76
76
|
children: C
|
|
77
77
|
}
|
|
78
78
|
)
|
|
@@ -10,7 +10,7 @@ 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
12
|
import { c as v } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-C6t2uuwa.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-C6t2uuwa.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
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-C6t2uuwa.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
+
import f from "react";
|
|
3
3
|
import { c as S } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ECaptionSize as a, EFontWeightCaption as _, EFontType as T } from "./enums.js";
|
|
5
|
-
import { t, F as g } from "../../chunks/constants-
|
|
6
|
-
const C = "
|
|
5
|
+
import { t, F as g } from "../../chunks/constants-BECBzrfZ.js";
|
|
6
|
+
const C = "caption__dcd21d10", y = "regular__a9f840ef", M = "semibold__9d92130c", R = "c1__c9b30f91", N = "c2__e368abf7", b = "d1__8853cd78", o = {
|
|
7
7
|
caption: C,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
@@ -17,7 +17,7 @@ const C = "caption__bcf55405", y = "regular__a1ed70fb", M = "semibold__4ff2f1e5"
|
|
|
17
17
|
}, O = {
|
|
18
18
|
[_.REGULAR]: o.regular,
|
|
19
19
|
[_.SEMIBOLD]: o.semibold
|
|
20
|
-
}, u =
|
|
20
|
+
}, u = f.forwardRef(
|
|
21
21
|
({
|
|
22
22
|
children: r,
|
|
23
23
|
className: n,
|
|
@@ -27,9 +27,9 @@ const C = "caption__bcf55405", y = "regular__a1ed70fb", M = "semibold__4ff2f1e5"
|
|
|
27
27
|
type: m = T.PRIMARY,
|
|
28
28
|
underline: c,
|
|
29
29
|
strikethrough: s,
|
|
30
|
-
...
|
|
31
|
-
},
|
|
32
|
-
const
|
|
30
|
+
...d
|
|
31
|
+
}, l) => {
|
|
32
|
+
const A = S(
|
|
33
33
|
t.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
L[e],
|
|
@@ -42,7 +42,7 @@ const C = "caption__bcf55405", y = "regular__a1ed70fb", M = "semibold__4ff2f1e5"
|
|
|
42
42
|
},
|
|
43
43
|
n
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ E(p || "span", { ref: l, className: A, ...d, children: r });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
48
|
u.displayName = "Caption";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import x from "react";
|
|
3
|
+
import { c as n } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { EFontType as y } from "./enums.js";
|
|
5
|
+
import { t as o, F as f } from "../../chunks/constants-BECBzrfZ.js";
|
|
6
|
+
const _ = "codeText__6061ad65", i = {
|
|
7
|
+
codeText: _
|
|
8
|
+
}, l = x.forwardRef(
|
|
9
|
+
({ children: s, className: r, type: a = y.PRIMARY, underline: t, strikethrough: e, tag: c, ...p }, m) => {
|
|
10
|
+
const T = n(
|
|
11
|
+
o.typography,
|
|
12
|
+
i.codeText,
|
|
13
|
+
f[a],
|
|
14
|
+
{
|
|
15
|
+
[o.strikethrough]: !!e && !t,
|
|
16
|
+
[o.underline]: !!t && !e,
|
|
17
|
+
[o.underlineStrikethrough]: !!e && !!t
|
|
18
|
+
},
|
|
19
|
+
r
|
|
20
|
+
);
|
|
21
|
+
return /* @__PURE__ */ d(c || "span", { ref: m, className: T, ...p, children: s });
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
l.displayName = "CodeText";
|
|
25
|
+
export {
|
|
26
|
+
l as CodeText
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=CodeText.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as c, ELineType as a, EFontType as
|
|
5
|
-
import { t as
|
|
6
|
-
const
|
|
7
|
-
text:
|
|
8
|
-
regular:
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
import { c as M } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as a, EFontType as S } from "./enums.js";
|
|
5
|
+
import { t as _, F as x } from "../../chunks/constants-BECBzrfZ.js";
|
|
6
|
+
const L = "text__495f9bee", N = "regular__a9f840ef", O = "semibold__9d92130c", R = "b1__b56fabc0", g = "b2__2e5df9fb", y = "b3__3d65d414", P = "compact__052abd8d", C = "b4__91700d3f", t = {
|
|
7
|
+
text: L,
|
|
8
|
+
regular: N,
|
|
9
9
|
semibold: O,
|
|
10
10
|
b1: R,
|
|
11
11
|
b2: g,
|
|
@@ -23,34 +23,34 @@ const N = "text__3fdc62ba", d = "regular__a1ed70fb", O = "semibold__4ff2f1e5", R
|
|
|
23
23
|
}, F = {
|
|
24
24
|
[a.NORMAL]: "",
|
|
25
25
|
[a.COMPACT]: t.compact
|
|
26
|
-
}, I =
|
|
26
|
+
}, I = i.forwardRef(
|
|
27
27
|
({
|
|
28
|
-
children:
|
|
29
|
-
className:
|
|
28
|
+
children: b,
|
|
29
|
+
className: r,
|
|
30
30
|
size: m,
|
|
31
31
|
tag: n,
|
|
32
|
-
type: p =
|
|
32
|
+
type: p = S.PRIMARY,
|
|
33
33
|
weight: A = c.REGULAR,
|
|
34
34
|
line: T = a.NORMAL,
|
|
35
|
-
underline:
|
|
35
|
+
underline: e,
|
|
36
36
|
strikethrough: s,
|
|
37
37
|
...E
|
|
38
38
|
}, f) => {
|
|
39
|
-
const l =
|
|
40
|
-
|
|
39
|
+
const l = M(
|
|
40
|
+
_.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
43
43
|
B[A],
|
|
44
44
|
F[T],
|
|
45
|
-
|
|
45
|
+
x[p],
|
|
46
46
|
{
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
47
|
+
[_.strikethrough]: !!s && !e,
|
|
48
|
+
[_.underline]: !!e && !s,
|
|
49
|
+
[_.underlineStrikethrough]: !!s && !!e
|
|
50
50
|
},
|
|
51
|
-
|
|
51
|
+
r
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */
|
|
53
|
+
return /* @__PURE__ */ d(n || "span", { ref: f, className: l, ...E, children: b });
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
I.displayName = "Text";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as T } from "react/jsx-runtime";
|
|
2
2
|
import E from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { ETitleSize as l, EFontWeightTitle as
|
|
5
|
-
import { t as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
8
|
-
regular:
|
|
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-BECBzrfZ.js";
|
|
6
|
+
const A = "title__b7baeb3a", M = "regular__a9f840ef", g = "semibold__9d92130c", u = "medium__7bca1ed5", y = "bold__33bd7988", O = "h1__176e9309", L = "h2__f19777db", N = "h3__9f061143", t = {
|
|
7
|
+
title: A,
|
|
8
|
+
regular: M,
|
|
9
9
|
semibold: g,
|
|
10
10
|
medium: u,
|
|
11
11
|
bold: y,
|
|
@@ -17,36 +17,36 @@ const M = "title__c2fd0e2f", b = "regular__a1ed70fb", g = "semibold__4ff2f1e5",
|
|
|
17
17
|
[l.H2]: t.h2,
|
|
18
18
|
[l.H3]: t.h3
|
|
19
19
|
}, R = {
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
20
|
+
[o.MEDIUM]: t.medium,
|
|
21
|
+
[o.REGULAR]: t.regular,
|
|
22
|
+
[o.SEMIBOLD]: t.semibold,
|
|
23
|
+
[o.BOLD]: t.bold
|
|
24
24
|
}, F = E.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
children: r,
|
|
27
|
-
className:
|
|
28
|
-
size:
|
|
29
|
-
tag:
|
|
30
|
-
weight: c =
|
|
27
|
+
className: i,
|
|
28
|
+
size: m,
|
|
29
|
+
tag: a,
|
|
30
|
+
weight: c = o.SEMIBOLD,
|
|
31
31
|
type: d = S.PRIMARY,
|
|
32
32
|
underline: s,
|
|
33
33
|
strikethrough: _,
|
|
34
34
|
...n
|
|
35
|
-
},
|
|
36
|
-
const
|
|
37
|
-
|
|
35
|
+
}, h) => {
|
|
36
|
+
const b = p(
|
|
37
|
+
e.typography,
|
|
38
38
|
t.title,
|
|
39
|
-
I[
|
|
39
|
+
I[m],
|
|
40
40
|
R[c],
|
|
41
|
-
|
|
41
|
+
f[d],
|
|
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__ */ T(
|
|
49
|
+
return /* @__PURE__ */ T(a || "h1", { ref: h, className: b, ...n, children: r });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
F.displayName = "Title";
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
import { ECaptionSize as o, EFontType as i, EFontWeightCaption as p, EFontWeightText as
|
|
1
|
+
import { ECaptionSize as o, EFontType as i, EFontWeightCaption as p, EFontWeightText as r, EFontWeightTitle as x, ELineType as T, ETextSize as n, ETitleSize as E } from "./enums.js";
|
|
2
2
|
import { Caption as m } from "./Caption.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { CodeText as F } from "./CodeText.js";
|
|
4
|
+
import { Text as g } from "./Text.js";
|
|
5
|
+
import { Title as l } from "./Title.js";
|
|
5
6
|
export {
|
|
6
7
|
m as Caption,
|
|
8
|
+
F as CodeText,
|
|
7
9
|
o as ECaptionSize,
|
|
8
10
|
i as EFontType,
|
|
9
11
|
p as EFontWeightCaption,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
r as EFontWeightText,
|
|
13
|
+
x as EFontWeightTitle,
|
|
14
|
+
T as ELineType,
|
|
15
|
+
n as ETextSize,
|
|
16
|
+
E as ETitleSize,
|
|
17
|
+
g as Text,
|
|
18
|
+
l as Title
|
|
17
19
|
};
|
|
18
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -2,15 +2,15 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const
|
|
6
|
-
unorderedList:
|
|
7
|
-
},
|
|
5
|
+
const a = "unorderedList__d4aad82e", m = {
|
|
6
|
+
unorderedList: a
|
|
7
|
+
}, n = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
9
9
|
"ul",
|
|
10
10
|
{
|
|
11
|
-
className: d(
|
|
11
|
+
className: d(m.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.24.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -18,8 +18,8 @@ const m = "unorderedList__300b138d", n = {
|
|
|
18
18
|
Item: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
|
-
|
|
21
|
+
n.displayName = "UnorderedList";
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
n as UnorderedList
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=UnorderedList.js.map
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as i } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
|
+
import "../Typography/CodeText.js";
|
|
6
7
|
import { Text as d } from "../Typography/Text.js";
|
|
7
8
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
9
|
+
const a = "unorderedListItem__cb05e955", p = {
|
|
9
10
|
unorderedListItem: a
|
|
10
11
|
}, n = m.forwardRef(
|
|
11
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
13
|
d,
|
|
13
14
|
{
|
|
14
|
-
className:
|
|
15
|
-
size:
|
|
15
|
+
className: i(p.unorderedListItem, t),
|
|
16
|
+
size: s.B3,
|
|
16
17
|
tag: "li",
|
|
17
18
|
...e,
|
|
18
|
-
"data-tx": "0.
|
|
19
|
+
"data-tx": "0.24.0",
|
|
19
20
|
ref: r
|
|
20
21
|
}
|
|
21
22
|
)
|
|
@@ -2,7 +2,7 @@ import { jsx as P, jsxs as w } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as H, useState as x, useRef as U, useCallback as r, createElement as R, useEffect as g } from "react";
|
|
3
3
|
import y from "react-dom";
|
|
4
4
|
import { c as C } from "../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as Z, U as W } from "../../chunks/UploadZoneInput-
|
|
5
|
+
import { s as Z, U as W } from "../../chunks/UploadZoneInput-DmnrQ-pa.js";
|
|
6
6
|
import { UploadZoneContext as S } from "./UploadZoneContext.js";
|
|
7
7
|
const T = Object.assign(
|
|
8
8
|
H((O, b) => {
|
|
@@ -84,7 +84,7 @@ const T = Object.assign(
|
|
|
84
84
|
openUploadDialog: D,
|
|
85
85
|
setInputNode: I
|
|
86
86
|
},
|
|
87
|
-
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.
|
|
87
|
+
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.24.0", ref: b, children: [
|
|
88
88
|
/* @__PURE__ */ R(
|
|
89
89
|
"div",
|
|
90
90
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
3
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-DmnrQ-pa.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|
package/components/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { CheckboxYGroup as uo } from "./Checkbox/CheckboxYGroup.js";
|
|
|
26
26
|
import { CheckboxTree as bo } from "./CheckboxTree/CheckboxTree.js";
|
|
27
27
|
import { checkChildrenCheckboxes as Mo, checkParentCheckboxes as Lo, traverseCheckboxes as ho } from "./CheckboxTree/utils.js";
|
|
28
28
|
import { CheckboxTreeExtended as wo } from "./CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
29
|
-
import { C as Po } from "../chunks/Chip-
|
|
29
|
+
import { C as Po } from "../chunks/Chip-CFtA5mp4.js";
|
|
30
30
|
import { ChipDatePicker as Bo } from "./Chip/ChipDatePicker/ChipDatePicker.js";
|
|
31
31
|
import { ChipDatePickerTarget as Ao } from "./Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
32
32
|
import { ChipClearButton as vo } from "./Chip/ChipClearButton.js";
|
|
@@ -55,7 +55,7 @@ import { DocumentNumberEdit as he } from "./DocumentNumberEdit/DocumentNumberEdi
|
|
|
55
55
|
import { DropdownListContext as we } from "./Dropdown/DropdownListContext.js";
|
|
56
56
|
import { DropdownDesktop as Pe } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
57
57
|
import { DropdownList as Be } from "./Dropdown/desktop/DropdownList.js";
|
|
58
|
-
import { D as Ae } from "../chunks/DropdownListItem-
|
|
58
|
+
import { D as Ae } from "../chunks/DropdownListItem-D_38hBVf.js";
|
|
59
59
|
import { EDropdownAlignment as ve, EDropdownDirection as Ne, EDropdownWidth as ze } from "./Dropdown/desktop/enums.js";
|
|
60
60
|
import { DropdownMobile as Ge } from "./Dropdown/mobile/DropdownMobile.js";
|
|
61
61
|
import { DropdownMobileBody as Ve } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -78,7 +78,7 @@ import { EFormFieldStatus as ur } from "./FormField/enums.js";
|
|
|
78
78
|
import { FormFieldClear as br } from "./FormField/components/FormFieldClear.js";
|
|
79
79
|
import { FormFieldCounter as Mr } from "./FormField/components/FormFieldCounter.js";
|
|
80
80
|
import { FormFieldDescription as hr } from "./FormField/components/FormFieldDescription.js";
|
|
81
|
-
import { F as wr } from "../chunks/FormFieldInput-
|
|
81
|
+
import { F as wr } from "../chunks/FormFieldInput-CP3P-T8_.js";
|
|
82
82
|
import { FormFieldLabel as Pr } from "./FormField/components/FormFieldLabel.js";
|
|
83
83
|
import { FormFieldMaskedInput as Br } from "./FormField/components/FormFieldMaskedInput.js";
|
|
84
84
|
import { FormFieldPostfix as Ar } from "./FormField/components/FormFieldPostfix.js";
|
|
@@ -126,7 +126,7 @@ import { AdvancedMouseSensor as dp, AdvancedTouchSensor as lp, ListSortable as s
|
|
|
126
126
|
import { ListItem as gp } from "./List/components/ListItem.js";
|
|
127
127
|
import { ListItemControls as Sp } from "./List/components/ListItemControls.js";
|
|
128
128
|
import { ListItemContent as cp } from "./List/components/ListItemContent.js";
|
|
129
|
-
import { L as Fp } from "../chunks/ListItemControlsButton-
|
|
129
|
+
import { L as Fp } from "../chunks/ListItemControlsButton-BFfMrFr7.js";
|
|
130
130
|
import { ListItemControlsButtonDropdown as Dp } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
131
131
|
import { ListEmptyState as Lp } from "./List/components/ListEmptyState.js";
|
|
132
132
|
import { ListItemLoading as Ip } from "./List/components/ListItemLoading.js";
|
|
@@ -221,7 +221,7 @@ import { SuggestFieldDesktopDropdown as oa } from "./SuggestField/desktop/Sugges
|
|
|
221
221
|
import { SuggestFieldDesktop as ra } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
222
222
|
import { SuggestFieldMobile as pa } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
223
223
|
import { SuggestFieldMobileDropdown as ia } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
224
|
-
import { S as aa } from "../chunks/SuggestFieldMobileDropdownHint-
|
|
224
|
+
import { S as aa } from "../chunks/SuggestFieldMobileDropdownHint-_Gn-OMhG.js";
|
|
225
225
|
import { SuggestField as fa } from "./SuggestField/SuggestField.js";
|
|
226
226
|
import { SwipeableArea as la } from "./SwipeableArea/SwipeableArea.js";
|
|
227
227
|
import { MasterTable as Ta } from "./Table/MasterTable.js";
|
|
@@ -263,11 +263,12 @@ import { ETooltipAlign as An, ETooltipAxesType as Hn, ETooltipDirection as vn, E
|
|
|
263
263
|
import { TopOverlay as Kn } from "./TopOverlay/TopOverlay.js";
|
|
264
264
|
import { ECaptionSize as Zn, EFontType as jn, EFontWeightCaption as qn, EFontWeightText as Jn, EFontWeightTitle as Qn, ELineType as _n, ETextSize as $n, ETitleSize as of } from "./Typography/enums.js";
|
|
265
265
|
import { Caption as rf } from "./Typography/Caption.js";
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
266
|
+
import { CodeText as pf } from "./Typography/CodeText.js";
|
|
267
|
+
import { Text as xf } from "./Typography/Text.js";
|
|
268
|
+
import { Title as nf } from "./Typography/Title.js";
|
|
269
|
+
import { UnorderedList as df } from "./UnorderedList/UnorderedList.js";
|
|
270
|
+
import { UnorderedListItem as sf } from "./UnorderedList/UnorderedListItem.js";
|
|
271
|
+
import { UploadZone as gf } from "./UploadZone/UploadZone.js";
|
|
271
272
|
import "../enums/EComponentSize.js";
|
|
272
273
|
import "../enums/EFocusSource.js";
|
|
273
274
|
import "../utils/amountUtils.js";
|
|
@@ -324,6 +325,7 @@ export {
|
|
|
324
325
|
Jo as ChipSort,
|
|
325
326
|
oe as ChipSuggest,
|
|
326
327
|
_o as ChipSuggestTarget,
|
|
328
|
+
pf as CodeText,
|
|
327
329
|
pe as Col,
|
|
328
330
|
Pa as ColumnSettings,
|
|
329
331
|
$t as ComposedKeyDownListener,
|
|
@@ -581,17 +583,17 @@ export {
|
|
|
581
583
|
ln as Tag,
|
|
582
584
|
Tn as TagColor,
|
|
583
585
|
Cn as TagGroup,
|
|
584
|
-
|
|
586
|
+
xf as Text,
|
|
585
587
|
un as TextField,
|
|
586
588
|
En as TextareaField,
|
|
587
589
|
Mn as ThemeProvider,
|
|
588
590
|
hn as ThemeProviderContext,
|
|
589
|
-
|
|
591
|
+
nf as Title,
|
|
590
592
|
Bn as Tooltip,
|
|
591
593
|
Kn as TopOverlay,
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
594
|
+
df as UnorderedList,
|
|
595
|
+
sf as UnorderedListItem,
|
|
596
|
+
gf as UploadZone,
|
|
595
597
|
L as alertTypeToClassNameMap,
|
|
596
598
|
vx as calcPosition,
|
|
597
599
|
Mo as checkChildrenCheckboxes,
|