@chayns-components/core 5.2.4-alpha.0 → 5.2.5

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.
Files changed (107) hide show
  1. package/lib/cjs/components/list/list-item/ListItem.js +1 -2
  2. package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
  3. package/lib/cjs/components/list/list-item/ListItem.styles.js +1 -2
  4. package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
  5. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  6. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  7. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  8. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  9. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js +0 -2
  10. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  11. package/lib/cjs/constants/list.js +0 -9
  12. package/lib/cjs/constants/list.js.map +1 -1
  13. package/lib/cjs/hooks/element.js +32 -12
  14. package/lib/cjs/hooks/element.js.map +1 -1
  15. package/lib/esm/components/list/list-item/ListItem.js +1 -2
  16. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  17. package/lib/esm/components/list/list-item/ListItem.styles.js +1 -2
  18. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  19. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  20. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  21. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  22. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  23. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js +0 -2
  24. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  25. package/lib/esm/constants/list.js +1 -4
  26. package/lib/esm/constants/list.js.map +1 -1
  27. package/lib/esm/hooks/element.js +32 -12
  28. package/lib/esm/hooks/element.js.map +1 -1
  29. package/lib/types/components/accordion/Accordion.styles.d.ts +18 -6
  30. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +11 -6
  31. package/lib/types/components/accordion/accordion-content/AccordionContent.styles.d.ts +9 -5
  32. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +64 -25
  33. package/lib/types/components/accordion/accordion-intro/AccordionIntro.styles.d.ts +1 -1
  34. package/lib/types/components/accordion/accordion-item/AccordionItem.styles.d.ts +8 -5
  35. package/lib/types/components/amount-control/AmountControl.styles.d.ts +44 -17
  36. package/lib/types/components/badge/Badge.styles.d.ts +24 -12
  37. package/lib/types/components/button/Button.styles.d.ts +25 -9
  38. package/lib/types/components/button/wait-cursor/WaitCursor.styles.d.ts +20 -10
  39. package/lib/types/components/checkbox/Checkbox.styles.d.ts +45 -24
  40. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +4 -2
  41. package/lib/types/components/combobox/ComboBox.styles.d.ts +65 -28
  42. package/lib/types/components/combobox/combobox-item/ComboBoxItem.styles.d.ts +28 -15
  43. package/lib/types/components/content-card/ContentCard.styles.d.ts +9 -5
  44. package/lib/types/components/context-menu/ContextMenu.styles.d.ts +10 -5
  45. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +30 -15
  46. package/lib/types/components/dropdown-body-wrapper/DropdownBodyWrapper.styles.d.ts +12 -6
  47. package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +13 -6
  48. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -1
  49. package/lib/types/components/file-input/FileInput.styles.d.ts +33 -16
  50. package/lib/types/components/file-list/FileList.styles.d.ts +1 -1
  51. package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +1 -1
  52. package/lib/types/components/file-select/FileSelect.styles.d.ts +33 -16
  53. package/lib/types/components/filter/Filter.styles.d.ts +43 -18
  54. package/lib/types/components/filter/filter-content/FilterContent.styles.d.ts +17 -12
  55. package/lib/types/components/filter-buttons/FilterButtons.styles.d.ts +1 -1
  56. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +44 -19
  57. package/lib/types/components/grid-image/GridImage.styles.d.ts +14 -8
  58. package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +39 -16
  59. package/lib/types/components/highlight-slider/HighlightSlider.styles.d.ts +1 -1
  60. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +23 -11
  61. package/lib/types/components/icon/Icon.styles.d.ts +20 -8
  62. package/lib/types/components/input/Input.styles.d.ts +74 -29
  63. package/lib/types/components/list/list-item/ListItem.styles.d.ts +544 -7
  64. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -1
  65. package/lib/types/components/list/list-item/list-item-content/ListItemContent.styles.d.ts +1 -1
  66. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +1605 -15
  67. package/lib/types/components/list/list-item/list-item-head/list-item-icon/ListItemIcon.styles.d.ts +9 -5
  68. package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.styles.d.ts +1 -1
  69. package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.styles.d.ts +10 -7
  70. package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.styles.d.ts +13 -9
  71. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +39 -14
  72. package/lib/types/components/mention-finder/mention-finder-item/MentionFinderItem.styles.d.ts +19 -11
  73. package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +12 -6
  74. package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +30 -10
  75. package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
  76. package/lib/types/components/popup/Popup.styles.d.ts +13 -7
  77. package/lib/types/components/popup/popup-content/PopupContent.styles.d.ts +1 -1
  78. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +22 -9
  79. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +71 -27
  80. package/lib/types/components/radio-button/RadioButton.styles.d.ts +54 -23
  81. package/lib/types/components/scroll-view/ScrollView.styles.d.ts +19 -11
  82. package/lib/types/components/search-box/SearchBox.styles.d.ts +16 -10
  83. package/lib/types/components/search-box/group-name/GroupName.styles.d.ts +8 -5
  84. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +23 -11
  85. package/lib/types/components/search-box/search-box-item/SearchBoxItem.styles.d.ts +16 -9
  86. package/lib/types/components/search-input/SearchInput.styles.d.ts +18 -9
  87. package/lib/types/components/select-button/SelectButton.styles.d.ts +1 -1
  88. package/lib/types/components/setup-wizard/SetupWizard.styles.d.ts +1 -1
  89. package/lib/types/components/setup-wizard/setup-wizard-item/SetupWizardItem.styles.d.ts +1 -1
  90. package/lib/types/components/sharing-bar/SharingBar.styles.d.ts +6 -4
  91. package/lib/types/components/sharing-button/SharingButton.styles.d.ts +1 -1
  92. package/lib/types/components/signature/Signature.styles.d.ts +7 -5
  93. package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +15 -12
  94. package/lib/types/components/skeleton/variants/accordion-skeleton/AccordionSkeleton.styles.d.ts +1 -1
  95. package/lib/types/components/skeleton/variants/list-item-skeleton/ListItemSkeleton.styles.d.ts +2 -2
  96. package/lib/types/components/skeleton/variants/text-skeleton/TextSkeleton.styles.d.ts +1 -1
  97. package/lib/types/components/slider/Slider.styles.d.ts +59 -21
  98. package/lib/types/components/slider-button/SliderButton.styles.d.ts +56 -22
  99. package/lib/types/components/small-wait-cursor/SmallWaitCursor.styles.d.ts +26 -12
  100. package/lib/types/components/tag-input/TagInput.styles.d.ts +16 -11
  101. package/lib/types/components/text-area/TextArea.styles.d.ts +49 -23
  102. package/lib/types/components/tooltip/Tooltip.styles.d.ts +11 -6
  103. package/lib/types/components/tooltip/tooltip-item/TooltipItem.styles.d.ts +20 -12
  104. package/lib/types/components/truncation/Truncation.styles.d.ts +14 -9
  105. package/lib/types/components/verification-badge/VerificationBadge.styles.d.ts +1 -1
  106. package/lib/types/constants/list.d.ts +0 -4
  107. package/package.json +5 -5
@@ -1,26 +1,47 @@
1
1
  import type { CSSProperties } from 'react';
2
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
3
2
  import type { CheckboxProps } from './Checkbox';
4
- export declare const StyledCheckbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
- export declare const StyledCheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
6
- type StyledCheckboxBoxWrapperProps = WithTheme<{
7
- $shouldShowAsSwitch?: CheckboxProps['shouldShowAsSwitch'];
8
- }>;
9
- export declare const StyledCheckboxBoxWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledCheckboxBoxWrapperProps>> & string;
10
- type StyledCheckboxBoxProps = WithTheme<{
11
- $shouldShowAsSwitch?: CheckboxProps['shouldShowAsSwitch'];
12
- $isDisabled?: CheckboxProps['isDisabled'];
13
- $isChecked?: CheckboxProps['isChecked'];
14
- $checkedBackgroundColor?: CSSProperties['backgroundColor'];
15
- $uncheckedBackgroundColor?: CSSProperties['backgroundColor'];
16
- $borderRadius?: CSSProperties['borderRadius'];
17
- $borderColor?: CSSProperties['borderColor'];
18
- }>;
19
- export declare const StyledCheckboxBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, StyledCheckboxBoxProps>> & string;
20
- type StyledCheckboxLabelProps = WithTheme<{
21
- $isDisabled?: CheckboxProps['isDisabled'];
22
- $shouldChangeOnLabelClick?: CheckboxProps['shouldChangeOnLabelClick'];
23
- $shouldShowAsSwitch?: CheckboxProps['shouldShowAsSwitch'];
24
- }>;
25
- export declare const StyledCheckboxLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, StyledCheckboxLabelProps>> & string;
26
- export {};
3
+ export declare const StyledCheckbox: 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;
4
+ export declare const StyledCheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>> & string;
5
+ export declare const StyledCheckboxBoxWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowAsSwitch"> & {
6
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
7
+ } & {
8
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
9
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowAsSwitch"> & {
10
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
11
+ } & {
12
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
13
+ }, never>>> & string;
14
+ export declare const StyledCheckboxBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$isDisabled" | "$borderColor" | "$borderRadius" | "$shouldShowAsSwitch" | "$isChecked" | "$checkedBackgroundColor" | "$uncheckedBackgroundColor"> & {
15
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
16
+ $isDisabled?: CheckboxProps["isDisabled"];
17
+ $isChecked?: CheckboxProps["isChecked"];
18
+ $checkedBackgroundColor?: CSSProperties["backgroundColor"];
19
+ $uncheckedBackgroundColor?: CSSProperties["backgroundColor"];
20
+ $borderRadius?: CSSProperties["borderRadius"];
21
+ $borderColor?: CSSProperties["borderColor"];
22
+ } & {
23
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
24
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$isDisabled" | "$borderColor" | "$borderRadius" | "$shouldShowAsSwitch" | "$isChecked" | "$checkedBackgroundColor" | "$uncheckedBackgroundColor"> & {
25
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
26
+ $isDisabled?: CheckboxProps["isDisabled"];
27
+ $isChecked?: CheckboxProps["isChecked"];
28
+ $checkedBackgroundColor?: CSSProperties["backgroundColor"];
29
+ $uncheckedBackgroundColor?: CSSProperties["backgroundColor"];
30
+ $borderRadius?: CSSProperties["borderRadius"];
31
+ $borderColor?: CSSProperties["borderColor"];
32
+ } & {
33
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
34
+ }, never>>> & string;
35
+ export declare const StyledCheckboxLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$isDisabled" | "$shouldShowAsSwitch" | "$shouldChangeOnLabelClick"> & {
36
+ $isDisabled?: CheckboxProps["isDisabled"];
37
+ $shouldChangeOnLabelClick?: CheckboxProps["shouldChangeOnLabelClick"];
38
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
39
+ } & {
40
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
41
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$isDisabled" | "$shouldShowAsSwitch" | "$shouldChangeOnLabelClick"> & {
42
+ $isDisabled?: CheckboxProps["isDisabled"];
43
+ $shouldChangeOnLabelClick?: CheckboxProps["shouldChangeOnLabelClick"];
44
+ $shouldShowAsSwitch?: CheckboxProps["shouldShowAsSwitch"];
45
+ } & {
46
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
47
+ }, never>>> & string;
@@ -1,3 +1,5 @@
1
- export declare const StyledColorSchemeProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
1
+ export declare const StyledColorSchemeProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
2
2
  theme: import("./ColorSchemeProvider").Theme;
3
- }>> & string;
3
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
4
+ theme: import("./ColorSchemeProvider").Theme;
5
+ }, never>>> & string;
@@ -1,54 +1,91 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
1
+ import type { Theme } from '../color-scheme-provider/ColorSchemeProvider';
2
2
  import { DropdownDirection } from '../../types/dropdown';
3
3
  import { ComboBoxProps, ComboBoxSize } from './ComboBox.types';
4
- type StyledComboBoxProps = WithTheme<{
4
+ export declare const StyledComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldUseFullWidth" | "$minWidth" | "$shouldUseCurrentItemWidth"> & {
5
5
  $minWidth?: number;
6
- $shouldUseFullWidth: ComboBoxProps['shouldUseFullWidth'];
7
- $shouldUseCurrentItemWidth: ComboBoxProps['shouldUseCurrentItemWidth'];
8
- }>;
9
- export declare const StyledComboBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxProps>> & string;
10
- type StyledComboBoxHeaderProps = WithTheme<{
6
+ $shouldUseFullWidth: ComboBoxProps["shouldUseFullWidth"];
7
+ $shouldUseCurrentItemWidth: ComboBoxProps["shouldUseCurrentItemWidth"];
8
+ } & {
9
+ theme: Theme;
10
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldUseFullWidth" | "$minWidth" | "$shouldUseCurrentItemWidth"> & {
11
+ $minWidth?: number;
12
+ $shouldUseFullWidth: ComboBoxProps["shouldUseFullWidth"];
13
+ $shouldUseCurrentItemWidth: ComboBoxProps["shouldUseCurrentItemWidth"];
14
+ } & {
15
+ theme: Theme;
16
+ }, never>>> & string;
17
+ export declare const StyledComboBoxHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$size" | "$shouldShowTransparentBackground" | "$isOpen" | "$isTouch" | "$shouldShowBigImage" | "$direction" | "$shouldChangeColor"> & {
18
+ $isTouch: boolean;
19
+ $isOpen: boolean;
20
+ $direction: DropdownDirection;
21
+ $isDisabled?: boolean;
22
+ $shouldChangeColor: boolean;
23
+ $shouldShowBigImage: ComboBoxProps["shouldShowBigImage"];
24
+ $shouldShowTransparentBackground: boolean;
25
+ $size: ComboBoxSize;
26
+ } & {
27
+ theme: Theme;
28
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$size" | "$shouldShowTransparentBackground" | "$isOpen" | "$isTouch" | "$shouldShowBigImage" | "$direction" | "$shouldChangeColor"> & {
11
29
  $isTouch: boolean;
12
30
  $isOpen: boolean;
13
31
  $direction: DropdownDirection;
14
32
  $isDisabled?: boolean;
15
33
  $shouldChangeColor: boolean;
16
- $shouldShowBigImage: ComboBoxProps['shouldShowBigImage'];
34
+ $shouldShowBigImage: ComboBoxProps["shouldShowBigImage"];
17
35
  $shouldShowTransparentBackground: boolean;
18
36
  $size: ComboBoxSize;
19
- }>;
20
- export declare const StyledComboBoxHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxHeaderProps>> & string;
21
- type StyledComboBoxPlaceholderProps = WithTheme<{
37
+ } & {
38
+ theme: Theme;
39
+ }, never>>> & string;
40
+ export declare const StyledComboBoxPlaceholder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldReduceOpacity"> & {
41
+ $shouldReduceOpacity: boolean;
42
+ } & {
43
+ theme: Theme;
44
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldReduceOpacity"> & {
22
45
  $shouldReduceOpacity: boolean;
23
- }>;
24
- export declare const StyledComboBoxPlaceholder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxPlaceholderProps>> & string;
25
- export declare const StyledComboBoxPlaceholderText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
26
- export declare const StyledComboBoxPrefixAndPlaceholderWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
46
+ } & {
47
+ theme: Theme;
48
+ }, never>>> & string;
49
+ export declare const StyledComboBoxPlaceholderText: 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;
50
+ export declare const StyledComboBoxPrefixAndPlaceholderWrapper: 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;
27
51
  type StyledComboBoxPrefixProps = {
28
52
  $prefixMinWidth?: number;
29
53
  };
30
- export declare const StyledComboBoxPrefix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxPrefixProps>> & string;
31
- export declare const StyledComboBoxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
32
- type StyledComboBoxPlaceholderImageProps = WithTheme<{
33
- $shouldShowBigImage: ComboBoxProps['shouldShowBigImage'];
34
- $shouldShowRoundImage: ComboBoxProps['shouldShowRoundImage'];
35
- }>;
36
- export declare const StyledComboBoxPlaceholderImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, StyledComboBoxPlaceholderImageProps>> & string;
54
+ export declare const StyledComboBoxPrefix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$prefixMinWidth"> & StyledComboBoxPrefixProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$prefixMinWidth"> & StyledComboBoxPrefixProps, never>>> & string;
55
+ export declare const StyledComboBoxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>> & string;
56
+ export declare const StyledComboBoxPlaceholderImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$shouldShowBigImage" | "$shouldShowRoundImage"> & {
57
+ $shouldShowBigImage: ComboBoxProps["shouldShowBigImage"];
58
+ $shouldShowRoundImage: ComboBoxProps["shouldShowRoundImage"];
59
+ } & {
60
+ theme: Theme;
61
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$shouldShowBigImage" | "$shouldShowRoundImage"> & {
62
+ $shouldShowBigImage: ComboBoxProps["shouldShowBigImage"];
63
+ $shouldShowRoundImage: ComboBoxProps["shouldShowRoundImage"];
64
+ } & {
65
+ theme: Theme;
66
+ }, never>>> & string;
37
67
  type StyledComboBoxClearIconWrapperProps = {
38
68
  $isDisabled: boolean;
39
69
  };
40
- export declare const StyledComboBoxClearIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxClearIconWrapperProps>> & string;
70
+ export declare const StyledComboBoxClearIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & StyledComboBoxClearIconWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled"> & StyledComboBoxClearIconWrapperProps, never>>> & string;
41
71
  type StyledComboBoxIconWrapperProps = {
42
72
  $shouldShowBorderLeft: boolean;
43
73
  $isDisabled: boolean;
44
74
  $size: ComboBoxSize;
45
75
  };
46
- export declare const StyledComboBoxIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxIconWrapperProps>> & string;
47
- type StyledComboBoxBodyProps = WithTheme<{
76
+ export declare const StyledComboBoxIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledComboBoxIconWrapperProps> & StyledComboBoxIconWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledComboBoxIconWrapperProps> & StyledComboBoxIconWrapperProps, never>>> & string;
77
+ export declare const StyledComboBoxBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight" | "$minWidth" | "$shouldUseCurrentItemWidth"> & {
78
+ $shouldUseCurrentItemWidth: boolean;
79
+ $maxHeight: number;
80
+ $minWidth: number;
81
+ } & {
82
+ theme: Theme;
83
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight" | "$minWidth" | "$shouldUseCurrentItemWidth"> & {
48
84
  $shouldUseCurrentItemWidth: boolean;
49
85
  $maxHeight: number;
50
86
  $minWidth: number;
51
- }>;
52
- export declare const StyledComboBoxBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxBodyProps>> & string;
53
- export declare const StyledComboBoxTopic: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
87
+ } & {
88
+ theme: Theme;
89
+ }, never>>> & string;
90
+ export declare const StyledComboBoxTopic: 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;
54
91
  export {};
@@ -1,26 +1,39 @@
1
1
  import { CSSProperties } from 'react';
2
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
3
- type StyledComboBoxItemProps = WithTheme<{
2
+ export declare const StyledComboBoxItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$isSelected" | "$isTouch"> & {
4
3
  $isDisabled?: boolean;
5
4
  $isSelected: boolean;
6
5
  $isTouch: boolean;
7
- }>;
8
- export declare const StyledComboBoxItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxItemProps>> & string;
9
- type StyledComboBoxItemImageProps = WithTheme<{
10
- $background?: CSSProperties['background'];
6
+ } & {
7
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
8
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$isSelected" | "$isTouch"> & {
9
+ $isDisabled?: boolean;
10
+ $isSelected: boolean;
11
+ $isTouch: boolean;
12
+ } & {
13
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never>>> & string;
15
+ export declare const StyledComboBoxItemImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$background" | "$shouldShowBigImage" | "$shouldShowRoundImage"> & {
16
+ $background?: CSSProperties["background"];
17
+ $shouldShowBigImage?: boolean;
18
+ $shouldShowRoundImage?: boolean;
19
+ } & {
20
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
21
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$background" | "$shouldShowBigImage" | "$shouldShowRoundImage"> & {
22
+ $background?: CSSProperties["background"];
11
23
  $shouldShowBigImage?: boolean;
12
24
  $shouldShowRoundImage?: boolean;
13
- }>;
14
- export declare const StyledComboBoxItemImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, StyledComboBoxItemImageProps>> & string;
15
- export declare const StyledComboBoxItemIconsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
16
- export declare const StyledComboBoxItemContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
25
+ } & {
26
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
27
+ }, never>>> & string;
28
+ export declare const StyledComboBoxItemIconsWrapper: 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;
29
+ export declare const StyledComboBoxItemContent: 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;
17
30
  type StyledComboBoxItemContentHeaderProps = {
18
31
  $text?: string;
19
32
  $subtext?: string;
20
33
  };
21
- export declare const StyledComboBoxItemContentHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledComboBoxItemContentHeaderProps>> & string;
22
- export declare const StyledComboBoxItemContentHeaderWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
23
- export declare const StyledComboBoxItemContentHeaderWrapperText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
24
- export declare const StyledComboBoxItemContentHeaderRightElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
25
- export declare const StyledComboBoxItemContentSubtext: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
34
+ export declare const StyledComboBoxItemContentHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledComboBoxItemContentHeaderProps> & StyledComboBoxItemContentHeaderProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledComboBoxItemContentHeaderProps> & StyledComboBoxItemContentHeaderProps, never>>> & string;
35
+ export declare const StyledComboBoxItemContentHeaderWrapper: 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;
36
+ export declare const StyledComboBoxItemContentHeaderWrapperText: 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;
37
+ export declare const StyledComboBoxItemContentHeaderRightElement: 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;
38
+ export declare const StyledComboBoxItemContentSubtext: 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;
26
39
  export {};
@@ -1,8 +1,12 @@
1
1
  import { ContentCardType } from '../../types/contentCard';
2
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
3
- type StyledContentCardProps = WithTheme<{
2
+ export declare const StyledContentCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldChangeColor" | "$type"> & {
4
3
  $type: ContentCardType;
5
4
  $shouldChangeColor: boolean;
6
- }>;
7
- export declare const StyledContentCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledContentCardProps>> & string;
8
- export {};
5
+ } & {
6
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
7
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldChangeColor" | "$type"> & {
8
+ $type: ContentCardType;
9
+ $shouldChangeColor: boolean;
10
+ } & {
11
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
12
+ }, never>>> & string;
@@ -1,8 +1,13 @@
1
- import { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
- type StyledContextMenuProps = WithTheme<{
1
+ export declare const StyledContextMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isActive" | "$shouldAddHoverEffect" | "$shouldUseDefaultTriggerStyles"> & {
3
2
  $isActive: boolean;
4
3
  $shouldAddHoverEffect: boolean;
5
4
  $shouldUseDefaultTriggerStyles: boolean;
6
- }>;
7
- export declare const StyledContextMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledContextMenuProps>> & string;
8
- export {};
5
+ } & {
6
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
7
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isActive" | "$shouldAddHoverEffect" | "$shouldUseDefaultTriggerStyles"> & {
8
+ $isActive: boolean;
9
+ $shouldAddHoverEffect: boolean;
10
+ $shouldUseDefaultTriggerStyles: boolean;
11
+ } & {
12
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
13
+ }, never>>> & string;
@@ -1,23 +1,38 @@
1
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
1
  import { ContextMenuAlignment } from '../ContextMenu.types';
3
- type StyledMotionContextMenuContentProps = WithTheme<{
2
+ export declare const StyledMotionContextMenuContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
3
+ 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;
4
+ }, "theme" | "$position" | "$zIndex" | "$shouldHidePopupArrow"> & {
4
5
  $position: ContextMenuAlignment;
5
6
  $zIndex: number;
6
7
  $shouldHidePopupArrow: boolean;
7
- }>;
8
- export declare const StyledMotionContextMenuContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
8
+ } & {
9
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
9
11
  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;
10
- }, StyledMotionContextMenuContentProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
11
- export declare const StyledContextMenuContentItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
- export declare const StyledContextMenuContentItemSpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
12
+ }, "theme" | "$position" | "$zIndex" | "$shouldHidePopupArrow"> & {
13
+ $position: ContextMenuAlignment;
14
+ $zIndex: number;
15
+ $shouldHidePopupArrow: boolean;
16
+ } & {
17
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
18
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
19
+ export declare const StyledContextMenuContentItem: 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;
20
+ export declare const StyledContextMenuContentItemSpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
13
21
  theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
14
- }>> & string;
15
- type StyledContextMenuContentItemWrapperProps = WithTheme<{
22
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
23
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
24
+ }, never>>> & string;
25
+ export declare const StyledContextMenuContentItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldHidePopupArrow" | "$isFocused"> & {
16
26
  $shouldHidePopupArrow: boolean;
17
27
  $isFocused: boolean;
18
- }>;
19
- export declare const StyledContextMenuContentItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledContextMenuContentItemWrapperProps>> & string;
20
- export declare const StyledContextMenuContentItemIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
21
- export declare const StyledContextMenuContentHeadline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
22
- export declare const StyledContextMenuContentItemText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
23
- export {};
28
+ } & {
29
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
30
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldHidePopupArrow" | "$isFocused"> & {
31
+ $shouldHidePopupArrow: boolean;
32
+ $isFocused: boolean;
33
+ } & {
34
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
35
+ }, never>>> & string;
36
+ export declare const StyledContextMenuContentItemIconWrapper: 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;
37
+ export declare const StyledContextMenuContentHeadline: 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;
38
+ export declare const StyledContextMenuContentItemText: 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;
@@ -1,11 +1,17 @@
1
- import { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
1
  import { DropdownDirection } from '../../types/dropdown';
3
- export declare const StyledDropdownBodyWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
- type StyledDropdownBodyWrapperContentProps = WithTheme<{
2
+ export declare const StyledDropdownBodyWrapper: 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;
3
+ export declare const StyledDropdownBodyWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight" | "$width" | "$minWidth" | "$direction"> & {
5
4
  $width: number;
6
5
  $maxHeight: number;
7
6
  $minWidth: number;
8
7
  $direction: DropdownDirection;
9
- }>;
10
- export declare const StyledDropdownBodyWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledDropdownBodyWrapperContentProps>> & string;
11
- export {};
8
+ } & {
9
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight" | "$width" | "$minWidth" | "$direction"> & {
11
+ $width: number;
12
+ $maxHeight: number;
13
+ $minWidth: number;
14
+ $direction: DropdownDirection;
15
+ } & {
16
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
17
+ }, never>>> & string;
@@ -1,11 +1,18 @@
1
- import { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
1
  import { DropdownCoordinates, DropdownTransform } from '../../../types/dropdown';
3
- type StyledMotionDelayedDropdownContentProps = WithTheme<{
2
+ export declare const StyledMotionDelayedDropdownContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
3
+ 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;
4
+ }, "theme" | "$shouldHideContent" | "$coordinates" | "$transform"> & {
4
5
  $shouldHideContent: boolean;
5
6
  $coordinates: DropdownCoordinates;
6
7
  $transform: DropdownTransform;
7
- }>;
8
- export declare const StyledMotionDelayedDropdownContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
8
+ } & {
9
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
9
11
  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;
10
- }, StyledMotionDelayedDropdownContentProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
11
- export {};
12
+ }, "theme" | "$shouldHideContent" | "$coordinates" | "$transform"> & {
13
+ $shouldHideContent: boolean;
14
+ $coordinates: DropdownCoordinates;
15
+ $transform: DropdownTransform;
16
+ } & {
17
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
18
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
@@ -1,3 +1,5 @@
1
1
  export declare const StyledMotionExpandableContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
2
2
  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;
3
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
3
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
4
+ 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;
5
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
@@ -1,21 +1,38 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
- export declare const StyledFileInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- type StyledFileInputWrapperProps = WithTheme<{
1
+ export declare const StyledFileInput: 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;
2
+ export declare const StyledFileInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled"> & {
4
3
  $isDisabled?: boolean;
5
- }>;
6
- export declare const StyledFileInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledFileInputWrapperProps>> & string;
7
- type StyledFileInputContainerProps = WithTheme<{
8
- $isImageSelection?: boolean;
9
- }>;
10
- type StyledUploadedFilesListProps = WithTheme<{
4
+ } & {
5
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled"> & {
7
+ $isDisabled?: boolean;
8
+ } & {
9
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never>>> & string;
11
+ export declare const StyledUploadedFilesList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowBorder"> & {
11
12
  $shouldShowBorder: boolean;
12
- }>;
13
- export declare const StyledUploadedFilesList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledUploadedFilesListProps>> & string;
14
- export declare const StyledFileInputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledFileInputContainerProps>> & string;
15
- export declare const StyledFileInputText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
13
+ } & {
16
14
  theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
17
- }>> & string;
15
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowBorder"> & {
16
+ $shouldShowBorder: boolean;
17
+ } & {
18
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
19
+ }, never>>> & string;
20
+ export declare const StyledFileInputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isImageSelection"> & {
21
+ $isImageSelection?: boolean;
22
+ } & {
23
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
24
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isImageSelection"> & {
25
+ $isImageSelection?: boolean;
26
+ } & {
27
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
28
+ }, never>>> & string;
29
+ export declare const StyledFileInputText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
30
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
31
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
32
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
33
+ }, never>>> & string;
18
34
  export declare const StyledMotionFileInputList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
19
35
  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;
20
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
21
- export {};
36
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
37
+ 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;
38
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
@@ -1 +1 @@
1
- export declare const StyledFileList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledFileList: 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;
@@ -1 +1 @@
1
- export declare const StyledFileItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledFileItem: 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;