@neo4j-ndl/react 2.16.26 → 3.0.0-alpha-9886872
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/lib/cjs/_common/CodeBlockWrapper.js +10 -8
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/ConditionalWrap.js +1 -1
- package/lib/cjs/_common/ConditionalWrap.js.map +1 -1
- package/lib/cjs/_common/coditionalWrap.js +1 -1
- package/lib/cjs/_common/coditionalWrap.js.map +1 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +6 -20
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/cjs/_common/messages.js +1 -2
- package/lib/cjs/_common/messages.js.map +1 -1
- package/lib/cjs/{helpers → _common}/types.js +1 -2
- package/lib/cjs/_common/types.js.map +1 -0
- package/lib/cjs/accordion/Accordion.js +24 -24
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/avatar/Avatar.js +7 -17
- package/lib/cjs/avatar/Avatar.js.map +1 -1
- package/lib/cjs/banner/Banner.js +30 -25
- package/lib/cjs/banner/Banner.js.map +1 -1
- package/lib/cjs/breadcrumbs/Breadcrumbs.js +60 -90
- package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/cjs/button/Button.js +17 -33
- package/lib/cjs/button/Button.js.map +1 -1
- package/lib/cjs/button/IconButton.js +13 -21
- package/lib/cjs/button/IconButton.js.map +1 -1
- package/lib/cjs/button/IconButtonArray.js +43 -22
- package/lib/cjs/button/IconButtonArray.js.map +1 -1
- package/lib/cjs/callout/Callout.js +2 -14
- package/lib/cjs/callout/Callout.js.map +1 -1
- package/lib/cjs/charts/Axis.js +216 -0
- package/lib/cjs/charts/Axis.js.map +1 -0
- package/lib/cjs/charts/CartesianGrid.js +73 -0
- package/lib/cjs/charts/CartesianGrid.js.map +1 -0
- package/lib/cjs/charts/Chart.js +538 -0
- package/lib/cjs/charts/Chart.js.map +1 -0
- package/lib/cjs/charts/ChartTooltip.js +56 -0
- package/lib/cjs/charts/ChartTooltip.js.map +1 -0
- package/lib/cjs/charts/Charts.js +99 -0
- package/lib/cjs/charts/Charts.js.map +1 -0
- package/lib/cjs/charts/Dot.js +31 -0
- package/lib/cjs/charts/Dot.js.map +1 -0
- package/lib/cjs/charts/Legend.js +180 -0
- package/lib/cjs/charts/Legend.js.map +1 -0
- package/lib/cjs/charts/Line.js +101 -0
- package/lib/cjs/charts/Line.js.map +1 -0
- package/lib/cjs/{textarea → charts}/index.js +1 -1
- package/lib/cjs/charts/index.js.map +1 -0
- package/lib/cjs/{table/TableContext.js → charts/utils.js} +18 -14
- package/lib/cjs/charts/utils.js.map +1 -0
- package/lib/cjs/checkbox/Checkbox.js +2 -14
- package/lib/cjs/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/cjs/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/cjs/code/Code.js +179 -0
- package/lib/cjs/code/Code.js.map +1 -0
- package/lib/cjs/{code-block → code}/index.js +1 -1
- package/lib/cjs/code/index.js.map +1 -0
- package/lib/cjs/code/languages.js +49 -0
- package/lib/cjs/code/languages.js.map +1 -0
- package/lib/cjs/context-menu/ContextMenu.js +202 -319
- package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +73 -44
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/data-grid/DataGrid.js +6 -6
- package/lib/cjs/data-grid/DataGrid.js.map +1 -1
- package/lib/cjs/data-grid/illustrations/NoData.js +27 -0
- package/lib/cjs/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/cjs/date-picker/DatePicker.js +33 -10
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js +21 -35
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/divider/Divider.js +2 -14
- package/lib/cjs/divider/Divider.js.map +1 -1
- package/lib/cjs/drawer/Drawer.js +10 -8
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/dropdown/Dropdown.js +18 -34
- package/lib/cjs/dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/dropdown/Overrides.js +6 -2
- package/lib/cjs/dropdown/Overrides.js.map +1 -1
- package/lib/cjs/dropdown-button/DropdownButton.js +2 -21
- package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/{types/context-menu/SafeArea.d.ts → cjs/dropdown-button/avatar-test.stories.tsx.js} +10 -18
- package/lib/cjs/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/cjs/dropzone/Dropzone.js +4 -15
- package/lib/cjs/dropzone/Dropzone.js.map +1 -1
- package/lib/cjs/graph-label/GraphLabel.js +33 -34
- package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
- package/lib/cjs/helpers/index.js +0 -1
- package/lib/cjs/helpers/index.js.map +1 -1
- package/lib/cjs/hooks/index.js +5 -3
- package/lib/cjs/hooks/index.js.map +1 -1
- package/lib/cjs/icons/generated/heroIcons.js +917 -596
- package/lib/cjs/icons/generated/heroIcons.js.map +1 -1
- package/lib/cjs/index.js +4 -6
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/inline-edit/InlineEdit.js +12 -7
- package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
- package/lib/cjs/label/Label.js +4 -16
- package/lib/cjs/label/Label.js.map +1 -1
- package/lib/cjs/layout/Box.js +4 -16
- package/lib/cjs/layout/Box.js.map +1 -1
- package/lib/cjs/layout/Flex.js +4 -16
- package/lib/cjs/layout/Flex.js.map +1 -1
- package/lib/cjs/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/cjs/modal/Modal.js +2 -2
- package/lib/cjs/modal/Modal.js.map +1 -1
- package/lib/cjs/popover/Popover.js +89 -207
- package/lib/cjs/popover/Popover.js.map +1 -1
- package/lib/cjs/popover/use-popover.js +86 -0
- package/lib/cjs/popover/use-popover.js.map +1 -0
- package/lib/cjs/progress-bar/ProgressBar.js +2 -14
- package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
- package/lib/cjs/radio/Radio.js +2 -1
- package/lib/cjs/radio/Radio.js.map +1 -1
- package/lib/cjs/segmented-control/SegmentedControl.js +7 -19
- package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js +52 -59
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/slider/Slider.js +5 -6
- package/lib/cjs/slider/Slider.js.map +1 -1
- package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/cjs/switch/Switch.js +13 -1
- package/lib/cjs/switch/Switch.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js +11 -27
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/tag/Tag.js +5 -18
- package/lib/cjs/tag/Tag.js.map +1 -1
- package/lib/cjs/text-area/TextArea.js +70 -0
- package/lib/cjs/text-area/TextArea.js.map +1 -0
- package/lib/cjs/{cypher-code-block → text-area}/index.js +1 -1
- package/lib/cjs/text-area/index.js.map +1 -0
- package/lib/cjs/text-input/TextInput.js +14 -24
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/text-link/TextLink.js +4 -17
- package/lib/cjs/text-link/TextLink.js.map +1 -1
- package/lib/cjs/toast/Toast.js +2 -3
- package/lib/cjs/toast/Toast.js.map +1 -1
- package/lib/cjs/tooltip/Tooltip.js +125 -0
- package/lib/cjs/tooltip/Tooltip.js.map +1 -0
- package/lib/cjs/{tip → tooltip}/index.js +15 -16
- package/lib/cjs/tooltip/index.js.map +1 -0
- package/lib/cjs/tooltip/use-tooltip.js +78 -0
- package/lib/cjs/tooltip/use-tooltip.js.map +1 -0
- package/lib/cjs/tree-view/TreeView.js +4 -16
- package/lib/cjs/tree-view/TreeView.js.map +1 -1
- package/lib/cjs/tree-view/TreeViewTextItem.js +11 -7
- package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/cjs/typography/Typography.js +4 -4
- package/lib/cjs/typography/Typography.js.map +1 -1
- package/lib/cjs/widget/Widget.js +3 -15
- package/lib/cjs/widget/Widget.js.map +1 -1
- package/lib/cjs/wizard/Wizard.js +106 -80
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js +10 -8
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/ConditionalWrap.js +1 -1
- package/lib/esm/_common/ConditionalWrap.js.map +1 -1
- package/lib/esm/_common/coditionalWrap.js +1 -1
- package/lib/esm/_common/coditionalWrap.js.map +1 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +7 -21
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/esm/_common/messages.js +0 -1
- package/lib/esm/_common/messages.js.map +1 -1
- package/lib/esm/{helpers → _common}/types.js +0 -1
- package/lib/esm/_common/types.js.map +1 -0
- package/lib/esm/accordion/Accordion.js +25 -25
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/avatar/Avatar.js +7 -17
- package/lib/esm/avatar/Avatar.js.map +1 -1
- package/lib/esm/banner/Banner.js +30 -25
- package/lib/esm/banner/Banner.js.map +1 -1
- package/lib/esm/breadcrumbs/Breadcrumbs.js +39 -92
- package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/esm/button/Button.js +11 -27
- package/lib/esm/button/Button.js.map +1 -1
- package/lib/esm/button/IconButton.js +13 -21
- package/lib/esm/button/IconButton.js.map +1 -1
- package/lib/esm/button/IconButtonArray.js +43 -22
- package/lib/esm/button/IconButtonArray.js.map +1 -1
- package/lib/esm/callout/Callout.js +2 -14
- package/lib/esm/callout/Callout.js.map +1 -1
- package/lib/esm/charts/Axis.js +187 -0
- package/lib/esm/charts/Axis.js.map +1 -0
- package/lib/esm/charts/CartesianGrid.js +66 -0
- package/lib/esm/charts/CartesianGrid.js.map +1 -0
- package/lib/esm/charts/Chart.js +517 -0
- package/lib/esm/charts/Chart.js.map +1 -0
- package/lib/esm/charts/ChartTooltip.js +50 -0
- package/lib/esm/charts/ChartTooltip.js.map +1 -0
- package/lib/esm/charts/Charts.js +96 -0
- package/lib/esm/charts/Charts.js.map +1 -0
- package/lib/esm/charts/Dot.js +28 -0
- package/lib/esm/charts/Dot.js.map +1 -0
- package/lib/esm/charts/Legend.js +174 -0
- package/lib/esm/charts/Legend.js.map +1 -0
- package/lib/esm/charts/Line.js +75 -0
- package/lib/esm/charts/Line.js.map +1 -0
- package/lib/esm/charts/index.js +22 -0
- package/lib/esm/charts/index.js.map +1 -0
- package/lib/esm/{table/TableContext.js → charts/utils.js} +16 -11
- package/lib/esm/charts/utils.js.map +1 -0
- package/lib/esm/checkbox/Checkbox.js +2 -14
- package/lib/esm/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/clipboard-copier/ClipboardButton.js +16 -20
- package/lib/esm/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/esm/code/Code.js +150 -0
- package/lib/esm/code/Code.js.map +1 -0
- package/lib/{types/text-input-preview/index.d.ts → esm/code/index.js} +2 -1
- package/lib/esm/code/index.js.map +1 -0
- package/lib/esm/code/languages.js +46 -0
- package/lib/esm/code/languages.js.map +1 -0
- package/lib/esm/context-menu/ContextMenu.js +198 -295
- package/lib/esm/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/data-grid/Components.js +69 -43
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/data-grid/DataGrid.js +6 -6
- package/lib/esm/data-grid/DataGrid.js.map +1 -1
- package/lib/esm/data-grid/illustrations/NoData.js +25 -0
- package/lib/esm/data-grid/illustrations/NoData.js.map +1 -0
- package/lib/esm/date-picker/DatePicker.js +33 -10
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/dialog/Dialog.js +21 -35
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/divider/Divider.js +2 -14
- package/lib/esm/divider/Divider.js.map +1 -1
- package/lib/esm/drawer/Drawer.js +11 -9
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/dropdown/Dropdown.js +18 -34
- package/lib/esm/dropdown/Dropdown.js.map +1 -1
- package/lib/esm/dropdown/Overrides.js +6 -2
- package/lib/esm/dropdown/Overrides.js.map +1 -1
- package/lib/esm/dropdown-button/DropdownButton.js +2 -21
- package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js +27 -0
- package/lib/esm/dropdown-button/avatar-test.stories.tsx.js.map +1 -0
- package/lib/esm/dropzone/Dropzone.js +4 -15
- package/lib/esm/dropzone/Dropzone.js.map +1 -1
- package/lib/esm/graph-label/GraphLabel.js +33 -34
- package/lib/esm/graph-label/GraphLabel.js.map +1 -1
- package/lib/esm/helpers/index.js +0 -1
- package/lib/esm/helpers/index.js.map +1 -1
- package/lib/esm/hooks/index.js +1 -1
- package/lib/esm/hooks/index.js.map +1 -1
- package/lib/esm/icons/generated/heroIcons.js +904 -584
- package/lib/esm/icons/generated/heroIcons.js.map +1 -1
- package/lib/esm/index.js +4 -6
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/inline-edit/InlineEdit.js +12 -7
- package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
- package/lib/esm/label/Label.js +4 -16
- package/lib/esm/label/Label.js.map +1 -1
- package/lib/esm/layout/Box.js +6 -18
- package/lib/esm/layout/Box.js.map +1 -1
- package/lib/esm/layout/Flex.js +5 -17
- package/lib/esm/layout/Flex.js.map +1 -1
- package/lib/esm/loading-spinner/LoadingSpinner.js +2 -13
- package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/esm/modal/Modal.js +2 -2
- package/lib/esm/modal/Modal.js.map +1 -1
- package/lib/esm/popover/Popover.js +64 -204
- package/lib/esm/popover/Popover.js.map +1 -1
- package/lib/esm/popover/use-popover.js +83 -0
- package/lib/esm/popover/use-popover.js.map +1 -0
- package/lib/esm/progress-bar/ProgressBar.js +2 -14
- package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
- package/lib/esm/radio/Radio.js +2 -1
- package/lib/esm/radio/Radio.js.map +1 -1
- package/lib/esm/segmented-control/SegmentedControl.js +8 -20
- package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js +52 -59
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/slider/Slider.js +5 -6
- package/lib/esm/slider/Slider.js.map +1 -1
- package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/esm/switch/Switch.js +13 -1
- package/lib/esm/switch/Switch.js.map +1 -1
- package/lib/esm/tabs/Tabs.js +12 -28
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/tag/Tag.js +5 -18
- package/lib/esm/tag/Tag.js.map +1 -1
- package/lib/esm/text-area/TextArea.js +67 -0
- package/lib/esm/text-area/TextArea.js.map +1 -0
- package/lib/esm/{textarea → text-area}/index.js +1 -1
- package/lib/esm/text-area/index.js.map +1 -0
- package/lib/esm/text-input/TextInput.js +14 -24
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/text-link/TextLink.js +4 -17
- package/lib/esm/text-link/TextLink.js.map +1 -1
- package/lib/esm/toast/Toast.js +2 -3
- package/lib/esm/toast/Toast.js.map +1 -1
- package/lib/esm/tooltip/Tooltip.js +119 -0
- package/lib/esm/tooltip/Tooltip.js.map +1 -0
- package/lib/esm/{tip → tooltip}/index.js +0 -1
- package/lib/esm/tooltip/index.js.map +1 -0
- package/lib/esm/tooltip/use-tooltip.js +73 -0
- package/lib/esm/tooltip/use-tooltip.js.map +1 -0
- package/lib/esm/tree-view/TreeView.js +4 -16
- package/lib/esm/tree-view/TreeView.js.map +1 -1
- package/lib/esm/tree-view/TreeViewTextItem.js +11 -7
- package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/esm/typography/Typography.js +5 -5
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/widget/Widget.js +3 -15
- package/lib/esm/widget/Widget.js.map +1 -1
- package/lib/esm/wizard/Wizard.js +83 -76
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/lib/types/_common/CodeBlockWrapper.d.ts +10 -6
- package/lib/types/_common/ConditionalWrap.d.ts +2 -2
- package/lib/types/_common/coditionalWrap.d.ts +2 -2
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +15 -4
- package/lib/types/_common/input/types.d.ts +7 -9
- package/lib/types/_common/messages.d.ts +0 -1
- package/lib/types/_common/types.d.ts +40 -0
- package/lib/types/accordion/Accordion.d.ts +15 -9
- package/lib/types/avatar/Avatar.d.ts +14 -7
- package/lib/types/banner/Banner.d.ts +39 -19
- package/lib/types/breadcrumbs/Breadcrumbs.d.ts +18 -21
- package/lib/types/button/Button.d.ts +35 -13
- package/lib/types/button/IconButton.d.ts +31 -12
- package/lib/types/button/IconButtonArray.d.ts +20 -15
- package/lib/types/callout/Callout.d.ts +6 -3
- package/lib/types/charts/Axis.d.ts +37 -0
- package/lib/types/{tip/Tooltip.d.ts → charts/CartesianGrid.d.ts} +7 -6
- package/lib/types/charts/Chart.d.ts +105 -0
- package/lib/types/charts/ChartTooltip.d.ts +59 -0
- package/lib/types/charts/Charts.d.ts +94 -0
- package/lib/types/charts/Dot.d.ts +27 -0
- package/lib/types/charts/Legend.d.ts +25 -0
- package/lib/types/charts/Line.d.ts +43 -0
- package/lib/types/{textarea → charts}/index.d.ts +1 -1
- package/lib/{esm/code-block/index.js → types/charts/utils.d.ts} +3 -2
- package/lib/types/clipboard-copier/ClipboardButton.d.ts +6 -4
- package/lib/types/{code-block/CodeBlock.d.ts → code/Code.d.ts} +29 -7
- package/lib/types/{code-block → code}/index.d.ts +1 -1
- package/lib/types/code/languages.d.ts +22 -0
- package/lib/types/context-menu/ContextMenu.d.ts +43 -66
- package/lib/types/data-grid/Components.d.ts +12 -5
- package/lib/types/data-grid/DataGrid.d.ts +8 -5
- package/lib/types/data-grid/DataGridContext.d.ts +3 -3
- package/lib/types/data-grid/datagrid-types.d.ts +3 -3
- package/lib/types/data-grid/illustrations/NoData.d.ts +23 -0
- package/lib/types/date-picker/DatePicker.d.ts +6 -6
- package/lib/types/dialog/Dialog.d.ts +14 -10
- package/lib/types/divider/Divider.d.ts +6 -3
- package/lib/types/drawer/Drawer.d.ts +11 -8
- package/lib/types/dropdown/Dropdown.d.ts +4 -1
- package/lib/types/dropdown/Overrides.d.ts +1 -1
- package/lib/types/dropdown/types.d.ts +5 -6
- package/lib/types/dropdown-button/DropdownButton.d.ts +7 -2
- package/lib/{esm/cypher-code-block/index.js → types/dropdown-button/avatar-test.stories.tsx.d.ts} +3 -2
- package/lib/types/dropzone/Dropzone.d.ts +8 -2
- package/lib/types/graph-label/GraphLabel.d.ts +18 -7
- package/lib/types/helpers/index.d.ts +0 -1
- package/lib/types/hooks/index.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons.d.ts +256 -0
- package/lib/types/index.d.ts +4 -6
- package/lib/types/inline-edit/InlineEdit.d.ts +5 -2
- package/lib/types/label/Label.d.ts +4 -3
- package/lib/types/layout/Box.d.ts +6 -10
- package/lib/types/layout/Flex.d.ts +6 -11
- package/lib/types/loading-spinner/LoadingSpinner.d.ts +2 -0
- package/lib/types/modal/Modal.d.ts +6 -4
- package/lib/types/popover/Popover.d.ts +37 -66
- package/lib/types/popover/index.d.ts +4 -0
- package/lib/types/popover/use-popover.d.ts +44 -0
- package/lib/types/portal/Portal.d.ts +1 -1
- package/lib/types/progress-bar/ProgressBar.d.ts +5 -2
- package/lib/types/segmented-control/SegmentedControl.d.ts +13 -5
- package/lib/types/side-navigation/SideNavigation.d.ts +35 -19
- package/lib/types/slider/Slider.d.ts +7 -4
- package/lib/types/status-indicator/StatusIndicator.d.ts +4 -2
- package/lib/types/tabs/Tabs.d.ts +10 -19
- package/lib/types/tag/Tag.d.ts +9 -7
- package/lib/types/{textarea/Textarea.d.ts → text-area/TextArea.d.ts} +22 -6
- package/lib/types/{cypher-code-block → text-area}/index.d.ts +1 -1
- package/lib/types/text-input/TextInput.d.ts +18 -10
- package/lib/types/text-link/TextLink.d.ts +8 -6
- package/lib/types/toast/Toast.d.ts +3 -0
- package/lib/types/tooltip/Tooltip.d.ts +80 -0
- package/lib/types/{tip → tooltip}/index.d.ts +0 -1
- package/lib/types/tooltip/use-tooltip.d.ts +38 -0
- package/lib/types/tree-view/TreeView.d.ts +7 -3
- package/lib/types/tree-view/tree-view-types.d.ts +2 -2
- package/lib/types/typography/Typography.d.ts +16 -5
- package/lib/types/widget/Widget.d.ts +3 -0
- package/lib/types/wizard/Wizard.d.ts +18 -10
- package/package.json +37 -36
- package/lib/cjs/code-block/CodeBlock.js +0 -105
- package/lib/cjs/code-block/CodeBlock.js.map +0 -1
- package/lib/cjs/code-block/index.js.map +0 -1
- package/lib/cjs/code-block/languages.js +0 -303
- package/lib/cjs/code-block/languages.js.map +0 -1
- package/lib/cjs/context-menu/SafeArea.js +0 -84
- package/lib/cjs/context-menu/SafeArea.js.map +0 -1
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js +0 -74
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/cjs/cypher-code-block/index.js.map +0 -1
- package/lib/cjs/helpers/types.js.map +0 -1
- package/lib/cjs/table/Components.js +0 -264
- package/lib/cjs/table/Components.js.map +0 -1
- package/lib/cjs/table/Table.js +0 -100
- package/lib/cjs/table/Table.js.map +0 -1
- package/lib/cjs/table/TableContext.js.map +0 -1
- package/lib/cjs/table/helpers.js +0 -86
- package/lib/cjs/table/helpers.js.map +0 -1
- package/lib/cjs/table/index.js +0 -55
- package/lib/cjs/table/index.js.map +0 -1
- package/lib/cjs/text-input-preview/TextInputPreview.js +0 -75
- package/lib/cjs/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/cjs/text-input-preview/index.js +0 -38
- package/lib/cjs/text-input-preview/index.js.map +0 -1
- package/lib/cjs/textarea/Textarea.js +0 -84
- package/lib/cjs/textarea/Textarea.js.map +0 -1
- package/lib/cjs/textarea/index.js.map +0 -1
- package/lib/cjs/tip/Tip.js +0 -196
- package/lib/cjs/tip/Tip.js.map +0 -1
- package/lib/cjs/tip/Tooltip.js +0 -56
- package/lib/cjs/tip/Tooltip.js.map +0 -1
- package/lib/cjs/tip/index.js.map +0 -1
- package/lib/esm/code-block/CodeBlock.js +0 -79
- package/lib/esm/code-block/CodeBlock.js.map +0 -1
- package/lib/esm/code-block/index.js.map +0 -1
- package/lib/esm/code-block/languages.js +0 -302
- package/lib/esm/code-block/languages.js.map +0 -1
- package/lib/esm/context-menu/SafeArea.js +0 -81
- package/lib/esm/context-menu/SafeArea.js.map +0 -1
- package/lib/esm/cypher-code-block/CypherCodeBlock.js +0 -48
- package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +0 -1
- package/lib/esm/cypher-code-block/index.js.map +0 -1
- package/lib/esm/helpers/types.js.map +0 -1
- package/lib/esm/table/Components.js +0 -244
- package/lib/esm/table/Components.js.map +0 -1
- package/lib/esm/table/Table.js +0 -97
- package/lib/esm/table/Table.js.map +0 -1
- package/lib/esm/table/TableContext.js.map +0 -1
- package/lib/esm/table/helpers.js +0 -81
- package/lib/esm/table/helpers.js.map +0 -1
- package/lib/esm/table/index.js +0 -25
- package/lib/esm/table/index.js.map +0 -1
- package/lib/esm/text-input-preview/TextInputPreview.js +0 -72
- package/lib/esm/text-input-preview/TextInputPreview.js.map +0 -1
- package/lib/esm/text-input-preview/index.js +0 -22
- package/lib/esm/text-input-preview/index.js.map +0 -1
- package/lib/esm/textarea/Textarea.js +0 -81
- package/lib/esm/textarea/Textarea.js.map +0 -1
- package/lib/esm/textarea/index.js.map +0 -1
- package/lib/esm/tip/Tip.js +0 -186
- package/lib/esm/tip/Tip.js.map +0 -1
- package/lib/esm/tip/Tooltip.js +0 -50
- package/lib/esm/tip/Tooltip.js.map +0 -1
- package/lib/esm/tip/index.js.map +0 -1
- package/lib/types/code-block/languages.d.ts +0 -23
- package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +0 -33
- package/lib/types/helpers/types.d.ts +0 -42
- package/lib/types/table/Components.d.ts +0 -81
- package/lib/types/table/Table.d.ts +0 -62
- package/lib/types/table/TableContext.d.ts +0 -61
- package/lib/types/table/helpers.d.ts +0 -39
- package/lib/types/table/index.d.ts +0 -24
- package/lib/types/text-input-preview/TextInputPreview.d.ts +0 -59
- package/lib/types/tip/Tip.d.ts +0 -168
|
@@ -75,10 +75,18 @@ export declare const ArrowLeftCircleIconOutline: import("react").ForwardRefExoti
|
|
|
75
75
|
title?: string;
|
|
76
76
|
titleId?: string;
|
|
77
77
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
78
|
+
export declare const ArrowLeftEndOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
79
|
+
title?: string;
|
|
80
|
+
titleId?: string;
|
|
81
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
78
82
|
export declare const ArrowLeftOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
79
83
|
title?: string;
|
|
80
84
|
titleId?: string;
|
|
81
85
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
86
|
+
export declare const ArrowLeftStartOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
87
|
+
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
82
90
|
export declare const ArrowLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
83
91
|
title?: string;
|
|
84
92
|
titleId?: string;
|
|
@@ -111,10 +119,18 @@ export declare const ArrowRightCircleIconOutline: import("react").ForwardRefExot
|
|
|
111
119
|
title?: string;
|
|
112
120
|
titleId?: string;
|
|
113
121
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
122
|
+
export declare const ArrowRightEndOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
123
|
+
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
114
126
|
export declare const ArrowRightOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
115
127
|
title?: string;
|
|
116
128
|
titleId?: string;
|
|
117
129
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
130
|
+
export declare const ArrowRightStartOnRectangleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
131
|
+
title?: string;
|
|
132
|
+
titleId?: string;
|
|
133
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
118
134
|
export declare const ArrowRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
119
135
|
title?: string;
|
|
120
136
|
titleId?: string;
|
|
@@ -147,6 +163,38 @@ export declare const ArrowTrendingUpIconOutline: import("react").ForwardRefExoti
|
|
|
147
163
|
title?: string;
|
|
148
164
|
titleId?: string;
|
|
149
165
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
166
|
+
export declare const ArrowTurnDownLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
167
|
+
title?: string;
|
|
168
|
+
titleId?: string;
|
|
169
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
170
|
+
export declare const ArrowTurnDownRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
171
|
+
title?: string;
|
|
172
|
+
titleId?: string;
|
|
173
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
174
|
+
export declare const ArrowTurnLeftDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
175
|
+
title?: string;
|
|
176
|
+
titleId?: string;
|
|
177
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
178
|
+
export declare const ArrowTurnLeftUpIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
179
|
+
title?: string;
|
|
180
|
+
titleId?: string;
|
|
181
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
182
|
+
export declare const ArrowTurnRightDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
183
|
+
title?: string;
|
|
184
|
+
titleId?: string;
|
|
185
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
186
|
+
export declare const ArrowTurnRightUpIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
187
|
+
title?: string;
|
|
188
|
+
titleId?: string;
|
|
189
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
190
|
+
export declare const ArrowTurnUpLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
191
|
+
title?: string;
|
|
192
|
+
titleId?: string;
|
|
193
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
194
|
+
export declare const ArrowTurnUpRightIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
195
|
+
title?: string;
|
|
196
|
+
titleId?: string;
|
|
197
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
150
198
|
export declare const ArrowUpCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
151
199
|
title?: string;
|
|
152
200
|
titleId?: string;
|
|
@@ -287,6 +335,10 @@ export declare const BellIconOutline: import("react").ForwardRefExoticComponent<
|
|
|
287
335
|
title?: string;
|
|
288
336
|
titleId?: string;
|
|
289
337
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
338
|
+
export declare const BoldIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
339
|
+
title?: string;
|
|
340
|
+
titleId?: string;
|
|
341
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
290
342
|
export declare const BoltSlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
291
343
|
title?: string;
|
|
292
344
|
titleId?: string;
|
|
@@ -343,6 +395,10 @@ export declare const CalculatorIconOutline: import("react").ForwardRefExoticComp
|
|
|
343
395
|
title?: string;
|
|
344
396
|
titleId?: string;
|
|
345
397
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
398
|
+
export declare const CalendarDateRangeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
399
|
+
title?: string;
|
|
400
|
+
titleId?: string;
|
|
401
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
346
402
|
export declare const CalendarDaysIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
347
403
|
title?: string;
|
|
348
404
|
titleId?: string;
|
|
@@ -563,6 +619,10 @@ export declare const DeviceTabletIconOutline: import("react").ForwardRefExoticCo
|
|
|
563
619
|
title?: string;
|
|
564
620
|
titleId?: string;
|
|
565
621
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
622
|
+
export declare const DivideIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
623
|
+
title?: string;
|
|
624
|
+
titleId?: string;
|
|
625
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
566
626
|
export declare const DocumentArrowDownIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
567
627
|
title?: string;
|
|
568
628
|
titleId?: string;
|
|
@@ -579,6 +639,30 @@ export declare const DocumentCheckIconOutline: import("react").ForwardRefExoticC
|
|
|
579
639
|
title?: string;
|
|
580
640
|
titleId?: string;
|
|
581
641
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
642
|
+
export declare const DocumentCurrencyBangladeshiIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
643
|
+
title?: string;
|
|
644
|
+
titleId?: string;
|
|
645
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
646
|
+
export declare const DocumentCurrencyDollarIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
647
|
+
title?: string;
|
|
648
|
+
titleId?: string;
|
|
649
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
650
|
+
export declare const DocumentCurrencyEuroIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
651
|
+
title?: string;
|
|
652
|
+
titleId?: string;
|
|
653
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
654
|
+
export declare const DocumentCurrencyPoundIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
655
|
+
title?: string;
|
|
656
|
+
titleId?: string;
|
|
657
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
658
|
+
export declare const DocumentCurrencyRupeeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
659
|
+
title?: string;
|
|
660
|
+
titleId?: string;
|
|
661
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
662
|
+
export declare const DocumentCurrencyYenIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
663
|
+
title?: string;
|
|
664
|
+
titleId?: string;
|
|
665
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
582
666
|
export declare const DocumentDuplicateIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
583
667
|
title?: string;
|
|
584
668
|
titleId?: string;
|
|
@@ -623,6 +707,10 @@ export declare const EnvelopeIconOutline: import("react").ForwardRefExoticCompon
|
|
|
623
707
|
title?: string;
|
|
624
708
|
titleId?: string;
|
|
625
709
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
710
|
+
export declare const EqualsIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
711
|
+
title?: string;
|
|
712
|
+
titleId?: string;
|
|
713
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
626
714
|
export declare const ExclamationCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
627
715
|
title?: string;
|
|
628
716
|
titleId?: string;
|
|
@@ -723,6 +811,18 @@ export declare const GlobeEuropeAfricaIconOutline: import("react").ForwardRefExo
|
|
|
723
811
|
title?: string;
|
|
724
812
|
titleId?: string;
|
|
725
813
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
814
|
+
export declare const H1IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
815
|
+
title?: string;
|
|
816
|
+
titleId?: string;
|
|
817
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
818
|
+
export declare const H2IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
819
|
+
title?: string;
|
|
820
|
+
titleId?: string;
|
|
821
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
822
|
+
export declare const H3IconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
823
|
+
title?: string;
|
|
824
|
+
titleId?: string;
|
|
825
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
726
826
|
export declare const HandRaisedIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
727
827
|
title?: string;
|
|
728
828
|
titleId?: string;
|
|
@@ -771,6 +871,10 @@ export declare const InformationCircleIconOutline: import("react").ForwardRefExo
|
|
|
771
871
|
title?: string;
|
|
772
872
|
titleId?: string;
|
|
773
873
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
874
|
+
export declare const ItalicIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
875
|
+
title?: string;
|
|
876
|
+
titleId?: string;
|
|
877
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
774
878
|
export declare const KeyIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
775
879
|
title?: string;
|
|
776
880
|
titleId?: string;
|
|
@@ -787,6 +891,10 @@ export declare const LightBulbIconOutline: import("react").ForwardRefExoticCompo
|
|
|
787
891
|
title?: string;
|
|
788
892
|
titleId?: string;
|
|
789
893
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
894
|
+
export declare const LinkSlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
895
|
+
title?: string;
|
|
896
|
+
titleId?: string;
|
|
897
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
790
898
|
export declare const LinkIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
791
899
|
title?: string;
|
|
792
900
|
titleId?: string;
|
|
@@ -863,6 +971,10 @@ export declare const NoSymbolIconOutline: import("react").ForwardRefExoticCompon
|
|
|
863
971
|
title?: string;
|
|
864
972
|
titleId?: string;
|
|
865
973
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
974
|
+
export declare const NumberedListIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
975
|
+
title?: string;
|
|
976
|
+
titleId?: string;
|
|
977
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
866
978
|
export declare const PaintBrushIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
867
979
|
title?: string;
|
|
868
980
|
titleId?: string;
|
|
@@ -891,6 +1003,10 @@ export declare const PencilIconOutline: import("react").ForwardRefExoticComponen
|
|
|
891
1003
|
title?: string;
|
|
892
1004
|
titleId?: string;
|
|
893
1005
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1006
|
+
export declare const PercentBadgeIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1007
|
+
title?: string;
|
|
1008
|
+
titleId?: string;
|
|
1009
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
894
1010
|
export declare const PhoneArrowDownLeftIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
895
1011
|
title?: string;
|
|
896
1012
|
titleId?: string;
|
|
@@ -1039,6 +1155,10 @@ export declare const SignalIconOutline: import("react").ForwardRefExoticComponen
|
|
|
1039
1155
|
title?: string;
|
|
1040
1156
|
titleId?: string;
|
|
1041
1157
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1158
|
+
export declare const SlashIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1159
|
+
title?: string;
|
|
1160
|
+
titleId?: string;
|
|
1161
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1042
1162
|
export declare const SparklesIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1043
1163
|
title?: string;
|
|
1044
1164
|
titleId?: string;
|
|
@@ -1079,6 +1199,10 @@ export declare const StopIconOutline: import("react").ForwardRefExoticComponent<
|
|
|
1079
1199
|
title?: string;
|
|
1080
1200
|
titleId?: string;
|
|
1081
1201
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1202
|
+
export declare const StrikethroughIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1203
|
+
title?: string;
|
|
1204
|
+
titleId?: string;
|
|
1205
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1082
1206
|
export declare const SunIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1083
1207
|
title?: string;
|
|
1084
1208
|
titleId?: string;
|
|
@@ -1115,6 +1239,10 @@ export declare const TvIconOutline: import("react").ForwardRefExoticComponent<Om
|
|
|
1115
1239
|
title?: string;
|
|
1116
1240
|
titleId?: string;
|
|
1117
1241
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1242
|
+
export declare const UnderlineIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1243
|
+
title?: string;
|
|
1244
|
+
titleId?: string;
|
|
1245
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1118
1246
|
export declare const UserCircleIconOutline: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1119
1247
|
title?: string;
|
|
1120
1248
|
titleId?: string;
|
|
@@ -1243,10 +1371,18 @@ export declare const ArrowLeftCircleIconSolid: import("react").ForwardRefExoticC
|
|
|
1243
1371
|
title?: string;
|
|
1244
1372
|
titleId?: string;
|
|
1245
1373
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1374
|
+
export declare const ArrowLeftEndOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1375
|
+
title?: string;
|
|
1376
|
+
titleId?: string;
|
|
1377
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1246
1378
|
export declare const ArrowLeftOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1247
1379
|
title?: string;
|
|
1248
1380
|
titleId?: string;
|
|
1249
1381
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1382
|
+
export declare const ArrowLeftStartOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1383
|
+
title?: string;
|
|
1384
|
+
titleId?: string;
|
|
1385
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1250
1386
|
export declare const ArrowLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1251
1387
|
title?: string;
|
|
1252
1388
|
titleId?: string;
|
|
@@ -1279,10 +1415,18 @@ export declare const ArrowRightCircleIconSolid: import("react").ForwardRefExotic
|
|
|
1279
1415
|
title?: string;
|
|
1280
1416
|
titleId?: string;
|
|
1281
1417
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1418
|
+
export declare const ArrowRightEndOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1419
|
+
title?: string;
|
|
1420
|
+
titleId?: string;
|
|
1421
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1282
1422
|
export declare const ArrowRightOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1283
1423
|
title?: string;
|
|
1284
1424
|
titleId?: string;
|
|
1285
1425
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1426
|
+
export declare const ArrowRightStartOnRectangleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1427
|
+
title?: string;
|
|
1428
|
+
titleId?: string;
|
|
1429
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1286
1430
|
export declare const ArrowRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1287
1431
|
title?: string;
|
|
1288
1432
|
titleId?: string;
|
|
@@ -1315,6 +1459,38 @@ export declare const ArrowTrendingUpIconSolid: import("react").ForwardRefExoticC
|
|
|
1315
1459
|
title?: string;
|
|
1316
1460
|
titleId?: string;
|
|
1317
1461
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1462
|
+
export declare const ArrowTurnDownLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1463
|
+
title?: string;
|
|
1464
|
+
titleId?: string;
|
|
1465
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1466
|
+
export declare const ArrowTurnDownRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1467
|
+
title?: string;
|
|
1468
|
+
titleId?: string;
|
|
1469
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1470
|
+
export declare const ArrowTurnLeftDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1471
|
+
title?: string;
|
|
1472
|
+
titleId?: string;
|
|
1473
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1474
|
+
export declare const ArrowTurnLeftUpIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1475
|
+
title?: string;
|
|
1476
|
+
titleId?: string;
|
|
1477
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1478
|
+
export declare const ArrowTurnRightDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1479
|
+
title?: string;
|
|
1480
|
+
titleId?: string;
|
|
1481
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1482
|
+
export declare const ArrowTurnRightUpIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1483
|
+
title?: string;
|
|
1484
|
+
titleId?: string;
|
|
1485
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1486
|
+
export declare const ArrowTurnUpLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1487
|
+
title?: string;
|
|
1488
|
+
titleId?: string;
|
|
1489
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1490
|
+
export declare const ArrowTurnUpRightIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1491
|
+
title?: string;
|
|
1492
|
+
titleId?: string;
|
|
1493
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1318
1494
|
export declare const ArrowUpCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1319
1495
|
title?: string;
|
|
1320
1496
|
titleId?: string;
|
|
@@ -1455,6 +1631,10 @@ export declare const BellIconSolid: import("react").ForwardRefExoticComponent<Om
|
|
|
1455
1631
|
title?: string;
|
|
1456
1632
|
titleId?: string;
|
|
1457
1633
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1634
|
+
export declare const BoldIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1635
|
+
title?: string;
|
|
1636
|
+
titleId?: string;
|
|
1637
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1458
1638
|
export declare const BoltSlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1459
1639
|
title?: string;
|
|
1460
1640
|
titleId?: string;
|
|
@@ -1511,6 +1691,10 @@ export declare const CalculatorIconSolid: import("react").ForwardRefExoticCompon
|
|
|
1511
1691
|
title?: string;
|
|
1512
1692
|
titleId?: string;
|
|
1513
1693
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1694
|
+
export declare const CalendarDateRangeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1695
|
+
title?: string;
|
|
1696
|
+
titleId?: string;
|
|
1697
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1514
1698
|
export declare const CalendarDaysIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1515
1699
|
title?: string;
|
|
1516
1700
|
titleId?: string;
|
|
@@ -1731,6 +1915,10 @@ export declare const DeviceTabletIconSolid: import("react").ForwardRefExoticComp
|
|
|
1731
1915
|
title?: string;
|
|
1732
1916
|
titleId?: string;
|
|
1733
1917
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1918
|
+
export declare const DivideIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1919
|
+
title?: string;
|
|
1920
|
+
titleId?: string;
|
|
1921
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1734
1922
|
export declare const DocumentArrowDownIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1735
1923
|
title?: string;
|
|
1736
1924
|
titleId?: string;
|
|
@@ -1747,6 +1935,30 @@ export declare const DocumentCheckIconSolid: import("react").ForwardRefExoticCom
|
|
|
1747
1935
|
title?: string;
|
|
1748
1936
|
titleId?: string;
|
|
1749
1937
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1938
|
+
export declare const DocumentCurrencyBangladeshiIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1939
|
+
title?: string;
|
|
1940
|
+
titleId?: string;
|
|
1941
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1942
|
+
export declare const DocumentCurrencyDollarIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1943
|
+
title?: string;
|
|
1944
|
+
titleId?: string;
|
|
1945
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1946
|
+
export declare const DocumentCurrencyEuroIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1947
|
+
title?: string;
|
|
1948
|
+
titleId?: string;
|
|
1949
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1950
|
+
export declare const DocumentCurrencyPoundIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1951
|
+
title?: string;
|
|
1952
|
+
titleId?: string;
|
|
1953
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1954
|
+
export declare const DocumentCurrencyRupeeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1955
|
+
title?: string;
|
|
1956
|
+
titleId?: string;
|
|
1957
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1958
|
+
export declare const DocumentCurrencyYenIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1959
|
+
title?: string;
|
|
1960
|
+
titleId?: string;
|
|
1961
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1750
1962
|
export declare const DocumentDuplicateIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1751
1963
|
title?: string;
|
|
1752
1964
|
titleId?: string;
|
|
@@ -1791,6 +2003,10 @@ export declare const EnvelopeIconSolid: import("react").ForwardRefExoticComponen
|
|
|
1791
2003
|
title?: string;
|
|
1792
2004
|
titleId?: string;
|
|
1793
2005
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2006
|
+
export declare const EqualsIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2007
|
+
title?: string;
|
|
2008
|
+
titleId?: string;
|
|
2009
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1794
2010
|
export declare const ExclamationCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1795
2011
|
title?: string;
|
|
1796
2012
|
titleId?: string;
|
|
@@ -1891,6 +2107,18 @@ export declare const GlobeEuropeAfricaIconSolid: import("react").ForwardRefExoti
|
|
|
1891
2107
|
title?: string;
|
|
1892
2108
|
titleId?: string;
|
|
1893
2109
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2110
|
+
export declare const H1IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2111
|
+
title?: string;
|
|
2112
|
+
titleId?: string;
|
|
2113
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2114
|
+
export declare const H2IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2115
|
+
title?: string;
|
|
2116
|
+
titleId?: string;
|
|
2117
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2118
|
+
export declare const H3IconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2119
|
+
title?: string;
|
|
2120
|
+
titleId?: string;
|
|
2121
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1894
2122
|
export declare const HandRaisedIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1895
2123
|
title?: string;
|
|
1896
2124
|
titleId?: string;
|
|
@@ -1939,6 +2167,10 @@ export declare const InformationCircleIconSolid: import("react").ForwardRefExoti
|
|
|
1939
2167
|
title?: string;
|
|
1940
2168
|
titleId?: string;
|
|
1941
2169
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2170
|
+
export declare const ItalicIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2171
|
+
title?: string;
|
|
2172
|
+
titleId?: string;
|
|
2173
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1942
2174
|
export declare const KeyIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1943
2175
|
title?: string;
|
|
1944
2176
|
titleId?: string;
|
|
@@ -1955,6 +2187,10 @@ export declare const LightBulbIconSolid: import("react").ForwardRefExoticCompone
|
|
|
1955
2187
|
title?: string;
|
|
1956
2188
|
titleId?: string;
|
|
1957
2189
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2190
|
+
export declare const LinkSlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2191
|
+
title?: string;
|
|
2192
|
+
titleId?: string;
|
|
2193
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
1958
2194
|
export declare const LinkIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
1959
2195
|
title?: string;
|
|
1960
2196
|
titleId?: string;
|
|
@@ -2031,6 +2267,10 @@ export declare const NoSymbolIconSolid: import("react").ForwardRefExoticComponen
|
|
|
2031
2267
|
title?: string;
|
|
2032
2268
|
titleId?: string;
|
|
2033
2269
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2270
|
+
export declare const NumberedListIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2271
|
+
title?: string;
|
|
2272
|
+
titleId?: string;
|
|
2273
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2034
2274
|
export declare const PaintBrushIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2035
2275
|
title?: string;
|
|
2036
2276
|
titleId?: string;
|
|
@@ -2059,6 +2299,10 @@ export declare const PencilIconSolid: import("react").ForwardRefExoticComponent<
|
|
|
2059
2299
|
title?: string;
|
|
2060
2300
|
titleId?: string;
|
|
2061
2301
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2302
|
+
export declare const PercentBadgeIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2303
|
+
title?: string;
|
|
2304
|
+
titleId?: string;
|
|
2305
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2062
2306
|
export declare const PhoneArrowDownLeftIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2063
2307
|
title?: string;
|
|
2064
2308
|
titleId?: string;
|
|
@@ -2207,6 +2451,10 @@ export declare const SignalIconSolid: import("react").ForwardRefExoticComponent<
|
|
|
2207
2451
|
title?: string;
|
|
2208
2452
|
titleId?: string;
|
|
2209
2453
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2454
|
+
export declare const SlashIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2455
|
+
title?: string;
|
|
2456
|
+
titleId?: string;
|
|
2457
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2210
2458
|
export declare const SparklesIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2211
2459
|
title?: string;
|
|
2212
2460
|
titleId?: string;
|
|
@@ -2247,6 +2495,10 @@ export declare const StopIconSolid: import("react").ForwardRefExoticComponent<Om
|
|
|
2247
2495
|
title?: string;
|
|
2248
2496
|
titleId?: string;
|
|
2249
2497
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2498
|
+
export declare const StrikethroughIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2499
|
+
title?: string;
|
|
2500
|
+
titleId?: string;
|
|
2501
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2250
2502
|
export declare const SunIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2251
2503
|
title?: string;
|
|
2252
2504
|
titleId?: string;
|
|
@@ -2283,6 +2535,10 @@ export declare const TvIconSolid: import("react").ForwardRefExoticComponent<Omit
|
|
|
2283
2535
|
title?: string;
|
|
2284
2536
|
titleId?: string;
|
|
2285
2537
|
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2538
|
+
export declare const UnderlineIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2539
|
+
title?: string;
|
|
2540
|
+
titleId?: string;
|
|
2541
|
+
} & import("react").RefAttributes<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
2286
2542
|
export declare const UserCircleIconSolid: import("react").ForwardRefExoticComponent<Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
2287
2543
|
title?: string;
|
|
2288
2544
|
titleId?: string;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ export * from './accordion';
|
|
|
22
22
|
export * from './button';
|
|
23
23
|
export * from './label';
|
|
24
24
|
export * from './banner';
|
|
25
|
-
export * from './tip';
|
|
26
25
|
export * from './checkbox';
|
|
27
26
|
export * from './switch';
|
|
28
27
|
export * from './radio';
|
|
@@ -35,11 +34,10 @@ export * from './tabs';
|
|
|
35
34
|
export * from './segmented-control';
|
|
36
35
|
export * from './popover';
|
|
37
36
|
export * from './progress-bar';
|
|
38
|
-
export * from './table';
|
|
39
37
|
export * from './dropzone';
|
|
40
38
|
export * from './data-grid';
|
|
41
39
|
export * from './text-input';
|
|
42
|
-
export * from './
|
|
40
|
+
export * from './text-area';
|
|
43
41
|
export * from './text-link';
|
|
44
42
|
export * from './dropdown';
|
|
45
43
|
export * from './tag';
|
|
@@ -47,8 +45,7 @@ export * from './theme';
|
|
|
47
45
|
export * from './widget';
|
|
48
46
|
export * from './wizard';
|
|
49
47
|
export * from './graph-label';
|
|
50
|
-
export * from './code
|
|
51
|
-
export * from './cypher-code-block';
|
|
48
|
+
export * from './code';
|
|
52
49
|
export * from './status-indicator';
|
|
53
50
|
export * from './side-navigation';
|
|
54
51
|
export * from './typography';
|
|
@@ -66,4 +63,5 @@ export * from './divider';
|
|
|
66
63
|
export * from './tree-view';
|
|
67
64
|
export * from './toast';
|
|
68
65
|
export * from './callout';
|
|
69
|
-
export * from './
|
|
66
|
+
export * from './tooltip';
|
|
67
|
+
export * from './charts';
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import { type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode } from 'react';
|
|
22
|
+
import React, { type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode } from 'react';
|
|
23
23
|
import { type TooltipObjectProps } from '../_common/input/types';
|
|
24
24
|
import { Typography } from '../typography';
|
|
25
25
|
import { type TypographyVariants } from '../typography/types';
|
|
@@ -80,4 +80,7 @@ export interface InlineEditProps {
|
|
|
80
80
|
/** View mode Typography's props */
|
|
81
81
|
typographyProps?: ComponentPropsWithoutRef<typeof Typography>;
|
|
82
82
|
}
|
|
83
|
-
export declare const InlineEdit:
|
|
83
|
+
export declare const InlineEdit: React.ForwardRefExoticComponent<{
|
|
84
|
+
htmlAttributes?: import("../_common/types").HtmlAttributes<React.ElementType<any>> | undefined;
|
|
85
|
+
as?: React.ElementType<any> | undefined;
|
|
86
|
+
} & InlineEditProps & React.RefAttributes<unknown>>;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { type
|
|
22
|
+
import { type HtmlAttributes } from '../_common/types';
|
|
23
23
|
/**
|
|
24
24
|
*
|
|
25
25
|
*
|
|
@@ -28,7 +28,7 @@ import { type ElementBase } from '../helpers';
|
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare const LabelColors: readonly ["info", "success", "warning", "danger", "default"];
|
|
31
|
-
export interface EventTypeLabelProps
|
|
31
|
+
export interface EventTypeLabelProps {
|
|
32
32
|
/** Additional Classnames */
|
|
33
33
|
className?: string;
|
|
34
34
|
children: React.ReactNode | string;
|
|
@@ -36,6 +36,7 @@ export interface EventTypeLabelProps extends ElementBase {
|
|
|
36
36
|
/** Fill type of label */
|
|
37
37
|
fill?: 'filled' | 'outlined' | 'semi-filled' | 'clean';
|
|
38
38
|
/** If label should have an icon */
|
|
39
|
-
|
|
39
|
+
hasIcon?: boolean;
|
|
40
|
+
htmlAttributes: HtmlAttributes<'span'>;
|
|
40
41
|
}
|
|
41
42
|
export declare const Label: React.ForwardRefExoticComponent<EventTypeLabelProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -18,14 +18,10 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import React
|
|
22
|
-
import { type
|
|
23
|
-
type
|
|
24
|
-
|
|
25
|
-
* The DOM element to render as the Box.
|
|
26
|
-
* @default div
|
|
27
|
-
*/
|
|
28
|
-
as?: T;
|
|
21
|
+
import React from 'react';
|
|
22
|
+
import { type Radius, type Spacing } from './types';
|
|
23
|
+
import { type PolymorphicComponentPropsWithRef } from '../_common/types';
|
|
24
|
+
type BaseBoxProps = {
|
|
29
25
|
/**
|
|
30
26
|
* @default tokens.space['4']
|
|
31
27
|
*/
|
|
@@ -55,9 +51,9 @@ type BaseBoxProps<T extends CustomElementType> = {
|
|
|
55
51
|
*/
|
|
56
52
|
borderRadius?: Radius;
|
|
57
53
|
children?: React.ReactNode;
|
|
54
|
+
style?: React.CSSProperties;
|
|
58
55
|
};
|
|
59
|
-
|
|
60
|
-
type BoxComponent = <T extends CustomElementType>(props: BoxProps<T>) => React.ReactNode;
|
|
56
|
+
type BoxComponent = <T extends React.ElementType = 'div'>(props: PolymorphicComponentPropsWithRef<T, BaseBoxProps>) => React.ReactNode | null;
|
|
61
57
|
/**
|
|
62
58
|
* Box is a general-purpose container that allows for controlled use of design tokens.
|
|
63
59
|
* Use the given props to configure display behavior and styling that aligns with Needle's tokens.
|