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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) 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 +2 -0
  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/esm/components/list/list-item/ListItem.js +1 -2
  14. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  15. package/lib/esm/components/list/list-item/ListItem.styles.js +1 -2
  16. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  17. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  18. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  19. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  20. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  21. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js +2 -0
  22. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  23. package/lib/esm/constants/list.js +1 -4
  24. package/lib/esm/constants/list.js.map +1 -1
  25. package/lib/types/components/accordion/Accordion.styles.d.ts +18 -6
  26. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +11 -6
  27. package/lib/types/components/accordion/accordion-content/AccordionContent.styles.d.ts +9 -5
  28. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +64 -25
  29. package/lib/types/components/accordion/accordion-intro/AccordionIntro.styles.d.ts +1 -1
  30. package/lib/types/components/accordion/accordion-item/AccordionItem.styles.d.ts +8 -5
  31. package/lib/types/components/amount-control/AmountControl.styles.d.ts +44 -17
  32. package/lib/types/components/badge/Badge.styles.d.ts +24 -12
  33. package/lib/types/components/button/Button.styles.d.ts +25 -9
  34. package/lib/types/components/button/wait-cursor/WaitCursor.styles.d.ts +20 -10
  35. package/lib/types/components/checkbox/Checkbox.styles.d.ts +45 -24
  36. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +4 -2
  37. package/lib/types/components/combobox/ComboBox.styles.d.ts +65 -28
  38. package/lib/types/components/combobox/combobox-item/ComboBoxItem.styles.d.ts +28 -15
  39. package/lib/types/components/content-card/ContentCard.styles.d.ts +9 -5
  40. package/lib/types/components/context-menu/ContextMenu.styles.d.ts +10 -5
  41. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +30 -15
  42. package/lib/types/components/dropdown-body-wrapper/DropdownBodyWrapper.styles.d.ts +12 -6
  43. package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +13 -6
  44. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -1
  45. package/lib/types/components/file-input/FileInput.styles.d.ts +33 -16
  46. package/lib/types/components/file-list/FileList.styles.d.ts +1 -1
  47. package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +1 -1
  48. package/lib/types/components/file-select/FileSelect.styles.d.ts +33 -16
  49. package/lib/types/components/filter/Filter.styles.d.ts +43 -18
  50. package/lib/types/components/filter/filter-content/FilterContent.styles.d.ts +17 -12
  51. package/lib/types/components/filter-buttons/FilterButtons.styles.d.ts +1 -1
  52. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +44 -19
  53. package/lib/types/components/grid-image/GridImage.styles.d.ts +14 -8
  54. package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +39 -16
  55. package/lib/types/components/highlight-slider/HighlightSlider.styles.d.ts +1 -1
  56. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +23 -11
  57. package/lib/types/components/icon/Icon.styles.d.ts +20 -8
  58. package/lib/types/components/input/Input.styles.d.ts +74 -29
  59. package/lib/types/components/list/list-item/ListItem.styles.d.ts +544 -7
  60. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -1
  61. package/lib/types/components/list/list-item/list-item-content/ListItemContent.styles.d.ts +1 -1
  62. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +1605 -15
  63. package/lib/types/components/list/list-item/list-item-head/list-item-icon/ListItemIcon.styles.d.ts +9 -5
  64. package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.styles.d.ts +1 -1
  65. package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.styles.d.ts +10 -7
  66. package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.styles.d.ts +13 -9
  67. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +39 -14
  68. package/lib/types/components/mention-finder/mention-finder-item/MentionFinderItem.styles.d.ts +19 -11
  69. package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +12 -6
  70. package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +30 -10
  71. package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
  72. package/lib/types/components/popup/Popup.styles.d.ts +13 -7
  73. package/lib/types/components/popup/popup-content/PopupContent.styles.d.ts +1 -1
  74. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +22 -9
  75. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +71 -27
  76. package/lib/types/components/radio-button/RadioButton.styles.d.ts +54 -23
  77. package/lib/types/components/scroll-view/ScrollView.styles.d.ts +19 -11
  78. package/lib/types/components/search-box/SearchBox.styles.d.ts +16 -10
  79. package/lib/types/components/search-box/group-name/GroupName.styles.d.ts +8 -5
  80. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +23 -11
  81. package/lib/types/components/search-box/search-box-item/SearchBoxItem.styles.d.ts +16 -9
  82. package/lib/types/components/search-input/SearchInput.styles.d.ts +18 -9
  83. package/lib/types/components/select-button/SelectButton.styles.d.ts +1 -1
  84. package/lib/types/components/setup-wizard/SetupWizard.styles.d.ts +1 -1
  85. package/lib/types/components/setup-wizard/setup-wizard-item/SetupWizardItem.styles.d.ts +1 -1
  86. package/lib/types/components/sharing-bar/SharingBar.styles.d.ts +6 -4
  87. package/lib/types/components/sharing-button/SharingButton.styles.d.ts +1 -1
  88. package/lib/types/components/signature/Signature.styles.d.ts +7 -5
  89. package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +15 -12
  90. package/lib/types/components/skeleton/variants/accordion-skeleton/AccordionSkeleton.styles.d.ts +1 -1
  91. package/lib/types/components/skeleton/variants/list-item-skeleton/ListItemSkeleton.styles.d.ts +2 -2
  92. package/lib/types/components/skeleton/variants/text-skeleton/TextSkeleton.styles.d.ts +1 -1
  93. package/lib/types/components/slider/Slider.styles.d.ts +59 -21
  94. package/lib/types/components/slider-button/SliderButton.styles.d.ts +56 -22
  95. package/lib/types/components/small-wait-cursor/SmallWaitCursor.styles.d.ts +26 -12
  96. package/lib/types/components/tag-input/TagInput.styles.d.ts +16 -11
  97. package/lib/types/components/text-area/TextArea.styles.d.ts +49 -23
  98. package/lib/types/components/tooltip/Tooltip.styles.d.ts +11 -6
  99. package/lib/types/components/tooltip/tooltip-item/TooltipItem.styles.d.ts +20 -12
  100. package/lib/types/components/truncation/Truncation.styles.d.ts +14 -9
  101. package/lib/types/components/verification-badge/VerificationBadge.styles.d.ts +1 -1
  102. package/lib/types/constants/list.d.ts +0 -4
  103. package/package.json +5 -5
@@ -1,52 +1,91 @@
1
1
  import type { CSSProperties } from 'react';
2
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
3
- export declare const StyledMotionAccordionHead: 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"> & {
2
+ export declare const StyledMotionAccordionHead: 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"> & {
4
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;
5
- }, {
4
+ }, "theme"> & {
6
5
  theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
7
- }>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
7
+ 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;
8
+ }, "theme"> & {
9
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
8
11
  export declare const StyledMotionIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
9
12
  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
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
11
- type StyledMotionContentWrapperProps = WithTheme<{
13
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
14
+ 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;
15
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
16
+ export declare const StyledMotionContentWrapper: 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"> & {
17
+ 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;
18
+ }, "theme" | "$isWrapped"> & {
12
19
  $isWrapped: boolean;
13
- }>;
14
- export declare const StyledMotionContentWrapper: 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"> & {
20
+ } & {
21
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
22
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
15
23
  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;
16
- }, StyledMotionContentWrapperProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
24
+ }, "theme" | "$isWrapped"> & {
25
+ $isWrapped: boolean;
26
+ } & {
27
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
28
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
17
29
  export declare const StyledMotionTitleWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
18
30
  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;
19
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
20
- export declare const StyledTitleInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
21
- type StyledMotionTitleProps = WithTheme<{
31
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
32
+ 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;
33
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
34
+ export declare const StyledTitleInputWrapper: 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;
35
+ export declare const StyledMotionTitle: 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"> & {
36
+ 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;
37
+ }, "theme" | "$color" | "$isWrapped" | "$isOpen" | "$hasSearch"> & {
22
38
  $isOpen: boolean;
23
39
  $isWrapped: boolean;
24
- $color?: CSSProperties['color'];
40
+ $color?: CSSProperties["color"];
25
41
  $hasSearch: boolean;
26
- }>;
27
- export declare const StyledMotionTitle: 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"> & {
42
+ } & {
43
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
44
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
28
45
  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;
29
- }, StyledMotionTitleProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
46
+ }, "theme" | "$color" | "$isWrapped" | "$isOpen" | "$hasSearch"> & {
47
+ $isOpen: boolean;
48
+ $isWrapped: boolean;
49
+ $color?: CSSProperties["color"];
50
+ $hasSearch: boolean;
51
+ } & {
52
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
53
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
30
54
  export declare const StyledMotionTitleElementWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
31
55
  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;
32
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
56
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
57
+ 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;
58
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
33
59
  type StyledRightWrapperProps = {
34
60
  $isSearchActive: boolean;
35
61
  };
36
- export declare const StyledRightWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledRightWrapperProps>> & string;
62
+ export declare const StyledRightWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isSearchActive"> & StyledRightWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isSearchActive"> & StyledRightWrapperProps, never>>> & string;
37
63
  export declare const StyledMotionSearchWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
38
64
  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;
39
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
65
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
66
+ 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;
67
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
40
68
  export declare const StyledMotionRightElementWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
41
69
  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
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
43
- type StyledMotionRightInputProps = WithTheme<{
70
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
71
+ 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;
72
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
73
+ export declare const StyledMotionRightInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"input">, "ref"> & React.RefAttributes<HTMLInputElement>, "ref"> & {
74
+ ref?: ((instance: HTMLInputElement | 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]) | React.RefObject<HTMLInputElement> | null | undefined;
75
+ }, "theme" | "$hasIcon"> & {
44
76
  $hasIcon: boolean;
45
- }>;
46
- export declare const StyledMotionRightInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<import("motion/react").HTMLMotionProps<"input">, "ref"> & React.RefAttributes<HTMLInputElement>, "ref"> & {
77
+ } & {
78
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
79
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"input">, "ref"> & React.RefAttributes<HTMLInputElement>, "ref"> & {
47
80
  ref?: ((instance: HTMLInputElement | 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]) | React.RefObject<HTMLInputElement> | null | undefined;
48
- }, StyledMotionRightInputProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLInputElement, import("motion/react").HTMLMotionProps<"input">>, keyof React.Component<any, {}, any>>;
81
+ }, "theme" | "$hasIcon"> & {
82
+ $hasIcon: boolean;
83
+ } & {
84
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
85
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLInputElement, import("motion/react").HTMLMotionProps<"input">>, keyof React.Component<any, {}, any>>;
49
86
  export declare const StyledMotionRightInputIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
50
87
  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;
51
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
88
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
89
+ 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;
90
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
52
91
  export {};
@@ -1 +1 @@
1
- export declare const StyledAccordionIntro: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledAccordionIntro: 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,6 +1,9 @@
1
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
- type StyledAccordionItemProps = WithTheme<{
1
+ export declare const StyledAccordionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isWrapped"> & {
3
2
  $isWrapped?: boolean;
4
- }>;
5
- export declare const StyledAccordionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledAccordionItemProps>> & string;
6
- export {};
3
+ } & {
4
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
5
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isWrapped"> & {
6
+ $isWrapped?: boolean;
7
+ } & {
8
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
9
+ }, never>>> & string;
@@ -1,29 +1,56 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
1
  import type { DisplayState } from './AmountControl';
3
- type StyledAmountControlProps = WithTheme<{
2
+ export declare const StyledAmountControl: 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 StyledAmountControl: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledAmountControlProps>> & string;
7
- type StyledAmountControlInputProps = 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 StyledInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
12
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
13
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
14
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
15
+ }, never>>> & string;
16
+ export declare const StyledAmountControlInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$displayState" | "$shouldShowIcon" | "$hasFocus" | "$shouldShowWideInput"> & {
17
+ $displayState: DisplayState;
18
+ $shouldShowIcon: boolean;
19
+ $hasFocus: boolean;
20
+ $shouldShowWideInput: boolean;
21
+ } & {
22
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
23
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$displayState" | "$shouldShowIcon" | "$hasFocus" | "$shouldShowWideInput"> & {
8
24
  $displayState: DisplayState;
9
25
  $shouldShowIcon: boolean;
10
26
  $hasFocus: boolean;
11
27
  $shouldShowWideInput: boolean;
12
- }>;
13
- export declare const StyledInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
28
+ } & {
14
29
  theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
15
- }>> & string;
16
- export declare const StyledAmountControlInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledAmountControlInputProps>> & string;
17
- type StyledAmountControlPseudoInputProps = WithTheme<{
30
+ }, never>>> & string;
31
+ export declare const StyledAmountControlPseudoInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowWideInput" | "$shouldShowRightIcon"> & {
18
32
  $shouldShowWideInput: boolean;
19
33
  $shouldShowRightIcon: boolean;
20
- }>;
21
- export declare const StyledAmountControlPseudoInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledAmountControlPseudoInputProps>> & string;
22
- type StyledAmountControlButtonProps = WithTheme<{
34
+ } & {
35
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
36
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowWideInput" | "$shouldShowRightIcon"> & {
37
+ $shouldShowWideInput: boolean;
38
+ $shouldShowRightIcon: boolean;
39
+ } & {
40
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
41
+ }, never>>> & string;
42
+ export declare const StyledMotionAmountControlButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
43
+ ref?: ((instance: HTMLButtonElement | 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]) | React.RefObject<HTMLButtonElement> | null | undefined;
44
+ }, "theme" | "$isDisabled" | "$color"> & {
23
45
  $isDisabled: boolean;
24
46
  $color?: string;
25
- }>;
26
- export declare const StyledMotionAmountControlButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
47
+ } & {
48
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
49
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
27
50
  ref?: ((instance: HTMLButtonElement | 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]) | React.RefObject<HTMLButtonElement> | null | undefined;
28
- }, StyledAmountControlButtonProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLButtonElement, import("motion/react").HTMLMotionProps<"button">>, keyof React.Component<any, {}, any>>;
29
- export {};
51
+ }, "theme" | "$isDisabled" | "$color"> & {
52
+ $isDisabled: boolean;
53
+ $color?: string;
54
+ } & {
55
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
56
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLButtonElement, import("motion/react").HTMLMotionProps<"button">>, keyof React.Component<any, {}, any>>;
@@ -1,17 +1,29 @@
1
1
  import type { CSSProperties } from 'react';
2
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
3
2
  import { BadgeDesign } from './Badge.types';
4
- type StyledBadgeProps = WithTheme<{
5
- $cursor: CSSProperties['cursor'];
6
- $backgroundColor?: CSSProperties['backgroundColor'];
7
- $borderRadius: CSSProperties['borderRadius'];
8
- $fontColor?: CSSProperties['color'];
9
- $minWidth: CSSProperties['minWidth'];
3
+ export declare const StyledBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$backgroundColor" | "$cursor" | "$borderRadius" | "$fontColor" | "$minWidth" | "$design"> & {
4
+ $cursor: CSSProperties["cursor"];
5
+ $backgroundColor?: CSSProperties["backgroundColor"];
6
+ $borderRadius: CSSProperties["borderRadius"];
7
+ $fontColor?: CSSProperties["color"];
8
+ $minWidth: CSSProperties["minWidth"];
10
9
  $size?: {
11
- font: CSSProperties['fontSize'];
12
- padding: CSSProperties['padding'];
10
+ font: CSSProperties["fontSize"];
11
+ padding: CSSProperties["padding"];
13
12
  };
14
13
  $design: BadgeDesign;
15
- }>;
16
- export declare const StyledBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledBadgeProps>> & string;
17
- export {};
14
+ } & {
15
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
16
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$backgroundColor" | "$cursor" | "$borderRadius" | "$fontColor" | "$minWidth" | "$design"> & {
17
+ $cursor: CSSProperties["cursor"];
18
+ $backgroundColor?: CSSProperties["backgroundColor"];
19
+ $borderRadius: CSSProperties["borderRadius"];
20
+ $fontColor?: CSSProperties["color"];
21
+ $minWidth: CSSProperties["minWidth"];
22
+ $size?: {
23
+ font: CSSProperties["fontSize"];
24
+ padding: CSSProperties["padding"];
25
+ };
26
+ $design: BadgeDesign;
27
+ } & {
28
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
29
+ }, never>>> & string;
@@ -1,5 +1,6 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
- type StyledButtonProps = WithTheme<{
1
+ export declare const StyledMotionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
2
+ ref?: ((instance: HTMLButtonElement | 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]) | React.RefObject<HTMLButtonElement> | null | undefined;
3
+ }, "theme" | "$isDisabled" | "$hasIcon" | "$hasChildren" | "$isSecondary" | "$shouldShowTextAsRobotoMedium" | "$shouldShowAsSelectButton" | "$shouldShowWaitCursor" | "$effectiveButtonDesign"> & {
3
4
  $hasIcon: boolean;
4
5
  $hasChildren: boolean;
5
6
  $isDisabled?: boolean;
@@ -8,15 +9,30 @@ type StyledButtonProps = WithTheme<{
8
9
  $shouldShowAsSelectButton: boolean;
9
10
  $shouldShowWaitCursor?: boolean;
10
11
  $effectiveButtonDesign: number;
11
- }>;
12
- export declare const StyledMotionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
12
+ } & {
13
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref"> & {
13
15
  ref?: ((instance: HTMLButtonElement | 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]) | React.RefObject<HTMLButtonElement> | null | undefined;
14
- }, StyledButtonProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLButtonElement, import("motion/react").HTMLMotionProps<"button">>, keyof React.Component<any, {}, any>>;
15
- export declare const StyledIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
16
+ }, "theme" | "$isDisabled" | "$hasIcon" | "$hasChildren" | "$isSecondary" | "$shouldShowTextAsRobotoMedium" | "$shouldShowAsSelectButton" | "$shouldShowWaitCursor" | "$effectiveButtonDesign"> & {
17
+ $hasIcon: boolean;
18
+ $hasChildren: boolean;
19
+ $isDisabled?: boolean;
20
+ $isSecondary?: boolean;
21
+ $shouldShowTextAsRobotoMedium: boolean;
22
+ $shouldShowAsSelectButton: boolean;
23
+ $shouldShowWaitCursor?: boolean;
24
+ $effectiveButtonDesign: number;
25
+ } & {
26
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
27
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLButtonElement, import("motion/react").HTMLMotionProps<"button">>, keyof React.Component<any, {}, any>>;
28
+ export declare const StyledIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
16
29
  export declare const StyledMotionChildrenWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
17
30
  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;
18
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
31
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
32
+ 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;
33
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
19
34
  export declare const StyledMotionWaitCursorWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
20
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;
21
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
22
- 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,13 +1,23 @@
1
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
- type StyledWaitCursorProps = WithTheme<{
1
+ export declare const StyledWaitCursor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowWaitCursor"> & {
3
2
  $shouldShowWaitCursor: boolean;
4
- }>;
5
- export declare const StyledWaitCursor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledWaitCursorProps>> & string;
6
- export declare const StyledWaitCursorBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3
+ } & {
7
4
  theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
8
- }>> & string;
9
- type StyledWaitCursorWaitCursorProps = WithTheme<{
5
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowWaitCursor"> & {
6
+ $shouldShowWaitCursor: boolean;
7
+ } & {
8
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
9
+ }, never>>> & string;
10
+ export declare const StyledWaitCursorBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
11
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
12
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
13
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never>>> & string;
15
+ export declare const StyledWaitCursorWaitCursor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
10
16
  $color: string;
11
- }>;
12
- export declare const StyledWaitCursorWaitCursor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledWaitCursorWaitCursorProps>> & string;
13
- export {};
17
+ } & {
18
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
19
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
20
+ $color: string;
21
+ } & {
22
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
23
+ }, never>>> & string;
@@ -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;