@chayns-components/core 5.2.4 → 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.
- package/lib/cjs/components/list/list-item/ListItem.js +1 -2
- package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
- package/lib/cjs/components/list/list-item/ListItem.styles.js +1 -2
- 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 +3 -4
- 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 +3 -4
- package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
- package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
- package/lib/cjs/constants/list.js +0 -9
- package/lib/cjs/constants/list.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.js +1 -2
- package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
- package/lib/esm/components/list/list-item/ListItem.styles.js +1 -2
- 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 +3 -4
- 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 +3 -4
- package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
- package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
- package/lib/esm/constants/list.js +1 -4
- package/lib/esm/constants/list.js.map +1 -1
- package/lib/types/components/accordion/Accordion.styles.d.ts +18 -6
- package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +11 -6
- package/lib/types/components/accordion/accordion-content/AccordionContent.styles.d.ts +9 -5
- package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +64 -25
- package/lib/types/components/accordion/accordion-intro/AccordionIntro.styles.d.ts +1 -1
- package/lib/types/components/accordion/accordion-item/AccordionItem.styles.d.ts +8 -5
- package/lib/types/components/amount-control/AmountControl.styles.d.ts +44 -17
- package/lib/types/components/badge/Badge.styles.d.ts +24 -12
- package/lib/types/components/button/Button.styles.d.ts +25 -9
- package/lib/types/components/button/wait-cursor/WaitCursor.styles.d.ts +20 -10
- package/lib/types/components/checkbox/Checkbox.styles.d.ts +45 -24
- package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +4 -2
- package/lib/types/components/combobox/ComboBox.styles.d.ts +65 -28
- package/lib/types/components/combobox/combobox-item/ComboBoxItem.styles.d.ts +28 -15
- package/lib/types/components/content-card/ContentCard.styles.d.ts +9 -5
- package/lib/types/components/context-menu/ContextMenu.styles.d.ts +10 -5
- package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +30 -15
- package/lib/types/components/dropdown-body-wrapper/DropdownBodyWrapper.styles.d.ts +12 -6
- package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +13 -6
- package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -1
- package/lib/types/components/file-input/FileInput.styles.d.ts +33 -16
- package/lib/types/components/file-list/FileList.styles.d.ts +1 -1
- package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +1 -1
- package/lib/types/components/file-select/FileSelect.styles.d.ts +33 -16
- package/lib/types/components/filter/Filter.styles.d.ts +43 -18
- package/lib/types/components/filter/filter-content/FilterContent.styles.d.ts +17 -12
- package/lib/types/components/filter-buttons/FilterButtons.styles.d.ts +1 -1
- package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +44 -19
- package/lib/types/components/grid-image/GridImage.styles.d.ts +14 -8
- package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +39 -16
- package/lib/types/components/highlight-slider/HighlightSlider.styles.d.ts +1 -1
- package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +23 -11
- package/lib/types/components/icon/Icon.styles.d.ts +20 -8
- package/lib/types/components/input/Input.styles.d.ts +74 -29
- package/lib/types/components/list/list-item/ListItem.styles.d.ts +544 -7
- package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -1
- package/lib/types/components/list/list-item/list-item-content/ListItemContent.styles.d.ts +1 -1
- package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +1605 -15
- package/lib/types/components/list/list-item/list-item-head/list-item-icon/ListItemIcon.styles.d.ts +9 -5
- package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.styles.d.ts +1 -1
- package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.styles.d.ts +10 -7
- package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.styles.d.ts +13 -9
- package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +39 -14
- package/lib/types/components/mention-finder/mention-finder-item/MentionFinderItem.styles.d.ts +19 -11
- package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +12 -6
- package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +30 -10
- package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
- package/lib/types/components/popup/Popup.styles.d.ts +13 -7
- package/lib/types/components/popup/popup-content/PopupContent.styles.d.ts +1 -1
- package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +22 -9
- package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +71 -27
- package/lib/types/components/radio-button/RadioButton.styles.d.ts +54 -23
- package/lib/types/components/scroll-view/ScrollView.styles.d.ts +19 -11
- package/lib/types/components/search-box/SearchBox.styles.d.ts +16 -10
- package/lib/types/components/search-box/group-name/GroupName.styles.d.ts +8 -5
- package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +23 -11
- package/lib/types/components/search-box/search-box-item/SearchBoxItem.styles.d.ts +16 -9
- package/lib/types/components/search-input/SearchInput.styles.d.ts +18 -9
- package/lib/types/components/select-button/SelectButton.styles.d.ts +1 -1
- package/lib/types/components/setup-wizard/SetupWizard.styles.d.ts +1 -1
- package/lib/types/components/setup-wizard/setup-wizard-item/SetupWizardItem.styles.d.ts +1 -1
- package/lib/types/components/sharing-bar/SharingBar.styles.d.ts +6 -4
- package/lib/types/components/sharing-button/SharingButton.styles.d.ts +1 -1
- package/lib/types/components/signature/Signature.styles.d.ts +7 -5
- package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +15 -12
- package/lib/types/components/skeleton/variants/accordion-skeleton/AccordionSkeleton.styles.d.ts +1 -1
- package/lib/types/components/skeleton/variants/list-item-skeleton/ListItemSkeleton.styles.d.ts +2 -2
- package/lib/types/components/skeleton/variants/text-skeleton/TextSkeleton.styles.d.ts +1 -1
- package/lib/types/components/slider/Slider.styles.d.ts +59 -21
- package/lib/types/components/slider-button/SliderButton.styles.d.ts +56 -22
- package/lib/types/components/small-wait-cursor/SmallWaitCursor.styles.d.ts +26 -12
- package/lib/types/components/tag-input/TagInput.styles.d.ts +16 -11
- package/lib/types/components/text-area/TextArea.styles.d.ts +49 -23
- package/lib/types/components/tooltip/Tooltip.styles.d.ts +11 -6
- package/lib/types/components/tooltip/tooltip-item/TooltipItem.styles.d.ts +20 -12
- package/lib/types/components/truncation/Truncation.styles.d.ts +14 -9
- package/lib/types/components/verification-badge/VerificationBadge.styles.d.ts +1 -1
- package/lib/types/constants/list.d.ts +0 -4
- package/package.json +5 -5
package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts
CHANGED
|
@@ -1,23 +1,38 @@
|
|
|
1
|
-
import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
|
|
2
1
|
import { ContextMenuAlignment } from '../ContextMenu.types';
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
}
|
|
15
|
-
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
|
4
|
-
|
|
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
|
-
|
|
11
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
11
|
-
|
|
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
|
|
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
|
|
2
|
-
export declare const
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
$
|
|
9
|
-
}
|
|
10
|
-
|
|
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
|
-
}
|
|
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
|
|
21
|
-
|
|
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
|
|
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
|
|
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;
|
|
@@ -1,21 +1,38 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare const
|
|
3
|
-
type StyledFileSelectWrapperProps = WithTheme<{
|
|
1
|
+
export declare const StyledFileSelect: 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 StyledFileSelectWrapper: 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
|
-
|
|
7
|
-
|
|
8
|
-
$
|
|
9
|
-
}
|
|
10
|
-
|
|
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 StyledFileSelectContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledFileSelectContainerProps>> & string;
|
|
15
|
-
export declare const StyledFileSelectText: 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
|
-
}
|
|
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 StyledFileSelectContainer: 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 StyledFileSelectText: 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 StyledMotionFileSelectList: 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
|
|
21
|
-
|
|
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,24 +1,49 @@
|
|
|
1
|
-
import
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
type StyledFilterHeadlineProps = WithTheme<{
|
|
1
|
+
export declare const StyledFilter: 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 StyledFilterHead: 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 StyledFilterHeadline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "theme" | "$isSearchActive"> & {
|
|
5
4
|
$isSearchActive: boolean;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
} & {
|
|
6
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
7
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "theme" | "$isSearchActive"> & {
|
|
8
|
+
$isSearchActive: boolean;
|
|
9
|
+
} & {
|
|
10
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
11
|
+
}, never>>> & string;
|
|
12
|
+
export declare const StyledFilterHeadlineElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isSearchActive"> & {
|
|
13
|
+
$isSearchActive: boolean;
|
|
14
|
+
} & {
|
|
15
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
16
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isSearchActive"> & {
|
|
17
|
+
$isSearchActive: boolean;
|
|
18
|
+
} & {
|
|
19
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
20
|
+
}, never>>> & string;
|
|
21
|
+
export declare const StyledFilterIconWrapper: 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;
|
|
22
|
+
export declare const StyledFilterSearch: 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;
|
|
23
|
+
export declare const StyledFilterIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isOpen" | "$shouldShowRoundedHoverEffect"> & {
|
|
24
|
+
$isOpen: boolean;
|
|
25
|
+
$shouldShowRoundedHoverEffect: boolean;
|
|
26
|
+
} & {
|
|
27
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
28
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isOpen" | "$shouldShowRoundedHoverEffect"> & {
|
|
12
29
|
$isOpen: boolean;
|
|
13
30
|
$shouldShowRoundedHoverEffect: boolean;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
31
|
+
} & {
|
|
32
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
33
|
+
}, never>>> & string;
|
|
34
|
+
export declare const StyledMotionFilterBackground: 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"> & {
|
|
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;
|
|
36
|
+
}, "theme" | "$top" | "$left"> & {
|
|
17
37
|
$top: number;
|
|
18
38
|
$left: number;
|
|
19
|
-
}
|
|
20
|
-
|
|
39
|
+
} & {
|
|
40
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
41
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
21
42
|
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;
|
|
22
|
-
},
|
|
23
|
-
|
|
24
|
-
|
|
43
|
+
}, "theme" | "$top" | "$left"> & {
|
|
44
|
+
$top: number;
|
|
45
|
+
$left: number;
|
|
46
|
+
} & {
|
|
47
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
48
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
|
|
49
|
+
export declare const StyledFilterContentWrapper: 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,14 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledFilterContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
1
|
+
export declare const StyledFilterContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
3
2
|
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
4
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
5
|
+
}, never>>> & string;
|
|
6
|
+
export declare const StyledFilterSort: 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;
|
|
7
|
+
export declare const StyledFilterSortText: 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;
|
|
8
|
+
export declare const StyledFilterComboboxWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$textWidth"> & {
|
|
9
|
+
$textWidth: number;
|
|
10
|
+
} & {
|
|
11
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
12
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$textWidth"> & {
|
|
8
13
|
$textWidth: number;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export
|
|
14
|
+
} & {
|
|
15
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
16
|
+
}, never>>> & string;
|
|
17
|
+
export declare const StyledFilterComboboxInline: 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;
|
|
18
|
+
export declare const StyledFilterComboboxInlineLabel: 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;
|
|
19
|
+
export declare const StyledFilterComboboxInlineComboboxWrapper: 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 StyledFilterButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledFilterButton: 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,31 +1,56 @@
|
|
|
1
1
|
import type { CSSProperties } from 'react';
|
|
2
2
|
import { FilterButtonItemShape, FilterButtonSize } from '../../../types/filterButtons';
|
|
3
|
-
import
|
|
4
|
-
type StyledFilterButtonItemProps = WithTheme<{
|
|
3
|
+
export declare const StyledFilterButtonItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$size" | "$isSelected"> & {
|
|
5
4
|
$size: FilterButtonSize;
|
|
6
5
|
$isSelected: boolean;
|
|
7
6
|
$isDisabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const StyledFilterButtonItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledFilterButtonItemProps>> & string;
|
|
10
|
-
export declare const StyledFilterButtonItemLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
-
export declare const StyledFilterButtonItemLabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
7
|
+
} & {
|
|
12
8
|
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
13
|
-
}
|
|
14
|
-
|
|
9
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled" | "$size" | "$isSelected"> & {
|
|
10
|
+
$size: FilterButtonSize;
|
|
11
|
+
$isSelected: boolean;
|
|
12
|
+
$isDisabled?: boolean;
|
|
13
|
+
} & {
|
|
14
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
15
|
+
}, never>>> & string;
|
|
16
|
+
export declare const StyledFilterButtonItemLabel: 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
|
+
export declare const StyledFilterButtonItemLabelText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
|
|
18
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
19
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
|
|
20
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
21
|
+
}, never>>> & string;
|
|
22
|
+
export declare const StyledFilterButtonItemLabelCount: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
|
|
23
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
24
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "theme"> & {
|
|
25
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
26
|
+
}, never>>> & string;
|
|
27
|
+
export declare const StyledFilterButtonItemBorder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color" | "$isSelected" | "$shape"> & {
|
|
28
|
+
$shape: FilterButtonItemShape;
|
|
29
|
+
$color: CSSProperties["color"];
|
|
30
|
+
$isSelected: boolean;
|
|
31
|
+
} & {
|
|
15
32
|
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
16
|
-
}
|
|
17
|
-
type StyledFilterButtonItemBorderProps = WithTheme<{
|
|
33
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color" | "$isSelected" | "$shape"> & {
|
|
18
34
|
$shape: FilterButtonItemShape;
|
|
19
|
-
$color: CSSProperties[
|
|
35
|
+
$color: CSSProperties["color"];
|
|
20
36
|
$isSelected: boolean;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
37
|
+
} & {
|
|
38
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
39
|
+
}, never>>> & string;
|
|
40
|
+
export declare const StyledMotionFilterButtonItemBackground: 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"> & {
|
|
41
|
+
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;
|
|
42
|
+
}, "theme" | "$color" | "$isSelected" | "$shape"> & {
|
|
24
43
|
$shape: FilterButtonItemShape;
|
|
25
|
-
$color: CSSProperties[
|
|
44
|
+
$color: CSSProperties["color"];
|
|
26
45
|
$isSelected: boolean;
|
|
27
|
-
}
|
|
28
|
-
|
|
46
|
+
} & {
|
|
47
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
48
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
29
49
|
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;
|
|
30
|
-
},
|
|
31
|
-
|
|
50
|
+
}, "theme" | "$color" | "$isSelected" | "$shape"> & {
|
|
51
|
+
$shape: FilterButtonItemShape;
|
|
52
|
+
$color: CSSProperties["color"];
|
|
53
|
+
$isSelected: boolean;
|
|
54
|
+
} & {
|
|
55
|
+
theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
56
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
|
|
@@ -1,23 +1,29 @@
|
|
|
1
1
|
import { CSSProperties } from 'react';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
$background?: CSSProperties['background'];
|
|
2
|
+
export declare const StyledGridImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$background" | "$shouldShowRoundImage"> & {
|
|
3
|
+
$background?: CSSProperties["background"];
|
|
5
4
|
$shouldShowRoundImage?: boolean;
|
|
6
5
|
$size: number;
|
|
7
|
-
}
|
|
8
|
-
|
|
6
|
+
} & {
|
|
7
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
8
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$background" | "$shouldShowRoundImage"> & {
|
|
9
|
+
$background?: CSSProperties["background"];
|
|
10
|
+
$shouldShowRoundImage?: boolean;
|
|
11
|
+
$size: number;
|
|
12
|
+
} & {
|
|
13
|
+
theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
|
|
14
|
+
}, never>>> & string;
|
|
9
15
|
type StyledGridLeftImageProps = {
|
|
10
16
|
$isHidden: boolean;
|
|
11
17
|
$size: number;
|
|
12
18
|
};
|
|
13
|
-
export declare const StyledGridLeftImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
19
|
+
export declare const StyledGridLeftImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, keyof StyledGridLeftImageProps> & StyledGridLeftImageProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, keyof StyledGridLeftImageProps> & StyledGridLeftImageProps, never>>> & string;
|
|
14
20
|
type StyledGridTopRightImageProps = {
|
|
15
21
|
$isHidden: boolean;
|
|
16
22
|
$size: number;
|
|
17
23
|
};
|
|
18
|
-
export declare const StyledGridTopRightImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
24
|
+
export declare const StyledGridTopRightImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, keyof StyledGridTopRightImageProps> & StyledGridTopRightImageProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, keyof StyledGridTopRightImageProps> & StyledGridTopRightImageProps, never>>> & string;
|
|
19
25
|
type StyledGridBottomRightImageProps = {
|
|
20
26
|
$isHidden: boolean;
|
|
21
27
|
};
|
|
22
|
-
export declare const StyledGridBottomRightImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
28
|
+
export declare const StyledGridBottomRightImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "$isHidden"> & StyledGridBottomRightImageProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "$isHidden"> & StyledGridBottomRightImageProps, never>>> & string;
|
|
23
29
|
export {};
|