@itwin/itwinui-react 3.12.0 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/cjs/core/Alert/Alert.js +76 -64
- package/cjs/core/Avatar/Avatar.js +24 -22
- package/cjs/core/AvatarGroup/AvatarGroup.js +37 -35
- package/cjs/core/Backdrop/Backdrop.js +1 -2
- package/cjs/core/Badge/Badge.js +12 -10
- package/cjs/core/Breadcrumbs/Breadcrumbs.js +95 -87
- package/cjs/core/ButtonGroup/ButtonGroup.js +75 -65
- package/cjs/core/Buttons/Button.js +43 -34
- package/cjs/core/Buttons/DropdownButton.js +30 -25
- package/cjs/core/Buttons/IconButton.js +32 -28
- package/cjs/core/Buttons/IdeasButton.js +14 -12
- package/cjs/core/Buttons/SplitButton.js +39 -30
- package/cjs/core/Carousel/Carousel.js +25 -20
- package/cjs/core/Carousel/CarouselDot.js +1 -2
- package/cjs/core/Carousel/CarouselDotsList.js +30 -29
- package/cjs/core/Carousel/CarouselNavigation.js +64 -51
- package/cjs/core/Carousel/CarouselSlide.js +21 -16
- package/cjs/core/Carousel/CarouselSlider.js +11 -9
- package/cjs/core/Checkbox/Checkbox.js +48 -45
- package/cjs/core/ColorPicker/ColorBuilder.js +63 -60
- package/cjs/core/ColorPicker/ColorInputPanel.js +226 -235
- package/cjs/core/ColorPicker/ColorPalette.js +37 -33
- package/cjs/core/ColorPicker/ColorPicker.js +16 -14
- package/cjs/core/ColorPicker/ColorSwatch.js +25 -22
- package/cjs/core/ComboBox/ComboBox.js +89 -77
- package/cjs/core/ComboBox/{ComboBox.test-types.js → ComboBox.types-test.js} +8 -7
- package/cjs/core/ComboBox/ComboBoxEndIcon.js +18 -17
- package/cjs/core/ComboBox/ComboBoxInput.js +46 -47
- package/cjs/core/ComboBox/ComboBoxInputContainer.js +24 -21
- package/cjs/core/ComboBox/ComboBoxMenu.js +43 -34
- package/cjs/core/ComboBox/ComboBoxMenuItem.js +41 -38
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.js +1 -2
- package/cjs/core/DatePicker/DatePicker.js +199 -186
- package/cjs/core/Dialog/Dialog.js +36 -28
- package/cjs/core/Dialog/DialogBackdrop.js +1 -2
- package/cjs/core/Dialog/DialogMain.js +75 -77
- package/cjs/core/Dialog/DialogTitleBar.js +31 -24
- package/cjs/core/Divider/Divider.js +1 -2
- package/cjs/core/DropdownMenu/DropdownMenu.js +33 -27
- package/cjs/core/ExpandableBlock/ExpandableBlock.js +122 -111
- package/cjs/core/Fieldset/Fieldset.js +20 -23
- package/cjs/core/FileUpload/FileEmptyCard.js +25 -24
- package/cjs/core/FileUpload/FileUpload.js +42 -36
- package/cjs/core/FileUpload/FileUploadCard.js +92 -74
- package/cjs/core/FileUpload/FileUploadTemplate.js +37 -34
- package/cjs/core/Flex/Flex.js +3 -4
- package/cjs/core/Footer/Footer.d.ts +1 -1
- package/cjs/core/Footer/Footer.js +33 -29
- package/cjs/core/Header/Header.js +50 -39
- package/cjs/core/Header/HeaderBasicButton.js +14 -10
- package/cjs/core/Header/HeaderBreadcrumbs.js +30 -28
- package/cjs/core/Header/HeaderButton.js +48 -36
- package/cjs/core/Header/HeaderDropdownButton.js +31 -26
- package/cjs/core/Header/HeaderLogo.js +26 -20
- package/cjs/core/Header/HeaderSplitButton.js +35 -26
- package/cjs/core/Icon/Icon.js +1 -2
- package/cjs/core/InformationPanel/InformationPanel.js +28 -25
- package/cjs/core/InformationPanel/InformationPanelContent.js +15 -13
- package/cjs/core/InformationPanel/InformationPanelHeader.js +32 -25
- package/cjs/core/Input/Input.js +1 -2
- package/cjs/core/InputGrid/InputGrid.js +10 -8
- package/cjs/core/InputGroup/InputGroup.js +42 -33
- package/cjs/core/InputWithDecorations/InputWithDecorations.js +29 -21
- package/cjs/core/Label/Label.js +18 -16
- package/cjs/core/LabeledInput/LabeledInput.js +45 -37
- package/cjs/core/LabeledSelect/LabeledSelect.js +33 -27
- package/cjs/core/LabeledSelect/LabeledSelect.types-test.js +20 -13
- package/cjs/core/LabeledTextarea/LabeledTextarea.js +1 -2
- package/cjs/core/LinkAction/LinkAction.js +1 -2
- package/cjs/core/List/ListItem.js +1 -2
- package/cjs/core/Menu/Menu.js +47 -33
- package/cjs/core/Menu/MenuItem.js +67 -58
- package/cjs/core/Menu/MenuItemSkeleton.js +36 -33
- package/cjs/core/Modal/Modal.js +26 -27
- package/cjs/core/NonIdealState/ErrorPage.js +39 -28
- package/cjs/core/NonIdealState/NonIdealState.js +35 -23
- package/cjs/core/NotificationMarker/NotificationMarker.js +17 -15
- package/cjs/core/Overlay/Overlay.js +18 -19
- package/cjs/core/Popover/Popover.js +63 -47
- package/cjs/core/ProgressIndicators/ProgressLinear.js +37 -36
- package/cjs/core/ProgressIndicators/ProgressRadial.js +36 -38
- package/cjs/core/Radio/Radio.js +24 -21
- package/cjs/core/RadioTiles/RadioTile.js +41 -32
- package/cjs/core/RadioTiles/RadioTileGroup.js +15 -10
- package/cjs/core/SearchBox/SearchBox.d.ts +2 -2
- package/cjs/core/SearchBox/SearchBox.js +104 -88
- package/cjs/core/Select/Select.js +216 -204
- package/cjs/core/Select/Select.types-test.js +32 -25
- package/cjs/core/Select/SelectTag.js +16 -11
- package/cjs/core/Select/SelectTagContainer.js +20 -15
- package/cjs/core/SideNavigation/SideNavigation.js +77 -60
- package/cjs/core/SideNavigation/SidenavButton.js +27 -22
- package/cjs/core/SideNavigation/SidenavSubmenu.js +17 -12
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +24 -18
- package/cjs/core/SkipToContentLink/SkipToContentLink.js +13 -8
- package/cjs/core/Slider/Slider.js +71 -64
- package/cjs/core/Slider/Thumb.d.ts +1 -1
- package/cjs/core/Slider/Thumb.js +11 -9
- package/cjs/core/Slider/Track.d.ts +1 -1
- package/cjs/core/Slider/Track.js +26 -26
- package/cjs/core/StatusMessage/StatusMessage.js +18 -18
- package/cjs/core/Stepper/Stepper.js +50 -50
- package/cjs/core/Stepper/StepperStep.js +50 -38
- package/cjs/core/Stepper/WorkflowDiagram.js +23 -21
- package/cjs/core/Stepper/WorkflowDiagramStep.d.ts +1 -1
- package/cjs/core/Stepper/WorkflowDiagramStep.js +29 -18
- package/cjs/core/Surface/Surface.js +37 -26
- package/cjs/core/Table/SubRowExpander.d.ts +1 -1
- package/cjs/core/Table/SubRowExpander.js +25 -21
- package/cjs/core/Table/Table.js +301 -280
- package/cjs/core/Table/TableCell.d.ts +1 -1
- package/cjs/core/Table/TableCell.js +39 -38
- package/cjs/core/Table/TablePaginator.d.ts +2 -1
- package/cjs/core/Table/TablePaginator.js +166 -133
- package/cjs/core/Table/TableRowMemoized.d.ts +1 -1
- package/cjs/core/Table/TableRowMemoized.js +32 -27
- package/cjs/core/Table/cells/DefaultCell.d.ts +1 -1
- package/cjs/core/Table/cells/DefaultCell.js +47 -39
- package/cjs/core/Table/cells/EditableCell.d.ts +1 -1
- package/cjs/core/Table/cells/EditableCell.js +1 -1
- package/cjs/core/Table/columns/actionColumn.d.ts +1 -1
- package/cjs/core/Table/columns/actionColumn.js +29 -21
- package/cjs/core/Table/columns/expanderColumn.d.ts +2 -2
- package/cjs/core/Table/columns/expanderColumn.js +15 -13
- package/cjs/core/Table/columns/selectionColumn.d.ts +4 -3
- package/cjs/core/Table/columns/selectionColumn.js +5 -4
- package/cjs/core/Table/filters/BaseFilter.d.ts +1 -1
- package/cjs/core/Table/filters/BaseFilter.js +11 -9
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +52 -50
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +1 -1
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +36 -37
- package/cjs/core/Table/filters/FilterButtonBar.d.ts +1 -1
- package/cjs/core/Table/filters/FilterButtonBar.js +21 -15
- package/cjs/core/Table/filters/FilterToggle.d.ts +2 -1
- package/cjs/core/Table/filters/FilterToggle.js +39 -33
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +2 -1
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +26 -28
- package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +2 -1
- package/cjs/core/Table/filters/TextFilter/TextFilter.js +15 -16
- package/cjs/core/Table/filters/tableFilters.d.ts +3 -3
- package/cjs/core/Table/filters/tableFilters.js +3 -4
- package/cjs/core/Table/hooks/useExpanderCell.js +5 -4
- package/cjs/core/Tabs/Tabs.js +178 -160
- package/cjs/core/Tag/Tag.js +36 -30
- package/cjs/core/Tag/TagContainer.js +16 -14
- package/cjs/core/Textarea/Textarea.js +1 -2
- package/cjs/core/ThemeProvider/ThemeProvider.js +67 -51
- package/cjs/core/Tile/Tile.js +165 -150
- package/cjs/core/TimePicker/TimePicker.js +84 -87
- package/cjs/core/Toast/Toast.d.ts +1 -1
- package/cjs/core/Toast/Toast.js +89 -65
- package/cjs/core/Toast/Toaster.d.ts +2 -2
- package/cjs/core/Toast/Toaster.js +27 -22
- package/cjs/core/ToggleSwitch/ToggleSwitch.js +40 -34
- package/cjs/core/Tooltip/Tooltip.js +21 -16
- package/cjs/core/TransferList/TransferList.js +65 -48
- package/cjs/core/Tree/Tree.d.ts +2 -1
- package/cjs/core/Tree/Tree.js +41 -31
- package/cjs/core/Tree/TreeNode.js +122 -107
- package/cjs/core/Tree/TreeNodeExpander.js +11 -9
- package/cjs/core/Typography/Anchor.js +23 -21
- package/cjs/core/Typography/Blockquote.js +11 -14
- package/cjs/core/Typography/Kbd.js +10 -8
- package/cjs/core/Typography/Text.js +7 -5
- package/cjs/core/VisuallyHidden/VisuallyHidden.js +22 -17
- package/cjs/react-table/react-table.types-test.js +173 -148
- package/cjs/styles.js +1 -1
- package/cjs/utils/components/AutoclearingHiddenLiveRegion.d.ts +2 -1
- package/cjs/utils/components/AutoclearingHiddenLiveRegion.js +9 -7
- package/cjs/utils/components/ButtonBase.js +1 -2
- package/cjs/utils/components/FocusTrap.d.ts +2 -1
- package/cjs/utils/components/FocusTrap.js +17 -18
- package/cjs/utils/components/InputContainer.js +30 -24
- package/cjs/utils/components/InputFlexContainer.js +18 -13
- package/cjs/utils/components/LineClamp.js +17 -14
- package/cjs/utils/components/MiddleTextTruncation.d.ts +1 -1
- package/cjs/utils/components/MiddleTextTruncation.js +14 -12
- package/cjs/utils/components/Resizer.d.ts +1 -1
- package/cjs/utils/components/Resizer.js +73 -77
- package/cjs/utils/components/ShadowRoot.d.ts +1 -1
- package/cjs/utils/components/ShadowRoot.js +18 -22
- package/cjs/utils/components/VirtualScroll.js +8 -9
- package/cjs/utils/components/WithCSSTransition.d.ts +1 -1
- package/cjs/utils/components/WithCSSTransition.js +34 -32
- package/cjs/utils/functions/polymorphic.js +1 -2
- package/cjs/utils/icons/StatusIconMap.d.ts +5 -5
- package/cjs/utils/icons/StatusIconMap.js +6 -5
- package/cjs/utils/icons/SvgCalendar.d.ts +1 -1
- package/cjs/utils/icons/SvgCalendar.js +5 -5
- package/cjs/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgCaretDownSmall.js +5 -5
- package/cjs/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgCaretRightSmall.js +5 -5
- package/cjs/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgCaretUpSmall.js +5 -5
- package/cjs/utils/icons/SvgCheckmark.d.ts +1 -1
- package/cjs/utils/icons/SvgCheckmark.js +5 -5
- package/cjs/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgCheckmarkSmall.js +5 -5
- package/cjs/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/cjs/utils/icons/SvgChevronLeft.js +5 -5
- package/cjs/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/cjs/utils/icons/SvgChevronLeftDouble.js +5 -5
- package/cjs/utils/icons/SvgChevronRight.d.ts +1 -1
- package/cjs/utils/icons/SvgChevronRight.js +5 -5
- package/cjs/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/cjs/utils/icons/SvgChevronRightDouble.js +5 -5
- package/cjs/utils/icons/SvgChevronRightSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgChevronRightSmall.js +5 -5
- package/cjs/utils/icons/SvgClose.d.ts +1 -1
- package/cjs/utils/icons/SvgClose.js +5 -5
- package/cjs/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgCloseSmall.js +5 -5
- package/cjs/utils/icons/SvgColumnManager.d.ts +1 -1
- package/cjs/utils/icons/SvgColumnManager.js +5 -5
- package/cjs/utils/icons/SvgDocument.d.ts +1 -1
- package/cjs/utils/icons/SvgDocument.js +5 -5
- package/cjs/utils/icons/SvgFilter.d.ts +1 -1
- package/cjs/utils/icons/SvgFilter.js +5 -5
- package/cjs/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/cjs/utils/icons/SvgFilterHollow.js +5 -5
- package/cjs/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/cjs/utils/icons/SvgImportantSmall.js +5 -5
- package/cjs/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/cjs/utils/icons/SvgInfoCircular.js +5 -5
- package/cjs/utils/icons/SvgMore.d.ts +1 -1
- package/cjs/utils/icons/SvgMore.js +5 -5
- package/cjs/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/cjs/utils/icons/SvgMoreVertical.js +5 -5
- package/cjs/utils/icons/SvgNew.d.ts +1 -1
- package/cjs/utils/icons/SvgNew.js +5 -5
- package/cjs/utils/icons/SvgSearch.d.ts +1 -1
- package/cjs/utils/icons/SvgSearch.js +5 -5
- package/cjs/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/cjs/utils/icons/SvgSmileyHappy.js +5 -5
- package/cjs/utils/icons/SvgSortDown.d.ts +1 -1
- package/cjs/utils/icons/SvgSortDown.js +5 -5
- package/cjs/utils/icons/SvgSortUp.d.ts +1 -1
- package/cjs/utils/icons/SvgSortUp.js +5 -5
- package/cjs/utils/icons/SvgStatusError.d.ts +1 -1
- package/cjs/utils/icons/SvgStatusError.js +5 -5
- package/cjs/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/cjs/utils/icons/SvgStatusSuccess.js +5 -5
- package/cjs/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/cjs/utils/icons/SvgStatusWarning.js +5 -5
- package/cjs/utils/icons/SvgSwap.d.ts +1 -1
- package/cjs/utils/icons/SvgSwap.js +5 -5
- package/cjs/utils/icons/SvgUpload.d.ts +1 -1
- package/cjs/utils/icons/SvgUpload.js +5 -5
- package/cjs/utils/meta.js +2 -2
- package/cjs/utils/providers/HydrationProvider.d.ts +1 -1
- package/cjs/utils/providers/HydrationProvider.js +12 -12
- package/cjs/utils/providers/ScopeProvider.d.ts +1 -1
- package/cjs/utils/providers/ScopeProvider.js +13 -11
- package/esm/core/Alert/Alert.js +72 -60
- package/esm/core/Avatar/Avatar.js +20 -22
- package/esm/core/AvatarGroup/AvatarGroup.js +37 -39
- package/esm/core/Backdrop/Backdrop.js +1 -2
- package/esm/core/Badge/Badge.js +12 -10
- package/esm/core/Breadcrumbs/Breadcrumbs.js +95 -91
- package/esm/core/ButtonGroup/ButtonGroup.js +75 -69
- package/esm/core/Buttons/Button.js +43 -34
- package/esm/core/Buttons/DropdownButton.js +30 -25
- package/esm/core/Buttons/IconButton.js +30 -28
- package/esm/core/Buttons/IdeasButton.js +14 -12
- package/esm/core/Buttons/SplitButton.js +39 -28
- package/esm/core/Carousel/Carousel.js +25 -20
- package/esm/core/Carousel/CarouselDot.js +1 -2
- package/esm/core/Carousel/CarouselDotsList.js +27 -26
- package/esm/core/Carousel/CarouselNavigation.js +64 -55
- package/esm/core/Carousel/CarouselSlide.js +18 -16
- package/esm/core/Carousel/CarouselSlider.js +11 -9
- package/esm/core/Checkbox/Checkbox.js +48 -49
- package/esm/core/ColorPicker/ColorBuilder.js +60 -57
- package/esm/core/ColorPicker/ColorInputPanel.js +226 -239
- package/esm/core/ColorPicker/ColorPalette.js +34 -33
- package/esm/core/ColorPicker/ColorPicker.js +25 -20
- package/esm/core/ColorPicker/ColorSwatch.js +21 -22
- package/esm/core/ComboBox/ComboBox.js +89 -81
- package/esm/core/ComboBox/{ComboBox.test-types.js → ComboBox.types-test.js} +8 -7
- package/esm/core/ComboBox/ComboBoxEndIcon.js +18 -17
- package/esm/core/ComboBox/ComboBoxInput.js +40 -45
- package/esm/core/ComboBox/ComboBoxInputContainer.js +24 -21
- package/esm/core/ComboBox/ComboBoxMenu.js +43 -34
- package/esm/core/ComboBox/ComboBoxMenuItem.js +40 -37
- package/esm/core/ComboBox/ComboBoxMultipleContainer.js +1 -2
- package/esm/core/DatePicker/DatePicker.js +184 -171
- package/esm/core/Dialog/Dialog.js +36 -28
- package/esm/core/Dialog/DialogBackdrop.js +1 -2
- package/esm/core/Dialog/DialogMain.js +81 -80
- package/esm/core/Dialog/DialogTitleBar.js +24 -25
- package/esm/core/Divider/Divider.js +1 -2
- package/esm/core/DropdownMenu/DropdownMenu.js +33 -27
- package/esm/core/ExpandableBlock/ExpandableBlock.js +115 -111
- package/esm/core/Fieldset/Fieldset.js +20 -23
- package/esm/core/FileUpload/FileEmptyCard.js +21 -28
- package/esm/core/FileUpload/FileUpload.js +33 -27
- package/esm/core/FileUpload/FileUploadCard.js +85 -78
- package/esm/core/FileUpload/FileUploadTemplate.js +34 -34
- package/esm/core/Flex/Flex.js +3 -4
- package/esm/core/Footer/Footer.d.ts +1 -1
- package/esm/core/Footer/Footer.js +32 -25
- package/esm/core/Header/Header.js +50 -39
- package/esm/core/Header/HeaderBasicButton.js +11 -7
- package/esm/core/Header/HeaderBreadcrumbs.js +25 -23
- package/esm/core/Header/HeaderButton.js +42 -36
- package/esm/core/Header/HeaderDropdownButton.js +28 -23
- package/esm/core/Header/HeaderLogo.js +26 -20
- package/esm/core/Header/HeaderSplitButton.js +32 -23
- package/esm/core/Icon/Icon.js +1 -2
- package/esm/core/InformationPanel/InformationPanel.js +28 -25
- package/esm/core/InformationPanel/InformationPanelContent.js +15 -13
- package/esm/core/InformationPanel/InformationPanelHeader.js +32 -25
- package/esm/core/Input/Input.js +1 -2
- package/esm/core/InputGrid/InputGrid.js +10 -8
- package/esm/core/InputGroup/InputGroup.js +42 -33
- package/esm/core/InputWithDecorations/InputWithDecorations.js +29 -21
- package/esm/core/Label/Label.js +18 -16
- package/esm/core/LabeledInput/LabeledInput.js +42 -34
- package/esm/core/LabeledSelect/LabeledSelect.js +33 -27
- package/esm/core/LabeledSelect/LabeledSelect.types-test.js +20 -13
- package/esm/core/LabeledTextarea/LabeledTextarea.js +1 -2
- package/esm/core/LinkAction/LinkAction.js +1 -2
- package/esm/core/List/ListItem.js +1 -2
- package/esm/core/Menu/Menu.js +47 -37
- package/esm/core/Menu/MenuItem.js +66 -62
- package/esm/core/Menu/MenuItemSkeleton.js +32 -33
- package/esm/core/Modal/Modal.js +26 -27
- package/esm/core/NonIdealState/ErrorPage.js +39 -32
- package/esm/core/NonIdealState/NonIdealState.js +35 -23
- package/esm/core/NotificationMarker/NotificationMarker.js +17 -15
- package/esm/core/Overlay/Overlay.js +18 -19
- package/esm/core/Popover/Popover.js +63 -51
- package/esm/core/ProgressIndicators/ProgressLinear.js +33 -33
- package/esm/core/ProgressIndicators/ProgressRadial.js +28 -31
- package/esm/core/Radio/Radio.js +24 -21
- package/esm/core/RadioTiles/RadioTile.js +38 -29
- package/esm/core/RadioTiles/RadioTileGroup.js +15 -10
- package/esm/core/SearchBox/SearchBox.d.ts +2 -2
- package/esm/core/SearchBox/SearchBox.js +104 -90
- package/esm/core/Select/Select.js +213 -202
- package/esm/core/Select/Select.types-test.js +32 -29
- package/esm/core/Select/SelectTag.js +16 -11
- package/esm/core/Select/SelectTagContainer.js +17 -19
- package/esm/core/SideNavigation/SideNavigation.js +67 -50
- package/esm/core/SideNavigation/SidenavButton.js +27 -22
- package/esm/core/SideNavigation/SidenavSubmenu.js +15 -10
- package/esm/core/SideNavigation/SidenavSubmenuHeader.js +21 -15
- package/esm/core/SkipToContentLink/SkipToContentLink.js +10 -8
- package/esm/core/Slider/Slider.js +67 -61
- package/esm/core/Slider/Thumb.d.ts +1 -1
- package/esm/core/Slider/Thumb.js +11 -9
- package/esm/core/Slider/Track.d.ts +1 -1
- package/esm/core/Slider/Track.js +23 -23
- package/esm/core/StatusMessage/StatusMessage.js +18 -18
- package/esm/core/Stepper/Stepper.js +50 -50
- package/esm/core/Stepper/StepperStep.js +50 -38
- package/esm/core/Stepper/WorkflowDiagram.js +23 -21
- package/esm/core/Stepper/WorkflowDiagramStep.d.ts +1 -1
- package/esm/core/Stepper/WorkflowDiagramStep.js +25 -17
- package/esm/core/Surface/Surface.js +37 -26
- package/esm/core/Table/SubRowExpander.d.ts +1 -1
- package/esm/core/Table/SubRowExpander.js +25 -21
- package/esm/core/Table/Table.js +297 -278
- package/esm/core/Table/TableCell.d.ts +1 -1
- package/esm/core/Table/TableCell.js +39 -42
- package/esm/core/Table/TablePaginator.d.ts +2 -1
- package/esm/core/Table/TablePaginator.js +166 -137
- package/esm/core/Table/TableRowMemoized.d.ts +1 -1
- package/esm/core/Table/TableRowMemoized.js +32 -31
- package/esm/core/Table/cells/DefaultCell.d.ts +1 -1
- package/esm/core/Table/cells/DefaultCell.js +47 -39
- package/esm/core/Table/cells/EditableCell.d.ts +1 -1
- package/esm/core/Table/cells/EditableCell.js +1 -2
- package/esm/core/Table/columns/actionColumn.d.ts +1 -1
- package/esm/core/Table/columns/actionColumn.js +29 -21
- package/esm/core/Table/columns/expanderColumn.d.ts +2 -2
- package/esm/core/Table/columns/expanderColumn.js +15 -13
- package/esm/core/Table/columns/selectionColumn.d.ts +4 -3
- package/esm/core/Table/columns/selectionColumn.js +4 -4
- package/esm/core/Table/filters/BaseFilter.d.ts +1 -1
- package/esm/core/Table/filters/BaseFilter.js +11 -9
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.js +52 -44
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +1 -1
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +36 -37
- package/esm/core/Table/filters/FilterButtonBar.d.ts +1 -1
- package/esm/core/Table/filters/FilterButtonBar.js +21 -15
- package/esm/core/Table/filters/FilterToggle.d.ts +2 -1
- package/esm/core/Table/filters/FilterToggle.js +36 -30
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +2 -1
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +26 -28
- package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +2 -1
- package/esm/core/Table/filters/TextFilter/TextFilter.js +15 -16
- package/esm/core/Table/filters/tableFilters.d.ts +3 -3
- package/esm/core/Table/filters/tableFilters.js +3 -4
- package/esm/core/Table/hooks/useExpanderCell.js +5 -4
- package/esm/core/Tabs/Tabs.js +170 -156
- package/esm/core/Tag/Tag.js +32 -26
- package/esm/core/Tag/TagContainer.js +16 -14
- package/esm/core/Textarea/Textarea.js +1 -2
- package/esm/core/ThemeProvider/ThemeProvider.js +66 -55
- package/esm/core/Tile/Tile.js +159 -150
- package/esm/core/TimePicker/TimePicker.js +84 -91
- package/esm/core/Toast/Toast.d.ts +1 -1
- package/esm/core/Toast/Toast.js +86 -65
- package/esm/core/Toast/Toaster.d.ts +2 -2
- package/esm/core/Toast/Toaster.js +24 -19
- package/esm/core/ToggleSwitch/ToggleSwitch.js +40 -34
- package/esm/core/Tooltip/Tooltip.js +21 -20
- package/esm/core/TransferList/TransferList.js +59 -45
- package/esm/core/Tree/Tree.d.ts +2 -1
- package/esm/core/Tree/Tree.js +41 -31
- package/esm/core/Tree/TreeNode.js +111 -102
- package/esm/core/Tree/TreeNodeExpander.js +11 -9
- package/esm/core/Typography/Anchor.js +19 -21
- package/esm/core/Typography/Blockquote.js +11 -14
- package/esm/core/Typography/Kbd.js +10 -8
- package/esm/core/Typography/Text.js +7 -5
- package/esm/core/VisuallyHidden/VisuallyHidden.js +22 -21
- package/esm/react-table/react-table.types-test.js +169 -152
- package/esm/styles.js +1 -1
- package/esm/utils/components/AutoclearingHiddenLiveRegion.d.ts +2 -1
- package/esm/utils/components/AutoclearingHiddenLiveRegion.js +9 -7
- package/esm/utils/components/ButtonBase.js +1 -2
- package/esm/utils/components/FocusTrap.d.ts +2 -1
- package/esm/utils/components/FocusTrap.js +17 -22
- package/esm/utils/components/InputContainer.js +30 -24
- package/esm/utils/components/InputFlexContainer.js +15 -13
- package/esm/utils/components/LineClamp.js +17 -14
- package/esm/utils/components/MiddleTextTruncation.d.ts +1 -1
- package/esm/utils/components/MiddleTextTruncation.js +14 -12
- package/esm/utils/components/Resizer.d.ts +1 -1
- package/esm/utils/components/Resizer.js +73 -81
- package/esm/utils/components/ShadowRoot.d.ts +1 -1
- package/esm/utils/components/ShadowRoot.js +18 -26
- package/esm/utils/components/VirtualScroll.js +8 -9
- package/esm/utils/components/WithCSSTransition.d.ts +1 -1
- package/esm/utils/components/WithCSSTransition.js +34 -32
- package/esm/utils/functions/polymorphic.js +1 -2
- package/esm/utils/icons/StatusIconMap.d.ts +5 -5
- package/esm/utils/icons/StatusIconMap.js +5 -5
- package/esm/utils/icons/SvgCalendar.d.ts +1 -1
- package/esm/utils/icons/SvgCalendar.js +5 -5
- package/esm/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/esm/utils/icons/SvgCaretDownSmall.js +5 -5
- package/esm/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/esm/utils/icons/SvgCaretRightSmall.js +5 -5
- package/esm/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/esm/utils/icons/SvgCaretUpSmall.js +5 -5
- package/esm/utils/icons/SvgCheckmark.d.ts +1 -1
- package/esm/utils/icons/SvgCheckmark.js +5 -5
- package/esm/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/esm/utils/icons/SvgCheckmarkSmall.js +5 -5
- package/esm/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/esm/utils/icons/SvgChevronLeft.js +5 -5
- package/esm/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/esm/utils/icons/SvgChevronLeftDouble.js +5 -5
- package/esm/utils/icons/SvgChevronRight.d.ts +1 -1
- package/esm/utils/icons/SvgChevronRight.js +5 -5
- package/esm/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/esm/utils/icons/SvgChevronRightDouble.js +5 -5
- package/esm/utils/icons/SvgChevronRightSmall.d.ts +1 -1
- package/esm/utils/icons/SvgChevronRightSmall.js +5 -5
- package/esm/utils/icons/SvgClose.d.ts +1 -1
- package/esm/utils/icons/SvgClose.js +5 -5
- package/esm/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/esm/utils/icons/SvgCloseSmall.js +5 -5
- package/esm/utils/icons/SvgColumnManager.d.ts +1 -1
- package/esm/utils/icons/SvgColumnManager.js +5 -5
- package/esm/utils/icons/SvgDocument.d.ts +1 -1
- package/esm/utils/icons/SvgDocument.js +5 -5
- package/esm/utils/icons/SvgFilter.d.ts +1 -1
- package/esm/utils/icons/SvgFilter.js +5 -5
- package/esm/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/esm/utils/icons/SvgFilterHollow.js +5 -5
- package/esm/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/esm/utils/icons/SvgImportantSmall.js +5 -5
- package/esm/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/esm/utils/icons/SvgInfoCircular.js +5 -5
- package/esm/utils/icons/SvgMore.d.ts +1 -1
- package/esm/utils/icons/SvgMore.js +5 -5
- package/esm/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/esm/utils/icons/SvgMoreVertical.js +5 -5
- package/esm/utils/icons/SvgNew.d.ts +1 -1
- package/esm/utils/icons/SvgNew.js +5 -5
- package/esm/utils/icons/SvgSearch.d.ts +1 -1
- package/esm/utils/icons/SvgSearch.js +5 -5
- package/esm/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/esm/utils/icons/SvgSmileyHappy.js +5 -5
- package/esm/utils/icons/SvgSortDown.d.ts +1 -1
- package/esm/utils/icons/SvgSortDown.js +5 -5
- package/esm/utils/icons/SvgSortUp.d.ts +1 -1
- package/esm/utils/icons/SvgSortUp.js +5 -5
- package/esm/utils/icons/SvgStatusError.d.ts +1 -1
- package/esm/utils/icons/SvgStatusError.js +5 -5
- package/esm/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/esm/utils/icons/SvgStatusSuccess.js +5 -5
- package/esm/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/esm/utils/icons/SvgStatusWarning.js +5 -5
- package/esm/utils/icons/SvgSwap.d.ts +1 -1
- package/esm/utils/icons/SvgSwap.js +5 -5
- package/esm/utils/icons/SvgUpload.d.ts +1 -1
- package/esm/utils/icons/SvgUpload.js +5 -5
- package/esm/utils/meta.js +2 -2
- package/esm/utils/providers/HydrationProvider.d.ts +1 -1
- package/esm/utils/providers/HydrationProvider.js +12 -12
- package/esm/utils/providers/ScopeProvider.d.ts +1 -1
- package/esm/utils/providers/ScopeProvider.js +13 -11
- package/package.json +1 -1
- package/styles.css +1 -1
|
@@ -10,32 +10,29 @@ Object.defineProperty(exports, 'Fieldset', {
|
|
|
10
10
|
});
|
|
11
11
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
12
12
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
13
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
14
13
|
const _react = _interop_require_wildcard._(require('react'));
|
|
15
14
|
const _index = require('../../utils/index.js');
|
|
16
15
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
17
16
|
const Fieldset = _react.forwardRef((props, ref) => {
|
|
18
17
|
const { children, className, disabled, legend, ...rest } = props;
|
|
19
|
-
return
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
_react.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
],
|
|
40
|
-
});
|
|
18
|
+
return _react.createElement(
|
|
19
|
+
_index.Box,
|
|
20
|
+
{
|
|
21
|
+
as: 'fieldset',
|
|
22
|
+
className: (0, _classnames.default)('iui-fieldset', className),
|
|
23
|
+
disabled: disabled,
|
|
24
|
+
ref: ref,
|
|
25
|
+
...rest,
|
|
26
|
+
},
|
|
27
|
+
legend && _react.createElement('legend', null, legend),
|
|
28
|
+
disabled
|
|
29
|
+
? _react.Children.map(children, (child) =>
|
|
30
|
+
_react.isValidElement(child)
|
|
31
|
+
? _react.cloneElement(child, {
|
|
32
|
+
disabled: true,
|
|
33
|
+
})
|
|
34
|
+
: child,
|
|
35
|
+
)
|
|
36
|
+
: children,
|
|
37
|
+
);
|
|
41
38
|
});
|
|
@@ -10,39 +10,40 @@ Object.defineProperty(exports, 'FileEmptyCard', {
|
|
|
10
10
|
});
|
|
11
11
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
12
12
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
13
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
14
13
|
const _react = _interop_require_wildcard._(require('react'));
|
|
15
14
|
const _index = require('../../utils/index.js');
|
|
16
15
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
17
16
|
const _FileUploadCard = require('./FileUploadCard.js');
|
|
18
17
|
const FileEmptyCardIcon = _index.polymorphic.span('iui-file-card-empty-icon', {
|
|
19
|
-
children:
|
|
18
|
+
children: _react.createElement(_index.SvgUpload, null),
|
|
20
19
|
});
|
|
21
20
|
const FileEmptyCardText = _index.polymorphic.span('iui-file-card-empty-action');
|
|
22
21
|
const FileEmptyCardComponent = _react.forwardRef((props, ref) => {
|
|
23
22
|
const { children, className, ...rest } = props;
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
23
|
+
return _react.createElement(
|
|
24
|
+
_index.Box,
|
|
25
|
+
{
|
|
26
|
+
className: (0, _classnames.default)('iui-file-card-empty', className),
|
|
27
|
+
ref: ref,
|
|
28
|
+
...rest,
|
|
29
|
+
},
|
|
30
|
+
children ??
|
|
31
|
+
_react.createElement(
|
|
32
|
+
_react.Fragment,
|
|
33
|
+
null,
|
|
34
|
+
_react.createElement(FileEmptyCard.Icon, null),
|
|
35
|
+
_react.createElement(
|
|
36
|
+
FileEmptyCard.Text,
|
|
37
|
+
null,
|
|
38
|
+
_react.createElement(
|
|
39
|
+
_FileUploadCard.FileUploadCard.InputLabel,
|
|
40
|
+
null,
|
|
41
|
+
'Choose a file',
|
|
42
|
+
),
|
|
43
|
+
_react.createElement('div', null, 'to upload.'),
|
|
44
|
+
),
|
|
45
|
+
),
|
|
46
|
+
);
|
|
46
47
|
});
|
|
47
48
|
const FileEmptyCard = Object.assign(FileEmptyCardComponent, {
|
|
48
49
|
Icon: FileEmptyCardIcon,
|
|
@@ -10,7 +10,6 @@ Object.defineProperty(exports, 'FileUpload', {
|
|
|
10
10
|
});
|
|
11
11
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
12
12
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
13
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
14
13
|
const _react = _interop_require_wildcard._(require('react'));
|
|
15
14
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
16
15
|
const _index = require('../../utils/index.js');
|
|
@@ -43,51 +42,58 @@ const FileUpload = _react.forwardRef((props, forwardedRef) => {
|
|
|
43
42
|
onFileDropped(e.dataTransfer?.files, e);
|
|
44
43
|
}
|
|
45
44
|
};
|
|
46
|
-
return
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
'iui-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
45
|
+
return _react.createElement(
|
|
46
|
+
_index.Box,
|
|
47
|
+
{
|
|
48
|
+
...rest,
|
|
49
|
+
className: (0, _classnames.default)(
|
|
50
|
+
'iui-file-upload',
|
|
51
|
+
{
|
|
52
|
+
'iui-drag': isDragActive,
|
|
53
|
+
},
|
|
54
|
+
props?.className,
|
|
55
|
+
),
|
|
56
|
+
ref: forwardedRef,
|
|
57
|
+
onDragEnter: (0, _index.mergeEventHandlers)(
|
|
58
|
+
props.onDragEnter,
|
|
59
|
+
onDragEnterHandler,
|
|
60
|
+
),
|
|
61
|
+
onDragOver: (0, _index.mergeEventHandlers)(
|
|
62
|
+
props.onDragOver,
|
|
63
|
+
onDragOverHandler,
|
|
64
|
+
),
|
|
65
|
+
onDragLeave: (0, _index.mergeEventHandlers)(
|
|
66
|
+
props.onDragLeave,
|
|
67
|
+
onDragLeaveHandler,
|
|
68
|
+
),
|
|
69
|
+
onDrop: (0, _index.mergeEventHandlers)(props.onDrop, onDropHandler),
|
|
70
|
+
},
|
|
71
|
+
dragContent
|
|
72
|
+
? children
|
|
73
|
+
: _react.createElement(
|
|
74
|
+
_index.Box,
|
|
75
|
+
{
|
|
73
76
|
as: 'div',
|
|
74
77
|
...contentProps,
|
|
75
78
|
className: (0, _classnames.default)(
|
|
76
79
|
'iui-content',
|
|
77
80
|
contentProps?.className,
|
|
78
81
|
),
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
},
|
|
83
|
+
children,
|
|
84
|
+
),
|
|
85
|
+
dragContent &&
|
|
86
|
+
_react.createElement(
|
|
87
|
+
_index.Box,
|
|
88
|
+
{
|
|
83
89
|
as: 'div',
|
|
84
90
|
...contentProps,
|
|
85
91
|
className: (0, _classnames.default)(
|
|
86
92
|
'iui-content',
|
|
87
93
|
contentProps?.className,
|
|
88
94
|
),
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
95
|
+
},
|
|
96
|
+
dragContent,
|
|
97
|
+
),
|
|
98
|
+
);
|
|
93
99
|
});
|
|
@@ -19,7 +19,6 @@ _export(exports, {
|
|
|
19
19
|
});
|
|
20
20
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
21
21
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
22
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
23
22
|
const _react = _interop_require_wildcard._(require('react'));
|
|
24
23
|
const _index = require('../../utils/index.js');
|
|
25
24
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
@@ -39,7 +38,7 @@ const toDate = (dateNumber) => {
|
|
|
39
38
|
return date.toDateString() + ' ' + date.toLocaleTimeString();
|
|
40
39
|
};
|
|
41
40
|
const FileUploadCardIcon = _index.polymorphic.span('iui-file-card-icon', {
|
|
42
|
-
children:
|
|
41
|
+
children: _react.createElement(_index.SvgDocument, null),
|
|
43
42
|
});
|
|
44
43
|
FileUploadCardIcon.displayName = 'FileUploadCard.Icon';
|
|
45
44
|
const FileUploadCardInfo = _index.polymorphic.span('iui-file-card-text');
|
|
@@ -49,13 +48,16 @@ const FileUploadCardTitle = _react.forwardRef((props, ref) => {
|
|
|
49
48
|
const { files } = (0, _index.useSafeContext)(FileUploadCardContext);
|
|
50
49
|
const title =
|
|
51
50
|
files.length > 1 ? files.length + ' files selected' : files[0].name;
|
|
52
|
-
return
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
51
|
+
return _react.createElement(
|
|
52
|
+
_index.Box,
|
|
53
|
+
{
|
|
54
|
+
as: 'span',
|
|
55
|
+
className: (0, _classnames.default)('iui-file-card-title', className),
|
|
56
|
+
ref: ref,
|
|
57
|
+
...rest,
|
|
58
|
+
},
|
|
59
|
+
children ?? title,
|
|
60
|
+
);
|
|
59
61
|
});
|
|
60
62
|
FileUploadCardTitle.displayName = 'FileUploadCard.Title';
|
|
61
63
|
const FileUploadCardDescription = _react.forwardRef((props, ref) => {
|
|
@@ -68,13 +70,19 @@ const FileUploadCardDescription = _react.forwardRef((props, ref) => {
|
|
|
68
70
|
if (files.length > 2) {
|
|
69
71
|
description += ', and ' + (files.length - 2) + ' others';
|
|
70
72
|
}
|
|
71
|
-
return
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
73
|
+
return _react.createElement(
|
|
74
|
+
_index.Box,
|
|
75
|
+
{
|
|
76
|
+
as: 'span',
|
|
77
|
+
className: (0, _classnames.default)(
|
|
78
|
+
'iui-file-card-description',
|
|
79
|
+
className,
|
|
80
|
+
),
|
|
81
|
+
ref: ref,
|
|
82
|
+
...rest,
|
|
83
|
+
},
|
|
84
|
+
children ?? description,
|
|
85
|
+
);
|
|
78
86
|
});
|
|
79
87
|
FileUploadCardDescription.displayName = 'FileUploadCard.Description';
|
|
80
88
|
const FileUploadCardAction = _index.polymorphic.div('iui-file-card-action');
|
|
@@ -82,13 +90,16 @@ FileUploadCardAction.displayName = 'FileUploadCard.Action';
|
|
|
82
90
|
const FileUploadCardInputLabel = _react.forwardRef((props, ref) => {
|
|
83
91
|
const { children, ...rest } = props;
|
|
84
92
|
const { inputId } = (0, _index.useSafeContext)(FileUploadCardContext);
|
|
85
|
-
return
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
93
|
+
return _react.createElement(
|
|
94
|
+
_Anchor.Anchor,
|
|
95
|
+
{
|
|
96
|
+
as: 'label',
|
|
97
|
+
ref: ref,
|
|
98
|
+
htmlFor: inputId,
|
|
99
|
+
...rest,
|
|
100
|
+
},
|
|
101
|
+
children,
|
|
102
|
+
);
|
|
92
103
|
});
|
|
93
104
|
FileUploadCardInputLabel.displayName = 'FileUploadCard.InputLabel';
|
|
94
105
|
const FileUploadCardInput = _react.forwardRef((props, ref) => {
|
|
@@ -113,24 +124,24 @@ const FileUploadCardInput = _react.forwardRef((props, ref) => {
|
|
|
113
124
|
setInputId(id);
|
|
114
125
|
}
|
|
115
126
|
}, [id, inputId, setInputId]);
|
|
116
|
-
return
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
ref: refs,
|
|
128
|
-
id: id ?? inputId,
|
|
129
|
-
...rest,
|
|
127
|
+
return _react.createElement(
|
|
128
|
+
_react.Fragment,
|
|
129
|
+
null,
|
|
130
|
+
_react.createElement(_VisuallyHidden.VisuallyHidden, {
|
|
131
|
+
as: 'input',
|
|
132
|
+
type: 'file',
|
|
133
|
+
unhideOnFocus: false,
|
|
134
|
+
onChange: (0, _index.mergeEventHandlers)(onChange, (e) => {
|
|
135
|
+
const _files = Array.from(e.currentTarget.files || []);
|
|
136
|
+
onFilesChange?.(_files);
|
|
137
|
+
setInternalFiles(_files);
|
|
130
138
|
}),
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
139
|
+
ref: refs,
|
|
140
|
+
id: id ?? inputId,
|
|
141
|
+
...rest,
|
|
142
|
+
}),
|
|
143
|
+
children,
|
|
144
|
+
);
|
|
134
145
|
});
|
|
135
146
|
FileUploadCardInput.displayName = 'FileUploadCard.Input';
|
|
136
147
|
const FileUploadCardComponent = _react.forwardRef((props, ref) => {
|
|
@@ -139,7 +150,7 @@ const FileUploadCardComponent = _react.forwardRef((props, ref) => {
|
|
|
139
150
|
children,
|
|
140
151
|
files: filesProp,
|
|
141
152
|
onFilesChange,
|
|
142
|
-
emptyCard =
|
|
153
|
+
emptyCard = _react.createElement(_FileEmptyCard.FileEmptyCard, null),
|
|
143
154
|
input,
|
|
144
155
|
...rest
|
|
145
156
|
} = props;
|
|
@@ -147,43 +158,50 @@ const FileUploadCardComponent = _react.forwardRef((props, ref) => {
|
|
|
147
158
|
const uid = (0, _index.useId)();
|
|
148
159
|
const [inputId, setInputId] = _react.useState(uid);
|
|
149
160
|
const files = filesProp ?? internalFiles ?? [];
|
|
150
|
-
return
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
161
|
+
return _react.createElement(
|
|
162
|
+
FileUploadCardContext.Provider,
|
|
163
|
+
{
|
|
164
|
+
value: {
|
|
165
|
+
files,
|
|
166
|
+
onFilesChange,
|
|
167
|
+
setInternalFiles,
|
|
168
|
+
inputId,
|
|
169
|
+
setInputId,
|
|
170
|
+
},
|
|
157
171
|
},
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
172
|
+
files?.length
|
|
173
|
+
? _react.createElement(
|
|
174
|
+
_index.Box,
|
|
175
|
+
{
|
|
161
176
|
className: (0, _classnames.default)('iui-file-card', className),
|
|
162
177
|
ref: ref,
|
|
163
178
|
...rest,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
179
|
+
},
|
|
180
|
+
children ??
|
|
181
|
+
_react.createElement(
|
|
182
|
+
_react.Fragment,
|
|
183
|
+
null,
|
|
184
|
+
_react.createElement(FileUploadCard.Icon, null),
|
|
185
|
+
_react.createElement(
|
|
186
|
+
FileUploadCard.Info,
|
|
187
|
+
null,
|
|
188
|
+
_react.createElement(FileUploadCard.Title, null),
|
|
189
|
+
_react.createElement(FileUploadCard.Description, null),
|
|
190
|
+
),
|
|
191
|
+
_react.createElement(
|
|
192
|
+
FileUploadCard.Action,
|
|
193
|
+
null,
|
|
194
|
+
_react.createElement(
|
|
195
|
+
FileUploadCard.InputLabel,
|
|
196
|
+
null,
|
|
197
|
+
'Replace',
|
|
198
|
+
),
|
|
199
|
+
),
|
|
200
|
+
),
|
|
201
|
+
)
|
|
202
|
+
: emptyCard,
|
|
203
|
+
input ?? _react.createElement(FileUploadCard.Input, null),
|
|
204
|
+
);
|
|
187
205
|
});
|
|
188
206
|
const FileUploadCard = Object.assign(FileUploadCardComponent, {
|
|
189
207
|
Icon: FileUploadCardIcon,
|
|
@@ -10,7 +10,6 @@ Object.defineProperty(exports, 'FileUploadTemplate', {
|
|
|
10
10
|
});
|
|
11
11
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
12
12
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
13
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
14
13
|
const _react = _interop_require_wildcard._(require('react'));
|
|
15
14
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
16
15
|
const _index = require('../../utils/index.js');
|
|
@@ -26,38 +25,42 @@ const FileUploadTemplate = _react.forwardRef((props, ref) => {
|
|
|
26
25
|
className,
|
|
27
26
|
...rest
|
|
28
27
|
} = props;
|
|
29
|
-
return
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
28
|
+
return _react.createElement(
|
|
29
|
+
_index.Box,
|
|
30
|
+
{
|
|
31
|
+
className: (0, _classnames.default)(
|
|
32
|
+
'iui-file-upload-template',
|
|
33
|
+
className,
|
|
34
|
+
),
|
|
35
|
+
ref: ref,
|
|
36
|
+
...rest,
|
|
37
|
+
},
|
|
38
|
+
_react.createElement(_index.SvgUpload, {
|
|
39
|
+
className: 'iui-template-icon',
|
|
40
|
+
'aria-hidden': true,
|
|
41
|
+
}),
|
|
42
|
+
_react.createElement(
|
|
43
|
+
_index.Box,
|
|
44
|
+
{
|
|
39
45
|
className: 'iui-template-text',
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}),
|
|
61
|
-
],
|
|
62
|
-
});
|
|
46
|
+
},
|
|
47
|
+
_react.createElement(
|
|
48
|
+
_Anchor.Anchor,
|
|
49
|
+
{
|
|
50
|
+
as: 'label',
|
|
51
|
+
},
|
|
52
|
+
_react.createElement(_index.Box, {
|
|
53
|
+
as: 'input',
|
|
54
|
+
className: 'iui-browse-input',
|
|
55
|
+
type: 'file',
|
|
56
|
+
onChange: onChange,
|
|
57
|
+
multiple: acceptMultiple,
|
|
58
|
+
accept: acceptType,
|
|
59
|
+
}),
|
|
60
|
+
label,
|
|
61
|
+
),
|
|
62
|
+
_react.createElement('div', null, subtitle),
|
|
63
|
+
children,
|
|
64
|
+
),
|
|
65
|
+
);
|
|
63
66
|
});
|
package/cjs/core/Flex/Flex.js
CHANGED
|
@@ -10,7 +10,6 @@ Object.defineProperty(exports, 'Flex', {
|
|
|
10
10
|
});
|
|
11
11
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
12
12
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
13
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
14
13
|
const _react = _interop_require_wildcard._(require('react'));
|
|
15
14
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
16
15
|
const _Box = require('../../utils/components/Box.js');
|
|
@@ -33,7 +32,7 @@ const FlexComponent = _react.forwardRef((props, ref) => {
|
|
|
33
32
|
style,
|
|
34
33
|
...rest
|
|
35
34
|
} = props;
|
|
36
|
-
return
|
|
35
|
+
return _react.createElement(_Box.Box, {
|
|
37
36
|
className: (0, _classnames.default)('iui-flex', className),
|
|
38
37
|
style: {
|
|
39
38
|
'--iui-flex-display': display,
|
|
@@ -51,7 +50,7 @@ const FlexComponent = _react.forwardRef((props, ref) => {
|
|
|
51
50
|
FlexComponent.displayName = 'Flex';
|
|
52
51
|
const FlexSpacer = _react.forwardRef((props, ref) => {
|
|
53
52
|
const { flex, className, style, ...rest } = props;
|
|
54
|
-
return
|
|
53
|
+
return _react.createElement(_Box.Box, {
|
|
55
54
|
className: (0, _classnames.default)('iui-flex-spacer', className),
|
|
56
55
|
style: {
|
|
57
56
|
'--iui-flex-spacer-flex': flex,
|
|
@@ -78,7 +77,7 @@ const FlexItem = _react.forwardRef((props, ref) => {
|
|
|
78
77
|
}),
|
|
79
78
|
...style,
|
|
80
79
|
};
|
|
81
|
-
return
|
|
80
|
+
return _react.createElement(_Box.Box, {
|
|
82
81
|
className: (0, _classnames.default)('iui-flex-item', className),
|
|
83
82
|
ref: ref,
|
|
84
83
|
style: _style,
|
|
@@ -52,7 +52,7 @@ export declare const defaultFooterElements: FooterElement[];
|
|
|
52
52
|
* @example <caption>Changing a url</caption>
|
|
53
53
|
* <Footer customElements={(defaultElements) => defaultElements.map(element => ({ ...element, url: element.key === 'privacy' ? customPrivacyUrl : element.url }))} />
|
|
54
54
|
*/
|
|
55
|
-
export declare const Footer: ((props: FooterProps) =>
|
|
55
|
+
export declare const Footer: ((props: FooterProps) => React.JSX.Element) & {
|
|
56
56
|
List: import("../../utils/props.js").PolymorphicForwardRefComponent<"ul", {}>;
|
|
57
57
|
Item: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
|
|
58
58
|
Separator: import("../../utils/props.js").PolymorphicForwardRefComponent<"li", {}>;
|
|
@@ -19,7 +19,6 @@ _export(exports, {
|
|
|
19
19
|
});
|
|
20
20
|
const _interop_require_default = require('@swc/helpers/_/_interop_require_default');
|
|
21
21
|
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
|
|
22
|
-
const _jsxruntime = require('react/jsx-runtime');
|
|
23
22
|
const _react = _interop_require_wildcard._(require('react'));
|
|
24
23
|
const _classnames = _interop_require_default._(require('classnames'));
|
|
25
24
|
const _index = require('../../utils/index.js');
|
|
@@ -90,40 +89,45 @@ const Footer = Object.assign(
|
|
|
90
89
|
? customElements(translatedElements)
|
|
91
90
|
: [...translatedElements, ...customElements];
|
|
92
91
|
}
|
|
93
|
-
return
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
92
|
+
return _react.createElement(
|
|
93
|
+
_index.Box,
|
|
94
|
+
{
|
|
95
|
+
as: 'footer',
|
|
96
|
+
className: (0, _classnames.default)('iui-legal-footer', className),
|
|
97
|
+
...rest,
|
|
98
|
+
},
|
|
99
|
+
children
|
|
98
100
|
? children
|
|
99
|
-
:
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
: _react.createElement(
|
|
102
|
+
_FooterList.FooterList,
|
|
103
|
+
null,
|
|
104
|
+
elements.map((element, index) => {
|
|
105
|
+
return _react.createElement(
|
|
102
106
|
_react.Fragment,
|
|
103
107
|
{
|
|
104
|
-
|
|
105
|
-
index > 0 &&
|
|
106
|
-
(0, _jsxruntime.jsx)(
|
|
107
|
-
_FooterSeparator.FooterSeparator,
|
|
108
|
-
{},
|
|
109
|
-
),
|
|
110
|
-
(0, _jsxruntime.jsx)(_FooterItem.FooterItem, {
|
|
111
|
-
children: element.url
|
|
112
|
-
? (0, _jsxruntime.jsx)(_Anchor.Anchor, {
|
|
113
|
-
href: element.url,
|
|
114
|
-
target: '_blank',
|
|
115
|
-
rel: 'noreferrer',
|
|
116
|
-
children: element.title,
|
|
117
|
-
})
|
|
118
|
-
: element.title,
|
|
119
|
-
}),
|
|
120
|
-
],
|
|
108
|
+
key: element.key || `${element.title}-${index}`,
|
|
121
109
|
},
|
|
122
|
-
|
|
110
|
+
index > 0 &&
|
|
111
|
+
_react.createElement(_FooterSeparator.FooterSeparator, null),
|
|
112
|
+
_react.createElement(
|
|
113
|
+
_FooterItem.FooterItem,
|
|
114
|
+
null,
|
|
115
|
+
element.url
|
|
116
|
+
? _react.createElement(
|
|
117
|
+
_Anchor.Anchor,
|
|
118
|
+
{
|
|
119
|
+
href: element.url,
|
|
120
|
+
target: '_blank',
|
|
121
|
+
rel: 'noreferrer',
|
|
122
|
+
},
|
|
123
|
+
element.title,
|
|
124
|
+
)
|
|
125
|
+
: element.title,
|
|
126
|
+
),
|
|
123
127
|
);
|
|
124
128
|
}),
|
|
125
|
-
|
|
126
|
-
|
|
129
|
+
),
|
|
130
|
+
);
|
|
127
131
|
},
|
|
128
132
|
{
|
|
129
133
|
List: _FooterList.FooterList,
|