@neo4j-ndl/react 4.0.0-alpha.0.c084490 → 4.0.0
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 +27 -27
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/index.js +23 -0
- package/lib/cjs/_common/index.js.map +1 -0
- package/lib/cjs/_common/use-semi-controlled-input.js +46 -0
- package/lib/cjs/_common/use-semi-controlled-input.js.map +1 -0
- package/lib/cjs/_common/use-semi-controlled-state.js +13 -16
- package/lib/cjs/_common/use-semi-controlled-state.js.map +1 -1
- package/lib/cjs/_common/utils.js +26 -1
- package/lib/cjs/_common/utils.js.map +1 -1
- package/lib/cjs/accordion/Accordion.js +29 -27
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/accordion/stories/index.js +7 -6
- package/lib/cjs/accordion/stories/index.js.map +1 -1
- package/lib/cjs/ai/index.js +26 -0
- package/lib/cjs/ai/index.js.map +1 -0
- package/lib/cjs/ai/presence/Presence.js +53 -0
- package/lib/cjs/ai/presence/Presence.js.map +1 -0
- package/lib/cjs/ai/presence/index.js +38 -0
- package/lib/cjs/ai/presence/index.js.map +1 -0
- package/lib/cjs/ai/presence/stories/ai-presence-default.story.js +33 -0
- package/lib/cjs/ai/presence/stories/ai-presence-default.story.js.map +1 -0
- package/lib/cjs/ai/presence/stories/ai-presence-thinking.story.js +31 -0
- package/lib/cjs/ai/presence/stories/ai-presence-thinking.story.js.map +1 -0
- package/lib/cjs/ai/presence/stories/ai-presence.stories.js +52 -0
- package/lib/cjs/ai/presence/stories/ai-presence.stories.js.map +1 -0
- package/lib/cjs/ai/presence/stories/index.js +36 -0
- package/lib/cjs/ai/presence/stories/index.js.map +1 -0
- package/lib/cjs/avatar/Avatar.js +32 -39
- package/lib/cjs/avatar/Avatar.js.map +1 -1
- package/lib/cjs/avatar/stories/avatar-sizes.story.js +1 -1
- package/lib/cjs/avatar/stories/avatar-sizes.story.js.map +1 -1
- package/lib/cjs/banner/Banner.js +51 -62
- package/lib/cjs/banner/Banner.js.map +1 -1
- package/lib/cjs/banner/stories/banner-closeable.story.js +2 -1
- package/lib/cjs/banner/stories/banner-closeable.story.js.map +1 -1
- package/lib/cjs/banner/stories/banner-global.story.js +2 -1
- package/lib/cjs/banner/stories/banner-global.story.js.map +1 -1
- package/lib/cjs/banner/stories/banner-variants.story.js +30 -0
- package/lib/cjs/banner/stories/banner-variants.story.js.map +1 -0
- package/lib/cjs/banner/stories/banner-with-actions.story.js +1 -12
- package/lib/cjs/banner/stories/banner-with-actions.story.js.map +1 -1
- package/lib/cjs/banner/stories/banner-with-icons.story.js +1 -1
- package/lib/cjs/banner/stories/banner-with-icons.story.js.map +1 -1
- package/lib/cjs/banner/stories/banner-without-title.story.js +1 -7
- package/lib/cjs/banner/stories/banner-without-title.story.js.map +1 -1
- package/lib/cjs/banner/stories/banner.stories.js +23 -17
- package/lib/cjs/banner/stories/banner.stories.js.map +1 -1
- package/lib/cjs/banner/stories/index.js +11 -10
- package/lib/cjs/banner/stories/index.js.map +1 -1
- package/lib/cjs/box/Box.js +41 -0
- package/lib/cjs/box/Box.js.map +1 -0
- package/lib/cjs/box/index.js +38 -0
- package/lib/cjs/box/index.js.map +1 -0
- package/lib/cjs/box/stories/box-default.story.js +29 -0
- package/lib/cjs/box/stories/box-default.story.js.map +1 -0
- package/lib/cjs/box/stories/box.stories.js +54 -0
- package/lib/cjs/box/stories/box.stories.js.map +1 -0
- package/lib/cjs/box/stories/index.js +32 -0
- package/lib/cjs/box/stories/index.js.map +1 -0
- package/lib/cjs/breadcrumbs/Breadcrumbs.js +57 -102
- package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-ellipses.story.js +35 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +1 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-header.story.js +36 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-header.story.js.map +1 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-pages.story.js +30 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-pages.story.js.map +1 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-steps.story.js +30 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs-steps.story.js.map +1 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs.stories.js +88 -0
- package/lib/cjs/breadcrumbs/stories/breadcrumbs.stories.js.map +1 -0
- package/lib/cjs/breadcrumbs/stories/index.js +44 -0
- package/lib/cjs/breadcrumbs/stories/index.js.map +1 -0
- package/lib/cjs/button/ButtonBase.js +22 -20
- package/lib/cjs/button/ButtonBase.js.map +1 -1
- package/lib/cjs/button/stories/button-leading-icon.story.js +1 -1
- package/lib/cjs/button/stories/button-leading-icon.story.js.map +1 -1
- package/lib/cjs/button/stories/button.stories.js +2 -9
- package/lib/cjs/button/stories/button.stories.js.map +1 -1
- package/lib/cjs/checkbox/Checkbox.js +54 -22
- package/lib/cjs/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox-controlled.story.js +32 -0
- package/lib/cjs/checkbox/stories/checkbox-controlled.story.js.map +1 -0
- package/lib/cjs/checkbox/stories/checkbox-default.story.js +1 -1
- package/lib/cjs/checkbox/stories/checkbox-default.story.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox-disabled.story.js +1 -1
- package/lib/cjs/checkbox/stories/checkbox-disabled.story.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox-has-label-before.story.js +1 -1
- package/lib/cjs/checkbox/stories/checkbox-has-label-before.story.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js +1 -1
- package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox-no-label.story.js +1 -1
- package/lib/cjs/checkbox/stories/checkbox-no-label.story.js.map +1 -1
- package/lib/cjs/checkbox/stories/checkbox.stories.js +15 -2
- package/lib/cjs/checkbox/stories/checkbox.stories.js.map +1 -1
- package/lib/cjs/checkbox/stories/index.js +6 -2
- package/lib/cjs/checkbox/stories/index.js.map +1 -1
- package/lib/cjs/clean-icon-button/CleanIconButton.js +2 -2
- package/lib/cjs/clean-icon-button/CleanIconButton.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-active.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-active.story.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-default.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-default.story.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-disabled.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-disabled.story.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-loading.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-loading.story.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-sizes.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-sizes.story.js.map +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-tone.story.js +1 -1
- package/lib/cjs/clean-icon-button/stories/clean-icon-button-tone.story.js.map +1 -1
- package/lib/cjs/clipboard-button/ClipboardButton.js +155 -0
- package/lib/cjs/clipboard-button/ClipboardButton.js.map +1 -0
- package/lib/cjs/clipboard-button/index.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-default.story.js +30 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-default.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-disabled.story.js +30 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-disabled.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-not-clean.story.js +30 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-not-clean.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-not-icon-button.story.js +30 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-not-icon-button.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-sizes.story.js +30 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-sizes.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-tooltip.story.js +38 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button-tooltip.story.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button.stories.js +119 -0
- package/lib/cjs/clipboard-button/stories/clipboard-button.stories.js.map +1 -0
- package/lib/cjs/clipboard-button/stories/index.js +52 -0
- package/lib/cjs/clipboard-button/stories/index.js.map +1 -0
- package/lib/cjs/code/Code.js +2 -2
- package/lib/cjs/code/Code.js.map +1 -1
- package/lib/cjs/code/stories/code-default.story.js +1 -1
- package/lib/cjs/code/stories/code-default.story.js.map +1 -1
- package/lib/cjs/code/stories/code-runnable.story.js +1 -1
- package/lib/cjs/code/stories/code-runnable.story.js.map +1 -1
- package/lib/cjs/code/stories/code.stories.js +3 -3
- package/lib/cjs/code/stories/code.stories.js.map +1 -1
- package/lib/cjs/code-block/CodeBlock.js +6 -6
- package/lib/cjs/code-block/CodeBlock.js.map +1 -1
- package/lib/cjs/code-block/stories/code-disabled.story.js +3 -3
- package/lib/cjs/code-block/stories/code-disabled.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-full.story.js +3 -3
- package/lib/cjs/code-block/stories/code-full.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-languages.story.js +1 -1
- package/lib/cjs/code-block/stories/code-languages.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-overflow.story.js +1 -1
- package/lib/cjs/code-block/stories/code-overflow.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-with-actions.story.js +2 -2
- package/lib/cjs/code-block/stories/code-with-actions.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-with-header.story.js +1 -1
- package/lib/cjs/code-block/stories/code-with-header.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code-with-line-numbers.story.js +1 -1
- package/lib/cjs/code-block/stories/code-with-line-numbers.story.js.map +1 -1
- package/lib/cjs/code-block/stories/code.stories.js +3 -3
- package/lib/cjs/code-block/stories/code.stories.js.map +1 -1
- package/lib/cjs/color-picker/ColorPicker.js +20 -5
- package/lib/cjs/color-picker/ColorPicker.js.map +1 -1
- package/lib/cjs/conditional-wrap/ConditionalWrap.js +0 -4
- package/lib/cjs/conditional-wrap/ConditionalWrap.js.map +1 -1
- package/lib/cjs/conditional-wrap/stories/conditional-wrap-default.story.js +1 -1
- package/lib/cjs/conditional-wrap/stories/conditional-wrap-default.story.js.map +1 -1
- package/lib/cjs/conditional-wrap/stories/conditional-wrap.stories.js +3 -3
- package/lib/cjs/conditional-wrap/stories/conditional-wrap.stories.js.map +1 -1
- package/lib/cjs/conditional-wrap/stories/index.js +2 -1
- package/lib/cjs/conditional-wrap/stories/index.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +157 -176
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/data-grid/DataGrid.js +58 -67
- package/lib/cjs/data-grid/DataGrid.js.map +1 -1
- package/lib/cjs/data-grid/data-grid-context.js +36 -0
- package/lib/cjs/data-grid/data-grid-context.js.map +1 -0
- package/lib/cjs/data-grid/data-grid-nav/selectors.js +1 -1
- package/lib/cjs/data-grid/data-grid-nav/selectors.js.map +1 -1
- package/lib/cjs/data-grid/helpers/index.js +256 -0
- package/lib/cjs/data-grid/helpers/index.js.map +1 -0
- package/lib/cjs/data-grid/index.js +3 -4
- package/lib/cjs/data-grid/index.js.map +1 -1
- package/lib/cjs/data-grid/stories/datagrid-component-overriding.story.js +111 -0
- package/lib/cjs/data-grid/stories/datagrid-component-overriding.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-in-dialog.story.js +205 -0
- package/lib/cjs/data-grid/stories/datagrid-in-dialog.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-keyboard-navigation.story.js +123 -0
- package/lib/cjs/data-grid/stories/datagrid-keyboard-navigation.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-kitchen-sink.story.js +143 -0
- package/lib/cjs/data-grid/stories/datagrid-kitchen-sink.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-no-pagination-table.story.js +62 -0
- package/lib/cjs/data-grid/stories/datagrid-no-pagination-table.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-percentage-width-columns.story.js +73 -0
- package/lib/cjs/data-grid/stories/datagrid-percentage-width-columns.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-pinned-columns.stories.js +242 -0
- package/lib/cjs/data-grid/stories/datagrid-pinned-columns.stories.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-placeholder-states.stories.js +185 -0
- package/lib/cjs/data-grid/stories/datagrid-placeholder-states.stories.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-placeholder-states.story.js +76 -0
- package/lib/cjs/data-grid/stories/datagrid-placeholder-states.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-resizable-column.story.js +78 -0
- package/lib/cjs/data-grid/stories/datagrid-resizable-column.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-search-and-filters.stories.js +236 -0
- package/lib/cjs/data-grid/stories/datagrid-search-and-filters.stories.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-selectable.story.js +86 -0
- package/lib/cjs/data-grid/stories/datagrid-selectable.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-simple.story.js +81 -0
- package/lib/cjs/data-grid/stories/datagrid-simple.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js +117 -0
- package/lib/cjs/data-grid/stories/datagrid-single-selectable.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-skeleton-loading.story.js +76 -0
- package/lib/cjs/data-grid/stories/datagrid-skeleton-loading.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-sortable.story.js +77 -0
- package/lib/cjs/data-grid/stories/datagrid-sortable.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-using-editable-cells.story.js +132 -0
- package/lib/cjs/data-grid/stories/datagrid-using-editable-cells.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid-virtualization.story.js +134 -0
- package/lib/cjs/data-grid/stories/datagrid-virtualization.story.js.map +1 -0
- package/lib/cjs/data-grid/stories/datagrid.stories.js +223 -0
- package/lib/cjs/data-grid/stories/datagrid.stories.js.map +1 -0
- package/lib/cjs/data-grid/stories/index.js +101 -0
- package/lib/cjs/data-grid/stories/index.js.map +1 -0
- package/lib/cjs/data-grid/stories/staticData.js +510 -0
- package/lib/cjs/data-grid/stories/staticData.js.map +1 -0
- package/lib/cjs/date-picker/DatePicker.js +16 -13
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-default.story.js +1 -1
- package/lib/cjs/date-picker/stories/date-picker-default.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-disabled.story.js +1 -1
- package/lib/cjs/date-picker/stories/date-picker-disabled.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-full.story.js +2 -4
- package/lib/cjs/date-picker/stories/date-picker-full.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-in-dialog.story.js +41 -0
- package/lib/cjs/date-picker/stories/date-picker-in-dialog.story.js.map +1 -0
- package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js +3 -3
- package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js +2 -2
- package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-portaled.story.js +42 -0
- package/lib/cjs/date-picker/stories/date-picker-portaled.story.js.map +1 -0
- package/lib/cjs/date-picker/stories/date-picker-range.story.js +46 -0
- package/lib/cjs/date-picker/stories/date-picker-range.story.js.map +1 -0
- package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js +2 -2
- package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js +2 -2
- package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js +3 -3
- package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker.stories.js +57 -80
- package/lib/cjs/date-picker/stories/date-picker.stories.js.map +1 -1
- package/lib/cjs/date-picker/stories/index.js +13 -5
- package/lib/cjs/date-picker/stories/index.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js +40 -29
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/dialog/dialog-types.js.map +1 -1
- package/lib/cjs/dialog/index.js +3 -15
- package/lib/cjs/dialog/index.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-danger.story.js +2 -2
- package/lib/cjs/dialog/stories/dialog-danger.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-default.story.js +2 -1
- package/lib/cjs/dialog/stories/dialog-default.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-image.story.js +1 -1
- package/lib/cjs/dialog/stories/dialog-image.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-info.story.js +2 -2
- package/lib/cjs/dialog/stories/dialog-info.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-top-aligned.story.js +2 -3
- package/lib/cjs/dialog/stories/dialog-top-aligned.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog-variants.story.js +40 -0
- package/lib/cjs/dialog/stories/dialog-variants.story.js.map +1 -0
- package/lib/cjs/dialog/stories/dialog-warning.story.js +2 -2
- package/lib/cjs/dialog/stories/dialog-warning.story.js.map +1 -1
- package/lib/cjs/dialog/stories/dialog.stories.js +22 -22
- package/lib/cjs/dialog/stories/dialog.stories.js.map +1 -1
- package/lib/cjs/dialog/stories/index.js +5 -5
- package/lib/cjs/dialog/stories/index.js.map +1 -1
- package/lib/cjs/divider/stories/divider-default.story.js +35 -0
- package/lib/cjs/divider/stories/divider-default.story.js.map +1 -0
- package/lib/cjs/divider/stories/divider-horizontal.story.js +35 -0
- package/lib/cjs/divider/stories/divider-horizontal.story.js.map +1 -0
- package/lib/cjs/divider/stories/divider-vertical.story.js +35 -0
- package/lib/cjs/divider/stories/divider-vertical.story.js.map +1 -0
- package/lib/cjs/divider/stories/divider.stories.js +67 -0
- package/lib/cjs/divider/stories/divider.stories.js.map +1 -0
- package/lib/cjs/divider/stories/index.js +38 -0
- package/lib/cjs/divider/stories/index.js.map +1 -0
- package/lib/cjs/drawer/Drawer.js +20 -19
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/drawer/stories/drawer-full.story.js +2 -2
- package/lib/cjs/drawer/stories/drawer-full.story.js.map +1 -1
- package/lib/cjs/drawer/stories/drawer-scrollable.story.js +2 -2
- package/lib/cjs/drawer/stories/drawer-scrollable.story.js.map +1 -1
- package/lib/cjs/drawer/stories/drawer.stories.js +0 -8
- package/lib/cjs/drawer/stories/drawer.stories.js.map +1 -1
- package/lib/cjs/dropdown-button/DropdownButton.js +10 -8
- package/lib/cjs/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js +1 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-menu.story.js +35 -0
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-menu.story.js.map +1 -0
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +1 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js +4 -4
- package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js.map +1 -1
- package/lib/cjs/dropdown-button/stories/index.js +5 -5
- package/lib/cjs/dropdown-button/stories/index.js.map +1 -1
- package/lib/cjs/dropzone/Dropzone.js +31 -17
- package/lib/cjs/dropzone/Dropzone.js.map +1 -1
- package/lib/cjs/dropzone/stories/dropzone-full.story.js +1 -1
- package/lib/cjs/dropzone/stories/dropzone-full.story.js.map +1 -1
- package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js +1 -1
- package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js.map +1 -1
- package/lib/cjs/flex/Flex.js +52 -0
- package/lib/cjs/flex/Flex.js.map +1 -0
- package/lib/cjs/flex/index.js +38 -0
- package/lib/cjs/flex/index.js.map +1 -0
- package/lib/cjs/flex/stories/flex-default.story.js +57 -0
- package/lib/cjs/flex/stories/flex-default.story.js.map +1 -0
- package/lib/cjs/flex/stories/flex.stories.js +48 -0
- package/lib/cjs/flex/stories/flex.stories.js.map +1 -0
- package/lib/cjs/flex/stories/index.js +32 -0
- package/lib/cjs/flex/stories/index.js.map +1 -0
- package/lib/cjs/graph-label/GraphLabel.js +10 -7
- package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
- package/lib/cjs/icon-button/IconButton.js +2 -2
- package/lib/cjs/icon-button/IconButton.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-active.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-active.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-default.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-default.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-disabled.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-disabled.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-floating.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-floating.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-loading.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-loading.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-sizes.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-sizes.story.js.map +1 -1
- package/lib/cjs/icon-button/stories/icon-button-tone.story.js +1 -1
- package/lib/cjs/icon-button/stories/icon-button-tone.story.js.map +1 -1
- package/lib/cjs/icon-button-array/IconButtonArray.js +4 -4
- package/lib/cjs/icon-button-array/IconButtonArray.js.map +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js +1 -1
- package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -1
- package/lib/cjs/icon-button-base/IconButtonBase.js +25 -23
- package/lib/cjs/icon-button-base/IconButtonBase.js.map +1 -1
- package/lib/cjs/icons/generated/custom/AddNode.js +4 -4
- package/lib/cjs/icons/generated/custom/AddNode.js.map +1 -1
- package/lib/cjs/icons/generated/custom/AlignBottom.js +4 -4
- package/lib/cjs/icons/generated/custom/AlignBottom.js.map +1 -1
- package/lib/cjs/icons/generated/custom/AlignCenter.js +4 -4
- package/lib/cjs/icons/generated/custom/AlignCenter.js.map +1 -1
- package/lib/cjs/icons/generated/custom/AlignTop.js +4 -4
- package/lib/cjs/icons/generated/custom/AlignTop.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Bold.js +4 -4
- package/lib/cjs/icons/generated/custom/Bold.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Boolean.js +4 -4
- package/lib/cjs/icons/generated/custom/Boolean.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Circle.js +4 -4
- package/lib/cjs/icons/generated/custom/Circle.js.map +1 -1
- package/lib/cjs/icons/generated/custom/CloudCheck.js +30 -0
- package/lib/cjs/icons/generated/custom/CloudCheck.js.map +1 -0
- package/lib/cjs/icons/generated/custom/CloudCross.js +30 -0
- package/lib/cjs/icons/generated/custom/CloudCross.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Configure.js +4 -4
- package/lib/cjs/icons/generated/custom/Configure.js.map +1 -1
- package/lib/cjs/icons/generated/custom/CurlyBrackets.js +4 -4
- package/lib/cjs/icons/generated/custom/CurlyBrackets.js.map +1 -1
- package/lib/cjs/icons/generated/custom/DataGridCross.js +30 -0
- package/lib/cjs/icons/generated/custom/DataGridCross.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DataScience.js +30 -0
- package/lib/cjs/icons/generated/custom/DataScience.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DatabaseCross.js +30 -0
- package/lib/cjs/icons/generated/custom/DatabaseCross.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DatabasePlug.js +30 -0
- package/lib/cjs/icons/generated/custom/DatabasePlug.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DatabasePlus.js +30 -0
- package/lib/cjs/icons/generated/custom/DatabasePlus.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DatabaseSignal.js +4 -4
- package/lib/cjs/icons/generated/custom/DatabaseSignal.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Deployments.js +30 -0
- package/lib/cjs/icons/generated/custom/Deployments.js.map +1 -0
- package/lib/cjs/icons/generated/custom/DividerSquareDash.js +30 -0
- package/lib/cjs/icons/generated/custom/DividerSquareDash.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Drag.js +4 -4
- package/lib/cjs/icons/generated/custom/Drag.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Expand.js +4 -4
- package/lib/cjs/icons/generated/custom/Expand.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Explore.js +4 -4
- package/lib/cjs/icons/generated/custom/Explore.js.map +1 -1
- package/lib/cjs/icons/generated/custom/ExternalLink.js +4 -4
- package/lib/cjs/icons/generated/custom/ExternalLink.js.map +1 -1
- package/lib/cjs/icons/generated/custom/FitToScreen.js +4 -4
- package/lib/cjs/icons/generated/custom/FitToScreen.js.map +1 -1
- package/lib/cjs/icons/generated/custom/FolderBookmark.js +4 -4
- package/lib/cjs/icons/generated/custom/FolderBookmark.js.map +1 -1
- package/lib/cjs/icons/generated/custom/FontSize.js +30 -0
- package/lib/cjs/icons/generated/custom/FontSize.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Github.js +4 -4
- package/lib/cjs/icons/generated/custom/Github.js.map +1 -1
- package/lib/cjs/icons/generated/custom/GraphCross.js +30 -0
- package/lib/cjs/icons/generated/custom/GraphCross.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Hand.js +30 -0
- package/lib/cjs/icons/generated/custom/Hand.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Headset.js +30 -0
- package/lib/cjs/icons/generated/custom/Headset.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Heartbeat.js +30 -0
- package/lib/cjs/icons/generated/custom/Heartbeat.js.map +1 -0
- package/lib/cjs/icons/generated/custom/HierarchyOne.js +30 -0
- package/lib/cjs/icons/generated/custom/HierarchyOne.js.map +1 -0
- package/lib/cjs/icons/generated/custom/HierarchyTwo.js +30 -0
- package/lib/cjs/icons/generated/custom/HierarchyTwo.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Italic.js +4 -4
- package/lib/cjs/icons/generated/custom/Italic.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Lasso.js +4 -4
- package/lib/cjs/icons/generated/custom/Lasso.js.map +1 -1
- package/lib/cjs/icons/generated/custom/ListCheck.js +8 -5
- package/lib/cjs/icons/generated/custom/ListCheck.js.map +1 -1
- package/lib/cjs/icons/generated/custom/ListNumber.js +8 -5
- package/lib/cjs/icons/generated/custom/ListNumber.js.map +1 -1
- package/lib/cjs/icons/generated/custom/LocationTarget.js +30 -0
- package/lib/cjs/icons/generated/custom/LocationTarget.js.map +1 -0
- package/lib/cjs/icons/generated/custom/MagnifyingGlassReset.js +30 -0
- package/lib/cjs/icons/generated/custom/MagnifyingGlassReset.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Markdown.js +8 -5
- package/lib/cjs/icons/generated/custom/Markdown.js.map +1 -1
- package/lib/cjs/icons/generated/custom/MenuArrowLeft.js +30 -0
- package/lib/cjs/icons/generated/custom/MenuArrowLeft.js.map +1 -0
- package/lib/cjs/icons/generated/custom/MenuArrowRight.js +30 -0
- package/lib/cjs/icons/generated/custom/MenuArrowRight.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Neo4JAiNeutral.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JAiNeutral.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JIconBlack.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JIconBlack.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JIconColor.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JIconColor.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JIconWhite.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JIconWhite.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JLogoBlack.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JLogoBlack.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JLogoColor.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JLogoColor.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Neo4JLogoWhite.js +4 -4
- package/lib/cjs/icons/generated/custom/Neo4JLogoWhite.js.map +1 -1
- package/lib/cjs/icons/generated/custom/NomLevel.js +4 -4
- package/lib/cjs/icons/generated/custom/NomLevel.js.map +1 -1
- package/lib/cjs/icons/generated/custom/PanelBottom.js +30 -0
- package/lib/cjs/icons/generated/custom/PanelBottom.js.map +1 -0
- package/lib/cjs/icons/generated/custom/PanelLeft.js +30 -0
- package/lib/cjs/icons/generated/custom/PanelLeft.js.map +1 -0
- package/lib/cjs/icons/generated/custom/PanelRight.js +30 -0
- package/lib/cjs/icons/generated/custom/PanelRight.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Pin.js +4 -4
- package/lib/cjs/icons/generated/custom/Pin.js.map +1 -1
- package/lib/cjs/icons/generated/custom/PlanView.js +4 -4
- package/lib/cjs/icons/generated/custom/PlanView.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Presentation.js +4 -4
- package/lib/cjs/icons/generated/custom/Presentation.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Query.js +4 -4
- package/lib/cjs/icons/generated/custom/Query.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Quote.js +8 -5
- package/lib/cjs/icons/generated/custom/Quote.js.map +1 -1
- package/lib/cjs/icons/generated/custom/ResizeCorner.js +4 -4
- package/lib/cjs/icons/generated/custom/ResizeCorner.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Rhombus.js +4 -4
- package/lib/cjs/icons/generated/custom/Rhombus.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Select.js +4 -4
- package/lib/cjs/icons/generated/custom/Select.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Shrink.js +4 -4
- package/lib/cjs/icons/generated/custom/Shrink.js.map +1 -1
- package/lib/cjs/icons/generated/custom/SingleValue.js +8 -5
- package/lib/cjs/icons/generated/custom/SingleValue.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Square.js +4 -4
- package/lib/cjs/icons/generated/custom/Square.js.map +1 -1
- package/lib/cjs/icons/generated/custom/SquareDash.js +30 -0
- package/lib/cjs/icons/generated/custom/SquareDash.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Text.js +4 -4
- package/lib/cjs/icons/generated/custom/Text.js.map +1 -1
- package/lib/cjs/icons/generated/custom/ThreePanel.js +30 -0
- package/lib/cjs/icons/generated/custom/ThreePanel.js.map +1 -0
- package/lib/cjs/icons/generated/custom/Triangle.js +4 -4
- package/lib/cjs/icons/generated/custom/Triangle.js.map +1 -1
- package/lib/cjs/icons/generated/custom/Underline.js +4 -4
- package/lib/cjs/icons/generated/custom/Underline.js.map +1 -1
- package/lib/cjs/icons/generated/custom/UserShield.js +30 -0
- package/lib/cjs/icons/generated/custom/UserShield.js.map +1 -0
- package/lib/cjs/icons/generated/custom/VisualizeBloom.js +4 -4
- package/lib/cjs/icons/generated/custom/VisualizeBloom.js.map +1 -1
- package/lib/cjs/icons/generated/custom/index.js +54 -50
- package/lib/cjs/icons/generated/custom/index.js.map +1 -1
- package/lib/cjs/icons/manual/Neo4JAiColor.js +15 -11
- package/lib/cjs/icons/manual/Neo4JAiColor.js.map +1 -1
- package/lib/cjs/index.js +15 -22
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/inline-edit/InlineEdit.js +84 -106
- package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
- package/lib/cjs/inline-edit/stories/index.js +64 -0
- package/lib/cjs/inline-edit/stories/index.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-controlled-editing.story.js +29 -0
- package/lib/cjs/inline-edit/stories/inline-edit-controlled-editing.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-controlled-value.story.js +39 -0
- package/lib/cjs/inline-edit/stories/inline-edit-controlled-value.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-default.story.js +26 -0
- package/lib/cjs/inline-edit/stories/inline-edit-default.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-disabled.story.js +27 -0
- package/lib/cjs/inline-edit/stories/inline-edit-disabled.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-fluid.story.js +29 -0
- package/lib/cjs/inline-edit/stories/inline-edit-fluid.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-header.story.js +29 -0
- package/lib/cjs/inline-edit/stories/inline-edit-header.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js +27 -0
- package/lib/cjs/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-with-edit-icon.story.js +27 -0
- package/lib/cjs/inline-edit/stories/inline-edit-with-edit-icon.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit-with-placeholder.story.js +27 -0
- package/lib/cjs/inline-edit/stories/inline-edit-with-placeholder.story.js.map +1 -0
- package/lib/cjs/inline-edit/stories/inline-edit.stories.js +160 -0
- package/lib/cjs/inline-edit/stories/inline-edit.stories.js.map +1 -0
- package/lib/cjs/inline-edit/utils.js +8 -53
- package/lib/cjs/inline-edit/utils.js.map +1 -1
- package/lib/cjs/kbd/Kbd.js +66 -0
- package/lib/cjs/kbd/Kbd.js.map +1 -0
- package/lib/cjs/kbd/index.js +26 -0
- package/lib/cjs/kbd/index.js.map +1 -0
- package/lib/cjs/kbd/kbd-utils.js +98 -0
- package/lib/cjs/kbd/kbd-utils.js.map +1 -0
- package/lib/cjs/kbd/stories/index.js +36 -0
- package/lib/cjs/kbd/stories/index.js.map +1 -0
- package/lib/cjs/kbd/stories/kbd-default.story.js +30 -0
- package/lib/cjs/kbd/stories/kbd-default.story.js.map +1 -0
- package/lib/cjs/kbd/stories/kbd.stories.js +63 -0
- package/lib/cjs/kbd/stories/kbd.stories.js.map +1 -0
- package/lib/cjs/kbd/stories/kdb-sequence.story.js +30 -0
- package/lib/cjs/kbd/stories/kdb-sequence.story.js.map +1 -0
- package/lib/cjs/loading-bar/LoadingBar.js +37 -0
- package/lib/cjs/loading-bar/LoadingBar.js.map +1 -0
- package/lib/cjs/loading-bar/index.js +1 -1
- package/lib/cjs/loading-bar/index.js.map +1 -1
- package/lib/cjs/loading-bar/stories/loading-bar.stories.js +10 -10
- package/lib/cjs/loading-bar/stories/loading-bar.stories.js.map +1 -1
- package/lib/cjs/loading-spinner/LoadingSpinner.js +20 -18
- package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/cjs/logo/stories/index.js +40 -0
- package/lib/cjs/logo/stories/index.js.map +1 -0
- package/lib/cjs/logo/stories/logo-black.story.js +30 -0
- package/lib/cjs/logo/stories/logo-black.story.js.map +1 -0
- package/lib/cjs/logo/stories/logo-default.story.js +30 -0
- package/lib/cjs/logo/stories/logo-default.story.js.map +1 -0
- package/lib/cjs/logo/stories/logo-icon.story.js +30 -0
- package/lib/cjs/logo/stories/logo-icon.story.js.map +1 -0
- package/lib/cjs/logo/stories/logo.stories.js +88 -0
- package/lib/cjs/logo/stories/logo.stories.js.map +1 -0
- package/lib/cjs/menu/Menu.js +265 -0
- package/lib/cjs/menu/Menu.js.map +1 -0
- package/lib/cjs/menu/index.js +38 -0
- package/lib/cjs/menu/index.js.map +1 -0
- package/lib/cjs/menu/menu-types.js +23 -0
- package/lib/cjs/menu/menu-types.js.map +1 -0
- package/lib/cjs/menu/stories/index.js +72 -0
- package/lib/cjs/menu/stories/index.js.map +1 -0
- package/lib/cjs/menu/stories/menu-custom-items.story.js +33 -0
- package/lib/cjs/menu/stories/menu-custom-items.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-default.story.js +45 -0
- package/lib/cjs/menu/stories/menu-default.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-in-dialog.story.js +38 -0
- package/lib/cjs/menu/stories/menu-in-dialog.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-in-popover.story.js +34 -0
- package/lib/cjs/menu/stories/menu-in-popover.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-nested.story.js +34 -0
- package/lib/cjs/menu/stories/menu-nested.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-placements.story.js +45 -0
- package/lib/cjs/menu/stories/menu-placements.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-with-category.story.js +36 -0
- package/lib/cjs/menu/stories/menu-with-category.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-with-disabled-item.story.js +36 -0
- package/lib/cjs/menu/stories/menu-with-disabled-item.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-with-divider.story.js +36 -0
- package/lib/cjs/menu/stories/menu-with-divider.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-with-icon.story.js +34 -0
- package/lib/cjs/menu/stories/menu-with-icon.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js +34 -0
- package/lib/cjs/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -0
- package/lib/cjs/menu/stories/menu.stories.js +183 -0
- package/lib/cjs/menu/stories/menu.stories.js.map +1 -0
- package/lib/cjs/modal/Modal.js +20 -8
- package/lib/cjs/modal/Modal.js.map +1 -1
- package/lib/cjs/next/index.js +0 -17
- package/lib/cjs/next/index.js.map +1 -1
- package/lib/cjs/popover/Popover.js +21 -14
- package/lib/cjs/popover/Popover.js.map +1 -1
- package/lib/cjs/popover/stories/index.js +48 -0
- package/lib/cjs/popover/stories/index.js.map +1 -0
- package/lib/cjs/popover/stories/popover-custom-offset.story.js +71 -0
- package/lib/cjs/popover/stories/popover-custom-offset.story.js.map +1 -0
- package/lib/cjs/popover/stories/popover-default.story.js +30 -0
- package/lib/cjs/popover/stories/popover-default.story.js.map +1 -0
- package/lib/cjs/popover/stories/popover-in-dialog.story.js +33 -0
- package/lib/cjs/popover/stories/popover-in-dialog.story.js.map +1 -0
- package/lib/cjs/popover/stories/popover-no-button-wrapper.story.js +30 -0
- package/lib/cjs/popover/stories/popover-no-button-wrapper.story.js.map +1 -0
- package/lib/cjs/popover/stories/popover-separate-anchor.story.js +33 -0
- package/lib/cjs/popover/stories/popover-separate-anchor.story.js.map +1 -0
- package/lib/cjs/popover/stories/popover.stories.js +97 -0
- package/lib/cjs/popover/stories/popover.stories.js.map +1 -0
- package/lib/cjs/popover/use-popover.js +4 -2
- package/lib/cjs/popover/use-popover.js.map +1 -1
- package/lib/cjs/progress-bar/ProgressBar.js +20 -18
- package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
- package/lib/cjs/radio/Radio.js +34 -18
- package/lib/cjs/radio/Radio.js.map +1 -1
- package/lib/cjs/radio/stories/index.js +6 -2
- package/lib/cjs/radio/stories/index.js.map +1 -1
- package/lib/cjs/radio/stories/radio-controlled.story.js +32 -0
- package/lib/cjs/radio/stories/radio-controlled.story.js.map +1 -0
- package/lib/cjs/radio/stories/radio-custom-label.story.js +1 -1
- package/lib/cjs/radio/stories/radio-custom-label.story.js.map +1 -1
- package/lib/cjs/radio/stories/radio-default.story.js +1 -1
- package/lib/cjs/radio/stories/radio-default.story.js.map +1 -1
- package/lib/cjs/radio/stories/radio-disabled.story.js +1 -1
- package/lib/cjs/radio/stories/radio-disabled.story.js.map +1 -1
- package/lib/cjs/radio/stories/radio-has-label-before.story.js +1 -1
- package/lib/cjs/radio/stories/radio-has-label-before.story.js.map +1 -1
- package/lib/cjs/radio/stories/radio-no-label.story.js +1 -1
- package/lib/cjs/radio/stories/radio-no-label.story.js.map +1 -1
- package/lib/cjs/radio/stories/radio.stories.js +32 -24
- package/lib/cjs/radio/stories/radio.stories.js.map +1 -1
- package/lib/cjs/segmented-control/SegmentedControl.js +8 -5
- package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
- package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -1
- package/lib/cjs/select/Overrides.js +18 -15
- package/lib/cjs/select/Overrides.js.map +1 -1
- package/lib/cjs/select/Select.js +45 -46
- package/lib/cjs/select/Select.js.map +1 -1
- package/lib/cjs/select/stories/index.js +5 -5
- package/lib/cjs/select/stories/index.js.map +1 -1
- package/lib/cjs/select/stories/select-default.story.js +1 -1
- package/lib/cjs/select/stories/select-default.story.js.map +1 -1
- package/lib/cjs/select/stories/select-inside-dialog.story.js +44 -0
- package/lib/cjs/select/stories/select-inside-dialog.story.js.map +1 -0
- package/lib/cjs/select/stories/select.stories.js +32 -32
- package/lib/cjs/select/stories/select.stories.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js +293 -130
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/side-navigation/side-navigation-context.js +39 -0
- package/lib/cjs/side-navigation/side-navigation-context.js.map +1 -0
- package/lib/cjs/side-navigation/side-navigation-types.js +23 -0
- package/lib/cjs/side-navigation/side-navigation-types.js.map +1 -0
- package/lib/cjs/side-navigation/stories/index.js +44 -0
- package/lib/cjs/side-navigation/stories/index.js.map +1 -0
- package/lib/cjs/side-navigation/stories/side-nav-badges.story.js +55 -0
- package/lib/cjs/side-navigation/stories/side-nav-badges.story.js.map +1 -0
- package/lib/cjs/side-navigation/stories/side-nav-compact.story.js +33 -0
- package/lib/cjs/side-navigation/stories/side-nav-compact.story.js.map +1 -0
- package/lib/cjs/side-navigation/stories/side-nav-default.story.js +34 -0
- package/lib/cjs/side-navigation/stories/side-nav-default.story.js.map +1 -0
- package/lib/cjs/side-navigation/stories/side-nav-secondary.story.js +35 -0
- package/lib/cjs/side-navigation/stories/side-nav-secondary.story.js.map +1 -0
- package/lib/cjs/side-navigation/stories/side-nav.stories.js +92 -0
- package/lib/cjs/side-navigation/stories/side-nav.stories.js.map +1 -0
- package/lib/cjs/skeleton/Skeleton.js +11 -9
- package/lib/cjs/skeleton/Skeleton.js.map +1 -1
- package/lib/cjs/skeleton/stories/index.js +48 -0
- package/lib/cjs/skeleton/stories/index.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton-circular.story.js +30 -0
- package/lib/cjs/skeleton/stories/skeleton-circular.story.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton-default.story.js +30 -0
- package/lib/cjs/skeleton/stories/skeleton-default.story.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton-full-example.story.js +30 -0
- package/lib/cjs/skeleton/stories/skeleton-full-example.story.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton-inherit-height.story.js +30 -0
- package/lib/cjs/skeleton/stories/skeleton-inherit-height.story.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton-inherit-width.story.js +30 -0
- package/lib/cjs/skeleton/stories/skeleton-inherit-width.story.js.map +1 -0
- package/lib/cjs/skeleton/stories/skeleton.stories.js +137 -0
- package/lib/cjs/skeleton/stories/skeleton.stories.js.map +1 -0
- package/lib/cjs/slider/Slider.js +7 -4
- package/lib/cjs/slider/Slider.js.map +1 -1
- package/lib/cjs/spotlight/Spotlight.js +15 -37
- package/lib/cjs/spotlight/Spotlight.js.map +1 -1
- package/lib/cjs/spotlight/SpotlightProvider.js +79 -1
- package/lib/cjs/spotlight/SpotlightProvider.js.map +1 -1
- package/lib/cjs/spotlight/SpotlightTarget.js +44 -4
- package/lib/cjs/spotlight/SpotlightTarget.js.map +1 -1
- package/lib/cjs/spotlight/SpotlightTour.js +22 -44
- package/lib/cjs/spotlight/SpotlightTour.js.map +1 -1
- package/lib/cjs/spotlight/stories/index.js +14 -9
- package/lib/cjs/spotlight/stories/index.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-in-dialog.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js +4 -10
- package/lib/cjs/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-on-tabs.story.js +38 -0
- package/lib/cjs/spotlight/stories/spotlight-on-tabs.story.js.map +1 -0
- package/lib/cjs/spotlight/stories/spotlight-tour.story.js +1 -1
- package/lib/cjs/spotlight/stories/spotlight-tour.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-with-icon.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-with-image.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-with-image.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-with-label.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-with-label.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js +4 -9
- package/lib/cjs/spotlight/stories/spotlight-with-pointer.story.js.map +1 -1
- package/lib/cjs/spotlight/stories/spotlight.stories.js +16 -1
- package/lib/cjs/spotlight/stories/spotlight.stories.js.map +1 -1
- package/lib/cjs/spotlight/use-indicator.js +19 -9
- package/lib/cjs/spotlight/use-indicator.js.map +1 -1
- package/lib/cjs/spotlight/use-spotlight.js +6 -6
- package/lib/cjs/spotlight/use-spotlight.js.map +1 -1
- package/lib/cjs/status-indicator/StatusIndicator.js +23 -21
- package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/cjs/status-indicator/stories/index.js +5 -5
- package/lib/cjs/status-indicator/stories/index.js.map +1 -1
- package/lib/cjs/status-indicator/stories/status-indicator-variants.story.js +30 -0
- package/lib/cjs/status-indicator/stories/status-indicator-variants.story.js.map +1 -0
- package/lib/cjs/status-indicator/stories/status-indicator.stories.js +10 -10
- package/lib/cjs/status-indicator/stories/status-indicator.stories.js.map +1 -1
- package/lib/cjs/status-label/StatusLabel.js +129 -0
- package/lib/cjs/status-label/StatusLabel.js.map +1 -0
- package/lib/cjs/status-label/index.js +38 -0
- package/lib/cjs/status-label/index.js.map +1 -0
- package/lib/cjs/status-label/stories/index.js +44 -0
- package/lib/cjs/status-label/stories/index.js.map +1 -0
- package/lib/cjs/status-label/stories/status-label-colors.story.js +30 -0
- package/lib/cjs/status-label/stories/status-label-colors.story.js.map +1 -0
- package/lib/cjs/status-label/stories/status-label-default.story.js +30 -0
- package/lib/cjs/status-label/stories/status-label-default.story.js.map +1 -0
- package/lib/cjs/status-label/stories/status-label-fills.story.js +30 -0
- package/lib/cjs/status-label/stories/status-label-fills.story.js.map +1 -0
- package/lib/cjs/status-label/stories/status-label-with-icons.story.js +30 -0
- package/lib/cjs/status-label/stories/status-label-with-icons.story.js.map +1 -0
- package/lib/cjs/status-label/stories/status-label.stories.js +92 -0
- package/lib/cjs/status-label/stories/status-label.stories.js.map +1 -0
- package/lib/cjs/switch/Switch.js +55 -32
- package/lib/cjs/switch/Switch.js.map +1 -1
- package/lib/cjs/switch/stories/index.js +5 -5
- package/lib/cjs/switch/stories/index.js.map +1 -1
- package/lib/cjs/switch/stories/switch-controlled.story.js +32 -0
- package/lib/cjs/switch/stories/switch-controlled.story.js.map +1 -0
- package/lib/cjs/switch/stories/switch-default.story.js +1 -1
- package/lib/cjs/switch/stories/switch-default.story.js.map +1 -1
- package/lib/cjs/switch/stories/switch-disabled.story.js +1 -1
- package/lib/cjs/switch/stories/switch-disabled.story.js.map +1 -1
- package/lib/cjs/switch/stories/switch-full.story.js +1 -1
- package/lib/cjs/switch/stories/switch-full.story.js.map +1 -1
- package/lib/cjs/switch/stories/switch-has-label-before.story.js +1 -1
- package/lib/cjs/switch/stories/switch-has-label-before.story.js.map +1 -1
- package/lib/cjs/switch/stories/switch-no-label.story.js +1 -1
- package/lib/cjs/switch/stories/switch-no-label.story.js.map +1 -1
- package/lib/cjs/switch/stories/switch.stories.js +17 -17
- package/lib/cjs/switch/stories/switch.stories.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js +152 -20
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/tabs/stories/index.js +9 -1
- package/lib/cjs/tabs/stories/index.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs-badge.story.js +32 -0
- package/lib/cjs/tabs/stories/tabs-badge.story.js.map +1 -0
- package/lib/cjs/tabs/stories/tabs-default.story.js +2 -2
- package/lib/cjs/tabs/stories/tabs-default.story.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs-disabled.story.js +2 -2
- package/lib/cjs/tabs/stories/tabs-disabled.story.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs-fill-variants.story.js +3 -3
- package/lib/cjs/tabs/stories/tabs-fill-variants.story.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs-overflow.story.js +32 -0
- package/lib/cjs/tabs/stories/tabs-overflow.story.js.map +1 -0
- package/lib/cjs/tabs/stories/tabs-sizes.story.js +3 -3
- package/lib/cjs/tabs/stories/tabs-sizes.story.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs-with-icons.story.js +1 -1
- package/lib/cjs/tabs/stories/tabs-with-icons.story.js.map +1 -1
- package/lib/cjs/tabs/stories/tabs.stories.js +27 -1
- package/lib/cjs/tabs/stories/tabs.stories.js.map +1 -1
- package/lib/cjs/tabs/use-tabs-scroll-overflow.js +104 -0
- package/lib/cjs/tabs/use-tabs-scroll-overflow.js.map +1 -0
- package/lib/cjs/tag/Tag.js +9 -7
- package/lib/cjs/tag/Tag.js.map +1 -1
- package/lib/cjs/text-area/TextArea.js +13 -11
- package/lib/cjs/text-area/TextArea.js.map +1 -1
- package/lib/cjs/text-area/stories/text-area-information-icon.story.js +1 -1
- package/lib/cjs/text-input/TextInput.js +11 -8
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-disabled.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-disabled.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-full.story.js +3 -3
- package/lib/cjs/text-input/stories/text-input-full.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-information-icon.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-loading.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-loading.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-optional.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-optional.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-password.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-password.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-required.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-required.story.js.map +1 -1
- package/lib/cjs/text-input/stories/text-input-with-icons.story.js +1 -1
- package/lib/cjs/text-input/stories/text-input-with-icons.story.js.map +1 -1
- package/lib/cjs/text-link/TextLink.js +9 -7
- package/lib/cjs/text-link/TextLink.js.map +1 -1
- package/lib/cjs/text-overflow/TextOverflow.js +30 -26
- package/lib/cjs/text-overflow/TextOverflow.js.map +1 -1
- package/lib/cjs/text-overflow/stories/character-limit.story.js +3 -2
- package/lib/cjs/text-overflow/stories/character-limit.story.js.map +1 -1
- package/lib/cjs/text-overflow/stories/expand-collapse-buttons.story.js +3 -2
- package/lib/cjs/text-overflow/stories/expand-collapse-buttons.story.js.map +1 -1
- package/lib/cjs/text-overflow/stories/line-clamp.story.js +3 -2
- package/lib/cjs/text-overflow/stories/line-clamp.story.js.map +1 -1
- package/lib/cjs/text-overflow/stories/mixed-content.story.js +2 -1
- package/lib/cjs/text-overflow/stories/mixed-content.story.js.map +1 -1
- package/lib/cjs/text-overflow/stories/text-overflow.stories.js +22 -8
- package/lib/cjs/text-overflow/stories/text-overflow.stories.js.map +1 -1
- package/lib/cjs/text-overflow/stories/width-based-truncation.story.js +3 -2
- package/lib/cjs/text-overflow/stories/width-based-truncation.story.js.map +1 -1
- package/lib/cjs/text-overflow/use-truncate-with-button.js +4 -4
- package/lib/cjs/text-overflow/use-truncate-with-button.js.map +1 -1
- package/lib/cjs/theme/ThemeProvider.js +7 -4
- package/lib/cjs/theme/ThemeProvider.js.map +1 -1
- package/lib/cjs/time-picker/TimePicker.js +15 -13
- package/lib/cjs/time-picker/TimePicker.js.map +1 -1
- package/lib/cjs/time-picker/stories/index.js +36 -0
- package/lib/cjs/time-picker/stories/index.js.map +1 -0
- package/lib/cjs/time-picker/stories/time-picker-default.story.js +32 -0
- package/lib/cjs/time-picker/stories/time-picker-default.story.js.map +1 -0
- package/lib/cjs/time-picker/stories/time-picker-in-dialog.story.js +32 -0
- package/lib/cjs/time-picker/stories/time-picker-in-dialog.story.js.map +1 -0
- package/lib/cjs/time-picker/stories/time-picker.stories.js +63 -0
- package/lib/cjs/time-picker/stories/time-picker.stories.js.map +1 -0
- package/lib/cjs/toast/Toast.js +27 -39
- package/lib/cjs/toast/Toast.js.map +1 -1
- package/lib/cjs/tooltip/Tooltip.js +2 -29
- package/lib/cjs/tooltip/Tooltip.js.map +1 -1
- package/lib/cjs/tooltip/stories/index.js +9 -5
- package/lib/cjs/tooltip/stories/index.js.map +1 -1
- package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js +4 -1
- package/lib/cjs/tooltip/stories/tooltip-in-dialog.story.js.map +1 -1
- package/lib/cjs/tooltip/stories/tooltip-rich-link.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-rich-link.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip-rich.story.js +1 -1
- package/lib/cjs/tooltip/stories/tooltip-rich.story.js.map +1 -1
- package/lib/cjs/tooltip/stories/tooltip-with-keyboard-shortcut.story.js +30 -0
- package/lib/cjs/tooltip/stories/tooltip-with-keyboard-shortcut.story.js.map +1 -0
- package/lib/cjs/tooltip/stories/tooltip.stories.js +17 -4
- package/lib/cjs/tooltip/stories/tooltip.stories.js.map +1 -1
- package/lib/cjs/tooltip/use-tooltip.js +5 -2
- package/lib/cjs/tooltip/use-tooltip.js.map +1 -1
- package/lib/cjs/tree-view/TreeView.js +7 -3
- package/lib/cjs/tree-view/TreeView.js.map +1 -1
- package/lib/cjs/tree-view/TreeViewItem.js.map +1 -1
- package/lib/cjs/tree-view/TreeViewTextItem.js +2 -2
- package/lib/cjs/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/cjs/tree-view/stories/index.js +40 -0
- package/lib/cjs/tree-view/stories/index.js.map +1 -0
- package/lib/cjs/tree-view/stories/treeview-custom.story.js +92 -0
- package/lib/cjs/tree-view/stories/treeview-custom.story.js.map +1 -0
- package/lib/cjs/tree-view/stories/treeview-default.story.js +249 -0
- package/lib/cjs/tree-view/stories/treeview-default.story.js.map +1 -0
- package/lib/cjs/tree-view/stories/treeview-skeleton-loading.story.js +90 -0
- package/lib/cjs/tree-view/stories/treeview-skeleton-loading.story.js.map +1 -0
- package/lib/cjs/tree-view/stories/treeview.stories.js +72 -0
- package/lib/cjs/tree-view/stories/treeview.stories.js.map +1 -0
- package/lib/cjs/typography/Typography.js +5 -2
- package/lib/cjs/typography/Typography.js.map +1 -1
- package/lib/cjs/typography/stories/index.js +35 -0
- package/lib/cjs/typography/stories/index.js.map +1 -0
- package/lib/cjs/typography/stories/typography-anchor.story.js +25 -0
- package/lib/cjs/typography/stories/typography-anchor.story.js.map +1 -0
- package/lib/cjs/typography/stories/typography-default.story.js +22 -0
- package/lib/cjs/typography/stories/typography-default.story.js.map +1 -0
- package/lib/cjs/typography/stories/typography-variants.story.js +24 -0
- package/lib/cjs/typography/stories/typography-variants.story.js.map +1 -0
- package/lib/cjs/typography/stories/typography.stories.js +72 -0
- package/lib/cjs/typography/stories/typography.stories.js.map +1 -0
- package/lib/cjs/wizard/Wizard.js +11 -8
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js +20 -23
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/index.js +22 -0
- package/lib/esm/_common/index.js.map +1 -0
- package/lib/esm/_common/use-semi-controlled-input.js +43 -0
- package/lib/esm/_common/use-semi-controlled-input.js.map +1 -0
- package/lib/esm/_common/use-semi-controlled-state.js +13 -16
- package/lib/esm/_common/use-semi-controlled-state.js.map +1 -1
- package/lib/esm/_common/utils.js +23 -0
- package/lib/esm/_common/utils.js.map +1 -1
- package/lib/esm/accordion/Accordion.js +13 -14
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/accordion/stories/index.js +7 -6
- package/lib/esm/accordion/stories/index.js.map +1 -1
- package/lib/esm/ai/index.js +22 -0
- package/lib/esm/ai/index.js.map +1 -0
- package/lib/esm/ai/presence/Presence.js +47 -0
- package/lib/esm/ai/presence/Presence.js.map +1 -0
- package/lib/esm/ai/presence/index.js +22 -0
- package/lib/esm/ai/presence/index.js.map +1 -0
- package/lib/esm/ai/presence/stories/ai-presence-default.story.js +31 -0
- package/lib/esm/ai/presence/stories/ai-presence-default.story.js.map +1 -0
- package/lib/esm/ai/presence/stories/ai-presence-thinking.story.js +29 -0
- package/lib/esm/ai/presence/stories/ai-presence-thinking.story.js.map +1 -0
- package/lib/esm/ai/presence/stories/ai-presence.stories.js +49 -0
- package/lib/esm/ai/presence/stories/ai-presence.stories.js.map +1 -0
- package/lib/esm/ai/presence/stories/index.js +28 -0
- package/lib/esm/ai/presence/stories/index.js.map +1 -0
- package/lib/esm/avatar/Avatar.js +24 -34
- package/lib/esm/avatar/Avatar.js.map +1 -1
- package/lib/esm/avatar/stories/avatar-sizes.story.js +1 -1
- package/lib/esm/avatar/stories/avatar-sizes.story.js.map +1 -1
- package/lib/esm/banner/Banner.js +45 -57
- package/lib/esm/banner/Banner.js.map +1 -1
- package/lib/esm/banner/stories/banner-closeable.story.js +3 -2
- package/lib/esm/banner/stories/banner-closeable.story.js.map +1 -1
- package/lib/esm/banner/stories/banner-global.story.js +3 -2
- package/lib/esm/banner/stories/banner-global.story.js.map +1 -1
- package/lib/esm/banner/stories/banner-variants.story.js +28 -0
- package/lib/esm/banner/stories/banner-variants.story.js.map +1 -0
- package/lib/esm/banner/stories/banner-with-actions.story.js +3 -14
- package/lib/esm/banner/stories/banner-with-actions.story.js.map +1 -1
- package/lib/esm/banner/stories/banner-with-icons.story.js +1 -1
- package/lib/esm/banner/stories/banner-with-icons.story.js.map +1 -1
- package/lib/esm/banner/stories/banner-without-title.story.js +2 -8
- package/lib/esm/banner/stories/banner-without-title.story.js.map +1 -1
- package/lib/esm/banner/stories/banner.stories.js +23 -17
- package/lib/esm/banner/stories/banner.stories.js.map +1 -1
- package/lib/esm/banner/stories/index.js +9 -8
- package/lib/esm/banner/stories/index.js.map +1 -1
- package/lib/esm/box/Box.js +37 -0
- package/lib/esm/box/Box.js.map +1 -0
- package/lib/esm/box/index.js +22 -0
- package/lib/esm/box/index.js.map +1 -0
- package/lib/esm/box/stories/box-default.story.js +27 -0
- package/lib/esm/box/stories/box-default.story.js.map +1 -0
- package/lib/esm/box/stories/box.stories.js +51 -0
- package/lib/esm/box/stories/box.stories.js.map +1 -0
- package/lib/esm/box/stories/index.js +25 -0
- package/lib/esm/box/stories/index.js.map +1 -0
- package/lib/esm/breadcrumbs/Breadcrumbs.js +51 -100
- package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/esm/breadcrumbs/stories/breadcrumbs-ellipses.story.js +33 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +1 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-header.story.js +34 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-header.story.js.map +1 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-pages.story.js +28 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-pages.story.js.map +1 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-steps.story.js +28 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs-steps.story.js.map +1 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs.stories.js +85 -0
- package/lib/esm/breadcrumbs/stories/breadcrumbs.stories.js.map +1 -0
- package/lib/esm/breadcrumbs/stories/index.js +34 -0
- package/lib/esm/breadcrumbs/stories/index.js.map +1 -0
- package/lib/esm/button/ButtonBase.js +15 -16
- package/lib/esm/button/ButtonBase.js.map +1 -1
- package/lib/esm/button/stories/button-leading-icon.story.js +1 -1
- package/lib/esm/button/stories/button-leading-icon.story.js.map +1 -1
- package/lib/esm/button/stories/button.stories.js +1 -8
- package/lib/esm/button/stories/button.stories.js.map +1 -1
- package/lib/esm/checkbox/Checkbox.js +55 -23
- package/lib/esm/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox-controlled.story.js +30 -0
- package/lib/esm/checkbox/stories/checkbox-controlled.story.js.map +1 -0
- package/lib/esm/checkbox/stories/checkbox-default.story.js +1 -1
- package/lib/esm/checkbox/stories/checkbox-default.story.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox-disabled.story.js +1 -1
- package/lib/esm/checkbox/stories/checkbox-disabled.story.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox-has-label-before.story.js +1 -1
- package/lib/esm/checkbox/stories/checkbox-has-label-before.story.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js +1 -1
- package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox-no-label.story.js +1 -1
- package/lib/esm/checkbox/stories/checkbox-no-label.story.js.map +1 -1
- package/lib/esm/checkbox/stories/checkbox.stories.js +15 -2
- package/lib/esm/checkbox/stories/checkbox.stories.js.map +1 -1
- package/lib/esm/checkbox/stories/index.js +4 -1
- package/lib/esm/checkbox/stories/index.js.map +1 -1
- package/lib/esm/clean-icon-button/CleanIconButton.js +2 -2
- package/lib/esm/clean-icon-button/CleanIconButton.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-active.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-active.story.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-default.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-default.story.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-disabled.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-disabled.story.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-loading.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-loading.story.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-sizes.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-sizes.story.js.map +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-tone.story.js +1 -1
- package/lib/esm/clean-icon-button/stories/clean-icon-button-tone.story.js.map +1 -1
- package/lib/esm/clipboard-button/ClipboardButton.js +148 -0
- package/lib/esm/clipboard-button/ClipboardButton.js.map +1 -0
- package/lib/esm/clipboard-button/index.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-default.story.js +28 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-default.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-disabled.story.js +28 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-disabled.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-not-clean.story.js +28 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-not-clean.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-not-icon-button.story.js +28 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-not-icon-button.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-sizes.story.js +28 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-sizes.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-tooltip.story.js +36 -0
- package/lib/esm/clipboard-button/stories/clipboard-button-tooltip.story.js.map +1 -0
- package/lib/esm/clipboard-button/stories/clipboard-button.stories.js +116 -0
- package/lib/esm/clipboard-button/stories/clipboard-button.stories.js.map +1 -0
- package/lib/esm/clipboard-button/stories/index.js +40 -0
- package/lib/esm/clipboard-button/stories/index.js.map +1 -0
- package/lib/esm/code/Code.js +2 -2
- package/lib/esm/code/Code.js.map +1 -1
- package/lib/esm/code/stories/code-default.story.js +1 -1
- package/lib/esm/code/stories/code-default.story.js.map +1 -1
- package/lib/esm/code/stories/code-runnable.story.js +1 -1
- package/lib/esm/code/stories/code-runnable.story.js.map +1 -1
- package/lib/esm/code/stories/code.stories.js +3 -3
- package/lib/esm/code/stories/code.stories.js.map +1 -1
- package/lib/esm/code-block/CodeBlock.js +6 -6
- package/lib/esm/code-block/CodeBlock.js.map +1 -1
- package/lib/esm/code-block/stories/code-disabled.story.js +3 -3
- package/lib/esm/code-block/stories/code-disabled.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-full.story.js +3 -3
- package/lib/esm/code-block/stories/code-full.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-languages.story.js +1 -1
- package/lib/esm/code-block/stories/code-languages.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-overflow.story.js +1 -1
- package/lib/esm/code-block/stories/code-overflow.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-with-actions.story.js +2 -2
- package/lib/esm/code-block/stories/code-with-actions.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-with-header.story.js +1 -1
- package/lib/esm/code-block/stories/code-with-header.story.js.map +1 -1
- package/lib/esm/code-block/stories/code-with-line-numbers.story.js +1 -1
- package/lib/esm/code-block/stories/code-with-line-numbers.story.js.map +1 -1
- package/lib/esm/code-block/stories/code.stories.js +3 -3
- package/lib/esm/code-block/stories/code.stories.js.map +1 -1
- package/lib/esm/color-picker/ColorPicker.js +20 -5
- package/lib/esm/color-picker/ColorPicker.js.map +1 -1
- package/lib/esm/conditional-wrap/ConditionalWrap.js +0 -4
- package/lib/esm/conditional-wrap/ConditionalWrap.js.map +1 -1
- package/lib/esm/conditional-wrap/stories/conditional-wrap-default.story.js +2 -2
- package/lib/esm/conditional-wrap/stories/conditional-wrap-default.story.js.map +1 -1
- package/lib/esm/conditional-wrap/stories/conditional-wrap.stories.js +3 -3
- package/lib/esm/conditional-wrap/stories/conditional-wrap.stories.js.map +1 -1
- package/lib/esm/conditional-wrap/stories/index.js +2 -1
- package/lib/esm/conditional-wrap/stories/index.js.map +1 -1
- package/lib/esm/data-grid/Components.js +122 -140
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/data-grid/DataGrid.js +53 -64
- package/lib/esm/data-grid/DataGrid.js.map +1 -1
- package/lib/esm/data-grid/data-grid-context.js +32 -0
- package/lib/esm/data-grid/data-grid-context.js.map +1 -0
- package/lib/esm/data-grid/data-grid-nav/selectors.js +1 -1
- package/lib/esm/data-grid/data-grid-nav/selectors.js.map +1 -1
- package/lib/esm/data-grid/helpers/index.js +248 -0
- package/lib/esm/data-grid/helpers/index.js.map +1 -0
- package/lib/esm/data-grid/index.js +2 -2
- package/lib/esm/data-grid/index.js.map +1 -1
- package/lib/esm/data-grid/stories/datagrid-component-overriding.story.js +109 -0
- package/lib/esm/data-grid/stories/datagrid-component-overriding.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-in-dialog.story.js +203 -0
- package/lib/esm/data-grid/stories/datagrid-in-dialog.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-keyboard-navigation.story.js +121 -0
- package/lib/esm/data-grid/stories/datagrid-keyboard-navigation.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-kitchen-sink.story.js +141 -0
- package/lib/esm/data-grid/stories/datagrid-kitchen-sink.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-no-pagination-table.story.js +60 -0
- package/lib/esm/data-grid/stories/datagrid-no-pagination-table.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-percentage-width-columns.story.js +71 -0
- package/lib/esm/data-grid/stories/datagrid-percentage-width-columns.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-pinned-columns.stories.js +236 -0
- package/lib/esm/data-grid/stories/datagrid-pinned-columns.stories.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-placeholder-states.stories.js +179 -0
- package/lib/esm/data-grid/stories/datagrid-placeholder-states.stories.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-placeholder-states.story.js +74 -0
- package/lib/esm/data-grid/stories/datagrid-placeholder-states.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-resizable-column.story.js +76 -0
- package/lib/esm/data-grid/stories/datagrid-resizable-column.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-search-and-filters.stories.js +231 -0
- package/lib/esm/data-grid/stories/datagrid-search-and-filters.stories.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-selectable.story.js +84 -0
- package/lib/esm/data-grid/stories/datagrid-selectable.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-simple.story.js +79 -0
- package/lib/esm/data-grid/stories/datagrid-simple.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js +115 -0
- package/lib/esm/data-grid/stories/datagrid-single-selectable.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-skeleton-loading.story.js +74 -0
- package/lib/esm/data-grid/stories/datagrid-skeleton-loading.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-sortable.story.js +75 -0
- package/lib/esm/data-grid/stories/datagrid-sortable.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-using-editable-cells.story.js +130 -0
- package/lib/esm/data-grid/stories/datagrid-using-editable-cells.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid-virtualization.story.js +132 -0
- package/lib/esm/data-grid/stories/datagrid-virtualization.story.js.map +1 -0
- package/lib/esm/data-grid/stories/datagrid.stories.js +220 -0
- package/lib/esm/data-grid/stories/datagrid.stories.js.map +1 -0
- package/lib/esm/data-grid/stories/index.js +75 -0
- package/lib/esm/data-grid/stories/index.js.map +1 -0
- package/lib/esm/data-grid/stories/staticData.js +507 -0
- package/lib/esm/data-grid/stories/staticData.js.map +1 -0
- package/lib/esm/date-picker/DatePicker.js +13 -10
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-default.story.js +1 -1
- package/lib/esm/date-picker/stories/date-picker-default.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-disabled.story.js +1 -1
- package/lib/esm/date-picker/stories/date-picker-disabled.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-full.story.js +2 -4
- package/lib/esm/date-picker/stories/date-picker-full.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-in-dialog.story.js +39 -0
- package/lib/esm/date-picker/stories/date-picker-in-dialog.story.js.map +1 -0
- package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js +3 -3
- package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js +2 -2
- package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-portaled.story.js +40 -0
- package/lib/esm/date-picker/stories/date-picker-portaled.story.js.map +1 -0
- package/lib/esm/date-picker/stories/date-picker-range.story.js +44 -0
- package/lib/esm/date-picker/stories/date-picker-range.story.js.map +1 -0
- package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js +2 -2
- package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js +2 -2
- package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js +3 -3
- package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker.stories.js +57 -77
- package/lib/esm/date-picker/stories/date-picker.stories.js.map +1 -1
- package/lib/esm/date-picker/stories/index.js +9 -3
- package/lib/esm/date-picker/stories/index.js.map +1 -1
- package/lib/esm/dialog/Dialog.js +34 -22
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/dialog/dialog-types.js.map +1 -1
- package/lib/esm/dialog/index.js +1 -1
- package/lib/esm/dialog/index.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-danger.story.js +2 -2
- package/lib/esm/dialog/stories/dialog-danger.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-default.story.js +4 -3
- package/lib/esm/dialog/stories/dialog-default.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-image.story.js +1 -1
- package/lib/esm/dialog/stories/dialog-image.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-info.story.js +2 -2
- package/lib/esm/dialog/stories/dialog-info.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-top-aligned.story.js +2 -3
- package/lib/esm/dialog/stories/dialog-top-aligned.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog-variants.story.js +38 -0
- package/lib/esm/dialog/stories/dialog-variants.story.js.map +1 -0
- package/lib/esm/dialog/stories/dialog-warning.story.js +2 -2
- package/lib/esm/dialog/stories/dialog-warning.story.js.map +1 -1
- package/lib/esm/dialog/stories/dialog.stories.js +22 -22
- package/lib/esm/dialog/stories/dialog.stories.js.map +1 -1
- package/lib/esm/dialog/stories/index.js +3 -3
- package/lib/esm/dialog/stories/index.js.map +1 -1
- package/lib/esm/divider/stories/divider-default.story.js +33 -0
- package/lib/esm/divider/stories/divider-default.story.js.map +1 -0
- package/lib/esm/divider/stories/divider-horizontal.story.js +33 -0
- package/lib/esm/divider/stories/divider-horizontal.story.js.map +1 -0
- package/lib/esm/divider/stories/divider-vertical.story.js +33 -0
- package/lib/esm/divider/stories/divider-vertical.story.js.map +1 -0
- package/lib/esm/divider/stories/divider.stories.js +64 -0
- package/lib/esm/divider/stories/divider.stories.js.map +1 -0
- package/lib/esm/divider/stories/index.js +29 -0
- package/lib/esm/divider/stories/index.js.map +1 -0
- package/lib/esm/drawer/Drawer.js +11 -12
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/drawer/stories/drawer-full.story.js +2 -2
- package/lib/esm/drawer/stories/drawer-full.story.js.map +1 -1
- package/lib/esm/drawer/stories/drawer-scrollable.story.js +2 -2
- package/lib/esm/drawer/stories/drawer-scrollable.story.js.map +1 -1
- package/lib/esm/drawer/stories/drawer.stories.js +0 -8
- package/lib/esm/drawer/stories/drawer.stories.js.map +1 -1
- package/lib/esm/dropdown-button/DropdownButton.js +3 -4
- package/lib/esm/dropdown-button/DropdownButton.js.map +1 -1
- package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js +1 -1
- package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -1
- package/lib/esm/dropdown-button/stories/dropdown-button-with-menu.story.js +33 -0
- package/lib/esm/dropdown-button/stories/dropdown-button-with-menu.story.js.map +1 -0
- package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +1 -1
- package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -1
- package/lib/esm/dropdown-button/stories/dropdown-button.stories.js +4 -4
- package/lib/esm/dropdown-button/stories/dropdown-button.stories.js.map +1 -1
- package/lib/esm/dropdown-button/stories/index.js +3 -3
- package/lib/esm/dropdown-button/stories/index.js.map +1 -1
- package/lib/esm/dropzone/Dropzone.js +25 -14
- package/lib/esm/dropzone/Dropzone.js.map +1 -1
- package/lib/esm/dropzone/stories/dropzone-full.story.js +1 -1
- package/lib/esm/dropzone/stories/dropzone-full.story.js.map +1 -1
- package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js +1 -1
- package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js.map +1 -1
- package/lib/esm/flex/Flex.js +48 -0
- package/lib/esm/flex/Flex.js.map +1 -0
- package/lib/esm/flex/index.js +22 -0
- package/lib/esm/flex/index.js.map +1 -0
- package/lib/esm/flex/stories/flex-default.story.js +55 -0
- package/lib/esm/flex/stories/flex-default.story.js.map +1 -0
- package/lib/esm/flex/stories/flex.stories.js +45 -0
- package/lib/esm/flex/stories/flex.stories.js.map +1 -0
- package/lib/esm/flex/stories/index.js +25 -0
- package/lib/esm/flex/stories/index.js.map +1 -0
- package/lib/esm/graph-label/GraphLabel.js +1 -1
- package/lib/esm/graph-label/GraphLabel.js.map +1 -1
- package/lib/esm/icon-button/IconButton.js +2 -2
- package/lib/esm/icon-button/IconButton.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-active.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-active.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-default.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-default.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-disabled.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-disabled.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-floating.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-floating.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-loading.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-loading.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-sizes.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-sizes.story.js.map +1 -1
- package/lib/esm/icon-button/stories/icon-button-tone.story.js +1 -1
- package/lib/esm/icon-button/stories/icon-button-tone.story.js.map +1 -1
- package/lib/esm/icon-button-array/IconButtonArray.js +2 -2
- package/lib/esm/icon-button-array/IconButtonArray.js.map +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js +1 -1
- package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -1
- package/lib/esm/icon-button-base/IconButtonBase.js +18 -19
- package/lib/esm/icon-button-base/IconButtonBase.js.map +1 -1
- package/lib/esm/icons/generated/custom/AddNode.js +4 -4
- package/lib/esm/icons/generated/custom/AddNode.js.map +1 -1
- package/lib/esm/icons/generated/custom/AlignBottom.js +4 -4
- package/lib/esm/icons/generated/custom/AlignBottom.js.map +1 -1
- package/lib/esm/icons/generated/custom/AlignCenter.js +4 -4
- package/lib/esm/icons/generated/custom/AlignCenter.js.map +1 -1
- package/lib/esm/icons/generated/custom/AlignTop.js +4 -4
- package/lib/esm/icons/generated/custom/AlignTop.js.map +1 -1
- package/lib/esm/icons/generated/custom/Bold.js +4 -4
- package/lib/esm/icons/generated/custom/Bold.js.map +1 -1
- package/lib/esm/icons/generated/custom/Boolean.js +4 -4
- package/lib/esm/icons/generated/custom/Boolean.js.map +1 -1
- package/lib/esm/icons/generated/custom/Circle.js +4 -4
- package/lib/esm/icons/generated/custom/Circle.js.map +1 -1
- package/lib/esm/icons/generated/custom/CloudCheck.js +28 -0
- package/lib/esm/icons/generated/custom/CloudCheck.js.map +1 -0
- package/lib/esm/icons/generated/custom/CloudCross.js +28 -0
- package/lib/esm/icons/generated/custom/CloudCross.js.map +1 -0
- package/lib/esm/icons/generated/custom/Configure.js +4 -4
- package/lib/esm/icons/generated/custom/Configure.js.map +1 -1
- package/lib/esm/icons/generated/custom/CurlyBrackets.js +4 -4
- package/lib/esm/icons/generated/custom/CurlyBrackets.js.map +1 -1
- package/lib/esm/icons/generated/custom/DataGridCross.js +28 -0
- package/lib/esm/icons/generated/custom/DataGridCross.js.map +1 -0
- package/lib/esm/icons/generated/custom/DataScience.js +28 -0
- package/lib/esm/icons/generated/custom/DataScience.js.map +1 -0
- package/lib/esm/icons/generated/custom/DatabaseCross.js +28 -0
- package/lib/esm/icons/generated/custom/DatabaseCross.js.map +1 -0
- package/lib/esm/icons/generated/custom/DatabasePlug.js +28 -0
- package/lib/esm/icons/generated/custom/DatabasePlug.js.map +1 -0
- package/lib/esm/icons/generated/custom/DatabasePlus.js +28 -0
- package/lib/esm/icons/generated/custom/DatabasePlus.js.map +1 -0
- package/lib/esm/icons/generated/custom/DatabaseSignal.js +4 -4
- package/lib/esm/icons/generated/custom/DatabaseSignal.js.map +1 -1
- package/lib/esm/icons/generated/custom/Deployments.js +28 -0
- package/lib/esm/icons/generated/custom/Deployments.js.map +1 -0
- package/lib/esm/icons/generated/custom/DividerSquareDash.js +28 -0
- package/lib/esm/icons/generated/custom/DividerSquareDash.js.map +1 -0
- package/lib/esm/icons/generated/custom/Drag.js +4 -4
- package/lib/esm/icons/generated/custom/Drag.js.map +1 -1
- package/lib/esm/icons/generated/custom/Expand.js +4 -4
- package/lib/esm/icons/generated/custom/Expand.js.map +1 -1
- package/lib/esm/icons/generated/custom/Explore.js +4 -4
- package/lib/esm/icons/generated/custom/Explore.js.map +1 -1
- package/lib/esm/icons/generated/custom/ExternalLink.js +4 -4
- package/lib/esm/icons/generated/custom/ExternalLink.js.map +1 -1
- package/lib/esm/icons/generated/custom/FitToScreen.js +4 -4
- package/lib/esm/icons/generated/custom/FitToScreen.js.map +1 -1
- package/lib/esm/icons/generated/custom/FolderBookmark.js +4 -4
- package/lib/esm/icons/generated/custom/FolderBookmark.js.map +1 -1
- package/lib/esm/icons/generated/custom/FontSize.js +28 -0
- package/lib/esm/icons/generated/custom/FontSize.js.map +1 -0
- package/lib/esm/icons/generated/custom/Github.js +4 -4
- package/lib/esm/icons/generated/custom/Github.js.map +1 -1
- package/lib/esm/icons/generated/custom/GraphCross.js +28 -0
- package/lib/esm/icons/generated/custom/GraphCross.js.map +1 -0
- package/lib/esm/icons/generated/custom/Hand.js +28 -0
- package/lib/esm/icons/generated/custom/Hand.js.map +1 -0
- package/lib/esm/icons/generated/custom/Headset.js +28 -0
- package/lib/esm/icons/generated/custom/Headset.js.map +1 -0
- package/lib/esm/icons/generated/custom/Heartbeat.js +28 -0
- package/lib/esm/icons/generated/custom/Heartbeat.js.map +1 -0
- package/lib/esm/icons/generated/custom/HierarchyOne.js +28 -0
- package/lib/esm/icons/generated/custom/HierarchyOne.js.map +1 -0
- package/lib/esm/icons/generated/custom/HierarchyTwo.js +28 -0
- package/lib/esm/icons/generated/custom/HierarchyTwo.js.map +1 -0
- package/lib/esm/icons/generated/custom/Italic.js +4 -4
- package/lib/esm/icons/generated/custom/Italic.js.map +1 -1
- package/lib/esm/icons/generated/custom/Lasso.js +4 -4
- package/lib/esm/icons/generated/custom/Lasso.js.map +1 -1
- package/lib/esm/icons/generated/custom/ListCheck.js +6 -3
- package/lib/esm/icons/generated/custom/ListCheck.js.map +1 -1
- package/lib/esm/icons/generated/custom/ListNumber.js +6 -3
- package/lib/esm/icons/generated/custom/ListNumber.js.map +1 -1
- package/lib/esm/icons/generated/custom/LocationTarget.js +28 -0
- package/lib/esm/icons/generated/custom/LocationTarget.js.map +1 -0
- package/lib/esm/icons/generated/custom/MagnifyingGlassReset.js +28 -0
- package/lib/esm/icons/generated/custom/MagnifyingGlassReset.js.map +1 -0
- package/lib/esm/icons/generated/custom/Markdown.js +6 -3
- package/lib/esm/icons/generated/custom/Markdown.js.map +1 -1
- package/lib/esm/icons/generated/custom/MenuArrowLeft.js +28 -0
- package/lib/esm/icons/generated/custom/MenuArrowLeft.js.map +1 -0
- package/lib/esm/icons/generated/custom/MenuArrowRight.js +28 -0
- package/lib/esm/icons/generated/custom/MenuArrowRight.js.map +1 -0
- package/lib/esm/icons/generated/custom/Neo4JAiNeutral.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JAiNeutral.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JIconBlack.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JIconBlack.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JIconColor.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JIconColor.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JIconWhite.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JIconWhite.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JLogoBlack.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JLogoBlack.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JLogoColor.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JLogoColor.js.map +1 -1
- package/lib/esm/icons/generated/custom/Neo4JLogoWhite.js +4 -4
- package/lib/esm/icons/generated/custom/Neo4JLogoWhite.js.map +1 -1
- package/lib/esm/icons/generated/custom/NomLevel.js +4 -4
- package/lib/esm/icons/generated/custom/NomLevel.js.map +1 -1
- package/lib/esm/icons/generated/custom/PanelBottom.js +28 -0
- package/lib/esm/icons/generated/custom/PanelBottom.js.map +1 -0
- package/lib/esm/icons/generated/custom/PanelLeft.js +28 -0
- package/lib/esm/icons/generated/custom/PanelLeft.js.map +1 -0
- package/lib/esm/icons/generated/custom/PanelRight.js +28 -0
- package/lib/esm/icons/generated/custom/PanelRight.js.map +1 -0
- package/lib/esm/icons/generated/custom/Pin.js +4 -4
- package/lib/esm/icons/generated/custom/Pin.js.map +1 -1
- package/lib/esm/icons/generated/custom/PlanView.js +4 -4
- package/lib/esm/icons/generated/custom/PlanView.js.map +1 -1
- package/lib/esm/icons/generated/custom/Presentation.js +4 -4
- package/lib/esm/icons/generated/custom/Presentation.js.map +1 -1
- package/lib/esm/icons/generated/custom/Query.js +4 -4
- package/lib/esm/icons/generated/custom/Query.js.map +1 -1
- package/lib/esm/icons/generated/custom/Quote.js +6 -3
- package/lib/esm/icons/generated/custom/Quote.js.map +1 -1
- package/lib/esm/icons/generated/custom/ResizeCorner.js +4 -4
- package/lib/esm/icons/generated/custom/ResizeCorner.js.map +1 -1
- package/lib/esm/icons/generated/custom/Rhombus.js +4 -4
- package/lib/esm/icons/generated/custom/Rhombus.js.map +1 -1
- package/lib/esm/icons/generated/custom/Select.js +4 -4
- package/lib/esm/icons/generated/custom/Select.js.map +1 -1
- package/lib/esm/icons/generated/custom/Shrink.js +4 -4
- package/lib/esm/icons/generated/custom/Shrink.js.map +1 -1
- package/lib/esm/icons/generated/custom/SingleValue.js +6 -3
- package/lib/esm/icons/generated/custom/SingleValue.js.map +1 -1
- package/lib/esm/icons/generated/custom/Square.js +4 -4
- package/lib/esm/icons/generated/custom/Square.js.map +1 -1
- package/lib/esm/icons/generated/custom/SquareDash.js +28 -0
- package/lib/esm/icons/generated/custom/SquareDash.js.map +1 -0
- package/lib/esm/icons/generated/custom/Text.js +4 -4
- package/lib/esm/icons/generated/custom/Text.js.map +1 -1
- package/lib/esm/icons/generated/custom/ThreePanel.js +28 -0
- package/lib/esm/icons/generated/custom/ThreePanel.js.map +1 -0
- package/lib/esm/icons/generated/custom/Triangle.js +4 -4
- package/lib/esm/icons/generated/custom/Triangle.js.map +1 -1
- package/lib/esm/icons/generated/custom/Underline.js +4 -4
- package/lib/esm/icons/generated/custom/Underline.js.map +1 -1
- package/lib/esm/icons/generated/custom/UserShield.js +28 -0
- package/lib/esm/icons/generated/custom/UserShield.js.map +1 -0
- package/lib/esm/icons/generated/custom/VisualizeBloom.js +4 -4
- package/lib/esm/icons/generated/custom/VisualizeBloom.js.map +1 -1
- package/lib/esm/icons/generated/custom/index.js +26 -24
- package/lib/esm/icons/generated/custom/index.js.map +1 -1
- package/lib/esm/icons/manual/Neo4JAiColor.js +12 -7
- package/lib/esm/icons/manual/Neo4JAiColor.js.map +1 -1
- package/lib/esm/index.js +8 -11
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/inline-edit/InlineEdit.js +79 -104
- package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
- package/lib/esm/inline-edit/stories/index.js +49 -0
- package/lib/esm/inline-edit/stories/index.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-controlled-editing.story.js +27 -0
- package/lib/esm/inline-edit/stories/inline-edit-controlled-editing.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-controlled-value.story.js +37 -0
- package/lib/esm/inline-edit/stories/inline-edit-controlled-value.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-default.story.js +24 -0
- package/lib/esm/inline-edit/stories/inline-edit-default.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-disabled.story.js +25 -0
- package/lib/esm/inline-edit/stories/inline-edit-disabled.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-fluid.story.js +27 -0
- package/lib/esm/inline-edit/stories/inline-edit-fluid.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-header.story.js +27 -0
- package/lib/esm/inline-edit/stories/inline-edit-header.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js +25 -0
- package/lib/esm/inline-edit/stories/inline-edit-no-confirm-on-blur.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-with-edit-icon.story.js +25 -0
- package/lib/esm/inline-edit/stories/inline-edit-with-edit-icon.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit-with-placeholder.story.js +25 -0
- package/lib/esm/inline-edit/stories/inline-edit-with-placeholder.story.js.map +1 -0
- package/lib/esm/inline-edit/stories/inline-edit.stories.js +157 -0
- package/lib/esm/inline-edit/stories/inline-edit.stories.js.map +1 -0
- package/lib/esm/inline-edit/utils.js +6 -46
- package/lib/esm/inline-edit/utils.js.map +1 -1
- package/lib/esm/kbd/Kbd.js +59 -0
- package/lib/esm/kbd/Kbd.js.map +1 -0
- package/lib/esm/kbd/index.js +22 -0
- package/lib/esm/kbd/index.js.map +1 -0
- package/lib/esm/kbd/kbd-utils.js +93 -0
- package/lib/esm/kbd/kbd-utils.js.map +1 -0
- package/lib/esm/kbd/stories/index.js +28 -0
- package/lib/esm/kbd/stories/index.js.map +1 -0
- package/lib/esm/kbd/stories/kbd-default.story.js +28 -0
- package/lib/esm/kbd/stories/kbd-default.story.js.map +1 -0
- package/lib/esm/kbd/stories/kbd.stories.js +60 -0
- package/lib/esm/kbd/stories/kbd.stories.js.map +1 -0
- package/lib/esm/kbd/stories/kdb-sequence.story.js +28 -0
- package/lib/esm/kbd/stories/kdb-sequence.story.js.map +1 -0
- package/lib/esm/loading-bar/LoadingBar.js +30 -0
- package/lib/esm/loading-bar/LoadingBar.js.map +1 -0
- package/lib/esm/loading-bar/index.js +1 -1
- package/lib/esm/loading-bar/index.js.map +1 -1
- package/lib/esm/loading-bar/stories/loading-bar.stories.js +10 -10
- package/lib/esm/loading-bar/stories/loading-bar.stories.js.map +1 -1
- package/lib/esm/loading-spinner/LoadingSpinner.js +13 -14
- package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/esm/logo/stories/index.js +31 -0
- package/lib/esm/logo/stories/index.js.map +1 -0
- package/lib/esm/logo/stories/logo-black.story.js +28 -0
- package/lib/esm/logo/stories/logo-black.story.js.map +1 -0
- package/lib/esm/logo/stories/logo-default.story.js +28 -0
- package/lib/esm/logo/stories/logo-default.story.js.map +1 -0
- package/lib/esm/logo/stories/logo-icon.story.js +28 -0
- package/lib/esm/logo/stories/logo-icon.story.js.map +1 -0
- package/lib/esm/logo/stories/logo.stories.js +85 -0
- package/lib/esm/logo/stories/logo.stories.js.map +1 -0
- package/lib/esm/menu/Menu.js +259 -0
- package/lib/esm/menu/Menu.js.map +1 -0
- package/lib/esm/menu/index.js +22 -0
- package/lib/esm/menu/index.js.map +1 -0
- package/lib/esm/menu/menu-types.js +22 -0
- package/lib/esm/menu/menu-types.js.map +1 -0
- package/lib/esm/menu/stories/index.js +55 -0
- package/lib/esm/menu/stories/index.js.map +1 -0
- package/lib/esm/menu/stories/menu-custom-items.story.js +31 -0
- package/lib/esm/menu/stories/menu-custom-items.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-default.story.js +43 -0
- package/lib/esm/menu/stories/menu-default.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-in-dialog.story.js +36 -0
- package/lib/esm/menu/stories/menu-in-dialog.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-in-popover.story.js +32 -0
- package/lib/esm/menu/stories/menu-in-popover.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-nested.story.js +32 -0
- package/lib/esm/menu/stories/menu-nested.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-placements.story.js +43 -0
- package/lib/esm/menu/stories/menu-placements.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-with-category.story.js +34 -0
- package/lib/esm/menu/stories/menu-with-category.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-with-disabled-item.story.js +34 -0
- package/lib/esm/menu/stories/menu-with-disabled-item.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-with-divider.story.js +34 -0
- package/lib/esm/menu/stories/menu-with-divider.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-with-icon.story.js +32 -0
- package/lib/esm/menu/stories/menu-with-icon.story.js.map +1 -0
- package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js +32 -0
- package/lib/esm/menu/stories/menu-with-keyboard-shortcuts.story.js.map +1 -0
- package/lib/esm/menu/stories/menu.stories.js +180 -0
- package/lib/esm/menu/stories/menu.stories.js.map +1 -0
- package/lib/esm/modal/Modal.js +19 -7
- package/lib/esm/modal/Modal.js.map +1 -1
- package/lib/esm/next/index.js +1 -2
- package/lib/esm/next/index.js.map +1 -1
- package/lib/esm/popover/Popover.js +20 -12
- package/lib/esm/popover/Popover.js.map +1 -1
- package/lib/esm/popover/stories/index.js +37 -0
- package/lib/esm/popover/stories/index.js.map +1 -0
- package/lib/esm/popover/stories/popover-custom-offset.story.js +69 -0
- package/lib/esm/popover/stories/popover-custom-offset.story.js.map +1 -0
- package/lib/esm/popover/stories/popover-default.story.js +28 -0
- package/lib/esm/popover/stories/popover-default.story.js.map +1 -0
- package/lib/esm/popover/stories/popover-in-dialog.story.js +31 -0
- package/lib/esm/popover/stories/popover-in-dialog.story.js.map +1 -0
- package/lib/esm/popover/stories/popover-no-button-wrapper.story.js +28 -0
- package/lib/esm/popover/stories/popover-no-button-wrapper.story.js.map +1 -0
- package/lib/esm/popover/stories/popover-separate-anchor.story.js +31 -0
- package/lib/esm/popover/stories/popover-separate-anchor.story.js.map +1 -0
- package/lib/esm/popover/stories/popover.stories.js +94 -0
- package/lib/esm/popover/stories/popover.stories.js.map +1 -0
- package/lib/esm/popover/use-popover.js +4 -2
- package/lib/esm/popover/use-popover.js.map +1 -1
- package/lib/esm/progress-bar/ProgressBar.js +13 -14
- package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
- package/lib/esm/radio/Radio.js +35 -19
- package/lib/esm/radio/Radio.js.map +1 -1
- package/lib/esm/radio/stories/index.js +4 -1
- package/lib/esm/radio/stories/index.js.map +1 -1
- package/lib/esm/radio/stories/radio-controlled.story.js +30 -0
- package/lib/esm/radio/stories/radio-controlled.story.js.map +1 -0
- package/lib/esm/radio/stories/radio-custom-label.story.js +1 -1
- package/lib/esm/radio/stories/radio-custom-label.story.js.map +1 -1
- package/lib/esm/radio/stories/radio-default.story.js +1 -1
- package/lib/esm/radio/stories/radio-default.story.js.map +1 -1
- package/lib/esm/radio/stories/radio-disabled.story.js +1 -1
- package/lib/esm/radio/stories/radio-disabled.story.js.map +1 -1
- package/lib/esm/radio/stories/radio-has-label-before.story.js +1 -1
- package/lib/esm/radio/stories/radio-has-label-before.story.js.map +1 -1
- package/lib/esm/radio/stories/radio-no-label.story.js +1 -1
- package/lib/esm/radio/stories/radio-no-label.story.js.map +1 -1
- package/lib/esm/radio/stories/radio.stories.js +32 -24
- package/lib/esm/radio/stories/radio.stories.js.map +1 -1
- package/lib/esm/segmented-control/SegmentedControl.js +3 -3
- package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
- package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -1
- package/lib/esm/select/Overrides.js +2 -2
- package/lib/esm/select/Overrides.js.map +1 -1
- package/lib/esm/select/Select.js +39 -40
- package/lib/esm/select/Select.js.map +1 -1
- package/lib/esm/select/stories/index.js +3 -3
- package/lib/esm/select/stories/index.js.map +1 -1
- package/lib/esm/select/stories/select-default.story.js +1 -1
- package/lib/esm/select/stories/select-default.story.js.map +1 -1
- package/lib/esm/select/stories/select-inside-dialog.story.js +42 -0
- package/lib/esm/select/stories/select-inside-dialog.story.js.map +1 -0
- package/lib/esm/select/stories/select.stories.js +32 -32
- package/lib/esm/select/stories/select.stories.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js +288 -128
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/side-navigation/side-navigation-context.js +34 -0
- package/lib/esm/side-navigation/side-navigation-context.js.map +1 -0
- package/lib/esm/side-navigation/side-navigation-types.js +22 -0
- package/lib/esm/side-navigation/side-navigation-types.js.map +1 -0
- package/lib/esm/side-navigation/stories/index.js +34 -0
- package/lib/esm/side-navigation/stories/index.js.map +1 -0
- package/lib/esm/side-navigation/stories/side-nav-badges.story.js +53 -0
- package/lib/esm/side-navigation/stories/side-nav-badges.story.js.map +1 -0
- package/lib/esm/side-navigation/stories/side-nav-compact.story.js +31 -0
- package/lib/esm/side-navigation/stories/side-nav-compact.story.js.map +1 -0
- package/lib/esm/side-navigation/stories/side-nav-default.story.js +32 -0
- package/lib/esm/side-navigation/stories/side-nav-default.story.js.map +1 -0
- package/lib/esm/side-navigation/stories/side-nav-secondary.story.js +33 -0
- package/lib/esm/side-navigation/stories/side-nav-secondary.story.js.map +1 -0
- package/lib/esm/side-navigation/stories/side-nav.stories.js +89 -0
- package/lib/esm/side-navigation/stories/side-nav.stories.js.map +1 -0
- package/lib/esm/skeleton/Skeleton.js +5 -6
- package/lib/esm/skeleton/Skeleton.js.map +1 -1
- package/lib/esm/skeleton/stories/index.js +37 -0
- package/lib/esm/skeleton/stories/index.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton-circular.story.js +28 -0
- package/lib/esm/skeleton/stories/skeleton-circular.story.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton-default.story.js +28 -0
- package/lib/esm/skeleton/stories/skeleton-default.story.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton-full-example.story.js +28 -0
- package/lib/esm/skeleton/stories/skeleton-full-example.story.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton-inherit-height.story.js +28 -0
- package/lib/esm/skeleton/stories/skeleton-inherit-height.story.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton-inherit-width.story.js +28 -0
- package/lib/esm/skeleton/stories/skeleton-inherit-width.story.js.map +1 -0
- package/lib/esm/skeleton/stories/skeleton.stories.js +134 -0
- package/lib/esm/skeleton/stories/skeleton.stories.js.map +1 -0
- package/lib/esm/slider/Slider.js +1 -1
- package/lib/esm/slider/Slider.js.map +1 -1
- package/lib/esm/spotlight/Spotlight.js +16 -38
- package/lib/esm/spotlight/Spotlight.js.map +1 -1
- package/lib/esm/spotlight/SpotlightProvider.js +80 -2
- package/lib/esm/spotlight/SpotlightProvider.js.map +1 -1
- package/lib/esm/spotlight/SpotlightTarget.js +44 -4
- package/lib/esm/spotlight/SpotlightTarget.js.map +1 -1
- package/lib/esm/spotlight/SpotlightTour.js +22 -44
- package/lib/esm/spotlight/SpotlightTour.js.map +1 -1
- package/lib/esm/spotlight/stories/index.js +12 -8
- package/lib/esm/spotlight/stories/index.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-fixed-positioning.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-in-dialog.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js +5 -11
- package/lib/esm/spotlight/stories/spotlight-in-side-nav.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-on-tabs.story.js +36 -0
- package/lib/esm/spotlight/stories/spotlight-on-tabs.story.js.map +1 -0
- package/lib/esm/spotlight/stories/spotlight-tour.story.js +1 -1
- package/lib/esm/spotlight/stories/spotlight-tour.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-with-icon.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-with-icon.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-with-image.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-with-image.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-with-label.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-with-label.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js +5 -10
- package/lib/esm/spotlight/stories/spotlight-with-pointer.story.js.map +1 -1
- package/lib/esm/spotlight/stories/spotlight.stories.js +16 -1
- package/lib/esm/spotlight/stories/spotlight.stories.js.map +1 -1
- package/lib/esm/spotlight/use-indicator.js +20 -10
- package/lib/esm/spotlight/use-indicator.js.map +1 -1
- package/lib/esm/spotlight/use-spotlight.js +6 -6
- package/lib/esm/spotlight/use-spotlight.js.map +1 -1
- package/lib/esm/status-indicator/StatusIndicator.js +16 -17
- package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/esm/status-indicator/stories/index.js +3 -3
- package/lib/esm/status-indicator/stories/index.js.map +1 -1
- package/lib/esm/status-indicator/stories/status-indicator-variants.story.js +28 -0
- package/lib/esm/status-indicator/stories/status-indicator-variants.story.js.map +1 -0
- package/lib/esm/status-indicator/stories/status-indicator.stories.js +10 -10
- package/lib/esm/status-indicator/stories/status-indicator.stories.js.map +1 -1
- package/lib/esm/status-label/StatusLabel.js +122 -0
- package/lib/esm/status-label/StatusLabel.js.map +1 -0
- package/lib/esm/status-label/index.js +22 -0
- package/lib/esm/status-label/index.js.map +1 -0
- package/lib/esm/status-label/stories/index.js +34 -0
- package/lib/esm/status-label/stories/index.js.map +1 -0
- package/lib/esm/status-label/stories/status-label-colors.story.js +28 -0
- package/lib/esm/status-label/stories/status-label-colors.story.js.map +1 -0
- package/lib/esm/status-label/stories/status-label-default.story.js +28 -0
- package/lib/esm/status-label/stories/status-label-default.story.js.map +1 -0
- package/lib/esm/status-label/stories/status-label-fills.story.js +28 -0
- package/lib/esm/status-label/stories/status-label-fills.story.js.map +1 -0
- package/lib/esm/status-label/stories/status-label-with-icons.story.js +28 -0
- package/lib/esm/status-label/stories/status-label-with-icons.story.js.map +1 -0
- package/lib/esm/status-label/stories/status-label.stories.js +89 -0
- package/lib/esm/status-label/stories/status-label.stories.js.map +1 -0
- package/lib/esm/switch/Switch.js +54 -31
- package/lib/esm/switch/Switch.js.map +1 -1
- package/lib/esm/switch/stories/index.js +3 -3
- package/lib/esm/switch/stories/index.js.map +1 -1
- package/lib/esm/switch/stories/switch-controlled.story.js +30 -0
- package/lib/esm/switch/stories/switch-controlled.story.js.map +1 -0
- package/lib/esm/switch/stories/switch-default.story.js +1 -1
- package/lib/esm/switch/stories/switch-default.story.js.map +1 -1
- package/lib/esm/switch/stories/switch-disabled.story.js +1 -1
- package/lib/esm/switch/stories/switch-disabled.story.js.map +1 -1
- package/lib/esm/switch/stories/switch-full.story.js +1 -1
- package/lib/esm/switch/stories/switch-full.story.js.map +1 -1
- package/lib/esm/switch/stories/switch-has-label-before.story.js +1 -1
- package/lib/esm/switch/stories/switch-has-label-before.story.js.map +1 -1
- package/lib/esm/switch/stories/switch-no-label.story.js +1 -1
- package/lib/esm/switch/stories/switch-no-label.story.js.map +1 -1
- package/lib/esm/switch/stories/switch.stories.js +17 -17
- package/lib/esm/switch/stories/switch.stories.js.map +1 -1
- package/lib/esm/tabs/Tabs.js +144 -15
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/tabs/stories/index.js +6 -0
- package/lib/esm/tabs/stories/index.js.map +1 -1
- package/lib/esm/tabs/stories/tabs-badge.story.js +30 -0
- package/lib/esm/tabs/stories/tabs-badge.story.js.map +1 -0
- package/lib/esm/tabs/stories/tabs-default.story.js +2 -2
- package/lib/esm/tabs/stories/tabs-default.story.js.map +1 -1
- package/lib/esm/tabs/stories/tabs-disabled.story.js +2 -2
- package/lib/esm/tabs/stories/tabs-disabled.story.js.map +1 -1
- package/lib/esm/tabs/stories/tabs-fill-variants.story.js +3 -3
- package/lib/esm/tabs/stories/tabs-fill-variants.story.js.map +1 -1
- package/lib/esm/tabs/stories/tabs-overflow.story.js +30 -0
- package/lib/esm/tabs/stories/tabs-overflow.story.js.map +1 -0
- package/lib/esm/tabs/stories/tabs-sizes.story.js +3 -3
- package/lib/esm/tabs/stories/tabs-sizes.story.js.map +1 -1
- package/lib/esm/tabs/stories/tabs-with-icons.story.js +2 -2
- package/lib/esm/tabs/stories/tabs-with-icons.story.js.map +1 -1
- package/lib/esm/tabs/stories/tabs.stories.js +27 -1
- package/lib/esm/tabs/stories/tabs.stories.js.map +1 -1
- package/lib/esm/tabs/use-tabs-scroll-overflow.js +100 -0
- package/lib/esm/tabs/use-tabs-scroll-overflow.js.map +1 -0
- package/lib/esm/tag/Tag.js +2 -3
- package/lib/esm/tag/Tag.js.map +1 -1
- package/lib/esm/text-area/TextArea.js +4 -5
- package/lib/esm/text-area/TextArea.js.map +1 -1
- package/lib/esm/text-area/stories/text-area-information-icon.story.js +1 -1
- package/lib/esm/text-input/TextInput.js +4 -4
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-disabled.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-disabled.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-full.story.js +3 -3
- package/lib/esm/text-input/stories/text-input-full.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-information-icon.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-loading.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-loading.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-optional.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-optional.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-password.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-password.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-required.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-required.story.js.map +1 -1
- package/lib/esm/text-input/stories/text-input-with-icons.story.js +1 -1
- package/lib/esm/text-input/stories/text-input-with-icons.story.js.map +1 -1
- package/lib/esm/text-link/TextLink.js +2 -3
- package/lib/esm/text-link/TextLink.js.map +1 -1
- package/lib/esm/text-overflow/TextOverflow.js +22 -21
- package/lib/esm/text-overflow/TextOverflow.js.map +1 -1
- package/lib/esm/text-overflow/stories/character-limit.story.js +2 -1
- package/lib/esm/text-overflow/stories/character-limit.story.js.map +1 -1
- package/lib/esm/text-overflow/stories/expand-collapse-buttons.story.js +2 -1
- package/lib/esm/text-overflow/stories/expand-collapse-buttons.story.js.map +1 -1
- package/lib/esm/text-overflow/stories/line-clamp.story.js +2 -1
- package/lib/esm/text-overflow/stories/line-clamp.story.js.map +1 -1
- package/lib/esm/text-overflow/stories/mixed-content.story.js +3 -2
- package/lib/esm/text-overflow/stories/mixed-content.story.js.map +1 -1
- package/lib/esm/text-overflow/stories/text-overflow.stories.js +21 -6
- package/lib/esm/text-overflow/stories/text-overflow.stories.js.map +1 -1
- package/lib/esm/text-overflow/stories/width-based-truncation.story.js +2 -1
- package/lib/esm/text-overflow/stories/width-based-truncation.story.js.map +1 -1
- package/lib/esm/text-overflow/use-truncate-with-button.js +4 -4
- package/lib/esm/text-overflow/use-truncate-with-button.js.map +1 -1
- package/lib/esm/theme/ThemeProvider.js +1 -1
- package/lib/esm/theme/ThemeProvider.js.map +1 -1
- package/lib/esm/time-picker/TimePicker.js +15 -13
- package/lib/esm/time-picker/TimePicker.js.map +1 -1
- package/lib/esm/time-picker/stories/index.js +28 -0
- package/lib/esm/time-picker/stories/index.js.map +1 -0
- package/lib/esm/time-picker/stories/time-picker-default.story.js +30 -0
- package/lib/esm/time-picker/stories/time-picker-default.story.js.map +1 -0
- package/lib/esm/time-picker/stories/time-picker-in-dialog.story.js +30 -0
- package/lib/esm/time-picker/stories/time-picker-in-dialog.story.js.map +1 -0
- package/lib/esm/time-picker/stories/time-picker.stories.js +60 -0
- package/lib/esm/time-picker/stories/time-picker.stories.js.map +1 -0
- package/lib/esm/toast/Toast.js +20 -35
- package/lib/esm/toast/Toast.js.map +1 -1
- package/lib/esm/tooltip/Tooltip.js +2 -29
- package/lib/esm/tooltip/Tooltip.js.map +1 -1
- package/lib/esm/tooltip/stories/index.js +6 -3
- package/lib/esm/tooltip/stories/index.js.map +1 -1
- package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js +5 -2
- package/lib/esm/tooltip/stories/tooltip-in-dialog.story.js.map +1 -1
- package/lib/esm/tooltip/stories/tooltip-rich-link.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-rich-link.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip-rich.story.js +2 -2
- package/lib/esm/tooltip/stories/tooltip-rich.story.js.map +1 -1
- package/lib/esm/tooltip/stories/tooltip-with-keyboard-shortcut.story.js +28 -0
- package/lib/esm/tooltip/stories/tooltip-with-keyboard-shortcut.story.js.map +1 -0
- package/lib/esm/tooltip/stories/tooltip.stories.js +17 -4
- package/lib/esm/tooltip/stories/tooltip.stories.js.map +1 -1
- package/lib/esm/tooltip/use-tooltip.js +5 -2
- package/lib/esm/tooltip/use-tooltip.js.map +1 -1
- package/lib/esm/tree-view/TreeView.js +7 -2
- package/lib/esm/tree-view/TreeView.js.map +1 -1
- package/lib/esm/tree-view/TreeViewItem.js.map +1 -1
- package/lib/esm/tree-view/TreeViewTextItem.js +2 -2
- package/lib/esm/tree-view/TreeViewTextItem.js.map +1 -1
- package/lib/esm/tree-view/stories/index.js +31 -0
- package/lib/esm/tree-view/stories/index.js.map +1 -0
- package/lib/esm/tree-view/stories/treeview-custom.story.js +90 -0
- package/lib/esm/tree-view/stories/treeview-custom.story.js.map +1 -0
- package/lib/esm/tree-view/stories/treeview-default.story.js +247 -0
- package/lib/esm/tree-view/stories/treeview-default.story.js.map +1 -0
- package/lib/esm/tree-view/stories/treeview-skeleton-loading.story.js +88 -0
- package/lib/esm/tree-view/stories/treeview-skeleton-loading.story.js.map +1 -0
- package/lib/esm/tree-view/stories/treeview.stories.js +69 -0
- package/lib/esm/tree-view/stories/treeview.stories.js.map +1 -0
- package/lib/esm/typography/Typography.js +1 -1
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/typography/stories/index.js +26 -0
- package/lib/esm/typography/stories/index.js.map +1 -0
- package/lib/esm/typography/stories/typography-anchor.story.js +23 -0
- package/lib/esm/typography/stories/typography-anchor.story.js.map +1 -0
- package/lib/esm/typography/stories/typography-default.story.js +20 -0
- package/lib/esm/typography/stories/typography-default.story.js.map +1 -0
- package/lib/esm/typography/stories/typography-variants.story.js +22 -0
- package/lib/esm/typography/stories/typography-variants.story.js.map +1 -0
- package/lib/esm/typography/stories/typography.stories.js +69 -0
- package/lib/esm/typography/stories/typography.stories.js.map +1 -0
- package/lib/esm/wizard/Wizard.js +1 -1
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/lib/types/_common/CodeBlockWrapper.d.ts +4 -3
- package/lib/types/_common/index.d.ts +21 -0
- package/lib/types/_common/types.d.ts +12 -0
- package/lib/types/_common/use-semi-controlled-input.d.ts +32 -0
- package/lib/types/_common/use-semi-controlled-state.d.ts +6 -1
- package/lib/types/_common/utils.d.ts +16 -0
- package/lib/types/accordion/Accordion.d.ts +1 -0
- package/lib/types/accordion/stories/accordion.stories.d.ts +1 -1
- package/lib/types/ai/index.d.ts +21 -0
- package/lib/types/ai/presence/Presence.d.ts +30 -0
- package/lib/types/ai/presence/index.d.ts +21 -0
- package/lib/types/ai/presence/stories/ai-presence.stories.d.ts +26 -0
- package/lib/types/ai/presence/stories/index.d.ts +24 -0
- package/lib/types/avatar/Avatar.d.ts +1 -0
- package/lib/types/banner/Banner.d.ts +21 -55
- package/lib/types/banner/stories/banner.stories.d.ts +4 -49
- package/lib/types/banner/stories/index.d.ts +2 -2
- package/lib/types/box/Box.d.ts +56 -0
- package/lib/types/box/index.d.ts +21 -0
- package/lib/types/box/stories/box-default.story.d.ts +29 -0
- package/lib/types/box/stories/box.stories.d.ts +45 -0
- package/lib/types/box/stories/index.d.ts +22 -0
- package/lib/types/breadcrumbs/Breadcrumbs.d.ts +64 -71
- package/lib/types/breadcrumbs/stories/breadcrumbs.stories.d.ts +82 -0
- package/lib/types/button/ButtonBase.d.ts +13 -4
- package/lib/types/button/stories/button.stories.d.ts +1 -1
- package/lib/types/checkbox/Checkbox.d.ts +31 -20
- package/lib/types/checkbox/stories/checkbox.stories.d.ts +2 -1
- package/lib/types/checkbox/stories/index.d.ts +2 -0
- package/lib/types/clean-icon-button/CleanIconButton.d.ts +1 -1
- package/lib/types/clean-icon-button/stories/clean-icon-button.stories.d.ts +4 -5
- package/lib/types/clipboard-button/ClipboardButton.d.ts +34 -0
- package/lib/types/clipboard-button/stories/clipboard-button.stories.d.ts +31 -0
- package/lib/types/clipboard-button/stories/index.d.ts +32 -0
- package/lib/types/code/Code.d.ts +4 -4
- package/lib/types/code-block/CodeBlock.d.ts +3 -3
- package/lib/types/conditional-wrap/ConditionalWrap.d.ts +3 -4
- package/lib/types/conditional-wrap/stories/conditional-wrap.stories.d.ts +2 -2
- package/lib/types/data-grid/Components.d.ts +98 -70
- package/lib/types/data-grid/DataGrid.d.ts +99 -33
- package/lib/types/data-grid/data-grid-context.d.ts +71 -0
- package/lib/types/data-grid/data-grid-nav/selectors.d.ts +1 -2
- package/lib/types/data-grid/datagrid-types.d.ts +1 -1
- package/lib/types/data-grid/index.d.ts +2 -3
- package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts +141 -0
- package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts +134 -0
- package/lib/types/data-grid/stories/datagrid-resizable-column.story.d.ts +27 -0
- package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts +133 -0
- package/lib/types/data-grid/stories/datagrid.stories.d.ts +39 -0
- package/lib/types/data-grid/stories/index.d.ts +55 -0
- package/lib/types/data-grid/stories/staticData.d.ts +28 -0
- package/lib/types/date-picker/DatePicker.d.ts +2 -12
- package/lib/types/date-picker/stories/date-picker.stories.d.ts +4 -2
- package/lib/types/date-picker/stories/index.d.ts +6 -2
- package/lib/types/dialog/Dialog.d.ts +6 -5
- package/lib/types/dialog/dialog-context.d.ts +2 -2
- package/lib/types/dialog/dialog-types.d.ts +5 -14
- package/lib/types/dialog/index.d.ts +2 -2
- package/lib/types/dialog/stories/dialog.stories.d.ts +1 -1
- package/lib/types/dialog/stories/index.d.ts +2 -2
- package/lib/types/divider/stories/divider.stories.d.ts +38 -0
- package/lib/types/divider/stories/index.d.ts +25 -0
- package/lib/types/drawer/Drawer.d.ts +1 -5
- package/lib/types/drawer/stories/drawer.stories.d.ts +3 -43
- package/lib/types/dropdown-button/DropdownButton.d.ts +1 -0
- package/lib/types/dropdown-button/stories/dropdown-button.stories.d.ts +1 -1
- package/lib/types/dropdown-button/stories/index.d.ts +2 -2
- package/lib/types/dropzone/Dropzone.d.ts +8 -16
- package/lib/types/flex/Flex.d.ts +73 -0
- package/lib/types/flex/index.d.ts +21 -0
- package/lib/types/flex/stories/flex-default.story.d.ts +22 -0
- package/lib/types/flex/stories/flex.stories.d.ts +46 -0
- package/lib/types/flex/stories/index.d.ts +22 -0
- package/lib/types/icon-button/IconButton.d.ts +1 -1
- package/lib/types/icon-button/stories/icon-button.stories.d.ts +4 -5
- package/lib/types/icon-button-array/IconButtonArray.d.ts +1 -0
- package/lib/types/icon-button-base/IconButtonBase.d.ts +6 -7
- package/lib/types/icons/generated/custom/AddNode.d.ts +7 -2
- package/lib/types/icons/generated/custom/AlignBottom.d.ts +7 -2
- package/lib/types/icons/generated/custom/AlignCenter.d.ts +7 -2
- package/lib/types/icons/generated/custom/AlignTop.d.ts +7 -2
- package/lib/types/icons/generated/custom/Bold.d.ts +7 -2
- package/lib/types/icons/generated/custom/Boolean.d.ts +7 -2
- package/lib/types/icons/generated/custom/Circle.d.ts +7 -2
- package/lib/types/icons/generated/custom/CloudCheck.d.ts +28 -0
- package/lib/types/icons/generated/custom/CloudCross.d.ts +28 -0
- package/lib/types/icons/generated/custom/Configure.d.ts +7 -2
- package/lib/types/icons/generated/custom/CurlyBrackets.d.ts +7 -2
- package/lib/types/icons/generated/custom/DataGridCross.d.ts +28 -0
- package/lib/types/icons/generated/custom/DataScience.d.ts +28 -0
- package/lib/types/icons/generated/custom/DatabaseCross.d.ts +28 -0
- package/lib/types/icons/generated/custom/DatabasePlug.d.ts +28 -0
- package/lib/types/icons/generated/custom/DatabasePlus.d.ts +28 -0
- package/lib/types/icons/generated/custom/DatabaseSignal.d.ts +7 -2
- package/lib/types/icons/generated/custom/Deployments.d.ts +28 -0
- package/lib/types/icons/generated/custom/DividerSquareDash.d.ts +28 -0
- package/lib/types/icons/generated/custom/Drag.d.ts +7 -2
- package/lib/types/icons/generated/custom/Expand.d.ts +7 -2
- package/lib/types/icons/generated/custom/Explore.d.ts +7 -2
- package/lib/types/icons/generated/custom/ExternalLink.d.ts +7 -2
- package/lib/types/icons/generated/custom/FitToScreen.d.ts +7 -2
- package/lib/types/icons/generated/custom/FolderBookmark.d.ts +7 -2
- package/lib/types/icons/generated/custom/FontSize.d.ts +28 -0
- package/lib/types/icons/generated/custom/Github.d.ts +7 -2
- package/lib/types/icons/generated/custom/GraphCross.d.ts +28 -0
- package/lib/types/icons/generated/custom/Hand.d.ts +28 -0
- package/lib/types/icons/generated/custom/Headset.d.ts +28 -0
- package/lib/types/icons/generated/custom/Heartbeat.d.ts +28 -0
- package/lib/types/icons/generated/custom/HierarchyOne.d.ts +28 -0
- package/lib/types/icons/generated/custom/HierarchyTwo.d.ts +28 -0
- package/lib/types/icons/generated/custom/Italic.d.ts +7 -2
- package/lib/types/icons/generated/custom/Lasso.d.ts +7 -2
- package/lib/types/icons/generated/custom/ListCheck.d.ts +7 -2
- package/lib/types/icons/generated/custom/ListNumber.d.ts +7 -2
- package/lib/types/icons/generated/custom/LocationTarget.d.ts +28 -0
- package/lib/types/icons/generated/custom/MagnifyingGlassReset.d.ts +28 -0
- package/lib/types/icons/generated/custom/Markdown.d.ts +6 -1
- package/lib/types/icons/generated/custom/MenuArrowLeft.d.ts +28 -0
- package/lib/types/icons/generated/custom/MenuArrowRight.d.ts +28 -0
- package/lib/types/icons/generated/custom/Neo4JAiNeutral.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JIconBlack.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JIconColor.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JIconWhite.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JLogoBlack.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JLogoColor.d.ts +7 -2
- package/lib/types/icons/generated/custom/Neo4JLogoWhite.d.ts +7 -2
- package/lib/types/icons/generated/custom/NomLevel.d.ts +7 -2
- package/lib/types/icons/generated/custom/PanelBottom.d.ts +28 -0
- package/lib/types/icons/generated/custom/PanelLeft.d.ts +28 -0
- package/lib/types/icons/generated/custom/PanelRight.d.ts +28 -0
- package/lib/types/icons/generated/custom/Pin.d.ts +7 -2
- package/lib/types/icons/generated/custom/PlanView.d.ts +7 -2
- package/lib/types/icons/generated/custom/Presentation.d.ts +7 -2
- package/lib/types/icons/generated/custom/Query.d.ts +7 -2
- package/lib/types/icons/generated/custom/Quote.d.ts +7 -2
- package/lib/types/icons/generated/custom/ResizeCorner.d.ts +7 -2
- package/lib/types/icons/generated/custom/Rhombus.d.ts +7 -2
- package/lib/types/icons/generated/custom/Select.d.ts +7 -2
- package/lib/types/icons/generated/custom/Shrink.d.ts +7 -2
- package/lib/types/icons/generated/custom/SingleValue.d.ts +6 -1
- package/lib/types/icons/generated/custom/Square.d.ts +7 -2
- package/lib/types/icons/generated/custom/SquareDash.d.ts +28 -0
- package/lib/types/icons/generated/custom/Text.d.ts +7 -2
- package/lib/types/icons/generated/custom/ThreePanel.d.ts +28 -0
- package/lib/types/icons/generated/custom/Triangle.d.ts +7 -2
- package/lib/types/icons/generated/custom/Underline.d.ts +7 -2
- package/lib/types/icons/generated/custom/UserShield.d.ts +28 -0
- package/lib/types/icons/generated/custom/VisualizeBloom.d.ts +7 -2
- package/lib/types/icons/generated/custom/index.d.ts +26 -24
- package/lib/types/icons/generated/heroIcons/AcademicCapIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AcademicCapIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AdjustmentsHorizontalIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AdjustmentsHorizontalIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AdjustmentsVerticalIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AdjustmentsVerticalIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxXMarkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArchiveBoxXMarkIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownOnSquareStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownTrayIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowDownTrayIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftEndOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftEndOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftStartOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLeftStartOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowLongUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowPathIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowPathIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowPathRoundedSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowPathRoundedSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightEndOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightEndOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightStartOnRectangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowRightStartOnRectangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowSmallUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTopRightOnSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTopRightOnSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTrendingDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTrendingDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTrendingUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTrendingUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnDownLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnDownLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnDownRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnDownRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnLeftDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnLeftDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnLeftUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnLeftUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnRightDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnRightDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnRightUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnRightUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnUpLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnUpLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnUpRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowTurnUpRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpOnSquareStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpTrayIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUpTrayIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowUturnUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsPointingInIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsPointingInIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsPointingOutIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsPointingOutIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsRightLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsRightLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsUpDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ArrowsUpDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AtSymbolIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/AtSymbolIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BackspaceIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BackspaceIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BackwardIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BackwardIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BanknotesIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BanknotesIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars2IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars2IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3BottomLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3BottomLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3BottomRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3BottomRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3CenterLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3CenterLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars3IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars4IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Bars4IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BarsArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BarsArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BarsArrowUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BarsArrowUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery0IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery0IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery100IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery100IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery50IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Battery50IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BeakerIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BeakerIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellAlertIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellAlertIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellSnoozeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BellSnoozeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoldIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoldIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoltIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoltIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoltSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BoltSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookOpenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookOpenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BookmarkSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BriefcaseIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BriefcaseIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BugAntIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BugAntIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingLibraryIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingLibraryIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingOffice2IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingOffice2IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingOfficeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingOfficeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingStorefrontIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/BuildingStorefrontIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CakeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CakeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalculatorIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalculatorIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarDateRangeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarDateRangeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarDaysIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarDaysIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CalendarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CameraIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CameraIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartBarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartBarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartBarSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartBarSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartPieIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChartPieIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterTextIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleBottomCenterTextIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftEllipsisIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftEllipsisIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleLeftRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftEllipsisIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftEllipsisIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChatBubbleOvalLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckBadgeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckBadgeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CheckIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDoubleUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronUpDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronUpDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ChevronUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CircleStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CircleStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentCheckIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentCheckIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentListIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardDocumentListIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClipboardIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClockIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ClockIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudArrowUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudArrowUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CloudIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CodeBracketIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CodeBracketIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CodeBracketSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CodeBracketSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Cog6ToothIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Cog6ToothIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Cog8ToothIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Cog8ToothIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CogIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CogIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CommandLineIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CommandLineIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ComputerDesktopIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ComputerDesktopIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CpuChipIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CpuChipIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CreditCardIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CreditCardIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CubeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CubeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CubeTransparentIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CubeTransparentIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyBangladeshiIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyBangladeshiIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyDollarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyDollarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyEuroIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyEuroIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyPoundIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyPoundIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyRupeeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyRupeeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyYenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CurrencyYenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CursorArrowRaysIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CursorArrowRaysIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CursorArrowRippleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/CursorArrowRippleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DevicePhoneMobileIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DevicePhoneMobileIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DeviceTabletIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DeviceTabletIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DivideIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DivideIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentArrowUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentArrowUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentChartBarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentChartBarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCheckIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCheckIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyBangladeshiIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyBangladeshiIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyDollarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyDollarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyEuroIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyEuroIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyPoundIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyPoundIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyRupeeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyRupeeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyYenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentCurrencyYenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentDuplicateIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentDuplicateIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentMagnifyingGlassIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentMagnifyingGlassIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentMinusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentMinusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentPlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentPlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentTextIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/DocumentTextIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisHorizontalCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisHorizontalCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisHorizontalIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisHorizontalIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisVerticalIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EllipsisVerticalIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EnvelopeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EnvelopeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EnvelopeOpenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EnvelopeOpenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EqualsIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EqualsIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ExclamationCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ExclamationCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ExclamationTriangleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ExclamationTriangleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeDropperIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeDropperIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/EyeSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FaceFrownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FaceFrownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FaceSmileIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FaceSmileIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FilmIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FilmIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FingerPrintIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FingerPrintIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FireIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FireIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FlagIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FlagIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderMinusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderMinusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderOpenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderOpenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderPlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FolderPlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ForwardIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ForwardIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FunnelIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/FunnelIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GifIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GifIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GiftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GiftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GiftTopIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GiftTopIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAltIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAltIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAmericasIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAmericasIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAsiaAustraliaIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeAsiaAustraliaIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeEuropeAfricaIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/GlobeEuropeAfricaIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H1IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H1IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H2IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H2IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H3IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/H3IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandRaisedIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandRaisedIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandThumbDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandThumbDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandThumbUpIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HandThumbUpIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HashtagIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HashtagIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HeartIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HeartIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HomeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HomeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HomeModernIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/HomeModernIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/IdentificationIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/IdentificationIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxArrowDownIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxArrowDownIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InboxStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InformationCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/InformationCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ItalicIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ItalicIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/KeyIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/KeyIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LanguageIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LanguageIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LifebuoyIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LifebuoyIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LightBulbIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LightBulbIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LinkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LinkIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LinkSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LinkSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ListBulletIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ListBulletIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LockClosedIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LockClosedIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LockOpenIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/LockOpenIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassMinusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassMinusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassPlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MagnifyingGlassPlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MapIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MapIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MapPinIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MapPinIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MegaphoneIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MegaphoneIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MicrophoneIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MicrophoneIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusSmallIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MinusSmallIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MoonIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MoonIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MusicalNoteIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/MusicalNoteIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NewspaperIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NewspaperIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NoSymbolIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NoSymbolIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NumberedListIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/NumberedListIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaintBrushIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaintBrushIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaperAirplaneIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaperAirplaneIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaperClipIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PaperClipIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PauseCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PauseCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PauseIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PauseIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PencilIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PencilIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PencilSquareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PencilSquareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PercentBadgeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PercentBadgeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneArrowDownLeftIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneArrowDownLeftIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneArrowUpRightIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneArrowUpRightIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneXMarkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhoneXMarkIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhotoIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PhotoIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayPauseIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlayPauseIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusSmallIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PlusSmallIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PowerIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PowerIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PresentationChartBarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PresentationChartBarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PresentationChartLineIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PresentationChartLineIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PrinterIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PrinterIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PuzzlePieceIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/PuzzlePieceIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QrCodeIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QrCodeIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QuestionMarkCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QuestionMarkCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QueueListIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/QueueListIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RadioIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RadioIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ReceiptPercentIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ReceiptPercentIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ReceiptRefundIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ReceiptRefundIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RectangleGroupIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RectangleGroupIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RectangleStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RectangleStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RocketLaunchIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RocketLaunchIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RssIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/RssIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ScaleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ScaleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ScissorsIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ScissorsIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ServerIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ServerIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ServerStackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ServerStackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShareIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShareIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShieldCheckIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShieldCheckIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShieldExclamationIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShieldExclamationIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShoppingBagIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShoppingBagIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShoppingCartIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ShoppingCartIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SignalIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SignalIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SignalSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SignalSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SparklesIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SparklesIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SpeakerWaveIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SpeakerWaveIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SpeakerXMarkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SpeakerXMarkIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Square2StackIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Square2StackIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Square3Stack3DIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Square3Stack3DIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Squares2X2IconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/Squares2X2IconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SquaresPlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SquaresPlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StarIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StarIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StopCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StopCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StopIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StopIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StrikethroughIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/StrikethroughIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SunIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SunIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SwatchIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/SwatchIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TableCellsIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TableCellsIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TagIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TagIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TicketIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TicketIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TrashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TrashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TrophyIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TrophyIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TruckIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TruckIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TvIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/TvIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UnderlineIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UnderlineIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserGroupIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserGroupIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserMinusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserMinusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserPlusIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UserPlusIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UsersIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/UsersIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VariableIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VariableIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VideoCameraIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VideoCameraIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VideoCameraSlashIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/VideoCameraSlashIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ViewColumnsIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ViewColumnsIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ViewfinderCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/ViewfinderCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WalletIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WalletIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WifiIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WifiIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WindowIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WindowIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WrenchIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WrenchIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WrenchScrewdriverIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/WrenchScrewdriverIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/XCircleIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/XCircleIconSolid.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/XMarkIconOutline.d.ts +1 -1
- package/lib/types/icons/generated/heroIcons/XMarkIconSolid.d.ts +1 -1
- package/lib/types/icons/manual/Neo4JAiColor.d.ts +14 -3
- package/lib/types/index.d.ts +8 -11
- package/lib/types/inline-edit/InlineEdit.d.ts +22 -29
- package/lib/types/inline-edit/stories/index.d.ts +38 -0
- package/lib/types/inline-edit/stories/inline-edit-default.story.d.ts +17 -0
- package/lib/types/inline-edit/stories/inline-edit-disabled.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit-fluid.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit-header.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit-no-confirm-on-blur.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit-with-edit-icon.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit-with-placeholder.story.d.ts +22 -0
- package/lib/types/inline-edit/stories/inline-edit.stories.d.ts +29 -0
- package/lib/types/inline-edit/utils.d.ts +4 -10
- package/lib/types/kbd/Kbd.d.ts +39 -0
- package/lib/types/kbd/index.d.ts +21 -0
- package/lib/types/kbd/kbd-utils.d.ts +34 -0
- package/lib/types/kbd/stories/index.d.ts +24 -0
- package/lib/types/kbd/stories/kbd.stories.d.ts +27 -0
- package/lib/types/loading-bar/index.d.ts +1 -1
- package/lib/types/loading-spinner/LoadingSpinner.d.ts +1 -0
- package/lib/types/logo/stories/index.d.ts +26 -0
- package/lib/types/logo/stories/logo.stories.d.ts +40 -0
- package/lib/types/menu/Menu.d.ts +34 -0
- package/lib/types/menu/index.d.ts +21 -0
- package/lib/types/menu/menu-types.d.ts +90 -0
- package/lib/types/menu/stories/index.d.ts +42 -0
- package/lib/types/menu/stories/menu-default.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-in-dialog.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-in-popover.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-nested.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-placements.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-with-category.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-with-disabled-item.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-with-divider.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-with-icon.story.d.ts +23 -0
- package/lib/types/menu/stories/menu-with-keyboard-shortcuts.story.d.ts +23 -0
- package/lib/types/menu/stories/menu.stories.d.ts +35 -0
- package/lib/types/modal/Modal.d.ts +3 -8
- package/lib/types/next/index.d.ts +0 -2
- package/lib/types/popover/Popover.d.ts +13 -10
- package/lib/types/popover/stories/index.d.ts +30 -0
- package/lib/types/popover/stories/popover-custom-offset.story.d.ts +23 -0
- package/lib/types/popover/stories/popover-default.story.d.ts +23 -0
- package/lib/types/popover/stories/popover-in-dialog.story.d.ts +23 -0
- package/lib/types/popover/stories/popover-no-button-wrapper.story.d.ts +23 -0
- package/lib/types/popover/stories/popover-separate-anchor.story.d.ts +23 -0
- package/lib/types/popover/stories/popover.stories.d.ts +29 -0
- package/lib/types/popover/use-popover.d.ts +3 -1
- package/lib/types/progress-bar/ProgressBar.d.ts +1 -0
- package/lib/types/radio/Radio.d.ts +30 -17
- package/lib/types/radio/stories/index.d.ts +2 -0
- package/lib/types/radio/stories/radio-controlled.story.d.ts +23 -0
- package/lib/types/radio/stories/radio.stories.d.ts +2 -1
- package/lib/types/segmented-control/SegmentedControl.d.ts +4 -3
- package/lib/types/select/Select.d.ts +2 -1
- package/lib/types/select/stories/index.d.ts +2 -2
- package/lib/types/select/stories/select.stories.d.ts +1 -1
- package/lib/types/select/types.d.ts +10 -6
- package/lib/types/side-navigation/SideNavigation.d.ts +9 -69
- package/lib/types/side-navigation/side-navigation-context.d.ts +35 -0
- package/lib/types/side-navigation/side-navigation-types.d.ts +87 -0
- package/lib/types/side-navigation/stories/side-nav-badges.story.d.ts +23 -0
- package/lib/types/side-navigation/stories/side-nav-compact.story.d.ts +23 -0
- package/lib/types/side-navigation/stories/side-nav-default.story.d.ts +23 -0
- package/lib/types/side-navigation/stories/side-nav-secondary.story.d.ts +23 -0
- package/lib/types/side-navigation/stories/side-nav.stories.d.ts +45 -0
- package/lib/types/skeleton/Skeleton.d.ts +9 -5
- package/lib/types/skeleton/stories/index.d.ts +30 -0
- package/lib/types/skeleton/stories/skeleton-circular.story.d.ts +23 -0
- package/lib/types/skeleton/stories/skeleton-default.story.d.ts +23 -0
- package/lib/types/skeleton/stories/skeleton-full-example.story.d.ts +23 -0
- package/lib/types/skeleton/stories/skeleton-inherit-height.story.d.ts +23 -0
- package/lib/types/skeleton/stories/skeleton-inherit-width.story.d.ts +23 -0
- package/lib/types/skeleton/stories/skeleton.stories.d.ts +49 -0
- package/lib/types/slider/Slider.d.ts +1 -0
- package/lib/types/spotlight/Spotlight.d.ts +7 -52
- package/lib/types/spotlight/SpotlightProvider.d.ts +1 -1
- package/lib/types/spotlight/SpotlightTarget.d.ts +18 -5
- package/lib/types/spotlight/SpotlightTour.d.ts +5 -5
- package/lib/types/spotlight/stories/index.d.ts +2 -0
- package/lib/types/spotlight/stories/spotlight-fixed-positioning.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-in-dialog.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-in-side-nav.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-on-tabs.story.d.ts +25 -0
- package/lib/types/spotlight/stories/spotlight-with-icon.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-with-image.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-with-label.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight-with-pointer.story.d.ts +2 -4
- package/lib/types/spotlight/stories/spotlight.stories.d.ts +2 -0
- package/lib/types/spotlight/use-indicator.d.ts +2 -2
- package/lib/types/status-indicator/StatusIndicator.d.ts +2 -2
- package/lib/types/status-indicator/stories/index.d.ts +2 -2
- package/lib/types/status-indicator/stories/status-indicator-variants.story.d.ts +23 -0
- package/lib/types/status-indicator/stories/status-indicator.stories.d.ts +1 -1
- package/lib/types/status-label/StatusLabel.d.ts +48 -0
- package/lib/types/status-label/index.d.ts +21 -0
- package/lib/types/status-label/stories/index.d.ts +28 -0
- package/lib/types/status-label/stories/status-label-colors.story.d.ts +23 -0
- package/lib/types/status-label/stories/status-label-default.story.d.ts +23 -0
- package/lib/types/status-label/stories/status-label-fills.story.d.ts +23 -0
- package/lib/types/status-label/stories/status-label-with-icons.story.d.ts +23 -0
- package/lib/types/status-label/stories/status-label.stories.d.ts +29 -0
- package/lib/types/switch/Switch.d.ts +31 -19
- package/lib/types/switch/stories/index.d.ts +2 -2
- package/lib/types/switch/stories/switch-controlled.story.d.ts +23 -0
- package/lib/types/switch/stories/switch.stories.d.ts +2 -2
- package/lib/types/tabs/Tabs.d.ts +15 -9
- package/lib/types/tabs/stories/index.d.ts +4 -0
- package/lib/types/tabs/stories/tabs-badge.story.d.ts +23 -0
- package/lib/types/tabs/stories/tabs-overflow.story.d.ts +23 -0
- package/lib/types/tabs/stories/tabs.stories.d.ts +2 -0
- package/lib/types/tabs/use-tabs-scroll-overflow.d.ts +29 -0
- package/lib/types/tag/Tag.d.ts +1 -0
- package/lib/types/text-area/TextArea.d.ts +4 -3
- package/lib/types/text-input/TextInput.d.ts +8 -4
- package/lib/types/text-link/TextLink.d.ts +1 -0
- package/lib/types/text-overflow/TextOverflow.d.ts +4 -5
- package/lib/types/text-overflow/stories/text-overflow.stories.d.ts +2 -8
- package/lib/types/text-overflow/use-truncate-with-button.d.ts +2 -3
- package/lib/types/theme/ThemeProvider.d.ts +1 -0
- package/lib/types/time-picker/TimePicker.d.ts +17 -5
- package/lib/types/time-picker/stories/index.d.ts +24 -0
- package/lib/types/time-picker/stories/time-picker-default.story.d.ts +23 -0
- package/lib/types/time-picker/stories/time-picker-in-dialog.story.d.ts +23 -0
- package/lib/types/time-picker/stories/time-picker.stories.d.ts +36 -0
- package/lib/types/toast/Toast.d.ts +4 -10
- package/lib/types/tooltip/Tooltip.d.ts +5 -13
- package/lib/types/tooltip/stories/index.d.ts +4 -2
- package/lib/types/tooltip/stories/tooltip-rich-link.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip-with-keyboard-shortcut.story.d.ts +23 -0
- package/lib/types/tooltip/stories/tooltip.stories.d.ts +2 -1
- package/lib/types/tooltip/use-tooltip.d.ts +3 -2
- package/lib/types/tree-view/TreeView.d.ts +21 -4
- package/lib/types/tree-view/TreeViewItem.d.ts +21 -0
- package/lib/types/tree-view/stories/index.d.ts +26 -0
- package/lib/types/tree-view/stories/treeview-custom.story.d.ts +23 -0
- package/lib/types/tree-view/stories/treeview-default.story.d.ts +23 -0
- package/lib/types/tree-view/stories/treeview-skeleton-loading.story.d.ts +23 -0
- package/lib/types/tree-view/stories/treeview.stories.d.ts +28 -0
- package/lib/types/tree-view/tree-view-types.d.ts +23 -1
- package/lib/types/typography/Typography.d.ts +2 -0
- package/lib/types/typography/stories/index.d.ts +21 -0
- package/lib/types/typography/stories/typography-anchor.story.d.ts +23 -0
- package/lib/types/typography/stories/typography-default.story.d.ts +17 -0
- package/lib/types/typography/stories/typography-variants.story.d.ts +17 -0
- package/lib/types/typography/stories/typography.stories.d.ts +28 -0
- package/lib/types/wizard/Wizard.d.ts +2 -1
- package/package.json +37 -40
- package/lib/cjs/_common/defaultImports.js +0 -32
- package/lib/cjs/_common/defaultImports.js.map +0 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +0 -73
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +0 -1
- package/lib/cjs/_common/input/types.js +0 -23
- package/lib/cjs/_common/input/types.js.map +0 -1
- package/lib/cjs/ai-presence/AiPresence.js +0 -42
- package/lib/cjs/ai-presence/AiPresence.js.map +0 -1
- package/lib/cjs/ai-presence/index.js +0 -38
- package/lib/cjs/ai-presence/index.js.map +0 -1
- package/lib/cjs/ai-presence/stories/ai-presence-default.story.js +0 -32
- package/lib/cjs/ai-presence/stories/ai-presence-default.story.js.map +0 -1
- package/lib/cjs/ai-presence/stories/ai-presence-thinking.story.js +0 -31
- package/lib/cjs/ai-presence/stories/ai-presence-thinking.story.js.map +0 -1
- package/lib/cjs/ai-presence/stories/ai-presence.stories.js +0 -52
- package/lib/cjs/ai-presence/stories/ai-presence.stories.js.map +0 -1
- package/lib/cjs/ai-presence/stories/index.js +0 -35
- package/lib/cjs/ai-presence/stories/index.js.map +0 -1
- package/lib/cjs/banner/stories/banner-types.story.js +0 -30
- package/lib/cjs/banner/stories/banner-types.story.js.map +0 -1
- package/lib/cjs/callout/Callout.js +0 -69
- package/lib/cjs/callout/Callout.js.map +0 -1
- package/lib/cjs/callout/index.js +0 -38
- package/lib/cjs/callout/index.js.map +0 -1
- package/lib/cjs/callout/stories/callout-default.story.js +0 -30
- package/lib/cjs/callout/stories/callout-default.story.js.map +0 -1
- package/lib/cjs/callout/stories/callout-full.story.js +0 -30
- package/lib/cjs/callout/stories/callout-full.story.js.map +0 -1
- package/lib/cjs/callout/stories/callout-types.story.js +0 -30
- package/lib/cjs/callout/stories/callout-types.story.js.map +0 -1
- package/lib/cjs/callout/stories/callout-with-children.story.js +0 -30
- package/lib/cjs/callout/stories/callout-with-children.story.js.map +0 -1
- package/lib/cjs/callout/stories/callout-without-header.story.js +0 -30
- package/lib/cjs/callout/stories/callout-without-header.story.js.map +0 -1
- package/lib/cjs/callout/stories/callout.stories.js +0 -101
- package/lib/cjs/callout/stories/callout.stories.js.map +0 -1
- package/lib/cjs/callout/stories/index.js +0 -48
- package/lib/cjs/callout/stories/index.js.map +0 -1
- package/lib/cjs/clipboard-copier/ClipboardButton.js +0 -157
- package/lib/cjs/clipboard-copier/ClipboardButton.js.map +0 -1
- package/lib/cjs/clipboard-copier/index.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js +0 -30
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js +0 -30
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js +0 -30
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +0 -30
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js +0 -30
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js +0 -38
- package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js +0 -119
- package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js.map +0 -1
- package/lib/cjs/clipboard-copier/stories/index.js +0 -52
- package/lib/cjs/clipboard-copier/stories/index.js.map +0 -1
- package/lib/cjs/context-menu/ContextMenu.js +0 -264
- package/lib/cjs/context-menu/ContextMenu.js.map +0 -1
- package/lib/cjs/context-menu/context-menu-types.js +0 -23
- package/lib/cjs/context-menu/context-menu-types.js.map +0 -1
- package/lib/cjs/context-menu/index.js +0 -38
- package/lib/cjs/context-menu/index.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js +0 -33
- package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-default.story.js +0 -45
- package/lib/cjs/context-menu/stories/context-menu-default.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js +0 -38
- package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js +0 -34
- package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-nested.story.js +0 -34
- package/lib/cjs/context-menu/stories/context-menu-nested.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-placements.story.js +0 -45
- package/lib/cjs/context-menu/stories/context-menu-placements.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-with-category.story.js +0 -36
- package/lib/cjs/context-menu/stories/context-menu-with-category.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js +0 -36
- package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js +0 -36
- package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js +0 -34
- package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js.map +0 -1
- package/lib/cjs/context-menu/stories/context-menu.stories.js +0 -170
- package/lib/cjs/context-menu/stories/context-menu.stories.js.map +0 -1
- package/lib/cjs/context-menu/stories/index.js +0 -68
- package/lib/cjs/context-menu/stories/index.js.map +0 -1
- package/lib/cjs/data-grid/DataGridContext.js +0 -36
- package/lib/cjs/data-grid/DataGridContext.js.map +0 -1
- package/lib/cjs/data-grid/helpers.js +0 -256
- package/lib/cjs/data-grid/helpers.js.map +0 -1
- package/lib/cjs/data-grid/illustrations/NoData.js +0 -27
- package/lib/cjs/data-grid/illustrations/NoData.js.map +0 -1
- package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js +0 -41
- package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js.map +0 -1
- package/lib/cjs/dialog/stories/dialog-types.story.js +0 -40
- package/lib/cjs/dialog/stories/dialog-types.story.js.map +0 -1
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js +0 -35
- package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +0 -1
- package/lib/cjs/graph-visualization/graph-visualization-buttons.js +0 -183
- package/lib/cjs/graph-visualization/graph-visualization-buttons.js.map +0 -1
- package/lib/cjs/graph-visualization/graph-visualization-context.js +0 -62
- package/lib/cjs/graph-visualization/graph-visualization-context.js.map +0 -1
- package/lib/cjs/graph-visualization/graph-visualization-sidepanel.js +0 -56
- package/lib/cjs/graph-visualization/graph-visualization-sidepanel.js.map +0 -1
- package/lib/cjs/graph-visualization/graph-visualization.js +0 -338
- package/lib/cjs/graph-visualization/graph-visualization.js.map +0 -1
- package/lib/cjs/graph-visualization/index.js +0 -28
- package/lib/cjs/graph-visualization/index.js.map +0 -1
- package/lib/cjs/graph-visualization/map-to-nvl-graph.js +0 -167
- package/lib/cjs/graph-visualization/map-to-nvl-graph.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/button-group.js +0 -106
- package/lib/cjs/graph-visualization/sidepanel-components/button-group.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls-test.js +0 -214
- package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls-test.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls.js +0 -46
- package/lib/cjs/graph-visualization/sidepanel-components/clickable-urls.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/details-panel.js +0 -86
- package/lib/cjs/graph-visualization/sidepanel-components/details-panel.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/overview-panel.js +0 -45
- package/lib/cjs/graph-visualization/sidepanel-components/overview-panel.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/properties-table.js +0 -49
- package/lib/cjs/graph-visualization/sidepanel-components/properties-table.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/show-all.js +0 -44
- package/lib/cjs/graph-visualization/sidepanel-components/show-all.js.map +0 -1
- package/lib/cjs/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js +0 -35
- package/lib/cjs/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js +0 -93
- package/lib/cjs/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js +0 -74
- package/lib/cjs/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js +0 -93
- package/lib/cjs/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -30
- package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -105
- package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js +0 -36
- package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +0 -112
- package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/index.js +0 -52
- package/lib/cjs/graph-visualization/stories/index.js.map +0 -1
- package/lib/cjs/graph-visualization/stories/story-data.js +0 -89
- package/lib/cjs/graph-visualization/stories/story-data.js.map +0 -1
- package/lib/cjs/graph-visualization/use-managed-node-state.js +0 -262
- package/lib/cjs/graph-visualization/use-managed-node-state.js.map +0 -1
- package/lib/cjs/graph-visualization/utils.js +0 -68
- package/lib/cjs/graph-visualization/utils.js.map +0 -1
- package/lib/cjs/icons/generated/custom/BoxSelect.js +0 -30
- package/lib/cjs/icons/generated/custom/BoxSelect.js.map +0 -1
- package/lib/cjs/icons/generated/custom/CloudSaved.js +0 -30
- package/lib/cjs/icons/generated/custom/CloudSaved.js.map +0 -1
- package/lib/cjs/icons/generated/custom/CloudUnsaved.js +0 -30
- package/lib/cjs/icons/generated/custom/CloudUnsaved.js.map +0 -1
- package/lib/cjs/icons/generated/custom/CollapseExpand.js +0 -30
- package/lib/cjs/icons/generated/custom/CollapseExpand.js.map +0 -1
- package/lib/cjs/icons/generated/custom/CollapseExpandLeft.js +0 -30
- package/lib/cjs/icons/generated/custom/CollapseExpandLeft.js.map +0 -1
- package/lib/cjs/icons/generated/custom/CollapseExpandRight.js +0 -30
- package/lib/cjs/icons/generated/custom/CollapseExpandRight.js.map +0 -1
- package/lib/cjs/icons/generated/custom/DatabaseAddCircle.js +0 -30
- package/lib/cjs/icons/generated/custom/DatabaseAddCircle.js.map +0 -1
- package/lib/cjs/icons/generated/custom/DatabaseCrossed.js +0 -30
- package/lib/cjs/icons/generated/custom/DatabaseCrossed.js.map +0 -1
- package/lib/cjs/icons/generated/custom/DatagridNodata.js +0 -30
- package/lib/cjs/icons/generated/custom/DatagridNodata.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Dbms.js +0 -30
- package/lib/cjs/icons/generated/custom/Dbms.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Divider.js +0 -27
- package/lib/cjs/icons/generated/custom/Divider.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Heirarchy2.js +0 -30
- package/lib/cjs/icons/generated/custom/Heirarchy2.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Hierarchy1.js +0 -30
- package/lib/cjs/icons/generated/custom/Hierarchy1.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Hierarchy2.js +0 -30
- package/lib/cjs/icons/generated/custom/Hierarchy2.js.map +0 -1
- package/lib/cjs/icons/generated/custom/InstanceNotConnected.js +0 -27
- package/lib/cjs/icons/generated/custom/InstanceNotConnected.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Pan.js +0 -30
- package/lib/cjs/icons/generated/custom/Pan.js.map +0 -1
- package/lib/cjs/icons/generated/custom/QueryBrowser.js +0 -30
- package/lib/cjs/icons/generated/custom/QueryBrowser.js.map +0 -1
- package/lib/cjs/icons/generated/custom/ResetZoom.js +0 -30
- package/lib/cjs/icons/generated/custom/ResetZoom.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Roles.js +0 -30
- package/lib/cjs/icons/generated/custom/Roles.js.map +0 -1
- package/lib/cjs/icons/generated/custom/ScienceMolecule.js +0 -30
- package/lib/cjs/icons/generated/custom/ScienceMolecule.js.map +0 -1
- package/lib/cjs/icons/generated/custom/SidebarLineLeft.js +0 -30
- package/lib/cjs/icons/generated/custom/SidebarLineLeft.js.map +0 -1
- package/lib/cjs/icons/generated/custom/SidebarLineRight.js +0 -30
- package/lib/cjs/icons/generated/custom/SidebarLineRight.js.map +0 -1
- package/lib/cjs/icons/generated/custom/Status.js +0 -30
- package/lib/cjs/icons/generated/custom/Status.js.map +0 -1
- package/lib/cjs/icons/generated/custom/TextString.js +0 -30
- package/lib/cjs/icons/generated/custom/TextString.js.map +0 -1
- package/lib/cjs/inline-edit/constants.js +0 -27
- package/lib/cjs/inline-edit/constants.js.map +0 -1
- package/lib/cjs/label/Label.js +0 -127
- package/lib/cjs/label/Label.js.map +0 -1
- package/lib/cjs/label/index.js +0 -38
- package/lib/cjs/label/index.js.map +0 -1
- package/lib/cjs/label/stories/index.js +0 -44
- package/lib/cjs/label/stories/index.js.map +0 -1
- package/lib/cjs/label/stories/label-colors.story.js +0 -30
- package/lib/cjs/label/stories/label-colors.story.js.map +0 -1
- package/lib/cjs/label/stories/label-default.story.js +0 -30
- package/lib/cjs/label/stories/label-default.story.js.map +0 -1
- package/lib/cjs/label/stories/label-fills.story.js +0 -30
- package/lib/cjs/label/stories/label-fills.story.js.map +0 -1
- package/lib/cjs/label/stories/label-with-icons.story.js +0 -30
- package/lib/cjs/label/stories/label-with-icons.story.js.map +0 -1
- package/lib/cjs/label/stories/label.stories.js +0 -93
- package/lib/cjs/label/stories/label.stories.js.map +0 -1
- package/lib/cjs/layout/Box.js +0 -45
- package/lib/cjs/layout/Box.js.map +0 -1
- package/lib/cjs/layout/Flex.js +0 -52
- package/lib/cjs/layout/Flex.js.map +0 -1
- package/lib/cjs/layout/index.js +0 -39
- package/lib/cjs/layout/index.js.map +0 -1
- package/lib/cjs/layout/types.js +0 -49
- package/lib/cjs/layout/types.js.map +0 -1
- package/lib/cjs/loading-bar/loading-bar.js +0 -37
- package/lib/cjs/loading-bar/loading-bar.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/Breadcrumbs.js +0 -87
- package/lib/cjs/next/breadcrumbs/Breadcrumbs.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/index.js +0 -38
- package/lib/cjs/next/breadcrumbs/index.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js +0 -36
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-header.story.js +0 -37
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-header.story.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-pages.story.js +0 -30
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-pages.story.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-steps.story.js +0 -30
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs-steps.story.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs.stories.js +0 -88
- package/lib/cjs/next/breadcrumbs/stories/breadcrumbs.stories.js.map +0 -1
- package/lib/cjs/next/breadcrumbs/stories/index.js +0 -44
- package/lib/cjs/next/breadcrumbs/stories/index.js.map +0 -1
- package/lib/cjs/next/side-navigation/SideNavigation.js +0 -216
- package/lib/cjs/next/side-navigation/SideNavigation.js.map +0 -1
- package/lib/cjs/next/side-navigation/index.js +0 -38
- package/lib/cjs/next/side-navigation/index.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/index.js +0 -43
- package/lib/cjs/next/side-navigation/stories/index.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/side-nav-badges.story.js +0 -74
- package/lib/cjs/next/side-navigation/stories/side-nav-badges.story.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/side-nav-compact.story.js +0 -56
- package/lib/cjs/next/side-navigation/stories/side-nav-compact.story.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js +0 -57
- package/lib/cjs/next/side-navigation/stories/side-nav-default.story.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/side-nav-secondary.story.js +0 -72
- package/lib/cjs/next/side-navigation/stories/side-nav-secondary.story.js.map +0 -1
- package/lib/cjs/next/side-navigation/stories/side-nav.stories.js +0 -88
- package/lib/cjs/next/side-navigation/stories/side-nav.stories.js.map +0 -1
- package/lib/cjs/nvl/index.js +0 -40
- package/lib/cjs/nvl/index.js.map +0 -1
- package/lib/cjs/select/stories/select-inside-modal.story.js +0 -44
- package/lib/cjs/select/stories/select-inside-modal.story.js.map +0 -1
- package/lib/cjs/status-indicator/stories/status-indicator-types.story.js +0 -30
- package/lib/cjs/status-indicator/stories/status-indicator-types.story.js.map +0 -1
- package/lib/cjs/switch/stories/switch-checked.story.js +0 -30
- package/lib/cjs/switch/stories/switch-checked.story.js.map +0 -1
- package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js +0 -30
- package/lib/cjs/tooltip/stories/tooltip-rich-pass-through.story.js.map +0 -1
- package/lib/cjs/widget/Widget.js +0 -47
- package/lib/cjs/widget/Widget.js.map +0 -1
- package/lib/cjs/widget/index.js +0 -38
- package/lib/cjs/widget/index.js.map +0 -1
- package/lib/esm/_common/defaultImports.js +0 -26
- package/lib/esm/_common/defaultImports.js.map +0 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +0 -70
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +0 -1
- package/lib/esm/_common/input/types.js +0 -22
- package/lib/esm/_common/input/types.js.map +0 -1
- package/lib/esm/ai-presence/AiPresence.js +0 -36
- package/lib/esm/ai-presence/AiPresence.js.map +0 -1
- package/lib/esm/ai-presence/index.js +0 -22
- package/lib/esm/ai-presence/index.js.map +0 -1
- package/lib/esm/ai-presence/stories/ai-presence-default.story.js +0 -30
- package/lib/esm/ai-presence/stories/ai-presence-default.story.js.map +0 -1
- package/lib/esm/ai-presence/stories/ai-presence-thinking.story.js +0 -29
- package/lib/esm/ai-presence/stories/ai-presence-thinking.story.js.map +0 -1
- package/lib/esm/ai-presence/stories/ai-presence.stories.js +0 -49
- package/lib/esm/ai-presence/stories/ai-presence.stories.js.map +0 -1
- package/lib/esm/ai-presence/stories/index.js +0 -27
- package/lib/esm/ai-presence/stories/index.js.map +0 -1
- package/lib/esm/banner/stories/banner-types.story.js +0 -28
- package/lib/esm/banner/stories/banner-types.story.js.map +0 -1
- package/lib/esm/callout/Callout.js +0 -65
- package/lib/esm/callout/Callout.js.map +0 -1
- package/lib/esm/callout/index.js +0 -22
- package/lib/esm/callout/index.js.map +0 -1
- package/lib/esm/callout/stories/callout-default.story.js +0 -28
- package/lib/esm/callout/stories/callout-default.story.js.map +0 -1
- package/lib/esm/callout/stories/callout-full.story.js +0 -28
- package/lib/esm/callout/stories/callout-full.story.js.map +0 -1
- package/lib/esm/callout/stories/callout-types.story.js +0 -28
- package/lib/esm/callout/stories/callout-types.story.js.map +0 -1
- package/lib/esm/callout/stories/callout-with-children.story.js +0 -28
- package/lib/esm/callout/stories/callout-with-children.story.js.map +0 -1
- package/lib/esm/callout/stories/callout-without-header.story.js +0 -28
- package/lib/esm/callout/stories/callout-without-header.story.js.map +0 -1
- package/lib/esm/callout/stories/callout.stories.js +0 -98
- package/lib/esm/callout/stories/callout.stories.js.map +0 -1
- package/lib/esm/callout/stories/index.js +0 -37
- package/lib/esm/callout/stories/index.js.map +0 -1
- package/lib/esm/clipboard-copier/ClipboardButton.js +0 -150
- package/lib/esm/clipboard-copier/ClipboardButton.js.map +0 -1
- package/lib/esm/clipboard-copier/index.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js +0 -28
- package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js +0 -28
- package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js +0 -28
- package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +0 -28
- package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js +0 -28
- package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js +0 -36
- package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js +0 -116
- package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js.map +0 -1
- package/lib/esm/clipboard-copier/stories/index.js +0 -40
- package/lib/esm/clipboard-copier/stories/index.js.map +0 -1
- package/lib/esm/context-menu/ContextMenu.js +0 -258
- package/lib/esm/context-menu/ContextMenu.js.map +0 -1
- package/lib/esm/context-menu/context-menu-types.js +0 -22
- package/lib/esm/context-menu/context-menu-types.js.map +0 -1
- package/lib/esm/context-menu/index.js +0 -22
- package/lib/esm/context-menu/index.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-custom-items.story.js +0 -31
- package/lib/esm/context-menu/stories/context-menu-custom-items.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-default.story.js +0 -43
- package/lib/esm/context-menu/stories/context-menu-default.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-in-modal.story.js +0 -36
- package/lib/esm/context-menu/stories/context-menu-in-modal.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-in-popover.story.js +0 -32
- package/lib/esm/context-menu/stories/context-menu-in-popover.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-nested.story.js +0 -32
- package/lib/esm/context-menu/stories/context-menu-nested.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-placements.story.js +0 -43
- package/lib/esm/context-menu/stories/context-menu-placements.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-with-category.story.js +0 -34
- package/lib/esm/context-menu/stories/context-menu-with-category.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js +0 -34
- package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-with-divider.story.js +0 -34
- package/lib/esm/context-menu/stories/context-menu-with-divider.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu-with-icon.story.js +0 -32
- package/lib/esm/context-menu/stories/context-menu-with-icon.story.js.map +0 -1
- package/lib/esm/context-menu/stories/context-menu.stories.js +0 -167
- package/lib/esm/context-menu/stories/context-menu.stories.js.map +0 -1
- package/lib/esm/context-menu/stories/index.js +0 -52
- package/lib/esm/context-menu/stories/index.js.map +0 -1
- package/lib/esm/data-grid/DataGridContext.js +0 -32
- package/lib/esm/data-grid/DataGridContext.js.map +0 -1
- package/lib/esm/data-grid/helpers.js +0 -248
- package/lib/esm/data-grid/helpers.js.map +0 -1
- package/lib/esm/data-grid/illustrations/NoData.js +0 -25
- package/lib/esm/data-grid/illustrations/NoData.js.map +0 -1
- package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js +0 -39
- package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js.map +0 -1
- package/lib/esm/dialog/stories/dialog-types.story.js +0 -38
- package/lib/esm/dialog/stories/dialog-types.story.js.map +0 -1
- package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js +0 -33
- package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +0 -1
- package/lib/esm/graph-visualization/graph-visualization-buttons.js +0 -167
- package/lib/esm/graph-visualization/graph-visualization-buttons.js.map +0 -1
- package/lib/esm/graph-visualization/graph-visualization-context.js +0 -58
- package/lib/esm/graph-visualization/graph-visualization-context.js.map +0 -1
- package/lib/esm/graph-visualization/graph-visualization-sidepanel.js +0 -52
- package/lib/esm/graph-visualization/graph-visualization-sidepanel.js.map +0 -1
- package/lib/esm/graph-visualization/graph-visualization.js +0 -298
- package/lib/esm/graph-visualization/graph-visualization.js.map +0 -1
- package/lib/esm/graph-visualization/index.js +0 -23
- package/lib/esm/graph-visualization/index.js.map +0 -1
- package/lib/esm/graph-visualization/map-to-nvl-graph.js +0 -162
- package/lib/esm/graph-visualization/map-to-nvl-graph.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/button-group.js +0 -69
- package/lib/esm/graph-visualization/sidepanel-components/button-group.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/clickable-urls-test.js +0 -212
- package/lib/esm/graph-visualization/sidepanel-components/clickable-urls-test.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/clickable-urls.js +0 -40
- package/lib/esm/graph-visualization/sidepanel-components/clickable-urls.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/details-panel.js +0 -82
- package/lib/esm/graph-visualization/sidepanel-components/details-panel.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/overview-panel.js +0 -41
- package/lib/esm/graph-visualization/sidepanel-components/overview-panel.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/properties-table.js +0 -45
- package/lib/esm/graph-visualization/sidepanel-components/properties-table.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/show-all.js +0 -41
- package/lib/esm/graph-visualization/sidepanel-components/show-all.js.map +0 -1
- package/lib/esm/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js +0 -31
- package/lib/esm/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js +0 -90
- package/lib/esm/graph-visualization/stories/graph-visualization-barebones.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js +0 -71
- package/lib/esm/graph-visualization/stories/graph-visualization-custom.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js +0 -90
- package/lib/esm/graph-visualization/stories/graph-visualization-default.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js +0 -28
- package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js +0 -102
- package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js +0 -34
- package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js.map +0 -1
- package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +0 -109
- package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +0 -1
- package/lib/esm/graph-visualization/stories/index.js +0 -40
- package/lib/esm/graph-visualization/stories/index.js.map +0 -1
- package/lib/esm/graph-visualization/stories/story-data.js +0 -86
- package/lib/esm/graph-visualization/stories/story-data.js.map +0 -1
- package/lib/esm/graph-visualization/use-managed-node-state.js +0 -259
- package/lib/esm/graph-visualization/use-managed-node-state.js.map +0 -1
- package/lib/esm/graph-visualization/utils.js +0 -60
- package/lib/esm/graph-visualization/utils.js.map +0 -1
- package/lib/esm/icons/generated/custom/BoxSelect.js +0 -28
- package/lib/esm/icons/generated/custom/BoxSelect.js.map +0 -1
- package/lib/esm/icons/generated/custom/CloudSaved.js +0 -28
- package/lib/esm/icons/generated/custom/CloudSaved.js.map +0 -1
- package/lib/esm/icons/generated/custom/CloudUnsaved.js +0 -28
- package/lib/esm/icons/generated/custom/CloudUnsaved.js.map +0 -1
- package/lib/esm/icons/generated/custom/CollapseExpand.js +0 -28
- package/lib/esm/icons/generated/custom/CollapseExpand.js.map +0 -1
- package/lib/esm/icons/generated/custom/CollapseExpandLeft.js +0 -28
- package/lib/esm/icons/generated/custom/CollapseExpandLeft.js.map +0 -1
- package/lib/esm/icons/generated/custom/CollapseExpandRight.js +0 -28
- package/lib/esm/icons/generated/custom/CollapseExpandRight.js.map +0 -1
- package/lib/esm/icons/generated/custom/DatabaseAddCircle.js +0 -28
- package/lib/esm/icons/generated/custom/DatabaseAddCircle.js.map +0 -1
- package/lib/esm/icons/generated/custom/DatabaseCrossed.js +0 -28
- package/lib/esm/icons/generated/custom/DatabaseCrossed.js.map +0 -1
- package/lib/esm/icons/generated/custom/DatagridNodata.js +0 -28
- package/lib/esm/icons/generated/custom/DatagridNodata.js.map +0 -1
- package/lib/esm/icons/generated/custom/Dbms.js +0 -28
- package/lib/esm/icons/generated/custom/Dbms.js.map +0 -1
- package/lib/esm/icons/generated/custom/Divider.js +0 -25
- package/lib/esm/icons/generated/custom/Divider.js.map +0 -1
- package/lib/esm/icons/generated/custom/Heirarchy2.js +0 -28
- package/lib/esm/icons/generated/custom/Heirarchy2.js.map +0 -1
- package/lib/esm/icons/generated/custom/Hierarchy1.js +0 -28
- package/lib/esm/icons/generated/custom/Hierarchy1.js.map +0 -1
- package/lib/esm/icons/generated/custom/Hierarchy2.js +0 -28
- package/lib/esm/icons/generated/custom/Hierarchy2.js.map +0 -1
- package/lib/esm/icons/generated/custom/InstanceNotConnected.js +0 -25
- package/lib/esm/icons/generated/custom/InstanceNotConnected.js.map +0 -1
- package/lib/esm/icons/generated/custom/Pan.js +0 -28
- package/lib/esm/icons/generated/custom/Pan.js.map +0 -1
- package/lib/esm/icons/generated/custom/QueryBrowser.js +0 -28
- package/lib/esm/icons/generated/custom/QueryBrowser.js.map +0 -1
- package/lib/esm/icons/generated/custom/ResetZoom.js +0 -28
- package/lib/esm/icons/generated/custom/ResetZoom.js.map +0 -1
- package/lib/esm/icons/generated/custom/Roles.js +0 -28
- package/lib/esm/icons/generated/custom/Roles.js.map +0 -1
- package/lib/esm/icons/generated/custom/ScienceMolecule.js +0 -28
- package/lib/esm/icons/generated/custom/ScienceMolecule.js.map +0 -1
- package/lib/esm/icons/generated/custom/SidebarLineLeft.js +0 -28
- package/lib/esm/icons/generated/custom/SidebarLineLeft.js.map +0 -1
- package/lib/esm/icons/generated/custom/SidebarLineRight.js +0 -28
- package/lib/esm/icons/generated/custom/SidebarLineRight.js.map +0 -1
- package/lib/esm/icons/generated/custom/Status.js +0 -28
- package/lib/esm/icons/generated/custom/Status.js.map +0 -1
- package/lib/esm/icons/generated/custom/TextString.js +0 -28
- package/lib/esm/icons/generated/custom/TextString.js.map +0 -1
- package/lib/esm/inline-edit/constants.js +0 -24
- package/lib/esm/inline-edit/constants.js.map +0 -1
- package/lib/esm/label/Label.js +0 -123
- package/lib/esm/label/Label.js.map +0 -1
- package/lib/esm/label/index.js +0 -22
- package/lib/esm/label/index.js.map +0 -1
- package/lib/esm/label/stories/index.js +0 -34
- package/lib/esm/label/stories/index.js.map +0 -1
- package/lib/esm/label/stories/label-colors.story.js +0 -28
- package/lib/esm/label/stories/label-colors.story.js.map +0 -1
- package/lib/esm/label/stories/label-default.story.js +0 -28
- package/lib/esm/label/stories/label-default.story.js.map +0 -1
- package/lib/esm/label/stories/label-fills.story.js +0 -28
- package/lib/esm/label/stories/label-fills.story.js.map +0 -1
- package/lib/esm/label/stories/label-with-icons.story.js +0 -28
- package/lib/esm/label/stories/label-with-icons.story.js.map +0 -1
- package/lib/esm/label/stories/label.stories.js +0 -90
- package/lib/esm/label/stories/label.stories.js.map +0 -1
- package/lib/esm/layout/Box.js +0 -41
- package/lib/esm/layout/Box.js.map +0 -1
- package/lib/esm/layout/Flex.js +0 -48
- package/lib/esm/layout/Flex.js.map +0 -1
- package/lib/esm/layout/index.js +0 -23
- package/lib/esm/layout/index.js.map +0 -1
- package/lib/esm/layout/types.js +0 -44
- package/lib/esm/layout/types.js.map +0 -1
- package/lib/esm/loading-bar/loading-bar.js +0 -30
- package/lib/esm/loading-bar/loading-bar.js.map +0 -1
- package/lib/esm/next/breadcrumbs/Breadcrumbs.js +0 -80
- package/lib/esm/next/breadcrumbs/Breadcrumbs.js.map +0 -1
- package/lib/esm/next/breadcrumbs/index.js +0 -22
- package/lib/esm/next/breadcrumbs/index.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js +0 -34
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-ellipses.story.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-header.story.js +0 -35
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-header.story.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-pages.story.js +0 -28
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-pages.story.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-steps.story.js +0 -28
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs-steps.story.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs.stories.js +0 -85
- package/lib/esm/next/breadcrumbs/stories/breadcrumbs.stories.js.map +0 -1
- package/lib/esm/next/breadcrumbs/stories/index.js +0 -34
- package/lib/esm/next/breadcrumbs/stories/index.js.map +0 -1
- package/lib/esm/next/side-navigation/SideNavigation.js +0 -210
- package/lib/esm/next/side-navigation/SideNavigation.js.map +0 -1
- package/lib/esm/next/side-navigation/index.js +0 -22
- package/lib/esm/next/side-navigation/index.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/index.js +0 -33
- package/lib/esm/next/side-navigation/stories/index.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/side-nav-badges.story.js +0 -72
- package/lib/esm/next/side-navigation/stories/side-nav-badges.story.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/side-nav-compact.story.js +0 -54
- package/lib/esm/next/side-navigation/stories/side-nav-compact.story.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/side-nav-default.story.js +0 -55
- package/lib/esm/next/side-navigation/stories/side-nav-default.story.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/side-nav-secondary.story.js +0 -70
- package/lib/esm/next/side-navigation/stories/side-nav-secondary.story.js.map +0 -1
- package/lib/esm/next/side-navigation/stories/side-nav.stories.js +0 -85
- package/lib/esm/next/side-navigation/stories/side-nav.stories.js.map +0 -1
- package/lib/esm/nvl/index.js +0 -24
- package/lib/esm/nvl/index.js.map +0 -1
- package/lib/esm/select/stories/select-inside-modal.story.js +0 -42
- package/lib/esm/select/stories/select-inside-modal.story.js.map +0 -1
- package/lib/esm/status-indicator/stories/status-indicator-types.story.js +0 -28
- package/lib/esm/status-indicator/stories/status-indicator-types.story.js.map +0 -1
- package/lib/esm/switch/stories/switch-checked.story.js +0 -28
- package/lib/esm/switch/stories/switch-checked.story.js.map +0 -1
- package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js +0 -28
- package/lib/esm/tooltip/stories/tooltip-rich-pass-through.story.js.map +0 -1
- package/lib/esm/widget/Widget.js +0 -40
- package/lib/esm/widget/Widget.js.map +0 -1
- package/lib/esm/widget/index.js +0 -22
- package/lib/esm/widget/index.js.map +0 -1
- package/lib/types/_common/defaultImports.d.ts +0 -22
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +0 -67
- package/lib/types/_common/input/types.d.ts +0 -30
- package/lib/types/ai-presence/AiPresence.d.ts +0 -34
- package/lib/types/ai-presence/index.d.ts +0 -21
- package/lib/types/ai-presence/stories/ai-presence.stories.d.ts +0 -26
- package/lib/types/ai-presence/stories/index.d.ts +0 -24
- package/lib/types/callout/Callout.d.ts +0 -46
- package/lib/types/callout/index.d.ts +0 -21
- package/lib/types/callout/stories/callout.stories.d.ts +0 -39
- package/lib/types/callout/stories/index.d.ts +0 -30
- package/lib/types/clipboard-copier/ClipboardButton.d.ts +0 -34
- package/lib/types/clipboard-copier/stories/clipboard-copier.stories.d.ts +0 -31
- package/lib/types/clipboard-copier/stories/index.d.ts +0 -32
- package/lib/types/context-menu/ContextMenu.d.ts +0 -34
- package/lib/types/context-menu/context-menu-types.d.ts +0 -89
- package/lib/types/context-menu/index.d.ts +0 -21
- package/lib/types/context-menu/stories/context-menu.stories.d.ts +0 -34
- package/lib/types/context-menu/stories/index.d.ts +0 -40
- package/lib/types/data-grid/DataGridContext.d.ts +0 -71
- package/lib/types/data-grid/illustrations/NoData.d.ts +0 -23
- package/lib/types/graph-visualization/graph-visualization-buttons.d.ts +0 -54
- package/lib/types/graph-visualization/graph-visualization-context.d.ts +0 -122
- package/lib/types/graph-visualization/graph-visualization-sidepanel.d.ts +0 -32
- package/lib/types/graph-visualization/graph-visualization.d.ts +0 -409
- package/lib/types/graph-visualization/index.d.ts +0 -22
- package/lib/types/graph-visualization/map-to-nvl-graph.d.ts +0 -37
- package/lib/types/graph-visualization/sidepanel-components/button-group.d.ts +0 -24
- package/lib/types/graph-visualization/sidepanel-components/clickable-urls-test.d.ts +0 -21
- package/lib/types/graph-visualization/sidepanel-components/clickable-urls.d.ts +0 -26
- package/lib/types/graph-visualization/sidepanel-components/details-panel.d.ts +0 -25
- package/lib/types/graph-visualization/sidepanel-components/overview-panel.d.ts +0 -21
- package/lib/types/graph-visualization/sidepanel-components/properties-table.d.ts +0 -31
- package/lib/types/graph-visualization/sidepanel-components/show-all.d.ts +0 -29
- package/lib/types/graph-visualization/sidepanel-components/single-selection-sidepanel-contents.d.ts +0 -21
- package/lib/types/graph-visualization/stories/graph-visualization-barebones.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization-custom.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization-default.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization-maximalist.story.d.ts +0 -23
- package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +0 -39
- package/lib/types/graph-visualization/stories/index.d.ts +0 -32
- package/lib/types/graph-visualization/stories/story-data.d.ts +0 -26
- package/lib/types/graph-visualization/use-managed-node-state.d.ts +0 -116
- package/lib/types/graph-visualization/utils.d.ts +0 -29
- package/lib/types/icons/generated/custom/BoxSelect.d.ts +0 -23
- package/lib/types/icons/generated/custom/CloudSaved.d.ts +0 -23
- package/lib/types/icons/generated/custom/CloudUnsaved.d.ts +0 -23
- package/lib/types/icons/generated/custom/CollapseExpand.d.ts +0 -23
- package/lib/types/icons/generated/custom/CollapseExpandLeft.d.ts +0 -23
- package/lib/types/icons/generated/custom/CollapseExpandRight.d.ts +0 -23
- package/lib/types/icons/generated/custom/DatabaseAddCircle.d.ts +0 -23
- package/lib/types/icons/generated/custom/DatabaseCrossed.d.ts +0 -23
- package/lib/types/icons/generated/custom/DatagridNodata.d.ts +0 -23
- package/lib/types/icons/generated/custom/Dbms.d.ts +0 -23
- package/lib/types/icons/generated/custom/Divider.d.ts +0 -23
- package/lib/types/icons/generated/custom/Heirarchy2.d.ts +0 -23
- package/lib/types/icons/generated/custom/Hierarchy1.d.ts +0 -23
- package/lib/types/icons/generated/custom/Hierarchy2.d.ts +0 -23
- package/lib/types/icons/generated/custom/InstanceNotConnected.d.ts +0 -23
- package/lib/types/icons/generated/custom/Pan.d.ts +0 -23
- package/lib/types/icons/generated/custom/QueryBrowser.d.ts +0 -23
- package/lib/types/icons/generated/custom/ResetZoom.d.ts +0 -23
- package/lib/types/icons/generated/custom/Roles.d.ts +0 -23
- package/lib/types/icons/generated/custom/ScienceMolecule.d.ts +0 -23
- package/lib/types/icons/generated/custom/SidebarLineLeft.d.ts +0 -23
- package/lib/types/icons/generated/custom/SidebarLineRight.d.ts +0 -23
- package/lib/types/icons/generated/custom/Status.d.ts +0 -23
- package/lib/types/icons/generated/custom/TextString.d.ts +0 -23
- package/lib/types/inline-edit/constants.d.ts +0 -23
- package/lib/types/label/Label.d.ts +0 -47
- package/lib/types/label/index.d.ts +0 -21
- package/lib/types/label/stories/index.d.ts +0 -28
- package/lib/types/label/stories/label.stories.d.ts +0 -29
- package/lib/types/layout/Box.d.ts +0 -61
- package/lib/types/layout/Flex.d.ts +0 -75
- package/lib/types/layout/index.d.ts +0 -22
- package/lib/types/layout/types.d.ts +0 -46
- package/lib/types/next/breadcrumbs/Breadcrumbs.d.ts +0 -88
- package/lib/types/next/breadcrumbs/index.d.ts +0 -21
- package/lib/types/next/breadcrumbs/stories/breadcrumbs.stories.d.ts +0 -78
- package/lib/types/next/side-navigation/SideNavigation.d.ts +0 -126
- package/lib/types/next/side-navigation/index.d.ts +0 -21
- package/lib/types/next/side-navigation/stories/side-nav.stories.d.ts +0 -94
- package/lib/types/nvl/index.d.ts +0 -23
- package/lib/types/widget/Widget.d.ts +0 -54
- package/lib/types/widget/index.d.ts +0 -21
- /package/lib/cjs/{clipboard-copier → clipboard-button}/index.js +0 -0
- /package/lib/esm/{clipboard-copier → clipboard-button}/index.js +0 -0
- /package/lib/types/{ai-presence → ai/presence}/stories/ai-presence-default.story.d.ts +0 -0
- /package/lib/types/{ai-presence → ai/presence}/stories/ai-presence-thinking.story.d.ts +0 -0
- /package/lib/types/banner/stories/{banner-types.story.d.ts → banner-variants.story.d.ts} +0 -0
- /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-ellipses.story.d.ts +0 -0
- /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-header.story.d.ts +0 -0
- /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-pages.story.d.ts +0 -0
- /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/breadcrumbs-steps.story.d.ts +0 -0
- /package/lib/types/{next/breadcrumbs → breadcrumbs}/stories/index.d.ts +0 -0
- /package/lib/types/{callout/stories/callout-default.story.d.ts → checkbox/stories/checkbox-controlled.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier → clipboard-button}/index.d.ts +0 -0
- /package/lib/types/{callout/stories/callout-full.story.d.ts → clipboard-button/stories/clipboard-button-default.story.d.ts} +0 -0
- /package/lib/types/{callout/stories/callout-types.story.d.ts → clipboard-button/stories/clipboard-button-disabled.story.d.ts} +0 -0
- /package/lib/types/{callout/stories/callout-with-children.story.d.ts → clipboard-button/stories/clipboard-button-not-clean.story.d.ts} +0 -0
- /package/lib/types/{callout/stories/callout-without-header.story.d.ts → clipboard-button/stories/clipboard-button-not-icon-button.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-default.story.d.ts → clipboard-button/stories/clipboard-button-sizes.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-disabled.story.d.ts → clipboard-button/stories/clipboard-button-tooltip.story.d.ts} +0 -0
- /package/lib/types/data-grid/{helpers.d.ts → helpers/index.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-not-clean.story.d.ts → data-grid/stories/datagrid-component-overriding.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-not-icon-button.story.d.ts → data-grid/stories/datagrid-in-dialog.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-sizes.story.d.ts → data-grid/stories/datagrid-keyboard-navigation.story.d.ts} +0 -0
- /package/lib/types/{clipboard-copier/stories/clipboard-copier-tooltip.story.d.ts → data-grid/stories/datagrid-kitchen-sink.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-custom-items.story.d.ts → data-grid/stories/datagrid-no-pagination-table.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-default.story.d.ts → data-grid/stories/datagrid-percentage-width-columns.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-in-modal.story.d.ts → data-grid/stories/datagrid-placeholder-states.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-in-popover.story.d.ts → data-grid/stories/datagrid-selectable.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-nested.story.d.ts → data-grid/stories/datagrid-simple.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-placements.story.d.ts → data-grid/stories/datagrid-single-selectable.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-with-category.story.d.ts → data-grid/stories/datagrid-skeleton-loading.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-with-disabled-item.story.d.ts → data-grid/stories/datagrid-sortable.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-with-divider.story.d.ts → data-grid/stories/datagrid-using-editable-cells.story.d.ts} +0 -0
- /package/lib/types/{context-menu/stories/context-menu-with-icon.story.d.ts → data-grid/stories/datagrid-virtualization.story.d.ts} +0 -0
- /package/lib/types/date-picker/stories/{date-picker-inside-modal.story.d.ts → date-picker-in-dialog.story.d.ts} +0 -0
- /package/lib/types/{dropdown-button/stories/dropdown-button-with-context-menu.story.d.ts → date-picker/stories/date-picker-portaled.story.d.ts} +0 -0
- /package/lib/types/{label/stories/label-colors.story.d.ts → date-picker/stories/date-picker-range.story.d.ts} +0 -0
- /package/lib/types/dialog/stories/{dialog-types.story.d.ts → dialog-variants.story.d.ts} +0 -0
- /package/lib/types/{label/stories/label-default.story.d.ts → divider/stories/divider-default.story.d.ts} +0 -0
- /package/lib/types/{label/stories/label-fills.story.d.ts → divider/stories/divider-horizontal.story.d.ts} +0 -0
- /package/lib/types/{label/stories/label-with-icons.story.d.ts → divider/stories/divider-vertical.story.d.ts} +0 -0
- /package/lib/types/{next/side-navigation/stories/side-nav-badges.story.d.ts → dropdown-button/stories/dropdown-button-with-menu.story.d.ts} +0 -0
- /package/lib/types/{graph-visualization/stories/graph-visualization-highlighting.story.d.ts → inline-edit/stories/inline-edit-controlled-editing.story.d.ts} +0 -0
- /package/lib/types/{graph-visualization/stories/graph-visualization-search.story.d.ts → inline-edit/stories/inline-edit-controlled-value.story.d.ts} +0 -0
- /package/lib/types/{next/side-navigation/stories/side-nav-compact.story.d.ts → kbd/stories/kbd-default.story.d.ts} +0 -0
- /package/lib/types/{next/side-navigation/stories/side-nav-default.story.d.ts → kbd/stories/kdb-sequence.story.d.ts} +0 -0
- /package/lib/types/loading-bar/{loading-bar.d.ts → LoadingBar.d.ts} +0 -0
- /package/lib/types/{next/side-navigation/stories/side-nav-secondary.story.d.ts → logo/stories/logo-black.story.d.ts} +0 -0
- /package/lib/types/{status-indicator/stories/status-indicator-types.story.d.ts → logo/stories/logo-default.story.d.ts} +0 -0
- /package/lib/types/{switch/stories/switch-checked.story.d.ts → logo/stories/logo-icon.story.d.ts} +0 -0
- /package/lib/types/{tooltip/stories/tooltip-rich-pass-through.story.d.ts → menu/stories/menu-custom-items.story.d.ts} +0 -0
- /package/lib/types/select/stories/{select-inside-modal.story.d.ts → select-inside-dialog.story.d.ts} +0 -0
- /package/lib/types/{next/side-navigation → side-navigation}/stories/index.d.ts +0 -0
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.CodeBlockWrapper = void 0;
|
|
18
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
1
19
|
/**
|
|
2
20
|
*
|
|
3
21
|
* Copyright (c) "Neo4j"
|
|
@@ -18,28 +36,12 @@
|
|
|
18
36
|
* You should have received a copy of the GNU General Public License
|
|
19
37
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
38
|
*/
|
|
21
|
-
|
|
22
|
-
"use strict";
|
|
23
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
24
|
-
var t = {};
|
|
25
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
26
|
-
t[p] = s[p];
|
|
27
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
28
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
29
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
30
|
-
t[p[i]] = s[p[i]];
|
|
31
|
-
}
|
|
32
|
-
return t;
|
|
33
|
-
};
|
|
34
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.CodeBlockWrapper = void 0;
|
|
36
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
37
40
|
const react_1 = require("react");
|
|
38
41
|
const clean_icon_button_1 = require("../clean-icon-button");
|
|
39
42
|
const icons_1 = require("../icons");
|
|
40
|
-
const defaultImports_1 = require("./defaultImports");
|
|
41
43
|
const defaultElement = 'div';
|
|
42
|
-
const CodeBlockWrapper = ({ as, maxHeight, code,
|
|
44
|
+
const CodeBlockWrapper = ({ as, maxHeight, code, heading, children, isDisabled, actions, shouldShowExpandButton, setShouldShowExpandButton, className, style, ref, htmlAttributes, }) => {
|
|
43
45
|
var _a;
|
|
44
46
|
const Component = as !== null && as !== void 0 ? as : defaultElement;
|
|
45
47
|
const syntaxHighlighterWrapperRef = (0, react_1.useRef)(null);
|
|
@@ -67,22 +69,20 @@ const CodeBlockWrapper = ({ as, maxHeight, code, headerTitle, children, isDisabl
|
|
|
67
69
|
setShouldShowExpandButton(true);
|
|
68
70
|
}
|
|
69
71
|
}, [maxHeight, code, setShouldShowExpandButton]);
|
|
70
|
-
return ((0, jsx_runtime_1.jsxs)(Component, Object.assign({ ref: ref, className: (0,
|
|
72
|
+
return ((0, jsx_runtime_1.jsxs)(Component, Object.assign({ ref: ref, className: (0, classnames_1.default)('ndl-code-block-container', className), style: Object.assign({ height: containerHeight }, style) }, htmlAttributes, { children: [(0, jsx_runtime_1.jsxs)("div", { className: "n-flex n-flex-col n-h-full", children: [Boolean(heading) === true && ((0, jsx_runtime_1.jsx)("div", { className: (0, classnames_1.default)('ndl-code-block-title', {
|
|
71
73
|
'ndl-disabled': isDisabled,
|
|
72
74
|
}), style: {
|
|
73
75
|
maxWidth: `calc(100% - ${((_a = actions === null || actions === void 0 ? void 0 : actions.length) !== null && _a !== void 0 ? _a : 0) * 36 + 20}px)`,
|
|
74
|
-
}, "data-testid": "ndl-code-block-title", children:
|
|
76
|
+
}, "data-testid": "ndl-code-block-title", children: heading })), (0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)('ndl-code-content-container', {
|
|
75
77
|
'ndl-disabled': isDisabled,
|
|
76
78
|
}), style: {
|
|
77
|
-
height: Boolean(
|
|
78
|
-
|
|
79
|
-
: '100%',
|
|
80
|
-
}, children: [(0, jsx_runtime_1.jsx)("div", { className: "ndl-code-pseudo-element" }), (0, jsx_runtime_1.jsx)("div", { ref: syntaxHighlighterWrapperRef, className: "ndl-highlight-wrapper", role: "textbox", "aria-label": "Code snippet", tabIndex: 0, children: children }), (0, jsx_runtime_1.jsx)("div", { className: "ndl-code-pseudo-element" })] })] }), (0, jsx_runtime_1.jsx)("div", { className: (0, defaultImports_1.classNames)('ndl-code-block-actions', {
|
|
79
|
+
height: Boolean(heading) === true ? 'calc(100% - 24px - 12px)' : '100%',
|
|
80
|
+
}, children: [(0, jsx_runtime_1.jsx)("div", { className: "ndl-code-pseudo-element" }), (0, jsx_runtime_1.jsx)("div", { ref: syntaxHighlighterWrapperRef, className: "ndl-highlight-wrapper", role: "textbox", "aria-label": "Code snippet", tabIndex: 0, children: children }), (0, jsx_runtime_1.jsx)("div", { className: "ndl-code-pseudo-element" })] })] }), (0, jsx_runtime_1.jsx)("div", { className: (0, classnames_1.default)('ndl-code-block-actions', {
|
|
81
81
|
'ndl-disabled': isDisabled,
|
|
82
82
|
}), children: actions === null || actions === void 0 ? void 0 : actions.map((iconButtonProps, i) => {
|
|
83
|
-
const { htmlAttributes,
|
|
84
|
-
return ((0, jsx_runtime_1.jsx)(clean_icon_button_1.CleanIconButton, Object.assign({
|
|
85
|
-
}) }), shouldShowExpandButton && ((0, jsx_runtime_1.jsx)("div", { className: "ndl-code-block-expand-button", children: (0, jsx_runtime_1.jsx)(clean_icon_button_1.CleanIconButton, {
|
|
83
|
+
const { htmlAttributes, description } = iconButtonProps, restCleanIconButtonProps = __rest(iconButtonProps, ["htmlAttributes", "description"]);
|
|
84
|
+
return ((0, jsx_runtime_1.jsx)(clean_icon_button_1.CleanIconButton, Object.assign({ description: `${description !== null && description !== void 0 ? description : 'CodeBlock Action'}`, isDisabled: isDisabled, htmlAttributes: Object.assign({ 'data-testid': `ndl-action-button-${i}` }, htmlAttributes) }, restCleanIconButtonProps), i));
|
|
85
|
+
}) }), shouldShowExpandButton && ((0, jsx_runtime_1.jsx)("div", { className: "ndl-code-block-expand-button", children: (0, jsx_runtime_1.jsx)(clean_icon_button_1.CleanIconButton, { description: isExpanded ? 'Collapse' : 'Expand', tooltipProps: {
|
|
86
86
|
root: {
|
|
87
87
|
shouldCloseOnReferenceClick: true,
|
|
88
88
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlockWrapper.js","sourceRoot":"","sources":["../../../src/_common/CodeBlockWrapper.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CodeBlockWrapper.js","sourceRoot":"","sources":["../../../src/_common/CodeBlockWrapper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/_common/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.useSemiControlledInput = useSemiControlledInput;
|
|
24
|
+
const react_1 = require("react");
|
|
25
|
+
function useSemiControlledInput({ state, onChange, isControlled, inputType = 'text', }) {
|
|
26
|
+
const [internalState, setInternalState] = (0, react_1.useState)(state);
|
|
27
|
+
// Decide which state is "active"
|
|
28
|
+
const current = (0, react_1.useMemo)(() => {
|
|
29
|
+
return isControlled === true ? state : internalState;
|
|
30
|
+
}, [isControlled, state, internalState]);
|
|
31
|
+
const setStateFromEvent = (0, react_1.useCallback)((event) => {
|
|
32
|
+
let resolved;
|
|
33
|
+
if (['checkbox', 'radio', 'switch'].includes(inputType)) {
|
|
34
|
+
resolved = event.target.checked;
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
resolved = event.target.value;
|
|
38
|
+
}
|
|
39
|
+
if (isControlled !== true) {
|
|
40
|
+
setInternalState(resolved);
|
|
41
|
+
}
|
|
42
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(event);
|
|
43
|
+
}, [isControlled, onChange, inputType]);
|
|
44
|
+
return [current, setStateFromEvent];
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=use-semi-controlled-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-semi-controlled-input.js","sourceRoot":"","sources":["../../../src/_common/use-semi-controlled-input.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;AAaH,wDAoCC;AA/CD,iCAAuD;AAWvD,SAAgB,sBAAsB,CAAI,EACxC,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,SAAS,GAAG,MAAM,GACa;IAI/B,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,IAAA,gBAAQ,EAAI,KAAK,CAAC,CAAC;IAE7D,iCAAiC;IACjC,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,GAAG,EAAE;QAC3B,OAAO,YAAY,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,aAAa,CAAC;IACvD,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC;IAEzC,MAAM,iBAAiB,GAAG,IAAA,mBAAW,EACnC,CAAC,KAA0C,EAAE,EAAE;QAC7C,IAAI,QAAW,CAAC;QAEhB,IAAI,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,SAAS,CAAC,EAAE,CAAC;YACxD,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAC,OAAY,CAAC;QACvC,CAAC;aAAM,CAAC;YACN,QAAQ,GAAG,KAAK,CAAC,MAAM,CAAC,KAAU,CAAC;QACrC,CAAC;QAED,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;YAC1B,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAC7B,CAAC;QAED,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAG,KAAK,CAAC,CAAC;IACpB,CAAC,EACD,CAAC,YAAY,EAAE,QAAQ,EAAE,SAAS,CAAC,CACpC,CAAC;IAEF,OAAO,CAAC,OAAO,EAAE,iBAAiB,CAAC,CAAC;AACtC,CAAC"}
|
|
@@ -22,22 +22,19 @@
|
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
23
|
exports.useSemicontrolledState = useSemicontrolledState;
|
|
24
24
|
const react_1 = require("react");
|
|
25
|
-
function useSemicontrolledState(
|
|
26
|
-
const [
|
|
27
|
-
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
25
|
+
function useSemicontrolledState({ state, onChange, isControlled, }) {
|
|
26
|
+
const [internal, setInternal] = (0, react_1.useState)(state);
|
|
27
|
+
// Decide which state is "active"
|
|
28
|
+
const current = (0, react_1.useMemo)(() => {
|
|
29
|
+
return isControlled === true ? state : internal;
|
|
30
|
+
}, [isControlled, state, internal]);
|
|
31
|
+
const setState = (0, react_1.useCallback)((next) => {
|
|
32
|
+
const resolved = typeof next === 'function' ? next(current) : next;
|
|
33
|
+
if (isControlled !== true) {
|
|
34
|
+
setInternal(resolved);
|
|
36
35
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}, [externalSetState, setBackupState, externalState]);
|
|
41
|
-
return [state, setState];
|
|
36
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(resolved);
|
|
37
|
+
}, [isControlled, current, onChange]);
|
|
38
|
+
return [current, setState];
|
|
42
39
|
}
|
|
43
40
|
//# sourceMappingURL=use-semi-controlled-state.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-semi-controlled-state.js","sourceRoot":"","sources":["../../../src/_common/use-semi-controlled-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;
|
|
1
|
+
{"version":3,"file":"use-semi-controlled-state.js","sourceRoot":"","sources":["../../../src/_common/use-semi-controlled-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;AAYH,wDA0BC;AApCD,iCAAuD;AAUvD,SAAgB,sBAAsB,CAAI,EACxC,KAAK,EACL,QAAQ,EACR,YAAY,GACmB;IAC/B,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,IAAA,gBAAQ,EAAI,KAAK,CAAC,CAAC;IAEnD,iCAAiC;IACjC,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,GAAG,EAAE;QAC3B,OAAO,YAAY,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC;IAClD,CAAC,EAAE,CAAC,YAAY,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEpC,MAAM,QAAQ,GAAG,IAAA,mBAAW,EAC1B,CAAC,IAAuB,EAAE,EAAE;QAC1B,MAAM,QAAQ,GACZ,OAAO,IAAI,KAAK,UAAU,CAAC,CAAC,CAAE,IAAuB,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QAExE,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;YAC1B,WAAW,CAAC,QAAQ,CAAC,CAAC;QACxB,CAAC;QACD,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAG,QAAQ,CAAC,CAAC;IACvB,CAAC,EACD,CAAC,YAAY,EAAE,OAAO,EAAE,QAAQ,CAAC,CAClC,CAAC;IAEF,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;AAC7B,CAAC"}
|
package/lib/cjs/_common/utils.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.convertHexToRGB = exports.findFocusableSibling = exports.findFocusableChildren = exports.randomId = exports.useOnClickOutside = exports.useDocumentScrollToggle = exports.needleWarningMessage = exports.removeSpaces = exports.removeNewlines = void 0;
|
|
3
|
+
exports.getRadius = exports.RadiusDefaults = exports.getSpacing = exports.SpacingDefaults = exports.convertHexToRGB = exports.findFocusableSibling = exports.findFocusableChildren = exports.randomId = exports.useOnClickOutside = exports.useDocumentScrollToggle = exports.needleWarningMessage = exports.removeSpaces = exports.removeNewlines = void 0;
|
|
4
4
|
exports.isRefObject = isRefObject;
|
|
5
5
|
exports.findUntil = findUntil;
|
|
6
6
|
/**
|
|
@@ -23,6 +23,7 @@ exports.findUntil = findUntil;
|
|
|
23
23
|
* You should have received a copy of the GNU General Public License
|
|
24
24
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
25
25
|
*/
|
|
26
|
+
const base_1 = require("@neo4j-ndl/base");
|
|
26
27
|
const react_1 = require("react");
|
|
27
28
|
const removeNewlines = (input) => input.replace(/(\r\n|\n|\r)/gm, '');
|
|
28
29
|
exports.removeNewlines = removeNewlines;
|
|
@@ -175,4 +176,28 @@ const convertHexToRGB = (hex) => {
|
|
|
175
176
|
return `rgb(${red}, ${green}, ${blue})`;
|
|
176
177
|
};
|
|
177
178
|
exports.convertHexToRGB = convertHexToRGB;
|
|
179
|
+
exports.SpacingDefaults = {
|
|
180
|
+
gap: '4',
|
|
181
|
+
padding: '4',
|
|
182
|
+
paddingBlockEnd: undefined,
|
|
183
|
+
paddingBlockStart: undefined,
|
|
184
|
+
paddingInline: undefined,
|
|
185
|
+
paddingInlineEnd: undefined,
|
|
186
|
+
paddingInlineStart: undefined,
|
|
187
|
+
};
|
|
188
|
+
const getSpacing = (spacing, property) => {
|
|
189
|
+
return spacing
|
|
190
|
+
? base_1.tokens.space[spacing || exports.SpacingDefaults[property]]
|
|
191
|
+
: undefined;
|
|
192
|
+
};
|
|
193
|
+
exports.getSpacing = getSpacing;
|
|
194
|
+
exports.RadiusDefaults = {
|
|
195
|
+
borderRadius: undefined,
|
|
196
|
+
};
|
|
197
|
+
const getRadius = (spacing, property) => {
|
|
198
|
+
return spacing
|
|
199
|
+
? base_1.tokens.borderRadius[spacing || exports.RadiusDefaults[property]]
|
|
200
|
+
: undefined;
|
|
201
|
+
};
|
|
202
|
+
exports.getRadius = getRadius;
|
|
178
203
|
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/_common/utils.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/_common/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Accordion = void 0;
|
|
18
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
1
19
|
/**
|
|
2
20
|
*
|
|
3
21
|
* Copyright (c) "Neo4j"
|
|
@@ -18,24 +36,8 @@
|
|
|
18
36
|
* You should have received a copy of the GNU General Public License
|
|
19
37
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
38
|
*/
|
|
21
|
-
|
|
22
|
-
"use strict";
|
|
23
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
24
|
-
var t = {};
|
|
25
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
26
|
-
t[p] = s[p];
|
|
27
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
28
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
29
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
30
|
-
t[p[i]] = s[p[i]];
|
|
31
|
-
}
|
|
32
|
-
return t;
|
|
33
|
-
};
|
|
34
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.Accordion = void 0;
|
|
36
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
39
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
37
40
|
const react_1 = require("react");
|
|
38
|
-
const defaultImports_1 = require("../_common/defaultImports");
|
|
39
41
|
const utils_1 = require("../_common/utils");
|
|
40
42
|
const divider_1 = require("../divider");
|
|
41
43
|
const icons_1 = require("../icons");
|
|
@@ -97,7 +99,7 @@ const AccordionComponent = function AccordionComponent(_a) {
|
|
|
97
99
|
accordionButton.focus();
|
|
98
100
|
}
|
|
99
101
|
};
|
|
100
|
-
const classes = (0,
|
|
102
|
+
const classes = (0, classnames_1.default)('ndl-accordion', className);
|
|
101
103
|
const { expandedItemIds } = restProps;
|
|
102
104
|
const { expandedItemId } = restProps;
|
|
103
105
|
const contextValue = isMultiple
|
|
@@ -164,43 +166,43 @@ const BaseAccordionItem = ({ itemId, children, title, className = '', arrowPosit
|
|
|
164
166
|
// The W3 WAI-ARIA states that focus can only happen on the header not the header button.
|
|
165
167
|
(_b = (_a = document.activeElement) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.focus();
|
|
166
168
|
}, [isExpanded, isMultiple, isDisabled, itemId, onExpandedChange, context]);
|
|
167
|
-
const classes = (0,
|
|
169
|
+
const classes = (0, classnames_1.default)('ndl-accordion-item', className, {
|
|
168
170
|
'ndl-accordion-item-disabled': isDisabled,
|
|
169
171
|
'ndl-accordion-item-expanded': isExpanded,
|
|
170
172
|
});
|
|
171
|
-
const headerClasses = (0,
|
|
173
|
+
const headerClasses = (0, classnames_1.default)('ndl-accordion-item-header', {
|
|
172
174
|
'ndl-accordion-item-header-disabled': isDisabled,
|
|
173
175
|
});
|
|
174
|
-
const iconClasses = (0,
|
|
176
|
+
const iconClasses = (0, classnames_1.default)('ndl-accordion-item-header-icon-wrapper', {
|
|
175
177
|
'ndl-accordion-item-header-icon-wrapper-leading': arrowPosition === 'leading',
|
|
176
178
|
});
|
|
177
|
-
const buttonClasses = (0,
|
|
179
|
+
const buttonClasses = (0, classnames_1.default)('ndl-accordion-item-header-button', {
|
|
178
180
|
'ndl-accordion-item-header-button-disabled': isDisabled,
|
|
179
181
|
});
|
|
180
|
-
const titleClasses = (0,
|
|
182
|
+
const titleClasses = (0, classnames_1.default)('ndl-accordion-item-header-button-title', {
|
|
181
183
|
'ndl-accordion-item-header-button-title': isDisabled,
|
|
182
184
|
'ndl-accordion-item-header-button-title-leading': arrowPosition === 'leading',
|
|
183
185
|
});
|
|
184
|
-
const contentClasses = (0,
|
|
186
|
+
const contentClasses = (0, classnames_1.default)('ndl-accordion-item-content', {
|
|
185
187
|
'ndl-accordion-item-content-expanded': isExpanded,
|
|
186
188
|
'ndl-accordion-item-content-leading': arrowPosition === 'leading',
|
|
187
189
|
});
|
|
188
190
|
return ((0, jsx_runtime_1.jsxs)(Component, Object.assign({}, htmlAttributes, { className: classes, style: style, id: itemElementId, children: [(0, jsx_runtime_1.jsxs)("div", { className: headerClasses, id: headerElementId, children: [(0, jsx_runtime_1.jsx)("button", { id: buttonElementId, onClick: handleOnClick, className: buttonClasses, "aria-expanded": isExpanded, "aria-disabled": isDisabled, "aria-label": title, "aria-controls": panelElementId, disabled: isDisabled, children: (0, jsx_runtime_1.jsxs)("span", { className: iconClasses, children: [(0, jsx_runtime_1.jsx)(typography_1.Typography, { variant: titleTypographyVariant, className: titleClasses, htmlAttributes: {
|
|
189
191
|
role: 'heading',
|
|
190
192
|
'aria-level': 2,
|
|
191
|
-
}, children: title }), (0, jsx_runtime_1.jsx)(icons_1.ChevronDownIconOutline, { className: (0,
|
|
193
|
+
}, children: title }), (0, jsx_runtime_1.jsx)(icons_1.ChevronDownIconOutline, { className: (0, classnames_1.default)('ndl-accordion-item-header-icon', {
|
|
192
194
|
'-n-rotate-180': isExpanded,
|
|
193
195
|
}) })] }) }), trailingContent && ((0, jsx_runtime_1.jsx)(typography_1.Typography, { as: "div", variant: "body-medium", children: trailingContent }))] }), (0, jsx_runtime_1.jsx)("div", { id: panelElementId, ref: contentRef, className: contentClasses, "aria-hidden": !isExpanded, "aria-labelledby": buttonElementId, role: "region", children: (0, jsx_runtime_1.jsx)("div", { ref: innerContentRef, className: "ndl-accordion-item-content-inner", onKeyDown: (event) => event.stopPropagation(), children: (0, jsx_runtime_1.jsx)(typography_1.Typography, { variant: "body-medium", className: "n-text-neutral-text-weak", as: "div", children: children }) }) }), hasDivider && (0, jsx_runtime_1.jsx)(divider_1.Divider, {})] })));
|
|
194
196
|
};
|
|
195
197
|
const AccordionItem = (_a) => {
|
|
196
198
|
var { className } = _a, restProps = __rest(_a, ["className"]);
|
|
197
|
-
const classes = (0,
|
|
199
|
+
const classes = (0, classnames_1.default)('ndl-accordion-item-classic', className);
|
|
198
200
|
return (0, jsx_runtime_1.jsx)(BaseAccordionItem, Object.assign({}, restProps, { className: classes }));
|
|
199
201
|
};
|
|
200
202
|
AccordionItem.displayName = 'Accordion.Item';
|
|
201
203
|
const CleanItem = (_a) => {
|
|
202
204
|
var { className } = _a, restProps = __rest(_a, ["className"]);
|
|
203
|
-
const classes = (0,
|
|
205
|
+
const classes = (0, classnames_1.default)('ndl-accordion-item-clean', className);
|
|
204
206
|
return ((0, jsx_runtime_1.jsx)(BaseAccordionItem, Object.assign({}, restProps, { className: classes, hasDivider: false })));
|
|
205
207
|
};
|
|
206
208
|
CleanItem.displayName = 'Accordion.CleanItem';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/accordion/Accordion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.js","sourceRoot":"","sources":["../../../src/accordion/Accordion.tsx"],"names":[],"mappings":"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"}
|
|
@@ -36,16 +36,17 @@ var accordion_right_content_story_1 = require("./accordion-right-content.story")
|
|
|
36
36
|
Object.defineProperty(exports, "AccordionRightContent", { enumerable: true, get: function () { return __importDefault(accordion_right_content_story_1).default; } });
|
|
37
37
|
var accordion_single_expanded_story_1 = require("./accordion-single-expanded.story");
|
|
38
38
|
Object.defineProperty(exports, "AccordionSingleExpanded", { enumerable: true, get: function () { return __importDefault(accordion_single_expanded_story_1).default; } });
|
|
39
|
+
const export_stories_utils_1 = require("@neo4j-ndl/react/_common/export-stories-utils");
|
|
39
40
|
const accordion_clean_items_expanded_story_raw_1 = __importDefault(require("./accordion-clean-items-expanded.story?raw"));
|
|
40
41
|
const accordion_default_expanded_story_raw_1 = __importDefault(require("./accordion-default-expanded.story?raw"));
|
|
41
42
|
const accordion_full_story_raw_1 = __importDefault(require("./accordion-full.story?raw"));
|
|
42
43
|
const accordion_multiple_expanded_story_raw_1 = __importDefault(require("./accordion-multiple-expanded.story?raw"));
|
|
43
44
|
const accordion_right_content_story_raw_1 = __importDefault(require("./accordion-right-content.story?raw"));
|
|
44
45
|
const accordion_single_expanded_story_raw_1 = __importDefault(require("./accordion-single-expanded.story?raw"));
|
|
45
|
-
exports.AccordionCleanItemsSrc = accordion_clean_items_expanded_story_raw_1.default
|
|
46
|
-
exports.AccordionDefaultSrc = accordion_default_expanded_story_raw_1.default
|
|
47
|
-
exports.AccordionFullSrc = accordion_full_story_raw_1.default
|
|
48
|
-
exports.AccordionMultipleExpandedSrc = accordion_multiple_expanded_story_raw_1.default
|
|
49
|
-
exports.AccordionRightContentSrc = accordion_right_content_story_raw_1.default
|
|
50
|
-
exports.AccordionSingleExpandedSrc = accordion_single_expanded_story_raw_1.default
|
|
46
|
+
exports.AccordionCleanItemsSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_clean_items_expanded_story_raw_1.default);
|
|
47
|
+
exports.AccordionDefaultSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_default_expanded_story_raw_1.default);
|
|
48
|
+
exports.AccordionFullSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_full_story_raw_1.default);
|
|
49
|
+
exports.AccordionMultipleExpandedSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_multiple_expanded_story_raw_1.default);
|
|
50
|
+
exports.AccordionRightContentSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_right_content_story_raw_1.default);
|
|
51
|
+
exports.AccordionSingleExpandedSrc = (0, export_stories_utils_1.removeLicenseHeader)(accordion_single_expanded_story_raw_1.default);
|
|
51
52
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/accordion/stories/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;AAEH,+FAAwF;AAA/E,4JAAA,OAAO,OAAuB;AACvC,uFAAiF;AAAxE,qJAAA,OAAO,OAAoB;AACpC,+DAAkE;AAAzD,sIAAA,OAAO,OAAiB;AACjC,yFAA2F;AAAlF,+JAAA,OAAO,OAA6B;AAC7C,iFAAmF;AAA1E,uJAAA,OAAO,OAAyB;AACzC,qFAAuF;AAA9E,2JAAA,OAAO,OAA2B;AAE3C,0HAAmF;AACnF,kHAA4E;AAC5E,0FAA6D;AAC7D,oHAAsF;AACtF,4GAA8E;AAC9E,gHAAkF;AAErE,QAAA,sBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/accordion/stories/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;AAEH,+FAAwF;AAA/E,4JAAA,OAAO,OAAuB;AACvC,uFAAiF;AAAxE,qJAAA,OAAO,OAAoB;AACpC,+DAAkE;AAAzD,sIAAA,OAAO,OAAiB;AACjC,yFAA2F;AAAlF,+JAAA,OAAO,OAA6B;AAC7C,iFAAmF;AAA1E,uJAAA,OAAO,OAAyB;AACzC,qFAAuF;AAA9E,2JAAA,OAAO,OAA2B;AAE3C,wFAAoF;AAEpF,0HAAmF;AACnF,kHAA4E;AAC5E,0FAA6D;AAC7D,oHAAsF;AACtF,4GAA8E;AAC9E,gHAAkF;AAErE,QAAA,sBAAsB,GAAG,IAAA,0CAAmB,EACvD,kDAAyB,CAC1B,CAAC;AACW,QAAA,mBAAmB,GAAG,IAAA,0CAAmB,EAAC,8CAAsB,CAAC,CAAC;AAClE,QAAA,gBAAgB,GAAG,IAAA,0CAAmB,EAAC,kCAAmB,CAAC,CAAC;AAE5D,QAAA,4BAA4B,GAAG,IAAA,0CAAmB,EAC7D,+CAA+B,CAChC,CAAC;AACW,QAAA,wBAAwB,GAAG,IAAA,0CAAmB,EACzD,2CAA2B,CAC5B,CAAC;AAEW,QAAA,0BAA0B,GAAG,IAAA,0CAAmB,EAC3D,6CAA6B,CAC9B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
+
exports.Presence = void 0;
|
|
24
|
+
var presence_1 = require("./presence");
|
|
25
|
+
Object.defineProperty(exports, "Presence", { enumerable: true, get: function () { return presence_1.Presence; } });
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ai/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAEH,uCAAsC;AAA7B,oGAAA,QAAQ,OAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Presence = void 0;
|
|
18
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* Copyright (c) "Neo4j"
|
|
22
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
23
|
+
*
|
|
24
|
+
* This file is part of Neo4j.
|
|
25
|
+
*
|
|
26
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
27
|
+
* it under the terms of the GNU General Public License as published by
|
|
28
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
29
|
+
* (at your option) any later version.
|
|
30
|
+
*
|
|
31
|
+
* This program is distributed in the hope that it will be useful,
|
|
32
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
33
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
34
|
+
* GNU General Public License for more details.
|
|
35
|
+
*
|
|
36
|
+
* You should have received a copy of the GNU General Public License
|
|
37
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
38
|
+
*/
|
|
39
|
+
const react_1 = require("@neo4j-ndl/react");
|
|
40
|
+
const icons_1 = require("@neo4j-ndl/react/icons");
|
|
41
|
+
const classnames_1 = __importDefault(require("classnames"));
|
|
42
|
+
const Presence = (_a) => {
|
|
43
|
+
var { className, isThinking = false, style, htmlAttributes, ref } = _a, restProps = __rest(_a, ["className", "isThinking", "style", "htmlAttributes", "ref"]);
|
|
44
|
+
const classes = (0, classnames_1.default)('ndl-ai-presence', className, {
|
|
45
|
+
'ndl-thinking': isThinking === true,
|
|
46
|
+
});
|
|
47
|
+
const { theme } = (0, react_1.useNeedleTheme)();
|
|
48
|
+
const Component = theme === 'light' ? icons_1.Neo4JAiColorLightIcon : icons_1.Neo4JAiColorDarkIcon;
|
|
49
|
+
return ((0, jsx_runtime_1.jsx)(Component, Object.assign({ ref: ref, className: classes, style: style }, restProps, htmlAttributes)));
|
|
50
|
+
};
|
|
51
|
+
exports.Presence = Presence;
|
|
52
|
+
Presence.displayName = 'Presence';
|
|
53
|
+
//# sourceMappingURL=Presence.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Presence.js","sourceRoot":"","sources":["../../../../src/ai/presence/Presence.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,4CAAkD;AAElD,kDAGgC;AAChC,4DAAoC;AAOpC,MAAM,QAAQ,GAAG,CAAC,EAOkB,EAAE,EAAE;QAPtB,EAChB,SAAS,EACT,UAAU,GAAG,KAAK,EAClB,KAAK,EACL,cAAc,EACd,GAAG,OAE+B,EAD/B,SAAS,cANI,6DAOjB,CADa;IAEZ,MAAM,OAAO,GAAG,IAAA,oBAAU,EAAC,iBAAiB,EAAE,SAAS,EAAE;QACvD,cAAc,EAAE,UAAU,KAAK,IAAI;KACpC,CAAC,CAAC;IACH,MAAM,EAAE,KAAK,EAAE,GAAG,IAAA,sBAAc,GAAE,CAAC;IAEnC,MAAM,SAAS,GACb,KAAK,KAAK,OAAO,CAAC,CAAC,CAAC,6BAAqB,CAAC,CAAC,CAAC,4BAAoB,CAAC;IAEnE,OAAO,CACL,uBAAC,SAAS,kBACR,GAAG,EAAE,GAAG,EACR,SAAS,EAAE,OAAO,EAClB,KAAK,EAAE,KAAK,IACR,SAAS,EACT,cAAc,EAClB,CACH,CAAC;AACJ,CAAC,CAAC;AAIO,4BAAQ;AAFjB,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
25
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
26
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(o, k2, desc);
|
|
29
|
+
}) : (function(o, m, k, k2) {
|
|
30
|
+
if (k2 === undefined) k2 = k;
|
|
31
|
+
o[k2] = m[k];
|
|
32
|
+
}));
|
|
33
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
34
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
__exportStar(require("./Presence"), exports);
|
|
38
|
+
//# sourceMappingURL=index.js.map
|