@itwin/itwinui-react 2.11.5 → 3.0.0-dev.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 +35 -0
- package/README.md +30 -24
- package/cjs/core/Alert/Alert.d.ts +4 -5
- package/cjs/core/Alert/Alert.js +8 -11
- package/cjs/core/Alert/index.d.ts +0 -1
- package/cjs/core/Avatar/Avatar.d.ts +6 -15
- package/cjs/core/Avatar/Avatar.js +6 -9
- package/cjs/core/Avatar/index.d.ts +0 -1
- package/cjs/core/AvatarGroup/AvatarGroup.d.ts +5 -10
- package/cjs/core/AvatarGroup/AvatarGroup.js +14 -18
- package/cjs/core/AvatarGroup/index.d.ts +0 -1
- package/cjs/core/Backdrop/Backdrop.d.ts +3 -4
- package/cjs/core/Backdrop/Backdrop.js +1 -3
- package/cjs/core/Backdrop/index.d.ts +0 -1
- package/cjs/core/Badge/Badge.d.ts +4 -7
- package/cjs/core/Badge/Badge.js +3 -6
- package/cjs/core/Badge/index.d.ts +0 -1
- package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +4 -78
- package/cjs/core/Breadcrumbs/Breadcrumbs.js +5 -7
- package/cjs/core/Breadcrumbs/index.d.ts +0 -1
- package/cjs/core/ButtonGroup/ButtonGroup.d.ts +4 -4
- package/cjs/core/ButtonGroup/ButtonGroup.js +15 -14
- package/cjs/core/ButtonGroup/index.d.ts +0 -1
- package/cjs/core/Buttons/Button/Button.d.ts +4 -11
- package/cjs/core/Buttons/Button/Button.js +4 -6
- package/cjs/core/Buttons/Button/index.d.ts +0 -1
- package/cjs/core/Buttons/DropdownButton/DropdownButton.d.ts +5 -22
- package/cjs/core/Buttons/DropdownButton/DropdownButton.js +0 -2
- package/cjs/core/Buttons/DropdownButton/index.d.ts +0 -1
- package/cjs/core/Buttons/IconButton/IconButton.d.ts +2 -5
- package/cjs/core/Buttons/IconButton/IconButton.js +4 -7
- package/cjs/core/Buttons/IconButton/index.d.ts +0 -1
- package/cjs/core/Buttons/IdeasButton/IdeasButton.d.ts +3 -3
- package/cjs/core/Buttons/IdeasButton/IdeasButton.js +0 -1
- package/cjs/core/Buttons/IdeasButton/index.d.ts +0 -1
- package/cjs/core/Buttons/SplitButton/SplitButton.d.ts +2 -4
- package/cjs/core/Buttons/SplitButton/SplitButton.js +1 -3
- package/cjs/core/Buttons/SplitButton/index.d.ts +0 -1
- package/cjs/core/Buttons/index.d.ts +0 -5
- package/cjs/core/Carousel/Carousel.d.ts +24 -27
- package/cjs/core/Carousel/Carousel.js +22 -23
- package/cjs/core/Carousel/CarouselDot.d.ts +11 -9
- package/cjs/core/Carousel/CarouselDot.js +2 -1
- package/cjs/core/Carousel/CarouselDotsList.d.ts +11 -10
- package/cjs/core/Carousel/CarouselDotsList.js +1 -3
- package/cjs/core/Carousel/CarouselNavigation.d.ts +14 -5
- package/cjs/core/Carousel/CarouselNavigation.js +13 -9
- package/cjs/core/Carousel/CarouselSlide.d.ts +10 -8
- package/cjs/core/Carousel/CarouselSlide.js +1 -1
- package/cjs/core/Carousel/CarouselSlider.d.ts +2 -2
- package/cjs/core/Carousel/CarouselSlider.js +1 -1
- package/cjs/core/Carousel/index.d.ts +0 -1
- package/cjs/core/Checkbox/Checkbox.d.ts +4 -32
- package/cjs/core/Checkbox/Checkbox.js +3 -5
- package/cjs/core/Checkbox/index.d.ts +0 -1
- package/cjs/core/ColorPicker/ColorBuilder.d.ts +2 -5
- package/cjs/core/ColorPicker/ColorBuilder.js +3 -5
- package/cjs/core/ColorPicker/ColorInputPanel.d.ts +4 -19
- package/cjs/core/ColorPicker/ColorInputPanel.js +4 -6
- package/cjs/core/ColorPicker/ColorPalette.d.ts +3 -17
- package/cjs/core/ColorPicker/ColorPalette.js +3 -5
- package/cjs/core/ColorPicker/ColorPicker.d.ts +4 -5
- package/cjs/core/ColorPicker/ColorPicker.js +3 -6
- package/cjs/core/ColorPicker/ColorSwatch.d.ts +4 -6
- package/cjs/core/ColorPicker/ColorSwatch.js +1 -3
- package/cjs/core/ColorPicker/index.d.ts +0 -5
- package/cjs/core/ComboBox/ComboBox.d.ts +4 -5
- package/cjs/core/ComboBox/ComboBox.js +5 -8
- package/cjs/core/ComboBox/ComboBoxDropdown.d.ts +3 -3
- package/cjs/core/ComboBox/ComboBoxEndIcon.d.ts +7 -5
- package/cjs/core/ComboBox/ComboBoxEndIcon.js +1 -1
- package/cjs/core/ComboBox/ComboBoxInput.d.ts +7 -6
- package/cjs/core/ComboBox/ComboBoxInputContainer.d.ts +3 -7
- package/cjs/core/ComboBox/ComboBoxInputContainer.js +4 -5
- package/cjs/core/ComboBox/ComboBoxMenu.d.ts +5 -2
- package/cjs/core/ComboBox/ComboBoxMenu.js +2 -2
- package/cjs/core/ComboBox/ComboBoxMenuItem.d.ts +6 -19
- package/cjs/core/ComboBox/ComboBoxMenuItem.js +8 -22
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.d.ts +6 -3
- package/cjs/core/ComboBox/index.d.ts +0 -1
- package/cjs/core/DatePicker/DatePicker.d.ts +4 -5
- package/cjs/core/DatePicker/DatePicker.js +9 -12
- package/cjs/core/DatePicker/index.d.ts +0 -1
- package/cjs/core/Dialog/Dialog.d.ts +13 -10
- package/cjs/core/Dialog/Dialog.js +22 -23
- package/cjs/core/Dialog/DialogBackdrop.d.ts +4 -4
- package/cjs/core/Dialog/DialogBackdrop.js +1 -3
- package/cjs/core/Dialog/DialogButtonBar.d.ts +1 -9
- package/cjs/core/Dialog/DialogButtonBar.js +1 -34
- package/cjs/core/Dialog/DialogContent.d.ts +1 -9
- package/cjs/core/Dialog/DialogContent.js +1 -34
- package/cjs/core/Dialog/DialogContext.d.ts +4 -0
- package/cjs/core/Dialog/DialogMain.d.ts +3 -3
- package/cjs/core/Dialog/DialogMain.js +3 -5
- package/cjs/core/Dialog/DialogTitleBar.d.ts +5 -5
- package/cjs/core/Dialog/DialogTitleBar.js +1 -3
- package/cjs/core/Dialog/DialogTitleBarTitle.d.ts +1 -9
- package/cjs/core/Dialog/DialogTitleBarTitle.js +1 -34
- package/cjs/core/Dialog/index.d.ts +0 -5
- package/cjs/core/DropdownMenu/DropdownMenu.js +0 -1
- package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +9 -5
- package/cjs/core/ExpandableBlock/ExpandableBlock.js +14 -14
- package/cjs/core/ExpandableBlock/index.d.ts +0 -1
- package/cjs/core/Fieldset/Fieldset.d.ts +4 -4
- package/cjs/core/Fieldset/Fieldset.js +3 -6
- package/cjs/core/Fieldset/index.d.ts +0 -1
- package/cjs/core/FileUpload/FileEmptyCard.d.ts +4 -11
- package/cjs/core/FileUpload/FileEmptyCard.js +16 -13
- package/cjs/core/FileUpload/FileUpload.d.ts +4 -26
- package/cjs/core/FileUpload/FileUpload.js +3 -5
- package/cjs/core/FileUpload/FileUploadCard.d.ts +11 -52
- package/cjs/core/FileUpload/FileUploadCard.js +43 -36
- package/cjs/core/FileUpload/FileUploadTemplate.d.ts +4 -4
- package/cjs/core/FileUpload/FileUploadTemplate.js +5 -8
- package/cjs/core/FileUpload/index.d.ts +0 -4
- package/cjs/core/Footer/Footer.d.ts +6 -11
- package/cjs/core/Footer/Footer.js +1 -3
- package/cjs/core/Footer/FooterItem.d.ts +1 -4
- package/cjs/core/Footer/FooterItem.js +1 -35
- package/cjs/core/Footer/FooterList.d.ts +1 -4
- package/cjs/core/Footer/FooterList.js +1 -35
- package/cjs/core/Footer/FooterSeparator.d.ts +1 -4
- package/cjs/core/Footer/FooterSeparator.js +3 -35
- package/cjs/core/Footer/index.d.ts +1 -1
- package/cjs/core/Header/Header.d.ts +5 -6
- package/cjs/core/Header/Header.js +7 -10
- package/cjs/core/Header/HeaderBasicButton.d.ts +2 -4
- package/cjs/core/Header/HeaderBasicButton.js +4 -11
- package/cjs/core/Header/HeaderBreadcrumbs.d.ts +3 -3
- package/cjs/core/Header/HeaderBreadcrumbs.js +10 -9
- package/cjs/core/Header/HeaderButton.d.ts +5 -7
- package/cjs/core/Header/HeaderButton.js +8 -25
- package/cjs/core/Header/HeaderDropdownButton.d.ts +2 -4
- package/cjs/core/Header/HeaderDropdownButton.js +0 -1
- package/cjs/core/Header/HeaderLogo.d.ts +1 -3
- package/cjs/core/Header/HeaderLogo.js +5 -13
- package/cjs/core/Header/HeaderSplitButton.d.ts +2 -4
- package/cjs/core/Header/HeaderSplitButton.js +3 -4
- package/cjs/core/Header/index.d.ts +0 -4
- package/cjs/core/InformationPanel/InformationPanel.d.ts +4 -25
- package/cjs/core/InformationPanel/InformationPanel.js +3 -5
- package/cjs/core/InformationPanel/InformationPanelBody.d.ts +1 -10
- package/cjs/core/InformationPanel/InformationPanelBody.js +1 -35
- package/cjs/core/InformationPanel/InformationPanelContent.d.ts +4 -5
- package/cjs/core/InformationPanel/InformationPanelContent.js +3 -6
- package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +4 -5
- package/cjs/core/InformationPanel/InformationPanelHeader.js +5 -8
- package/cjs/core/InformationPanel/InformationPanelWrapper.d.ts +1 -7
- package/cjs/core/InformationPanel/InformationPanelWrapper.js +1 -35
- package/cjs/core/InformationPanel/index.d.ts +0 -5
- package/cjs/core/Input/Input.d.ts +3 -14
- package/cjs/core/Input/Input.js +1 -3
- package/cjs/core/Input/index.d.ts +0 -1
- package/cjs/core/InputGroup/InputGroup.d.ts +4 -5
- package/cjs/core/InputGroup/InputGroup.js +5 -8
- package/cjs/core/InputGroup/index.d.ts +0 -1
- package/cjs/core/Label/Label.d.ts +3 -10
- package/cjs/core/Label/Label.js +5 -8
- package/cjs/core/Label/index.d.ts +0 -1
- package/cjs/core/LabeledInput/LabeledInput.d.ts +2 -47
- package/cjs/core/LabeledInput/LabeledInput.js +0 -2
- package/cjs/core/LabeledInput/index.d.ts +0 -1
- package/cjs/core/LabeledSelect/LabeledSelect.d.ts +1 -2
- package/cjs/core/LabeledSelect/LabeledSelect.js +0 -2
- package/cjs/core/LabeledSelect/index.d.ts +0 -1
- package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +4 -27
- package/cjs/core/LabeledTextarea/LabeledTextarea.js +0 -2
- package/cjs/core/LabeledTextarea/index.d.ts +0 -1
- package/cjs/core/List/List.d.ts +1 -6
- package/cjs/core/List/List.js +2 -34
- package/cjs/core/List/ListItem.d.ts +6 -14
- package/cjs/core/List/ListItem.js +9 -16
- package/cjs/core/List/index.d.ts +0 -2
- package/cjs/core/Menu/Menu.d.ts +4 -28
- package/cjs/core/Menu/Menu.js +2 -4
- package/cjs/core/Menu/MenuDivider.d.ts +1 -5
- package/cjs/core/Menu/MenuDivider.js +3 -35
- package/cjs/core/Menu/MenuExtraContent.d.ts +1 -7
- package/cjs/core/Menu/MenuExtraContent.js +3 -35
- package/cjs/core/Menu/MenuItem.d.ts +14 -61
- package/cjs/core/Menu/MenuItem.js +12 -24
- package/cjs/core/Menu/MenuItemSkeleton.d.ts +4 -6
- package/cjs/core/Menu/MenuItemSkeleton.js +8 -11
- package/cjs/core/Menu/index.d.ts +0 -5
- package/cjs/core/Modal/Modal.d.ts +5 -6
- package/cjs/core/Modal/Modal.js +3 -6
- package/cjs/core/Modal/ModalButtonBar.d.ts +1 -9
- package/cjs/core/Modal/ModalButtonBar.js +1 -26
- package/cjs/core/Modal/ModalContent.d.ts +1 -9
- package/cjs/core/Modal/ModalContent.js +1 -26
- package/cjs/core/Modal/index.d.ts +0 -3
- package/cjs/core/NonIdealState/NonIdealState.d.ts +4 -4
- package/cjs/core/NonIdealState/NonIdealState.js +7 -10
- package/cjs/core/NonIdealState/index.d.ts +1 -2
- package/cjs/core/NotificationMarker/NotificationMarker.d.ts +4 -4
- package/cjs/core/NotificationMarker/NotificationMarker.js +1 -3
- package/cjs/core/NotificationMarker/index.d.ts +0 -1
- package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +4 -5
- package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +8 -11
- package/cjs/core/ProgressIndicators/ProgressLinear/index.d.ts +0 -1
- package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +4 -5
- package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +10 -13
- package/cjs/core/ProgressIndicators/ProgressRadial/index.d.ts +0 -1
- package/cjs/core/ProgressIndicators/index.d.ts +0 -2
- package/cjs/core/Radio/Radio.d.ts +4 -18
- package/cjs/core/Radio/Radio.js +3 -5
- package/cjs/core/Radio/index.d.ts +0 -1
- package/cjs/core/RadioTiles/RadioTile.d.ts +4 -22
- package/cjs/core/RadioTiles/RadioTile.js +6 -11
- package/cjs/core/RadioTiles/RadioTileGroup.d.ts +5 -5
- package/cjs/core/RadioTiles/RadioTileGroup.js +4 -7
- package/cjs/core/RadioTiles/index.d.ts +0 -2
- package/cjs/core/SearchBox/SearchBox.d.ts +4 -17
- package/cjs/core/SearchBox/SearchBox.js +1 -3
- package/cjs/core/SearchBox/index.d.ts +0 -1
- package/cjs/core/Select/Select.d.ts +6 -2
- package/cjs/core/Select/Select.js +12 -13
- package/cjs/core/Select/SelectTag.d.ts +4 -6
- package/cjs/core/Select/SelectTag.js +4 -7
- package/cjs/core/Select/SelectTagContainer.d.ts +4 -8
- package/cjs/core/Select/SelectTagContainer.js +1 -2
- package/cjs/core/Select/index.d.ts +1 -1
- package/cjs/core/SideNavigation/SideNavigation.d.ts +4 -5
- package/cjs/core/SideNavigation/SideNavigation.js +7 -10
- package/cjs/core/SideNavigation/SidenavButton.d.ts +3 -5
- package/cjs/core/SideNavigation/SidenavButton.js +2 -7
- package/cjs/core/SideNavigation/SidenavSubmenu.d.ts +2 -15
- package/cjs/core/SideNavigation/SidenavSubmenu.js +2 -4
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +4 -9
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +5 -8
- package/cjs/core/SideNavigation/index.d.ts +0 -4
- package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +4 -14
- package/cjs/core/SkipToContentLink/SkipToContentLink.js +1 -3
- package/cjs/core/SkipToContentLink/index.d.ts +0 -1
- package/cjs/core/Slider/Slider.d.ts +4 -100
- package/cjs/core/Slider/Slider.js +6 -8
- package/cjs/core/Slider/Thumb.d.ts +3 -2
- package/cjs/core/Slider/Thumb.js +2 -1
- package/cjs/core/Slider/Track.js +2 -1
- package/cjs/core/Slider/index.d.ts +0 -1
- package/cjs/core/StatusMessage/StatusMessage.d.ts +1 -1
- package/cjs/core/StatusMessage/StatusMessage.js +3 -18
- package/cjs/core/StatusMessage/index.d.ts +0 -1
- package/cjs/core/Stepper/Stepper.d.ts +2 -3
- package/cjs/core/Stepper/Stepper.js +3 -5
- package/cjs/core/Stepper/StepperStep.d.ts +3 -4
- package/cjs/core/Stepper/StepperStep.js +8 -8
- package/cjs/core/Stepper/Wizard.js +3 -1
- package/cjs/core/Stepper/WorkflowDiagram.d.ts +3 -4
- package/cjs/core/Stepper/WorkflowDiagram.js +5 -5
- package/cjs/core/Stepper/WorkflowDiagramStep.d.ts +2 -2
- package/cjs/core/Stepper/WorkflowDiagramStep.js +3 -2
- package/cjs/core/Stepper/index.d.ts +2 -3
- package/cjs/core/Surface/Surface.d.ts +5 -18
- package/cjs/core/Surface/Surface.js +7 -7
- package/cjs/core/Surface/index.d.ts +0 -1
- package/cjs/core/Table/Table.d.ts +0 -1
- package/cjs/core/Table/Table.js +19 -20
- package/cjs/core/Table/TableCell.js +3 -2
- package/cjs/core/Table/TablePaginator.d.ts +0 -1
- package/cjs/core/Table/TablePaginator.js +9 -10
- package/cjs/core/Table/TableRowMemoized.js +2 -2
- package/cjs/core/Table/cells/DefaultCell.js +4 -3
- package/cjs/core/Table/cells/EditableCell.js +1 -1
- package/cjs/core/Table/columns/actionColumn.js +1 -1
- package/cjs/core/Table/columns/expanderColumn.d.ts +1 -1
- package/cjs/core/Table/columns/expanderColumn.js +1 -1
- package/cjs/core/Table/filters/BaseFilter.d.ts +0 -1
- package/cjs/core/Table/filters/BaseFilter.js +2 -3
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -3
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +0 -1
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +1 -2
- package/cjs/core/Table/filters/FilterButtonBar.d.ts +0 -1
- package/cjs/core/Table/filters/FilterButtonBar.js +2 -3
- package/cjs/core/Table/filters/FilterToggle.d.ts +2 -3
- package/cjs/core/Table/filters/FilterToggle.js +1 -2
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +0 -1
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +1 -2
- package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +0 -1
- package/cjs/core/Table/filters/TextFilter/TextFilter.js +1 -2
- package/cjs/core/Table/hooks/useColumnDragAndDrop.js +8 -4
- package/cjs/core/Tabs/Tab.d.ts +10 -4
- package/cjs/core/Tabs/Tab.js +7 -14
- package/cjs/core/Tabs/Tabs.d.ts +2 -3
- package/cjs/core/Tabs/Tabs.js +10 -13
- package/cjs/core/Tabs/index.d.ts +0 -2
- package/cjs/core/Tag/Tag.d.ts +4 -5
- package/cjs/core/Tag/Tag.js +5 -8
- package/cjs/core/Tag/TagContainer.d.ts +4 -5
- package/cjs/core/Tag/TagContainer.js +4 -7
- package/cjs/core/Tag/index.d.ts +0 -2
- package/cjs/core/Textarea/Textarea.d.ts +3 -10
- package/cjs/core/Textarea/Textarea.js +1 -3
- package/cjs/core/Textarea/index.d.ts +0 -1
- package/cjs/core/ThemeProvider/ThemeContext.d.ts +7 -0
- package/cjs/core/{Typography/Small/Small.js → ThemeProvider/ThemeContext.js} +2 -18
- package/cjs/core/ThemeProvider/ThemeProvider.d.ts +11 -14
- package/cjs/core/ThemeProvider/ThemeProvider.js +6 -18
- package/cjs/core/ThemeProvider/index.d.ts +1 -1
- package/cjs/core/Tile/Tile.d.ts +6 -8
- package/cjs/core/Tile/Tile.js +18 -23
- package/cjs/core/Tile/index.d.ts +0 -1
- package/cjs/core/TimePicker/TimePicker.d.ts +3 -4
- package/cjs/core/TimePicker/TimePicker.js +5 -8
- package/cjs/core/TimePicker/index.d.ts +1 -1
- package/cjs/core/Toast/Toast.d.ts +0 -1
- package/cjs/core/Toast/Toast.js +5 -6
- package/cjs/core/Toast/ToastWrapper.d.ts +0 -1
- package/cjs/core/Toast/ToastWrapper.js +2 -2
- package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +4 -4
- package/cjs/core/ToggleSwitch/ToggleSwitch.js +4 -12
- package/cjs/core/ToggleSwitch/index.d.ts +0 -1
- package/cjs/core/Tooltip/Tooltip.d.ts +0 -1
- package/cjs/core/Tooltip/Tooltip.js +1 -3
- package/cjs/core/Tooltip/index.d.ts +0 -1
- package/cjs/core/TransferList/TransferList.d.ts +69 -0
- package/cjs/core/TransferList/TransferList.js +148 -0
- package/cjs/core/TransferList/index.d.ts +3 -0
- package/cjs/core/{Typography/Headline → TransferList}/index.js +4 -4
- package/cjs/core/Tree/Tree.d.ts +1 -2
- package/cjs/core/Tree/Tree.js +4 -5
- package/cjs/core/Tree/TreeNode.d.ts +1 -2
- package/cjs/core/Tree/TreeNode.js +10 -16
- package/cjs/core/Tree/TreeNodeExpander.d.ts +4 -5
- package/cjs/core/Tree/TreeNodeExpander.js +3 -5
- package/cjs/core/Tree/index.d.ts +1 -3
- package/cjs/core/Typography/Anchor/Anchor.d.ts +1 -6
- package/cjs/core/Typography/Anchor/Anchor.js +1 -34
- package/cjs/core/Typography/Anchor/index.d.ts +0 -1
- package/cjs/core/Typography/Blockquote/Blockquote.d.ts +4 -9
- package/cjs/core/Typography/Blockquote/Blockquote.js +1 -3
- package/cjs/core/Typography/Blockquote/index.d.ts +0 -1
- package/cjs/core/Typography/Code/Code.d.ts +1 -10
- package/cjs/core/Typography/Code/Code.js +1 -35
- package/cjs/core/Typography/Code/index.d.ts +0 -1
- package/cjs/core/Typography/Kbd/Kbd.d.ts +4 -6
- package/cjs/core/Typography/Kbd/Kbd.js +3 -6
- package/cjs/core/Typography/Kbd/index.d.ts +0 -1
- package/cjs/core/Typography/Text/Text.d.ts +3 -7
- package/cjs/core/Typography/Text/Text.js +2 -4
- package/cjs/core/Typography/Text/index.d.ts +0 -1
- package/cjs/core/Typography/index.d.ts +0 -17
- package/cjs/core/Typography/index.js +10 -22
- package/cjs/core/index.d.ts +11 -57
- package/cjs/core/index.js +118 -123
- package/cjs/core/utils/components/Box.d.ts +6 -0
- package/cjs/core/{Typography/Leading/index.js → utils/components/Box.js} +8 -4
- package/cjs/core/utils/components/Divider.d.ts +4 -5
- package/cjs/core/utils/components/Divider.js +2 -4
- package/cjs/core/utils/components/Flex.d.ts +1 -5
- package/cjs/core/utils/components/Flex.js +10 -7
- package/cjs/core/utils/components/Icon.d.ts +2 -25
- package/cjs/core/utils/components/Icon.js +2 -2
- package/cjs/core/utils/components/InputContainer.d.ts +0 -1
- package/cjs/core/utils/components/InputContainer.js +6 -11
- package/cjs/core/utils/components/InputFlexContainer.d.ts +3 -6
- package/cjs/core/utils/components/InputFlexContainer.js +3 -3
- package/cjs/core/utils/components/LinkAction.d.ts +2 -9
- package/cjs/core/utils/components/LinkAction.js +3 -37
- package/cjs/core/utils/components/Popover.d.ts +1 -2
- package/cjs/core/utils/components/Popover.js +2 -3
- package/cjs/core/utils/components/VisuallyHidden.d.ts +1 -3
- package/cjs/core/utils/components/VisuallyHidden.js +3 -5
- package/cjs/core/utils/components/index.d.ts +1 -0
- package/cjs/core/utils/components/index.js +1 -0
- package/cjs/core/utils/functions/dom.d.ts +6 -0
- package/cjs/core/utils/functions/dom.js +20 -2
- package/cjs/core/utils/functions/index.d.ts +1 -1
- package/cjs/core/utils/functions/index.js +1 -1
- package/cjs/core/utils/functions/polymorphic.d.ts +198 -0
- package/cjs/core/utils/functions/polymorphic.js +89 -0
- package/cjs/core/utils/hooks/index.d.ts +1 -1
- package/cjs/core/utils/hooks/index.js +1 -1
- package/cjs/core/utils/hooks/useGlobals.d.ts +8 -0
- package/cjs/core/utils/hooks/useGlobals.js +77 -0
- package/cjs/core/utils/hooks/useIsThemeAlreadySet.js +2 -2
- package/cjs/core/utils/icons/Svg.d.ts +1 -0
- package/cjs/core/{Typography/Body/index.js → utils/icons/Svg.js} +3 -4
- package/cjs/core/utils/icons/SvgCalendar.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCalendar.js +2 -1
- package/cjs/core/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretDownSmall.js +2 -1
- package/cjs/core/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretRightSmall.js +2 -1
- package/cjs/core/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCaretUpSmall.js +2 -1
- package/cjs/core/utils/icons/SvgCheckmark.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCheckmark.js +2 -1
- package/cjs/core/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCheckmarkSmall.js +2 -1
- package/cjs/core/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronLeft.js +2 -1
- package/cjs/core/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronLeftDouble.js +2 -1
- package/cjs/core/utils/icons/SvgChevronRight.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronRight.js +2 -1
- package/cjs/core/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/cjs/core/utils/icons/SvgChevronRightDouble.js +2 -1
- package/cjs/core/utils/icons/SvgClose.d.ts +1 -1
- package/cjs/core/utils/icons/SvgClose.js +2 -1
- package/cjs/core/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgCloseSmall.js +2 -1
- package/cjs/core/utils/icons/SvgColumnManager.d.ts +1 -1
- package/cjs/core/utils/icons/SvgColumnManager.js +2 -1
- package/cjs/core/utils/icons/SvgDocument.d.ts +1 -1
- package/cjs/core/utils/icons/SvgDocument.js +2 -1
- package/cjs/core/utils/icons/SvgFilter.d.ts +1 -1
- package/cjs/core/utils/icons/SvgFilter.js +2 -1
- package/cjs/core/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/cjs/core/utils/icons/SvgFilterHollow.js +2 -1
- package/cjs/core/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/cjs/core/utils/icons/SvgImportantSmall.js +2 -1
- package/cjs/core/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/cjs/core/utils/icons/SvgInfoCircular.js +2 -1
- package/cjs/core/utils/icons/SvgMore.d.ts +1 -1
- package/cjs/core/utils/icons/SvgMore.js +2 -1
- package/cjs/core/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/cjs/core/utils/icons/SvgMoreVertical.js +2 -1
- package/cjs/core/utils/icons/SvgNew.d.ts +1 -1
- package/cjs/core/utils/icons/SvgNew.js +2 -1
- package/cjs/core/utils/icons/SvgSearch.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSearch.js +2 -1
- package/cjs/core/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSmileyHappy.js +2 -1
- package/cjs/core/utils/icons/SvgSortDown.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSortDown.js +2 -1
- package/cjs/core/utils/icons/SvgSortUp.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSortUp.js +2 -1
- package/cjs/core/utils/icons/SvgStatusError.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusError.js +2 -1
- package/cjs/core/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusSuccess.js +2 -1
- package/cjs/core/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/cjs/core/utils/icons/SvgStatusWarning.js +2 -1
- package/cjs/core/utils/icons/SvgSwap.d.ts +1 -1
- package/cjs/core/utils/icons/SvgSwap.js +2 -1
- package/cjs/core/utils/icons/SvgUpload.d.ts +1 -1
- package/cjs/core/utils/icons/SvgUpload.js +2 -1
- package/cjs/core/utils/props.d.ts +10 -33
- package/{esm/core/Typography/Body/index.js → cjs/styles.d.ts} +1 -2
- package/cjs/styles.js +453 -0
- package/cjs/types/react-table-config.d.ts +1 -1
- package/esm/core/Alert/Alert.d.ts +4 -5
- package/esm/core/Alert/Alert.js +9 -11
- package/esm/core/Alert/index.d.ts +0 -1
- package/esm/core/Avatar/Avatar.d.ts +6 -15
- package/esm/core/Avatar/Avatar.js +7 -9
- package/esm/core/Avatar/index.d.ts +0 -1
- package/esm/core/AvatarGroup/AvatarGroup.d.ts +5 -10
- package/esm/core/AvatarGroup/AvatarGroup.js +15 -18
- package/esm/core/AvatarGroup/index.d.ts +0 -1
- package/esm/core/Backdrop/Backdrop.d.ts +3 -4
- package/esm/core/Backdrop/Backdrop.js +2 -4
- package/esm/core/Backdrop/index.d.ts +0 -1
- package/esm/core/Badge/Badge.d.ts +4 -7
- package/esm/core/Badge/Badge.js +4 -6
- package/esm/core/Badge/index.d.ts +0 -1
- package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +4 -78
- package/esm/core/Breadcrumbs/Breadcrumbs.js +6 -8
- package/esm/core/Breadcrumbs/index.d.ts +0 -1
- package/esm/core/ButtonGroup/ButtonGroup.d.ts +4 -4
- package/esm/core/ButtonGroup/ButtonGroup.js +16 -15
- package/esm/core/ButtonGroup/index.d.ts +0 -1
- package/esm/core/Buttons/Button/Button.d.ts +4 -11
- package/esm/core/Buttons/Button/Button.js +5 -7
- package/esm/core/Buttons/Button/index.d.ts +0 -1
- package/esm/core/Buttons/DropdownButton/DropdownButton.d.ts +5 -22
- package/esm/core/Buttons/DropdownButton/DropdownButton.js +1 -3
- package/esm/core/Buttons/DropdownButton/index.d.ts +0 -1
- package/esm/core/Buttons/IconButton/IconButton.d.ts +2 -5
- package/esm/core/Buttons/IconButton/IconButton.js +5 -8
- package/esm/core/Buttons/IconButton/index.d.ts +0 -1
- package/esm/core/Buttons/IdeasButton/IdeasButton.d.ts +3 -3
- package/esm/core/Buttons/IdeasButton/IdeasButton.js +1 -2
- package/esm/core/Buttons/IdeasButton/index.d.ts +0 -1
- package/esm/core/Buttons/SplitButton/SplitButton.d.ts +2 -4
- package/esm/core/Buttons/SplitButton/SplitButton.js +2 -4
- package/esm/core/Buttons/SplitButton/index.d.ts +0 -1
- package/esm/core/Buttons/index.d.ts +0 -5
- package/esm/core/Carousel/Carousel.d.ts +24 -27
- package/esm/core/Carousel/Carousel.js +23 -24
- package/esm/core/Carousel/CarouselDot.d.ts +11 -9
- package/esm/core/Carousel/CarouselDot.js +2 -1
- package/esm/core/Carousel/CarouselDotsList.d.ts +11 -10
- package/esm/core/Carousel/CarouselDotsList.js +2 -4
- package/esm/core/Carousel/CarouselNavigation.d.ts +14 -5
- package/esm/core/Carousel/CarouselNavigation.js +14 -10
- package/esm/core/Carousel/CarouselSlide.d.ts +10 -8
- package/esm/core/Carousel/CarouselSlide.js +2 -2
- package/esm/core/Carousel/CarouselSlider.d.ts +2 -2
- package/esm/core/Carousel/CarouselSlider.js +2 -2
- package/esm/core/Carousel/index.d.ts +0 -1
- package/esm/core/Checkbox/Checkbox.d.ts +4 -32
- package/esm/core/Checkbox/Checkbox.js +4 -6
- package/esm/core/Checkbox/index.d.ts +0 -1
- package/esm/core/ColorPicker/ColorBuilder.d.ts +2 -5
- package/esm/core/ColorPicker/ColorBuilder.js +4 -6
- package/esm/core/ColorPicker/ColorInputPanel.d.ts +4 -19
- package/esm/core/ColorPicker/ColorInputPanel.js +5 -7
- package/esm/core/ColorPicker/ColorPalette.d.ts +3 -17
- package/esm/core/ColorPicker/ColorPalette.js +4 -6
- package/esm/core/ColorPicker/ColorPicker.d.ts +4 -5
- package/esm/core/ColorPicker/ColorPicker.js +4 -6
- package/esm/core/ColorPicker/ColorSwatch.d.ts +4 -6
- package/esm/core/ColorPicker/ColorSwatch.js +2 -4
- package/esm/core/ColorPicker/index.d.ts +0 -5
- package/esm/core/ComboBox/ComboBox.d.ts +4 -5
- package/esm/core/ComboBox/ComboBox.js +6 -9
- package/esm/core/ComboBox/ComboBoxDropdown.d.ts +3 -3
- package/esm/core/ComboBox/ComboBoxEndIcon.d.ts +7 -5
- package/esm/core/ComboBox/ComboBoxEndIcon.js +2 -2
- package/esm/core/ComboBox/ComboBoxInput.d.ts +7 -6
- package/esm/core/ComboBox/ComboBoxInputContainer.d.ts +3 -7
- package/esm/core/ComboBox/ComboBoxInputContainer.js +5 -5
- package/esm/core/ComboBox/ComboBoxMenu.d.ts +5 -2
- package/esm/core/ComboBox/ComboBoxMenu.js +2 -2
- package/esm/core/ComboBox/ComboBoxMenuItem.d.ts +6 -19
- package/esm/core/ComboBox/ComboBoxMenuItem.js +8 -19
- package/esm/core/ComboBox/ComboBoxMultipleContainer.d.ts +6 -3
- package/esm/core/ComboBox/index.d.ts +0 -1
- package/esm/core/DatePicker/DatePicker.d.ts +4 -5
- package/esm/core/DatePicker/DatePicker.js +10 -12
- package/esm/core/DatePicker/index.d.ts +0 -1
- package/esm/core/Dialog/Dialog.d.ts +13 -10
- package/esm/core/Dialog/Dialog.js +23 -24
- package/esm/core/Dialog/DialogBackdrop.d.ts +4 -4
- package/esm/core/Dialog/DialogBackdrop.js +1 -3
- package/esm/core/Dialog/DialogButtonBar.d.ts +1 -9
- package/esm/core/Dialog/DialogButtonBar.js +2 -9
- package/esm/core/Dialog/DialogContent.d.ts +1 -9
- package/esm/core/Dialog/DialogContent.js +2 -9
- package/esm/core/Dialog/DialogContext.d.ts +4 -0
- package/esm/core/Dialog/DialogMain.d.ts +3 -3
- package/esm/core/Dialog/DialogMain.js +4 -6
- package/esm/core/Dialog/DialogTitleBar.d.ts +5 -5
- package/esm/core/Dialog/DialogTitleBar.js +2 -4
- package/esm/core/Dialog/DialogTitleBarTitle.d.ts +1 -9
- package/esm/core/Dialog/DialogTitleBarTitle.js +2 -9
- package/esm/core/Dialog/index.d.ts +0 -5
- package/esm/core/DropdownMenu/DropdownMenu.js +1 -2
- package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +9 -5
- package/esm/core/ExpandableBlock/ExpandableBlock.js +15 -14
- package/esm/core/ExpandableBlock/index.d.ts +0 -1
- package/esm/core/Fieldset/Fieldset.d.ts +4 -4
- package/esm/core/Fieldset/Fieldset.js +4 -6
- package/esm/core/Fieldset/index.d.ts +0 -1
- package/esm/core/FileUpload/FileEmptyCard.d.ts +4 -11
- package/esm/core/FileUpload/FileEmptyCard.js +17 -14
- package/esm/core/FileUpload/FileUpload.d.ts +4 -26
- package/esm/core/FileUpload/FileUpload.js +4 -6
- package/esm/core/FileUpload/FileUploadCard.d.ts +11 -52
- package/esm/core/FileUpload/FileUploadCard.js +44 -37
- package/esm/core/FileUpload/FileUploadTemplate.d.ts +4 -4
- package/esm/core/FileUpload/FileUploadTemplate.js +6 -8
- package/esm/core/FileUpload/index.d.ts +0 -4
- package/esm/core/Footer/Footer.d.ts +6 -11
- package/esm/core/Footer/Footer.js +2 -4
- package/esm/core/Footer/FooterItem.d.ts +1 -4
- package/esm/core/Footer/FooterItem.js +2 -9
- package/esm/core/Footer/FooterList.d.ts +1 -4
- package/esm/core/Footer/FooterList.js +2 -9
- package/esm/core/Footer/FooterSeparator.d.ts +1 -4
- package/esm/core/Footer/FooterSeparator.js +4 -9
- package/esm/core/Footer/index.d.ts +1 -1
- package/esm/core/Header/Header.d.ts +5 -6
- package/esm/core/Header/Header.js +8 -10
- package/esm/core/Header/HeaderBasicButton.d.ts +2 -4
- package/esm/core/Header/HeaderBasicButton.js +5 -12
- package/esm/core/Header/HeaderBreadcrumbs.d.ts +3 -3
- package/esm/core/Header/HeaderBreadcrumbs.js +8 -9
- package/esm/core/Header/HeaderButton.d.ts +5 -7
- package/esm/core/Header/HeaderButton.js +9 -23
- package/esm/core/Header/HeaderDropdownButton.d.ts +2 -4
- package/esm/core/Header/HeaderDropdownButton.js +1 -2
- package/esm/core/Header/HeaderLogo.d.ts +1 -3
- package/esm/core/Header/HeaderLogo.js +6 -14
- package/esm/core/Header/HeaderSplitButton.d.ts +2 -4
- package/esm/core/Header/HeaderSplitButton.js +4 -5
- package/esm/core/Header/index.d.ts +0 -4
- package/esm/core/InformationPanel/InformationPanel.d.ts +4 -25
- package/esm/core/InformationPanel/InformationPanel.js +4 -6
- package/esm/core/InformationPanel/InformationPanelBody.d.ts +1 -10
- package/esm/core/InformationPanel/InformationPanelBody.js +2 -9
- package/esm/core/InformationPanel/InformationPanelContent.d.ts +4 -5
- package/esm/core/InformationPanel/InformationPanelContent.js +4 -6
- package/esm/core/InformationPanel/InformationPanelHeader.d.ts +4 -5
- package/esm/core/InformationPanel/InformationPanelHeader.js +6 -8
- package/esm/core/InformationPanel/InformationPanelWrapper.d.ts +1 -7
- package/esm/core/InformationPanel/InformationPanelWrapper.js +2 -9
- package/esm/core/InformationPanel/index.d.ts +0 -5
- package/esm/core/Input/Input.d.ts +3 -14
- package/esm/core/Input/Input.js +2 -4
- package/esm/core/Input/index.d.ts +0 -1
- package/esm/core/InputGroup/InputGroup.d.ts +4 -5
- package/esm/core/InputGroup/InputGroup.js +6 -8
- package/esm/core/InputGroup/index.d.ts +0 -1
- package/esm/core/Label/Label.d.ts +3 -10
- package/esm/core/Label/Label.js +6 -8
- package/esm/core/Label/index.d.ts +0 -1
- package/esm/core/LabeledInput/LabeledInput.d.ts +2 -47
- package/esm/core/LabeledInput/LabeledInput.js +1 -3
- package/esm/core/LabeledInput/index.d.ts +0 -1
- package/esm/core/LabeledSelect/LabeledSelect.d.ts +1 -2
- package/esm/core/LabeledSelect/LabeledSelect.js +1 -3
- package/esm/core/LabeledSelect/index.d.ts +0 -1
- package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +4 -27
- package/esm/core/LabeledTextarea/LabeledTextarea.js +1 -3
- package/esm/core/LabeledTextarea/index.d.ts +0 -1
- package/esm/core/List/List.d.ts +1 -6
- package/esm/core/List/List.js +3 -9
- package/esm/core/List/ListItem.d.ts +6 -14
- package/esm/core/List/ListItem.js +10 -17
- package/esm/core/List/index.d.ts +0 -2
- package/esm/core/Menu/Menu.d.ts +4 -28
- package/esm/core/Menu/Menu.js +3 -5
- package/esm/core/Menu/MenuDivider.d.ts +1 -5
- package/esm/core/Menu/MenuDivider.js +4 -9
- package/esm/core/Menu/MenuExtraContent.d.ts +1 -7
- package/esm/core/Menu/MenuExtraContent.js +4 -9
- package/esm/core/Menu/MenuItem.d.ts +14 -61
- package/esm/core/Menu/MenuItem.js +13 -22
- package/esm/core/Menu/MenuItemSkeleton.d.ts +4 -6
- package/esm/core/Menu/MenuItemSkeleton.js +9 -11
- package/esm/core/Menu/index.d.ts +0 -5
- package/esm/core/Modal/Modal.d.ts +5 -6
- package/esm/core/Modal/Modal.js +4 -6
- package/esm/core/Modal/ModalButtonBar.d.ts +1 -9
- package/esm/core/Modal/ModalButtonBar.js +1 -2
- package/esm/core/Modal/ModalContent.d.ts +1 -9
- package/esm/core/Modal/ModalContent.js +1 -2
- package/esm/core/Modal/index.d.ts +0 -3
- package/esm/core/NonIdealState/NonIdealState.d.ts +4 -4
- package/esm/core/NonIdealState/NonIdealState.js +8 -10
- package/esm/core/NonIdealState/index.d.ts +1 -2
- package/esm/core/NotificationMarker/NotificationMarker.d.ts +4 -4
- package/esm/core/NotificationMarker/NotificationMarker.js +2 -4
- package/esm/core/NotificationMarker/index.d.ts +0 -1
- package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +4 -5
- package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +9 -11
- package/esm/core/ProgressIndicators/ProgressLinear/index.d.ts +0 -1
- package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +4 -5
- package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +11 -13
- package/esm/core/ProgressIndicators/ProgressRadial/index.d.ts +0 -1
- package/esm/core/ProgressIndicators/index.d.ts +0 -2
- package/esm/core/Radio/Radio.d.ts +4 -18
- package/esm/core/Radio/Radio.js +4 -6
- package/esm/core/Radio/index.d.ts +0 -1
- package/esm/core/RadioTiles/RadioTile.d.ts +4 -22
- package/esm/core/RadioTiles/RadioTile.js +7 -12
- package/esm/core/RadioTiles/RadioTileGroup.d.ts +5 -5
- package/esm/core/RadioTiles/RadioTileGroup.js +5 -7
- package/esm/core/RadioTiles/index.d.ts +0 -2
- package/esm/core/SearchBox/SearchBox.d.ts +4 -17
- package/esm/core/SearchBox/SearchBox.js +2 -4
- package/esm/core/SearchBox/index.d.ts +0 -1
- package/esm/core/Select/Select.d.ts +6 -2
- package/esm/core/Select/Select.js +13 -14
- package/esm/core/Select/SelectTag.d.ts +4 -6
- package/esm/core/Select/SelectTag.js +5 -7
- package/esm/core/Select/SelectTagContainer.d.ts +4 -8
- package/esm/core/Select/SelectTagContainer.js +2 -3
- package/esm/core/Select/index.d.ts +1 -1
- package/esm/core/SideNavigation/SideNavigation.d.ts +4 -5
- package/esm/core/SideNavigation/SideNavigation.js +8 -10
- package/esm/core/SideNavigation/SidenavButton.d.ts +3 -5
- package/esm/core/SideNavigation/SidenavButton.js +1 -6
- package/esm/core/SideNavigation/SidenavSubmenu.d.ts +2 -15
- package/esm/core/SideNavigation/SidenavSubmenu.js +3 -5
- package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +4 -9
- package/esm/core/SideNavigation/SidenavSubmenuHeader.js +6 -8
- package/esm/core/SideNavigation/index.d.ts +0 -4
- package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +4 -14
- package/esm/core/SkipToContentLink/SkipToContentLink.js +2 -4
- package/esm/core/SkipToContentLink/index.d.ts +0 -1
- package/esm/core/Slider/Slider.d.ts +4 -100
- package/esm/core/Slider/Slider.js +7 -9
- package/esm/core/Slider/Thumb.d.ts +3 -2
- package/esm/core/Slider/Thumb.js +2 -1
- package/esm/core/Slider/Track.js +2 -1
- package/esm/core/Slider/index.d.ts +0 -1
- package/esm/core/StatusMessage/StatusMessage.d.ts +1 -1
- package/esm/core/StatusMessage/StatusMessage.js +4 -16
- package/esm/core/StatusMessage/index.d.ts +0 -1
- package/esm/core/Stepper/Stepper.d.ts +2 -3
- package/esm/core/Stepper/Stepper.js +4 -6
- package/esm/core/Stepper/StepperStep.d.ts +3 -4
- package/esm/core/Stepper/StepperStep.js +8 -7
- package/esm/core/Stepper/Wizard.js +3 -1
- package/esm/core/Stepper/WorkflowDiagram.d.ts +3 -4
- package/esm/core/Stepper/WorkflowDiagram.js +6 -6
- package/esm/core/Stepper/WorkflowDiagramStep.d.ts +2 -2
- package/esm/core/Stepper/WorkflowDiagramStep.js +3 -2
- package/esm/core/Stepper/index.d.ts +2 -3
- package/esm/core/Surface/Surface.d.ts +5 -18
- package/esm/core/Surface/Surface.js +8 -8
- package/esm/core/Surface/index.d.ts +0 -1
- package/esm/core/Table/Table.d.ts +0 -1
- package/esm/core/Table/Table.js +20 -21
- package/esm/core/Table/TableCell.js +3 -2
- package/esm/core/Table/TablePaginator.d.ts +0 -1
- package/esm/core/Table/TablePaginator.js +10 -11
- package/esm/core/Table/TableRowMemoized.js +3 -3
- package/esm/core/Table/cells/DefaultCell.js +4 -3
- package/esm/core/Table/cells/EditableCell.js +2 -2
- package/esm/core/Table/columns/actionColumn.js +1 -1
- package/esm/core/Table/columns/expanderColumn.d.ts +1 -1
- package/esm/core/Table/columns/expanderColumn.js +1 -1
- package/esm/core/Table/filters/BaseFilter.d.ts +0 -1
- package/esm/core/Table/filters/BaseFilter.js +3 -4
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +3 -3
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +0 -1
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +2 -3
- package/esm/core/Table/filters/FilterButtonBar.d.ts +0 -1
- package/esm/core/Table/filters/FilterButtonBar.js +3 -4
- package/esm/core/Table/filters/FilterToggle.d.ts +2 -3
- package/esm/core/Table/filters/FilterToggle.js +2 -3
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +0 -1
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +2 -3
- package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +0 -1
- package/esm/core/Table/filters/TextFilter/TextFilter.js +2 -3
- package/esm/core/Table/hooks/useColumnDragAndDrop.js +5 -4
- package/esm/core/Tabs/Tab.d.ts +10 -4
- package/esm/core/Tabs/Tab.js +8 -14
- package/esm/core/Tabs/Tabs.d.ts +2 -3
- package/esm/core/Tabs/Tabs.js +11 -14
- package/esm/core/Tabs/index.d.ts +0 -2
- package/esm/core/Tag/Tag.d.ts +4 -5
- package/esm/core/Tag/Tag.js +6 -8
- package/esm/core/Tag/TagContainer.d.ts +4 -5
- package/esm/core/Tag/TagContainer.js +5 -7
- package/esm/core/Tag/index.d.ts +0 -2
- package/esm/core/Textarea/Textarea.d.ts +3 -10
- package/esm/core/Textarea/Textarea.js +2 -4
- package/esm/core/Textarea/index.d.ts +0 -1
- package/esm/core/ThemeProvider/ThemeContext.d.ts +7 -0
- package/esm/core/{Typography/Leading/index.js → ThemeProvider/ThemeContext.js} +2 -2
- package/esm/core/ThemeProvider/ThemeProvider.d.ts +11 -14
- package/esm/core/ThemeProvider/ThemeProvider.js +4 -16
- package/esm/core/ThemeProvider/index.d.ts +1 -1
- package/esm/core/Tile/Tile.d.ts +6 -8
- package/esm/core/Tile/Tile.js +19 -23
- package/esm/core/Tile/index.d.ts +0 -1
- package/esm/core/TimePicker/TimePicker.d.ts +3 -4
- package/esm/core/TimePicker/TimePicker.js +6 -8
- package/esm/core/TimePicker/index.d.ts +1 -1
- package/esm/core/Toast/Toast.d.ts +0 -1
- package/esm/core/Toast/Toast.js +6 -7
- package/esm/core/Toast/ToastWrapper.d.ts +0 -1
- package/esm/core/Toast/ToastWrapper.js +2 -2
- package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +4 -4
- package/esm/core/ToggleSwitch/ToggleSwitch.js +5 -13
- package/esm/core/ToggleSwitch/index.d.ts +0 -1
- package/esm/core/Tooltip/Tooltip.d.ts +0 -1
- package/esm/core/Tooltip/Tooltip.js +2 -4
- package/esm/core/Tooltip/index.d.ts +0 -1
- package/esm/core/TransferList/TransferList.d.ts +69 -0
- package/esm/core/TransferList/TransferList.js +142 -0
- package/esm/core/TransferList/index.d.ts +3 -0
- package/esm/core/{Typography/Headline → TransferList}/index.js +2 -2
- package/esm/core/Tree/Tree.d.ts +1 -2
- package/esm/core/Tree/Tree.js +5 -6
- package/esm/core/Tree/TreeNode.d.ts +1 -2
- package/esm/core/Tree/TreeNode.js +11 -17
- package/esm/core/Tree/TreeNodeExpander.d.ts +4 -5
- package/esm/core/Tree/TreeNodeExpander.js +3 -4
- package/esm/core/Tree/index.d.ts +1 -3
- package/esm/core/Typography/Anchor/Anchor.d.ts +1 -6
- package/esm/core/Typography/Anchor/Anchor.js +2 -9
- package/esm/core/Typography/Anchor/index.d.ts +0 -1
- package/esm/core/Typography/Blockquote/Blockquote.d.ts +4 -9
- package/esm/core/Typography/Blockquote/Blockquote.js +2 -4
- package/esm/core/Typography/Blockquote/index.d.ts +0 -1
- package/esm/core/Typography/Code/Code.d.ts +1 -10
- package/esm/core/Typography/Code/Code.js +2 -9
- package/esm/core/Typography/Code/index.d.ts +0 -1
- package/esm/core/Typography/Kbd/Kbd.d.ts +4 -6
- package/esm/core/Typography/Kbd/Kbd.js +4 -6
- package/esm/core/Typography/Kbd/index.d.ts +0 -1
- package/esm/core/Typography/Text/Text.d.ts +3 -7
- package/esm/core/Typography/Text/Text.js +3 -5
- package/esm/core/Typography/Text/index.d.ts +0 -1
- package/esm/core/Typography/index.d.ts +0 -17
- package/esm/core/Typography/index.js +0 -6
- package/esm/core/index.d.ts +11 -57
- package/esm/core/index.js +3 -2
- package/esm/core/utils/components/Box.d.ts +6 -0
- package/esm/core/utils/components/Box.js +11 -0
- package/esm/core/utils/components/Divider.d.ts +4 -5
- package/esm/core/utils/components/Divider.js +2 -4
- package/esm/core/utils/components/Flex.d.ts +1 -5
- package/esm/core/utils/components/Flex.js +10 -7
- package/esm/core/utils/components/Icon.d.ts +2 -25
- package/esm/core/utils/components/Icon.js +2 -2
- package/esm/core/utils/components/InputContainer.d.ts +0 -1
- package/esm/core/utils/components/InputContainer.js +6 -11
- package/esm/core/utils/components/InputFlexContainer.d.ts +3 -6
- package/esm/core/utils/components/InputFlexContainer.js +3 -3
- package/esm/core/utils/components/LinkAction.d.ts +2 -9
- package/esm/core/utils/components/LinkAction.js +3 -11
- package/esm/core/utils/components/Popover.d.ts +1 -2
- package/esm/core/utils/components/Popover.js +1 -2
- package/esm/core/utils/components/VisuallyHidden.d.ts +1 -3
- package/esm/core/utils/components/VisuallyHidden.js +3 -5
- package/esm/core/utils/components/index.d.ts +1 -0
- package/esm/core/utils/components/index.js +1 -0
- package/esm/core/utils/functions/dom.d.ts +6 -0
- package/esm/core/utils/functions/dom.js +15 -1
- package/esm/core/utils/functions/index.d.ts +1 -1
- package/esm/core/utils/functions/index.js +1 -1
- package/esm/core/utils/functions/polymorphic.d.ts +198 -0
- package/esm/core/utils/functions/polymorphic.js +60 -0
- package/esm/core/utils/hooks/index.d.ts +1 -1
- package/esm/core/utils/hooks/index.js +1 -1
- package/esm/core/utils/hooks/useGlobals.d.ts +8 -0
- package/esm/core/utils/hooks/useGlobals.js +49 -0
- package/esm/core/utils/hooks/useIsThemeAlreadySet.js +1 -1
- package/esm/core/utils/icons/Svg.d.ts +1 -0
- package/esm/core/{Typography/Small/index.js → utils/icons/Svg.js} +2 -2
- package/esm/core/utils/icons/SvgCalendar.d.ts +1 -1
- package/esm/core/utils/icons/SvgCalendar.js +2 -1
- package/esm/core/utils/icons/SvgCaretDownSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretDownSmall.js +2 -1
- package/esm/core/utils/icons/SvgCaretRightSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretRightSmall.js +2 -1
- package/esm/core/utils/icons/SvgCaretUpSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCaretUpSmall.js +2 -1
- package/esm/core/utils/icons/SvgCheckmark.d.ts +1 -1
- package/esm/core/utils/icons/SvgCheckmark.js +2 -1
- package/esm/core/utils/icons/SvgCheckmarkSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCheckmarkSmall.js +2 -1
- package/esm/core/utils/icons/SvgChevronLeft.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronLeft.js +2 -1
- package/esm/core/utils/icons/SvgChevronLeftDouble.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronLeftDouble.js +2 -1
- package/esm/core/utils/icons/SvgChevronRight.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronRight.js +2 -1
- package/esm/core/utils/icons/SvgChevronRightDouble.d.ts +1 -1
- package/esm/core/utils/icons/SvgChevronRightDouble.js +2 -1
- package/esm/core/utils/icons/SvgClose.d.ts +1 -1
- package/esm/core/utils/icons/SvgClose.js +2 -1
- package/esm/core/utils/icons/SvgCloseSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgCloseSmall.js +2 -1
- package/esm/core/utils/icons/SvgColumnManager.d.ts +1 -1
- package/esm/core/utils/icons/SvgColumnManager.js +2 -1
- package/esm/core/utils/icons/SvgDocument.d.ts +1 -1
- package/esm/core/utils/icons/SvgDocument.js +2 -1
- package/esm/core/utils/icons/SvgFilter.d.ts +1 -1
- package/esm/core/utils/icons/SvgFilter.js +2 -1
- package/esm/core/utils/icons/SvgFilterHollow.d.ts +1 -1
- package/esm/core/utils/icons/SvgFilterHollow.js +2 -1
- package/esm/core/utils/icons/SvgImportantSmall.d.ts +1 -1
- package/esm/core/utils/icons/SvgImportantSmall.js +2 -1
- package/esm/core/utils/icons/SvgInfoCircular.d.ts +1 -1
- package/esm/core/utils/icons/SvgInfoCircular.js +2 -1
- package/esm/core/utils/icons/SvgMore.d.ts +1 -1
- package/esm/core/utils/icons/SvgMore.js +2 -1
- package/esm/core/utils/icons/SvgMoreVertical.d.ts +1 -1
- package/esm/core/utils/icons/SvgMoreVertical.js +2 -1
- package/esm/core/utils/icons/SvgNew.d.ts +1 -1
- package/esm/core/utils/icons/SvgNew.js +2 -1
- package/esm/core/utils/icons/SvgSearch.d.ts +1 -1
- package/esm/core/utils/icons/SvgSearch.js +2 -1
- package/esm/core/utils/icons/SvgSmileyHappy.d.ts +1 -1
- package/esm/core/utils/icons/SvgSmileyHappy.js +2 -1
- package/esm/core/utils/icons/SvgSortDown.d.ts +1 -1
- package/esm/core/utils/icons/SvgSortDown.js +2 -1
- package/esm/core/utils/icons/SvgSortUp.d.ts +1 -1
- package/esm/core/utils/icons/SvgSortUp.js +2 -1
- package/esm/core/utils/icons/SvgStatusError.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusError.js +2 -1
- package/esm/core/utils/icons/SvgStatusSuccess.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusSuccess.js +2 -1
- package/esm/core/utils/icons/SvgStatusWarning.d.ts +1 -1
- package/esm/core/utils/icons/SvgStatusWarning.js +2 -1
- package/esm/core/utils/icons/SvgSwap.d.ts +1 -1
- package/esm/core/utils/icons/SvgSwap.js +2 -1
- package/esm/core/utils/icons/SvgUpload.d.ts +1 -1
- package/esm/core/utils/icons/SvgUpload.js +2 -1
- package/esm/core/utils/props.d.ts +10 -33
- package/esm/{core/Typography/Title/index.js → styles.d.ts} +1 -2
- package/esm/styles.js +454 -0
- package/esm/types/react-table-config.d.ts +1 -1
- package/package.json +14 -11
- package/styles.css +1942 -0
- package/cjs/core/Typography/Body/Body.d.ts +0 -35
- package/cjs/core/Typography/Body/Body.js +0 -51
- package/cjs/core/Typography/Body/index.d.ts +0 -4
- package/cjs/core/Typography/Headline/Headline.d.ts +0 -22
- package/cjs/core/Typography/Headline/Headline.js +0 -48
- package/cjs/core/Typography/Headline/index.d.ts +0 -4
- package/cjs/core/Typography/Leading/Leading.d.ts +0 -22
- package/cjs/core/Typography/Leading/Leading.js +0 -48
- package/cjs/core/Typography/Leading/index.d.ts +0 -4
- package/cjs/core/Typography/Small/Small.d.ts +0 -22
- package/cjs/core/Typography/Small/index.d.ts +0 -4
- package/cjs/core/Typography/Small/index.js +0 -10
- package/cjs/core/Typography/Subheading/Subheading.d.ts +0 -22
- package/cjs/core/Typography/Subheading/Subheading.js +0 -48
- package/cjs/core/Typography/Subheading/index.d.ts +0 -4
- package/cjs/core/Typography/Subheading/index.js +0 -10
- package/cjs/core/Typography/Title/Title.d.ts +0 -22
- package/cjs/core/Typography/Title/Title.js +0 -48
- package/cjs/core/Typography/Title/index.d.ts +0 -4
- package/cjs/core/Typography/Title/index.js +0 -10
- package/cjs/core/utils/functions/styles.d.ts +0 -6
- package/cjs/core/utils/functions/styles.js +0 -21
- package/cjs/core/utils/hooks/useTheme.d.ts +0 -39
- package/cjs/core/utils/hooks/useTheme.js +0 -127
- package/esm/core/Typography/Body/Body.d.ts +0 -35
- package/esm/core/Typography/Body/Body.js +0 -22
- package/esm/core/Typography/Body/index.d.ts +0 -4
- package/esm/core/Typography/Headline/Headline.d.ts +0 -22
- package/esm/core/Typography/Headline/Headline.js +0 -19
- package/esm/core/Typography/Headline/index.d.ts +0 -4
- package/esm/core/Typography/Leading/Leading.d.ts +0 -22
- package/esm/core/Typography/Leading/Leading.js +0 -19
- package/esm/core/Typography/Leading/index.d.ts +0 -4
- package/esm/core/Typography/Small/Small.d.ts +0 -22
- package/esm/core/Typography/Small/Small.js +0 -19
- package/esm/core/Typography/Small/index.d.ts +0 -4
- package/esm/core/Typography/Subheading/Subheading.d.ts +0 -22
- package/esm/core/Typography/Subheading/Subheading.js +0 -19
- package/esm/core/Typography/Subheading/index.d.ts +0 -4
- package/esm/core/Typography/Subheading/index.js +0 -6
- package/esm/core/Typography/Title/Title.d.ts +0 -22
- package/esm/core/Typography/Title/Title.js +0 -19
- package/esm/core/Typography/Title/index.d.ts +0 -4
- package/esm/core/utils/functions/styles.d.ts +0 -6
- package/esm/core/utils/functions/styles.js +0 -17
- package/esm/core/utils/hooks/useTheme.d.ts +0 -39
- package/esm/core/utils/hooks/useTheme.js +0 -100
package/esm/styles.js
ADDED
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
const closeAnimation = "_iui3-closeAnimation";
|
|
2
|
+
const pulse = "_iui3-pulse";
|
|
3
|
+
const styles = {
|
|
4
|
+
"iui-root": "_iui3-root",
|
|
5
|
+
"iui-root-background": "_iui3-root-background",
|
|
6
|
+
"iui-alert": "_iui3-alert",
|
|
7
|
+
"iui-alert-link": "_iui3-alert-link",
|
|
8
|
+
"iui-alert-button": "_iui3-alert-button",
|
|
9
|
+
"iui-alert-icon": "_iui3-alert-icon",
|
|
10
|
+
"iui-alert-message": "_iui3-alert-message",
|
|
11
|
+
"iui-alert-button-icon": "_iui3-alert-button-icon",
|
|
12
|
+
"iui-anchor": "_iui3-anchor",
|
|
13
|
+
"iui-anchor-external": "_iui3-anchor-external",
|
|
14
|
+
"iui-avatar": "_iui3-avatar",
|
|
15
|
+
"iui-stroke": "_iui3-stroke",
|
|
16
|
+
"iui-initials": "_iui3-initials",
|
|
17
|
+
"iui-status": "_iui3-status",
|
|
18
|
+
"iui-online": "_iui3-online",
|
|
19
|
+
"iui-away": "_iui3-away",
|
|
20
|
+
"iui-busy": "_iui3-busy",
|
|
21
|
+
"iui-offline": "_iui3-offline",
|
|
22
|
+
"iui-avatar-count": "_iui3-avatar-count",
|
|
23
|
+
"iui-small": "_iui3-small",
|
|
24
|
+
"iui-large": "_iui3-large",
|
|
25
|
+
"iui-x-large": "_iui3-x-large",
|
|
26
|
+
"iui-avatar-list": "_iui3-avatar-list",
|
|
27
|
+
"iui-stacked": "_iui3-stacked",
|
|
28
|
+
"iui-animated": "_iui3-animated",
|
|
29
|
+
"iui-backdrop": "_iui3-backdrop",
|
|
30
|
+
"iui-backdrop-visible": "_iui3-backdrop-visible",
|
|
31
|
+
"iui-backdrop-fixed": "_iui3-backdrop-fixed",
|
|
32
|
+
"iui-badge": "_iui3-badge",
|
|
33
|
+
"iui-blockquote": "_iui3-blockquote",
|
|
34
|
+
"iui-surface-body": "_iui3-surface-body",
|
|
35
|
+
"iui-surface-header": "_iui3-surface-header",
|
|
36
|
+
"iui-breadcrumbs": "_iui3-breadcrumbs",
|
|
37
|
+
"iui-breadcrumbs-list": "_iui3-breadcrumbs-list",
|
|
38
|
+
"iui-breadcrumbs-item": "_iui3-breadcrumbs-item",
|
|
39
|
+
"iui-breadcrumbs-item-overrides": "_iui3-breadcrumbs-item-overrides",
|
|
40
|
+
"iui-button": "_iui3-button",
|
|
41
|
+
"iui-breadcrumbs-text": "_iui3-breadcrumbs-text",
|
|
42
|
+
"iui-breadcrumbs-button": "_iui3-breadcrumbs-button",
|
|
43
|
+
"iui-breadcrumbs-separator": "_iui3-breadcrumbs-separator",
|
|
44
|
+
"iui-button-icon": "_iui3-button-icon",
|
|
45
|
+
"iui-button-dropdown": "_iui3-button-dropdown",
|
|
46
|
+
"iui-button-split": "_iui3-button-split",
|
|
47
|
+
"iui-button-group": "_iui3-button-group",
|
|
48
|
+
"iui-input-container": "_iui3-input-container",
|
|
49
|
+
"iui-input": "_iui3-input",
|
|
50
|
+
"iui-disabled": "_iui3-disabled",
|
|
51
|
+
"iui-button-group-vertical": "_iui3-button-group-vertical",
|
|
52
|
+
"iui-button-group-overflow-x": "_iui3-button-group-overflow-x",
|
|
53
|
+
"iui-carousel": "_iui3-carousel",
|
|
54
|
+
"iui-carousel-slider": "_iui3-carousel-slider",
|
|
55
|
+
"iui-carousel-slider-item": "_iui3-carousel-slider-item",
|
|
56
|
+
"iui-carousel-navigation": "_iui3-carousel-navigation",
|
|
57
|
+
"iui-carousel-navigation-left": "_iui3-carousel-navigation-left",
|
|
58
|
+
"iui-carousel-navigation-right": "_iui3-carousel-navigation-right",
|
|
59
|
+
"iui-carousel-navigation-dots": "_iui3-carousel-navigation-dots",
|
|
60
|
+
"iui-carousel-navigation-dot": "_iui3-carousel-navigation-dot",
|
|
61
|
+
"iui-first": "_iui3-first",
|
|
62
|
+
"iui-second": "_iui3-second",
|
|
63
|
+
"iui-active": "_iui3-active",
|
|
64
|
+
"iui-checkbox-wrapper": "_iui3-checkbox-wrapper",
|
|
65
|
+
"iui-loading": "_iui3-loading",
|
|
66
|
+
"iui-checkbox-label": "_iui3-checkbox-label",
|
|
67
|
+
"iui-radio-label": "_iui3-radio-label",
|
|
68
|
+
"iui-positive": "_iui3-positive",
|
|
69
|
+
"iui-warning": "_iui3-warning",
|
|
70
|
+
"iui-negative": "_iui3-negative",
|
|
71
|
+
"iui-checkbox": "_iui3-checkbox",
|
|
72
|
+
"iui-checkbox-visibility": "_iui3-checkbox-visibility",
|
|
73
|
+
"iui-code": "_iui3-code",
|
|
74
|
+
"iui-codeblock": "_iui3-codeblock",
|
|
75
|
+
"iui-title-bar": "_iui3-title-bar",
|
|
76
|
+
"iui-title": "_iui3-title",
|
|
77
|
+
"iui-codeblock-content": "_iui3-codeblock-content",
|
|
78
|
+
"iui-color-picker": "_iui3-color-picker",
|
|
79
|
+
"iui-color-swatch": "_iui3-color-swatch",
|
|
80
|
+
"iui-color-palette": "_iui3-color-palette",
|
|
81
|
+
"iui-color-palette-wrapper": "_iui3-color-palette-wrapper",
|
|
82
|
+
"iui-color-input": "_iui3-color-input",
|
|
83
|
+
"iui-color-input-wrapper": "_iui3-color-input-wrapper",
|
|
84
|
+
"iui-color-input-fields": "_iui3-color-input-fields",
|
|
85
|
+
"iui-color-picker-section-label": "_iui3-color-picker-section-label",
|
|
86
|
+
"iui-color-selection-wrapper": "_iui3-color-selection-wrapper",
|
|
87
|
+
"iui-color-field": "_iui3-color-field",
|
|
88
|
+
"iui-hue-slider": "_iui3-hue-slider",
|
|
89
|
+
"iui-slider-container": "_iui3-slider-container",
|
|
90
|
+
"iui-slider-rail": "_iui3-slider-rail",
|
|
91
|
+
"iui-slider-thumb": "_iui3-slider-thumb",
|
|
92
|
+
"iui-opacity-slider": "_iui3-opacity-slider",
|
|
93
|
+
"iui-color-dot": "_iui3-color-dot",
|
|
94
|
+
"iui-date-picker": "_iui3-date-picker",
|
|
95
|
+
"iui-time-picker": "_iui3-time-picker",
|
|
96
|
+
"iui-calendar-month-year": "_iui3-calendar-month-year",
|
|
97
|
+
"iui-calendar-month": "_iui3-calendar-month",
|
|
98
|
+
"iui-calendar-weekdays": "_iui3-calendar-weekdays",
|
|
99
|
+
"iui-calendar-week": "_iui3-calendar-week",
|
|
100
|
+
"iui-calendar-day": "_iui3-calendar-day",
|
|
101
|
+
"iui-calendar-day-today": "_iui3-calendar-day-today",
|
|
102
|
+
"iui-calendar-day-selected": "_iui3-calendar-day-selected",
|
|
103
|
+
"iui-calendar-day-selected-today": "_iui3-calendar-day-selected-today",
|
|
104
|
+
"iui-calendar-day-outside-month": "_iui3-calendar-day-outside-month",
|
|
105
|
+
"iui-calendar-day-outside-month-today": "_iui3-calendar-day-outside-month-today",
|
|
106
|
+
"iui-calendar-day-range-start": "_iui3-calendar-day-range-start",
|
|
107
|
+
"iui-calendar-day-range-start-today": "_iui3-calendar-day-range-start-today",
|
|
108
|
+
"iui-calendar-day-range-end": "_iui3-calendar-day-range-end",
|
|
109
|
+
"iui-calendar-day-range-end-today": "_iui3-calendar-day-range-end-today",
|
|
110
|
+
"iui-calendar-day-range": "_iui3-calendar-day-range",
|
|
111
|
+
"iui-calendar-day-range-today": "_iui3-calendar-day-range-today",
|
|
112
|
+
"iui-dialog-wrapper": "_iui3-dialog-wrapper",
|
|
113
|
+
"iui-dialog": "_iui3-dialog",
|
|
114
|
+
"iui-dialog-visible": "_iui3-dialog-visible",
|
|
115
|
+
"iui-dialog-default": "_iui3-dialog-default",
|
|
116
|
+
"iui-dialog-full-page": "_iui3-dialog-full-page",
|
|
117
|
+
"iui-dialog-draggable": "_iui3-dialog-draggable",
|
|
118
|
+
"iui-dialog-animation-enter": "_iui3-dialog-animation-enter",
|
|
119
|
+
"iui-dialog-animation-enter-active": "_iui3-dialog-animation-enter-active",
|
|
120
|
+
"iui-dialog-title": "_iui3-dialog-title",
|
|
121
|
+
"iui-dialog-title-bar": "_iui3-dialog-title-bar",
|
|
122
|
+
"iui-dialog-title-bar-filled": "_iui3-dialog-title-bar-filled",
|
|
123
|
+
"iui-dialog-content": "_iui3-dialog-content",
|
|
124
|
+
"iui-dialog-button-bar": "_iui3-dialog-button-bar",
|
|
125
|
+
"iui-expandable-block": "_iui3-expandable-block",
|
|
126
|
+
"iui-expanded": "_iui3-expanded",
|
|
127
|
+
"iui-header": "_iui3-header",
|
|
128
|
+
"iui-icon": "_iui3-icon",
|
|
129
|
+
"iui-status-icon": "_iui3-status-icon",
|
|
130
|
+
"iui-expandable-content": "_iui3-expandable-content",
|
|
131
|
+
"iui-enter": "_iui3-enter",
|
|
132
|
+
"iui-enter-active": "_iui3-enter-active",
|
|
133
|
+
"iui-exit": "_iui3-exit",
|
|
134
|
+
"iui-exit-active": "_iui3-exit-active",
|
|
135
|
+
"iui-borderless": "_iui3-borderless",
|
|
136
|
+
"iui-expandable-block-label": "_iui3-expandable-block-label",
|
|
137
|
+
"iui-caption": "_iui3-caption",
|
|
138
|
+
"iui-fieldset": "_iui3-fieldset",
|
|
139
|
+
"iui-file-upload": "_iui3-file-upload",
|
|
140
|
+
"iui-content": "_iui3-content",
|
|
141
|
+
"iui-browse-input": "_iui3-browse-input",
|
|
142
|
+
"iui-template-icon": "_iui3-template-icon",
|
|
143
|
+
"iui-template-text": "_iui3-template-text",
|
|
144
|
+
"iui-drag": "_iui3-drag",
|
|
145
|
+
"iui-file-upload-template": "_iui3-file-upload-template",
|
|
146
|
+
"iui-file-card": "_iui3-file-card",
|
|
147
|
+
"iui-file-card-icon": "_iui3-file-card-icon",
|
|
148
|
+
"iui-file-card-text": "_iui3-file-card-text",
|
|
149
|
+
"iui-file-card-title": "_iui3-file-card-title",
|
|
150
|
+
"iui-file-card-description": "_iui3-file-card-description",
|
|
151
|
+
"iui-file-card-action": "_iui3-file-card-action",
|
|
152
|
+
"iui-file-card-empty": "_iui3-file-card-empty",
|
|
153
|
+
"iui-file-card-empty-icon": "_iui3-file-card-empty-icon",
|
|
154
|
+
"iui-file-card-empty-action": "_iui3-file-card-empty-action",
|
|
155
|
+
"iui-legal-footer": "_iui3-legal-footer",
|
|
156
|
+
"iui-legal-footer-list": "_iui3-legal-footer-list",
|
|
157
|
+
"iui-legal-footer-item": "_iui3-legal-footer-item",
|
|
158
|
+
"iui-legal-footer-separator": "_iui3-legal-footer-separator",
|
|
159
|
+
"iui-legal-footer-developer": "_iui3-legal-footer-developer",
|
|
160
|
+
"iui-page-header": "_iui3-page-header",
|
|
161
|
+
"iui-page-header-left": "_iui3-page-header-left",
|
|
162
|
+
"iui-page-header-center": "_iui3-page-header-center",
|
|
163
|
+
"iui-page-header-right": "_iui3-page-header-right",
|
|
164
|
+
"iui-page-header-divider": "_iui3-page-header-divider",
|
|
165
|
+
"iui-header-breadcrumbs": "_iui3-header-breadcrumbs",
|
|
166
|
+
"iui-header-brand": "_iui3-header-brand",
|
|
167
|
+
"iui-header-brand-icon": "_iui3-header-brand-icon",
|
|
168
|
+
"iui-header-brand-label": "_iui3-header-brand-label",
|
|
169
|
+
"iui-header-breadcrumbs-list": "_iui3-header-breadcrumbs-list",
|
|
170
|
+
"iui-header-breadcrumb-button": "_iui3-header-breadcrumb-button",
|
|
171
|
+
"iui-header-breadcrumb-button-split": "_iui3-header-breadcrumb-button-split",
|
|
172
|
+
"iui-header-breadcrumb-item": "_iui3-header-breadcrumb-item",
|
|
173
|
+
"iui-header-breadcrumb-button-wrapper": "_iui3-header-breadcrumb-button-wrapper",
|
|
174
|
+
"iui-header-breadcrumb-button-icon": "_iui3-header-breadcrumb-button-icon",
|
|
175
|
+
"iui-header-breadcrumb-button-dropdown-icon": "_iui3-header-breadcrumb-button-dropdown-icon",
|
|
176
|
+
"iui-header-breadcrumb-button-text": "_iui3-header-breadcrumb-button-text",
|
|
177
|
+
"iui-header-breadcrumb-button-text-label": "_iui3-header-breadcrumb-button-text-label",
|
|
178
|
+
"iui-header-breadcrumb-button-text-sublabel": "_iui3-header-breadcrumb-button-text-sublabel",
|
|
179
|
+
"iui-information-panel-wrapper": "_iui3-information-panel-wrapper",
|
|
180
|
+
"iui-information-panel": "_iui3-information-panel",
|
|
181
|
+
"iui-resizer": "_iui3-resizer",
|
|
182
|
+
"iui-resizer-bar": "_iui3-resizer-bar",
|
|
183
|
+
"iui-information-header": "_iui3-information-header",
|
|
184
|
+
"iui-information-body": "_iui3-information-body",
|
|
185
|
+
"iui-information-header-label": "_iui3-information-header-label",
|
|
186
|
+
"iui-information-header-actions": "_iui3-information-header-actions",
|
|
187
|
+
"iui-right": "_iui3-right",
|
|
188
|
+
"iui-bottom": "_iui3-bottom",
|
|
189
|
+
"iui-visible": "_iui3-visible",
|
|
190
|
+
"iui-information-body-content": "_iui3-information-body-content",
|
|
191
|
+
"iui-input-label": "_iui3-input-label",
|
|
192
|
+
"iui-inline": "_iui3-inline",
|
|
193
|
+
"iui-required": "_iui3-required",
|
|
194
|
+
"iui-input-with-icon": "_iui3-input-with-icon",
|
|
195
|
+
"iui-select-tag-container": "_iui3-select-tag-container",
|
|
196
|
+
"iui-end-icon": "_iui3-end-icon",
|
|
197
|
+
"iui-actionable": "_iui3-actionable",
|
|
198
|
+
"iui-open": "_iui3-open",
|
|
199
|
+
"iui-inline-icon": "_iui3-inline-icon",
|
|
200
|
+
"iui-with-message": "_iui3-with-message",
|
|
201
|
+
"iui-input-icon": "_iui3-input-icon",
|
|
202
|
+
"iui-input-group": "_iui3-input-group",
|
|
203
|
+
"iui-toggle-switch-wrapper": "_iui3-toggle-switch-wrapper",
|
|
204
|
+
"iui-radio-wrapper": "_iui3-radio-wrapper",
|
|
205
|
+
"iui-inline-label": "_iui3-inline-label",
|
|
206
|
+
"iui-label": "_iui3-label",
|
|
207
|
+
"iui-message": "_iui3-message",
|
|
208
|
+
"iui-select-button": "_iui3-select-button",
|
|
209
|
+
"iui-input-flex-container": "_iui3-input-flex-container",
|
|
210
|
+
"iui-keyboard": "_iui3-keyboard",
|
|
211
|
+
"iui-location-marker": "_iui3-location-marker",
|
|
212
|
+
"iui-location-marker-default": "_iui3-location-marker-default",
|
|
213
|
+
"iui-location-marker-default-pin": "_iui3-location-marker-default-pin",
|
|
214
|
+
"iui-location-marker-default-pin-dot": "_iui3-location-marker-default-pin-dot",
|
|
215
|
+
"iui-location-marker-data-rich": "_iui3-location-marker-data-rich",
|
|
216
|
+
"iui-location-marker-data-rich-body": "_iui3-location-marker-data-rich-body",
|
|
217
|
+
"iui-location-marker-data-rich-icon": "_iui3-location-marker-data-rich-icon",
|
|
218
|
+
"iui-location-marker-data-rich-icon-monochrome": "_iui3-location-marker-data-rich-icon-monochrome",
|
|
219
|
+
"iui-location-marker-me": "_iui3-location-marker-me",
|
|
220
|
+
"iui-location-marker-me-dot": "_iui3-location-marker-me-dot",
|
|
221
|
+
"iui-list": "_iui3-list",
|
|
222
|
+
"iui-menu": "_iui3-menu",
|
|
223
|
+
"iui-header-menu-icon": "_iui3-header-menu-icon",
|
|
224
|
+
"iui-scroll": "_iui3-scroll",
|
|
225
|
+
"iui-list-item": "_iui3-list-item",
|
|
226
|
+
"iui-menu-item-skeleton": "_iui3-menu-item-skeleton",
|
|
227
|
+
"iui-menu-item": "_iui3-menu-item",
|
|
228
|
+
"iui-link-action": "_iui3-link-action",
|
|
229
|
+
"iui-focused": "_iui3-focused",
|
|
230
|
+
"iui-list-item-icon": "_iui3-list-item-icon",
|
|
231
|
+
"iui-menu-label": "_iui3-menu-label",
|
|
232
|
+
"iui-menu-description": "_iui3-menu-description",
|
|
233
|
+
"iui-menu-content": "_iui3-menu-content",
|
|
234
|
+
"iui-list-item-content": "_iui3-list-item-content",
|
|
235
|
+
"iui-list-item-description": "_iui3-list-item-description",
|
|
236
|
+
"iui-menu-divider": "_iui3-menu-divider",
|
|
237
|
+
"iui-non-ideal-state": "_iui3-non-ideal-state",
|
|
238
|
+
"iui-non-ideal-state-illustration": "_iui3-non-ideal-state-illustration",
|
|
239
|
+
"iui-non-ideal-state-title": "_iui3-non-ideal-state-title",
|
|
240
|
+
"iui-non-ideal-state-description": "_iui3-non-ideal-state-description",
|
|
241
|
+
"iui-non-ideal-state-actions": "_iui3-non-ideal-state-actions",
|
|
242
|
+
"iui-progress-indicator-linear": "_iui3-progress-indicator-linear",
|
|
243
|
+
"iui-track": "_iui3-track",
|
|
244
|
+
"iui-fill": "_iui3-fill",
|
|
245
|
+
"iui-determinate": "_iui3-determinate",
|
|
246
|
+
"iui-indeterminate": "_iui3-indeterminate",
|
|
247
|
+
"iui-progress-indicator-linear-animate-indeterminate": "_iui3-progress-indicator-linear-animate-indeterminate",
|
|
248
|
+
"iui-progress-indicator-radial": "_iui3-progress-indicator-radial",
|
|
249
|
+
"iui-radial": "_iui3-radial",
|
|
250
|
+
"iui-inner-content": "_iui3-inner-content",
|
|
251
|
+
"iui-x-small": "_iui3-x-small",
|
|
252
|
+
"rotate-indeterminate": "_iui3-rotate-indeterminate",
|
|
253
|
+
"dash-indeterminate": "_iui3-dash-indeterminate",
|
|
254
|
+
"iui-progress-indicator-overlay": "_iui3-progress-indicator-overlay",
|
|
255
|
+
"iui-overlay-exiting": "_iui3-overlay-exiting",
|
|
256
|
+
closeAnimation,
|
|
257
|
+
"iui-radio": "_iui3-radio",
|
|
258
|
+
"iui-radio-tile": "_iui3-radio-tile",
|
|
259
|
+
"iui-radio-tile-content": "_iui3-radio-tile-content",
|
|
260
|
+
"iui-radio-tile-icon": "_iui3-radio-tile-icon",
|
|
261
|
+
"iui-radio-tile-container": "_iui3-radio-tile-container",
|
|
262
|
+
"iui-radio-tile-input": "_iui3-radio-tile-input",
|
|
263
|
+
"iui-radio-tile-label": "_iui3-radio-tile-label",
|
|
264
|
+
"iui-radio-tile-sublabel": "_iui3-radio-tile-sublabel",
|
|
265
|
+
"iui-searchbox": "_iui3-searchbox",
|
|
266
|
+
"iui-expandable-searchbox": "_iui3-expandable-searchbox",
|
|
267
|
+
"iui-searchbox-open-button": "_iui3-searchbox-open-button",
|
|
268
|
+
"iui-search-icon": "_iui3-search-icon",
|
|
269
|
+
"iui-placeholder": "_iui3-placeholder",
|
|
270
|
+
"iui-select-tag": "_iui3-select-tag",
|
|
271
|
+
"iui-select-tag-label": "_iui3-select-tag-label",
|
|
272
|
+
"iui-select-tag-button": "_iui3-select-tag-button",
|
|
273
|
+
"iui-select-tag-button-icon": "_iui3-select-tag-button-icon",
|
|
274
|
+
"iui-side-navigation": "_iui3-side-navigation",
|
|
275
|
+
"iui-sidenav-content": "_iui3-sidenav-content",
|
|
276
|
+
"iui-top": "_iui3-top",
|
|
277
|
+
"iui-sidenav-button": "_iui3-sidenav-button",
|
|
278
|
+
"iui-expand": "_iui3-expand",
|
|
279
|
+
"iui-collapsed": "_iui3-collapsed",
|
|
280
|
+
"iui-submenu-open": "_iui3-submenu-open",
|
|
281
|
+
"iui-side-navigation-submenu": "_iui3-side-navigation-submenu",
|
|
282
|
+
"iui-side-navigation-submenu-content": "_iui3-side-navigation-submenu-content",
|
|
283
|
+
"iui-side-navigation-submenu-header": "_iui3-side-navigation-submenu-header",
|
|
284
|
+
"iui-side-navigation-submenu-header-label": "_iui3-side-navigation-submenu-header-label",
|
|
285
|
+
"iui-side-navigation-submenu-header-actions": "_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": "_iui3-table-paginator-page-size-label",
|
|
341
|
+
"iui-table-paginator-ellipsis": "_iui3-table-paginator-ellipsis",
|
|
342
|
+
"iui-table-paginator-ellipsis-small": "_iui3-table-paginator-ellipsis-small",
|
|
343
|
+
"iui-table-paginator-pages-group": "_iui3-table-paginator-pages-group",
|
|
344
|
+
"iui-table-paginator-page-button": "_iui3-table-paginator-page-button",
|
|
345
|
+
"iui-table-paginator-page-button-small": "_iui3-table-paginator-page-button-small",
|
|
346
|
+
"iui-table-column-filter": "_iui3-table-column-filter",
|
|
347
|
+
"iui-button-bar": "_iui3-button-bar",
|
|
348
|
+
"iui-tabs-wrapper": "_iui3-tabs-wrapper",
|
|
349
|
+
"iui-horizontal": "_iui3-horizontal",
|
|
350
|
+
"iui-tabs": "_iui3-tabs",
|
|
351
|
+
"iui-tab": "_iui3-tab",
|
|
352
|
+
"iui-vertical": "_iui3-vertical",
|
|
353
|
+
"iui-tabs-content": "_iui3-tabs-content",
|
|
354
|
+
"iui-tabs-actions-wrapper": "_iui3-tabs-actions-wrapper",
|
|
355
|
+
"iui-default": "_iui3-default",
|
|
356
|
+
"iui-tabs-actions": "_iui3-tabs-actions",
|
|
357
|
+
"iui-tab-icon": "_iui3-tab-icon",
|
|
358
|
+
"iui-tab-description": "_iui3-tab-description",
|
|
359
|
+
"iui-tab-label": "_iui3-tab-label",
|
|
360
|
+
"iui-green": "_iui3-green",
|
|
361
|
+
"iui-pill": "_iui3-pill",
|
|
362
|
+
"iui-not-animated": "_iui3-not-animated",
|
|
363
|
+
"iui-tag": "_iui3-tag",
|
|
364
|
+
"iui-tag-basic": "_iui3-tag-basic",
|
|
365
|
+
"iui-tag-label": "_iui3-tag-label",
|
|
366
|
+
"iui-tag-button": "_iui3-tag-button",
|
|
367
|
+
"iui-tag-container": "_iui3-tag-container",
|
|
368
|
+
"iui-truncate": "_iui3-truncate",
|
|
369
|
+
"iui-text-headline": "_iui3-text-headline",
|
|
370
|
+
"iui-text-title": "_iui3-text-title",
|
|
371
|
+
"iui-text-subheading": "_iui3-text-subheading",
|
|
372
|
+
"iui-text-leading": "_iui3-text-leading",
|
|
373
|
+
"iui-text-block": "_iui3-text-block",
|
|
374
|
+
"iui-text-small": "_iui3-text-small",
|
|
375
|
+
"iui-text-muted": "_iui3-text-muted",
|
|
376
|
+
"iui-skeleton": "_iui3-skeleton",
|
|
377
|
+
"skeleton-shimmer": "_iui3-skeleton-shimmer",
|
|
378
|
+
"iui-text-spacing": "_iui3-text-spacing",
|
|
379
|
+
"iui-tile": "_iui3-tile",
|
|
380
|
+
"iui-folder": "_iui3-folder",
|
|
381
|
+
"iui-tile-thumbnail": "_iui3-tile-thumbnail",
|
|
382
|
+
"iui-tile-more-options": "_iui3-tile-more-options",
|
|
383
|
+
"iui-tile-metadata": "_iui3-tile-metadata",
|
|
384
|
+
"iui-tile-name": "_iui3-tile-name",
|
|
385
|
+
"iui-tile-description": "_iui3-tile-description",
|
|
386
|
+
"iui-thumbnail-icon": "_iui3-thumbnail-icon",
|
|
387
|
+
"iui-tile-thumbnail-picture": "_iui3-tile-thumbnail-picture",
|
|
388
|
+
"iui-selected": "_iui3-selected",
|
|
389
|
+
"iui-tile-content": "_iui3-tile-content",
|
|
390
|
+
"iui-tile-thumbnail-type-indicator": "_iui3-tile-thumbnail-type-indicator",
|
|
391
|
+
"iui-tile-thumbnail-quick-action": "_iui3-tile-thumbnail-quick-action",
|
|
392
|
+
"iui-tile-thumbnail-badge-container": "_iui3-tile-thumbnail-badge-container",
|
|
393
|
+
"iui-tile-buttons": "_iui3-tile-buttons",
|
|
394
|
+
"iui-tile-name-label": "_iui3-tile-name-label",
|
|
395
|
+
"iui-tile-metadata-icon": "_iui3-tile-metadata-icon",
|
|
396
|
+
"iui-tile-status-icon": "_iui3-tile-status-icon",
|
|
397
|
+
"iui-time": "_iui3-time",
|
|
398
|
+
"iui-period": "_iui3-period",
|
|
399
|
+
"iui-toast-wrapper": "_iui3-toast-wrapper",
|
|
400
|
+
"iui-toast-all": "_iui3-toast-all",
|
|
401
|
+
"iui-placement-top": "_iui3-placement-top",
|
|
402
|
+
"iui-placement-top-start": "_iui3-placement-top-start",
|
|
403
|
+
"iui-placement-top-end": "_iui3-placement-top-end",
|
|
404
|
+
"iui-placement-bottom": "_iui3-placement-bottom",
|
|
405
|
+
"iui-toast": "_iui3-toast",
|
|
406
|
+
"iui-placement-bottom-start": "_iui3-placement-bottom-start",
|
|
407
|
+
"iui-placement-bottom-end": "_iui3-placement-bottom-end",
|
|
408
|
+
"iui-status-area": "_iui3-status-area",
|
|
409
|
+
"iui-toast-anchor": "_iui3-toast-anchor",
|
|
410
|
+
"iui-informational": "_iui3-informational",
|
|
411
|
+
"iui-label-on-left": "_iui3-label-on-left",
|
|
412
|
+
"iui-label-on-right": "_iui3-label-on-right",
|
|
413
|
+
"iui-toggle-switch-icon": "_iui3-toggle-switch-icon",
|
|
414
|
+
"iui-toggle-switch": "_iui3-toggle-switch",
|
|
415
|
+
"iui-toggle-switch-label": "_iui3-toggle-switch-label",
|
|
416
|
+
"iui-tooltip-container": "_iui3-tooltip-container",
|
|
417
|
+
"iui-tooltip": "_iui3-tooltip",
|
|
418
|
+
"iui-tooltip-visible": "_iui3-tooltip-visible",
|
|
419
|
+
"iui-transfer-list-wrapper": "_iui3-transfer-list-wrapper",
|
|
420
|
+
"iui-transfer-list-listbox-label": "_iui3-transfer-list-listbox-label",
|
|
421
|
+
"iui-transfer-list-listbox-wrapper": "_iui3-transfer-list-listbox-wrapper",
|
|
422
|
+
"iui-transfer-list-listbox": "_iui3-transfer-list-listbox",
|
|
423
|
+
"iui-transfer-list-toolbar": "_iui3-transfer-list-toolbar",
|
|
424
|
+
"iui-tree": "_iui3-tree",
|
|
425
|
+
"iui-sub-tree": "_iui3-sub-tree",
|
|
426
|
+
"iui-tree-item": "_iui3-tree-item",
|
|
427
|
+
"iui-tree-node": "_iui3-tree-node",
|
|
428
|
+
"iui-tree-node-checkbox": "_iui3-tree-node-checkbox",
|
|
429
|
+
"iui-tree-node-content": "_iui3-tree-node-content",
|
|
430
|
+
"iui-tree-node-content-icon": "_iui3-tree-node-content-icon",
|
|
431
|
+
"iui-tree-node-content-expander-icon": "_iui3-tree-node-content-expander-icon",
|
|
432
|
+
"iui-tree-node-content-expander-icon-expanded": "_iui3-tree-node-content-expander-icon-expanded",
|
|
433
|
+
"iui-tree-node-content-label": "_iui3-tree-node-content-label",
|
|
434
|
+
"iui-tree-node-content-title": "_iui3-tree-node-content-title",
|
|
435
|
+
"iui-tree-node-content-caption": "_iui3-tree-node-content-caption",
|
|
436
|
+
"iui-svg-icon": "_iui3-svg-icon",
|
|
437
|
+
"iui-notification-marker": "_iui3-notification-marker",
|
|
438
|
+
pulse,
|
|
439
|
+
"iui-popover": "_iui3-popover",
|
|
440
|
+
"tippy-box": "_iui3-tippy-box",
|
|
441
|
+
"tippy-content": "_iui3-tippy-content",
|
|
442
|
+
"iui-divider": "_iui3-divider",
|
|
443
|
+
"iui-flex": "_iui3-flex",
|
|
444
|
+
"iui-flex-spacer": "_iui3-flex-spacer",
|
|
445
|
+
"iui-flex-item": "_iui3-flex-item",
|
|
446
|
+
"iui-visually-hidden": "_iui3-visually-hidden",
|
|
447
|
+
"iui-link-box": "_iui3-link-box",
|
|
448
|
+
"iui-workflow-diagram": "_iui3-workflow-diagram",
|
|
449
|
+
"iui-workflow-diagram-step": "_iui3-workflow-diagram-step",
|
|
450
|
+
"iui-workflow-diagram-content": "_iui3-workflow-diagram-content"
|
|
451
|
+
};
|
|
452
|
+
export {
|
|
453
|
+
styles as default
|
|
454
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { TableFilterProps } from '../core/index.js';
|
|
2
|
+
import type { TableFilterProps } from '../core/Table/filters/index.js';
|
|
3
3
|
declare module 'react-table' {
|
|
4
4
|
type FieldType = 'text' | 'number' | 'date' | string;
|
|
5
5
|
type CellRendererProps<D extends object = {}> = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/itwinui-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-dev.1",
|
|
4
4
|
"author": "Bentley Systems",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"default": "./cjs/index.js"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
+
"./styles.css": "./styles.css",
|
|
20
21
|
"./cjs": "./cjs/index.js",
|
|
21
22
|
"./esm": "./esm/index.js",
|
|
22
23
|
"./cjs/core/utils": "./cjs/core/utils/index.js",
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
"files": [
|
|
27
28
|
"cjs",
|
|
28
29
|
"esm",
|
|
30
|
+
"styles.css",
|
|
29
31
|
"CHANGELOG.md",
|
|
30
32
|
"LICENSE.md"
|
|
31
33
|
],
|
|
@@ -51,8 +53,10 @@
|
|
|
51
53
|
"ux"
|
|
52
54
|
],
|
|
53
55
|
"scripts": {
|
|
54
|
-
"build": "yarn clean:build && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
|
|
56
|
+
"build": "yarn clean:build && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && yarn build:styles",
|
|
57
|
+
"build:styles": "vite build src/styles.js",
|
|
55
58
|
"build:watch": "concurrently \"tsc -p tsconfig.cjs.json --watch\" \"tsc -p tsconfig.esm.json --watch\"",
|
|
59
|
+
"copy-styles": "node ./scripts/copyStyles.mjs",
|
|
56
60
|
"clean:build": "rimraf esm && rimraf cjs",
|
|
57
61
|
"clean:coverage": "rimraf coverage",
|
|
58
62
|
"clean": "rimraf .turbo && yarn clean:coverage && yarn clean:build && rimraf node_modules",
|
|
@@ -61,15 +65,14 @@
|
|
|
61
65
|
"format": "prettier --config .prettierrc **/*.{tsx,ts,js} --ignore-path .gitignore --write",
|
|
62
66
|
"lint": "eslint \"**/*.{js,ts,tsx}\" --max-warnings=0",
|
|
63
67
|
"lint:fix": "yarn lint --fix && node ../../scripts/copyrightLinter.js --fix \"*/**/*.{js,ts,tsx}\"",
|
|
64
|
-
"dev": "yarn clean:build && concurrently \"yarn dev:esm\" \"yarn dev:cjs\" \"yarn dev:types\"",
|
|
68
|
+
"dev": "yarn clean:build && concurrently \"yarn dev:esm\" \"yarn dev:cjs\" \"yarn build:styles --watch\" \"yarn dev:types\"",
|
|
65
69
|
"dev:esm": "swc src -d esm --watch",
|
|
66
70
|
"dev:cjs": "swc src -d cjs --watch -C module.type=commonjs",
|
|
67
|
-
"dev:types": "concurrently \"tsc -p tsconfig.cjs.json --emitDeclarationOnly --watch --preserveWatchOutput\" \"tsc -p tsconfig.esm.json --emitDeclarationOnly --watch --preserveWatchOutput\""
|
|
71
|
+
"dev:types": "concurrently \"tsc -p tsconfig.cjs.json --emitDeclarationOnly --watch --preserveWatchOutput\" \"tsc -p tsconfig.esm.json --emitDeclarationOnly --watch --preserveWatchOutput\"",
|
|
72
|
+
"dev:styles": "concurrently \"yarn build:styles --watch\" \"yarn copy-styles\""
|
|
68
73
|
},
|
|
69
74
|
"dependencies": {
|
|
70
|
-
"@itwin/itwinui-css": "^1.11.1",
|
|
71
75
|
"@itwin/itwinui-illustrations-react": "^2.0.0",
|
|
72
|
-
"@itwin/itwinui-variables": "^2.0.0",
|
|
73
76
|
"@tippyjs/react": "^4.2.6",
|
|
74
77
|
"@types/react-table": "^7.0.18",
|
|
75
78
|
"classnames": "^2.2.6",
|
|
@@ -79,6 +82,8 @@
|
|
|
79
82
|
},
|
|
80
83
|
"devDependencies": {
|
|
81
84
|
"@babel/core": "^7.12.10",
|
|
85
|
+
"@itwin/itwinui-css": "^2.0.0-dev.1",
|
|
86
|
+
"@itwin/itwinui-variables": "2.1.0-dev.0",
|
|
82
87
|
"@swc/cli": "^0.1.57",
|
|
83
88
|
"@swc/core": "^1.3.21",
|
|
84
89
|
"@testing-library/jest-dom": "^5.16.4",
|
|
@@ -108,7 +113,8 @@
|
|
|
108
113
|
"ts-jest": "^28.0.2",
|
|
109
114
|
"ts-loader": "^9.2.8",
|
|
110
115
|
"ts-node": "^8.0.2",
|
|
111
|
-
"typescript": "^4.4.3"
|
|
116
|
+
"typescript": "^4.4.3",
|
|
117
|
+
"vite": "^4.3.8"
|
|
112
118
|
},
|
|
113
119
|
"peerDependencies": {
|
|
114
120
|
"react": ">=16.8.6 < 19.0.0",
|
|
@@ -124,8 +130,5 @@
|
|
|
124
130
|
]
|
|
125
131
|
},
|
|
126
132
|
"prettier": "configs/prettier-config",
|
|
127
|
-
"sideEffects":
|
|
128
|
-
"**/*.scss",
|
|
129
|
-
"**/*.css"
|
|
130
|
-
]
|
|
133
|
+
"sideEffects": false
|
|
131
134
|
}
|