@rovula/ui 0.0.21 → 0.0.23
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/cjs/bundle.css +185 -495
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
- package/dist/cjs/types/components/Button/Button.d.ts +1 -1
- package/dist/cjs/types/components/Button/Button.styles.d.ts +1 -1
- package/dist/cjs/types/components/Button/Buttons.stories.d.ts +13 -13
- package/dist/cjs/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
- package/dist/cjs/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
- package/dist/cjs/types/components/Icon/Icon.d.ts +11 -0
- package/dist/cjs/types/components/Icon/Icon.stories.d.ts +508 -0
- package/dist/cjs/types/components/Icon/Icon.styles.d.ts +4 -0
- package/dist/cjs/types/components/Input/Input.stories.d.ts +115 -115
- package/dist/cjs/types/components/Label/Label.stories.d.ts +51 -51
- package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
- package/dist/cjs/types/components/Search/Search.stories.d.ts +64 -64
- package/dist/cjs/types/components/Slider/Slider.d.ts +5 -0
- package/dist/cjs/types/components/Slider/Slider.stories.d.ts +303 -0
- package/dist/cjs/types/components/Switch/Switch.d.ts +4 -0
- package/dist/cjs/types/components/Switch/Switch.stories.d.ts +305 -0
- package/dist/cjs/types/components/Table/Table.stories.d.ts +7 -7
- package/dist/cjs/types/components/Tabs/Tabs.d.ts +12 -3
- package/dist/cjs/types/components/Tabs/Tabs.stories.d.ts +18 -0
- package/dist/cjs/types/components/Text/Text.d.ts +6 -5
- package/dist/cjs/types/components/Text/Text.stories.d.ts +2 -10
- package/dist/cjs/types/components/TextInput/TextInput.stories.d.ts +62 -62
- package/dist/cjs/types/components/TextInput/TextInput.styles.d.ts +1 -1
- package/dist/cjs/types/icons/heroIconConfig.d.ts +1 -0
- package/dist/cjs/types/icons/iconConfig.d.ts +2 -0
- package/dist/cjs/types/icons/iconRegistry.d.ts +19 -0
- package/dist/cjs/types/icons/index.d.ts +1 -0
- package/dist/cjs/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/index.d.ts +12 -0
- package/dist/cjs/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/index.d.ts +12 -0
- package/dist/cjs/types/icons/materialIconConfig.d.ts +1 -0
- package/dist/cjs/types/icons/type.d.ts +8 -0
- package/dist/cjs/types/icons/utils.d.ts +1 -0
- package/dist/cjs/types/index.d.ts +4 -0
- package/dist/components/ActionButton/ActionButton.js +8 -19
- package/dist/components/ActionButton/ActionButton.stories.js +12 -22
- package/dist/components/ActionButton/ActionButton.styles.js +33 -8
- package/dist/components/AlertDialog/Alert.stories.js +5 -16
- package/dist/components/AlertDialog/AlertDialog.js +27 -38
- package/dist/components/Avatar/Avatar.js +7 -8
- package/dist/components/Avatar/Avatar.stories.js +11 -22
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/AvatarBase.js +9 -20
- package/dist/components/Avatar/AvatarGroup.js +9 -10
- package/dist/components/Avatar/AvatarGroup.stories.js +9 -20
- package/dist/components/Button/Button.js +4 -15
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Button/Buttons.stories.js +18 -29
- package/dist/components/Calendar/Calendar.js +3 -14
- package/dist/components/Calendar/Calendar.stories.js +6 -17
- package/dist/components/Checkbox/Checkbox.js +3 -14
- package/dist/components/Checkbox/Checkbox.stories.js +12 -23
- package/dist/components/Collapsible/Collapsible.js +14 -17
- package/dist/components/Collapsible/Collapsible.stories.js +9 -20
- package/dist/components/Collapsible/Collapsible.styles.js +4 -4
- package/dist/components/Collapsible/CollapsibleContext.js +9 -10
- package/dist/components/DataTable/DataTable.js +25 -26
- package/dist/components/DataTable/DataTable.stories.js +10 -21
- package/dist/components/DatePicker/DatePicker.js +4 -20
- package/dist/components/DatePicker/DatePicker.stories.js +6 -17
- package/dist/components/Dialog/Dialog.js +22 -33
- package/dist/components/Dialog/Dialog.stories.js +8 -19
- package/dist/components/Dropdown/Dropdown.js +26 -37
- package/dist/components/Dropdown/Dropdown.stories.js +36 -55
- package/dist/components/Dropdown/Dropdown.styles.js +3 -3
- package/dist/components/Form/Form.js +26 -87
- package/dist/components/Form/Text.js +2 -3
- package/dist/components/Form/TextInput.js +2 -3
- package/dist/components/Icon/Icon.js +37 -0
- package/dist/components/Icon/Icon.stories.js +356 -0
- package/dist/components/Icon/Icon.styles.js +25 -0
- package/dist/components/Input/Input.js +9 -20
- package/dist/components/Input/Input.stories.js +6 -17
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Label/Label.js +3 -14
- package/dist/components/Label/Label.stories.js +5 -16
- package/dist/components/Label/Label.styles.js +1 -1
- package/dist/components/Loading/Loading.js +5 -17
- package/dist/components/Loading/Loading.stories.js +6 -17
- package/dist/components/Navbar/Navbar.js +3 -4
- package/dist/components/Navbar/Navbar.stories.js +8 -19
- package/dist/components/Popover/Popover.js +5 -16
- package/dist/components/Popover/Popover.stories.js +5 -16
- package/dist/components/ProgressBar/ProgressBar.js +8 -9
- package/dist/components/ProgressBar/ProgressBar.stories.js +14 -27
- package/dist/components/RadioGroup/RadioGroup.js +6 -17
- package/dist/components/RadioGroup/RadioGroup.stories.js +9 -20
- package/dist/components/Search/Search.js +2 -13
- package/dist/components/Search/Search.stories.js +10 -21
- package/dist/components/Slider/Slider.js +22 -0
- package/dist/components/Slider/Slider.stories.js +33 -0
- package/dist/components/Switch/Switch.js +22 -0
- package/dist/components/Switch/Switch.stories.js +32 -0
- package/dist/components/Table/Datagrid.js +2 -3
- package/dist/components/Table/Table.js +24 -35
- package/dist/components/Table/Table.stories.js +5 -16
- package/dist/components/Tabs/Tabs.js +57 -10
- package/dist/components/Tabs/Tabs.stories.js +13 -24
- package/dist/components/Text/Text.js +19 -6
- package/dist/components/Text/Text.stories.js +12 -23
- package/dist/components/TextInput/TextInput.js +30 -41
- package/dist/components/TextInput/TextInput.stories.js +17 -28
- package/dist/components/TextInput/TextInput.styles.js +7 -7
- package/dist/components/ThemeToggle.js +3 -3
- package/dist/esm/bundle.css +185 -495
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/ActionButton/ActionButton.stories.d.ts +7 -7
- package/dist/esm/types/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/components/Button/Button.styles.d.ts +1 -1
- package/dist/esm/types/components/Button/Buttons.stories.d.ts +13 -13
- package/dist/esm/types/components/Checkbox/Checkbox.stories.d.ts +60 -60
- package/dist/esm/types/components/Dropdown/Dropdown.stories.d.ts +64 -64
- package/dist/esm/types/components/Icon/Icon.d.ts +11 -0
- package/dist/esm/types/components/Icon/Icon.stories.d.ts +508 -0
- package/dist/esm/types/components/Icon/Icon.styles.d.ts +4 -0
- package/dist/esm/types/components/Input/Input.stories.d.ts +115 -115
- package/dist/esm/types/components/Label/Label.stories.d.ts +51 -51
- package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +54 -54
- package/dist/esm/types/components/Search/Search.stories.d.ts +64 -64
- package/dist/esm/types/components/Slider/Slider.d.ts +5 -0
- package/dist/esm/types/components/Slider/Slider.stories.d.ts +303 -0
- package/dist/esm/types/components/Switch/Switch.d.ts +4 -0
- package/dist/esm/types/components/Switch/Switch.stories.d.ts +305 -0
- package/dist/esm/types/components/Table/Table.stories.d.ts +7 -7
- package/dist/esm/types/components/Tabs/Tabs.d.ts +12 -3
- package/dist/esm/types/components/Tabs/Tabs.stories.d.ts +18 -0
- package/dist/esm/types/components/Text/Text.d.ts +6 -5
- package/dist/esm/types/components/Text/Text.stories.d.ts +2 -10
- package/dist/esm/types/components/TextInput/TextInput.stories.d.ts +62 -62
- package/dist/esm/types/components/TextInput/TextInput.styles.d.ts +1 -1
- package/dist/esm/types/icons/heroIconConfig.d.ts +1 -0
- package/dist/esm/types/icons/iconConfig.d.ts +2 -0
- package/dist/esm/types/icons/iconRegistry.d.ts +19 -0
- package/dist/esm/types/icons/index.d.ts +1 -0
- package/dist/esm/types/icons/material-icon/outline/ChevronDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/CollapseContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ContentCopyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ContentPasteIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/DataTableIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/ExpandContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/InterestsIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/SaveIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/TableChartIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/index.d.ts +12 -0
- package/dist/esm/types/icons/material-icon/solid/ChevronDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/CollapseContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ContentCopyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ContentPasteIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/DataTableIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleDownIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandCircleUpIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/ExpandContentIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/InterestsIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/SaveIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/TableChartIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/index.d.ts +12 -0
- package/dist/esm/types/icons/materialIconConfig.d.ts +1 -0
- package/dist/esm/types/icons/type.d.ts +8 -0
- package/dist/esm/types/icons/utils.d.ts +1 -0
- package/dist/esm/types/index.d.ts +4 -0
- package/dist/icons/heroIconConfig.js +13 -0
- package/dist/icons/iconConfig.js +2 -0
- package/dist/icons/iconRegistry.js +47 -0
- package/dist/icons/index.js +1 -0
- package/dist/icons/material-icon/outline/ChevronDownIcon.js +3 -0
- package/dist/icons/material-icon/outline/CollapseContentIcon.js +3 -0
- package/dist/icons/material-icon/outline/ContentCopyIcon.js +3 -0
- package/dist/icons/material-icon/outline/ContentPasteIcon.js +3 -0
- package/dist/icons/material-icon/outline/DataTableIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleDownIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleRightIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandCircleUpIcon.js +3 -0
- package/dist/icons/material-icon/outline/ExpandContentIcon.js +3 -0
- package/dist/icons/material-icon/outline/InterestsIcon.js +3 -0
- package/dist/icons/material-icon/outline/SaveIcon.js +3 -0
- package/dist/icons/material-icon/outline/TableChartIcon.js +3 -0
- package/dist/icons/material-icon/outline/index.js +12 -0
- package/dist/icons/material-icon/solid/ChevronDownIcon.js +3 -0
- package/dist/icons/material-icon/solid/CollapseContentIcon.js +3 -0
- package/dist/icons/material-icon/solid/ContentCopyIcon.js +3 -0
- package/dist/icons/material-icon/solid/ContentPasteIcon.js +3 -0
- package/dist/icons/material-icon/solid/DataTableIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleDownIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleRightIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandCircleUpIcon.js +3 -0
- package/dist/icons/material-icon/solid/ExpandContentIcon.js +3 -0
- package/dist/icons/material-icon/solid/InterestsIcon.js +3 -0
- package/dist/icons/material-icon/solid/SaveIcon.js +3 -0
- package/dist/icons/material-icon/solid/TableChartIcon.js +3 -0
- package/dist/icons/material-icon/solid/index.js +12 -0
- package/dist/icons/materialIconConfig.js +13 -0
- package/dist/icons/type.js +1 -0
- package/dist/icons/utils.js +6 -0
- package/dist/index.d.ts +35 -8
- package/dist/index.js +4 -0
- package/dist/src/theme/global.css +245 -619
- package/dist/stories/ColorGroupPreview.js +6 -9
- package/dist/stories/ColorPreview.js +1 -2
- package/dist/theme/main-preset.js +24 -0
- package/dist/theme/plugins/utilities/typography.js +9 -0
- package/dist/theme/presets/colors.js +8 -1
- package/dist/theme/tokens/color.css +1 -0
- package/dist/theme/tokens/typography.css +21 -0
- package/dist/utils/cn.js +1 -5
- package/dist/utils/datetime.js +12 -12
- package/package.json +3 -1
- package/src/components/ActionButton/ActionButton.stories.tsx +32 -13
- package/src/components/ActionButton/ActionButton.styles.ts +33 -8
- package/src/components/Button/Button.tsx +1 -4
- package/src/components/Collapsible/Collapsible.tsx +1 -1
- package/src/components/DataTable/DataTable.tsx +2 -2
- package/src/components/Icon/Icon.stories.tsx +450 -0
- package/src/components/Icon/Icon.styles.ts +26 -0
- package/src/components/Icon/Icon.tsx +67 -0
- package/src/components/Slider/Slider.stories.tsx +47 -0
- package/src/components/Slider/Slider.tsx +31 -0
- package/src/components/Switch/Switch.stories.tsx +46 -0
- package/src/components/Switch/Switch.tsx +32 -0
- package/src/components/Table/Table.tsx +2 -2
- package/src/components/Tabs/Tabs.tsx +100 -13
- package/src/components/Text/Text.tsx +35 -22
- package/src/icons/heroIconConfig.ts +23 -0
- package/src/icons/iconConfig.ts +2 -0
- package/src/icons/iconRegistry.ts +76 -0
- package/src/icons/index.ts +1 -0
- package/src/icons/material-icon/outline/ChevronDownIcon.tsx +22 -0
- package/src/icons/material-icon/outline/CollapseContentIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ContentCopyIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ContentPasteIcon.tsx +20 -0
- package/src/icons/material-icon/outline/DataTableIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleDownIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleRightIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandCircleUpIcon.tsx +20 -0
- package/src/icons/material-icon/outline/ExpandContentIcon.tsx +20 -0
- package/src/icons/material-icon/outline/InterestsIcon.tsx +20 -0
- package/src/icons/material-icon/outline/SaveIcon.tsx +20 -0
- package/src/icons/material-icon/outline/TableChartIcon.tsx +20 -0
- package/src/icons/material-icon/outline/index.ts +12 -0
- package/src/icons/material-icon/solid/ChevronDownIcon.tsx +22 -0
- package/src/icons/material-icon/solid/CollapseContentIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ContentCopyIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ContentPasteIcon.tsx +20 -0
- package/src/icons/material-icon/solid/DataTableIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleDownIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleRightIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandCircleUpIcon.tsx +20 -0
- package/src/icons/material-icon/solid/ExpandContentIcon.tsx +20 -0
- package/src/icons/material-icon/solid/InterestsIcon.tsx +20 -0
- package/src/icons/material-icon/solid/SaveIcon.tsx +20 -0
- package/src/icons/material-icon/solid/TableChartIcon.tsx +20 -0
- package/src/icons/material-icon/solid/index.ts +12 -0
- package/src/icons/materialIconConfig.tsx +23 -0
- package/src/icons/type.ts +11 -0
- package/src/icons/utils.ts +6 -0
- package/src/index.ts +5 -0
- package/src/theme/main-preset.js +24 -0
- package/src/theme/plugins/utilities/typography.js +9 -0
- package/src/theme/presets/colors.js +8 -1
- package/src/theme/tokens/color.css +1 -0
- package/src/theme/tokens/typography.css +21 -0
- package/dist/cjs/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
- package/dist/cjs/types/components/Button/Button.styles copy.d.ts +0 -7
- package/dist/components/ActionButton/ActionButton.styles copy.js +0 -90
- package/dist/components/Button/Button.styles copy.js +0 -210
- package/dist/esm/types/components/ActionButton/ActionButton.styles copy.d.ts +0 -6
- package/dist/esm/types/components/Button/Button.styles copy.d.ts +0 -7
- package/src/_theme/global copy.css +0 -761
- package/src/_theme/global.css +0 -39
- package/src/_theme/main-preset.js +0 -239
- package/src/_theme/plugins/utilities/typography.js +0 -81
- package/src/_theme/presets/colors copy 2.js +0 -319
- package/src/_theme/presets/colors copy.js +0 -229
- package/src/_theme/presets/colors.js +0 -94
- package/src/_theme/theme.d.ts +0 -69
- package/src/_theme/variables/base/button.css +0 -334
- package/src/_theme/variables/base/components copy.css +0 -19
- package/src/_theme/variables/default/colors.css +0 -292
- package/src/_theme/variables/default/typography.css +0 -178
- package/src/_theme/variables/xspector/colors.css +0 -468
- package/src/_theme/variables/xspector/typography.css +0 -178
- package/src/components/ActionButton/ActionButton.styles copy.ts +0 -95
- package/src/components/Button/Button.styles copy.ts +0 -214
|
@@ -0,0 +1,508 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: React.FC<import("./Icon").IconProps>;
|
|
5
|
+
tags: string[];
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
};
|
|
9
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
|
|
10
|
+
name: string;
|
|
11
|
+
type?: "heroicons" | "material" | "custom" | undefined;
|
|
12
|
+
color?: "inherit" | "primary" | "secondary" | "tertiary" | "success" | "info" | "warning" | "error" | undefined;
|
|
13
|
+
variant?: "solid" | "outline" | undefined;
|
|
14
|
+
size?: "inherit" | "sm" | "md" | "lg" | undefined;
|
|
15
|
+
className?: string | undefined;
|
|
16
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
17
|
+
height?: string | number | undefined;
|
|
18
|
+
id?: string | undefined;
|
|
19
|
+
lang?: string | undefined;
|
|
20
|
+
max?: string | number | undefined;
|
|
21
|
+
media?: string | undefined;
|
|
22
|
+
method?: string | undefined;
|
|
23
|
+
min?: string | number | undefined;
|
|
24
|
+
style?: React.CSSProperties | undefined;
|
|
25
|
+
target?: string | undefined;
|
|
26
|
+
width?: string | number | undefined;
|
|
27
|
+
role?: React.AriaRole | undefined;
|
|
28
|
+
tabIndex?: number | undefined;
|
|
29
|
+
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
30
|
+
accentHeight?: string | number | undefined;
|
|
31
|
+
accumulate?: "none" | "sum" | undefined;
|
|
32
|
+
additive?: "sum" | "replace" | undefined;
|
|
33
|
+
alignmentBaseline?: "alphabetic" | "hanging" | "ideographic" | "mathematical" | "auto" | "baseline" | "before-edge" | "text-before-edge" | "middle" | "central" | "after-edge" | "text-after-edge" | "inherit" | undefined;
|
|
34
|
+
allowReorder?: "no" | "yes" | undefined;
|
|
35
|
+
alphabetic?: string | number | undefined;
|
|
36
|
+
amplitude?: string | number | undefined;
|
|
37
|
+
arabicForm?: "initial" | "medial" | "terminal" | "isolated" | undefined;
|
|
38
|
+
ascent?: string | number | undefined;
|
|
39
|
+
attributeName?: string | undefined;
|
|
40
|
+
attributeType?: string | undefined;
|
|
41
|
+
autoReverse?: (boolean | "true" | "false") | undefined;
|
|
42
|
+
azimuth?: string | number | undefined;
|
|
43
|
+
baseFrequency?: string | number | undefined;
|
|
44
|
+
baselineShift?: string | number | undefined;
|
|
45
|
+
baseProfile?: string | number | undefined;
|
|
46
|
+
bbox?: string | number | undefined;
|
|
47
|
+
begin?: string | number | undefined;
|
|
48
|
+
bias?: string | number | undefined;
|
|
49
|
+
by?: string | number | undefined;
|
|
50
|
+
calcMode?: string | number | undefined;
|
|
51
|
+
capHeight?: string | number | undefined;
|
|
52
|
+
clip?: string | number | undefined;
|
|
53
|
+
clipPath?: string | undefined;
|
|
54
|
+
clipPathUnits?: string | number | undefined;
|
|
55
|
+
clipRule?: string | number | undefined;
|
|
56
|
+
colorInterpolation?: string | number | undefined;
|
|
57
|
+
colorInterpolationFilters?: "auto" | "inherit" | "sRGB" | "linearRGB" | undefined;
|
|
58
|
+
colorProfile?: string | number | undefined;
|
|
59
|
+
colorRendering?: string | number | undefined;
|
|
60
|
+
contentScriptType?: string | number | undefined;
|
|
61
|
+
contentStyleType?: string | number | undefined;
|
|
62
|
+
cursor?: string | number | undefined;
|
|
63
|
+
cx?: string | number | undefined;
|
|
64
|
+
cy?: string | number | undefined;
|
|
65
|
+
d?: string | undefined;
|
|
66
|
+
decelerate?: string | number | undefined;
|
|
67
|
+
descent?: string | number | undefined;
|
|
68
|
+
diffuseConstant?: string | number | undefined;
|
|
69
|
+
direction?: string | number | undefined;
|
|
70
|
+
display?: string | number | undefined;
|
|
71
|
+
divisor?: string | number | undefined;
|
|
72
|
+
dominantBaseline?: string | number | undefined;
|
|
73
|
+
dur?: string | number | undefined;
|
|
74
|
+
dx?: string | number | undefined;
|
|
75
|
+
dy?: string | number | undefined;
|
|
76
|
+
edgeMode?: string | number | undefined;
|
|
77
|
+
elevation?: string | number | undefined;
|
|
78
|
+
enableBackground?: string | number | undefined;
|
|
79
|
+
end?: string | number | undefined;
|
|
80
|
+
exponent?: string | number | undefined;
|
|
81
|
+
externalResourcesRequired?: (boolean | "true" | "false") | undefined;
|
|
82
|
+
fill?: string | undefined;
|
|
83
|
+
fillOpacity?: string | number | undefined;
|
|
84
|
+
fillRule?: "inherit" | "nonzero" | "evenodd" | undefined;
|
|
85
|
+
filter?: string | undefined;
|
|
86
|
+
filterRes?: string | number | undefined;
|
|
87
|
+
filterUnits?: string | number | undefined;
|
|
88
|
+
floodColor?: string | number | undefined;
|
|
89
|
+
floodOpacity?: string | number | undefined;
|
|
90
|
+
focusable?: "auto" | (boolean | "true" | "false") | undefined;
|
|
91
|
+
fontFamily?: string | undefined;
|
|
92
|
+
fontSize?: string | number | undefined;
|
|
93
|
+
fontSizeAdjust?: string | number | undefined;
|
|
94
|
+
fontStretch?: string | number | undefined;
|
|
95
|
+
fontStyle?: string | number | undefined;
|
|
96
|
+
fontVariant?: string | number | undefined;
|
|
97
|
+
fontWeight?: string | number | undefined;
|
|
98
|
+
format?: string | number | undefined;
|
|
99
|
+
fr?: string | number | undefined;
|
|
100
|
+
from?: string | number | undefined;
|
|
101
|
+
fx?: string | number | undefined;
|
|
102
|
+
fy?: string | number | undefined;
|
|
103
|
+
g1?: string | number | undefined;
|
|
104
|
+
g2?: string | number | undefined;
|
|
105
|
+
glyphName?: string | number | undefined;
|
|
106
|
+
glyphOrientationHorizontal?: string | number | undefined;
|
|
107
|
+
glyphOrientationVertical?: string | number | undefined;
|
|
108
|
+
glyphRef?: string | number | undefined;
|
|
109
|
+
gradientTransform?: string | undefined;
|
|
110
|
+
gradientUnits?: string | undefined;
|
|
111
|
+
hanging?: string | number | undefined;
|
|
112
|
+
horizAdvX?: string | number | undefined;
|
|
113
|
+
horizOriginX?: string | number | undefined;
|
|
114
|
+
href?: string | undefined;
|
|
115
|
+
ideographic?: string | number | undefined;
|
|
116
|
+
imageRendering?: string | number | undefined;
|
|
117
|
+
in2?: string | number | undefined;
|
|
118
|
+
in?: string | undefined;
|
|
119
|
+
intercept?: string | number | undefined;
|
|
120
|
+
k1?: string | number | undefined;
|
|
121
|
+
k2?: string | number | undefined;
|
|
122
|
+
k3?: string | number | undefined;
|
|
123
|
+
k4?: string | number | undefined;
|
|
124
|
+
k?: string | number | undefined;
|
|
125
|
+
kernelMatrix?: string | number | undefined;
|
|
126
|
+
kernelUnitLength?: string | number | undefined;
|
|
127
|
+
kerning?: string | number | undefined;
|
|
128
|
+
keyPoints?: string | number | undefined;
|
|
129
|
+
keySplines?: string | number | undefined;
|
|
130
|
+
keyTimes?: string | number | undefined;
|
|
131
|
+
lengthAdjust?: string | number | undefined;
|
|
132
|
+
letterSpacing?: string | number | undefined;
|
|
133
|
+
lightingColor?: string | number | undefined;
|
|
134
|
+
limitingConeAngle?: string | number | undefined;
|
|
135
|
+
local?: string | number | undefined;
|
|
136
|
+
markerEnd?: string | undefined;
|
|
137
|
+
markerHeight?: string | number | undefined;
|
|
138
|
+
markerMid?: string | undefined;
|
|
139
|
+
markerStart?: string | undefined;
|
|
140
|
+
markerUnits?: string | number | undefined;
|
|
141
|
+
markerWidth?: string | number | undefined;
|
|
142
|
+
mask?: string | undefined;
|
|
143
|
+
maskContentUnits?: string | number | undefined;
|
|
144
|
+
maskUnits?: string | number | undefined;
|
|
145
|
+
mathematical?: string | number | undefined;
|
|
146
|
+
mode?: string | number | undefined;
|
|
147
|
+
numOctaves?: string | number | undefined;
|
|
148
|
+
offset?: string | number | undefined;
|
|
149
|
+
opacity?: string | number | undefined;
|
|
150
|
+
operator?: string | number | undefined;
|
|
151
|
+
order?: string | number | undefined;
|
|
152
|
+
orient?: string | number | undefined;
|
|
153
|
+
orientation?: string | number | undefined;
|
|
154
|
+
origin?: string | number | undefined;
|
|
155
|
+
overflow?: string | number | undefined;
|
|
156
|
+
overlinePosition?: string | number | undefined;
|
|
157
|
+
overlineThickness?: string | number | undefined;
|
|
158
|
+
paintOrder?: string | number | undefined;
|
|
159
|
+
panose1?: string | number | undefined;
|
|
160
|
+
path?: string | undefined;
|
|
161
|
+
pathLength?: string | number | undefined;
|
|
162
|
+
patternContentUnits?: string | undefined;
|
|
163
|
+
patternTransform?: string | number | undefined;
|
|
164
|
+
patternUnits?: string | undefined;
|
|
165
|
+
pointerEvents?: string | number | undefined;
|
|
166
|
+
points?: string | undefined;
|
|
167
|
+
pointsAtX?: string | number | undefined;
|
|
168
|
+
pointsAtY?: string | number | undefined;
|
|
169
|
+
pointsAtZ?: string | number | undefined;
|
|
170
|
+
preserveAlpha?: (boolean | "true" | "false") | undefined;
|
|
171
|
+
preserveAspectRatio?: string | undefined;
|
|
172
|
+
primitiveUnits?: string | number | undefined;
|
|
173
|
+
r?: string | number | undefined;
|
|
174
|
+
radius?: string | number | undefined;
|
|
175
|
+
refX?: string | number | undefined;
|
|
176
|
+
refY?: string | number | undefined;
|
|
177
|
+
renderingIntent?: string | number | undefined;
|
|
178
|
+
repeatCount?: string | number | undefined;
|
|
179
|
+
repeatDur?: string | number | undefined;
|
|
180
|
+
requiredExtensions?: string | number | undefined;
|
|
181
|
+
requiredFeatures?: string | number | undefined;
|
|
182
|
+
restart?: string | number | undefined;
|
|
183
|
+
result?: string | undefined;
|
|
184
|
+
rotate?: string | number | undefined;
|
|
185
|
+
rx?: string | number | undefined;
|
|
186
|
+
ry?: string | number | undefined;
|
|
187
|
+
scale?: string | number | undefined;
|
|
188
|
+
seed?: string | number | undefined;
|
|
189
|
+
shapeRendering?: string | number | undefined;
|
|
190
|
+
slope?: string | number | undefined;
|
|
191
|
+
spacing?: string | number | undefined;
|
|
192
|
+
specularConstant?: string | number | undefined;
|
|
193
|
+
specularExponent?: string | number | undefined;
|
|
194
|
+
speed?: string | number | undefined;
|
|
195
|
+
spreadMethod?: string | undefined;
|
|
196
|
+
startOffset?: string | number | undefined;
|
|
197
|
+
stdDeviation?: string | number | undefined;
|
|
198
|
+
stemh?: string | number | undefined;
|
|
199
|
+
stemv?: string | number | undefined;
|
|
200
|
+
stitchTiles?: string | number | undefined;
|
|
201
|
+
stopColor?: string | undefined;
|
|
202
|
+
stopOpacity?: string | number | undefined;
|
|
203
|
+
strikethroughPosition?: string | number | undefined;
|
|
204
|
+
strikethroughThickness?: string | number | undefined;
|
|
205
|
+
string?: string | number | undefined;
|
|
206
|
+
stroke?: string | undefined;
|
|
207
|
+
strokeDasharray?: string | number | undefined;
|
|
208
|
+
strokeDashoffset?: string | number | undefined;
|
|
209
|
+
strokeLinecap?: "inherit" | "butt" | "round" | "square" | undefined;
|
|
210
|
+
strokeLinejoin?: "inherit" | "round" | "miter" | "bevel" | undefined;
|
|
211
|
+
strokeMiterlimit?: string | number | undefined;
|
|
212
|
+
strokeOpacity?: string | number | undefined;
|
|
213
|
+
strokeWidth?: string | number | undefined;
|
|
214
|
+
surfaceScale?: string | number | undefined;
|
|
215
|
+
systemLanguage?: string | number | undefined;
|
|
216
|
+
tableValues?: string | number | undefined;
|
|
217
|
+
targetX?: string | number | undefined;
|
|
218
|
+
targetY?: string | number | undefined;
|
|
219
|
+
textAnchor?: string | undefined;
|
|
220
|
+
textDecoration?: string | number | undefined;
|
|
221
|
+
textLength?: string | number | undefined;
|
|
222
|
+
textRendering?: string | number | undefined;
|
|
223
|
+
to?: string | number | undefined;
|
|
224
|
+
transform?: string | undefined;
|
|
225
|
+
u1?: string | number | undefined;
|
|
226
|
+
u2?: string | number | undefined;
|
|
227
|
+
underlinePosition?: string | number | undefined;
|
|
228
|
+
underlineThickness?: string | number | undefined;
|
|
229
|
+
unicode?: string | number | undefined;
|
|
230
|
+
unicodeBidi?: string | number | undefined;
|
|
231
|
+
unicodeRange?: string | number | undefined;
|
|
232
|
+
unitsPerEm?: string | number | undefined;
|
|
233
|
+
vAlphabetic?: string | number | undefined;
|
|
234
|
+
values?: string | undefined;
|
|
235
|
+
vectorEffect?: string | number | undefined;
|
|
236
|
+
version?: string | undefined;
|
|
237
|
+
vertAdvY?: string | number | undefined;
|
|
238
|
+
vertOriginX?: string | number | undefined;
|
|
239
|
+
vertOriginY?: string | number | undefined;
|
|
240
|
+
vHanging?: string | number | undefined;
|
|
241
|
+
vIdeographic?: string | number | undefined;
|
|
242
|
+
viewBox?: string | undefined;
|
|
243
|
+
viewTarget?: string | number | undefined;
|
|
244
|
+
visibility?: string | number | undefined;
|
|
245
|
+
vMathematical?: string | number | undefined;
|
|
246
|
+
widths?: string | number | undefined;
|
|
247
|
+
wordSpacing?: string | number | undefined;
|
|
248
|
+
writingMode?: string | number | undefined;
|
|
249
|
+
x1?: string | number | undefined;
|
|
250
|
+
x2?: string | number | undefined;
|
|
251
|
+
x?: string | number | undefined;
|
|
252
|
+
xChannelSelector?: string | undefined;
|
|
253
|
+
xHeight?: string | number | undefined;
|
|
254
|
+
xlinkActuate?: string | undefined;
|
|
255
|
+
xlinkArcrole?: string | undefined;
|
|
256
|
+
xlinkHref?: string | undefined;
|
|
257
|
+
xlinkRole?: string | undefined;
|
|
258
|
+
xlinkShow?: string | undefined;
|
|
259
|
+
xlinkTitle?: string | undefined;
|
|
260
|
+
xlinkType?: string | undefined;
|
|
261
|
+
xmlBase?: string | undefined;
|
|
262
|
+
xmlLang?: string | undefined;
|
|
263
|
+
xmlns?: string | undefined;
|
|
264
|
+
xmlnsXlink?: string | undefined;
|
|
265
|
+
xmlSpace?: string | undefined;
|
|
266
|
+
y1?: string | number | undefined;
|
|
267
|
+
y2?: string | number | undefined;
|
|
268
|
+
y?: string | number | undefined;
|
|
269
|
+
yChannelSelector?: string | undefined;
|
|
270
|
+
z?: string | number | undefined;
|
|
271
|
+
zoomAndPan?: string | undefined;
|
|
272
|
+
"aria-activedescendant"?: string | undefined;
|
|
273
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
274
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
275
|
+
"aria-braillelabel"?: string | undefined;
|
|
276
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
277
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
278
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
279
|
+
"aria-colcount"?: number | undefined;
|
|
280
|
+
"aria-colindex"?: number | undefined;
|
|
281
|
+
"aria-colindextext"?: string | undefined;
|
|
282
|
+
"aria-colspan"?: number | undefined;
|
|
283
|
+
"aria-controls"?: string | undefined;
|
|
284
|
+
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
285
|
+
"aria-describedby"?: string | undefined;
|
|
286
|
+
"aria-description"?: string | undefined;
|
|
287
|
+
"aria-details"?: string | undefined;
|
|
288
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
289
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
290
|
+
"aria-errormessage"?: string | undefined;
|
|
291
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
292
|
+
"aria-flowto"?: string | undefined;
|
|
293
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
294
|
+
"aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "true" | "false" | undefined;
|
|
295
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
296
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
297
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
298
|
+
"aria-label"?: string | undefined;
|
|
299
|
+
"aria-labelledby"?: string | undefined;
|
|
300
|
+
"aria-level"?: number | undefined;
|
|
301
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
302
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
303
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
304
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
305
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
306
|
+
"aria-owns"?: string | undefined;
|
|
307
|
+
"aria-placeholder"?: string | undefined;
|
|
308
|
+
"aria-posinset"?: number | undefined;
|
|
309
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
310
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
311
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
312
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
313
|
+
"aria-roledescription"?: string | undefined;
|
|
314
|
+
"aria-rowcount"?: number | undefined;
|
|
315
|
+
"aria-rowindex"?: number | undefined;
|
|
316
|
+
"aria-rowindextext"?: string | undefined;
|
|
317
|
+
"aria-rowspan"?: number | undefined;
|
|
318
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
319
|
+
"aria-setsize"?: number | undefined;
|
|
320
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
321
|
+
"aria-valuemax"?: number | undefined;
|
|
322
|
+
"aria-valuemin"?: number | undefined;
|
|
323
|
+
"aria-valuenow"?: number | undefined;
|
|
324
|
+
"aria-valuetext"?: string | undefined;
|
|
325
|
+
children?: React.ReactNode;
|
|
326
|
+
dangerouslySetInnerHTML?: {
|
|
327
|
+
__html: string | TrustedHTML;
|
|
328
|
+
} | undefined;
|
|
329
|
+
onCopy?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
330
|
+
onCopyCapture?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
331
|
+
onCut?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
332
|
+
onCutCapture?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
333
|
+
onPaste?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
334
|
+
onPasteCapture?: React.ClipboardEventHandler<SVGSVGElement> | undefined;
|
|
335
|
+
onCompositionEnd?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
336
|
+
onCompositionEndCapture?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
337
|
+
onCompositionStart?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
338
|
+
onCompositionStartCapture?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
339
|
+
onCompositionUpdate?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
340
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<SVGSVGElement> | undefined;
|
|
341
|
+
onFocus?: React.FocusEventHandler<SVGSVGElement> | undefined;
|
|
342
|
+
onFocusCapture?: React.FocusEventHandler<SVGSVGElement> | undefined;
|
|
343
|
+
onBlur?: React.FocusEventHandler<SVGSVGElement> | undefined;
|
|
344
|
+
onBlurCapture?: React.FocusEventHandler<SVGSVGElement> | undefined;
|
|
345
|
+
onChange?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
346
|
+
onChangeCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
347
|
+
onBeforeInput?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
348
|
+
onBeforeInputCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
349
|
+
onInput?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
350
|
+
onInputCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
351
|
+
onReset?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
352
|
+
onResetCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
353
|
+
onSubmit?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
354
|
+
onSubmitCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
355
|
+
onInvalid?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
356
|
+
onInvalidCapture?: React.FormEventHandler<SVGSVGElement> | undefined;
|
|
357
|
+
onLoad?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
358
|
+
onLoadCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
359
|
+
onError?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
360
|
+
onErrorCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
361
|
+
onKeyDown?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
362
|
+
onKeyDownCapture?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
363
|
+
onKeyPress?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
364
|
+
onKeyPressCapture?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
365
|
+
onKeyUp?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
366
|
+
onKeyUpCapture?: React.KeyboardEventHandler<SVGSVGElement> | undefined;
|
|
367
|
+
onAbort?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
368
|
+
onAbortCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
369
|
+
onCanPlay?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
370
|
+
onCanPlayCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
371
|
+
onCanPlayThrough?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
372
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
373
|
+
onDurationChange?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
374
|
+
onDurationChangeCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
375
|
+
onEmptied?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
376
|
+
onEmptiedCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
377
|
+
onEncrypted?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
378
|
+
onEncryptedCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
379
|
+
onEnded?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
380
|
+
onEndedCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
381
|
+
onLoadedData?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
382
|
+
onLoadedDataCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
383
|
+
onLoadedMetadata?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
384
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
385
|
+
onLoadStart?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
386
|
+
onLoadStartCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
387
|
+
onPause?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
388
|
+
onPauseCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
389
|
+
onPlay?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
390
|
+
onPlayCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
391
|
+
onPlaying?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
392
|
+
onPlayingCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
393
|
+
onProgress?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
394
|
+
onProgressCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
395
|
+
onRateChange?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
396
|
+
onRateChangeCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
397
|
+
onResize?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
398
|
+
onResizeCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
399
|
+
onSeeked?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
400
|
+
onSeekedCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
401
|
+
onSeeking?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
402
|
+
onSeekingCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
403
|
+
onStalled?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
404
|
+
onStalledCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
405
|
+
onSuspend?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
406
|
+
onSuspendCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
407
|
+
onTimeUpdate?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
408
|
+
onTimeUpdateCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
409
|
+
onVolumeChange?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
410
|
+
onVolumeChangeCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
411
|
+
onWaiting?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
412
|
+
onWaitingCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
413
|
+
onAuxClick?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
414
|
+
onAuxClickCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
415
|
+
onClick?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
416
|
+
onClickCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
417
|
+
onContextMenu?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
418
|
+
onContextMenuCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
419
|
+
onDoubleClick?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
420
|
+
onDoubleClickCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
421
|
+
onDrag?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
422
|
+
onDragCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
423
|
+
onDragEnd?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
424
|
+
onDragEndCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
425
|
+
onDragEnter?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
426
|
+
onDragEnterCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
427
|
+
onDragExit?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
428
|
+
onDragExitCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
429
|
+
onDragLeave?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
430
|
+
onDragLeaveCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
431
|
+
onDragOver?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
432
|
+
onDragOverCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
433
|
+
onDragStart?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
434
|
+
onDragStartCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
435
|
+
onDrop?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
436
|
+
onDropCapture?: React.DragEventHandler<SVGSVGElement> | undefined;
|
|
437
|
+
onMouseDown?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
438
|
+
onMouseDownCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
439
|
+
onMouseEnter?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
440
|
+
onMouseLeave?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
441
|
+
onMouseMove?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
442
|
+
onMouseMoveCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
443
|
+
onMouseOut?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
444
|
+
onMouseOutCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
445
|
+
onMouseOver?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
446
|
+
onMouseOverCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
447
|
+
onMouseUp?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
448
|
+
onMouseUpCapture?: React.MouseEventHandler<SVGSVGElement> | undefined;
|
|
449
|
+
onSelect?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
450
|
+
onSelectCapture?: React.ReactEventHandler<SVGSVGElement> | undefined;
|
|
451
|
+
onTouchCancel?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
452
|
+
onTouchCancelCapture?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
453
|
+
onTouchEnd?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
454
|
+
onTouchEndCapture?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
455
|
+
onTouchMove?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
456
|
+
onTouchMoveCapture?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
457
|
+
onTouchStart?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
458
|
+
onTouchStartCapture?: React.TouchEventHandler<SVGSVGElement> | undefined;
|
|
459
|
+
onPointerDown?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
460
|
+
onPointerDownCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
461
|
+
onPointerMove?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
462
|
+
onPointerMoveCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
463
|
+
onPointerUp?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
464
|
+
onPointerUpCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
465
|
+
onPointerCancel?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
466
|
+
onPointerCancelCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
467
|
+
onPointerEnter?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
468
|
+
onPointerLeave?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
469
|
+
onPointerOver?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
470
|
+
onPointerOverCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
471
|
+
onPointerOut?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
472
|
+
onPointerOutCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
473
|
+
onGotPointerCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
474
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
475
|
+
onLostPointerCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
476
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<SVGSVGElement> | undefined;
|
|
477
|
+
onScroll?: React.UIEventHandler<SVGSVGElement> | undefined;
|
|
478
|
+
onScrollCapture?: React.UIEventHandler<SVGSVGElement> | undefined;
|
|
479
|
+
onWheel?: React.WheelEventHandler<SVGSVGElement> | undefined;
|
|
480
|
+
onWheelCapture?: React.WheelEventHandler<SVGSVGElement> | undefined;
|
|
481
|
+
onAnimationStart?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
482
|
+
onAnimationStartCapture?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
483
|
+
onAnimationEnd?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
484
|
+
onAnimationEndCapture?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
485
|
+
onAnimationIteration?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
486
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<SVGSVGElement> | undefined;
|
|
487
|
+
onTransitionEnd?: React.TransitionEventHandler<SVGSVGElement> | undefined;
|
|
488
|
+
onTransitionEndCapture?: React.TransitionEventHandler<SVGSVGElement> | undefined;
|
|
489
|
+
ref?: React.LegacyRef<SVGSVGElement> | undefined;
|
|
490
|
+
key?: React.Key | null | undefined;
|
|
491
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
492
|
+
};
|
|
493
|
+
export default meta;
|
|
494
|
+
export declare const Default: {
|
|
495
|
+
args: {
|
|
496
|
+
variant: string;
|
|
497
|
+
name: string;
|
|
498
|
+
};
|
|
499
|
+
render: (args: {}) => import("react/jsx-runtime").JSX.Element;
|
|
500
|
+
};
|
|
501
|
+
export declare const PreviewHeroIcon: {
|
|
502
|
+
args: {};
|
|
503
|
+
render: (args: {}) => import("react/jsx-runtime").JSX.Element;
|
|
504
|
+
};
|
|
505
|
+
export declare const PreviewMaterialIcon: {
|
|
506
|
+
args: {};
|
|
507
|
+
render: (args: {}) => import("react/jsx-runtime").JSX.Element;
|
|
508
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const iconVariants: (props?: ({
|
|
2
|
+
color?: "inherit" | "primary" | "secondary" | "tertiary" | "success" | "info" | "warning" | "error" | null | undefined;
|
|
3
|
+
size?: "inherit" | "sm" | "md" | "lg" | null | undefined;
|
|
4
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|