@itwin/itwinui-react 3.0.0-dev.4 → 3.0.0-dev.6
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 +90 -1
- package/cjs/core/Alert/Alert.d.ts +5 -5
- package/cjs/core/Alert/Alert.js +72 -59
- package/cjs/core/Alert/index.js +9 -4
- package/cjs/core/Avatar/Avatar.d.ts +3 -3
- package/cjs/core/Avatar/Avatar.js +60 -44
- package/cjs/core/Avatar/index.js +9 -4
- package/cjs/core/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/cjs/core/AvatarGroup/AvatarGroup.js +69 -53
- package/cjs/core/AvatarGroup/index.js +9 -4
- package/cjs/core/Backdrop/Backdrop.d.ts +1 -1
- package/cjs/core/Backdrop/Backdrop.js +16 -33
- package/cjs/core/Backdrop/index.js +9 -4
- package/cjs/core/Badge/Badge.d.ts +1 -1
- package/cjs/core/Badge/Badge.js +39 -47
- package/cjs/core/Badge/index.js +9 -4
- package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +16 -24
- package/cjs/core/Breadcrumbs/Breadcrumbs.js +131 -61
- package/cjs/core/Breadcrumbs/index.js +9 -4
- package/cjs/core/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/cjs/core/ButtonGroup/ButtonGroup.js +65 -53
- package/cjs/core/ButtonGroup/index.js +9 -4
- package/cjs/core/Buttons/Button/Button.d.ts +1 -1
- package/cjs/core/Buttons/Button/Button.js +43 -36
- package/cjs/core/Buttons/Button/index.js +9 -4
- package/cjs/core/Buttons/DropdownButton/DropdownButton.d.ts +2 -2
- package/cjs/core/Buttons/DropdownButton/DropdownButton.js +61 -51
- package/cjs/core/Buttons/DropdownButton/index.js +9 -4
- package/cjs/core/Buttons/IconButton/IconButton.d.ts +1 -1
- package/cjs/core/Buttons/IconButton/IconButton.js +59 -38
- package/cjs/core/Buttons/IconButton/index.js +9 -4
- package/cjs/core/Buttons/IdeasButton/IdeasButton.d.ts +1 -1
- package/cjs/core/Buttons/IdeasButton/IdeasButton.js +20 -30
- package/cjs/core/Buttons/IdeasButton/index.js +9 -4
- package/cjs/core/Buttons/SplitButton/SplitButton.d.ts +1 -1
- package/cjs/core/Buttons/SplitButton/SplitButton.js +68 -49
- package/cjs/core/Buttons/SplitButton/index.js +9 -4
- package/cjs/core/Buttons/index.js +43 -13
- package/cjs/core/Carousel/Carousel.d.ts +3 -3
- package/cjs/core/Carousel/Carousel.js +109 -107
- package/cjs/core/Carousel/CarouselContext.js +4 -26
- package/cjs/core/Carousel/CarouselDot.d.ts +1 -1
- package/cjs/core/Carousel/CarouselDot.js +25 -37
- package/cjs/core/Carousel/CarouselDotsList.d.ts +1 -1
- package/cjs/core/Carousel/CarouselDotsList.js +129 -95
- package/cjs/core/Carousel/CarouselNavigation.d.ts +2 -2
- package/cjs/core/Carousel/CarouselNavigation.js +97 -66
- package/cjs/core/Carousel/CarouselSlide.d.ts +1 -1
- package/cjs/core/Carousel/CarouselSlide.js +39 -46
- package/cjs/core/Carousel/CarouselSlider.js +66 -71
- package/cjs/core/Carousel/index.js +9 -4
- package/cjs/core/Checkbox/Checkbox.d.ts +9 -5
- package/cjs/core/Checkbox/Checkbox.js +88 -60
- package/cjs/core/Checkbox/index.js +9 -4
- package/cjs/core/ColorPicker/ColorBuilder.js +289 -198
- package/cjs/core/ColorPicker/ColorInputPanel.d.ts +1 -1
- package/cjs/core/ColorPicker/ColorInputPanel.js +453 -282
- package/cjs/core/ColorPicker/ColorPalette.d.ts +1 -1
- package/cjs/core/ColorPicker/ColorPalette.js +124 -113
- package/cjs/core/ColorPicker/ColorPicker.d.ts +1 -6
- package/cjs/core/ColorPicker/ColorPicker.js +82 -85
- package/cjs/core/ColorPicker/ColorPickerContext.js +11 -31
- package/cjs/core/ColorPicker/ColorSwatch.d.ts +1 -1
- package/cjs/core/ColorPicker/ColorSwatch.js +30 -39
- package/cjs/core/ColorPicker/index.js +43 -13
- package/cjs/core/ComboBox/ComboBox.d.ts +6 -6
- package/cjs/core/ComboBox/ComboBox.js +393 -294
- package/cjs/core/ComboBox/ComboBoxDropdown.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxDropdown.js +39 -42
- package/cjs/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxEndIcon.js +46 -43
- package/cjs/core/ComboBox/ComboBoxInput.d.ts +2 -2
- package/cjs/core/ComboBox/ComboBoxInput.js +200 -152
- package/cjs/core/ComboBox/ComboBoxInputContainer.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxInputContainer.js +35 -34
- package/cjs/core/ComboBox/ComboBoxMenu.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxMenu.js +108 -73
- package/cjs/core/ComboBox/ComboBoxMenuItem.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxMenuItem.js +71 -42
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.js +13 -32
- package/cjs/core/ComboBox/helpers.d.ts +2 -2
- package/cjs/core/ComboBox/helpers.js +47 -65
- package/cjs/core/ComboBox/index.js +9 -4
- package/cjs/core/DatePicker/DatePicker.d.ts +2 -2
- package/cjs/core/DatePicker/DatePicker.js +523 -357
- package/cjs/core/DatePicker/index.js +15 -5
- package/cjs/core/Dialog/Dialog.d.ts +1 -1
- package/cjs/core/Dialog/Dialog.js +72 -68
- package/cjs/core/Dialog/DialogBackdrop.d.ts +1 -1
- package/cjs/core/Dialog/DialogBackdrop.js +47 -52
- package/cjs/core/Dialog/DialogButtonBar.js +3 -3
- package/cjs/core/Dialog/DialogContent.d.ts +2 -1
- package/cjs/core/Dialog/DialogContent.js +28 -4
- package/cjs/core/Dialog/DialogContext.d.ts +1 -1
- package/cjs/core/Dialog/DialogContext.js +5 -27
- package/cjs/core/Dialog/DialogDragContext.d.ts +1 -1
- package/cjs/core/Dialog/DialogDragContext.js +8 -30
- package/cjs/core/Dialog/DialogMain.d.ts +1 -1
- package/cjs/core/Dialog/DialogMain.js +183 -142
- package/cjs/core/Dialog/DialogTitleBar.d.ts +1 -1
- package/cjs/core/Dialog/DialogTitleBar.js +67 -45
- package/cjs/core/Dialog/DialogTitleBarTitle.js +3 -3
- package/cjs/core/Dialog/index.js +9 -4
- package/cjs/core/DropdownMenu/DropdownMenu.d.ts +4 -4
- package/cjs/core/DropdownMenu/DropdownMenu.js +72 -50
- package/cjs/core/DropdownMenu/index.js +9 -4
- package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +77 -21
- package/cjs/core/ExpandableBlock/ExpandableBlock.js +233 -76
- package/cjs/core/ExpandableBlock/index.js +9 -4
- package/cjs/core/Fieldset/Fieldset.d.ts +1 -1
- package/cjs/core/Fieldset/Fieldset.js +25 -39
- package/cjs/core/Fieldset/index.js +9 -4
- package/cjs/core/FileUpload/FileEmptyCard.js +43 -42
- package/cjs/core/FileUpload/FileUpload.d.ts +1 -1
- package/cjs/core/FileUpload/FileUpload.js +67 -67
- package/cjs/core/FileUpload/FileUploadCard.d.ts +1 -1
- package/cjs/core/FileUpload/FileUploadCard.js +168 -108
- package/cjs/core/FileUpload/FileUploadTemplate.d.ts +1 -1
- package/cjs/core/FileUpload/FileUploadTemplate.js +51 -41
- package/cjs/core/FileUpload/index.js +35 -11
- package/cjs/core/Footer/Footer.d.ts +4 -4
- package/cjs/core/Footer/Footer.js +103 -89
- package/cjs/core/Footer/FooterItem.js +3 -3
- package/cjs/core/Footer/FooterList.js +3 -3
- package/cjs/core/Footer/FooterSeparator.js +8 -5
- package/cjs/core/Footer/index.js +15 -5
- package/cjs/core/Header/Header.d.ts +2 -2
- package/cjs/core/Header/Header.js +67 -47
- package/cjs/core/Header/HeaderBasicButton.js +37 -38
- package/cjs/core/Header/HeaderBreadcrumbs.d.ts +1 -1
- package/cjs/core/Header/HeaderBreadcrumbs.js +38 -39
- package/cjs/core/Header/HeaderButton.d.ts +5 -1
- package/cjs/core/Header/HeaderButton.js +76 -43
- package/cjs/core/Header/HeaderDropdownButton.js +49 -45
- package/cjs/core/Header/HeaderLogo.d.ts +1 -1
- package/cjs/core/Header/HeaderLogo.js +42 -36
- package/cjs/core/Header/HeaderSplitButton.js +68 -46
- package/cjs/core/Header/index.js +35 -11
- package/cjs/core/InformationPanel/InformationPanel.d.ts +1 -1
- package/cjs/core/InformationPanel/InformationPanel.js +77 -67
- package/cjs/core/InformationPanel/InformationPanelBody.js +6 -4
- package/cjs/core/InformationPanel/InformationPanelContent.d.ts +1 -1
- package/cjs/core/InformationPanel/InformationPanelContent.js +20 -33
- package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +1 -1
- package/cjs/core/InformationPanel/InformationPanelHeader.js +34 -39
- package/cjs/core/InformationPanel/InformationPanelWrapper.js +6 -4
- package/cjs/core/InformationPanel/index.js +43 -13
- package/cjs/core/Input/Input.d.ts +6 -6
- package/cjs/core/Input/Input.js +17 -40
- package/cjs/core/Input/index.js +9 -4
- package/cjs/core/InputGroup/InputGroup.d.ts +1 -1
- package/cjs/core/InputGroup/InputGroup.js +46 -41
- package/cjs/core/InputGroup/index.js +9 -4
- package/cjs/core/Label/Label.d.ts +1 -1
- package/cjs/core/Label/Label.js +30 -36
- package/cjs/core/Label/index.js +9 -4
- package/cjs/core/LabeledInput/LabeledInput.d.ts +1 -1
- package/cjs/core/LabeledInput/LabeledInput.js +49 -33
- package/cjs/core/LabeledInput/index.js +9 -4
- package/cjs/core/LabeledSelect/LabeledSelect.d.ts +1 -1
- package/cjs/core/LabeledSelect/LabeledSelect.js +56 -44
- package/cjs/core/LabeledSelect/index.js +9 -4
- package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +2 -3
- package/cjs/core/LabeledTextarea/LabeledTextarea.js +49 -33
- package/cjs/core/LabeledTextarea/index.js +9 -4
- package/cjs/core/List/List.js +3 -3
- package/cjs/core/List/ListItem.d.ts +4 -4
- package/cjs/core/List/ListItem.js +55 -60
- package/cjs/core/List/index.js +16 -6
- package/cjs/core/Menu/Menu.d.ts +1 -1
- package/cjs/core/Menu/Menu.js +66 -78
- package/cjs/core/Menu/MenuDivider.js +4 -4
- package/cjs/core/Menu/MenuExtraContent.js +4 -4
- package/cjs/core/Menu/MenuItem.d.ts +1 -1
- package/cjs/core/Menu/MenuItem.js +143 -86
- package/cjs/core/Menu/MenuItemSkeleton.d.ts +1 -1
- package/cjs/core/Menu/MenuItemSkeleton.js +54 -43
- package/cjs/core/Menu/index.js +43 -13
- package/cjs/core/Modal/Modal.d.ts +1 -1
- package/cjs/core/Modal/Modal.js +38 -33
- package/cjs/core/Modal/ModalButtonBar.js +7 -4
- package/cjs/core/Modal/ModalContent.js +3 -3
- package/cjs/core/Modal/index.js +23 -8
- package/cjs/core/NonIdealState/ErrorPage.d.ts +6 -7
- package/cjs/core/NonIdealState/ErrorPage.js +187 -146
- package/cjs/core/NonIdealState/NonIdealState.d.ts +17 -1
- package/cjs/core/NonIdealState/NonIdealState.js +77 -37
- package/cjs/core/NonIdealState/index.js +16 -6
- package/cjs/core/NotificationMarker/NotificationMarker.d.ts +1 -1
- package/cjs/core/NotificationMarker/NotificationMarker.js +29 -33
- package/cjs/core/NotificationMarker/index.js +9 -4
- package/cjs/core/Overlay/Overlay.d.ts +57 -0
- package/cjs/core/Overlay/Overlay.js +96 -0
- package/cjs/core/Overlay/index.d.ts +1 -0
- package/{esm/core/ProgressIndicators/ProgressRadial → cjs/core/Overlay}/index.js +10 -2
- package/cjs/core/ProgressIndicators/{ProgressLinear/ProgressLinear.d.ts → ProgressLinear.d.ts} +6 -6
- package/cjs/core/ProgressIndicators/ProgressLinear.js +64 -0
- package/cjs/core/ProgressIndicators/{ProgressRadial/ProgressRadial.d.ts → ProgressRadial.d.ts} +2 -2
- package/cjs/core/ProgressIndicators/ProgressRadial.js +74 -0
- package/cjs/core/ProgressIndicators/index.d.ts +2 -2
- package/cjs/core/ProgressIndicators/index.js +16 -6
- package/cjs/core/Radio/Radio.d.ts +7 -4
- package/cjs/core/Radio/Radio.js +54 -42
- package/cjs/core/Radio/index.js +9 -4
- package/cjs/core/RadioTiles/RadioTile.d.ts +15 -4
- package/cjs/core/RadioTiles/RadioTile.js +80 -45
- package/cjs/core/RadioTiles/RadioTileGroup.d.ts +1 -1
- package/cjs/core/RadioTiles/RadioTileGroup.js +16 -31
- package/cjs/core/RadioTiles/index.js +16 -6
- package/cjs/core/SearchBox/SearchBox.d.ts +3 -3
- package/cjs/core/SearchBox/SearchBox.js +220 -128
- package/cjs/core/SearchBox/index.js +9 -4
- package/cjs/core/Select/Select.d.ts +5 -10
- package/cjs/core/Select/Select.js +291 -181
- package/cjs/core/Select/SelectTag.d.ts +1 -1
- package/cjs/core/Select/SelectTag.js +21 -34
- package/cjs/core/Select/SelectTagContainer.d.ts +1 -1
- package/cjs/core/Select/SelectTagContainer.js +30 -39
- package/cjs/core/Select/index.js +9 -4
- package/cjs/core/SideNavigation/SideNavigation.d.ts +1 -1
- package/cjs/core/SideNavigation/SideNavigation.js +105 -54
- package/cjs/core/SideNavigation/SidenavButton.d.ts +1 -1
- package/cjs/core/SideNavigation/SidenavButton.js +30 -33
- package/cjs/core/SideNavigation/SidenavSubmenu.js +23 -34
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -1
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +29 -35
- package/cjs/core/SideNavigation/index.js +35 -11
- package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
- package/cjs/core/SkipToContentLink/SkipToContentLink.js +20 -33
- package/cjs/core/SkipToContentLink/index.js +9 -4
- package/cjs/core/Slider/Slider.d.ts +4 -9
- package/cjs/core/Slider/Slider.js +343 -227
- package/cjs/core/Slider/Thumb.d.ts +2 -2
- package/cjs/core/Slider/Thumb.js +111 -84
- package/cjs/core/Slider/Track.d.ts +3 -3
- package/cjs/core/Slider/Track.js +72 -76
- package/cjs/core/Slider/index.js +9 -4
- package/cjs/core/StatusMessage/StatusMessage.d.ts +2 -2
- package/cjs/core/StatusMessage/StatusMessage.js +19 -32
- package/cjs/core/StatusMessage/index.js +9 -4
- package/cjs/core/Stepper/Stepper.d.ts +3 -3
- package/cjs/core/Stepper/Stepper.js +51 -36
- package/cjs/core/Stepper/StepperStep.d.ts +1 -1
- package/cjs/core/Stepper/StepperStep.js +84 -63
- package/cjs/core/Stepper/WorkflowDiagram.d.ts +1 -1
- package/cjs/core/Stepper/WorkflowDiagram.js +25 -33
- package/cjs/core/Stepper/WorkflowDiagramStep.d.ts +3 -3
- package/cjs/core/Stepper/WorkflowDiagramStep.js +32 -36
- package/cjs/core/Stepper/index.js +16 -6
- package/cjs/core/Surface/Surface.d.ts +2 -2
- package/cjs/core/Surface/Surface.js +78 -70
- package/cjs/core/Surface/index.js +9 -4
- package/cjs/core/Table/SubRowExpander.d.ts +2 -2
- package/cjs/core/Table/SubRowExpander.js +35 -37
- package/cjs/core/Table/Table.d.ts +18 -2
- package/cjs/core/Table/Table.js +767 -448
- package/cjs/core/Table/TableCell.d.ts +2 -2
- package/cjs/core/Table/TableCell.js +113 -88
- package/cjs/core/Table/TablePaginator.d.ts +3 -3
- package/cjs/core/Table/TablePaginator.js +312 -159
- package/cjs/core/Table/TableRowMemoized.d.ts +4 -4
- package/cjs/core/Table/TableRowMemoized.js +137 -89
- package/cjs/core/Table/actionHandlers/expandHandler.js +12 -12
- package/cjs/core/Table/actionHandlers/filterHandler.js +25 -17
- package/cjs/core/Table/actionHandlers/index.js +56 -14
- package/cjs/core/Table/actionHandlers/resizeHandler.js +13 -13
- package/cjs/core/Table/actionHandlers/selectHandler.js +123 -96
- package/cjs/core/Table/cells/DefaultCell.d.ts +2 -2
- package/cjs/core/Table/cells/DefaultCell.js +48 -38
- package/cjs/core/Table/cells/EditableCell.d.ts +2 -2
- package/cjs/core/Table/cells/EditableCell.js +75 -68
- package/cjs/core/Table/cells/index.js +16 -6
- package/cjs/core/Table/columns/actionColumn.d.ts +3 -3
- package/cjs/core/Table/columns/actionColumn.js +106 -96
- package/cjs/core/Table/columns/expanderColumn.d.ts +2 -2
- package/cjs/core/Table/columns/expanderColumn.js +45 -54
- package/cjs/core/Table/columns/index.js +41 -11
- package/cjs/core/Table/columns/selectionColumn.d.ts +4 -4
- package/cjs/core/Table/columns/selectionColumn.js +57 -51
- package/cjs/core/Table/filters/BaseFilter.d.ts +2 -2
- package/cjs/core/Table/filters/BaseFilter.js +24 -38
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -2
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +92 -72
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +4 -4
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +118 -79
- package/cjs/core/Table/filters/FilterButtonBar.d.ts +3 -3
- package/cjs/core/Table/filters/FilterButtonBar.js +39 -41
- package/cjs/core/Table/filters/FilterToggle.d.ts +3 -3
- package/cjs/core/Table/filters/FilterToggle.js +59 -51
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +4 -4
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +58 -52
- package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +3 -3
- package/cjs/core/Table/filters/TextFilter/TextFilter.js +40 -44
- package/cjs/core/Table/filters/customFilterFunctions.js +16 -14
- package/cjs/core/Table/filters/defaultFilterFunctions.js +86 -81
- package/cjs/core/Table/filters/index.js +35 -11
- package/cjs/core/Table/filters/tableFilters.d.ts +5 -5
- package/cjs/core/Table/filters/tableFilters.js +44 -54
- package/cjs/core/Table/filters/types.d.ts +1 -1
- package/cjs/core/Table/filters/types.js +2 -2
- package/cjs/core/Table/hooks/index.js +67 -19
- package/cjs/core/Table/hooks/useColumnDragAndDrop.js +101 -88
- package/cjs/core/Table/hooks/useExpanderCell.d.ts +1 -1
- package/cjs/core/Table/hooks/useExpanderCell.js +33 -47
- package/cjs/core/Table/hooks/useResizeColumns.js +362 -290
- package/cjs/core/Table/hooks/useScrollToRow.d.ts +2 -2
- package/cjs/core/Table/hooks/useScrollToRow.js +46 -60
- package/cjs/core/Table/hooks/useSelectionCell.js +17 -10
- package/cjs/core/Table/hooks/useStickyColumns.js +64 -62
- package/cjs/core/Table/hooks/useSubRowFiltering.js +95 -110
- package/cjs/core/Table/hooks/useSubRowSelection.js +32 -53
- package/cjs/core/Table/index.js +78 -18
- package/cjs/core/Table/utils.js +42 -40
- package/cjs/core/Tabs/Tab.d.ts +2 -2
- package/cjs/core/Tabs/Tab.js +51 -38
- package/cjs/core/Tabs/Tabs.d.ts +6 -6
- package/cjs/core/Tabs/Tabs.js +407 -335
- package/cjs/core/Tabs/index.js +16 -6
- package/cjs/core/Tag/Tag.d.ts +1 -1
- package/cjs/core/Tag/Tag.js +42 -40
- package/cjs/core/Tag/TagContainer.d.ts +1 -1
- package/cjs/core/Tag/TagContainer.js +23 -36
- package/cjs/core/Tag/index.js +16 -6
- package/cjs/core/Textarea/Textarea.d.ts +2 -9
- package/cjs/core/Textarea/Textarea.js +17 -41
- package/cjs/core/Textarea/index.js +9 -4
- package/cjs/core/ThemeProvider/ThemeContext.js +4 -26
- package/cjs/core/ThemeProvider/ThemeProvider.d.ts +4 -4
- package/cjs/core/ThemeProvider/ThemeProvider.js +77 -54
- package/cjs/core/ThemeProvider/index.js +9 -4
- package/cjs/core/Tile/Tile.d.ts +14 -14
- package/cjs/core/Tile/Tile.js +334 -234
- package/cjs/core/Tile/index.js +9 -4
- package/cjs/core/TimePicker/TimePicker.d.ts +3 -3
- package/cjs/core/TimePicker/TimePicker.js +458 -259
- package/cjs/core/TimePicker/index.js +9 -4
- package/cjs/core/Toast/Toast.d.ts +5 -5
- package/cjs/core/Toast/Toast.js +192 -132
- package/cjs/core/Toast/Toaster.d.ts +5 -5
- package/cjs/core/Toast/Toaster.js +103 -100
- package/cjs/core/Toast/index.js +9 -4
- package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +1 -6
- package/cjs/core/ToggleSwitch/ToggleSwitch.js +66 -53
- package/cjs/core/ToggleSwitch/index.js +9 -4
- package/cjs/core/Tooltip/Tooltip.d.ts +2 -2
- package/cjs/core/Tooltip/Tooltip.js +146 -121
- package/cjs/core/Tooltip/index.js +9 -4
- package/cjs/core/TransferList/TransferList.d.ts +6 -6
- package/cjs/core/TransferList/TransferList.js +184 -103
- package/cjs/core/TransferList/index.js +9 -4
- package/cjs/core/Tree/Tree.d.ts +5 -5
- package/cjs/core/Tree/Tree.js +205 -157
- package/cjs/core/Tree/TreeContext.d.ts +1 -1
- package/cjs/core/Tree/TreeContext.js +9 -31
- package/cjs/core/Tree/TreeNode.d.ts +2 -2
- package/cjs/core/Tree/TreeNode.js +207 -129
- package/cjs/core/Tree/TreeNodeExpander.d.ts +1 -1
- package/cjs/core/Tree/TreeNodeExpander.js +26 -37
- package/cjs/core/Tree/index.js +23 -8
- package/cjs/core/Typography/Anchor/Anchor.js +3 -3
- package/cjs/core/Typography/Anchor/index.js +9 -4
- package/cjs/core/Typography/Blockquote/Blockquote.d.ts +1 -1
- package/cjs/core/Typography/Blockquote/Blockquote.js +18 -35
- package/cjs/core/Typography/Blockquote/index.js +9 -4
- package/cjs/core/Typography/Code/Code.js +3 -3
- package/cjs/core/Typography/Code/index.js +9 -4
- package/cjs/core/Typography/Kbd/Kbd.d.ts +1 -1
- package/cjs/core/Typography/Kbd/Kbd.js +30 -46
- package/cjs/core/Typography/Kbd/index.js +15 -5
- package/cjs/core/Typography/Text/Text.d.ts +1 -1
- package/cjs/core/Typography/Text/Text.js +26 -38
- package/cjs/core/Typography/Text/index.js +9 -4
- package/cjs/core/Typography/index.js +50 -14
- package/cjs/core/index.d.ts +1 -0
- package/cjs/core/index.js +889 -179
- package/cjs/core/utils/color/ColorValue.d.ts +4 -4
- package/cjs/core/utils/color/ColorValue.js +535 -453
- package/cjs/core/utils/color/index.js +4 -17
- package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.d.ts +2 -2
- package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.js +20 -35
- package/cjs/core/utils/components/Box.js +3 -3
- package/cjs/core/utils/components/Divider.d.ts +1 -1
- package/cjs/core/utils/components/Divider.js +14 -33
- package/cjs/core/utils/components/Flex.d.ts +4 -4
- package/cjs/core/utils/components/Flex.js +93 -102
- package/cjs/core/utils/components/FocusTrap.d.ts +3 -3
- package/cjs/core/utils/components/FocusTrap.js +47 -60
- package/cjs/core/utils/components/Icon.d.ts +1 -1
- package/cjs/core/utils/components/Icon.js +25 -43
- package/cjs/core/utils/components/InputContainer.d.ts +2 -2
- package/cjs/core/utils/components/InputContainer.js +75 -46
- package/cjs/core/utils/components/InputFlexContainer.d.ts +1 -1
- package/cjs/core/utils/components/InputFlexContainer.js +22 -10
- package/cjs/core/utils/components/LinkAction.js +3 -3
- package/cjs/core/utils/components/MiddleTextTruncation.d.ts +2 -2
- package/cjs/core/utils/components/MiddleTextTruncation.js +32 -44
- package/cjs/core/utils/components/Popover.d.ts +3 -3
- package/cjs/core/utils/components/Popover.js +111 -135
- package/cjs/core/utils/components/Resizer.d.ts +2 -2
- package/cjs/core/utils/components/Resizer.js +254 -211
- package/cjs/core/utils/components/VirtualScroll.d.ts +2 -2
- package/cjs/core/utils/components/VirtualScroll.js +304 -245
- package/cjs/core/utils/components/VisuallyHidden.d.ts +1 -1
- package/cjs/core/utils/components/VisuallyHidden.js +14 -33
- package/cjs/core/utils/components/WithCSSTransition.d.ts +2 -2
- package/cjs/core/utils/components/WithCSSTransition.js +43 -48
- package/cjs/core/utils/components/index.js +18 -31
- package/cjs/core/utils/functions/colors.js +36 -33
- package/cjs/core/utils/functions/date.js +10 -10
- package/cjs/core/utils/functions/dom.js +24 -17
- package/cjs/core/utils/functions/focusable.js +26 -17
- package/cjs/core/utils/functions/import.d.ts +6 -0
- package/cjs/core/utils/functions/import.js +61 -0
- package/cjs/core/utils/functions/index.d.ts +1 -0
- package/cjs/core/utils/functions/index.js +11 -23
- package/cjs/core/utils/functions/numbers.js +9 -9
- package/cjs/core/utils/functions/polymorphic.d.ts +5 -3
- package/cjs/core/utils/functions/polymorphic.js +43 -55
- package/cjs/core/utils/functions/supports.js +5 -4
- package/cjs/core/utils/hooks/index.js +16 -29
- package/cjs/core/utils/hooks/useContainerWidth.js +26 -41
- package/cjs/core/utils/hooks/useDragAndDrop.js +110 -109
- package/cjs/core/utils/hooks/useEventListener.js +22 -44
- package/cjs/core/utils/hooks/useGlobals.js +34 -51
- package/cjs/core/utils/hooks/useId.js +9 -30
- package/cjs/core/utils/hooks/useIntersection.js +30 -46
- package/cjs/core/utils/hooks/useIsClient.js +9 -31
- package/cjs/core/utils/hooks/useIsomorphicLayoutEffect.js +6 -27
- package/cjs/core/utils/hooks/useLatestRef.js +9 -31
- package/cjs/core/utils/hooks/useMediaQuery.js +31 -53
- package/cjs/core/utils/hooks/useMergedRefs.js +15 -38
- package/cjs/core/utils/hooks/useOverflow.js +69 -78
- package/cjs/core/utils/hooks/useResizeObserver.js +22 -39
- package/cjs/core/utils/hooks/useSafeContext.js +9 -31
- package/cjs/core/utils/icons/StatusIconMap.d.ts +5 -5
- package/cjs/core/utils/icons/StatusIconMap.js +28 -34
- package/cjs/core/utils/icons/Svg.js +3 -3
- package/cjs/core/utils/icons/SvgCalendar.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCalendar.js +12 -29
- package/cjs/core/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretDownSmall.js +12 -29
- package/cjs/core/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretRightSmall.js +12 -29
- package/cjs/core/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretUpSmall.js +12 -29
- package/cjs/core/utils/icons/SvgCheckmark.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCheckmark.js +10 -29
- package/cjs/core/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCheckmarkSmall.js +12 -29
- package/cjs/core/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronLeft.js +12 -29
- package/cjs/core/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronLeftDouble.js +12 -29
- package/cjs/core/utils/icons/SvgChevronRight.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronRight.js +12 -29
- package/cjs/core/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronRightDouble.js +12 -29
- package/cjs/core/utils/icons/SvgClose.d.ts +1 -1
- package/cjs/core/utils/icons/SvgClose.js +12 -29
- package/cjs/core/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCloseSmall.js +12 -29
- package/cjs/core/utils/icons/SvgColumnManager.d.ts +1 -1
- package/cjs/core/utils/icons/SvgColumnManager.js +12 -29
- package/cjs/core/utils/icons/SvgDocument.d.ts +1 -1
- package/cjs/core/utils/icons/SvgDocument.js +10 -29
- package/cjs/core/utils/icons/SvgFilter.d.ts +1 -1
- package/cjs/core/utils/icons/SvgFilter.js +10 -29
- package/cjs/core/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/cjs/core/utils/icons/SvgFilterHollow.js +12 -29
- package/cjs/core/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgImportantSmall.js +12 -29
- package/cjs/core/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/cjs/core/utils/icons/SvgInfoCircular.js +12 -29
- package/cjs/core/utils/icons/SvgMore.d.ts +1 -1
- package/cjs/core/utils/icons/SvgMore.js +12 -29
- package/cjs/core/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/cjs/core/utils/icons/SvgMoreVertical.js +12 -29
- package/cjs/core/utils/icons/SvgNew.d.ts +1 -1
- package/cjs/core/utils/icons/SvgNew.js +12 -29
- package/cjs/core/utils/icons/SvgSearch.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSearch.js +12 -29
- package/cjs/core/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSmileyHappy.js +12 -29
- package/cjs/core/utils/icons/SvgSortDown.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSortDown.js +12 -29
- package/cjs/core/utils/icons/SvgSortUp.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSortUp.js +12 -29
- package/cjs/core/utils/icons/SvgStatusError.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusError.js +12 -29
- package/cjs/core/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusSuccess.js +12 -29
- package/cjs/core/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusWarning.js +12 -29
- package/cjs/core/utils/icons/SvgSwap.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSwap.js +12 -29
- package/cjs/core/utils/icons/SvgUpload.d.ts +1 -1
- package/cjs/core/utils/icons/SvgUpload.js +12 -29
- package/cjs/core/utils/icons/index.js +34 -47
- package/cjs/core/utils/index.js +10 -23
- package/cjs/core/utils/props.d.ts +2 -2
- package/cjs/core/utils/props.js +2 -2
- package/cjs/core/utils/types.d.ts +1 -1
- package/cjs/core/utils/types.js +2 -2
- package/cjs/index.js +5 -18
- package/cjs/package.json +1 -0
- package/cjs/styles.js +452 -441
- package/cjs/types/react-table-config.js +2 -2
- package/esm/core/Alert/Alert.d.ts +5 -5
- package/esm/core/Alert/Alert.js +73 -28
- package/esm/core/Avatar/Avatar.d.ts +3 -3
- package/esm/core/Avatar/Avatar.js +48 -13
- package/esm/core/AvatarGroup/AvatarGroup.d.ts +1 -1
- package/esm/core/AvatarGroup/AvatarGroup.js +63 -22
- package/esm/core/Backdrop/Backdrop.d.ts +1 -1
- package/esm/core/Backdrop/Backdrop.js +10 -2
- package/esm/core/Badge/Badge.d.ts +1 -1
- package/esm/core/Badge/Badge.js +31 -16
- package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +16 -24
- package/esm/core/Breadcrumbs/Breadcrumbs.js +128 -31
- package/esm/core/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/esm/core/ButtonGroup/ButtonGroup.js +59 -22
- package/esm/core/Buttons/Button/Button.d.ts +1 -1
- package/esm/core/Buttons/Button/Button.js +37 -5
- package/esm/core/Buttons/DropdownButton/DropdownButton.d.ts +2 -2
- package/esm/core/Buttons/DropdownButton/DropdownButton.js +54 -19
- package/esm/core/Buttons/IconButton/IconButton.d.ts +1 -1
- package/esm/core/Buttons/IconButton/IconButton.js +51 -7
- package/esm/core/Buttons/IdeasButton/IdeasButton.d.ts +1 -1
- package/esm/core/Buttons/IdeasButton/IdeasButton.js +12 -2
- package/esm/core/Buttons/SplitButton/SplitButton.d.ts +1 -1
- package/esm/core/Buttons/SplitButton/SplitButton.js +59 -15
- package/esm/core/Carousel/Carousel.d.ts +3 -3
- package/esm/core/Carousel/Carousel.js +97 -70
- package/esm/core/Carousel/CarouselDot.d.ts +1 -1
- package/esm/core/Carousel/CarouselDot.js +19 -6
- package/esm/core/Carousel/CarouselDotsList.d.ts +1 -1
- package/esm/core/Carousel/CarouselDotsList.js +123 -63
- package/esm/core/Carousel/CarouselNavigation.d.ts +2 -2
- package/esm/core/Carousel/CarouselNavigation.js +85 -32
- package/esm/core/Carousel/CarouselSlide.d.ts +1 -1
- package/esm/core/Carousel/CarouselSlide.js +29 -14
- package/esm/core/Carousel/CarouselSlider.js +65 -40
- package/esm/core/Checkbox/Checkbox.d.ts +9 -5
- package/esm/core/Checkbox/Checkbox.js +78 -28
- package/esm/core/ColorPicker/ColorBuilder.js +277 -166
- package/esm/core/ColorPicker/ColorInputPanel.d.ts +1 -1
- package/esm/core/ColorPicker/ColorInputPanel.js +437 -248
- package/esm/core/ColorPicker/ColorPalette.d.ts +1 -1
- package/esm/core/ColorPicker/ColorPalette.js +115 -80
- package/esm/core/ColorPicker/ColorPicker.d.ts +1 -6
- package/esm/core/ColorPicker/ColorPicker.js +75 -54
- package/esm/core/ColorPicker/ColorPickerContext.js +7 -5
- package/esm/core/ColorPicker/ColorSwatch.d.ts +1 -1
- package/esm/core/ColorPicker/ColorSwatch.js +19 -7
- package/esm/core/ComboBox/ComboBox.d.ts +6 -6
- package/esm/core/ComboBox/ComboBox.js +385 -256
- package/esm/core/ComboBox/ComboBoxDropdown.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxDropdown.js +32 -15
- package/esm/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxEndIcon.js +39 -12
- package/esm/core/ComboBox/ComboBoxInput.d.ts +2 -2
- package/esm/core/ComboBox/ComboBoxInput.js +197 -124
- package/esm/core/ComboBox/ComboBoxInputContainer.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxInputContainer.js +20 -5
- package/esm/core/ComboBox/ComboBoxMenu.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxMenu.js +94 -38
- package/esm/core/ComboBox/ComboBoxMenuItem.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxMenuItem.js +59 -13
- package/esm/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxMultipleContainer.js +6 -2
- package/esm/core/ComboBox/helpers.d.ts +2 -2
- package/esm/core/ComboBox/helpers.js +38 -38
- package/esm/core/DatePicker/DatePicker.d.ts +2 -2
- package/esm/core/DatePicker/DatePicker.js +519 -325
- package/esm/core/Dialog/Dialog.d.ts +1 -1
- package/esm/core/Dialog/Dialog.js +65 -31
- package/esm/core/Dialog/DialogBackdrop.d.ts +1 -1
- package/esm/core/Dialog/DialogBackdrop.js +39 -19
- package/esm/core/Dialog/DialogContent.d.ts +2 -1
- package/esm/core/Dialog/DialogContent.js +25 -2
- package/esm/core/Dialog/DialogContext.d.ts +1 -1
- package/esm/core/Dialog/DialogContext.js +1 -1
- package/esm/core/Dialog/DialogDragContext.d.ts +1 -1
- package/esm/core/Dialog/DialogDragContext.js +4 -4
- package/esm/core/Dialog/DialogMain.d.ts +1 -1
- package/esm/core/Dialog/DialogMain.js +177 -108
- package/esm/core/Dialog/DialogTitleBar.d.ts +1 -1
- package/esm/core/Dialog/DialogTitleBar.js +45 -10
- package/esm/core/DropdownMenu/DropdownMenu.d.ts +4 -4
- package/esm/core/DropdownMenu/DropdownMenu.js +66 -22
- package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +77 -21
- package/esm/core/ExpandableBlock/ExpandableBlock.js +225 -46
- package/esm/core/Fieldset/Fieldset.d.ts +1 -1
- package/esm/core/Fieldset/Fieldset.js +19 -8
- package/esm/core/FileUpload/FileEmptyCard.js +19 -8
- package/esm/core/FileUpload/FileUpload.d.ts +1 -1
- package/esm/core/FileUpload/FileUpload.js +49 -36
- package/esm/core/FileUpload/FileUploadCard.d.ts +1 -1
- package/esm/core/FileUpload/FileUploadCard.js +154 -76
- package/esm/core/FileUpload/FileUploadTemplate.d.ts +1 -1
- package/esm/core/FileUpload/FileUploadTemplate.js +37 -9
- package/esm/core/Footer/Footer.d.ts +4 -4
- package/esm/core/Footer/Footer.js +86 -55
- package/esm/core/Footer/FooterSeparator.js +1 -1
- package/esm/core/Header/Header.d.ts +2 -2
- package/esm/core/Header/Header.js +55 -14
- package/esm/core/Header/HeaderBasicButton.js +28 -7
- package/esm/core/Header/HeaderBreadcrumbs.d.ts +1 -1
- package/esm/core/Header/HeaderBreadcrumbs.js +32 -8
- package/esm/core/Header/HeaderButton.d.ts +5 -1
- package/esm/core/Header/HeaderButton.js +62 -13
- package/esm/core/Header/HeaderDropdownButton.js +43 -13
- package/esm/core/Header/HeaderLogo.d.ts +1 -1
- package/esm/core/Header/HeaderLogo.js +36 -5
- package/esm/core/Header/HeaderSplitButton.js +57 -13
- package/esm/core/InformationPanel/InformationPanel.d.ts +1 -1
- package/esm/core/InformationPanel/InformationPanel.js +71 -36
- package/esm/core/InformationPanel/InformationPanelContent.d.ts +1 -1
- package/esm/core/InformationPanel/InformationPanelContent.js +17 -3
- package/esm/core/InformationPanel/InformationPanelHeader.d.ts +1 -1
- package/esm/core/InformationPanel/InformationPanelHeader.js +32 -8
- package/esm/core/InformationPanel/InformationPanelWrapper.js +3 -1
- package/esm/core/Input/Input.d.ts +6 -6
- package/esm/core/Input/Input.js +11 -9
- package/esm/core/InputGroup/InputGroup.d.ts +1 -1
- package/esm/core/InputGroup/InputGroup.js +37 -14
- package/esm/core/Label/Label.d.ts +1 -1
- package/esm/core/Label/Label.js +24 -5
- package/esm/core/LabeledInput/LabeledInput.d.ts +1 -1
- package/esm/core/LabeledInput/LabeledInput.js +43 -5
- package/esm/core/LabeledSelect/LabeledSelect.d.ts +1 -1
- package/esm/core/LabeledSelect/LabeledSelect.js +50 -16
- package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +2 -3
- package/esm/core/LabeledTextarea/LabeledTextarea.js +43 -5
- package/esm/core/List/ListItem.d.ts +4 -4
- package/esm/core/List/ListItem.js +46 -28
- package/esm/core/Menu/Menu.d.ts +1 -1
- package/esm/core/Menu/Menu.js +58 -47
- package/esm/core/Menu/MenuDivider.js +1 -1
- package/esm/core/Menu/MenuExtraContent.js +1 -1
- package/esm/core/Menu/MenuItem.d.ts +1 -1
- package/esm/core/Menu/MenuItem.js +131 -57
- package/esm/core/Menu/MenuItemSkeleton.d.ts +1 -1
- package/esm/core/Menu/MenuItemSkeleton.js +44 -12
- package/esm/core/Modal/Modal.d.ts +1 -1
- package/esm/core/Modal/Modal.js +33 -6
- package/esm/core/NonIdealState/ErrorPage.d.ts +6 -7
- package/esm/core/NonIdealState/ErrorPage.js +177 -117
- package/esm/core/NonIdealState/NonIdealState.d.ts +17 -1
- package/esm/core/NonIdealState/NonIdealState.js +65 -6
- package/esm/core/NotificationMarker/NotificationMarker.d.ts +1 -1
- package/esm/core/NotificationMarker/NotificationMarker.js +20 -2
- package/esm/core/Overlay/Overlay.d.ts +57 -0
- package/esm/core/Overlay/Overlay.js +88 -0
- package/esm/core/Overlay/index.d.ts +1 -0
- package/esm/core/{ProgressIndicators/ProgressLinear → Overlay}/index.js +1 -2
- package/esm/core/ProgressIndicators/{ProgressLinear/ProgressLinear.d.ts → ProgressLinear.d.ts} +6 -6
- package/esm/core/ProgressIndicators/{ProgressLinear/ProgressLinear.js → ProgressLinear.js} +33 -12
- package/esm/core/ProgressIndicators/{ProgressRadial/ProgressRadial.d.ts → ProgressRadial.d.ts} +2 -2
- package/esm/core/ProgressIndicators/ProgressRadial.js +64 -0
- package/esm/core/ProgressIndicators/index.d.ts +2 -2
- package/esm/core/ProgressIndicators/index.js +2 -2
- package/esm/core/Radio/Radio.d.ts +7 -4
- package/esm/core/Radio/Radio.js +45 -11
- package/esm/core/RadioTiles/RadioTile.d.ts +15 -4
- package/esm/core/RadioTiles/RadioTile.js +62 -14
- package/esm/core/RadioTiles/RadioTileGroup.d.ts +1 -1
- package/esm/core/RadioTiles/RadioTileGroup.js +10 -3
- package/esm/core/SearchBox/SearchBox.d.ts +3 -3
- package/esm/core/SearchBox/SearchBox.js +215 -97
- package/esm/core/Select/Select.d.ts +5 -10
- package/esm/core/Select/Select.js +283 -148
- package/esm/core/Select/SelectTag.d.ts +1 -1
- package/esm/core/Select/SelectTag.js +15 -3
- package/esm/core/Select/SelectTagContainer.d.ts +1 -1
- package/esm/core/Select/SelectTagContainer.js +20 -7
- package/esm/core/SideNavigation/SideNavigation.d.ts +1 -1
- package/esm/core/SideNavigation/SideNavigation.js +94 -21
- package/esm/core/SideNavigation/SidenavButton.d.ts +1 -1
- package/esm/core/SideNavigation/SidenavButton.js +24 -2
- package/esm/core/SideNavigation/SidenavSubmenu.js +14 -3
- package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +1 -1
- package/esm/core/SideNavigation/SidenavSubmenuHeader.js +20 -4
- package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
- package/esm/core/SkipToContentLink/SkipToContentLink.js +11 -2
- package/esm/core/Slider/Slider.d.ts +4 -9
- package/esm/core/Slider/Slider.js +319 -194
- package/esm/core/Slider/Thumb.d.ts +2 -2
- package/esm/core/Slider/Thumb.js +100 -52
- package/esm/core/Slider/Track.d.ts +3 -3
- package/esm/core/Slider/Track.js +67 -49
- package/esm/core/StatusMessage/StatusMessage.d.ts +2 -2
- package/esm/core/StatusMessage/StatusMessage.js +18 -5
- package/esm/core/Stepper/Stepper.d.ts +3 -3
- package/esm/core/Stepper/Stepper.js +45 -8
- package/esm/core/Stepper/StepperStep.d.ts +1 -1
- package/esm/core/Stepper/StepperStep.js +73 -31
- package/esm/core/Stepper/WorkflowDiagram.d.ts +1 -1
- package/esm/core/Stepper/WorkflowDiagram.js +19 -5
- package/esm/core/Stepper/WorkflowDiagramStep.d.ts +3 -3
- package/esm/core/Stepper/WorkflowDiagramStep.js +18 -4
- package/esm/core/Surface/Surface.d.ts +2 -2
- package/esm/core/Surface/Surface.js +68 -39
- package/esm/core/Table/SubRowExpander.d.ts +2 -2
- package/esm/core/Table/SubRowExpander.js +29 -9
- package/esm/core/Table/Table.d.ts +18 -2
- package/esm/core/Table/Table.js +765 -411
- package/esm/core/Table/TableCell.d.ts +2 -2
- package/esm/core/Table/TableCell.js +87 -53
- package/esm/core/Table/TablePaginator.d.ts +3 -3
- package/esm/core/Table/TablePaginator.js +307 -125
- package/esm/core/Table/TableRowMemoized.d.ts +4 -4
- package/esm/core/Table/TableRowMemoized.js +129 -58
- package/esm/core/Table/actionHandlers/expandHandler.js +10 -10
- package/esm/core/Table/actionHandlers/filterHandler.js +23 -15
- package/esm/core/Table/actionHandlers/index.js +5 -1
- package/esm/core/Table/actionHandlers/resizeHandler.js +11 -11
- package/esm/core/Table/actionHandlers/selectHandler.js +117 -93
- package/esm/core/Table/cells/DefaultCell.d.ts +2 -2
- package/esm/core/Table/cells/DefaultCell.js +42 -7
- package/esm/core/Table/cells/EditableCell.d.ts +2 -2
- package/esm/core/Table/cells/EditableCell.js +70 -41
- package/esm/core/Table/columns/actionColumn.d.ts +3 -3
- package/esm/core/Table/columns/actionColumn.js +90 -58
- package/esm/core/Table/columns/expanderColumn.d.ts +2 -2
- package/esm/core/Table/columns/expanderColumn.js +38 -25
- package/esm/core/Table/columns/selectionColumn.d.ts +4 -4
- package/esm/core/Table/columns/selectionColumn.js +51 -23
- package/esm/core/Table/filters/BaseFilter.d.ts +2 -2
- package/esm/core/Table/filters/BaseFilter.js +15 -7
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -2
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.js +84 -42
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +4 -4
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +108 -46
- package/esm/core/Table/filters/FilterButtonBar.d.ts +3 -3
- package/esm/core/Table/filters/FilterButtonBar.js +28 -9
- package/esm/core/Table/filters/FilterToggle.d.ts +3 -3
- package/esm/core/Table/filters/FilterToggle.js +55 -20
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +4 -4
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +50 -22
- package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +3 -3
- package/esm/core/Table/filters/TextFilter/TextFilter.js +32 -14
- package/esm/core/Table/filters/customFilterFunctions.js +14 -12
- package/esm/core/Table/filters/defaultFilterFunctions.js +84 -79
- package/esm/core/Table/filters/tableFilters.d.ts +5 -5
- package/esm/core/Table/filters/tableFilters.js +34 -25
- package/esm/core/Table/filters/types.d.ts +1 -1
- package/esm/core/Table/hooks/useColumnDragAndDrop.js +88 -81
- package/esm/core/Table/hooks/useExpanderCell.d.ts +1 -1
- package/esm/core/Table/hooks/useExpanderCell.js +26 -20
- package/esm/core/Table/hooks/useResizeColumns.js +353 -287
- package/esm/core/Table/hooks/useScrollToRow.d.ts +2 -2
- package/esm/core/Table/hooks/useScrollToRow.js +42 -34
- package/esm/core/Table/hooks/useSelectionCell.js +10 -6
- package/esm/core/Table/hooks/useStickyColumns.js +61 -59
- package/esm/core/Table/hooks/useSubRowFiltering.js +90 -83
- package/esm/core/Table/hooks/useSubRowSelection.js +28 -27
- package/esm/core/Table/index.js +5 -1
- package/esm/core/Table/utils.js +40 -38
- package/esm/core/Tabs/Tab.d.ts +2 -2
- package/esm/core/Tabs/Tab.js +41 -7
- package/esm/core/Tabs/Tabs.d.ts +6 -6
- package/esm/core/Tabs/Tabs.js +391 -303
- package/esm/core/Tag/Tag.d.ts +1 -1
- package/esm/core/Tag/Tag.js +35 -8
- package/esm/core/Tag/TagContainer.d.ts +1 -1
- package/esm/core/Tag/TagContainer.js +17 -5
- package/esm/core/Textarea/Textarea.d.ts +2 -9
- package/esm/core/Textarea/Textarea.js +11 -10
- package/esm/core/ThemeProvider/ThemeProvider.d.ts +4 -4
- package/esm/core/ThemeProvider/ThemeProvider.js +65 -21
- package/esm/core/Tile/Tile.d.ts +14 -14
- package/esm/core/Tile/Tile.js +312 -198
- package/esm/core/TimePicker/TimePicker.d.ts +3 -3
- package/esm/core/TimePicker/TimePicker.js +448 -228
- package/esm/core/Toast/Toast.d.ts +5 -5
- package/esm/core/Toast/Toast.js +180 -99
- package/esm/core/Toast/Toaster.d.ts +5 -5
- package/esm/core/Toast/Toaster.js +83 -67
- package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +1 -6
- package/esm/core/ToggleSwitch/ToggleSwitch.js +60 -22
- package/esm/core/Tooltip/Tooltip.d.ts +2 -2
- package/esm/core/Tooltip/Tooltip.js +154 -90
- package/esm/core/TransferList/TransferList.d.ts +6 -6
- package/esm/core/TransferList/TransferList.js +163 -93
- package/esm/core/Tree/Tree.d.ts +5 -5
- package/esm/core/Tree/Tree.js +197 -125
- package/esm/core/Tree/TreeContext.d.ts +1 -1
- package/esm/core/Tree/TreeContext.js +5 -5
- package/esm/core/Tree/TreeNode.d.ts +2 -2
- package/esm/core/Tree/TreeNode.js +195 -96
- package/esm/core/Tree/TreeNodeExpander.d.ts +1 -1
- package/esm/core/Tree/TreeNodeExpander.js +16 -5
- package/esm/core/Typography/Blockquote/Blockquote.d.ts +1 -1
- package/esm/core/Typography/Blockquote/Blockquote.js +12 -4
- package/esm/core/Typography/Kbd/Kbd.d.ts +1 -1
- package/esm/core/Typography/Kbd/Kbd.js +24 -15
- package/esm/core/Typography/Text/Text.d.ts +1 -1
- package/esm/core/Typography/Text/Text.js +20 -7
- package/esm/core/index.d.ts +1 -0
- package/esm/core/index.js +78 -10
- package/esm/core/utils/color/ColorValue.d.ts +4 -4
- package/esm/core/utils/color/ColorValue.js +524 -449
- package/esm/core/utils/components/AutoclearingHiddenLiveRegion.d.ts +2 -2
- package/esm/core/utils/components/AutoclearingHiddenLiveRegion.js +11 -7
- package/esm/core/utils/components/Divider.d.ts +1 -1
- package/esm/core/utils/components/Divider.js +8 -2
- package/esm/core/utils/components/Flex.d.ts +4 -4
- package/esm/core/utils/components/Flex.js +87 -71
- package/esm/core/utils/components/FocusTrap.d.ts +3 -3
- package/esm/core/utils/components/FocusTrap.js +41 -32
- package/esm/core/utils/components/Icon.d.ts +1 -1
- package/esm/core/utils/components/Icon.js +19 -12
- package/esm/core/utils/components/InputContainer.d.ts +2 -2
- package/esm/core/utils/components/InputContainer.js +65 -15
- package/esm/core/utils/components/InputFlexContainer.d.ts +1 -1
- package/esm/core/utils/components/InputFlexContainer.js +13 -2
- package/esm/core/utils/components/MiddleTextTruncation.d.ts +2 -2
- package/esm/core/utils/components/MiddleTextTruncation.js +27 -17
- package/esm/core/utils/components/Popover.d.ts +3 -3
- package/esm/core/utils/components/Popover.js +103 -102
- package/esm/core/utils/components/Resizer.d.ts +2 -2
- package/esm/core/utils/components/Resizer.js +250 -184
- package/esm/core/utils/components/VirtualScroll.d.ts +2 -2
- package/esm/core/utils/components/VirtualScroll.js +297 -218
- package/esm/core/utils/components/VisuallyHidden.d.ts +1 -1
- package/esm/core/utils/components/VisuallyHidden.js +8 -2
- package/esm/core/utils/components/WithCSSTransition.d.ts +2 -2
- package/esm/core/utils/components/WithCSSTransition.js +38 -21
- package/esm/core/utils/functions/colors.js +30 -30
- package/esm/core/utils/functions/date.js +8 -8
- package/esm/core/utils/functions/dom.js +17 -14
- package/esm/core/utils/functions/focusable.js +24 -15
- package/esm/core/utils/functions/import.d.ts +6 -0
- package/esm/core/utils/functions/import.js +14 -0
- package/esm/core/utils/functions/index.d.ts +1 -0
- package/esm/core/utils/functions/index.js +1 -0
- package/esm/core/utils/functions/numbers.js +7 -7
- package/esm/core/utils/functions/polymorphic.d.ts +5 -3
- package/esm/core/utils/functions/polymorphic.js +32 -23
- package/esm/core/utils/functions/supports.js +2 -1
- package/esm/core/utils/hooks/useContainerWidth.js +16 -13
- package/esm/core/utils/hooks/useDragAndDrop.js +99 -80
- package/esm/core/utils/hooks/useEventListener.js +18 -18
- package/esm/core/utils/hooks/useGlobals.js +29 -24
- package/esm/core/utils/hooks/useId.js +2 -2
- package/esm/core/utils/hooks/useIntersection.js +25 -19
- package/esm/core/utils/hooks/useIsClient.js +5 -5
- package/esm/core/utils/hooks/useIsomorphicLayoutEffect.js +2 -1
- package/esm/core/utils/hooks/useLatestRef.js +5 -5
- package/esm/core/utils/hooks/useMediaQuery.js +23 -25
- package/esm/core/utils/hooks/useMergedRefs.js +11 -12
- package/esm/core/utils/hooks/useOverflow.js +62 -50
- package/esm/core/utils/hooks/useResizeObserver.js +17 -12
- package/esm/core/utils/hooks/useSafeContext.js +5 -5
- package/esm/core/utils/icons/StatusIconMap.d.ts +5 -5
- package/esm/core/utils/icons/StatusIconMap.js +8 -4
- package/esm/core/utils/icons/SvgCalendar.d.ts +1 -1
- package/esm/core/utils/icons/SvgCalendar.js +7 -2
- package/esm/core/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretDownSmall.js +7 -2
- package/esm/core/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretRightSmall.js +7 -2
- package/esm/core/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretUpSmall.js +7 -2
- package/esm/core/utils/icons/SvgCheckmark.d.ts +1 -1
- package/esm/core/utils/icons/SvgCheckmark.js +5 -2
- package/esm/core/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCheckmarkSmall.js +7 -2
- package/esm/core/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronLeft.js +7 -2
- package/esm/core/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronLeftDouble.js +7 -2
- package/esm/core/utils/icons/SvgChevronRight.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronRight.js +7 -2
- package/esm/core/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronRightDouble.js +7 -2
- package/esm/core/utils/icons/SvgClose.d.ts +1 -1
- package/esm/core/utils/icons/SvgClose.js +7 -2
- package/esm/core/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCloseSmall.js +7 -2
- package/esm/core/utils/icons/SvgColumnManager.d.ts +1 -1
- package/esm/core/utils/icons/SvgColumnManager.js +7 -2
- package/esm/core/utils/icons/SvgDocument.d.ts +1 -1
- package/esm/core/utils/icons/SvgDocument.js +5 -2
- package/esm/core/utils/icons/SvgFilter.d.ts +1 -1
- package/esm/core/utils/icons/SvgFilter.js +5 -2
- package/esm/core/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/esm/core/utils/icons/SvgFilterHollow.js +7 -2
- package/esm/core/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgImportantSmall.js +7 -2
- package/esm/core/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/esm/core/utils/icons/SvgInfoCircular.js +7 -2
- package/esm/core/utils/icons/SvgMore.d.ts +1 -1
- package/esm/core/utils/icons/SvgMore.js +7 -2
- package/esm/core/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/esm/core/utils/icons/SvgMoreVertical.js +7 -2
- package/esm/core/utils/icons/SvgNew.d.ts +1 -1
- package/esm/core/utils/icons/SvgNew.js +7 -2
- package/esm/core/utils/icons/SvgSearch.d.ts +1 -1
- package/esm/core/utils/icons/SvgSearch.js +7 -2
- package/esm/core/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/esm/core/utils/icons/SvgSmileyHappy.js +7 -2
- package/esm/core/utils/icons/SvgSortDown.d.ts +1 -1
- package/esm/core/utils/icons/SvgSortDown.js +7 -2
- package/esm/core/utils/icons/SvgSortUp.d.ts +1 -1
- package/esm/core/utils/icons/SvgSortUp.js +7 -2
- package/esm/core/utils/icons/SvgStatusError.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusError.js +7 -2
- package/esm/core/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusSuccess.js +7 -2
- package/esm/core/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusWarning.js +7 -2
- package/esm/core/utils/icons/SvgSwap.d.ts +1 -1
- package/esm/core/utils/icons/SvgSwap.js +7 -2
- package/esm/core/utils/icons/SvgUpload.d.ts +1 -1
- package/esm/core/utils/icons/SvgUpload.js +7 -2
- package/esm/core/utils/props.d.ts +2 -2
- package/esm/core/utils/types.d.ts +1 -1
- package/esm/styles.js +452 -443
- package/package.json +33 -30
- package/styles.css +726 -1594
- package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +0 -65
- package/cjs/core/ProgressIndicators/ProgressLinear/index.d.ts +0 -3
- package/cjs/core/ProgressIndicators/ProgressLinear/index.js +0 -10
- package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +0 -70
- package/cjs/core/ProgressIndicators/ProgressRadial/index.d.ts +0 -3
- package/cjs/core/ProgressIndicators/ProgressRadial/index.js +0 -10
- package/esm/core/ProgressIndicators/ProgressLinear/index.d.ts +0 -3
- package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +0 -41
- package/esm/core/ProgressIndicators/ProgressRadial/index.d.ts +0 -3
package/cjs/styles.js
CHANGED
|
@@ -1,446 +1,457 @@
|
|
|
1
|
-
|
|
2
|
-
const closeAnimation =
|
|
3
|
-
const pulse =
|
|
1
|
+
'use strict';
|
|
2
|
+
const closeAnimation = '_iui3-closeAnimation';
|
|
3
|
+
const pulse = '_iui3-pulse';
|
|
4
4
|
const styles = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
"iui-indeterminate": "_iui3-indeterminate",
|
|
245
|
-
"iui-progress-indicator-linear-animate-indeterminate": "_iui3-progress-indicator-linear-animate-indeterminate",
|
|
246
|
-
"iui-progress-indicator-radial": "_iui3-progress-indicator-radial",
|
|
247
|
-
"rotate-indeterminate": "_iui3-rotate-indeterminate",
|
|
248
|
-
"iui-progress-indicator-overlay": "_iui3-progress-indicator-overlay",
|
|
249
|
-
"iui-overlay-exiting": "_iui3-overlay-exiting",
|
|
5
|
+
'iui-root': '_iui3-root',
|
|
6
|
+
'iui-root-background': '_iui3-root-background',
|
|
7
|
+
'iui-alert': '_iui3-alert',
|
|
8
|
+
'iui-alert-link': '_iui3-alert-link',
|
|
9
|
+
'iui-button': '_iui3-button',
|
|
10
|
+
'iui-alert-message': '_iui3-alert-message',
|
|
11
|
+
'iui-anchor': '_iui3-anchor',
|
|
12
|
+
'iui-anchor-external': '_iui3-anchor-external',
|
|
13
|
+
'iui-avatar': '_iui3-avatar',
|
|
14
|
+
'iui-stroke': '_iui3-stroke',
|
|
15
|
+
'iui-initials': '_iui3-initials',
|
|
16
|
+
'iui-status': '_iui3-status',
|
|
17
|
+
'iui-online': '_iui3-online',
|
|
18
|
+
'iui-away': '_iui3-away',
|
|
19
|
+
'iui-busy': '_iui3-busy',
|
|
20
|
+
'iui-offline': '_iui3-offline',
|
|
21
|
+
'iui-avatar-count': '_iui3-avatar-count',
|
|
22
|
+
'iui-small': '_iui3-small',
|
|
23
|
+
'iui-large': '_iui3-large',
|
|
24
|
+
'iui-x-large': '_iui3-x-large',
|
|
25
|
+
'iui-avatar-list': '_iui3-avatar-list',
|
|
26
|
+
'iui-stacked': '_iui3-stacked',
|
|
27
|
+
'iui-animated': '_iui3-animated',
|
|
28
|
+
'iui-backdrop': '_iui3-backdrop',
|
|
29
|
+
'iui-backdrop-visible': '_iui3-backdrop-visible',
|
|
30
|
+
'iui-backdrop-fixed': '_iui3-backdrop-fixed',
|
|
31
|
+
'iui-badge': '_iui3-badge',
|
|
32
|
+
'iui-blockquote': '_iui3-blockquote',
|
|
33
|
+
'iui-surface-body': '_iui3-surface-body',
|
|
34
|
+
'iui-surface-header': '_iui3-surface-header',
|
|
35
|
+
'iui-breadcrumbs': '_iui3-breadcrumbs',
|
|
36
|
+
'iui-breadcrumbs-list': '_iui3-breadcrumbs-list',
|
|
37
|
+
'iui-breadcrumbs-item': '_iui3-breadcrumbs-item',
|
|
38
|
+
'iui-breadcrumbs-content': '_iui3-breadcrumbs-content',
|
|
39
|
+
'iui-breadcrumbs-separator': '_iui3-breadcrumbs-separator',
|
|
40
|
+
'iui-button-icon': '_iui3-button-icon',
|
|
41
|
+
'iui-button-dropdown': '_iui3-button-dropdown',
|
|
42
|
+
'iui-button-split': '_iui3-button-split',
|
|
43
|
+
'iui-button-group': '_iui3-button-group',
|
|
44
|
+
'iui-input-container': '_iui3-input-container',
|
|
45
|
+
'iui-input': '_iui3-input',
|
|
46
|
+
'iui-disabled': '_iui3-disabled',
|
|
47
|
+
'iui-button-group-vertical': '_iui3-button-group-vertical',
|
|
48
|
+
'iui-button-group-overflow-x': '_iui3-button-group-overflow-x',
|
|
49
|
+
'iui-carousel': '_iui3-carousel',
|
|
50
|
+
'iui-carousel-slider': '_iui3-carousel-slider',
|
|
51
|
+
'iui-carousel-slider-item': '_iui3-carousel-slider-item',
|
|
52
|
+
'iui-carousel-navigation': '_iui3-carousel-navigation',
|
|
53
|
+
'iui-carousel-navigation-left': '_iui3-carousel-navigation-left',
|
|
54
|
+
'iui-carousel-navigation-right': '_iui3-carousel-navigation-right',
|
|
55
|
+
'iui-carousel-navigation-dots': '_iui3-carousel-navigation-dots',
|
|
56
|
+
'iui-carousel-navigation-dot': '_iui3-carousel-navigation-dot',
|
|
57
|
+
'iui-first': '_iui3-first',
|
|
58
|
+
'iui-second': '_iui3-second',
|
|
59
|
+
'iui-active': '_iui3-active',
|
|
60
|
+
'iui-checkbox-wrapper': '_iui3-checkbox-wrapper',
|
|
61
|
+
'iui-loading': '_iui3-loading',
|
|
62
|
+
'iui-checkbox-label': '_iui3-checkbox-label',
|
|
63
|
+
'iui-radio-label': '_iui3-radio-label',
|
|
64
|
+
'iui-positive': '_iui3-positive',
|
|
65
|
+
'iui-warning': '_iui3-warning',
|
|
66
|
+
'iui-negative': '_iui3-negative',
|
|
67
|
+
'iui-checkbox': '_iui3-checkbox',
|
|
68
|
+
'iui-checkbox-visibility': '_iui3-checkbox-visibility',
|
|
69
|
+
'iui-code': '_iui3-code',
|
|
70
|
+
'iui-codeblock': '_iui3-codeblock',
|
|
71
|
+
'iui-title-bar': '_iui3-title-bar',
|
|
72
|
+
'iui-title': '_iui3-title',
|
|
73
|
+
'iui-codeblock-content': '_iui3-codeblock-content',
|
|
74
|
+
'iui-color-picker': '_iui3-color-picker',
|
|
75
|
+
'iui-color-swatch': '_iui3-color-swatch',
|
|
76
|
+
'iui-color-palette': '_iui3-color-palette',
|
|
77
|
+
'iui-color-palette-wrapper': '_iui3-color-palette-wrapper',
|
|
78
|
+
'iui-color-input': '_iui3-color-input',
|
|
79
|
+
'iui-color-input-wrapper': '_iui3-color-input-wrapper',
|
|
80
|
+
'iui-color-input-fields': '_iui3-color-input-fields',
|
|
81
|
+
'iui-color-picker-section-label': '_iui3-color-picker-section-label',
|
|
82
|
+
'iui-color-selection-wrapper': '_iui3-color-selection-wrapper',
|
|
83
|
+
'iui-color-field': '_iui3-color-field',
|
|
84
|
+
'iui-hue-slider': '_iui3-hue-slider',
|
|
85
|
+
'iui-slider-container': '_iui3-slider-container',
|
|
86
|
+
'iui-slider-rail': '_iui3-slider-rail',
|
|
87
|
+
'iui-slider-thumb': '_iui3-slider-thumb',
|
|
88
|
+
'iui-opacity-slider': '_iui3-opacity-slider',
|
|
89
|
+
'iui-color-dot': '_iui3-color-dot',
|
|
90
|
+
'iui-date-picker': '_iui3-date-picker',
|
|
91
|
+
'iui-time-picker': '_iui3-time-picker',
|
|
92
|
+
'iui-calendar-month-year': '_iui3-calendar-month-year',
|
|
93
|
+
'iui-calendar-month': '_iui3-calendar-month',
|
|
94
|
+
'iui-calendar-weekdays': '_iui3-calendar-weekdays',
|
|
95
|
+
'iui-calendar-week': '_iui3-calendar-week',
|
|
96
|
+
'iui-calendar-day': '_iui3-calendar-day',
|
|
97
|
+
'iui-calendar-day-today': '_iui3-calendar-day-today',
|
|
98
|
+
'iui-calendar-day-selected': '_iui3-calendar-day-selected',
|
|
99
|
+
'iui-calendar-day-selected-today': '_iui3-calendar-day-selected-today',
|
|
100
|
+
'iui-calendar-day-outside-month': '_iui3-calendar-day-outside-month',
|
|
101
|
+
'iui-calendar-day-outside-month-today':
|
|
102
|
+
'_iui3-calendar-day-outside-month-today',
|
|
103
|
+
'iui-calendar-day-range-start': '_iui3-calendar-day-range-start',
|
|
104
|
+
'iui-calendar-day-range-start-today': '_iui3-calendar-day-range-start-today',
|
|
105
|
+
'iui-calendar-day-range-end': '_iui3-calendar-day-range-end',
|
|
106
|
+
'iui-calendar-day-range-end-today': '_iui3-calendar-day-range-end-today',
|
|
107
|
+
'iui-calendar-day-range': '_iui3-calendar-day-range',
|
|
108
|
+
'iui-calendar-day-range-today': '_iui3-calendar-day-range-today',
|
|
109
|
+
'iui-dialog-wrapper': '_iui3-dialog-wrapper',
|
|
110
|
+
'iui-dialog': '_iui3-dialog',
|
|
111
|
+
'iui-dialog-content': '_iui3-dialog-content',
|
|
112
|
+
'iui-dialog-visible': '_iui3-dialog-visible',
|
|
113
|
+
'iui-dialog-default': '_iui3-dialog-default',
|
|
114
|
+
'iui-dialog-full-page': '_iui3-dialog-full-page',
|
|
115
|
+
'iui-dialog-draggable': '_iui3-dialog-draggable',
|
|
116
|
+
'iui-dialog-animation-enter': '_iui3-dialog-animation-enter',
|
|
117
|
+
'iui-dialog-animation-enter-active': '_iui3-dialog-animation-enter-active',
|
|
118
|
+
'iui-dialog-title': '_iui3-dialog-title',
|
|
119
|
+
'iui-dialog-title-bar': '_iui3-dialog-title-bar',
|
|
120
|
+
'iui-dialog-title-bar-filled': '_iui3-dialog-title-bar-filled',
|
|
121
|
+
'iui-dialog-button-bar': '_iui3-dialog-button-bar',
|
|
122
|
+
'iui-expandable-block': '_iui3-expandable-block',
|
|
123
|
+
'iui-expandable-header': '_iui3-expandable-header',
|
|
124
|
+
'iui-expandable-block-icon': '_iui3-expandable-block-icon',
|
|
125
|
+
'iui-expandable-block-label': '_iui3-expandable-block-label',
|
|
126
|
+
'iui-expandable-block-title': '_iui3-expandable-block-title',
|
|
127
|
+
'iui-expandable-block-caption': '_iui3-expandable-block-caption',
|
|
128
|
+
'iui-expandable-content': '_iui3-expandable-content',
|
|
129
|
+
'iui-fieldset': '_iui3-fieldset',
|
|
130
|
+
'iui-file-upload': '_iui3-file-upload',
|
|
131
|
+
'iui-content': '_iui3-content',
|
|
132
|
+
'iui-browse-input': '_iui3-browse-input',
|
|
133
|
+
'iui-template-icon': '_iui3-template-icon',
|
|
134
|
+
'iui-template-text': '_iui3-template-text',
|
|
135
|
+
'iui-drag': '_iui3-drag',
|
|
136
|
+
'iui-file-upload-template': '_iui3-file-upload-template',
|
|
137
|
+
'iui-file-card': '_iui3-file-card',
|
|
138
|
+
'iui-file-card-icon': '_iui3-file-card-icon',
|
|
139
|
+
'iui-file-card-text': '_iui3-file-card-text',
|
|
140
|
+
'iui-file-card-title': '_iui3-file-card-title',
|
|
141
|
+
'iui-file-card-description': '_iui3-file-card-description',
|
|
142
|
+
'iui-file-card-action': '_iui3-file-card-action',
|
|
143
|
+
'iui-file-card-empty': '_iui3-file-card-empty',
|
|
144
|
+
'iui-file-card-empty-icon': '_iui3-file-card-empty-icon',
|
|
145
|
+
'iui-file-card-empty-action': '_iui3-file-card-empty-action',
|
|
146
|
+
'iui-legal-footer': '_iui3-legal-footer',
|
|
147
|
+
'iui-legal-footer-list': '_iui3-legal-footer-list',
|
|
148
|
+
'iui-legal-footer-item': '_iui3-legal-footer-item',
|
|
149
|
+
'iui-legal-footer-separator': '_iui3-legal-footer-separator',
|
|
150
|
+
'iui-legal-footer-developer': '_iui3-legal-footer-developer',
|
|
151
|
+
'iui-page-header': '_iui3-page-header',
|
|
152
|
+
'iui-page-header-left': '_iui3-page-header-left',
|
|
153
|
+
'iui-page-header-center': '_iui3-page-header-center',
|
|
154
|
+
'iui-page-header-right': '_iui3-page-header-right',
|
|
155
|
+
'iui-page-header-divider': '_iui3-page-header-divider',
|
|
156
|
+
'iui-header-breadcrumbs': '_iui3-header-breadcrumbs',
|
|
157
|
+
'iui-header-brand': '_iui3-header-brand',
|
|
158
|
+
'iui-header-brand-icon': '_iui3-header-brand-icon',
|
|
159
|
+
'iui-header-brand-label': '_iui3-header-brand-label',
|
|
160
|
+
'iui-header-breadcrumbs-list': '_iui3-header-breadcrumbs-list',
|
|
161
|
+
'iui-header-breadcrumb-button': '_iui3-header-breadcrumb-button',
|
|
162
|
+
'iui-header-breadcrumb-button-split': '_iui3-header-breadcrumb-button-split',
|
|
163
|
+
'iui-header-breadcrumb-item': '_iui3-header-breadcrumb-item',
|
|
164
|
+
'iui-header-breadcrumb-button-wrapper':
|
|
165
|
+
'_iui3-header-breadcrumb-button-wrapper',
|
|
166
|
+
'iui-header-breadcrumb-button-icon': '_iui3-header-breadcrumb-button-icon',
|
|
167
|
+
'iui-header-breadcrumb-button-dropdown-icon':
|
|
168
|
+
'_iui3-header-breadcrumb-button-dropdown-icon',
|
|
169
|
+
'iui-header-breadcrumb-button-text': '_iui3-header-breadcrumb-button-text',
|
|
170
|
+
'iui-header-breadcrumb-button-text-label':
|
|
171
|
+
'_iui3-header-breadcrumb-button-text-label',
|
|
172
|
+
'iui-header-breadcrumb-button-text-sublabel':
|
|
173
|
+
'_iui3-header-breadcrumb-button-text-sublabel',
|
|
174
|
+
'iui-information-panel-wrapper': '_iui3-information-panel-wrapper',
|
|
175
|
+
'iui-information-panel': '_iui3-information-panel',
|
|
176
|
+
'iui-resizer': '_iui3-resizer',
|
|
177
|
+
'iui-resizer-bar': '_iui3-resizer-bar',
|
|
178
|
+
'iui-information-header': '_iui3-information-header',
|
|
179
|
+
'iui-information-body': '_iui3-information-body',
|
|
180
|
+
'iui-information-header-label': '_iui3-information-header-label',
|
|
181
|
+
'iui-information-header-actions': '_iui3-information-header-actions',
|
|
182
|
+
'iui-right': '_iui3-right',
|
|
183
|
+
'iui-bottom': '_iui3-bottom',
|
|
184
|
+
'iui-visible': '_iui3-visible',
|
|
185
|
+
'iui-information-body-content': '_iui3-information-body-content',
|
|
186
|
+
'iui-input-label': '_iui3-input-label',
|
|
187
|
+
'iui-inline': '_iui3-inline',
|
|
188
|
+
'iui-required': '_iui3-required',
|
|
189
|
+
'iui-input-with-icon': '_iui3-input-with-icon',
|
|
190
|
+
'iui-select-tag-container': '_iui3-select-tag-container',
|
|
191
|
+
'iui-end-icon': '_iui3-end-icon',
|
|
192
|
+
'iui-actionable': '_iui3-actionable',
|
|
193
|
+
'iui-open': '_iui3-open',
|
|
194
|
+
'iui-inline-icon': '_iui3-inline-icon',
|
|
195
|
+
'iui-with-message': '_iui3-with-message',
|
|
196
|
+
'iui-input-icon': '_iui3-input-icon',
|
|
197
|
+
'iui-input-group': '_iui3-input-group',
|
|
198
|
+
'iui-toggle-switch-wrapper': '_iui3-toggle-switch-wrapper',
|
|
199
|
+
'iui-radio-wrapper': '_iui3-radio-wrapper',
|
|
200
|
+
'iui-inline-label': '_iui3-inline-label',
|
|
201
|
+
'iui-label': '_iui3-label',
|
|
202
|
+
'iui-message': '_iui3-message',
|
|
203
|
+
'iui-select-button': '_iui3-select-button',
|
|
204
|
+
'iui-input-flex-container': '_iui3-input-flex-container',
|
|
205
|
+
'iui-keyboard': '_iui3-keyboard',
|
|
206
|
+
'iui-location-marker': '_iui3-location-marker',
|
|
207
|
+
'iui-location-marker-default': '_iui3-location-marker-default',
|
|
208
|
+
'iui-location-marker-default-pin': '_iui3-location-marker-default-pin',
|
|
209
|
+
'iui-location-marker-default-pin-dot':
|
|
210
|
+
'_iui3-location-marker-default-pin-dot',
|
|
211
|
+
'iui-location-marker-data-rich': '_iui3-location-marker-data-rich',
|
|
212
|
+
'iui-location-marker-data-rich-body': '_iui3-location-marker-data-rich-body',
|
|
213
|
+
'iui-location-marker-data-rich-icon': '_iui3-location-marker-data-rich-icon',
|
|
214
|
+
'iui-location-marker-data-rich-icon-monochrome':
|
|
215
|
+
'_iui3-location-marker-data-rich-icon-monochrome',
|
|
216
|
+
'iui-location-marker-me': '_iui3-location-marker-me',
|
|
217
|
+
'iui-location-marker-me-dot': '_iui3-location-marker-me-dot',
|
|
218
|
+
'iui-list': '_iui3-list',
|
|
219
|
+
'iui-menu': '_iui3-menu',
|
|
220
|
+
'iui-header-menu-icon': '_iui3-header-menu-icon',
|
|
221
|
+
'iui-scroll': '_iui3-scroll',
|
|
222
|
+
'iui-list-item': '_iui3-list-item',
|
|
223
|
+
'iui-menu-item-skeleton': '_iui3-menu-item-skeleton',
|
|
224
|
+
'iui-menu-item': '_iui3-menu-item',
|
|
225
|
+
'iui-link-action': '_iui3-link-action',
|
|
226
|
+
'iui-focused': '_iui3-focused',
|
|
227
|
+
'iui-icon': '_iui3-icon',
|
|
228
|
+
'iui-list-item-icon': '_iui3-list-item-icon',
|
|
229
|
+
'iui-menu-label': '_iui3-menu-label',
|
|
230
|
+
'iui-menu-description': '_iui3-menu-description',
|
|
231
|
+
'iui-menu-content': '_iui3-menu-content',
|
|
232
|
+
'iui-list-item-content': '_iui3-list-item-content',
|
|
233
|
+
'iui-list-item-description': '_iui3-list-item-description',
|
|
234
|
+
'iui-menu-divider': '_iui3-menu-divider',
|
|
235
|
+
'iui-non-ideal-state': '_iui3-non-ideal-state',
|
|
236
|
+
'iui-non-ideal-state-illustration': '_iui3-non-ideal-state-illustration',
|
|
237
|
+
'iui-non-ideal-state-title': '_iui3-non-ideal-state-title',
|
|
238
|
+
'iui-non-ideal-state-description': '_iui3-non-ideal-state-description',
|
|
239
|
+
'iui-non-ideal-state-actions': '_iui3-non-ideal-state-actions',
|
|
240
|
+
'iui-overlay': '_iui3-overlay',
|
|
241
|
+
'iui-progress-indicator-linear': '_iui3-progress-indicator-linear',
|
|
242
|
+
'iui-overlay-wrapper': '_iui3-overlay-wrapper',
|
|
243
|
+
'iui-overlay-exiting': '_iui3-overlay-exiting',
|
|
250
244
|
closeAnimation,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
245
|
+
'iui-progress-indicator-radial': '_iui3-progress-indicator-radial',
|
|
246
|
+
'iui-ux8sxma': '_iui3-ux8sxma',
|
|
247
|
+
'iui-progress-indicator-linear-label':
|
|
248
|
+
'_iui3-progress-indicator-linear-label',
|
|
249
|
+
'iui-ux8sxmt': '_iui3-ux8sxmt',
|
|
250
|
+
'iui-radio': '_iui3-radio',
|
|
251
|
+
'iui-radio-tile': '_iui3-radio-tile',
|
|
252
|
+
'iui-radio-tile-icon': '_iui3-radio-tile-icon',
|
|
253
|
+
'iui-radio-tile-container': '_iui3-radio-tile-container',
|
|
254
|
+
'iui-radio-tile-input': '_iui3-radio-tile-input',
|
|
255
|
+
'iui-radio-tile-label': '_iui3-radio-tile-label',
|
|
256
|
+
'iui-radio-tile-sublabel': '_iui3-radio-tile-sublabel',
|
|
257
|
+
'iui-searchbox': '_iui3-searchbox',
|
|
258
|
+
'iui-expandable-searchbox': '_iui3-expandable-searchbox',
|
|
259
|
+
'iui-searchbox-open-button': '_iui3-searchbox-open-button',
|
|
260
|
+
'iui-search-icon': '_iui3-search-icon',
|
|
261
|
+
'iui-placeholder': '_iui3-placeholder',
|
|
262
|
+
'iui-select-tag': '_iui3-select-tag',
|
|
263
|
+
'iui-select-tag-label': '_iui3-select-tag-label',
|
|
264
|
+
'iui-select-tag-button': '_iui3-select-tag-button',
|
|
265
|
+
'iui-select-tag-button-icon': '_iui3-select-tag-button-icon',
|
|
266
|
+
'iui-side-navigation': '_iui3-side-navigation',
|
|
267
|
+
'iui-sidenav-content': '_iui3-sidenav-content',
|
|
268
|
+
'iui-top': '_iui3-top',
|
|
269
|
+
'iui-sidenav-button': '_iui3-sidenav-button',
|
|
270
|
+
'iui-expand': '_iui3-expand',
|
|
271
|
+
'iui-collapsed': '_iui3-collapsed',
|
|
272
|
+
'iui-expanded': '_iui3-expanded',
|
|
273
|
+
'iui-submenu-open': '_iui3-submenu-open',
|
|
274
|
+
'iui-side-navigation-submenu': '_iui3-side-navigation-submenu',
|
|
275
|
+
'iui-enter': '_iui3-enter',
|
|
276
|
+
'iui-enter-active': '_iui3-enter-active',
|
|
277
|
+
'iui-exit': '_iui3-exit',
|
|
278
|
+
'iui-exit-active': '_iui3-exit-active',
|
|
279
|
+
'iui-side-navigation-submenu-content':
|
|
280
|
+
'_iui3-side-navigation-submenu-content',
|
|
281
|
+
'iui-side-navigation-submenu-header': '_iui3-side-navigation-submenu-header',
|
|
282
|
+
'iui-side-navigation-submenu-header-label':
|
|
283
|
+
'_iui3-side-navigation-submenu-header-label',
|
|
284
|
+
'iui-side-navigation-submenu-header-actions':
|
|
285
|
+
'_iui3-side-navigation-submenu-header-actions',
|
|
286
|
+
'iui-side-navigation-wrapper': '_iui3-side-navigation-wrapper',
|
|
287
|
+
'iui-skip-to-content-link': '_iui3-skip-to-content-link',
|
|
288
|
+
'iui-slider-component-container': '_iui3-slider-component-container',
|
|
289
|
+
'iui-slider-track': '_iui3-slider-track',
|
|
290
|
+
'iui-slider-min': '_iui3-slider-min',
|
|
291
|
+
'iui-slider-max': '_iui3-slider-max',
|
|
292
|
+
'iui-slider-tick': '_iui3-slider-tick',
|
|
293
|
+
'iui-grabbing': '_iui3-grabbing',
|
|
294
|
+
'iui-slider-ticks': '_iui3-slider-ticks',
|
|
295
|
+
'iui-slider-horizontal': '_iui3-slider-horizontal',
|
|
296
|
+
'iui-slider-vertical': '_iui3-slider-vertical',
|
|
297
|
+
'iui-stepper': '_iui3-stepper',
|
|
298
|
+
'iui-stepper-step': '_iui3-stepper-step',
|
|
299
|
+
'iui-current': '_iui3-current',
|
|
300
|
+
'iui-clickable': '_iui3-clickable',
|
|
301
|
+
'iui-stepper-circle': '_iui3-stepper-circle',
|
|
302
|
+
'iui-stepper-track-content': '_iui3-stepper-track-content',
|
|
303
|
+
'iui-stepper-step-name': '_iui3-stepper-step-name',
|
|
304
|
+
'iui-stepper-steps-label': '_iui3-stepper-steps-label',
|
|
305
|
+
'iui-stepper-steps-label-count': '_iui3-stepper-steps-label-count',
|
|
306
|
+
'iui-surface': '_iui3-surface',
|
|
307
|
+
'iui-table': '_iui3-table',
|
|
308
|
+
'iui-table-cell-end-icon': '_iui3-table-cell-end-icon',
|
|
309
|
+
'iui-table-cell-start-icon': '_iui3-table-cell-start-icon',
|
|
310
|
+
'iui-table-header': '_iui3-table-header',
|
|
311
|
+
'iui-table-cell': '_iui3-table-cell',
|
|
312
|
+
'iui-table-paginator': '_iui3-table-paginator',
|
|
313
|
+
'iui-table-body': '_iui3-table-body',
|
|
314
|
+
'iui-table-header-wrapper': '_iui3-table-header-wrapper',
|
|
315
|
+
'iui-slot': '_iui3-slot',
|
|
316
|
+
'iui-table-filter-button': '_iui3-table-filter-button',
|
|
317
|
+
'iui-table-resizer': '_iui3-table-resizer',
|
|
318
|
+
'iui-table-resizer-bar': '_iui3-table-resizer-bar',
|
|
319
|
+
'iui-table-sort': '_iui3-table-sort',
|
|
320
|
+
'iui-table-reorder-bar': '_iui3-table-reorder-bar',
|
|
321
|
+
'iui-table-reorder-column-right': '_iui3-table-reorder-column-right',
|
|
322
|
+
'iui-table-reorder-column-left': '_iui3-table-reorder-column-left',
|
|
323
|
+
'iui-sorted': '_iui3-sorted',
|
|
324
|
+
'iui-table-row': '_iui3-table-row',
|
|
325
|
+
'iui-table-more-options': '_iui3-table-more-options',
|
|
326
|
+
'iui-table-row-expander': '_iui3-table-row-expander',
|
|
327
|
+
'iui-table-row-expanded': '_iui3-table-row-expanded',
|
|
328
|
+
'iui-table-expanded-content': '_iui3-table-expanded-content',
|
|
329
|
+
'iui-new': '_iui3-new',
|
|
330
|
+
'iui-main-column': '_iui3-main-column',
|
|
331
|
+
'iui-table-header-actions-container': '_iui3-table-header-actions-container',
|
|
332
|
+
'iui-scroll-snapping': '_iui3-scroll-snapping',
|
|
333
|
+
'iui-zebra-striping': '_iui3-zebra-striping',
|
|
334
|
+
'iui-table-empty': '_iui3-table-empty',
|
|
335
|
+
'iui-table-cell-sticky': '_iui3-table-cell-sticky',
|
|
336
|
+
'iui-table-cell-shadow-left': '_iui3-table-cell-shadow-left',
|
|
337
|
+
'iui-table-cell-shadow-right': '_iui3-table-cell-shadow-right',
|
|
338
|
+
'iui-left': '_iui3-left',
|
|
339
|
+
'iui-center': '_iui3-center',
|
|
340
|
+
'iui-table-paginator-page-size-label':
|
|
341
|
+
'_iui3-table-paginator-page-size-label',
|
|
342
|
+
'iui-table-paginator-ellipsis': '_iui3-table-paginator-ellipsis',
|
|
343
|
+
'iui-table-paginator-ellipsis-small': '_iui3-table-paginator-ellipsis-small',
|
|
344
|
+
'iui-table-paginator-pages-group': '_iui3-table-paginator-pages-group',
|
|
345
|
+
'iui-table-paginator-page-button': '_iui3-table-paginator-page-button',
|
|
346
|
+
'iui-table-paginator-page-button-small':
|
|
347
|
+
'_iui3-table-paginator-page-button-small',
|
|
348
|
+
'iui-table-column-filter': '_iui3-table-column-filter',
|
|
349
|
+
'iui-button-bar': '_iui3-button-bar',
|
|
350
|
+
'iui-tabs-wrapper': '_iui3-tabs-wrapper',
|
|
351
|
+
'iui-horizontal': '_iui3-horizontal',
|
|
352
|
+
'iui-tabs': '_iui3-tabs',
|
|
353
|
+
'iui-borderless': '_iui3-borderless',
|
|
354
|
+
'iui-tab': '_iui3-tab',
|
|
355
|
+
'iui-vertical': '_iui3-vertical',
|
|
356
|
+
'iui-tabs-content': '_iui3-tabs-content',
|
|
357
|
+
'iui-tabs-actions-wrapper': '_iui3-tabs-actions-wrapper',
|
|
358
|
+
'iui-default': '_iui3-default',
|
|
359
|
+
'iui-tabs-actions': '_iui3-tabs-actions',
|
|
360
|
+
'iui-tab-icon': '_iui3-tab-icon',
|
|
361
|
+
'iui-tab-description': '_iui3-tab-description',
|
|
362
|
+
'iui-tab-label': '_iui3-tab-label',
|
|
363
|
+
'iui-green': '_iui3-green',
|
|
364
|
+
'iui-pill': '_iui3-pill',
|
|
365
|
+
'iui-not-animated': '_iui3-not-animated',
|
|
366
|
+
'iui-tag': '_iui3-tag',
|
|
367
|
+
'iui-tag-basic': '_iui3-tag-basic',
|
|
368
|
+
'iui-tag-label': '_iui3-tag-label',
|
|
369
|
+
'iui-tag-button': '_iui3-tag-button',
|
|
370
|
+
'iui-tag-container': '_iui3-tag-container',
|
|
371
|
+
'iui-truncate': '_iui3-truncate',
|
|
372
|
+
'iui-text-headline': '_iui3-text-headline',
|
|
373
|
+
'iui-text-title': '_iui3-text-title',
|
|
374
|
+
'iui-text-subheading': '_iui3-text-subheading',
|
|
375
|
+
'iui-text-leading': '_iui3-text-leading',
|
|
376
|
+
'iui-text-block': '_iui3-text-block',
|
|
377
|
+
'iui-text-small': '_iui3-text-small',
|
|
378
|
+
'iui-text-muted': '_iui3-text-muted',
|
|
379
|
+
'iui-skeleton': '_iui3-skeleton',
|
|
380
|
+
'skeleton-shimmer': '_iui3-skeleton-shimmer',
|
|
381
|
+
'iui-text-spacing': '_iui3-text-spacing',
|
|
382
|
+
'iui-tile': '_iui3-tile',
|
|
383
|
+
'iui-folder': '_iui3-folder',
|
|
384
|
+
'iui-tile-thumbnail': '_iui3-tile-thumbnail',
|
|
385
|
+
'iui-tile-name': '_iui3-tile-name',
|
|
386
|
+
'iui-tile-more-options': '_iui3-tile-more-options',
|
|
387
|
+
'iui-tile-metadata': '_iui3-tile-metadata',
|
|
388
|
+
'iui-tile-description': '_iui3-tile-description',
|
|
389
|
+
'iui-thumbnail-icon': '_iui3-thumbnail-icon',
|
|
390
|
+
'iui-tile-thumbnail-picture': '_iui3-tile-thumbnail-picture',
|
|
391
|
+
'iui-selected': '_iui3-selected',
|
|
392
|
+
'iui-tile-content': '_iui3-tile-content',
|
|
393
|
+
'iui-tile-thumbnail-type-indicator': '_iui3-tile-thumbnail-type-indicator',
|
|
394
|
+
'iui-tile-thumbnail-quick-action': '_iui3-tile-thumbnail-quick-action',
|
|
395
|
+
'iui-tile-thumbnail-badge-container': '_iui3-tile-thumbnail-badge-container',
|
|
396
|
+
'iui-tile-buttons': '_iui3-tile-buttons',
|
|
397
|
+
'iui-tile-name-label': '_iui3-tile-name-label',
|
|
398
|
+
'iui-tile-metadata-icon': '_iui3-tile-metadata-icon',
|
|
399
|
+
'iui-tile-status-icon': '_iui3-tile-status-icon',
|
|
400
|
+
'iui-time': '_iui3-time',
|
|
401
|
+
'iui-period': '_iui3-period',
|
|
402
|
+
'iui-toast-wrapper': '_iui3-toast-wrapper',
|
|
403
|
+
'iui-toast-all': '_iui3-toast-all',
|
|
404
|
+
'iui-placement-top': '_iui3-placement-top',
|
|
405
|
+
'iui-placement-top-start': '_iui3-placement-top-start',
|
|
406
|
+
'iui-placement-top-end': '_iui3-placement-top-end',
|
|
407
|
+
'iui-placement-bottom': '_iui3-placement-bottom',
|
|
408
|
+
'iui-toast': '_iui3-toast',
|
|
409
|
+
'iui-placement-bottom-start': '_iui3-placement-bottom-start',
|
|
410
|
+
'iui-placement-bottom-end': '_iui3-placement-bottom-end',
|
|
411
|
+
'iui-status-area': '_iui3-status-area',
|
|
412
|
+
'iui-toast-anchor': '_iui3-toast-anchor',
|
|
413
|
+
'iui-informational': '_iui3-informational',
|
|
414
|
+
'iui-label-on-left': '_iui3-label-on-left',
|
|
415
|
+
'iui-label-on-right': '_iui3-label-on-right',
|
|
416
|
+
'iui-toggle-switch-icon': '_iui3-toggle-switch-icon',
|
|
417
|
+
'iui-toggle-switch': '_iui3-toggle-switch',
|
|
418
|
+
'iui-toggle-switch-label': '_iui3-toggle-switch-label',
|
|
419
|
+
'iui-tooltip-container': '_iui3-tooltip-container',
|
|
420
|
+
'iui-tooltip': '_iui3-tooltip',
|
|
421
|
+
'iui-tooltip-visible': '_iui3-tooltip-visible',
|
|
422
|
+
'iui-transfer-list-wrapper': '_iui3-transfer-list-wrapper',
|
|
423
|
+
'iui-transfer-list-listbox-label': '_iui3-transfer-list-listbox-label',
|
|
424
|
+
'iui-transfer-list-listbox-wrapper': '_iui3-transfer-list-listbox-wrapper',
|
|
425
|
+
'iui-transfer-list-listbox': '_iui3-transfer-list-listbox',
|
|
426
|
+
'iui-transfer-list-toolbar': '_iui3-transfer-list-toolbar',
|
|
427
|
+
'iui-tree': '_iui3-tree',
|
|
428
|
+
'iui-sub-tree': '_iui3-sub-tree',
|
|
429
|
+
'iui-tree-item': '_iui3-tree-item',
|
|
430
|
+
'iui-tree-node': '_iui3-tree-node',
|
|
431
|
+
'iui-tree-node-checkbox': '_iui3-tree-node-checkbox',
|
|
432
|
+
'iui-tree-node-content': '_iui3-tree-node-content',
|
|
433
|
+
'iui-tree-node-content-icon': '_iui3-tree-node-content-icon',
|
|
434
|
+
'iui-tree-node-content-expander-icon':
|
|
435
|
+
'_iui3-tree-node-content-expander-icon',
|
|
436
|
+
'iui-tree-node-content-expander-icon-expanded':
|
|
437
|
+
'_iui3-tree-node-content-expander-icon-expanded',
|
|
438
|
+
'iui-tree-node-content-label': '_iui3-tree-node-content-label',
|
|
439
|
+
'iui-tree-node-content-title': '_iui3-tree-node-content-title',
|
|
440
|
+
'iui-tree-node-content-caption': '_iui3-tree-node-content-caption',
|
|
441
|
+
'iui-svg-icon': '_iui3-svg-icon',
|
|
442
|
+
'iui-notification-marker': '_iui3-notification-marker',
|
|
432
443
|
pulse,
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
444
|
+
'iui-popover': '_iui3-popover',
|
|
445
|
+
'tippy-box': '_iui3-tippy-box',
|
|
446
|
+
'tippy-content': '_iui3-tippy-content',
|
|
447
|
+
'iui-divider': '_iui3-divider',
|
|
448
|
+
'iui-flex': '_iui3-flex',
|
|
449
|
+
'iui-flex-spacer': '_iui3-flex-spacer',
|
|
450
|
+
'iui-flex-item': '_iui3-flex-item',
|
|
451
|
+
'iui-visually-hidden': '_iui3-visually-hidden',
|
|
452
|
+
'iui-link-box': '_iui3-link-box',
|
|
453
|
+
'iui-workflow-diagram': '_iui3-workflow-diagram',
|
|
454
|
+
'iui-workflow-diagram-step': '_iui3-workflow-diagram-step',
|
|
455
|
+
'iui-workflow-diagram-content': '_iui3-workflow-diagram-content',
|
|
445
456
|
};
|
|
446
457
|
module.exports = styles;
|