@connectif/ui-components 0.0.1 → 0.0.2
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/dist/components/alert/Alert.d.ts +1 -2
- package/dist/components/avatar/Avatar.d.ts +5 -5
- package/dist/components/avatar/AvatarCard.d.ts +1 -2
- package/dist/components/avatar/AvatarMultiple.d.ts +3 -3
- package/dist/components/button/BadgeToggleButton.d.ts +1 -1
- package/dist/components/button/Button.d.ts +12 -12
- package/dist/components/button/ButtonGroup.d.ts +1 -1
- package/dist/components/button/ButtonWithActions.d.ts +17 -17
- package/dist/components/button/IconButton.d.ts +5 -5
- package/dist/components/button/IconToggleButton.d.ts +5 -5
- package/dist/components/button/MenuButton.d.ts +4 -4
- package/dist/components/button/MenuIconButton.d.ts +12 -12
- package/dist/components/button/ToggleButton.d.ts +1 -1
- package/dist/components/button/ToggleButtonGroup.d.ts +1 -2
- package/dist/components/card/Card.d.ts +1 -1
- package/dist/components/card/CardActions.d.ts +1 -1
- package/dist/components/card/CardChips.d.ts +1 -2
- package/dist/components/card/CardDescription.d.ts +1 -1
- package/dist/components/card/CardImage.d.ts +1 -2
- package/dist/components/card/CardStatus.d.ts +1 -2
- package/dist/components/card/CardTable.d.ts +1 -2
- package/dist/components/card/CardTitle.d.ts +1 -2
- package/dist/components/card/CardTitleWithIcon.d.ts +1 -2
- package/dist/components/chart/BarChart.d.ts +1 -1
- package/dist/components/chart/CategorizedChartProps.d.ts +0 -1
- package/dist/components/chart/DonutChart.d.ts +1 -1
- package/dist/components/chart/DonutChartLegendItem.d.ts +1 -2
- package/dist/components/chart/FunnelChart.d.ts +1 -1
- package/dist/components/chart/IncrementLabel.d.ts +1 -2
- package/dist/components/chart/LineChart.d.ts +1 -2
- package/dist/components/chart/MicroPieChart.d.ts +1 -2
- package/dist/components/chart/RankingChart.d.ts +1 -1
- package/dist/components/chart/RankingChartItem.d.ts +1 -2
- package/dist/components/chart/RankingChartTooltip.d.ts +1 -2
- package/dist/components/chart/WeekChart.d.ts +1 -1
- package/dist/components/chart/WeekChartItem.d.ts +1 -2
- package/dist/components/chart/WeekChartTooltip.d.ts +1 -2
- package/dist/components/chat/Chat.d.ts +1 -1
- package/dist/components/chip/Chip.d.ts +88 -51
- package/dist/components/chip/ChipList.d.ts +1 -1
- package/dist/components/chip/MenuChip.d.ts +4 -4
- package/dist/components/dialog/ConfirmationDialog.d.ts +1 -1
- package/dist/components/dialog/Dialog.d.ts +1 -1
- package/dist/components/divider/Divider.d.ts +1 -2
- package/dist/components/drawer/Drawer.d.ts +1 -2
- package/dist/components/drawer/InputDrawer.d.ts +1 -1
- package/dist/components/formatter/CompactNumberFormatter.d.ts +1 -2
- package/dist/components/formatter/CurrencyFormatter.d.ts +1 -2
- package/dist/components/formatter/DateFormatter.d.ts +1 -2
- package/dist/components/formatter/NumberFormatter.d.ts +1 -2
- package/dist/components/formatter/PercentageFormatter.d.ts +1 -2
- package/dist/components/header/Header.d.ts +1 -1
- package/dist/components/header/HeaderSubtitle.d.ts +1 -1
- package/dist/components/header/HeaderTitle.d.ts +1 -2
- package/dist/components/icon/Icon.d.ts +2 -2
- package/dist/components/icon/StackedIcons.d.ts +1 -1
- package/dist/components/input/Autocomplete.d.ts +5 -1
- package/dist/components/input/CalendarDay.d.ts +1 -1
- package/dist/components/input/CalendarMonth.d.ts +1 -2
- package/dist/components/input/CalendarScrollPicker.d.ts +1 -2
- package/dist/components/input/CategorizedPicker.d.ts +1 -2
- package/dist/components/input/Checkbox.d.ts +1 -2
- package/dist/components/input/CodeEditor.d.ts +7 -1
- package/dist/components/input/CodeEditorPopup.d.ts +1 -1
- package/dist/components/input/DateIntervalPicker.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerInputs.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerList.d.ts +1 -2
- package/dist/components/input/DateIntervalPickerPopover.d.ts +1 -2
- package/dist/components/input/DatePicker.d.ts +7 -7
- package/dist/components/input/DatePickerPopover.d.ts +1 -2
- package/dist/components/input/DatePickerStatic.d.ts +1 -2
- package/dist/components/input/DaysOfWeekPicker.d.ts +1 -2
- package/dist/components/input/DaysOfWeekRow.d.ts +1 -2
- package/dist/components/input/DebouncedTextField.d.ts +1 -1
- package/dist/components/input/InputHelperText.d.ts +3 -3
- package/dist/components/input/InputLabel.d.ts +5 -5
- package/dist/components/input/ItemSelector.d.ts +1 -2
- package/dist/components/input/NumberField.d.ts +11 -11
- package/dist/components/input/PhoneField.d.ts +4 -4
- package/dist/components/input/Select.d.ts +7 -1
- package/dist/components/input/SelectPopover.d.ts +1 -1
- package/dist/components/input/SelectPopoverItem.d.ts +1 -2
- package/dist/components/input/TextEditor.d.ts +1 -1
- package/dist/components/input/TextFieldContainer.d.ts +12 -12
- package/dist/components/input/TimeField.d.ts +1 -2
- package/dist/components/input/TimezoneSelector.d.ts +1 -2
- package/dist/components/input/UploadClickableArea.d.ts +1 -1
- package/dist/components/layout/Box.d.ts +2 -1
- package/dist/components/layout/Collapse.d.ts +1 -2
- package/dist/components/layout/CollapsiblePanel.d.ts +1 -1
- package/dist/components/layout/CollapsiblePanelSwitcher.d.ts +1 -1
- package/dist/components/layout/Container.d.ts +1 -2
- package/dist/components/layout/Grid.d.ts +1 -2
- package/dist/components/layout/LazyLoad.d.ts +1 -2
- package/dist/components/layout/PageScrollContext.d.ts +0 -1
- package/dist/components/layout/PageWithHeader.d.ts +1 -1
- package/dist/components/layout/PageWithNavbar.d.ts +1 -1
- package/dist/components/layout/PageWithSidePanel.d.ts +1 -1
- package/dist/components/layout/PageWithToolBox.d.ts +1 -1
- package/dist/components/layout/PageWithToolbar.d.ts +1 -1
- package/dist/components/layout/Paper.d.ts +1 -2
- package/dist/components/layout/SidePanel.d.ts +1 -1
- package/dist/components/layout/ToolBox.d.ts +1 -1
- package/dist/components/list/BaseListItem.d.ts +1 -1
- package/dist/components/list/List.d.ts +1 -2
- package/dist/components/list/ListItem.d.ts +1 -1
- package/dist/components/list/ListItemButton.d.ts +6 -6
- package/dist/components/list/ListItemText.d.ts +1 -2
- package/dist/components/loader/Loader.d.ts +1 -2
- package/dist/components/navbar/Navbar.d.ts +1 -1
- package/dist/components/navbar/NavbarHeader.d.ts +1 -2
- package/dist/components/overlay/DonutFocusOverlay.d.ts +1 -1
- package/dist/components/pager/Pager.d.ts +1 -2
- package/dist/components/popover/Popover.d.ts +1 -2
- package/dist/components/popover/PopoverActions.d.ts +1 -1
- package/dist/components/progress/CircularProgress.d.ts +1 -2
- package/dist/components/progress/LinearProgress.d.ts +1 -2
- package/dist/components/scrollable/HorizontalScrollable.d.ts +1 -1
- package/dist/components/snackbar/SnackbarProvider.d.ts +1 -2
- package/dist/components/tab/TabButton.d.ts +1 -1
- package/dist/components/tab/TabContent.d.ts +1 -1
- package/dist/components/tab/Tabs.d.ts +1 -1
- package/dist/components/table/NestedTable.d.ts +1 -1
- package/dist/components/table/Table.d.ts +1 -2
- package/dist/components/table/TableBody.d.ts +1 -1
- package/dist/components/table/TableCell.d.ts +1 -2
- package/dist/components/table/TableCellCopy.d.ts +1 -2
- package/dist/components/table/TableDivider.d.ts +1 -2
- package/dist/components/table/TableHead.d.ts +1 -1
- package/dist/components/table/TableRow.d.ts +1 -1
- package/dist/components/table/TableSortLabel.d.ts +1 -2
- package/dist/components/toolbar/Toolbar.d.ts +1 -1
- package/dist/components/toolbar/ToolbarBreadcrumb.d.ts +1 -1
- package/dist/components/tooltip/TextEllipsis.d.ts +1 -1
- package/dist/components/tooltip/TextEllipsisTooltip.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.d.ts +1 -1
- package/dist/components/tooltip/TooltipMenu.d.ts +1 -1
- package/dist/components/typography/TextMarker.d.ts +1 -2
- package/dist/components/typography/Typography.d.ts +5 -5
- package/dist/components/widget/Widget.d.ts +1 -1
- package/dist/components/widget/WidgetActions.d.ts +1 -1
- package/dist/components/widget/WidgetLegendItem.d.ts +1 -2
- package/dist/components/widget/WidgetTitle.d.ts +1 -1
- package/dist/components/window/MinimizableWindow.d.ts +7 -7
- package/dist/contexts/IntlContext.d.ts +0 -1
- package/dist/hooks/useFormatters.d.ts +1 -1
- package/dist/hooks/useResizeObserver.d.ts +0 -1
- package/dist/index.js +647 -684
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -7
- package/dist/components/layout/SwipeableViews.d.ts +0 -8
- package/dist/components/progress/DonutProgress.d.ts +0 -45
- package/dist/src/components/alert/Alert.d.ts +0 -33
- package/dist/src/components/alert/Alert.theme.d.ts +0 -2
- package/dist/src/components/alert/AlertTitle.theme.d.ts +0 -2
- package/dist/src/components/alert/index.d.ts +0 -1
- package/dist/src/components/avatar/Avatar.d.ts +0 -91
- package/dist/src/components/avatar/AvatarCard.d.ts +0 -9
- package/dist/src/components/avatar/AvatarMultiple.d.ts +0 -35
- package/dist/src/components/avatar/index.d.ts +0 -3
- package/dist/src/components/button/BadgeToggleButton.d.ts +0 -42
- package/dist/src/components/button/Button.d.ts +0 -175
- package/dist/src/components/button/Button.theme.d.ts +0 -2
- package/dist/src/components/button/ButtonGroup.d.ts +0 -26
- package/dist/src/components/button/ButtonWithActions.d.ts +0 -68
- package/dist/src/components/button/IconButton.d.ts +0 -78
- package/dist/src/components/button/IconButton.theme.d.ts +0 -2
- package/dist/src/components/button/IconToggleButton.d.ts +0 -35
- package/dist/src/components/button/MenuButton.d.ts +0 -56
- package/dist/src/components/button/MenuIconButton.d.ts +0 -77
- package/dist/src/components/button/MenuItem.theme.d.ts +0 -2
- package/dist/src/components/button/ToggleButton.d.ts +0 -28
- package/dist/src/components/button/ToggleButton.theme.d.ts +0 -2
- package/dist/src/components/button/ToggleButtonGroup.d.ts +0 -40
- package/dist/src/components/button/UploadButton.d.ts +0 -25
- package/dist/src/components/button/index.d.ts +0 -11
- package/dist/src/components/card/Card.d.ts +0 -40
- package/dist/src/components/card/CardActions.d.ts +0 -17
- package/dist/src/components/card/CardChips.d.ts +0 -17
- package/dist/src/components/card/CardDescription.d.ts +0 -13
- package/dist/src/components/card/CardImage.d.ts +0 -22
- package/dist/src/components/card/CardStatus.d.ts +0 -23
- package/dist/src/components/card/CardTable.d.ts +0 -22
- package/dist/src/components/card/CardTitle.d.ts +0 -22
- package/dist/src/components/card/CardTitleWithIcon.d.ts +0 -29
- package/dist/src/components/card/EnhancedCard.d.ts +0 -97
- package/dist/src/components/card/EnhancedCardImage.d.ts +0 -43
- package/dist/src/components/card/EnhancedCardRow.d.ts +0 -11
- package/dist/src/components/card/EnhancedCardSubtitle.d.ts +0 -26
- package/dist/src/components/card/EnhancedCardTitle.d.ts +0 -38
- package/dist/src/components/card/index.d.ts +0 -14
- package/dist/src/components/chart/BarChart.d.ts +0 -84
- package/dist/src/components/chart/CategorizedChartProps.d.ts +0 -35
- package/dist/src/components/chart/ChartUtils.d.ts +0 -8
- package/dist/src/components/chart/DonutChart.d.ts +0 -79
- package/dist/src/components/chart/DonutChartLegendItem.d.ts +0 -9
- package/dist/src/components/chart/EchartsConfig.d.ts +0 -1
- package/dist/src/components/chart/FunnelChart.d.ts +0 -84
- package/dist/src/components/chart/IncrementLabel.d.ts +0 -18
- package/dist/src/components/chart/LineChart.d.ts +0 -98
- package/dist/src/components/chart/MicroPieChart.d.ts +0 -18
- package/dist/src/components/chart/RankingChart.d.ts +0 -33
- package/dist/src/components/chart/RankingChartItem.d.ts +0 -7
- package/dist/src/components/chart/RankingChartTooltip.d.ts +0 -15
- package/dist/src/components/chart/WeekChart.d.ts +0 -41
- package/dist/src/components/chart/WeekChartItem.d.ts +0 -5
- package/dist/src/components/chart/WeekChartTooltip.d.ts +0 -19
- package/dist/src/components/chart/index.d.ts +0 -8
- package/dist/src/components/chat/Chat.d.ts +0 -13
- package/dist/src/components/chat/ChatMessage.d.ts +0 -35
- package/dist/src/components/chat/index.d.ts +0 -2
- package/dist/src/components/chip/Chip.d.ts +0 -1002
- package/dist/src/components/chip/ChipList.d.ts +0 -14
- package/dist/src/components/chip/MenuChip.d.ts +0 -56
- package/dist/src/components/chip/index.d.ts +0 -3
- package/dist/src/components/dialog/ConfirmationDialog.d.ts +0 -54
- package/dist/src/components/dialog/Dialog.d.ts +0 -16
- package/dist/src/components/dialog/index.d.ts +0 -2
- package/dist/src/components/divider/Divider.d.ts +0 -18
- package/dist/src/components/divider/index.d.ts +0 -1
- package/dist/src/components/drawer/Drawer.d.ts +0 -9
- package/dist/src/components/drawer/InputDrawer.d.ts +0 -41
- package/dist/src/components/drawer/index.d.ts +0 -2
- package/dist/src/components/formatter/CompactNumberFormatter.d.ts +0 -13
- package/dist/src/components/formatter/CurrencyFormatter.d.ts +0 -21
- package/dist/src/components/formatter/DateFormatter.d.ts +0 -18
- package/dist/src/components/formatter/NumberFormatter.d.ts +0 -17
- package/dist/src/components/formatter/PercentageFormatter.d.ts +0 -17
- package/dist/src/components/formatter/index.d.ts +0 -5
- package/dist/src/components/header/Header.d.ts +0 -33
- package/dist/src/components/header/HeaderSubtitle.d.ts +0 -13
- package/dist/src/components/header/HeaderTitle.d.ts +0 -13
- package/dist/src/components/header/index.d.ts +0 -3
- package/dist/src/components/icon/Icon.d.ts +0 -47
- package/dist/src/components/icon/StackedIcons.d.ts +0 -13
- package/dist/src/components/icon/SvgIcon.theme.d.ts +0 -2
- package/dist/src/components/icon/icons.d.ts +0 -1953
- package/dist/src/components/icon/index.d.ts +0 -1
- package/dist/src/components/image/ImageEditor.d.ts +0 -12
- package/dist/src/components/image/index.d.ts +0 -1
- package/dist/src/components/index.d.ts +0 -35
- package/dist/src/components/info/InfoBox.d.ts +0 -10
- package/dist/src/components/info/index.d.ts +0 -1
- package/dist/src/components/input/Autocomplete.d.ts +0 -118
- package/dist/src/components/input/CalendarDay.d.ts +0 -17
- package/dist/src/components/input/CalendarMonth.d.ts +0 -19
- package/dist/src/components/input/CalendarScrollPicker.d.ts +0 -17
- package/dist/src/components/input/CategorizedPicker.d.ts +0 -22
- package/dist/src/components/input/Checkbox.d.ts +0 -39
- package/dist/src/components/input/CodeEditor.d.ts +0 -29
- package/dist/src/components/input/CodeEditorPopup.d.ts +0 -18
- package/dist/src/components/input/ColorPicker.d.ts +0 -62
- package/dist/src/components/input/DateIntervalPicker.d.ts +0 -84
- package/dist/src/components/input/DateIntervalPickerInputs.d.ts +0 -18
- package/dist/src/components/input/DateIntervalPickerList.d.ts +0 -35
- package/dist/src/components/input/DateIntervalPickerPopover.d.ts +0 -32
- package/dist/src/components/input/DatePicker.d.ts +0 -59
- package/dist/src/components/input/DatePickerPopover.d.ts +0 -10
- package/dist/src/components/input/DatePickerStatic.d.ts +0 -9
- package/dist/src/components/input/DaysOfWeekPicker.d.ts +0 -11
- package/dist/src/components/input/DaysOfWeekRow.d.ts +0 -3
- package/dist/src/components/input/DebouncedTextField.d.ts +0 -18
- package/dist/src/components/input/InputHelperText.d.ts +0 -29
- package/dist/src/components/input/InputLabel.d.ts +0 -47
- package/dist/src/components/input/ItemSelector.d.ts +0 -27
- package/dist/src/components/input/NumberField.d.ts +0 -106
- package/dist/src/components/input/PageSelector.d.ts +0 -30
- package/dist/src/components/input/PhoneField.d.ts +0 -43
- package/dist/src/components/input/Radio.d.ts +0 -49
- package/dist/src/components/input/Select.d.ts +0 -89
- package/dist/src/components/input/SelectPopover.d.ts +0 -107
- package/dist/src/components/input/SelectPopoverItem.d.ts +0 -17
- package/dist/src/components/input/Switch.d.ts +0 -22
- package/dist/src/components/input/Switch.theme.d.ts +0 -2
- package/dist/src/components/input/TextEditor.d.ts +0 -123
- package/dist/src/components/input/TextField.d.ts +0 -156
- package/dist/src/components/input/TextFieldContainer.d.ts +0 -95
- package/dist/src/components/input/TimeField.d.ts +0 -20
- package/dist/src/components/input/TimezoneSelector.d.ts +0 -7
- package/dist/src/components/input/UploadClickableArea.d.ts +0 -14
- package/dist/src/components/input/index.d.ts +0 -26
- package/dist/src/components/layout/Box.d.ts +0 -2
- package/dist/src/components/layout/Collapse.d.ts +0 -5
- package/dist/src/components/layout/CollapsiblePanel.d.ts +0 -48
- package/dist/src/components/layout/CollapsiblePanelSwitcher.d.ts +0 -87
- package/dist/src/components/layout/Container.d.ts +0 -5
- package/dist/src/components/layout/Container.theme.d.ts +0 -2
- package/dist/src/components/layout/Grid.d.ts +0 -8
- package/dist/src/components/layout/LazyLoad.d.ts +0 -5
- package/dist/src/components/layout/PageScrollContext.d.ts +0 -5
- package/dist/src/components/layout/PageWithHeader.d.ts +0 -13
- package/dist/src/components/layout/PageWithNavbar.d.ts +0 -13
- package/dist/src/components/layout/PageWithSidePanel.d.ts +0 -17
- package/dist/src/components/layout/PageWithToolBox.d.ts +0 -17
- package/dist/src/components/layout/PageWithToolbar.d.ts +0 -18
- package/dist/src/components/layout/Paper.d.ts +0 -13
- package/dist/src/components/layout/SidePanel.d.ts +0 -7
- package/dist/src/components/layout/Stack.d.ts +0 -2
- package/dist/src/components/layout/Stepper.d.ts +0 -23
- package/dist/src/components/layout/ToolBox.d.ts +0 -12
- package/dist/src/components/layout/index.d.ts +0 -17
- package/dist/src/components/list/BaseListItem.d.ts +0 -70
- package/dist/src/components/list/List.d.ts +0 -5
- package/dist/src/components/list/ListItem.d.ts +0 -16
- package/dist/src/components/list/ListItemButton.d.ts +0 -42
- package/dist/src/components/list/ListItemText.d.ts +0 -17
- package/dist/src/components/list/index.d.ts +0 -3
- package/dist/src/components/loader/Loader.d.ts +0 -32
- package/dist/src/components/loader/index.d.ts +0 -1
- package/dist/src/components/navbar/Navbar.d.ts +0 -41
- package/dist/src/components/navbar/NavbarButton.d.ts +0 -39
- package/dist/src/components/navbar/NavbarHeader.d.ts +0 -12
- package/dist/src/components/navbar/NavbarLogo.d.ts +0 -16
- package/dist/src/components/navbar/index.d.ts +0 -4
- package/dist/src/components/overlay/DonutFocusOverlay.d.ts +0 -11
- package/dist/src/components/overlay/index.d.ts +0 -1
- package/dist/src/components/pager/Pager.d.ts +0 -31
- package/dist/src/components/pager/index.d.ts +0 -1
- package/dist/src/components/popover/Popover.d.ts +0 -26
- package/dist/src/components/popover/Popover.theme.d.ts +0 -2
- package/dist/src/components/popover/PopoverActions.d.ts +0 -21
- package/dist/src/components/popover/index.d.ts +0 -2
- package/dist/src/components/progress/CircularProgress.d.ts +0 -35
- package/dist/src/components/progress/LinearProgress.d.ts +0 -19
- package/dist/src/components/progress/LinearProgress.theme.d.ts +0 -2
- package/dist/src/components/progress/index.d.ts +0 -2
- package/dist/src/components/scrollable/HorizontalScrollable.d.ts +0 -18
- package/dist/src/components/scrollable/index.d.ts +0 -1
- package/dist/src/components/skeleton/Skeleton.d.ts +0 -8
- package/dist/src/components/skeleton/index.d.ts +0 -1
- package/dist/src/components/snackbar/Snackbar.d.ts +0 -52
- package/dist/src/components/snackbar/SnackbarProvider.d.ts +0 -10
- package/dist/src/components/snackbar/enqueueSnackbar.d.ts +0 -27
- package/dist/src/components/snackbar/index.d.ts +0 -3
- package/dist/src/components/tab/TabButton.d.ts +0 -30
- package/dist/src/components/tab/TabContent.d.ts +0 -7
- package/dist/src/components/tab/Tabs.d.ts +0 -52
- package/dist/src/components/tab/Tabs.theme.d.ts +0 -2
- package/dist/src/components/tab/index.d.ts +0 -3
- package/dist/src/components/table/NestedTable.d.ts +0 -29
- package/dist/src/components/table/Table.d.ts +0 -5
- package/dist/src/components/table/Table.theme.d.ts +0 -2
- package/dist/src/components/table/TableBody.d.ts +0 -4
- package/dist/src/components/table/TableCell.d.ts +0 -20
- package/dist/src/components/table/TableCell.theme.d.ts +0 -2
- package/dist/src/components/table/TableCellCopy.d.ts +0 -10
- package/dist/src/components/table/TableDivider.d.ts +0 -3
- package/dist/src/components/table/TableHead.d.ts +0 -4
- package/dist/src/components/table/TableRow.d.ts +0 -9
- package/dist/src/components/table/TableSortLabel.d.ts +0 -8
- package/dist/src/components/table/index.d.ts +0 -9
- package/dist/src/components/toolbar/Toolbar.d.ts +0 -24
- package/dist/src/components/toolbar/ToolbarBreadcrumb.d.ts +0 -15
- package/dist/src/components/toolbar/ToolbarBreadcrumbButton.d.ts +0 -11
- package/dist/src/components/toolbar/ToolbarTitle.d.ts +0 -27
- package/dist/src/components/toolbar/index.d.ts +0 -4
- package/dist/src/components/tooltip/TextEllipsis.d.ts +0 -18
- package/dist/src/components/tooltip/TextEllipsisTooltip.d.ts +0 -27
- package/dist/src/components/tooltip/Tooltip.d.ts +0 -59
- package/dist/src/components/tooltip/Tooltip.theme.d.ts +0 -2
- package/dist/src/components/tooltip/TooltipMenu.d.ts +0 -35
- package/dist/src/components/tooltip/index.d.ts +0 -4
- package/dist/src/components/transition/Slide.d.ts +0 -3
- package/dist/src/components/transition/index.d.ts +0 -1
- package/dist/src/components/typography/TextMarker.d.ts +0 -32
- package/dist/src/components/typography/Typography.d.ts +0 -39
- package/dist/src/components/typography/index.d.ts +0 -2
- package/dist/src/components/widget/Widget.d.ts +0 -7
- package/dist/src/components/widget/WidgetActions.d.ts +0 -8
- package/dist/src/components/widget/WidgetLegendItem.d.ts +0 -65
- package/dist/src/components/widget/WidgetTitle.d.ts +0 -23
- package/dist/src/components/widget/index.d.ts +0 -4
- package/dist/src/components/window/MinimizableWindow.d.ts +0 -98
- package/dist/src/components/window/index.d.ts +0 -1
- package/dist/src/contexts/IntlContext.d.ts +0 -7
- package/dist/src/contexts/index.d.ts +0 -1
- package/dist/src/hooks/index.d.ts +0 -3
- package/dist/src/hooks/useDebouncedCallback.d.ts +0 -1
- package/dist/src/hooks/useFormatters.d.ts +0 -8
- package/dist/src/hooks/useResizeObserver.d.ts +0 -7
- package/dist/src/i18n/TranslationKey.d.ts +0 -11
- package/dist/src/i18n/en.d.ts +0 -202
- package/dist/src/i18n/es.d.ts +0 -202
- package/dist/src/i18n/fr.d.ts +0 -202
- package/dist/src/i18n/it.d.ts +0 -202
- package/dist/src/i18n/pt.d.ts +0 -202
- package/dist/src/i18n/translate.d.ts +0 -4
- package/dist/src/index.d.ts +0 -6
- package/dist/src/models/ComparisonInterval.d.ts +0 -1
- package/dist/src/models/DateInputFormat.d.ts +0 -4
- package/dist/src/models/DateInterval.d.ts +0 -1
- package/dist/src/models/SimpleDate.d.ts +0 -8
- package/dist/src/propTypes/IncrementLabel.d.ts +0 -15
- package/dist/src/propTypes/index.d.ts +0 -1
- package/dist/src/stories/alert/Alert.stories.d.ts +0 -6
- package/dist/src/stories/avatar/Avatar.stories.d.ts +0 -31
- package/dist/src/stories/avatar/AvatarCard.stories.d.ts +0 -8
- package/dist/src/stories/avatar/AvatarMultiple.stories.d.ts +0 -13
- package/dist/src/stories/button/BadgeToggleButton.stories.d.ts +0 -5
- package/dist/src/stories/button/Button.stories.d.ts +0 -33
- package/dist/src/stories/button/ButtonGroup.stories.d.ts +0 -6
- package/dist/src/stories/button/ButtonWithActions.stories.d.ts +0 -45
- package/dist/src/stories/button/IconButton.stories.d.ts +0 -17
- package/dist/src/stories/button/IconToggleButton.stories.d.ts +0 -15
- package/dist/src/stories/button/MenuButton.stories.d.ts +0 -13
- package/dist/src/stories/button/MenuIconButton.stories.d.ts +0 -23
- package/dist/src/stories/button/ToggleButton.stories.d.ts +0 -6
- package/dist/src/stories/button/ToggleButtonGroup.stories.d.ts +0 -6
- package/dist/src/stories/button/UploadButton.stories.d.ts +0 -11
- package/dist/src/stories/card/Card.stories.d.ts +0 -6
- package/dist/src/stories/card/CardActions.stories.d.ts +0 -6
- package/dist/src/stories/card/CardChips.stories.d.ts +0 -6
- package/dist/src/stories/card/CardDescription.stories.d.ts +0 -6
- package/dist/src/stories/card/CardImage.stories.d.ts +0 -6
- package/dist/src/stories/card/CardStatus.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTable.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTitle.stories.d.ts +0 -6
- package/dist/src/stories/card/CardTitleWithIcon.stories.d.ts +0 -6
- package/dist/src/stories/card/EnhancedCard.stories.d.ts +0 -6
- package/dist/src/stories/chart/BarChart.stories.d.ts +0 -9
- package/dist/src/stories/chart/DonutChart.stories.d.ts +0 -11
- package/dist/src/stories/chart/FunnelChart.stories.d.ts +0 -9
- package/dist/src/stories/chart/IncrementLabel.stories.d.ts +0 -7
- package/dist/src/stories/chart/LineChart.stories.d.ts +0 -10
- package/dist/src/stories/chart/MicroPieChart.stories.d.ts +0 -6
- package/dist/src/stories/chart/RankingChart.stories.d.ts +0 -8
- package/dist/src/stories/chart/WeekChart.stories.d.ts +0 -9
- package/dist/src/stories/chat/Chat.stories.d.ts +0 -7
- package/dist/src/stories/chat/ChatMessage.stories.d.ts +0 -8
- package/dist/src/stories/chip/Chip.stories.d.ts +0 -131
- package/dist/src/stories/chip/ChipList.stories.d.ts +0 -6
- package/dist/src/stories/chip/MenuChip.stories.d.ts +0 -13
- package/dist/src/stories/dialog/ConformationDialog.stories.d.ts +0 -7
- package/dist/src/stories/dialog/Dialog.stories.d.ts +0 -7
- package/dist/src/stories/divider/Divider.stories.d.ts +0 -6
- package/dist/src/stories/drawer/Drawer.stories.d.ts +0 -6
- package/dist/src/stories/drawer/InputDrawer.stories.d.ts +0 -6
- package/dist/src/stories/formatter/CompactNumberFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/CurrencyFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/DateFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/NumberFormatter.stories.d.ts +0 -6
- package/dist/src/stories/formatter/PercentageFormatter.stories.d.ts +0 -6
- package/dist/src/stories/header/Header.stories.d.ts +0 -6
- package/dist/src/stories/header/HeaderSubtitle.stories.d.ts +0 -6
- package/dist/src/stories/header/HeaderTitle.stories.d.ts +0 -6
- package/dist/src/stories/icon/Icon.stories.d.ts +0 -12
- package/dist/src/stories/icon/StackedIcons.stories.d.ts +0 -6
- package/dist/src/stories/image/ImageEditor.stories.d.ts +0 -6
- package/dist/src/stories/info/InfoBox.stories.d.ts +0 -6
- package/dist/src/stories/input/Autocomplete.stories.d.ts +0 -11
- package/dist/src/stories/input/CategorizedPicker.stories.d.ts +0 -9
- package/dist/src/stories/input/Checkbox.stories.d.ts +0 -6
- package/dist/src/stories/input/CodeEditor.stories.d.ts +0 -6
- package/dist/src/stories/input/ColorPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DateIntervalPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DatePicker.stories.d.ts +0 -13
- package/dist/src/stories/input/DaysOfWeekPicker.stories.d.ts +0 -6
- package/dist/src/stories/input/DebouncedTextField.stories.d.ts +0 -8
- package/dist/src/stories/input/InputHelperText.stories.d.ts +0 -11
- package/dist/src/stories/input/InputLabel.stories.d.ts +0 -13
- package/dist/src/stories/input/ItemSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/NumberField.stories.d.ts +0 -18
- package/dist/src/stories/input/PageSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/PhoneField.stories.d.ts +0 -11
- package/dist/src/stories/input/Radio.stories.d.ts +0 -6
- package/dist/src/stories/input/Select.stories.d.ts +0 -23
- package/dist/src/stories/input/SelectPopover.stories.d.ts +0 -9
- package/dist/src/stories/input/Switch.stories.d.ts +0 -6
- package/dist/src/stories/input/TextEditor.stories.d.ts +0 -6
- package/dist/src/stories/input/TextField.stories.d.ts +0 -10
- package/dist/src/stories/input/TextFieldContainer.stories.d.ts +0 -20
- package/dist/src/stories/input/TimeField.stories.d.ts +0 -6
- package/dist/src/stories/input/TimezoneSelector.stories.d.ts +0 -6
- package/dist/src/stories/input/UploadClickableArea.stories.d.ts +0 -5
- package/dist/src/stories/layout/CollapsiblePanel.stories.d.ts +0 -6
- package/dist/src/stories/layout/CollapsiblePanelSwitcher.stories.d.ts +0 -7
- package/dist/src/stories/layout/Container.stories.d.ts +0 -6
- package/dist/src/stories/layout/Grid.stories.d.ts +0 -6
- package/dist/src/stories/layout/LazyLoad.stories.d.ts +0 -6
- package/dist/src/stories/layout/PageWIthNavbar.stories.d.ts +0 -10
- package/dist/src/stories/layout/PageWIthSidePanel.stories.d.ts +0 -8
- package/dist/src/stories/layout/PageWIthToolBox.stories.d.ts +0 -8
- package/dist/src/stories/layout/PageWithHeader.stories.d.ts +0 -6
- package/dist/src/stories/layout/PageWithToolbar.stories.d.ts +0 -6
- package/dist/src/stories/layout/Paper.stories.d.ts +0 -6
- package/dist/src/stories/layout/SidePanel.stories.d.ts +0 -6
- package/dist/src/stories/layout/Stepper.stories.d.ts +0 -6
- package/dist/src/stories/layout/ToolBox.stories.d.ts +0 -6
- package/dist/src/stories/list/List.stories.d.ts +0 -6
- package/dist/src/stories/list/ListItem.stories.d.ts +0 -28
- package/dist/src/stories/list/ListItemButton.stories.d.ts +0 -57
- package/dist/src/stories/loader/Loader.stories.d.ts +0 -8
- package/dist/src/stories/navbar/Navbar.stories.d.ts +0 -6
- package/dist/src/stories/overlay/DonutFocusOverlay.stories.d.ts +0 -6
- package/dist/src/stories/pager/Pager.stories.d.ts +0 -6
- package/dist/src/stories/popover/Popover.stories.d.ts +0 -6
- package/dist/src/stories/progress/CircularProgress.stories.d.ts +0 -9
- package/dist/src/stories/progress/LinearProgress.stories.d.ts +0 -9
- package/dist/src/stories/scrollable/HorizontalScrollable.stories.d.ts +0 -6
- package/dist/src/stories/skeleton/Skeleton.stories.d.ts +0 -33
- package/dist/src/stories/snackbar/Snackbar.stories.d.ts +0 -10
- package/dist/src/stories/tab/TabButton.stories.d.ts +0 -5
- package/dist/src/stories/tab/Tabs.stories.d.ts +0 -5
- package/dist/src/stories/table/NestedTable.stories.d.ts +0 -6
- package/dist/src/stories/table/Table.stories.d.ts +0 -7
- package/dist/src/stories/text-ellipsis/TextEllipsis.stories.d.ts +0 -6
- package/dist/src/stories/toolbar/Toolbar.stories.d.ts +0 -9
- package/dist/src/stories/toolbar/ToolbarBreadcrumb.stories.d.ts +0 -6
- package/dist/src/stories/toolbar/ToolbarTitle.stories.d.ts +0 -6
- package/dist/src/stories/tooltip/Tooltip.stories.d.ts +0 -7
- package/dist/src/stories/tooltip/TooltipMenu.stories.d.ts +0 -6
- package/dist/src/stories/typography/TextMarker.stories.d.ts +0 -6
- package/dist/src/stories/typography/Typography.stories.d.ts +0 -11
- package/dist/src/stories/utils/StoryUtilities.d.ts +0 -2
- package/dist/src/stories/widget/Widget.stories.d.ts +0 -6
- package/dist/src/stories/widget/WidgetActions.stories.d.ts +0 -6
- package/dist/src/stories/widget/WidgetLegendItem.stories.d.ts +0 -7
- package/dist/src/stories/widget/WidgetTitle.stories.d.ts +0 -6
- package/dist/src/stories/window/MinimizableWindow.stories.d.ts +0 -25
- package/dist/src/theme/Animations.d.ts +0 -3
- package/dist/src/theme/Breakpoints.d.ts +0 -11
- package/dist/src/theme/Colors.d.ts +0 -90
- package/dist/src/theme/GlobalStyles.d.ts +0 -3
- package/dist/src/theme/Palettes.d.ts +0 -4
- package/dist/src/theme/Shadows.d.ts +0 -2
- package/dist/src/theme/Theme.d.ts +0 -1
- package/dist/src/theme/Typography.d.ts +0 -97
- package/dist/src/theme/index.d.ts +0 -7
- package/dist/src/utils/ChartUtils.d.ts +0 -23
- package/dist/src/utils/CurrencyFormatter.d.ts +0 -1
- package/dist/src/utils/DateUtils.d.ts +0 -45
- package/dist/src/utils/NumberFormatter.d.ts +0 -2
- package/dist/src/utils/PercentageFormatter.d.ts +0 -1
- package/dist/src/utils/PhoneUtils.d.ts +0 -11
- package/dist/src/utils/RegExpUtils.d.ts +0 -1
- package/dist/src/utils/ResizeObserverUtils.d.ts +0 -1
- package/dist/src/utils/index.d.ts +0 -5
- package/dist/test/Setup.d.ts +0 -1
- package/dist/test/TestUtils.d.ts +0 -3
- package/dist/test/unit/components/button/Button.spec.d.ts +0 -1
- package/dist/test/unit/components/button/MenuButton.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/CurrencyFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/DateFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/NumberFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/formatter/PercentageFormatter.spec.d.ts +0 -1
- package/dist/test/unit/components/input/DateIntervalPicker.spec.d.ts +0 -1
- package/dist/test/unit/components/input/DatePicker.spec.d.ts +0 -1
- package/dist/test/unit/components/input/NumberField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/PhoneField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/TextField.spec.d.ts +0 -1
- package/dist/test/unit/components/input/__mocks__/react-virtualized-auto-sizer.d.ts +0 -4
- package/dist/test/unit/components/list/ListItemButton.spec.d.ts +0 -1
- package/dist/test/unit/components/tab/Tabs.spec.d.ts +0 -1
- package/dist/test/unit/components/tooltop/Tooltip.spec.d.ts +0 -1
- package/dist/test/unit/components/widget/WidgetLegendItem.spec.d.ts +0 -1
- package/dist/test/unit/i18n/translate.spec.d.ts +0 -1
- package/dist/test/unit/utils/DateUtils.spec.d.ts +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
3
2
|
export type RankingChartTooltipProps = {
|
|
4
3
|
label: string;
|
|
@@ -11,5 +10,5 @@ export type RankingChartTooltipProps = {
|
|
|
11
10
|
value: string;
|
|
12
11
|
}[];
|
|
13
12
|
};
|
|
14
|
-
declare const RankingChartTooltip: ({ label, metrics, incrementLabelType, incrementLabelValue }: RankingChartTooltipProps) => JSX.Element;
|
|
13
|
+
declare const RankingChartTooltip: ({ label, metrics, incrementLabelType, incrementLabelValue }: RankingChartTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export default RankingChartTooltip;
|
|
@@ -37,5 +37,5 @@ export type WeekChartProps = {
|
|
|
37
37
|
/**
|
|
38
38
|
* A week chart component to display data grouped by day of week and hour of day.
|
|
39
39
|
*/
|
|
40
|
-
declare const WeekChart: ({ style, days, isLoading }: WeekChartProps) => JSX.Element;
|
|
40
|
+
declare const WeekChart: ({ style, days, isLoading }: WeekChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
41
41
|
export default WeekChart;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { WeekChartTooltipProps } from './WeekChartTooltip';
|
|
3
2
|
export type WeekChartItemProps = WeekChartTooltipProps;
|
|
4
|
-
declare const WeekChartItem: ({ label, metrics }: WeekChartItemProps) => JSX.Element;
|
|
3
|
+
declare const WeekChartItem: ({ label, metrics }: WeekChartItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export default WeekChartItem;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { IncrementLabelType } from '../../propTypes/IncrementLabel';
|
|
3
2
|
export type WeekChartTooltipProps = {
|
|
4
3
|
label: string;
|
|
@@ -15,5 +14,5 @@ export type WeekChartTooltipProps = {
|
|
|
15
14
|
incrementLabelValue?: string;
|
|
16
15
|
}[];
|
|
17
16
|
};
|
|
18
|
-
declare const WeekChartTooltip: ({ label, metrics }: WeekChartTooltipProps) => JSX.Element;
|
|
17
|
+
declare const WeekChartTooltip: ({ label, metrics }: WeekChartTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
18
|
export default WeekChartTooltip;
|
|
@@ -9,5 +9,5 @@ export type ChatProps = React.PropsWithChildren<{
|
|
|
9
9
|
* Shows a list of chat message, in a vertical layout.
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
|
-
declare const Chat: ({ children, header }: ChatProps) => JSX.Element;
|
|
12
|
+
declare const Chat: ({ children, header }: ChatProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export default Chat;
|
|
@@ -98,6 +98,8 @@ declare const sizeStyles: {
|
|
|
98
98
|
animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
|
|
99
99
|
animationName?: import("csstype").Property.AnimationName | undefined;
|
|
100
100
|
animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
101
|
+
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
102
|
+
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
101
103
|
animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
|
|
102
104
|
animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
103
105
|
appearance?: import("csstype").Property.Appearance | undefined;
|
|
@@ -170,6 +172,7 @@ declare const sizeStyles: {
|
|
|
170
172
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
171
173
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
172
174
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
175
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
173
176
|
clear?: import("csstype").Property.Clear | undefined;
|
|
174
177
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
175
178
|
color?: import("csstype").Property.Color | undefined;
|
|
@@ -184,6 +187,12 @@ declare const sizeStyles: {
|
|
|
184
187
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
185
188
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
186
189
|
contain?: import("csstype").Property.Contain | undefined;
|
|
190
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
191
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
192
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
193
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
194
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
195
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
187
196
|
content?: import("csstype").Property.Content | undefined;
|
|
188
197
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
189
198
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
@@ -205,16 +214,22 @@ declare const sizeStyles: {
|
|
|
205
214
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
206
215
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
207
216
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
217
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
208
218
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
209
219
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
210
220
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
211
221
|
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
212
222
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
213
223
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
224
|
+
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
225
|
+
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
226
|
+
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
227
|
+
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
214
228
|
fontVariant?: import("csstype").Property.FontVariant | undefined;
|
|
215
229
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
216
230
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
217
231
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
232
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
218
233
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
219
234
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
220
235
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
@@ -234,6 +249,7 @@ declare const sizeStyles: {
|
|
|
234
249
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
235
250
|
height: import("csstype").Property.Height<string | number>;
|
|
236
251
|
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
252
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
237
253
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
238
254
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
239
255
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
@@ -241,11 +257,8 @@ declare const sizeStyles: {
|
|
|
241
257
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
242
258
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
243
259
|
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
244
|
-
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
245
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
246
260
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
247
261
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
248
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
249
262
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
250
263
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
251
264
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
@@ -261,16 +274,15 @@ declare const sizeStyles: {
|
|
|
261
274
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
262
275
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
263
276
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
264
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
265
277
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
266
278
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
267
279
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
268
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
269
280
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
270
281
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
271
282
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
272
283
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
273
284
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
285
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
274
286
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
275
287
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
276
288
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -286,6 +298,7 @@ declare const sizeStyles: {
|
|
|
286
298
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
287
299
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
288
300
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
301
|
+
masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
|
|
289
302
|
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
290
303
|
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
291
304
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
@@ -307,6 +320,7 @@ declare const sizeStyles: {
|
|
|
307
320
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
308
321
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
309
322
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
323
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
310
324
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
311
325
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
312
326
|
opacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -324,27 +338,26 @@ declare const sizeStyles: {
|
|
|
324
338
|
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
325
339
|
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
326
340
|
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
341
|
+
overlay?: import("csstype").Property.Overlay | undefined;
|
|
327
342
|
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
328
343
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
329
344
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
330
345
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
331
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
332
346
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
333
347
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
334
348
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
335
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
336
349
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
337
350
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
338
351
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
339
352
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
340
353
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
354
|
+
page?: import("csstype").Property.Page | undefined;
|
|
341
355
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
342
356
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
343
357
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
344
358
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
345
359
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
346
360
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
347
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
348
361
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
349
362
|
position?: import("csstype").Property.Position | undefined;
|
|
350
363
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
@@ -358,36 +371,31 @@ declare const sizeStyles: {
|
|
|
358
371
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
359
372
|
scale?: import("csstype").Property.Scale | undefined;
|
|
360
373
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
361
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
362
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
363
374
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
364
375
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
365
376
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
366
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
367
377
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
368
378
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
369
379
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
370
380
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
371
381
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
372
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
373
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
374
382
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
375
383
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
376
384
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
377
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
378
385
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
379
386
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
380
387
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
381
388
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
382
389
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
383
390
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
384
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
385
391
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
386
392
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
387
393
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
388
394
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
389
395
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
390
396
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
397
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
398
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
391
399
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
392
400
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
393
401
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
@@ -418,12 +426,15 @@ declare const sizeStyles: {
|
|
|
418
426
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
419
427
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
420
428
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
429
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
430
|
+
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
421
431
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
422
432
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
423
433
|
transform?: import("csstype").Property.Transform | undefined;
|
|
424
434
|
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
425
435
|
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
426
436
|
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
437
|
+
transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
|
|
427
438
|
transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
428
439
|
transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
429
440
|
transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
@@ -432,8 +443,14 @@ declare const sizeStyles: {
|
|
|
432
443
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
433
444
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
434
445
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
446
|
+
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
447
|
+
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
448
|
+
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
449
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
435
450
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
436
451
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
452
|
+
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
453
|
+
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
437
454
|
widows?: import("csstype").Property.Widows | undefined;
|
|
438
455
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
439
456
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -443,8 +460,9 @@ declare const sizeStyles: {
|
|
|
443
460
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
444
461
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
445
462
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
446
|
-
all?: import("csstype").
|
|
463
|
+
all?: import("csstype").Property.All | undefined;
|
|
447
464
|
animation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
465
|
+
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
448
466
|
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
449
467
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
450
468
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
@@ -463,8 +481,11 @@ declare const sizeStyles: {
|
|
|
463
481
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
464
482
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
465
483
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
484
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
466
485
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
467
486
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
487
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
488
|
+
container?: import("csstype").Property.Container | undefined;
|
|
468
489
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
469
490
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
470
491
|
font?: import("csstype").Property.Font | undefined;
|
|
@@ -474,9 +495,14 @@ declare const sizeStyles: {
|
|
|
474
495
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
475
496
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
476
497
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
498
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
499
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
500
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
477
501
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
478
502
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
479
503
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
504
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
505
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
480
506
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
481
507
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
482
508
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
@@ -485,11 +511,23 @@ declare const sizeStyles: {
|
|
|
485
511
|
overflow?: import("csstype").Property.Overflow | undefined;
|
|
486
512
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
487
513
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
514
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
515
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
516
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
488
517
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
489
518
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
519
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
520
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
521
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
522
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
523
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
524
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
525
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
526
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
490
527
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
491
528
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
492
529
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
530
|
+
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
493
531
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
494
532
|
MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
495
533
|
MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -499,7 +537,7 @@ declare const sizeStyles: {
|
|
|
499
537
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
500
538
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
501
539
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
502
|
-
|
|
540
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
503
541
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
504
542
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
505
543
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
@@ -525,20 +563,16 @@ declare const sizeStyles: {
|
|
|
525
563
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
526
564
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
527
565
|
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
566
|
+
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
567
|
+
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
568
|
+
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
569
|
+
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
528
570
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
529
571
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
530
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
531
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
532
572
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
533
573
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
534
574
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
535
575
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
536
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
537
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
538
|
-
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
539
|
-
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
540
|
-
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
541
|
-
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
542
576
|
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
543
577
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
544
578
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
@@ -718,7 +752,7 @@ declare const sizeStyles: {
|
|
|
718
752
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
719
753
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
720
754
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
721
|
-
|
|
755
|
+
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
722
756
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
723
757
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
724
758
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -776,11 +810,11 @@ declare const sizeStyles: {
|
|
|
776
810
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
777
811
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
778
812
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
813
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
779
814
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
780
815
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
781
816
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
782
817
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
783
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
784
818
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
785
819
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
786
820
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -798,17 +832,22 @@ declare const sizeStyles: {
|
|
|
798
832
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
799
833
|
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
800
834
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
801
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
802
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
803
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
804
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
805
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
806
835
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
807
836
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
837
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
838
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
808
839
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
809
840
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
810
841
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
811
842
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
843
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
844
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
845
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
846
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
847
|
+
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
848
|
+
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
849
|
+
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
850
|
+
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
812
851
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
813
852
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
814
853
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -841,8 +880,6 @@ declare const sizeStyles: {
|
|
|
841
880
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
842
881
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
843
882
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
844
|
-
WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
845
|
-
WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
846
883
|
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
847
884
|
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
848
885
|
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
@@ -939,64 +976,64 @@ export type ChipProps = Pick<MuiChipProps, 'id' | 'label' | 'sx' | 'onClick' | '
|
|
|
939
976
|
* A component that displays a chip containing simple text.
|
|
940
977
|
* If chips doesn't fit in the available space, they will be truncated with ellipsis.
|
|
941
978
|
*/
|
|
942
|
-
declare const Chip: React.ForwardRefExoticComponent<Pick<MuiChipProps, "
|
|
979
|
+
declare const Chip: React.ForwardRefExoticComponent<Pick<MuiChipProps, "id" | "sx" | "label" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onDelete"> & {
|
|
943
980
|
/**
|
|
944
981
|
* The icon to display
|
|
945
982
|
*/
|
|
946
|
-
iconId?: "function" | "details" | "label" | "link" | "map" | "menu" | "script" | "select" | "table" | "video" | "svg" | "filter" | "image" | "marker" | "stop" | "switch" | "text" | "translate" | "security" | "opacity" | "scale" | "animation" | "grid" | "margin" | "edge" | "key" | "transparent" | "sort" | "at" | "repeat" | "anchor" | "medium" | "solid" | "wrap" | "alert" | "application" | "group" | "navigation" | "note" | "presentation" | "radio" | "tab" | "textbox" | "timer" | "tooltip" | "tree" | "email" | "numeric" | "decimal" | "target" | "restart" | "download" | "loop" | "help" | "zoom-in" | "zoom-out" | "alpha" | "weight" | "dot" | "triangle" | "select-all" | "drag" | "palette" | "abx-testing" | "abx-testing-add" | "access-point" | "access-point-network" | "account" | "account-alert" | "account-box" | "account-box-outline" | "account-card-details" | "account-check" | "account-circle" | "account-convert" | "account-dynamic-plus" | "account-edit" | "account-filter" | "account-key" | "account-location" | "account-minus" | "account-multiple" | "account-multiple-minus" | "account-multiple-outline" | "account-multiple-plus" | "account-network" | "account-off" | "account-outline" | "account-plus" | "account-remove" | "account-search" | "account-settings" | "account-settings-variant" | "account-star" | "account-star-variant" | "account-switch" | "add-note" | "adjust" | "air-conditioner" | "airballoon" | "airplane" | "airplane-landing" | "airplane-off" | "airplane-takeoff" | "airplay" | "alarm" | "alarm-check" | "alarm-multiple" | "alarm-off" | "alarm-plus" | "alarm-snooze" | "album" | "alert-box" | "alert-circle" | "alert-circle-outline" | "alert-octagon" | "alert-octagram" | "alert-outline" | "align-horizontal-center" | "align-horizontal-left" | "align-horizontal-right" | "all-inclusive" | "alphabetical" | "altimeter" | "amazon" | "amazon-clouddrive" | "ambulance" | "amplifier" | "android" | "android-debug-bridge" | "android-studio" | "angular" | "angularjs" | "apple" | "apple-finder" | "apple-ios" | "apple-keyboard-caps" | "apple-keyboard-command" | "apple-keyboard-control" | "apple-keyboard-option" | "apple-keyboard-shift" | "apple-mobileme" | "apple-safari" | "apps" | "archive" | "arrange-bring-forward" | "arrange-bring-to-front" | "arrange-send-backward" | "arrange-send-to-back" | "arrow-all" | "arrow-bottom-left" | "arrow-bottom-right" | "arrow-compress" | "arrow-compress-all" | "arrow-down" | "arrow-down-bold" | "arrow-down-bold-box" | "arrow-down-bold-box-outline" | "arrow-down-bold-circle" | "arrow-down-bold-circle-outline" | "arrow-down-bold-hexagon-outline" | "arrow-down-box" | "arrow-down-drop-circle" | "arrow-down-drop-circle-outline" | "arrow-down-thick" | "arrow-expand" | "arrow-expand-all" | "arrow-left" | "arrow-left-bold" | "arrow-left-bold-box" | "arrow-left-bold-box-outline" | "arrow-left-bold-circle" | "arrow-left-bold-circle-outline" | "arrow-left-bold-hexagon-outline" | "arrow-left-box" | "arrow-left-drop-circle" | "arrow-left-drop-circle-outline" | "arrow-left-thick" | "arrow-right" | "arrow-right-bold" | "arrow-right-bold-box" | "arrow-right-bold-box-outline" | "arrow-right-bold-circle" | "arrow-right-bold-circle-outline" | "arrow-right-bold-hexagon-outline" | "arrow-right-box" | "arrow-right-drop-circle" | "arrow-right-drop-circle-outline" | "arrow-right-thick" | "arrow-top-left" | "arrow-top-right" | "arrow-up" | "arrow-up-bold" | "arrow-up-bold-box" | "arrow-up-bold-box-outline" | "arrow-up-bold-circle" | "arrow-up-bold-circle-outline" | "arrow-up-bold-hexagon-outline" | "arrow-up-box" | "arrow-up-drop-circle" | "arrow-up-drop-circle-outline" | "arrow-up-thick" | "assistant" | "asterisk" | "attachment" | "audiobook" | "auto-awesome" | "auto-fix" | "auto-upload" | "autorenew" | "av-timer" | "baby" | "baby-buggy" | "backburger" | "backspace" | "backup-restore" | "bandcamp" | "bank" | "barcode" | "barcode-scan" | "barley" | "barrel" | "basecamp" | "basket" | "basket-fill" | "basket-unfill" | "battery" | "battery-10" | "battery-20" | "battery-30" | "battery-40" | "battery-50" | "battery-60" | "battery-70" | "battery-80" | "battery-90" | "battery-alert" | "battery-charging" | "battery-charging-100" | "battery-charging-20" | "battery-charging-30" | "battery-charging-40" | "battery-charging-60" | "battery-charging-80" | "battery-charging-90" | "battery-minus" | "battery-negative" | "battery-outline" | "battery-plus" | "battery-positive" | "battery-unknown" | "beach" | "beaker" | "beats" | "beer" | "behance" | "bell" | "bell-off" | "bell-outline" | "bell-plus" | "bell-ring" | "bell-ring-outline" | "bell-sleep" | "beta" | "bible" | "bigtop-updates" | "bigcommerce" | "bike" | "bing" | "binoculars" | "bio" | "biohazard" | "bitbucket" | "black-mesa" | "blackberry" | "blender" | "blinds" | "block-helper" | "blogger" | "bluetooth" | "bluetooth-audio" | "bluetooth-connect" | "bluetooth-off" | "bluetooth-settings" | "bluetooth-transfer" | "blur" | "blur-linear" | "blur-off" | "blur-radial" | "bomb" | "bomb-off" | "bone" | "book" | "book-minus" | "book-multiple" | "book-multiple-variant" | "book-open" | "book-open-page-variant" | "book-open-variant" | "book-plus" | "book-variant" | "bookmark" | "bookmark-check" | "bookmark-music" | "bookmark-outline" | "bookmark-plus" | "bookmark-plus-outline" | "bookmark-remove" | "boombox" | "bootstrap" | "border-all" | "border-bottom" | "border-color" | "border-horizontal" | "border-inside" | "border-left" | "border-none" | "border-outside" | "border-right" | "border-style" | "border-top" | "border-vertical" | "bow-tie" | "bowl" | "bowling" | "box" | "box-cutter" | "box-shadow" | "bridge" | "briefcase" | "briefcase-check" | "briefcase-download" | "briefcase-outline" | "briefcase-upload" | "brightness-1" | "brightness-2" | "brightness-3" | "brightness-4" | "brightness-5" | "brightness-6" | "brightness-7" | "brightness-auto" | "broom" | "brush" | "buffer" | "bug" | "bulletin-board" | "bullhorn" | "bullhorn-outline" | "bullseye" | "bullseye-arrow" | "burst-mode" | "bus" | "cached" | "cake" | "cake-layered" | "cake-variant" | "calculator" | "calendar" | "calendar-blank" | "calendar-check" | "calendar-clock" | "calendar-multiple" | "calendar-multiple-check" | "calendar-plus" | "calendar-question" | "calendar-range" | "calendar-remove" | "calendar-search-outline" | "calendar-text" | "calendar-today" | "call-made" | "call-merge" | "call-missed" | "call-received" | "call-split" | "call-split-rotate" | "call-to-action" | "camcorder" | "camcorder-box" | "camcorder-box-off" | "camcorder-off" | "camera" | "camera-burst" | "camera-enhance" | "camera-front" | "camera-front-variant" | "camera-iris" | "camera-off" | "camera-party-mode" | "camera-rear" | "camera-rear-variant" | "camera-switch" | "camera-timer" | "candle" | "candycane" | "car" | "car-battery" | "car-connected" | "car-wash" | "cards" | "cards-outline" | "cards-playing-outline" | "cards-variant" | "carrot" | "cart" | "cart-check" | "cart-off" | "cart-outline" | "cart-plus" | "case-sensitive-alt" | "cash" | "cash-100" | "cash-multiple" | "cash-usd" | "cast" | "cast-connected" | "castle" | "cat" | "cellphone" | "cellphone-android" | "cellphone-basic" | "cellphone-dock" | "cellphone-iphone" | "cellphone-link" | "cellphone-link-off" | "cellphone-message" | "cellphone-settings" | "certificate" | "chair-school" | "chart-arc" | "chart-areaspline" | "chart-bar" | "chart-bubble" | "chart-gantt" | "chart-histogram" | "chart-line" | "chart-line-variant" | "chart-pie" | "chart-scatterplot-hexbin" | "chart-timeline" | "check" | "check-all" | "check-circle" | "check-circle-outline" | "checkbox-blank" | "checkbox-blank-circle" | "checkbox-blank-circle-outline" | "checkbox-blank-outline" | "checkbox-marked" | "checkbox-marked-circle" | "checkbox-marked-circle-outline" | "checkbox-marked-outline" | "checkbox-indeterminate" | "checkbox-multiple-blank" | "checkbox-multiple-blank-circle" | "checkbox-multiple-blank-circle-outline" | "checkbox-multiple-blank-outline" | "checkbox-multiple-marked" | "checkbox-multiple-marked-circle" | "checkbox-multiple-marked-circle-outline" | "checkbox-multiple-marked-outline" | "checkerboard" | "chemical-weapon" | "chevron-double-down" | "chevron-double-left" | "chevron-double-right" | "chevron-double-up" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "chip" | "church" | "circle-medium" | "cisco-webex" | "city" | "clipboard" | "clipboard-account" | "clipboard-account-outline" | "clipboard-alert" | "clipboard-arrow-down" | "clipboard-arrow-left" | "clipboard-check" | "clipboard-flow" | "clipboard-multiple" | "clipboard-outline" | "clipboard-text" | "clipboard-text-outline" | "clippy" | "clock" | "clock-alert" | "clock-end" | "clock-fast" | "clock-in" | "clock-out" | "clock-start" | "close" | "close-box" | "close-box-outline" | "close-circle" | "close-circle-outline" | "close-network" | "close-octagon" | "close-octagon-outline" | "close-outline" | "closed-caption" | "cloud" | "cloud-check" | "cloud-circle" | "cloud-download" | "cloud-outline" | "cloud-outline-off" | "cloud-print" | "cloud-print-outline" | "cloud-sync" | "cloud-upload" | "connect" | "code-array" | "code-braces" | "code-brackets" | "code-equal" | "code-greater-than" | "code-greater-than-or-equal" | "code-less-than" | "code-less-than-or-equal" | "code-not-equal" | "code-not-equal-variant" | "code-parentheses" | "code-string" | "code-tags" | "code-tags-check" | "codepen" | "coffee" | "coffee-outline" | "coffee-to-go" | "coin" | "coins" | "collage" | "color-helper" | "comment" | "color-square" | "comment-account" | "comment-account-outline" | "comment-alert" | "comment-alert-outline" | "comment-check" | "comment-check-outline" | "comment-multiple-outline" | "comment-outline" | "comment-plus-outline" | "comment-processing" | "comment-processing-outline" | "comment-question-outline" | "comment-remove-outline" | "comment-text" | "comment-text-outline" | "compare" | "compass" | "compass-outline" | "connectif-email-bounce" | "connectif-logo" | "console" | "contact-mail" | "contacts" | "content-copy" | "content-cut" | "content-duplicate" | "content-paste" | "content-save" | "content-save-all" | "content-save-settings" | "contrast" | "contrast-box" | "contrast-circle" | "cookie" | "copyright" | "counter" | "cow" | "creation" | "credit-card" | "credit-card-multiple" | "credit-card-off" | "credit-card-plus" | "credit-card-scan" | "crop" | "crop-free" | "crop-landscape" | "crop-portrait" | "crop-rotate" | "crop-square" | "crosshairs" | "crosshairs-gps" | "crown" | "cube" | "cube-outline" | "cube-send" | "cube-unfolded" | "cup" | "cup-off" | "cup-water" | "currency-btc" | "currency-eur" | "currency-gbp" | "currency-inr" | "currency-ngn" | "currency-rub" | "currency-try" | "currency-usd" | "currency-usd-off" | "cursor-default" | "cursor-default-click-outline" | "cursor-default-outline" | "cursor-move" | "cursor-pointer" | "cursor-text" | "database" | "database-minus" | "database-plus" | "debug-step-into" | "debug-step-out" | "debug-step-over" | "decimal-decrease" | "decimal-increase" | "delete" | "delete-circle" | "delete-empty" | "delete-forever" | "delete-outline" | "delete-sweep" | "delete-variant" | "delta" | "deskphone" | "desktop-mac" | "desktop-tower" | "developer-board" | "deviantart" | "dialpad" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dice-d20" | "dice-d4" | "dice-d6" | "dice-d8" | "dictionary" | "directions" | "directions-fork" | "discord" | "disk" | "disk-alert" | "disqus" | "disqus-outline" | "division" | "division-box" | "dna" | "dns" | "do-not-disturb" | "do-not-disturb-off" | "dolby" | "domain" | "dot-square" | "dots-horizontal" | "dots-vertical" | "douban" | "drag-horizontal" | "drag-vertical" | "drama-mask" | "drawing" | "drawing-box" | "dribbble" | "dribbble-box" | "drone" | "dropbox" | "drupal" | "duck" | "dumbbell" | "earth" | "earth-box" | "earth-box-off" | "earth-off" | "edit-note" | "eject" | "elevation-decline" | "elevation-rise" | "elevator" | "email-alert" | "email-fast-outline" | "email-multiple-outline" | "email-open" | "email-open-outline" | "email-outline" | "email-plus-outline" | "email-secure" | "email-variant" | "emby" | "emoticon" | "emoticon-cool" | "emoticon-dead" | "emoticon-devil" | "emoticon-excited" | "emoticon-happy" | "emoticon-neutral" | "emoticon-poop" | "emoticon-sad" | "emoticon-tongue" | "engine" | "engine-outline" | "equal" | "equal-box" | "eraser" | "eraser-variant" | "escalator" | "ethernet" | "ethernet-cable" | "ethernet-cable-off" | "etsy" | "ev-station" | "evernote" | "exclamation" | "exit-to-app" | "export" | "eye" | "eye-off" | "eye-outline" | "eye-outline-off" | "eyedropper" | "eyedropper-variant" | "face" | "face-profile" | "facebook" | "facebook-box" | "facebook-messenger" | "facebook-page-visit" | "factory" | "fan" | "fast-forward" | "fast-forward-outline" | "fax" | "feather" | "ferry" | "file" | "file-account" | "file-chart" | "file-check" | "file-cloud" | "file-delimited" | "file-document" | "file-document-box" | "file-excel" | "file-excel-box" | "file-export" | "file-eye-outline" | "file-find" | "file-hidden" | "file-image" | "file-import" | "file-lock" | "file-multiple" | "file-music" | "file-outline" | "file-pdf" | "file-pdf-box" | "file-powerpoint" | "file-powerpoint-box" | "file-presentation-box" | "file-restore" | "file-send" | "file-tree" | "file-video" | "file-word" | "file-word-box" | "file-xml" | "film" | "filmstrip" | "filmstrip-off" | "filter-outline" | "filter-remove" | "filter-remove-outline" | "filter-variant" | "find-replace" | "fingerprint" | "fire" | "firefox" | "fish" | "flag" | "flag-checkered" | "flag-outline" | "flag-outline-variant" | "flag-triangle" | "flag-variant" | "flash" | "flash-auto" | "flash-off" | "flash-outline" | "flash-red-eye" | "flashlight" | "flashlight-off" | "flask" | "flask-empty" | "flask-empty-outline" | "flask-outline" | "flattr" | "flip-to-back" | "flip-to-front" | "floppy" | "flower" | "folder" | "folder-account" | "folder-download" | "folder-google-drive" | "folder-image" | "folder-lock" | "folder-lock-open" | "folder-move" | "folder-multiple" | "folder-multiple-image" | "folder-multiple-outline" | "folder-outline" | "folder-plus" | "folder-remove" | "folder-star" | "folder-upload" | "font-awesome" | "food" | "food-apple" | "food-fork-drink" | "food-off" | "food-variant" | "football" | "football-australian" | "football-helmet" | "format-align-center" | "format-align-justify" | "format-align-left" | "format-align-right" | "format-annotation-plus" | "format-bold" | "format-clear" | "format-color-fill" | "format-color-text" | "format-float-center" | "format-float-left" | "format-float-none" | "format-float-right" | "format-font" | "format-header-1" | "format-header-2" | "format-header-3" | "format-header-4" | "format-header-5" | "format-header-6" | "format-header-decrease" | "format-header-equal" | "format-header-increase" | "format-header-pound" | "format-horizontal-align-center" | "format-horizontal-align-left" | "format-horizontal-align-right" | "format-indent-decrease" | "format-indent-increase" | "format-italic" | "format-line-spacing" | "format-line-style" | "format-line-weight" | "format-list-bulleted" | "format-list-bulleted-type" | "format-list-numbers" | "format-page-break" | "format-paint" | "format-paragraph" | "format-pilcrow" | "format-quote" | "format-rotate-90" | "format-section" | "format-size" | "format-strikethrough" | "format-strikethrough-variant" | "format-subscript" | "format-superscript" | "format-text" | "format-textdirection-l-to-r" | "format-textdirection-r-to-l" | "format-title" | "format-underline" | "format-vertical-align-bottom" | "format-vertical-align-center" | "format-vertical-align-top" | "format-wrap-inline" | "format-wrap-square" | "format-wrap-tight" | "format-wrap-top-bottom" | "forum" | "forum-outline" | "forward" | "foursquare" | "fridge" | "fridge-filled" | "fridge-filled-bottom" | "fridge-filled-top" | "fullscreen" | "fullscreen-exit" | "gamepad" | "gamepad-variant" | "garage" | "garage-open" | "gas-cylinder" | "gas-station" | "gate" | "gauge" | "gavel" | "gender-female" | "gender-male" | "gender-male-female" | "gender-transgender" | "gesture-double-tap" | "gesture-swipe-down" | "gesture-swipe-left" | "gesture-swipe-right" | "gesture-swipe-up" | "gesture-tap" | "gesture-two-double-tap" | "gesture-two-tap" | "ghost" | "gift" | "git" | "github-box" | "github-circle" | "github-face" | "glass-flute" | "glass-mug" | "glass-stange" | "glass-tulip" | "glassdoor" | "glasses" | "gmail" | "gnome" | "gondola" | "google" | "google-analytics" | "google-cardboard" | "google-chrome" | "google-circles" | "google-circles-communities" | "google-circles-extended" | "google-circles-group" | "google-controller" | "google-controller-off" | "google-drive" | "google-earth" | "google-glass" | "google-keep" | "google-maps" | "google-nearby" | "google-pages" | "google-photos" | "google-physical-web" | "google-play" | "google-plus" | "google-plus-box" | "google-translate" | "google-wallet" | "gradient" | "grease-pencil" | "grid-off" | "guitar-electric" | "guitar-pick" | "guitar-pick-outline" | "hackernews" | "hamburger" | "hand-pointing-right" | "hanger" | "hangouts" | "harddisk" | "headphones" | "headphones-box" | "headphones-settings" | "headset" | "headset-dock" | "headset-off" | "heart" | "heart-box" | "heart-box-outline" | "heart-broken" | "heart-half-outline" | "heart-half-part" | "heart-half-part-outline" | "heart-outline" | "heart-pulse" | "help-circle" | "help-circle-outline" | "hexagon" | "hexagon-multiple" | "hexagon-outline" | "highway" | "history" | "hololens" | "home" | "home-map-marker" | "home-modern" | "home-outline" | "home-variant" | "hook" | "hook-off" | "hops" | "hospital" | "hospital-building" | "hospital-marker" | "hotel" | "houzz" | "houzz-box" | "human" | "human-child" | "human-female" | "human-greeting" | "human-handsdown" | "human-handsup" | "human-male" | "human-male-female" | "human-pregnant" | "image-album" | "image-area" | "image-area-close" | "image-broken" | "image-broken-variant" | "image-filter" | "image-filter-black-white" | "image-filter-center-focus" | "image-filter-center-focus-weak" | "image-filter-drama" | "image-filter-frames" | "image-filter-hdr" | "image-filter-none" | "image-filter-tilt-shift" | "image-filter-vintage" | "image-edit" | "image-multiple" | "import" | "inbox" | "inbox-arrow-down" | "inbox-arrow-up" | "incognito" | "infinity" | "information" | "information-outline" | "information-variant" | "instagram" | "instagram-page-visit" | "instapaper" | "internet-explorer" | "invert-colors" | "itunes" | "jeepney" | "jira" | "jsfiddle" | "json" | "keg" | "kettle" | "key-change" | "key-minus" | "key-plus" | "key-remove" | "key-variant" | "keyboard" | "keyboard-backspace" | "keyboard-caps" | "keyboard-close" | "keyboard-off" | "keyboard-return" | "keyboard-tab" | "keyboard-variant" | "kickstarter" | "kodi" | "label-outline" | "lambda" | "lamp" | "lan" | "lan-connect" | "lan-disconnect" | "lan-pending" | "language-c" | "language-cpp" | "language-csharp" | "language-css3" | "language-html5" | "language-javascript" | "language-php" | "language-python" | "language-python-text" | "language-swift" | "language-typescript" | "laptop" | "laptop-chromebook" | "laptop-mac" | "laptop-off" | "laptop-windows" | "lastfm" | "launch" | "layers" | "layers-off" | "lead-pencil" | "leaf" | "led-off" | "led-on" | "led-outline" | "led-variant-off" | "led-variant-on" | "led-variant-outline" | "library" | "library-books" | "library-music" | "library-plus" | "lightbulb" | "lightbulb-on" | "lightbulb-on-outline" | "lightbulb-outline" | "lightning-bolt" | "link-off" | "link-variant" | "link-variant-off" | "linkedin" | "linkedin-box" | "linux" | "lock" | "lock-open" | "lock-open-outline" | "lock-outline" | "lock-pattern" | "lock-plus" | "login" | "login-variant" | "logout" | "logout-cn" | "logout-variant" | "looks" | "loupe" | "lumx" | "magento" | "magnet" | "magnet-on" | "magnify" | "magnify-minus" | "magnify-minus-outline" | "magnify-plus" | "magnify-plus-outline" | "mail-ru" | "mailbox" | "map-marker" | "map-marker-circle" | "map-marker-minus" | "map-marker-multiple" | "map-marker-off" | "map-marker-plus" | "map-marker-radius" | "markdown" | "marker-check" | "martini" | "material-ui" | "math-compass" | "matrix" | "maxcdn" | "medical-bag" | "memory" | "menu-down" | "menu-down-outline" | "menu-left" | "menu-right" | "menu-up" | "menu-up-outline" | "message" | "message-alert" | "message-bulleted" | "message-bulleted-off" | "message-draw" | "message-image" | "message-outline" | "message-plus" | "message-processing" | "message-reply" | "message-reply-text" | "message-settings" | "message-settings-variant" | "message-text" | "message-text-outline" | "message-video" | "meteor" | "microphone" | "microphone-off" | "microphone-outline" | "microphone-settings" | "microphone-variant" | "microphone-variant-off" | "microscope" | "microsoft" | "minecraft" | "minus" | "minus-box" | "minus-box-outline" | "minus-circle" | "minus-circle-outline" | "minus-network" | "mixcloud" | "monitor" | "monitor-multiple" | "mop" | "more" | "motorbike" | "mouse" | "mouse-off" | "mouse-variant" | "mouse-variant-off" | "move-resize" | "move-resize-variant" | "movie" | "multiplication" | "multiplication-box" | "music-box" | "music-box-outline" | "music-circle" | "music-note" | "music-note-bluetooth" | "music-note-bluetooth-off" | "music-note-eighth" | "music-note-half" | "music-note-off" | "music-note-quarter" | "music-note-sixteenth" | "music-note-whole" | "nature" | "nature-people" | "near-me" | "needle" | "nest-protect" | "nest-thermostat" | "netflix" | "network" | "network-download" | "network-question" | "network-upload" | "new-box" | "newspaper" | "nfc" | "nfc-tap" | "nfc-variant" | "nodejs" | "note-multiple" | "note-multiple-outline" | "note-outline" | "note-plus" | "note-plus-outline" | "note-text" | "notification-clear-all" | "npm" | "nuke" | "numeric-0-box" | "numeric-0-box-multiple-outline" | "numeric-0-box-outline" | "numeric-1-box" | "numeric-1-box-multiple-outline" | "numeric-1-box-outline" | "numeric-2-box" | "numeric-2-box-multiple-outline" | "numeric-2-box-outline" | "numeric-3-box" | "numeric-3-box-multiple-outline" | "numeric-3-box-outline" | "numeric-4-box" | "numeric-4-box-multiple-outline" | "numeric-4-box-outline" | "numeric-5-box" | "numeric-5-box-multiple-outline" | "numeric-5-box-outline" | "numeric-6-box" | "numeric-6-box-multiple-outline" | "numeric-6-box-outline" | "numeric-7-box" | "numeric-7-box-multiple-outline" | "numeric-7-box-outline" | "numeric-8-box" | "numeric-8-box-multiple-outline" | "numeric-8-box-outline" | "numeric-9-box" | "numeric-9-box-multiple-outline" | "numeric-9-box-outline" | "numeric-9-plus-box" | "numeric-9-plus-box-multiple-outline" | "numeric-9-plus-box-outline" | "nut" | "nutrition" | "oar" | "octagon" | "octagon-outline" | "octagram" | "odnoklassniki" | "office" | "oil" | "oil-temperature" | "omega" | "onedrive" | "onenote" | "open-in-app" | "open-in-new" | "openid" | "opera" | "ornament" | "ornament-variant" | "owl" | "package" | "package-down" | "package-up" | "package-variant" | "package-variant-closed" | "page-first" | "page-last" | "page-layout-body" | "page-layout-footer" | "page-layout-header" | "page-layout-sidebar-left" | "page-layout-sidebar-right" | "palette-advanced" | "palette-outline" | "panda" | "pandora" | "panorama" | "panorama-fisheye" | "panorama-horizontal" | "panorama-vertical" | "panorama-wide-angle" | "paper-cut-vertical" | "paperclip" | "parking" | "pause" | "pause-circle" | "pause-circle-outline" | "pause-octagon" | "pause-octagon-outline" | "paw" | "paw-off" | "pen" | "pencil" | "pencil-box" | "pencil-box-outline" | "pencil-circle" | "pencil-lock" | "pencil-off" | "pencil-outline" | "pending" | "pentagon" | "pentagon-outline" | "percent" | "periscope" | "pharmacy" | "phone" | "phone-bluetooth" | "phone-classic" | "phone-forward" | "phone-hangup" | "phone-in-talk" | "phone-incoming" | "phone-locked" | "phone-log" | "phone-minus" | "phone-missed" | "phone-outgoing" | "phone-paused" | "phone-plus" | "phone-settings" | "phone-voip" | "pi" | "pi-box" | "piano" | "pig" | "pill" | "pillar" | "pin" | "pin-off" | "pin-outline" | "pine-tree" | "pine-tree-box" | "pinterest" | "pinterest-box" | "pistol" | "pizza" | "plane-shield" | "play" | "play-box-outline" | "play-circle" | "play-circle-outline" | "play-pause" | "play-protected-content" | "playlist-check" | "playlist-edit" | "playlist-minus" | "playlist-play" | "playlist-plus" | "playlist-remove" | "playstation" | "plex" | "plus" | "plus-box" | "plus-box-outline" | "plus-circle" | "plus-circle-multiple-outline" | "plus-circle-outline" | "plus-network" | "plus-one" | "plus-outline" | "pocket" | "pokeball" | "polaroid" | "poll" | "poll-box" | "polymer" | "pool" | "popcorn" | "pot" | "pot-mix" | "pound" | "pound-box" | "power" | "power-plug" | "power-plug-off" | "power-settings" | "power-socket" | "prescription" | "presentation-play" | "prestashop" | "printer" | "printer-3d" | "printer-alert" | "printer-settings" | "priority-high" | "priority-low" | "professional-hexagon" | "progress-clock" | "progress-pencil" | "projector" | "projector-screen" | "publish" | "pulse" | "puzzle" | "qqchat" | "qrcode" | "qrcode-scan" | "quadcopter" | "quality-high" | "quicktime" | "radar" | "radiator" | "radio-handheld" | "radio-tower" | "radioactive" | "radiobox-blank" | "radiobox-marked" | "raspberrypi" | "ray-end" | "ray-end-arrow" | "ray-start" | "ray-start-arrow" | "ray-start-end" | "ray-vertex" | "rdio" | "react" | "read" | "readability" | "receipt" | "record" | "record-rec" | "recycle" | "reddit" | "redo" | "redo-variant" | "refresh" | "regex" | "relative-scale" | "reload" | "remote" | "rename-box" | "reorder-horizontal" | "reorder-vertical" | "repeat-off" | "repeat-once" | "replay" | "reply" | "reply-all" | "reproduction" | "resize-bottom-right" | "responsive" | "restore" | "rewind" | "rewind-outline" | "rhombus" | "rhombus-outline" | "ribbon" | "road" | "road-variant" | "robot" | "rocket" | "roomba" | "rotate-3d" | "rotate-left" | "rotate-left-variant" | "rotate-right" | "rotate-right-variant" | "rounded-corner" | "router-wireless" | "routes" | "rowing" | "rss" | "rss-box" | "ruler" | "run" | "run-fast" | "sale" | "satellite" | "satellite-variant" | "saxophone" | "scale-balance" | "scale-bathroom" | "scanner" | "school" | "screen-rotation" | "screen-rotation-lock" | "screwdriver" | "sd" | "seal" | "segment" | "connectif-segment" | "connectif-segment-add" | "connectif-segment-remove" | "search-web" | "seat-flat" | "seat-flat-angled" | "seat-individual-suite" | "seat-legroom-extra" | "seat-legroom-normal" | "seat-legroom-reduced" | "seat-recline-extra" | "seat-recline-normal" | "security-home" | "security-network" | "select-inverse" | "select-off" | "selection" | "send" | "serial-port" | "server" | "server-minus" | "server-network" | "server-network-off" | "server-off" | "server-plus" | "server-remove" | "server-security" | "settings" | "settings-box" | "shape-circle-plus" | "shape-plus" | "shape-polygon-plus" | "shape-rectangle-plus" | "shape-square-plus" | "share" | "share-variant" | "shield" | "shield-outline" | "shopify" | "shopping" | "shopping-music" | "shopping-outline" | "short-text" | "shovel" | "shovel-off" | "shredder" | "shuffle" | "shuffle-disabled" | "shuffle-variant" | "sigma" | "sigma-lower" | "sign-caution" | "signal" | "signal-2g" | "signal-3g" | "signal-4g" | "signal-hspa" | "signal-hspa-plus" | "signal-variant" | "silverware" | "silverware-fork" | "silverware-spoon" | "silverware-variant" | "sim" | "sim-alert" | "sim-off" | "sitemap" | "skip-backward" | "skip-forward" | "skip-next" | "skip-next-circle" | "skip-next-circle-outline" | "skip-previous" | "skip-previous-circle" | "skip-previous-circle-outline" | "skull" | "skype" | "skype-business" | "slack" | "sleep" | "sleep-off" | "smoking" | "smoking-off" | "sms" | "snapchat" | "snowflake" | "snowman" | "soccer" | "sofa" | "sort-alphabetical" | "sort-ascending" | "sort-descending" | "sort-numeric" | "sort-variant" | "soundcloud" | "source-branch" | "source-commit" | "source-commit-end" | "source-commit-end-local" | "source-commit-local" | "source-commit-next-local" | "source-commit-start" | "source-commit-start-next-local" | "source-fork" | "source-merge" | "source-pull" | "speaker" | "speaker-off" | "speaker-wireless" | "speedometer" | "spellcheck" | "spotify" | "spotlight" | "spotlight-beam" | "spray" | "square-inc" | "square-inc-cash" | "stackexchange" | "stackoverflow" | "stadium" | "stairs" | "star" | "star-circle" | "star-four-points" | "star-half" | "star-off" | "star-outline" | "steam" | "steering" | "step-backward" | "step-backward-2" | "step-forward" | "step-forward-2" | "stethoscope" | "sticker" | "stocking" | "stop-circle" | "stop-circle-outline" | "store" | "store-24-hour" | "store-outline" | "stove" | "subdirectory-arrow-left" | "subdirectory-arrow-right" | "subject" | "subway" | "subway-variant" | "sunglasses" | "surround-sound" | "swap-horizontal" | "swap-vertical" | "swim" | "sword" | "sync" | "sync-alert" | "sync-off" | "tab-unselected" | "table-column-plus-after" | "table-column-plus-before" | "table-column-remove" | "table-column-width" | "table-edit" | "table-large" | "table-row-height" | "table-row-plus-after" | "table-row-plus-before" | "table-row-remove" | "tablet" | "tablet-android" | "tablet-ipad" | "tag" | "tag-faces" | "tag-heart" | "tag-multiple" | "tag-outline" | "tag-plus" | "tag-remove" | "tag-text-outline" | "taxi" | "teamviewer" | "telegram" | "television" | "television-guide" | "temperature-celsius" | "temperature-fahrenheit" | "temperature-kelvin" | "tennis" | "tent" | "terrain" | "test-tube" | "text-shadow" | "text-to-speech" | "text-to-speech-off" | "texture" | "theater" | "theater-comedy" | "theme-light-dark" | "thermometer" | "thermometer-lines" | "thumb-down" | "thumb-down-outline" | "thumb-up" | "thumb-up-outline" | "thumbs-up-down" | "ticket" | "ticket-account" | "ticket-confirmation" | "ticket-percent" | "ticket-percent-outline" | "tie" | "tilde" | "timelapse" | "timer-10" | "timer-3" | "timer-cancel" | "timer-off" | "timer-outline" | "timer-sand" | "timer-sand-empty" | "timetable" | "toggle-switch" | "toggle-switch-off" | "tooltip-edit" | "tooltip-image" | "tooltip-outline" | "tooltip-outline-plus" | "tooltip-text" | "tooth" | "tor" | "tower-beach" | "tower-fire" | "traffic-light" | "train" | "tram" | "transcribe" | "transcribe-close" | "transfer" | "transit-transfer" | "trash-can-outline" | "treasure-chest" | "trello" | "trending-down" | "trending-neutral" | "trending-up" | "triangle-outline" | "trophy" | "trophy-award" | "trophy-outline" | "trophy-variant" | "trophy-variant-outline" | "truck" | "truck-delivery" | "truck-trailer" | "tshirt-crew" | "tshirt-v" | "tumblr" | "tumblr-reblog" | "tune" | "tune-vertical" | "twitch" | "twitter" | "twitter-box" | "twitter-circle" | "twitter-retweet" | "uber" | "ubuntu" | "umbraco" | "umbrella" | "umbrella-outline" | "undo" | "undo-variant" | "unfold-less" | "unfold-more" | "ungroup" | "unity" | "untappd" | "update" | "upload" | "usb" | "user-list" | "vector-arrange-above" | "vector-arrange-below" | "vector-circle" | "vector-circle-variant" | "vector-combine" | "vector-curve" | "vector-difference" | "vector-difference-ab" | "vector-difference-ba" | "vector-intersection" | "vector-line" | "vector-point" | "vector-polygon" | "vector-polyline" | "vector-rectangle" | "vector-selection" | "vector-square" | "vector-triangle" | "vector-union" | "verified" | "vibrate" | "video-off" | "video-switch" | "view-agenda" | "view-array" | "view-carousel" | "view-column" | "view-dashboard" | "view-day" | "view-grid" | "view-headline" | "view-list" | "view-module" | "view-parallel" | "view-quilt" | "view-sequential" | "view-stream" | "view-week" | "vimeo" | "vine" | "violin" | "visualstudio" | "vk" | "vk-box" | "vk-circle" | "vlc" | "voice" | "voicemail" | "volume-high" | "volume-low" | "volume-medium" | "volume-off" | "vpn" | "vtex" | "walk" | "wallet" | "wallet-giftcard" | "wallet-membership" | "wallet-travel" | "wan" | "washing-machine" | "watch" | "watch-export" | "watch-import" | "watch-vibrate" | "water" | "water-off" | "water-percent" | "water-pump" | "watermark" | "weather-cloudy" | "weather-fog" | "weather-hail" | "weather-lightning" | "weather-lightning-rainy" | "weather-night" | "weather-partlycloudy" | "weather-pouring" | "weather-rainy" | "weather-snowy" | "weather-snowy-rainy" | "weather-sunny" | "weather-sunset" | "weather-sunset-down" | "weather-sunset-up" | "weather-windy" | "weather-windy-variant" | "web" | "web-check" | "webcam" | "webhook" | "webpack" | "wechat" | "weight-kilogram" | "whatsapp" | "wheelchair-accessibility" | "white-balance-auto" | "white-balance-incandescent" | "white-balance-iridescent" | "white-balance-sunny" | "widgets" | "wifi" | "wifi-off" | "wii" | "wiiu" | "wikipedia" | "window-close" | "window-closed" | "window-maximize" | "window-minimize" | "window-open" | "window-restore" | "windows" | "woocommerce" | "wordpress" | "worker" | "wrench" | "wunderlist" | "workflow-icon" | "xaml" | "xbox" | "xbox-controller" | "xbox-controller-battery-alert" | "xbox-controller-battery-empty" | "xbox-controller-battery-full" | "xbox-controller-battery-low" | "xbox-controller-battery-medium" | "xbox-controller-battery-unknown" | "xbox-controller-off" | "xda" | "xing" | "xing-box" | "xing-circle" | "xml" | "yeast" | "yelp" | "yin-yang" | "youtube-play" | "zip-box" | "database-export" | undefined;
|
|
983
|
+
iconId?: IconId;
|
|
947
984
|
/**
|
|
948
985
|
* Property to show icon at the right of the text
|
|
949
986
|
* @default false
|
|
950
987
|
*/
|
|
951
|
-
iconRight?: boolean
|
|
988
|
+
iconRight?: boolean;
|
|
952
989
|
/**
|
|
953
990
|
* The color of the icon
|
|
954
991
|
*/
|
|
955
|
-
iconColor?: string
|
|
992
|
+
iconColor?: string;
|
|
956
993
|
/**
|
|
957
994
|
* The size of the icon
|
|
958
995
|
*/
|
|
959
|
-
iconSize?: IconProps[
|
|
996
|
+
iconSize?: IconProps["size"];
|
|
960
997
|
/**
|
|
961
998
|
* Properties for avatar showed within the chip. Avatar will not be displayed if this prop is not defined.
|
|
962
999
|
*/
|
|
963
|
-
avatarProps?: Omit<AvatarProps, "size"
|
|
1000
|
+
avatarProps?: Omit<AvatarProps, "size">;
|
|
964
1001
|
/**
|
|
965
1002
|
* The HTML tag to use for the chip.
|
|
966
1003
|
*/
|
|
967
|
-
component?: "
|
|
1004
|
+
component?: "span" | "li" | typeof Link;
|
|
968
1005
|
/**
|
|
969
1006
|
* Property to disable chip
|
|
970
1007
|
* @default false
|
|
971
1008
|
*/
|
|
972
|
-
disabled?: boolean
|
|
1009
|
+
disabled?: boolean;
|
|
973
1010
|
/**
|
|
974
1011
|
* Property to hide background color
|
|
975
1012
|
* @default false
|
|
976
1013
|
*/
|
|
977
|
-
transparentBackgroundColor?: boolean
|
|
1014
|
+
transparentBackgroundColor?: boolean;
|
|
978
1015
|
/**
|
|
979
1016
|
* The variant to use.
|
|
980
1017
|
*/
|
|
981
|
-
variant?:
|
|
1018
|
+
variant?: keyof typeof variantStyles;
|
|
982
1019
|
/**
|
|
983
1020
|
* The size of the chip.
|
|
984
1021
|
*/
|
|
985
|
-
size?:
|
|
1022
|
+
size?: keyof typeof sizeStyles;
|
|
986
1023
|
/**
|
|
987
1024
|
* The variant of the typography.
|
|
988
1025
|
*/
|
|
989
|
-
typographyVariant?:
|
|
1026
|
+
typographyVariant?: keyof typeof variants;
|
|
990
1027
|
/**
|
|
991
1028
|
* Property to show delete icon
|
|
992
1029
|
*/
|
|
993
|
-
isDeleteable?: boolean
|
|
1030
|
+
isDeleteable?: boolean;
|
|
994
1031
|
/**
|
|
995
1032
|
* Function called when mouse hovers on/off the chip.
|
|
996
1033
|
*/
|
|
997
|
-
onHover?: (
|
|
998
|
-
href?: string
|
|
999
|
-
tooltip?: string
|
|
1000
|
-
onMouseDownDelete?: IconButtonProps[
|
|
1034
|
+
onHover?: (isHovered: boolean) => void;
|
|
1035
|
+
href?: string;
|
|
1036
|
+
tooltip?: string;
|
|
1037
|
+
onMouseDownDelete?: IconButtonProps["onMouseDown"];
|
|
1001
1038
|
} & React.RefAttributes<HTMLSpanElement>>;
|
|
1002
1039
|
export default Chip;
|