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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/lib/cjs/components/list/list-item/ListItem.js +1 -2
  2. package/lib/cjs/components/list/list-item/ListItem.js.map +1 -1
  3. package/lib/cjs/components/list/list-item/ListItem.styles.js +1 -2
  4. package/lib/cjs/components/list/list-item/ListItem.styles.js.map +1 -1
  5. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  6. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  7. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  8. package/lib/cjs/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  9. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js +0 -2
  10. package/lib/cjs/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  11. package/lib/cjs/constants/list.js +0 -9
  12. package/lib/cjs/constants/list.js.map +1 -1
  13. package/lib/cjs/hooks/element.js +32 -12
  14. package/lib/cjs/hooks/element.js.map +1 -1
  15. package/lib/esm/components/list/list-item/ListItem.js +1 -2
  16. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  17. package/lib/esm/components/list/list-item/ListItem.styles.js +1 -2
  18. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  19. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  20. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  21. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  22. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  23. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js +0 -2
  24. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  25. package/lib/esm/constants/list.js +1 -4
  26. package/lib/esm/constants/list.js.map +1 -1
  27. package/lib/esm/hooks/element.js +32 -12
  28. package/lib/esm/hooks/element.js.map +1 -1
  29. package/lib/types/components/accordion/Accordion.styles.d.ts +18 -6
  30. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +11 -6
  31. package/lib/types/components/accordion/accordion-content/AccordionContent.styles.d.ts +9 -5
  32. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +64 -25
  33. package/lib/types/components/accordion/accordion-intro/AccordionIntro.styles.d.ts +1 -1
  34. package/lib/types/components/accordion/accordion-item/AccordionItem.styles.d.ts +8 -5
  35. package/lib/types/components/amount-control/AmountControl.styles.d.ts +44 -17
  36. package/lib/types/components/badge/Badge.styles.d.ts +24 -12
  37. package/lib/types/components/button/Button.styles.d.ts +25 -9
  38. package/lib/types/components/button/wait-cursor/WaitCursor.styles.d.ts +20 -10
  39. package/lib/types/components/checkbox/Checkbox.styles.d.ts +45 -24
  40. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +4 -2
  41. package/lib/types/components/combobox/ComboBox.styles.d.ts +65 -28
  42. package/lib/types/components/combobox/combobox-item/ComboBoxItem.styles.d.ts +28 -15
  43. package/lib/types/components/content-card/ContentCard.styles.d.ts +9 -5
  44. package/lib/types/components/context-menu/ContextMenu.styles.d.ts +10 -5
  45. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +30 -15
  46. package/lib/types/components/dropdown-body-wrapper/DropdownBodyWrapper.styles.d.ts +12 -6
  47. package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +13 -6
  48. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -1
  49. package/lib/types/components/file-input/FileInput.styles.d.ts +33 -16
  50. package/lib/types/components/file-list/FileList.styles.d.ts +1 -1
  51. package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +1 -1
  52. package/lib/types/components/file-select/FileSelect.styles.d.ts +33 -16
  53. package/lib/types/components/filter/Filter.styles.d.ts +43 -18
  54. package/lib/types/components/filter/filter-content/FilterContent.styles.d.ts +17 -12
  55. package/lib/types/components/filter-buttons/FilterButtons.styles.d.ts +1 -1
  56. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +44 -19
  57. package/lib/types/components/grid-image/GridImage.styles.d.ts +14 -8
  58. package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +39 -16
  59. package/lib/types/components/highlight-slider/HighlightSlider.styles.d.ts +1 -1
  60. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +23 -11
  61. package/lib/types/components/icon/Icon.styles.d.ts +20 -8
  62. package/lib/types/components/input/Input.styles.d.ts +74 -29
  63. package/lib/types/components/list/list-item/ListItem.styles.d.ts +544 -7
  64. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -1
  65. package/lib/types/components/list/list-item/list-item-content/ListItemContent.styles.d.ts +1 -1
  66. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +1605 -15
  67. package/lib/types/components/list/list-item/list-item-head/list-item-icon/ListItemIcon.styles.d.ts +9 -5
  68. package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.styles.d.ts +1 -1
  69. package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.styles.d.ts +10 -7
  70. package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.styles.d.ts +13 -9
  71. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +39 -14
  72. package/lib/types/components/mention-finder/mention-finder-item/MentionFinderItem.styles.d.ts +19 -11
  73. package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +12 -6
  74. package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +30 -10
  75. package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
  76. package/lib/types/components/popup/Popup.styles.d.ts +13 -7
  77. package/lib/types/components/popup/popup-content/PopupContent.styles.d.ts +1 -1
  78. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +22 -9
  79. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +71 -27
  80. package/lib/types/components/radio-button/RadioButton.styles.d.ts +54 -23
  81. package/lib/types/components/scroll-view/ScrollView.styles.d.ts +19 -11
  82. package/lib/types/components/search-box/SearchBox.styles.d.ts +16 -10
  83. package/lib/types/components/search-box/group-name/GroupName.styles.d.ts +8 -5
  84. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +23 -11
  85. package/lib/types/components/search-box/search-box-item/SearchBoxItem.styles.d.ts +16 -9
  86. package/lib/types/components/search-input/SearchInput.styles.d.ts +18 -9
  87. package/lib/types/components/select-button/SelectButton.styles.d.ts +1 -1
  88. package/lib/types/components/setup-wizard/SetupWizard.styles.d.ts +1 -1
  89. package/lib/types/components/setup-wizard/setup-wizard-item/SetupWizardItem.styles.d.ts +1 -1
  90. package/lib/types/components/sharing-bar/SharingBar.styles.d.ts +6 -4
  91. package/lib/types/components/sharing-button/SharingButton.styles.d.ts +1 -1
  92. package/lib/types/components/signature/Signature.styles.d.ts +7 -5
  93. package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +15 -12
  94. package/lib/types/components/skeleton/variants/accordion-skeleton/AccordionSkeleton.styles.d.ts +1 -1
  95. package/lib/types/components/skeleton/variants/list-item-skeleton/ListItemSkeleton.styles.d.ts +2 -2
  96. package/lib/types/components/skeleton/variants/text-skeleton/TextSkeleton.styles.d.ts +1 -1
  97. package/lib/types/components/slider/Slider.styles.d.ts +59 -21
  98. package/lib/types/components/slider-button/SliderButton.styles.d.ts +56 -22
  99. package/lib/types/components/small-wait-cursor/SmallWaitCursor.styles.d.ts +26 -12
  100. package/lib/types/components/tag-input/TagInput.styles.d.ts +16 -11
  101. package/lib/types/components/text-area/TextArea.styles.d.ts +49 -23
  102. package/lib/types/components/tooltip/Tooltip.styles.d.ts +11 -6
  103. package/lib/types/components/tooltip/tooltip-item/TooltipItem.styles.d.ts +20 -12
  104. package/lib/types/components/truncation/Truncation.styles.d.ts +14 -9
  105. package/lib/types/components/verification-badge/VerificationBadge.styles.d.ts +1 -1
  106. package/lib/types/constants/list.d.ts +0 -4
  107. package/package.json +5 -5
@@ -1,7 +1,11 @@
1
- import type { WithTheme } from '../../../../color-scheme-provider/ColorSchemeProvider';
2
- type StyledListItemIconProps = WithTheme<{
1
+ export declare const StyledListItemIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldHideBackground" | "$shouldShowRoundIcon"> & {
3
2
  $shouldHideBackground?: boolean;
4
3
  $shouldShowRoundIcon?: boolean;
5
- }>;
6
- export declare const StyledListItemIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledListItemIconProps>> & string;
7
- export {};
4
+ } & {
5
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldHideBackground" | "$shouldShowRoundIcon"> & {
7
+ $shouldHideBackground?: boolean;
8
+ $shouldShowRoundIcon?: boolean;
9
+ } & {
10
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
11
+ }, never>>> & string;
@@ -1 +1 @@
1
- export declare const StyledListItemRightElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledListItemRightElement: 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,8 +1,11 @@
1
- import type { WithTheme } from '../../../../color-scheme-provider/ColorSchemeProvider';
2
- export declare const StyledListItemSubtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- type StyledListItemHeadSubtitleTextProps = WithTheme<{
1
+ export declare const StyledListItemSubtitle: 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 StyledListItemHeadSubtitleText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isOpen"> & {
4
3
  $isOpen: boolean;
5
- }>;
6
- export declare const StyledListItemHeadSubtitleText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledListItemHeadSubtitleTextProps>> & string;
7
- export declare const StyledListItemBottomRightElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
8
- export {};
4
+ } & {
5
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isOpen"> & {
7
+ $isOpen: boolean;
8
+ } & {
9
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never>>> & string;
11
+ export declare const StyledListItemBottomRightElement: 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,15 @@
1
- import type { WithTheme } from '../../../../color-scheme-provider/ColorSchemeProvider';
2
- export declare const StyledListItemTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- export declare const StyledListItemTitleLeftWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
- export declare const StyledListItemHeadTitleElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
- type StyledListItemHeadTitleTextProps = WithTheme<{
1
+ export declare const StyledListItemTitle: 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 StyledListItemTitleLeftWrapper: 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 StyledListItemHeadTitleElement: 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 StyledListItemHeadTitleText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$shouldShowMultilineTitle" | "$isEllipsis"> & {
6
5
  $shouldShowMultilineTitle: boolean;
7
6
  $isEllipsis?: boolean;
8
- }>;
9
- export declare const StyledListItemHeadTitleText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledListItemHeadTitleTextProps>> & string;
10
- export declare const StyledListItemTopRightElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
- export {};
7
+ } & {
8
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
9
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$shouldShowMultilineTitle" | "$isEllipsis"> & {
10
+ $shouldShowMultilineTitle: boolean;
11
+ $isEllipsis?: boolean;
12
+ } & {
13
+ theme: import("../../../../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never>>> & string;
15
+ export declare const StyledListItemTopRightElement: 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,26 +1,51 @@
1
1
  import { MentionFinderPopupAlignment } from '../../constants/mentionFinder';
2
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
3
- export declare const StyledMentionFinder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
- export declare const StyledMentionFinderDragHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, WithTheme<{
2
+ export declare const StyledMentionFinder: 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 StyledMentionFinderDragHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$alignment"> & {
5
4
  $alignment: MentionFinderPopupAlignment;
6
- }>>> & string;
7
- export declare const StyledMentionFinderDragHandleInner: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, WithTheme<{
5
+ } & {
6
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
7
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$alignment"> & {
8
+ $alignment: MentionFinderPopupAlignment;
9
+ } & {
10
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
11
+ }, never>>> & string;
12
+ export declare const StyledMentionFinderDragHandleInner: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$alignment" | "$isDragging" | "$dragProgress" | "$dragOffset"> & {
13
+ $isDragging: boolean;
14
+ $alignment: MentionFinderPopupAlignment;
15
+ $dragProgress: number;
16
+ $dragOffset: number;
17
+ } & {
18
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
19
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$alignment" | "$isDragging" | "$dragProgress" | "$dragOffset"> & {
8
20
  $isDragging: boolean;
9
21
  $alignment: MentionFinderPopupAlignment;
10
22
  $dragProgress: number;
11
23
  $dragOffset: number;
12
- }>>> & string;
13
- type StyledMentionFinderPopupProps = WithTheme<{
24
+ } & {
25
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
26
+ }, never>>> & string;
27
+ export declare const StyledMotionMentionFinderPopup: 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"> & {
28
+ 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
+ }, "theme" | "$isDragging" | "$popupAlignment"> & {
14
30
  $popupAlignment: MentionFinderPopupAlignment;
15
31
  $isDragging: boolean;
16
- }>;
17
- export declare const StyledMotionMentionFinderPopup: 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"> & {
32
+ } & {
33
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
34
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
18
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;
19
- }, StyledMentionFinderPopupProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
20
- export declare const StyledMentionFinderItemList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
36
+ }, "theme" | "$isDragging" | "$popupAlignment"> & {
37
+ $popupAlignment: MentionFinderPopupAlignment;
38
+ $isDragging: boolean;
39
+ } & {
40
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
41
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
42
+ export declare const StyledMentionFinderItemList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
21
43
  theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
22
- }>> & string;
44
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
45
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
46
+ }, never>>> & string;
23
47
  export declare const StyledMentionFinderOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
24
48
  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;
25
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
26
- export {};
49
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
50
+ 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>>;
@@ -1,13 +1,21 @@
1
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
- type StyledMentionFinderItemProps = WithTheme<{
1
+ export declare const StyledMentionFinderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isActive"> & {
3
2
  $isActive: boolean;
4
- }>;
5
- export declare const StyledMentionFinderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledMentionFinderItemProps>> & string;
6
- type StyledMentionFinderItemImageProps = WithTheme<{
3
+ } & {
4
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
5
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isActive"> & {
6
+ $isActive: boolean;
7
+ } & {
8
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
9
+ }, never>>> & string;
10
+ export declare const StyledMentionFinderItemImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$shouldShowRoundImage"> & {
11
+ $shouldShowRoundImage?: boolean;
12
+ } & {
13
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$shouldShowRoundImage"> & {
7
15
  $shouldShowRoundImage?: boolean;
8
- }>;
9
- export declare const StyledMentionFinderItemImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, StyledMentionFinderItemImageProps>> & string;
10
- export declare const StyledMentionFinderItemContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
- export declare const StyledMentionFinderItemContentName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
12
- export declare const StyledMentionFinderItemContentInfo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
13
- export {};
16
+ } & {
17
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
18
+ }, never>>> & string;
19
+ export declare const StyledMentionFinderItemContent: 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 StyledMentionFinderItemContentName: 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;
21
+ export declare const StyledMentionFinderItemContentInfo: 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,10 +1,16 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
1
  export declare const StyledMultiActionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
3
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;
4
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
5
- type StyledSeparatorProps = WithTheme<{
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>>;
6
+ export declare const StyledSeparator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isHidden" | "$gapColor"> & {
7
+ $gapColor?: string;
8
+ $isHidden?: boolean;
9
+ } & {
10
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
11
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$isHidden" | "$gapColor"> & {
6
12
  $gapColor?: string;
7
13
  $isHidden?: boolean;
8
- }>;
9
- export declare const StyledSeparator: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledSeparatorProps>> & string;
10
- export {};
14
+ } & {
15
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
16
+ }, never>>> & string;
@@ -1,6 +1,5 @@
1
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
1
  import { MultiActionButtonStatusType } from '../MultiActionButton.types';
3
- type StyledActionButtonProps = WithTheme<{
2
+ export declare const StyledActionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "theme" | "$backgroundColor" | "$isSecondary" | "$height" | "$isHidden" | "$isCollapsed" | "$isExpanded" | "$isPrimary" | "$isShrunk" | "$isSolo" | "$pulseColors" | "$isInteractionDisabled" | "$statusType" | "$shouldUseContentWidth"> & {
4
3
  $backgroundColor?: string;
5
4
  $isCollapsed?: boolean;
6
5
  $isExpanded?: boolean;
@@ -14,15 +13,36 @@ type StyledActionButtonProps = WithTheme<{
14
13
  $height: number;
15
14
  $statusType?: MultiActionButtonStatusType;
16
15
  $shouldUseContentWidth?: boolean;
17
- }>;
18
- export declare const StyledActionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, StyledActionButtonProps>> & string;
19
- export declare const StyledActionContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
20
- export declare const StyledIconSlot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
16
+ } & {
17
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
18
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "theme" | "$backgroundColor" | "$isSecondary" | "$height" | "$isHidden" | "$isCollapsed" | "$isExpanded" | "$isPrimary" | "$isShrunk" | "$isSolo" | "$pulseColors" | "$isInteractionDisabled" | "$statusType" | "$shouldUseContentWidth"> & {
19
+ $backgroundColor?: string;
20
+ $isCollapsed?: boolean;
21
+ $isExpanded?: boolean;
22
+ $isHidden?: boolean;
23
+ $isPrimary?: boolean;
24
+ $isSecondary?: boolean;
25
+ $isShrunk?: boolean;
26
+ $isSolo?: boolean;
27
+ $pulseColors?: [string, string];
28
+ $isInteractionDisabled?: boolean;
29
+ $height: number;
30
+ $statusType?: MultiActionButtonStatusType;
31
+ $shouldUseContentWidth?: boolean;
32
+ } & {
33
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
34
+ }, never>>> & string;
35
+ export declare const StyledActionContent: 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;
36
+ export declare const StyledIconSlot: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$isDisabled" | "$height"> & {
37
+ $height: number;
38
+ $isDisabled?: boolean;
39
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$isDisabled" | "$height"> & {
21
40
  $height: number;
22
41
  $isDisabled?: boolean;
23
- }>> & string;
42
+ }, never>>> & string;
24
43
  export declare const StyledLabelWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"span">, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & {
25
44
  ref?: ((instance: HTMLSpanElement | 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<HTMLSpanElement> | null | undefined;
26
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLSpanElement, import("motion/react").HTMLMotionProps<"span">>, keyof React.Component<any, {}, any>>;
27
- export declare const StyledSecondaryLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
28
- export {};
45
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"span">, "ref"> & React.RefAttributes<HTMLSpanElement>, "ref"> & {
46
+ ref?: ((instance: HTMLSpanElement | 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<HTMLSpanElement> | null | undefined;
47
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLSpanElement, import("motion/react").HTMLMotionProps<"span">>, keyof React.Component<any, {}, any>>;
48
+ export declare const StyledSecondaryLabel: 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;
@@ -3,5 +3,5 @@ type StyledPageProviderProps = {
3
3
  $shouldUsePadding?: boolean;
4
4
  $usableHeight?: CSSProperties['height'];
5
5
  };
6
- export declare const StyledPageProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPageProviderProps>> & string;
6
+ export declare const StyledPageProvider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledPageProviderProps> & StyledPageProviderProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledPageProviderProps> & StyledPageProviderProps, never>>> & string;
7
7
  export {};
@@ -1,10 +1,16 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
- type StyledPopupProps = WithTheme<{
1
+ export declare const StyledPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$shouldUseChildrenWidth" | "$shouldUseFullWidth"> & {
3
2
  $shouldUseChildrenWidth: boolean;
4
3
  $shouldUseFullWidth: boolean;
5
- }>;
6
- export declare const StyledPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledPopupProps>> & string;
7
- export declare const StyledPopupPseudo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
+ } & {
5
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "theme" | "$shouldUseChildrenWidth" | "$shouldUseFullWidth"> & {
7
+ $shouldUseChildrenWidth: boolean;
8
+ $shouldUseFullWidth: boolean;
9
+ } & {
10
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
11
+ }, never>>> & string;
12
+ export declare const StyledPopupPseudo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$menuHeight"> & {
13
+ $menuHeight: number;
14
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$menuHeight"> & {
8
15
  $menuHeight: number;
9
- }>> & string;
10
- export {};
16
+ }, never>>> & string;
@@ -1 +1 @@
1
- export declare const StyledPopupContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledPopupContent: 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,17 +1,30 @@
1
1
  import { ColorMode } from 'chayns-api';
2
2
  import { PopupAlignment } from '../../../types/popup';
3
- import type { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
4
- type StyledMotionPopupContentWrapperProps = WithTheme<{
3
+ export declare const StyledMotionPopupContentWrapper: 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
+ 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
+ }, "theme" | "$position" | "$colorMode" | "$offset" | "$shouldScrollWithContent"> & {
5
6
  $position: PopupAlignment;
6
7
  $colorMode: ColorMode;
7
8
  $offset: number;
8
9
  $shouldScrollWithContent: boolean;
9
- }>;
10
- export declare const StyledMotionPopupContentWrapper: 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"> & {
10
+ } & {
11
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
12
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
11
13
  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;
12
- }, StyledMotionPopupContentWrapperProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
13
- type StyledPopupContentWrapperContentProps = WithTheme<{
14
+ }, "theme" | "$position" | "$colorMode" | "$offset" | "$shouldScrollWithContent"> & {
15
+ $position: PopupAlignment;
16
+ $colorMode: ColorMode;
17
+ $offset: number;
18
+ $shouldScrollWithContent: boolean;
19
+ } & {
20
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
21
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
22
+ export declare const StyledPopupContentWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight"> & {
23
+ $maxHeight?: number;
24
+ } & {
25
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
26
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$maxHeight"> & {
14
27
  $maxHeight?: number;
15
- }>;
16
- export declare const StyledPopupContentWrapperContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPopupContentWrapperContentProps>> & string;
17
- export {};
28
+ } & {
29
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
30
+ }, never>>> & string;
@@ -1,45 +1,89 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
- export declare const StyledProgressBar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- type StyledProgressBarBackgroundProps = WithTheme<{
1
+ export declare const StyledProgressBar: 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 StyledProgressBarBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
4
3
  $color?: string;
5
- }>;
6
- export declare const StyledProgressBarBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledProgressBarBackgroundProps>> & string;
7
- type StyledProgressBarProgressWrapperProps = 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" | "$color"> & {
7
+ $color?: string;
8
+ } & {
9
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never>>> & string;
11
+ export declare const StyledProgressBarProgressWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$isBig"> & {
12
+ $isBig?: boolean;
13
+ $height?: number;
14
+ } & {
15
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
16
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$isBig"> & {
8
17
  $isBig?: boolean;
9
18
  $height?: number;
10
- }>;
11
- export declare const StyledProgressBarProgressWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledProgressBarProgressWrapperProps>> & string;
12
- export declare const StyledProgressBarShine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
19
+ } & {
20
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
21
+ }, never>>> & string;
22
+ export declare const StyledProgressBarShine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
13
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;
14
- }>, {
24
+ }, "$speed" | "$delay"> & {
15
25
  $speed?: number;
16
26
  $delay?: number;
17
- }>, never>> & string;
18
- type StyledProgressBarProgressProps = WithTheme<{
27
+ }, "children" | "ref" | "slot" | "style" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "$speed" | "$delay"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
28
+ 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
+ }, "$speed" | "$delay"> & {
30
+ $speed?: number;
31
+ $delay?: number;
32
+ }, "children" | "ref" | "slot" | "style" | "title" | "content" | "tabIndex" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "inert" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "$speed" | "$delay">>> & string;
33
+ export declare const StyledMotionProgressBarProgress: 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"> & {
34
+ 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;
35
+ }, "theme" | "$color" | "$height" | "$isBig"> & {
19
36
  $color?: string;
20
- }> & {
37
+ } & {
38
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
39
+ } & {
21
40
  $height?: number;
22
41
  $isBig?: boolean;
23
- };
24
- export declare const StyledMotionProgressBarProgress: 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
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
25
43
  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;
26
- }, StyledProgressBarProgressProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
27
- type StyledProgressBarLabelProps = WithTheme<{
44
+ }, "theme" | "$color" | "$height" | "$isBig"> & {
45
+ $color?: string;
46
+ } & {
47
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
48
+ } & {
49
+ $height?: number;
50
+ $isBig?: boolean;
51
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
52
+ export declare const StyledProgressBarLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowLabelInline" | "$primaryColor" | "$secondaryColor" | "$colorSplitPosition"> & {
53
+ $shouldShowLabelInline?: boolean;
54
+ $primaryColor?: string;
55
+ $secondaryColor?: string;
56
+ $colorSplitPosition?: number;
57
+ } & {
58
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
59
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowLabelInline" | "$primaryColor" | "$secondaryColor" | "$colorSplitPosition"> & {
28
60
  $shouldShowLabelInline?: boolean;
29
61
  $primaryColor?: string;
30
62
  $secondaryColor?: string;
31
63
  $colorSplitPosition?: number;
32
- }>;
33
- export declare const StyledProgressBarLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledProgressBarLabelProps>> & string;
34
- export declare const StyledProgressBarStepWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
35
- type StyledProgressBarStepProps = WithTheme<{
64
+ } & {
65
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
66
+ }, never>>> & string;
67
+ export declare const StyledProgressBarStepWrapper: 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;
68
+ export declare const StyledProgressBarStep: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color" | "$position"> & {
36
69
  $position: number;
37
70
  $color?: string;
38
- }>;
39
- export declare const StyledProgressBarStep: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledProgressBarStepProps>> & string;
40
- type StyledProgressBarThumbLabelProps = WithTheme<{
71
+ } & {
72
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
73
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color" | "$position"> & {
74
+ $position: number;
75
+ $color?: string;
76
+ } & {
77
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
78
+ }, never>>> & string;
79
+ export declare const StyledProgressBarThumbLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$isBig"> & {
80
+ $height?: number;
81
+ $isBig?: boolean;
82
+ } & {
83
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
84
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$isBig"> & {
41
85
  $height?: number;
42
86
  $isBig?: boolean;
43
- }>;
44
- export declare const StyledProgressBarThumbLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledProgressBarThumbLabelProps>> & string;
45
- export {};
87
+ } & {
88
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
89
+ }, never>>> & string;