@chayns-components/core 5.4.8-alpha.0 → 5.4.12
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/AGENTS.md +0 -12
- package/lib/cjs/components/accordion/Accordion.js +12 -107
- package/lib/cjs/components/accordion/Accordion.js.map +1 -1
- package/lib/cjs/components/accordion/Accordion.styles.js +3 -23
- package/lib/cjs/components/accordion/Accordion.styles.js.map +1 -1
- package/lib/cjs/components/accordion/accordion-body/AccordionBody.styles.js +1 -3
- package/lib/cjs/components/accordion/accordion-body/AccordionBody.styles.js.map +1 -1
- package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js +19 -36
- package/lib/cjs/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
- package/lib/cjs/components/accordion/accordion-head/AccordionHead.js +3 -6
- package/lib/cjs/components/accordion/accordion-head/AccordionHead.js.map +1 -1
- package/lib/cjs/components/accordion/accordion-head/AccordionHead.styles.js +0 -14
- package/lib/cjs/components/accordion/accordion-head/AccordionHead.styles.js.map +1 -1
- package/lib/cjs/components/amount-control/AmountControl.js +17 -31
- package/lib/cjs/components/amount-control/AmountControl.js.map +1 -1
- package/lib/cjs/components/amount-control/AmountControl.styles.js +2 -18
- package/lib/cjs/components/amount-control/AmountControl.styles.js.map +1 -1
- package/lib/cjs/components/button/Button.js +1 -5
- package/lib/cjs/components/button/Button.js.map +1 -1
- package/lib/cjs/components/button/Button.styles.js +0 -10
- package/lib/cjs/components/button/Button.styles.js.map +1 -1
- package/lib/cjs/components/button/Button.types.js.map +1 -1
- package/lib/cjs/components/checkbox/Checkbox.js +1 -5
- package/lib/cjs/components/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/components/checkbox/Checkbox.styles.js +2 -29
- package/lib/cjs/components/checkbox/Checkbox.styles.js.map +1 -1
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js +2 -7
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js +2 -8
- package/lib/cjs/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -1
- package/lib/cjs/components/combobox/ComboBox.js +11 -68
- package/lib/cjs/components/combobox/ComboBox.js.map +1 -1
- package/lib/cjs/components/combobox/ComboBox.styles.js +0 -11
- package/lib/cjs/components/combobox/ComboBox.styles.js.map +1 -1
- package/lib/cjs/components/combobox/ComboBox.types.js.map +1 -1
- package/lib/cjs/components/context-menu/ContextMenu.js +42 -146
- package/lib/cjs/components/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/components/context-menu/ContextMenu.styles.js +0 -38
- package/lib/cjs/components/context-menu/ContextMenu.styles.js.map +1 -1
- package/lib/cjs/components/context-menu/ContextMenu.types.js.map +1 -1
- package/lib/cjs/components/context-menu/ContextMenu.utils.js +1 -27
- package/lib/cjs/components/context-menu/ContextMenu.utils.js.map +1 -1
- package/lib/cjs/components/context-menu/context-menu-content/ContextMenuContent.js +8 -3
- package/lib/cjs/components/context-menu/context-menu-content/ContextMenuContent.js.map +1 -1
- package/lib/cjs/components/file-input/FileInput.js +2 -4
- package/lib/cjs/components/file-input/FileInput.js.map +1 -1
- package/lib/cjs/components/file-list/file-item/FileItem.js +25 -48
- package/lib/cjs/components/file-list/file-item/FileItem.js.map +1 -1
- package/lib/cjs/components/file-list/file-item/FileItem.styles.js +1 -25
- package/lib/cjs/components/file-list/file-item/FileItem.styles.js.map +1 -1
- package/lib/cjs/components/file-select/FileSelect.js +4 -27
- package/lib/cjs/components/file-select/FileSelect.js.map +1 -1
- package/lib/cjs/components/file-select/FileSelect.styles.js +0 -10
- package/lib/cjs/components/file-select/FileSelect.styles.js.map +1 -1
- package/lib/cjs/components/filter/Filter.js +16 -51
- package/lib/cjs/components/filter/Filter.js.map +1 -1
- package/lib/cjs/components/filter/Filter.styles.js +0 -9
- package/lib/cjs/components/filter/Filter.styles.js.map +1 -1
- package/lib/cjs/components/filter/filter-content/FilterContent.js +5 -14
- package/lib/cjs/components/filter/filter-content/FilterContent.js.map +1 -1
- package/lib/cjs/components/filter/filter-content/FilterContent.types.js.map +1 -1
- package/lib/cjs/components/filter-buttons/FilterButtons.js +4 -69
- package/lib/cjs/components/filter-buttons/FilterButtons.js.map +1 -1
- package/lib/cjs/components/filter-buttons/filter-button/FilterButton.js +2 -40
- package/lib/cjs/components/filter-buttons/filter-button/FilterButton.js.map +1 -1
- package/lib/cjs/components/filter-buttons/filter-button/FilterButton.styles.js +0 -11
- package/lib/cjs/components/filter-buttons/filter-button/FilterButton.styles.js.map +1 -1
- package/lib/cjs/components/grid-image/GridImage.js +2 -20
- package/lib/cjs/components/grid-image/GridImage.js.map +1 -1
- package/lib/cjs/components/grid-image/GridImage.styles.js +2 -11
- package/lib/cjs/components/grid-image/GridImage.styles.js.map +1 -1
- package/lib/cjs/components/grouped-image/GroupedImage.js +4 -23
- package/lib/cjs/components/grouped-image/GroupedImage.js.map +1 -1
- package/lib/cjs/components/grouped-image/GroupedImage.styles.js +0 -9
- package/lib/cjs/components/grouped-image/GroupedImage.styles.js.map +1 -1
- package/lib/cjs/components/highlight-slider/HighlightSlider.js +3 -13
- package/lib/cjs/components/highlight-slider/HighlightSlider.js.map +1 -1
- package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js +4 -21
- package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js.map +1 -1
- package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js +2 -11
- package/lib/cjs/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js.map +1 -1
- package/lib/cjs/components/icon/Icon.js +5 -24
- package/lib/cjs/components/icon/Icon.js.map +1 -1
- package/lib/cjs/components/icon/Icon.styles.js +0 -23
- package/lib/cjs/components/icon/Icon.styles.js.map +1 -1
- package/lib/cjs/components/input/Input.js +8 -29
- package/lib/cjs/components/input/Input.js.map +1 -1
- package/lib/cjs/components/input/Input.styles.js +3 -38
- package/lib/cjs/components/input/Input.styles.js.map +1 -1
- package/lib/cjs/components/list/List.js +37 -124
- package/lib/cjs/components/list/List.js.map +1 -1
- package/lib/cjs/components/list/List.utils.js +1 -213
- package/lib/cjs/components/list/List.utils.js.map +1 -1
- package/lib/cjs/components/list/list-item/ListItem.js +3 -84
- package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
- package/lib/cjs/components/list/list-item/ListItem.styles.js +0 -7
- package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js +1 -5
- package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
- package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js +1 -5
- package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
- package/lib/cjs/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js +0 -1
- package/lib/cjs/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js.map +1 -1
- package/lib/cjs/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js +0 -3
- package/lib/cjs/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js.map +1 -1
- package/lib/cjs/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js +0 -1
- package/lib/cjs/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js.map +1 -1
- package/lib/cjs/components/mention-finder/MentionFinder.js +5 -43
- package/lib/cjs/components/mention-finder/MentionFinder.js.map +1 -1
- package/lib/cjs/components/mention-finder/mention-finder-item/MentionFinderItem.styles.js.map +1 -1
- package/lib/cjs/components/multi-action-button/MultiActionButton.js +3 -36
- package/lib/cjs/components/multi-action-button/MultiActionButton.js.map +1 -1
- package/lib/cjs/components/multi-action-button/MultiActionButton.styles.js +0 -6
- package/lib/cjs/components/multi-action-button/MultiActionButton.styles.js.map +1 -1
- package/lib/cjs/components/multi-action-button/MultiActionButton.types.js.map +1 -1
- package/lib/cjs/components/multi-action-button/action-button/ActionButton.js +1 -7
- package/lib/cjs/components/multi-action-button/action-button/ActionButton.js.map +1 -1
- package/lib/cjs/components/multi-action-button/action-button/ActionButton.styles.js +0 -12
- package/lib/cjs/components/multi-action-button/action-button/ActionButton.styles.js.map +1 -1
- package/lib/cjs/components/number-input/NumberInput.js +10 -13
- package/lib/cjs/components/number-input/NumberInput.js.map +1 -1
- package/lib/cjs/components/page-provider/PageProvider.js +2 -4
- package/lib/cjs/components/page-provider/PageProvider.js.map +1 -1
- package/lib/cjs/components/popup/Popup.js +1 -8
- package/lib/cjs/components/popup/Popup.js.map +1 -1
- package/lib/cjs/components/radio-button/RadioButton.js +15 -29
- package/lib/cjs/components/radio-button/RadioButton.js.map +1 -1
- package/lib/cjs/components/radio-button/RadioButton.styles.js +9 -20
- package/lib/cjs/components/radio-button/RadioButton.styles.js.map +1 -1
- package/lib/cjs/components/radio-button/radio-button-group/RadioButtonGroup.js +4 -7
- package/lib/cjs/components/radio-button/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/cjs/components/search-box/SearchBox.js +6 -21
- package/lib/cjs/components/search-box/SearchBox.js.map +1 -1
- package/lib/cjs/components/search-input/SearchInput.js +43 -56
- package/lib/cjs/components/search-input/SearchInput.js.map +1 -1
- package/lib/cjs/components/search-input/SearchInput.styles.js +2 -26
- package/lib/cjs/components/search-input/SearchInput.styles.js.map +1 -1
- package/lib/cjs/components/select-button/SelectButton.js +2 -4
- package/lib/cjs/components/select-button/SelectButton.js.map +1 -1
- package/lib/cjs/components/setup-wizard/SetupWizard.js +4 -10
- package/lib/cjs/components/setup-wizard/SetupWizard.js.map +1 -1
- package/lib/cjs/components/setup-wizard/setup-wizard-item/SetupWizardItem.js +3 -5
- package/lib/cjs/components/setup-wizard/setup-wizard-item/SetupWizardItem.js.map +1 -1
- package/lib/cjs/components/sharing-bar/SharingBar.js +6 -31
- package/lib/cjs/components/sharing-bar/SharingBar.js.map +1 -1
- package/lib/cjs/components/sharing-bar/SharingBar.styles.js +0 -5
- package/lib/cjs/components/sharing-bar/SharingBar.styles.js.map +1 -1
- package/lib/cjs/components/sharing-button/SharingButton.js +2 -4
- package/lib/cjs/components/sharing-button/SharingButton.js.map +1 -1
- package/lib/cjs/components/sharing-context-menu/SharingContextMenu.js +1 -3
- package/lib/cjs/components/sharing-context-menu/SharingContextMenu.js.map +1 -1
- package/lib/cjs/components/signature/Signature.js +3 -6
- package/lib/cjs/components/signature/Signature.js.map +1 -1
- package/lib/cjs/components/slider/Slider.js +7 -30
- package/lib/cjs/components/slider/Slider.js.map +1 -1
- package/lib/cjs/components/slider/Slider.styles.js +2 -9
- package/lib/cjs/components/slider/Slider.styles.js.map +1 -1
- package/lib/cjs/components/slider-button/SliderButton.js +6 -63
- package/lib/cjs/components/slider-button/SliderButton.js.map +1 -1
- package/lib/cjs/components/slider-button/SliderButton.styles.js +2 -15
- package/lib/cjs/components/slider-button/SliderButton.styles.js.map +1 -1
- package/lib/cjs/components/tag-input/TagInput.js +36 -92
- package/lib/cjs/components/tag-input/TagInput.js.map +1 -1
- package/lib/cjs/components/tag-input/TagInput.styles.js +3 -29
- package/lib/cjs/components/tag-input/TagInput.styles.js.map +1 -1
- package/lib/cjs/components/text-area/TextArea.js +8 -17
- package/lib/cjs/components/text-area/TextArea.js.map +1 -1
- package/lib/cjs/components/text-area/TextArea.styles.js +1 -15
- package/lib/cjs/components/text-area/TextArea.styles.js.map +1 -1
- package/lib/cjs/components/truncation/Truncation.js +3 -17
- package/lib/cjs/components/truncation/Truncation.js.map +1 -1
- package/lib/cjs/components/truncation/Truncation.styles.js +1 -18
- package/lib/cjs/components/truncation/Truncation.styles.js.map +1 -1
- package/lib/cjs/utils/file.js.map +1 -1
- package/lib/esm/components/accordion/Accordion.js +12 -105
- package/lib/esm/components/accordion/Accordion.js.map +1 -1
- package/lib/esm/components/accordion/Accordion.styles.js +3 -23
- package/lib/esm/components/accordion/Accordion.styles.js.map +1 -1
- package/lib/esm/components/accordion/accordion-body/AccordionBody.styles.js +1 -3
- package/lib/esm/components/accordion/accordion-body/AccordionBody.styles.js.map +1 -1
- package/lib/esm/components/accordion/accordion-group/AccordionGroup.js +19 -33
- package/lib/esm/components/accordion/accordion-group/AccordionGroup.js.map +1 -1
- package/lib/esm/components/accordion/accordion-head/AccordionHead.js +3 -6
- package/lib/esm/components/accordion/accordion-head/AccordionHead.js.map +1 -1
- package/lib/esm/components/accordion/accordion-head/AccordionHead.styles.js +0 -14
- package/lib/esm/components/accordion/accordion-head/AccordionHead.styles.js.map +1 -1
- package/lib/esm/components/amount-control/AmountControl.js +16 -30
- package/lib/esm/components/amount-control/AmountControl.js.map +1 -1
- package/lib/esm/components/amount-control/AmountControl.styles.js +2 -18
- package/lib/esm/components/amount-control/AmountControl.styles.js.map +1 -1
- package/lib/esm/components/button/Button.js +1 -5
- package/lib/esm/components/button/Button.js.map +1 -1
- package/lib/esm/components/button/Button.styles.js +0 -10
- package/lib/esm/components/button/Button.styles.js.map +1 -1
- package/lib/esm/components/button/Button.types.js.map +1 -1
- package/lib/esm/components/checkbox/Checkbox.js +1 -5
- package/lib/esm/components/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/components/checkbox/Checkbox.styles.js +2 -29
- package/lib/esm/components/checkbox/Checkbox.styles.js.map +1 -1
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js +2 -7
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.js.map +1 -1
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js +2 -8
- package/lib/esm/components/color-scheme-provider/ColorSchemeProvider.styles.js.map +1 -1
- package/lib/esm/components/combobox/ComboBox.js +7 -61
- package/lib/esm/components/combobox/ComboBox.js.map +1 -1
- package/lib/esm/components/combobox/ComboBox.styles.js +0 -11
- package/lib/esm/components/combobox/ComboBox.styles.js.map +1 -1
- package/lib/esm/components/combobox/ComboBox.types.js.map +1 -1
- package/lib/esm/components/context-menu/ContextMenu.js +42 -145
- package/lib/esm/components/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/components/context-menu/ContextMenu.styles.js +0 -38
- package/lib/esm/components/context-menu/ContextMenu.styles.js.map +1 -1
- package/lib/esm/components/context-menu/ContextMenu.types.js.map +1 -1
- package/lib/esm/components/context-menu/ContextMenu.utils.js +0 -24
- package/lib/esm/components/context-menu/ContextMenu.utils.js.map +1 -1
- package/lib/esm/components/context-menu/context-menu-content/ContextMenuContent.js +8 -3
- package/lib/esm/components/context-menu/context-menu-content/ContextMenuContent.js.map +1 -1
- package/lib/esm/components/file-input/FileInput.js +2 -4
- package/lib/esm/components/file-input/FileInput.js.map +1 -1
- package/lib/esm/components/file-list/file-item/FileItem.js +26 -49
- package/lib/esm/components/file-list/file-item/FileItem.js.map +1 -1
- package/lib/esm/components/file-list/file-item/FileItem.styles.js +0 -24
- package/lib/esm/components/file-list/file-item/FileItem.styles.js.map +1 -1
- package/lib/esm/components/file-select/FileSelect.js +4 -27
- package/lib/esm/components/file-select/FileSelect.js.map +1 -1
- package/lib/esm/components/file-select/FileSelect.styles.js +0 -10
- package/lib/esm/components/file-select/FileSelect.styles.js.map +1 -1
- package/lib/esm/components/filter/Filter.js +16 -52
- package/lib/esm/components/filter/Filter.js.map +1 -1
- package/lib/esm/components/filter/Filter.styles.js +0 -9
- package/lib/esm/components/filter/Filter.styles.js.map +1 -1
- package/lib/esm/components/filter/filter-content/FilterContent.js +5 -15
- package/lib/esm/components/filter/filter-content/FilterContent.js.map +1 -1
- package/lib/esm/components/filter/filter-content/FilterContent.types.js.map +1 -1
- package/lib/esm/components/filter-buttons/FilterButtons.js +5 -69
- package/lib/esm/components/filter-buttons/FilterButtons.js.map +1 -1
- package/lib/esm/components/filter-buttons/filter-button/FilterButton.js +2 -40
- package/lib/esm/components/filter-buttons/filter-button/FilterButton.js.map +1 -1
- package/lib/esm/components/filter-buttons/filter-button/FilterButton.styles.js +0 -11
- package/lib/esm/components/filter-buttons/filter-button/FilterButton.styles.js.map +1 -1
- package/lib/esm/components/grid-image/GridImage.js +2 -20
- package/lib/esm/components/grid-image/GridImage.js.map +1 -1
- package/lib/esm/components/grid-image/GridImage.styles.js +1 -10
- package/lib/esm/components/grid-image/GridImage.styles.js.map +1 -1
- package/lib/esm/components/grouped-image/GroupedImage.js +4 -22
- package/lib/esm/components/grouped-image/GroupedImage.js.map +1 -1
- package/lib/esm/components/grouped-image/GroupedImage.styles.js +0 -9
- package/lib/esm/components/grouped-image/GroupedImage.styles.js.map +1 -1
- package/lib/esm/components/highlight-slider/HighlightSlider.js +3 -13
- package/lib/esm/components/highlight-slider/HighlightSlider.js.map +1 -1
- package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js +3 -20
- package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.js.map +1 -1
- package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js +1 -10
- package/lib/esm/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.js.map +1 -1
- package/lib/esm/components/icon/Icon.js +7 -26
- package/lib/esm/components/icon/Icon.js.map +1 -1
- package/lib/esm/components/icon/Icon.styles.js +0 -23
- package/lib/esm/components/icon/Icon.styles.js.map +1 -1
- package/lib/esm/components/input/Input.js +4 -24
- package/lib/esm/components/input/Input.js.map +1 -1
- package/lib/esm/components/input/Input.styles.js +3 -38
- package/lib/esm/components/input/Input.styles.js.map +1 -1
- package/lib/esm/components/list/List.js +37 -123
- package/lib/esm/components/list/List.js.map +1 -1
- package/lib/esm/components/list/List.utils.js +0 -202
- package/lib/esm/components/list/List.utils.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.js +4 -85
- package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.styles.js +0 -7
- package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
- package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +2 -6
- package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
- package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +0 -4
- package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
- package/lib/esm/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js +0 -1
- package/lib/esm/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.js.map +1 -1
- package/lib/esm/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js +1 -4
- package/lib/esm/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.js.map +1 -1
- package/lib/esm/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js +0 -1
- package/lib/esm/components/list/list-item/list-item-head/list-item-title/ListItemTitle.js.map +1 -1
- package/lib/esm/components/mention-finder/MentionFinder.js +3 -39
- package/lib/esm/components/mention-finder/MentionFinder.js.map +1 -1
- package/lib/esm/components/mention-finder/mention-finder-item/MentionFinderItem.styles.js.map +1 -1
- package/lib/esm/components/multi-action-button/MultiActionButton.js +3 -36
- package/lib/esm/components/multi-action-button/MultiActionButton.js.map +1 -1
- package/lib/esm/components/multi-action-button/MultiActionButton.styles.js +0 -6
- package/lib/esm/components/multi-action-button/MultiActionButton.styles.js.map +1 -1
- package/lib/esm/components/multi-action-button/MultiActionButton.types.js.map +1 -1
- package/lib/esm/components/multi-action-button/action-button/ActionButton.js +1 -7
- package/lib/esm/components/multi-action-button/action-button/ActionButton.js.map +1 -1
- package/lib/esm/components/multi-action-button/action-button/ActionButton.styles.js +0 -12
- package/lib/esm/components/multi-action-button/action-button/ActionButton.styles.js.map +1 -1
- package/lib/esm/components/number-input/NumberInput.js +10 -13
- package/lib/esm/components/number-input/NumberInput.js.map +1 -1
- package/lib/esm/components/page-provider/PageProvider.js +2 -4
- package/lib/esm/components/page-provider/PageProvider.js.map +1 -1
- package/lib/esm/components/popup/Popup.js +1 -8
- package/lib/esm/components/popup/Popup.js.map +1 -1
- package/lib/esm/components/radio-button/RadioButton.js +15 -29
- package/lib/esm/components/radio-button/RadioButton.js.map +1 -1
- package/lib/esm/components/radio-button/RadioButton.styles.js +9 -20
- package/lib/esm/components/radio-button/RadioButton.styles.js.map +1 -1
- package/lib/esm/components/radio-button/radio-button-group/RadioButtonGroup.js +4 -7
- package/lib/esm/components/radio-button/radio-button-group/RadioButtonGroup.js.map +1 -1
- package/lib/esm/components/search-box/SearchBox.js +4 -18
- package/lib/esm/components/search-box/SearchBox.js.map +1 -1
- package/lib/esm/components/search-input/SearchInput.js +44 -56
- package/lib/esm/components/search-input/SearchInput.js.map +1 -1
- package/lib/esm/components/search-input/SearchInput.styles.js +1 -25
- package/lib/esm/components/search-input/SearchInput.styles.js.map +1 -1
- package/lib/esm/components/select-button/SelectButton.js +2 -4
- package/lib/esm/components/select-button/SelectButton.js.map +1 -1
- package/lib/esm/components/setup-wizard/SetupWizard.js +4 -10
- package/lib/esm/components/setup-wizard/SetupWizard.js.map +1 -1
- package/lib/esm/components/setup-wizard/setup-wizard-item/SetupWizardItem.js +3 -5
- package/lib/esm/components/setup-wizard/setup-wizard-item/SetupWizardItem.js.map +1 -1
- package/lib/esm/components/sharing-bar/SharingBar.js +5 -30
- package/lib/esm/components/sharing-bar/SharingBar.js.map +1 -1
- package/lib/esm/components/sharing-bar/SharingBar.styles.js +0 -5
- package/lib/esm/components/sharing-bar/SharingBar.styles.js.map +1 -1
- package/lib/esm/components/sharing-button/SharingButton.js +2 -4
- package/lib/esm/components/sharing-button/SharingButton.js.map +1 -1
- package/lib/esm/components/sharing-context-menu/SharingContextMenu.js +1 -3
- package/lib/esm/components/sharing-context-menu/SharingContextMenu.js.map +1 -1
- package/lib/esm/components/signature/Signature.js +3 -6
- package/lib/esm/components/signature/Signature.js.map +1 -1
- package/lib/esm/components/slider/Slider.js +7 -30
- package/lib/esm/components/slider/Slider.js.map +1 -1
- package/lib/esm/components/slider/Slider.styles.js +1 -8
- package/lib/esm/components/slider/Slider.styles.js.map +1 -1
- package/lib/esm/components/slider-button/SliderButton.js +6 -62
- package/lib/esm/components/slider-button/SliderButton.js.map +1 -1
- package/lib/esm/components/slider-button/SliderButton.styles.js +1 -14
- package/lib/esm/components/slider-button/SliderButton.styles.js.map +1 -1
- package/lib/esm/components/tag-input/TagInput.js +35 -86
- package/lib/esm/components/tag-input/TagInput.js.map +1 -1
- package/lib/esm/components/tag-input/TagInput.styles.js +1 -27
- package/lib/esm/components/tag-input/TagInput.styles.js.map +1 -1
- package/lib/esm/components/text-area/TextArea.js +9 -18
- package/lib/esm/components/text-area/TextArea.js.map +1 -1
- package/lib/esm/components/text-area/TextArea.styles.js +0 -14
- package/lib/esm/components/text-area/TextArea.styles.js.map +1 -1
- package/lib/esm/components/truncation/Truncation.js +4 -18
- package/lib/esm/components/truncation/Truncation.js.map +1 -1
- package/lib/esm/components/truncation/Truncation.styles.js +0 -17
- package/lib/esm/components/truncation/Truncation.styles.js.map +1 -1
- package/lib/esm/utils/file.js.map +1 -1
- package/lib/types/components/accordion/Accordion.d.ts +0 -5
- package/lib/types/components/accordion/Accordion.styles.d.ts +4 -8
- package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +2 -2
- package/lib/types/components/accordion/accordion-group/AccordionGroup.d.ts +2 -7
- package/lib/types/components/accordion/accordion-head/AccordionHead.d.ts +0 -1
- package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +18 -18
- package/lib/types/components/amount-control/AmountControl.d.ts +0 -5
- package/lib/types/components/amount-control/AmountControl.styles.d.ts +4 -8
- package/lib/types/components/button/Button.styles.d.ts +6 -8
- package/lib/types/components/button/Button.types.d.ts +0 -8
- package/lib/types/components/checkbox/Checkbox.d.ts +0 -4
- package/lib/types/components/checkbox/Checkbox.styles.d.ts +1 -5
- package/lib/types/components/color-scheme-provider/ColorSchemeProvider.d.ts +0 -5
- package/lib/types/components/combobox/ComboBox.styles.d.ts +2 -4
- package/lib/types/components/combobox/ComboBox.types.d.ts +0 -5
- package/lib/types/components/context-menu/ContextMenu.styles.d.ts +2 -4
- package/lib/types/components/context-menu/ContextMenu.types.d.ts +0 -6
- package/lib/types/components/context-menu/ContextMenu.utils.d.ts +0 -10
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.d.ts +1 -1
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +2 -2
- package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +2 -2
- package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +2 -2
- package/lib/types/components/file-input/FileInput.d.ts +0 -4
- package/lib/types/components/file-input/FileInput.styles.d.ts +2 -2
- package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +0 -3
- package/lib/types/components/file-select/FileSelect.d.ts +0 -4
- package/lib/types/components/file-select/FileSelect.styles.d.ts +4 -6
- package/lib/types/components/filter/Filter.d.ts +0 -1
- package/lib/types/components/filter/Filter.styles.d.ts +4 -6
- package/lib/types/components/filter/filter-content/FilterContent.types.d.ts +0 -4
- package/lib/types/components/filter-buttons/FilterButtons.d.ts +0 -4
- package/lib/types/components/filter-buttons/filter-button/FilterButton.d.ts +0 -5
- package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +8 -12
- package/lib/types/components/grid-image/GridImage.d.ts +0 -4
- package/lib/types/components/grid-image/GridImage.styles.d.ts +2 -4
- package/lib/types/components/grouped-image/GroupedImage.d.ts +0 -4
- package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +6 -8
- package/lib/types/components/highlight-slider/HighlightSlider.d.ts +0 -4
- package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.d.ts +0 -3
- package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +5 -9
- package/lib/types/components/icon/Icon.d.ts +0 -4
- package/lib/types/components/icon/Icon.styles.d.ts +0 -1
- package/lib/types/components/input/Input.d.ts +0 -4
- package/lib/types/components/input/Input.styles.d.ts +9 -17
- package/lib/types/components/list/List.d.ts +0 -11
- package/lib/types/components/list/List.utils.d.ts +1 -32
- package/lib/types/components/list/list-item/ListItem.d.ts +0 -4
- package/lib/types/components/list/list-item/ListItem.styles.d.ts +64 -64
- package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +2 -2
- package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +194 -195
- package/lib/types/components/masonry/masonry-item/MasonryItem.styles.d.ts +2 -2
- package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +4 -4
- package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +2 -2
- package/lib/types/components/multi-action-button/MultiActionButton.types.d.ts +0 -7
- package/lib/types/components/multi-action-button/action-button/ActionButton.d.ts +1 -4
- package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +2 -4
- package/lib/types/components/number-input/NumberInput.d.ts +0 -4
- package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +2 -2
- package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +6 -6
- package/lib/types/components/radio-button/RadioButton.d.ts +0 -4
- package/lib/types/components/radio-button/RadioButton.styles.d.ts +11 -17
- package/lib/types/components/radio-button/radio-button-group/RadioButtonGroup.d.ts +0 -5
- package/lib/types/components/search-box/SearchBox.d.ts +0 -4
- package/lib/types/components/search-box/SearchBox.styles.d.ts +2 -2
- package/lib/types/components/search-input/SearchInput.d.ts +0 -4
- package/lib/types/components/search-input/SearchInput.styles.d.ts +9 -17
- package/lib/types/components/select-button/SelectButton.d.ts +0 -4
- package/lib/types/components/setup-wizard/SetupWizard.d.ts +0 -5
- package/lib/types/components/sharing-bar/SharingBar.d.ts +0 -4
- package/lib/types/components/sharing-button/SharingButton.d.ts +1 -1
- package/lib/types/components/sharing-context-menu/SharingContextMenu.d.ts +2 -10
- package/lib/types/components/signature/Signature.d.ts +0 -4
- package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +4 -4
- package/lib/types/components/slider/Slider.d.ts +0 -8
- package/lib/types/components/slider/Slider.styles.d.ts +14 -18
- package/lib/types/components/slider-button/SliderButton.d.ts +28 -1
- package/lib/types/components/slider-button/SliderButton.styles.d.ts +4 -6
- package/lib/types/components/tag-input/TagInput.d.ts +0 -4
- package/lib/types/components/tag-input/TagInput.styles.d.ts +2 -12
- package/lib/types/components/text-area/TextArea.d.ts +0 -4
- package/lib/types/components/text-area/TextArea.styles.d.ts +0 -1
- package/lib/types/components/truncation/Truncation.d.ts +0 -4
- package/lib/types/components/truncation/Truncation.styles.d.ts +2 -7
- package/lib/types/utils/file.d.ts +1 -1
- package/package.json +3 -3
- package/lib/cjs/components/list/list-item/useListItemFocus.js +0 -47
- package/lib/cjs/components/list/list-item/useListItemFocus.js.map +0 -1
- package/lib/cjs/components/slider-button/SliderButton.types.js +0 -6
- package/lib/cjs/components/slider-button/SliderButton.types.js.map +0 -1
- package/lib/cjs/components/slider-button/useSliderButtonPopupKeyboard.js +0 -66
- package/lib/cjs/components/slider-button/useSliderButtonPopupKeyboard.js.map +0 -1
- package/lib/cjs/components/slider-button/useSliderButtonThumbKeyboard.js +0 -47
- package/lib/cjs/components/slider-button/useSliderButtonThumbKeyboard.js.map +0 -1
- package/lib/cjs/hooks/useKeyboardFocusHighlighting.js +0 -68
- package/lib/cjs/hooks/useKeyboardFocusHighlighting.js.map +0 -1
- package/lib/cjs/utils/keyboardFocusHighlighting.styles.js +0 -29
- package/lib/cjs/utils/keyboardFocusHighlighting.styles.js.map +0 -1
- package/lib/esm/components/list/list-item/useListItemFocus.js +0 -40
- package/lib/esm/components/list/list-item/useListItemFocus.js.map +0 -1
- package/lib/esm/components/slider-button/SliderButton.types.js +0 -2
- package/lib/esm/components/slider-button/SliderButton.types.js.map +0 -1
- package/lib/esm/components/slider-button/useSliderButtonPopupKeyboard.js +0 -56
- package/lib/esm/components/slider-button/useSliderButtonPopupKeyboard.js.map +0 -1
- package/lib/esm/components/slider-button/useSliderButtonThumbKeyboard.js +0 -38
- package/lib/esm/components/slider-button/useSliderButtonThumbKeyboard.js.map +0 -1
- package/lib/esm/hooks/useKeyboardFocusHighlighting.js +0 -61
- package/lib/esm/hooks/useKeyboardFocusHighlighting.js.map +0 -1
- package/lib/esm/utils/keyboardFocusHighlighting.styles.js +0 -24
- package/lib/esm/utils/keyboardFocusHighlighting.styles.js.map +0 -1
- package/lib/types/components/list/list-item/useListItemFocus.d.ts +0 -13
- package/lib/types/components/slider-button/SliderButton.types.d.ts +0 -32
- package/lib/types/components/slider-button/useSliderButtonPopupKeyboard.d.ts +0 -17
- package/lib/types/components/slider-button/useSliderButtonThumbKeyboard.d.ts +0 -13
- package/lib/types/hooks/useKeyboardFocusHighlighting.d.ts +0 -5
- package/lib/types/utils/keyboardFocusHighlighting.styles.d.ts +0 -9
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
import type { HTMLMotionProps } from 'motion/react';
|
|
2
2
|
import type { Theme } from '../../../color-scheme-provider/ColorSchemeProvider';
|
|
3
|
-
export declare const StyledListItemHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "
|
|
3
|
+
export declare const StyledListItemHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
|
|
4
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
4
5
|
slot?: string | undefined;
|
|
5
|
-
|
|
6
|
-
color?: string | undefined;
|
|
6
|
+
title?: string | undefined;
|
|
7
7
|
content?: string | undefined;
|
|
8
|
-
|
|
9
|
-
key?: React.Key | null | undefined;
|
|
8
|
+
tabIndex?: number | undefined;
|
|
10
9
|
defaultChecked?: boolean | undefined;
|
|
11
10
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
12
11
|
suppressContentEditableWarning?: boolean | undefined;
|
|
13
12
|
suppressHydrationWarning?: boolean | undefined;
|
|
14
13
|
accessKey?: string | undefined;
|
|
15
|
-
autoCapitalize?:
|
|
14
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
16
15
|
autoFocus?: boolean | undefined;
|
|
17
16
|
className?: string | undefined;
|
|
18
|
-
contentEditable?:
|
|
17
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
19
18
|
contextMenu?: string | undefined;
|
|
20
19
|
dir?: string | undefined;
|
|
21
|
-
draggable?: (boolean | "
|
|
22
|
-
enterKeyHint?: "search" | "
|
|
20
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
21
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
22
|
+
hidden?: boolean | undefined;
|
|
23
23
|
id?: string | undefined;
|
|
24
24
|
lang?: string | undefined;
|
|
25
25
|
nonce?: string | undefined;
|
|
26
|
-
spellCheck?: (boolean | "
|
|
27
|
-
tabIndex?: number | undefined;
|
|
28
|
-
title?: string | undefined;
|
|
26
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
29
27
|
translate?: "yes" | "no" | undefined;
|
|
30
28
|
radioGroup?: string | undefined;
|
|
31
29
|
role?: React.AriaRole | undefined;
|
|
@@ -41,6 +39,7 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
41
39
|
vocab?: string | undefined;
|
|
42
40
|
autoCorrect?: string | undefined;
|
|
43
41
|
autoSave?: string | undefined;
|
|
42
|
+
color?: string | undefined;
|
|
44
43
|
itemProp?: string | undefined;
|
|
45
44
|
itemScope?: boolean | undefined;
|
|
46
45
|
itemType?: string | undefined;
|
|
@@ -55,52 +54,52 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
55
54
|
part?: string | undefined;
|
|
56
55
|
inert?: string | boolean | undefined;
|
|
57
56
|
"aria-activedescendant"?: string | undefined;
|
|
58
|
-
"aria-atomic"?: (boolean | "
|
|
59
|
-
"aria-autocomplete"?: "none" | "
|
|
57
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
60
59
|
"aria-braillelabel"?: string | undefined;
|
|
61
60
|
"aria-brailleroledescription"?: string | undefined;
|
|
62
|
-
"aria-busy"?: (boolean | "
|
|
63
|
-
"aria-checked"?: boolean | "
|
|
61
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
62
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
64
63
|
"aria-colcount"?: number | undefined;
|
|
65
64
|
"aria-colindex"?: number | undefined;
|
|
66
65
|
"aria-colindextext"?: string | undefined;
|
|
67
66
|
"aria-colspan"?: number | undefined;
|
|
68
67
|
"aria-controls"?: string | undefined;
|
|
69
|
-
"aria-current"?: boolean | "time" | "
|
|
68
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
70
69
|
"aria-describedby"?: string | undefined;
|
|
71
70
|
"aria-description"?: string | undefined;
|
|
72
71
|
"aria-details"?: string | undefined;
|
|
73
|
-
"aria-disabled"?: (boolean | "
|
|
74
|
-
"aria-dropeffect"?: "
|
|
72
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
75
74
|
"aria-errormessage"?: string | undefined;
|
|
76
|
-
"aria-expanded"?: (boolean | "
|
|
75
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
77
76
|
"aria-flowto"?: string | undefined;
|
|
78
|
-
"aria-grabbed"?: (boolean | "
|
|
79
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
80
|
-
"aria-hidden"?: (boolean | "
|
|
81
|
-
"aria-invalid"?: boolean | "
|
|
77
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
78
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
79
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
80
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
82
81
|
"aria-keyshortcuts"?: string | undefined;
|
|
83
82
|
"aria-label"?: string | undefined;
|
|
84
83
|
"aria-labelledby"?: string | undefined;
|
|
85
84
|
"aria-level"?: number | undefined;
|
|
86
85
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
87
|
-
"aria-modal"?: (boolean | "
|
|
88
|
-
"aria-multiline"?: (boolean | "
|
|
89
|
-
"aria-multiselectable"?: (boolean | "
|
|
86
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
90
89
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
91
90
|
"aria-owns"?: string | undefined;
|
|
92
91
|
"aria-placeholder"?: string | undefined;
|
|
93
92
|
"aria-posinset"?: number | undefined;
|
|
94
|
-
"aria-pressed"?: boolean | "
|
|
95
|
-
"aria-readonly"?: (boolean | "
|
|
96
|
-
"aria-relevant"?: "text" | "
|
|
97
|
-
"aria-required"?: (boolean | "
|
|
93
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
94
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
95
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
96
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
98
97
|
"aria-roledescription"?: string | undefined;
|
|
99
98
|
"aria-rowcount"?: number | undefined;
|
|
100
99
|
"aria-rowindex"?: number | undefined;
|
|
101
100
|
"aria-rowindextext"?: string | undefined;
|
|
102
101
|
"aria-rowspan"?: number | undefined;
|
|
103
|
-
"aria-selected"?: (boolean | "
|
|
102
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
104
103
|
"aria-setsize"?: number | undefined;
|
|
105
104
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
106
105
|
"aria-valuemax"?: number | undefined;
|
|
@@ -264,35 +263,34 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
264
263
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
265
264
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
265
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
|
+
key?: React.Key | null | undefined;
|
|
267
267
|
} & import("motion/react").MotionProps & {
|
|
268
268
|
$isClickable: boolean;
|
|
269
269
|
$isAnyItemExpandable: boolean;
|
|
270
|
-
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "
|
|
270
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps | "$isClickable" | "$isAnyItemExpandable"> & {
|
|
271
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
271
272
|
slot?: string | undefined;
|
|
272
|
-
|
|
273
|
-
color?: string | undefined;
|
|
273
|
+
title?: string | undefined;
|
|
274
274
|
content?: string | undefined;
|
|
275
|
-
|
|
276
|
-
key?: React.Key | null | undefined;
|
|
275
|
+
tabIndex?: number | undefined;
|
|
277
276
|
defaultChecked?: boolean | undefined;
|
|
278
277
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
279
278
|
suppressContentEditableWarning?: boolean | undefined;
|
|
280
279
|
suppressHydrationWarning?: boolean | undefined;
|
|
281
280
|
accessKey?: string | undefined;
|
|
282
|
-
autoCapitalize?:
|
|
281
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
283
282
|
autoFocus?: boolean | undefined;
|
|
284
283
|
className?: string | undefined;
|
|
285
|
-
contentEditable?:
|
|
284
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
286
285
|
contextMenu?: string | undefined;
|
|
287
286
|
dir?: string | undefined;
|
|
288
|
-
draggable?: (boolean | "
|
|
289
|
-
enterKeyHint?: "search" | "
|
|
287
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
288
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
289
|
+
hidden?: boolean | undefined;
|
|
290
290
|
id?: string | undefined;
|
|
291
291
|
lang?: string | undefined;
|
|
292
292
|
nonce?: string | undefined;
|
|
293
|
-
spellCheck?: (boolean | "
|
|
294
|
-
tabIndex?: number | undefined;
|
|
295
|
-
title?: string | undefined;
|
|
293
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
296
294
|
translate?: "yes" | "no" | undefined;
|
|
297
295
|
radioGroup?: string | undefined;
|
|
298
296
|
role?: React.AriaRole | undefined;
|
|
@@ -308,6 +306,7 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
308
306
|
vocab?: string | undefined;
|
|
309
307
|
autoCorrect?: string | undefined;
|
|
310
308
|
autoSave?: string | undefined;
|
|
309
|
+
color?: string | undefined;
|
|
311
310
|
itemProp?: string | undefined;
|
|
312
311
|
itemScope?: boolean | undefined;
|
|
313
312
|
itemType?: string | undefined;
|
|
@@ -322,52 +321,52 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
322
321
|
part?: string | undefined;
|
|
323
322
|
inert?: string | boolean | undefined;
|
|
324
323
|
"aria-activedescendant"?: string | undefined;
|
|
325
|
-
"aria-atomic"?: (boolean | "
|
|
326
|
-
"aria-autocomplete"?: "none" | "
|
|
324
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
325
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
327
326
|
"aria-braillelabel"?: string | undefined;
|
|
328
327
|
"aria-brailleroledescription"?: string | undefined;
|
|
329
|
-
"aria-busy"?: (boolean | "
|
|
330
|
-
"aria-checked"?: boolean | "
|
|
328
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
329
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
331
330
|
"aria-colcount"?: number | undefined;
|
|
332
331
|
"aria-colindex"?: number | undefined;
|
|
333
332
|
"aria-colindextext"?: string | undefined;
|
|
334
333
|
"aria-colspan"?: number | undefined;
|
|
335
334
|
"aria-controls"?: string | undefined;
|
|
336
|
-
"aria-current"?: boolean | "time" | "
|
|
335
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
337
336
|
"aria-describedby"?: string | undefined;
|
|
338
337
|
"aria-description"?: string | undefined;
|
|
339
338
|
"aria-details"?: string | undefined;
|
|
340
|
-
"aria-disabled"?: (boolean | "
|
|
341
|
-
"aria-dropeffect"?: "
|
|
339
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
340
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
342
341
|
"aria-errormessage"?: string | undefined;
|
|
343
|
-
"aria-expanded"?: (boolean | "
|
|
342
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
344
343
|
"aria-flowto"?: string | undefined;
|
|
345
|
-
"aria-grabbed"?: (boolean | "
|
|
346
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
347
|
-
"aria-hidden"?: (boolean | "
|
|
348
|
-
"aria-invalid"?: boolean | "
|
|
344
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
345
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
346
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
347
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
349
348
|
"aria-keyshortcuts"?: string | undefined;
|
|
350
349
|
"aria-label"?: string | undefined;
|
|
351
350
|
"aria-labelledby"?: string | undefined;
|
|
352
351
|
"aria-level"?: number | undefined;
|
|
353
352
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
354
|
-
"aria-modal"?: (boolean | "
|
|
355
|
-
"aria-multiline"?: (boolean | "
|
|
356
|
-
"aria-multiselectable"?: (boolean | "
|
|
353
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
354
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
355
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
357
356
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
358
357
|
"aria-owns"?: string | undefined;
|
|
359
358
|
"aria-placeholder"?: string | undefined;
|
|
360
359
|
"aria-posinset"?: number | undefined;
|
|
361
|
-
"aria-pressed"?: boolean | "
|
|
362
|
-
"aria-readonly"?: (boolean | "
|
|
363
|
-
"aria-relevant"?: "text" | "
|
|
364
|
-
"aria-required"?: (boolean | "
|
|
360
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
361
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
362
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
363
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
365
364
|
"aria-roledescription"?: string | undefined;
|
|
366
365
|
"aria-rowcount"?: number | undefined;
|
|
367
366
|
"aria-rowindex"?: number | undefined;
|
|
368
367
|
"aria-rowindextext"?: string | undefined;
|
|
369
368
|
"aria-rowspan"?: number | undefined;
|
|
370
|
-
"aria-selected"?: (boolean | "
|
|
369
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
371
370
|
"aria-setsize"?: number | undefined;
|
|
372
371
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
373
372
|
"aria-valuemax"?: number | undefined;
|
|
@@ -531,38 +530,36 @@ export declare const StyledListItemHead: import("styled-components/dist/types").
|
|
|
531
530
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
532
531
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
533
532
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
533
|
+
key?: React.Key | null | undefined;
|
|
534
534
|
} & import("motion/react").MotionProps & {
|
|
535
535
|
$isClickable: boolean;
|
|
536
536
|
$isAnyItemExpandable: boolean;
|
|
537
537
|
}, never>>> & string;
|
|
538
538
|
export declare const StyledListItemHeadLeftWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
539
|
-
export declare const
|
|
540
|
-
|
|
539
|
+
export declare const StyledListItemHeadIndicator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
|
|
540
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
541
541
|
slot?: string | undefined;
|
|
542
|
-
|
|
543
|
-
color?: string | undefined;
|
|
542
|
+
title?: string | undefined;
|
|
544
543
|
content?: string | undefined;
|
|
545
|
-
|
|
546
|
-
key?: React.Key | null | undefined;
|
|
544
|
+
tabIndex?: number | undefined;
|
|
547
545
|
defaultChecked?: boolean | undefined;
|
|
548
546
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
549
547
|
suppressContentEditableWarning?: boolean | undefined;
|
|
550
548
|
suppressHydrationWarning?: boolean | undefined;
|
|
551
549
|
accessKey?: string | undefined;
|
|
552
|
-
autoCapitalize?:
|
|
550
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
553
551
|
autoFocus?: boolean | undefined;
|
|
554
552
|
className?: string | undefined;
|
|
555
|
-
contentEditable?:
|
|
553
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
556
554
|
contextMenu?: string | undefined;
|
|
557
555
|
dir?: string | undefined;
|
|
558
|
-
draggable?: (boolean | "
|
|
559
|
-
enterKeyHint?: "search" | "
|
|
556
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
557
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
558
|
+
hidden?: boolean | undefined;
|
|
560
559
|
id?: string | undefined;
|
|
561
560
|
lang?: string | undefined;
|
|
562
561
|
nonce?: string | undefined;
|
|
563
|
-
spellCheck?: (boolean | "
|
|
564
|
-
tabIndex?: number | undefined;
|
|
565
|
-
title?: string | undefined;
|
|
562
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
566
563
|
translate?: "yes" | "no" | undefined;
|
|
567
564
|
radioGroup?: string | undefined;
|
|
568
565
|
role?: React.AriaRole | undefined;
|
|
@@ -578,6 +575,7 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
578
575
|
vocab?: string | undefined;
|
|
579
576
|
autoCorrect?: string | undefined;
|
|
580
577
|
autoSave?: string | undefined;
|
|
578
|
+
color?: string | undefined;
|
|
581
579
|
itemProp?: string | undefined;
|
|
582
580
|
itemScope?: boolean | undefined;
|
|
583
581
|
itemType?: string | undefined;
|
|
@@ -592,52 +590,52 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
592
590
|
part?: string | undefined;
|
|
593
591
|
inert?: string | boolean | undefined;
|
|
594
592
|
"aria-activedescendant"?: string | undefined;
|
|
595
|
-
"aria-atomic"?: (boolean | "
|
|
596
|
-
"aria-autocomplete"?: "none" | "
|
|
593
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
594
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
597
595
|
"aria-braillelabel"?: string | undefined;
|
|
598
596
|
"aria-brailleroledescription"?: string | undefined;
|
|
599
|
-
"aria-busy"?: (boolean | "
|
|
600
|
-
"aria-checked"?: boolean | "
|
|
597
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
598
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
601
599
|
"aria-colcount"?: number | undefined;
|
|
602
600
|
"aria-colindex"?: number | undefined;
|
|
603
601
|
"aria-colindextext"?: string | undefined;
|
|
604
602
|
"aria-colspan"?: number | undefined;
|
|
605
603
|
"aria-controls"?: string | undefined;
|
|
606
|
-
"aria-current"?: boolean | "time" | "
|
|
604
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
607
605
|
"aria-describedby"?: string | undefined;
|
|
608
606
|
"aria-description"?: string | undefined;
|
|
609
607
|
"aria-details"?: string | undefined;
|
|
610
|
-
"aria-disabled"?: (boolean | "
|
|
611
|
-
"aria-dropeffect"?: "
|
|
608
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
609
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
612
610
|
"aria-errormessage"?: string | undefined;
|
|
613
|
-
"aria-expanded"?: (boolean | "
|
|
611
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
614
612
|
"aria-flowto"?: string | undefined;
|
|
615
|
-
"aria-grabbed"?: (boolean | "
|
|
616
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
617
|
-
"aria-hidden"?: (boolean | "
|
|
618
|
-
"aria-invalid"?: boolean | "
|
|
613
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
614
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
615
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
616
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
619
617
|
"aria-keyshortcuts"?: string | undefined;
|
|
620
618
|
"aria-label"?: string | undefined;
|
|
621
619
|
"aria-labelledby"?: string | undefined;
|
|
622
620
|
"aria-level"?: number | undefined;
|
|
623
621
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
624
|
-
"aria-modal"?: (boolean | "
|
|
625
|
-
"aria-multiline"?: (boolean | "
|
|
626
|
-
"aria-multiselectable"?: (boolean | "
|
|
622
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
623
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
624
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
627
625
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
628
626
|
"aria-owns"?: string | undefined;
|
|
629
627
|
"aria-placeholder"?: string | undefined;
|
|
630
628
|
"aria-posinset"?: number | undefined;
|
|
631
|
-
"aria-pressed"?: boolean | "
|
|
632
|
-
"aria-readonly"?: (boolean | "
|
|
633
|
-
"aria-relevant"?: "text" | "
|
|
634
|
-
"aria-required"?: (boolean | "
|
|
629
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
630
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
631
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
632
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
635
633
|
"aria-roledescription"?: string | undefined;
|
|
636
634
|
"aria-rowcount"?: number | undefined;
|
|
637
635
|
"aria-rowindex"?: number | undefined;
|
|
638
636
|
"aria-rowindextext"?: string | undefined;
|
|
639
637
|
"aria-rowspan"?: number | undefined;
|
|
640
|
-
"aria-selected"?: (boolean | "
|
|
638
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
641
639
|
"aria-setsize"?: number | undefined;
|
|
642
640
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
643
641
|
"aria-valuemax"?: number | undefined;
|
|
@@ -801,32 +799,31 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
801
799
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
802
800
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
803
801
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
804
|
-
|
|
802
|
+
key?: React.Key | null | undefined;
|
|
803
|
+
} & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
|
|
804
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
805
805
|
slot?: string | undefined;
|
|
806
|
-
|
|
807
|
-
color?: string | undefined;
|
|
806
|
+
title?: string | undefined;
|
|
808
807
|
content?: string | undefined;
|
|
809
|
-
|
|
810
|
-
key?: React.Key | null | undefined;
|
|
808
|
+
tabIndex?: number | undefined;
|
|
811
809
|
defaultChecked?: boolean | undefined;
|
|
812
810
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
813
811
|
suppressContentEditableWarning?: boolean | undefined;
|
|
814
812
|
suppressHydrationWarning?: boolean | undefined;
|
|
815
813
|
accessKey?: string | undefined;
|
|
816
|
-
autoCapitalize?:
|
|
814
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
817
815
|
autoFocus?: boolean | undefined;
|
|
818
816
|
className?: string | undefined;
|
|
819
|
-
contentEditable?:
|
|
817
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
820
818
|
contextMenu?: string | undefined;
|
|
821
819
|
dir?: string | undefined;
|
|
822
|
-
draggable?: (boolean | "
|
|
823
|
-
enterKeyHint?: "search" | "
|
|
820
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
821
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
822
|
+
hidden?: boolean | undefined;
|
|
824
823
|
id?: string | undefined;
|
|
825
824
|
lang?: string | undefined;
|
|
826
825
|
nonce?: string | undefined;
|
|
827
|
-
spellCheck?: (boolean | "
|
|
828
|
-
tabIndex?: number | undefined;
|
|
829
|
-
title?: string | undefined;
|
|
826
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
830
827
|
translate?: "yes" | "no" | undefined;
|
|
831
828
|
radioGroup?: string | undefined;
|
|
832
829
|
role?: React.AriaRole | undefined;
|
|
@@ -842,6 +839,7 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
842
839
|
vocab?: string | undefined;
|
|
843
840
|
autoCorrect?: string | undefined;
|
|
844
841
|
autoSave?: string | undefined;
|
|
842
|
+
color?: string | undefined;
|
|
845
843
|
itemProp?: string | undefined;
|
|
846
844
|
itemScope?: boolean | undefined;
|
|
847
845
|
itemType?: string | undefined;
|
|
@@ -856,52 +854,52 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
856
854
|
part?: string | undefined;
|
|
857
855
|
inert?: string | boolean | undefined;
|
|
858
856
|
"aria-activedescendant"?: string | undefined;
|
|
859
|
-
"aria-atomic"?: (boolean | "
|
|
860
|
-
"aria-autocomplete"?: "none" | "
|
|
857
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
858
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
861
859
|
"aria-braillelabel"?: string | undefined;
|
|
862
860
|
"aria-brailleroledescription"?: string | undefined;
|
|
863
|
-
"aria-busy"?: (boolean | "
|
|
864
|
-
"aria-checked"?: boolean | "
|
|
861
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
862
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
865
863
|
"aria-colcount"?: number | undefined;
|
|
866
864
|
"aria-colindex"?: number | undefined;
|
|
867
865
|
"aria-colindextext"?: string | undefined;
|
|
868
866
|
"aria-colspan"?: number | undefined;
|
|
869
867
|
"aria-controls"?: string | undefined;
|
|
870
|
-
"aria-current"?: boolean | "time" | "
|
|
868
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
871
869
|
"aria-describedby"?: string | undefined;
|
|
872
870
|
"aria-description"?: string | undefined;
|
|
873
871
|
"aria-details"?: string | undefined;
|
|
874
|
-
"aria-disabled"?: (boolean | "
|
|
875
|
-
"aria-dropeffect"?: "
|
|
872
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
873
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
876
874
|
"aria-errormessage"?: string | undefined;
|
|
877
|
-
"aria-expanded"?: (boolean | "
|
|
875
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
878
876
|
"aria-flowto"?: string | undefined;
|
|
879
|
-
"aria-grabbed"?: (boolean | "
|
|
880
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
881
|
-
"aria-hidden"?: (boolean | "
|
|
882
|
-
"aria-invalid"?: boolean | "
|
|
877
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
878
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
879
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
880
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
883
881
|
"aria-keyshortcuts"?: string | undefined;
|
|
884
882
|
"aria-label"?: string | undefined;
|
|
885
883
|
"aria-labelledby"?: string | undefined;
|
|
886
884
|
"aria-level"?: number | undefined;
|
|
887
885
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
888
|
-
"aria-modal"?: (boolean | "
|
|
889
|
-
"aria-multiline"?: (boolean | "
|
|
890
|
-
"aria-multiselectable"?: (boolean | "
|
|
886
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
887
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
888
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
891
889
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
892
890
|
"aria-owns"?: string | undefined;
|
|
893
891
|
"aria-placeholder"?: string | undefined;
|
|
894
892
|
"aria-posinset"?: number | undefined;
|
|
895
|
-
"aria-pressed"?: boolean | "
|
|
896
|
-
"aria-readonly"?: (boolean | "
|
|
897
|
-
"aria-relevant"?: "text" | "
|
|
898
|
-
"aria-required"?: (boolean | "
|
|
893
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
894
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
895
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
896
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
899
897
|
"aria-roledescription"?: string | undefined;
|
|
900
898
|
"aria-rowcount"?: number | undefined;
|
|
901
899
|
"aria-rowindex"?: number | undefined;
|
|
902
900
|
"aria-rowindextext"?: string | undefined;
|
|
903
901
|
"aria-rowspan"?: number | undefined;
|
|
904
|
-
"aria-selected"?: (boolean | "
|
|
902
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
905
903
|
"aria-setsize"?: number | undefined;
|
|
906
904
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
907
905
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1065,38 +1063,37 @@ export declare const StyledListItemHeadIndicator: import("styled-components/dist
|
|
|
1065
1063
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1066
1064
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1067
1065
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1066
|
+
key?: React.Key | null | undefined;
|
|
1068
1067
|
} & import("motion/react").MotionProps, never>>> & string;
|
|
1069
1068
|
type StyledListItemHeadContentProps = {
|
|
1070
1069
|
$isIconOrImageGiven: boolean;
|
|
1071
1070
|
$isOpen: boolean;
|
|
1072
1071
|
};
|
|
1073
1072
|
export declare const StyledListItemHeadContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledListItemHeadContentProps> & StyledListItemHeadContentProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledListItemHeadContentProps> & StyledListItemHeadContentProps, never>>> & string;
|
|
1074
|
-
export declare const StyledListItemHeadTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "
|
|
1073
|
+
export declare const StyledListItemHeadTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
|
|
1074
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
1075
1075
|
slot?: string | undefined;
|
|
1076
|
-
|
|
1077
|
-
color?: string | undefined;
|
|
1076
|
+
title?: string | undefined;
|
|
1078
1077
|
content?: string | undefined;
|
|
1079
|
-
|
|
1080
|
-
key?: React.Key | null | undefined;
|
|
1078
|
+
tabIndex?: number | undefined;
|
|
1081
1079
|
defaultChecked?: boolean | undefined;
|
|
1082
1080
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1083
1081
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1084
1082
|
suppressHydrationWarning?: boolean | undefined;
|
|
1085
1083
|
accessKey?: string | undefined;
|
|
1086
|
-
autoCapitalize?:
|
|
1084
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
1087
1085
|
autoFocus?: boolean | undefined;
|
|
1088
1086
|
className?: string | undefined;
|
|
1089
|
-
contentEditable?:
|
|
1087
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
1090
1088
|
contextMenu?: string | undefined;
|
|
1091
1089
|
dir?: string | undefined;
|
|
1092
|
-
draggable?: (boolean | "
|
|
1093
|
-
enterKeyHint?: "search" | "
|
|
1090
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1091
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1092
|
+
hidden?: boolean | undefined;
|
|
1094
1093
|
id?: string | undefined;
|
|
1095
1094
|
lang?: string | undefined;
|
|
1096
1095
|
nonce?: string | undefined;
|
|
1097
|
-
spellCheck?: (boolean | "
|
|
1098
|
-
tabIndex?: number | undefined;
|
|
1099
|
-
title?: string | undefined;
|
|
1096
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1100
1097
|
translate?: "yes" | "no" | undefined;
|
|
1101
1098
|
radioGroup?: string | undefined;
|
|
1102
1099
|
role?: React.AriaRole | undefined;
|
|
@@ -1112,6 +1109,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1112
1109
|
vocab?: string | undefined;
|
|
1113
1110
|
autoCorrect?: string | undefined;
|
|
1114
1111
|
autoSave?: string | undefined;
|
|
1112
|
+
color?: string | undefined;
|
|
1115
1113
|
itemProp?: string | undefined;
|
|
1116
1114
|
itemScope?: boolean | undefined;
|
|
1117
1115
|
itemType?: string | undefined;
|
|
@@ -1126,52 +1124,52 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1126
1124
|
part?: string | undefined;
|
|
1127
1125
|
inert?: string | boolean | undefined;
|
|
1128
1126
|
"aria-activedescendant"?: string | undefined;
|
|
1129
|
-
"aria-atomic"?: (boolean | "
|
|
1130
|
-
"aria-autocomplete"?: "none" | "
|
|
1127
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1128
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
1131
1129
|
"aria-braillelabel"?: string | undefined;
|
|
1132
1130
|
"aria-brailleroledescription"?: string | undefined;
|
|
1133
|
-
"aria-busy"?: (boolean | "
|
|
1134
|
-
"aria-checked"?: boolean | "
|
|
1131
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1132
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1135
1133
|
"aria-colcount"?: number | undefined;
|
|
1136
1134
|
"aria-colindex"?: number | undefined;
|
|
1137
1135
|
"aria-colindextext"?: string | undefined;
|
|
1138
1136
|
"aria-colspan"?: number | undefined;
|
|
1139
1137
|
"aria-controls"?: string | undefined;
|
|
1140
|
-
"aria-current"?: boolean | "time" | "
|
|
1138
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1141
1139
|
"aria-describedby"?: string | undefined;
|
|
1142
1140
|
"aria-description"?: string | undefined;
|
|
1143
1141
|
"aria-details"?: string | undefined;
|
|
1144
|
-
"aria-disabled"?: (boolean | "
|
|
1145
|
-
"aria-dropeffect"?: "
|
|
1142
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1143
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1146
1144
|
"aria-errormessage"?: string | undefined;
|
|
1147
|
-
"aria-expanded"?: (boolean | "
|
|
1145
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1148
1146
|
"aria-flowto"?: string | undefined;
|
|
1149
|
-
"aria-grabbed"?: (boolean | "
|
|
1150
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1151
|
-
"aria-hidden"?: (boolean | "
|
|
1152
|
-
"aria-invalid"?: boolean | "
|
|
1147
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1148
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1149
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1150
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1153
1151
|
"aria-keyshortcuts"?: string | undefined;
|
|
1154
1152
|
"aria-label"?: string | undefined;
|
|
1155
1153
|
"aria-labelledby"?: string | undefined;
|
|
1156
1154
|
"aria-level"?: number | undefined;
|
|
1157
1155
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1158
|
-
"aria-modal"?: (boolean | "
|
|
1159
|
-
"aria-multiline"?: (boolean | "
|
|
1160
|
-
"aria-multiselectable"?: (boolean | "
|
|
1156
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1157
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1158
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1161
1159
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1162
1160
|
"aria-owns"?: string | undefined;
|
|
1163
1161
|
"aria-placeholder"?: string | undefined;
|
|
1164
1162
|
"aria-posinset"?: number | undefined;
|
|
1165
|
-
"aria-pressed"?: boolean | "
|
|
1166
|
-
"aria-readonly"?: (boolean | "
|
|
1167
|
-
"aria-relevant"?: "text" | "
|
|
1168
|
-
"aria-required"?: (boolean | "
|
|
1163
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1164
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1165
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1166
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1169
1167
|
"aria-roledescription"?: string | undefined;
|
|
1170
1168
|
"aria-rowcount"?: number | undefined;
|
|
1171
1169
|
"aria-rowindex"?: number | undefined;
|
|
1172
1170
|
"aria-rowindextext"?: string | undefined;
|
|
1173
1171
|
"aria-rowspan"?: number | undefined;
|
|
1174
|
-
"aria-selected"?: (boolean | "
|
|
1172
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1175
1173
|
"aria-setsize"?: number | undefined;
|
|
1176
1174
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1177
1175
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1335,32 +1333,31 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1335
1333
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1336
1334
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1337
1335
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1338
|
-
|
|
1336
|
+
key?: React.Key | null | undefined;
|
|
1337
|
+
} & import("motion/react").MotionProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLDivElement> | keyof import("motion/react").MotionProps> & {
|
|
1338
|
+
ref?: React.LegacyRef<HTMLDivElement> | undefined;
|
|
1339
1339
|
slot?: string | undefined;
|
|
1340
|
-
|
|
1341
|
-
color?: string | undefined;
|
|
1340
|
+
title?: string | undefined;
|
|
1342
1341
|
content?: string | undefined;
|
|
1343
|
-
|
|
1344
|
-
key?: React.Key | null | undefined;
|
|
1342
|
+
tabIndex?: number | undefined;
|
|
1345
1343
|
defaultChecked?: boolean | undefined;
|
|
1346
1344
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
1347
1345
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1348
1346
|
suppressHydrationWarning?: boolean | undefined;
|
|
1349
1347
|
accessKey?: string | undefined;
|
|
1350
|
-
autoCapitalize?:
|
|
1348
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined;
|
|
1351
1349
|
autoFocus?: boolean | undefined;
|
|
1352
1350
|
className?: string | undefined;
|
|
1353
|
-
contentEditable?:
|
|
1351
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
1354
1352
|
contextMenu?: string | undefined;
|
|
1355
1353
|
dir?: string | undefined;
|
|
1356
|
-
draggable?: (boolean | "
|
|
1357
|
-
enterKeyHint?: "search" | "
|
|
1354
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
1355
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
1356
|
+
hidden?: boolean | undefined;
|
|
1358
1357
|
id?: string | undefined;
|
|
1359
1358
|
lang?: string | undefined;
|
|
1360
1359
|
nonce?: string | undefined;
|
|
1361
|
-
spellCheck?: (boolean | "
|
|
1362
|
-
tabIndex?: number | undefined;
|
|
1363
|
-
title?: string | undefined;
|
|
1360
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1364
1361
|
translate?: "yes" | "no" | undefined;
|
|
1365
1362
|
radioGroup?: string | undefined;
|
|
1366
1363
|
role?: React.AriaRole | undefined;
|
|
@@ -1376,6 +1373,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1376
1373
|
vocab?: string | undefined;
|
|
1377
1374
|
autoCorrect?: string | undefined;
|
|
1378
1375
|
autoSave?: string | undefined;
|
|
1376
|
+
color?: string | undefined;
|
|
1379
1377
|
itemProp?: string | undefined;
|
|
1380
1378
|
itemScope?: boolean | undefined;
|
|
1381
1379
|
itemType?: string | undefined;
|
|
@@ -1390,52 +1388,52 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1390
1388
|
part?: string | undefined;
|
|
1391
1389
|
inert?: string | boolean | undefined;
|
|
1392
1390
|
"aria-activedescendant"?: string | undefined;
|
|
1393
|
-
"aria-atomic"?: (boolean | "
|
|
1394
|
-
"aria-autocomplete"?: "none" | "
|
|
1391
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1392
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
1395
1393
|
"aria-braillelabel"?: string | undefined;
|
|
1396
1394
|
"aria-brailleroledescription"?: string | undefined;
|
|
1397
|
-
"aria-busy"?: (boolean | "
|
|
1398
|
-
"aria-checked"?: boolean | "
|
|
1395
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1396
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1399
1397
|
"aria-colcount"?: number | undefined;
|
|
1400
1398
|
"aria-colindex"?: number | undefined;
|
|
1401
1399
|
"aria-colindextext"?: string | undefined;
|
|
1402
1400
|
"aria-colspan"?: number | undefined;
|
|
1403
1401
|
"aria-controls"?: string | undefined;
|
|
1404
|
-
"aria-current"?: boolean | "time" | "
|
|
1402
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1405
1403
|
"aria-describedby"?: string | undefined;
|
|
1406
1404
|
"aria-description"?: string | undefined;
|
|
1407
1405
|
"aria-details"?: string | undefined;
|
|
1408
|
-
"aria-disabled"?: (boolean | "
|
|
1409
|
-
"aria-dropeffect"?: "
|
|
1406
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1407
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1410
1408
|
"aria-errormessage"?: string | undefined;
|
|
1411
|
-
"aria-expanded"?: (boolean | "
|
|
1409
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1412
1410
|
"aria-flowto"?: string | undefined;
|
|
1413
|
-
"aria-grabbed"?: (boolean | "
|
|
1414
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "
|
|
1415
|
-
"aria-hidden"?: (boolean | "
|
|
1416
|
-
"aria-invalid"?: boolean | "
|
|
1411
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1412
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
1413
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1414
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1417
1415
|
"aria-keyshortcuts"?: string | undefined;
|
|
1418
1416
|
"aria-label"?: string | undefined;
|
|
1419
1417
|
"aria-labelledby"?: string | undefined;
|
|
1420
1418
|
"aria-level"?: number | undefined;
|
|
1421
1419
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1422
|
-
"aria-modal"?: (boolean | "
|
|
1423
|
-
"aria-multiline"?: (boolean | "
|
|
1424
|
-
"aria-multiselectable"?: (boolean | "
|
|
1420
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1421
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1422
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1425
1423
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1426
1424
|
"aria-owns"?: string | undefined;
|
|
1427
1425
|
"aria-placeholder"?: string | undefined;
|
|
1428
1426
|
"aria-posinset"?: number | undefined;
|
|
1429
|
-
"aria-pressed"?: boolean | "
|
|
1430
|
-
"aria-readonly"?: (boolean | "
|
|
1431
|
-
"aria-relevant"?: "text" | "
|
|
1432
|
-
"aria-required"?: (boolean | "
|
|
1427
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1428
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1429
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1430
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1433
1431
|
"aria-roledescription"?: string | undefined;
|
|
1434
1432
|
"aria-rowcount"?: number | undefined;
|
|
1435
1433
|
"aria-rowindex"?: number | undefined;
|
|
1436
1434
|
"aria-rowindextext"?: string | undefined;
|
|
1437
1435
|
"aria-rowspan"?: number | undefined;
|
|
1438
|
-
"aria-selected"?: (boolean | "
|
|
1436
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1439
1437
|
"aria-setsize"?: number | undefined;
|
|
1440
1438
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1441
1439
|
"aria-valuemax"?: number | undefined;
|
|
@@ -1599,6 +1597,7 @@ export declare const StyledListItemHeadTitle: import("styled-components/dist/typ
|
|
|
1599
1597
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1600
1598
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1601
1599
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1600
|
+
key?: React.Key | null | undefined;
|
|
1602
1601
|
} & import("motion/react").MotionProps, never>>> & string;
|
|
1603
1602
|
export declare const StyledListItemHeadTitleContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
1604
1603
|
export declare const StyledListItemHeadSubtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1606,9 +1605,9 @@ type StyledMotionListItemHeadHoverItemWrapperProps = {
|
|
|
1606
1605
|
theme: Theme;
|
|
1607
1606
|
};
|
|
1608
1607
|
export declare const StyledMotionListItemHeadHoverItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
1609
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) |
|
|
1608
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | null | undefined;
|
|
1610
1609
|
}, "theme"> & StyledMotionListItemHeadHoverItemWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
1611
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) |
|
|
1610
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | null | undefined;
|
|
1612
1611
|
}, "theme"> & StyledMotionListItemHeadHoverItemWrapperProps, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
|
|
1613
1612
|
export declare const StyledMotionListItemHeadHoverItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
1614
1613
|
export {};
|