@chayns-components/core 5.2.4 → 5.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) 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.map +1 -1
  10. package/lib/cjs/constants/list.js +0 -9
  11. package/lib/cjs/constants/list.js.map +1 -1
  12. package/lib/esm/components/list/list-item/ListItem.js +1 -2
  13. package/lib/esm/components/list/list-item/ListItem.js.map +1 -1
  14. package/lib/esm/components/list/list-item/ListItem.styles.js +1 -2
  15. package/lib/esm/components/list/list-item/ListItem.styles.js.map +1 -1
  16. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js +3 -4
  17. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.js.map +1 -1
  18. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js +3 -4
  19. package/lib/esm/components/list/list-item/list-item-head/ListItemHead.styles.js.map +1 -1
  20. package/lib/esm/components/skeleton/base-skeleton/BaseSkeleton.styles.js.map +1 -1
  21. package/lib/esm/constants/list.js +1 -4
  22. package/lib/esm/constants/list.js.map +1 -1
  23. package/lib/types/components/accordion/Accordion.styles.d.ts +18 -6
  24. package/lib/types/components/accordion/accordion-body/AccordionBody.styles.d.ts +11 -6
  25. package/lib/types/components/accordion/accordion-content/AccordionContent.styles.d.ts +9 -5
  26. package/lib/types/components/accordion/accordion-head/AccordionHead.styles.d.ts +64 -25
  27. package/lib/types/components/accordion/accordion-intro/AccordionIntro.styles.d.ts +1 -1
  28. package/lib/types/components/accordion/accordion-item/AccordionItem.styles.d.ts +8 -5
  29. package/lib/types/components/amount-control/AmountControl.styles.d.ts +44 -17
  30. package/lib/types/components/badge/Badge.styles.d.ts +24 -12
  31. package/lib/types/components/button/Button.styles.d.ts +25 -9
  32. package/lib/types/components/button/wait-cursor/WaitCursor.styles.d.ts +20 -10
  33. package/lib/types/components/checkbox/Checkbox.styles.d.ts +45 -24
  34. package/lib/types/components/color-scheme-provider/ColorSchemeProvider.styles.d.ts +4 -2
  35. package/lib/types/components/combobox/ComboBox.styles.d.ts +65 -28
  36. package/lib/types/components/combobox/combobox-item/ComboBoxItem.styles.d.ts +28 -15
  37. package/lib/types/components/content-card/ContentCard.styles.d.ts +9 -5
  38. package/lib/types/components/context-menu/ContextMenu.styles.d.ts +10 -5
  39. package/lib/types/components/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +30 -15
  40. package/lib/types/components/dropdown-body-wrapper/DropdownBodyWrapper.styles.d.ts +12 -6
  41. package/lib/types/components/dropdown-body-wrapper/delayed-dropdown-content/DelayedDropdownContent.styles.d.ts +13 -6
  42. package/lib/types/components/expandable-content/ExpandableContent.styles.d.ts +3 -1
  43. package/lib/types/components/file-input/FileInput.styles.d.ts +33 -16
  44. package/lib/types/components/file-list/FileList.styles.d.ts +1 -1
  45. package/lib/types/components/file-list/file-item/FileItem.styles.d.ts +1 -1
  46. package/lib/types/components/file-select/FileSelect.styles.d.ts +33 -16
  47. package/lib/types/components/filter/Filter.styles.d.ts +43 -18
  48. package/lib/types/components/filter/filter-content/FilterContent.styles.d.ts +17 -12
  49. package/lib/types/components/filter-buttons/FilterButtons.styles.d.ts +1 -1
  50. package/lib/types/components/filter-buttons/filter-button/FilterButton.styles.d.ts +44 -19
  51. package/lib/types/components/grid-image/GridImage.styles.d.ts +14 -8
  52. package/lib/types/components/grouped-image/GroupedImage.styles.d.ts +39 -16
  53. package/lib/types/components/highlight-slider/HighlightSlider.styles.d.ts +1 -1
  54. package/lib/types/components/highlight-slider/highlight-slider-item/HighlightSliderItem.styles.d.ts +23 -11
  55. package/lib/types/components/icon/Icon.styles.d.ts +20 -8
  56. package/lib/types/components/input/Input.styles.d.ts +74 -29
  57. package/lib/types/components/list/list-item/ListItem.styles.d.ts +544 -7
  58. package/lib/types/components/list/list-item/list-item-body/ListItemBody.styles.d.ts +3 -1
  59. package/lib/types/components/list/list-item/list-item-content/ListItemContent.styles.d.ts +1 -1
  60. package/lib/types/components/list/list-item/list-item-head/ListItemHead.styles.d.ts +1605 -15
  61. package/lib/types/components/list/list-item/list-item-head/list-item-icon/ListItemIcon.styles.d.ts +9 -5
  62. package/lib/types/components/list/list-item/list-item-head/list-item-right-element/ListItemRightElement.styles.d.ts +1 -1
  63. package/lib/types/components/list/list-item/list-item-head/list-item-subtitle/ListItemSubtitle.styles.d.ts +10 -7
  64. package/lib/types/components/list/list-item/list-item-head/list-item-title/ListItemTitle.styles.d.ts +13 -9
  65. package/lib/types/components/mention-finder/MentionFinder.styles.d.ts +39 -14
  66. package/lib/types/components/mention-finder/mention-finder-item/MentionFinderItem.styles.d.ts +19 -11
  67. package/lib/types/components/multi-action-button/MultiActionButton.styles.d.ts +12 -6
  68. package/lib/types/components/multi-action-button/action-button/ActionButton.styles.d.ts +30 -10
  69. package/lib/types/components/page-provider/PageProvider.styles.d.ts +1 -1
  70. package/lib/types/components/popup/Popup.styles.d.ts +13 -7
  71. package/lib/types/components/popup/popup-content/PopupContent.styles.d.ts +1 -1
  72. package/lib/types/components/popup/popup-content-wrapper/PopupContentWrapper.styles.d.ts +22 -9
  73. package/lib/types/components/progress-bar/ProgressBar.styles.d.ts +71 -27
  74. package/lib/types/components/radio-button/RadioButton.styles.d.ts +54 -23
  75. package/lib/types/components/scroll-view/ScrollView.styles.d.ts +19 -11
  76. package/lib/types/components/search-box/SearchBox.styles.d.ts +16 -10
  77. package/lib/types/components/search-box/group-name/GroupName.styles.d.ts +8 -5
  78. package/lib/types/components/search-box/search-box-body/SearchBoxBody.styles.d.ts +23 -11
  79. package/lib/types/components/search-box/search-box-item/SearchBoxItem.styles.d.ts +16 -9
  80. package/lib/types/components/search-input/SearchInput.styles.d.ts +18 -9
  81. package/lib/types/components/select-button/SelectButton.styles.d.ts +1 -1
  82. package/lib/types/components/setup-wizard/SetupWizard.styles.d.ts +1 -1
  83. package/lib/types/components/setup-wizard/setup-wizard-item/SetupWizardItem.styles.d.ts +1 -1
  84. package/lib/types/components/sharing-bar/SharingBar.styles.d.ts +6 -4
  85. package/lib/types/components/sharing-button/SharingButton.styles.d.ts +1 -1
  86. package/lib/types/components/signature/Signature.styles.d.ts +7 -5
  87. package/lib/types/components/skeleton/base-skeleton/BaseSkeleton.styles.d.ts +15 -12
  88. package/lib/types/components/skeleton/variants/accordion-skeleton/AccordionSkeleton.styles.d.ts +1 -1
  89. package/lib/types/components/skeleton/variants/list-item-skeleton/ListItemSkeleton.styles.d.ts +2 -2
  90. package/lib/types/components/skeleton/variants/text-skeleton/TextSkeleton.styles.d.ts +1 -1
  91. package/lib/types/components/slider/Slider.styles.d.ts +59 -21
  92. package/lib/types/components/slider-button/SliderButton.styles.d.ts +56 -22
  93. package/lib/types/components/small-wait-cursor/SmallWaitCursor.styles.d.ts +26 -12
  94. package/lib/types/components/tag-input/TagInput.styles.d.ts +16 -11
  95. package/lib/types/components/text-area/TextArea.styles.d.ts +49 -23
  96. package/lib/types/components/tooltip/Tooltip.styles.d.ts +11 -6
  97. package/lib/types/components/tooltip/tooltip-item/TooltipItem.styles.d.ts +20 -12
  98. package/lib/types/components/truncation/Truncation.styles.d.ts +14 -9
  99. package/lib/types/components/verification-badge/VerificationBadge.styles.d.ts +1 -1
  100. package/lib/types/constants/list.d.ts +0 -4
  101. package/package.json +5 -5
@@ -1,26 +1,49 @@
1
1
  import { CSSProperties } from 'react';
2
- import { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
3
- type StyledGroupedImageProps = WithTheme<{
4
- $height: CSSProperties['height'];
5
- }>;
6
- export declare const StyledGroupedImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledGroupedImageProps>> & string;
7
- type StyledImageProps = WithTheme<{
8
- $background?: CSSProperties['background'];
2
+ export declare const StyledGroupedImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height"> & {
3
+ $height: CSSProperties["height"];
4
+ } & {
5
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
6
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height"> & {
7
+ $height: CSSProperties["height"];
8
+ } & {
9
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
10
+ }, never>>> & string;
11
+ export declare const StyledGroupImageElement: 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"> & {
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;
13
+ }, "theme" | "$background" | "$shouldShowRoundImage" | "$isSecondImage" | "$shouldPreventBackground" | "$hasCornerImage" | "$hasMultipleImages" | "$uuid"> & {
14
+ $background?: CSSProperties["background"];
9
15
  $isSecondImage?: boolean;
10
16
  $shouldPreventBackground?: boolean;
11
17
  $shouldShowRoundImage?: boolean;
12
18
  $hasCornerImage: boolean;
13
19
  $hasMultipleImages: boolean;
14
20
  $uuid: string;
15
- }>;
16
- export declare const StyledGroupImageElement: 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"> & {
21
+ } & {
22
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
23
+ }, "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" | "theme" | "key" | "$background" | "$shouldShowRoundImage" | "$isSecondImage" | "$shouldPreventBackground" | "$hasCornerImage" | "$hasMultipleImages" | "$uuid"> & 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"> & {
17
24
  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
- }>, StyledImageProps>, never>> & string;
19
- type StyledCornerImageProps = WithTheme<{
20
- $background?: CSSProperties['background'];
25
+ }, "theme" | "$background" | "$shouldShowRoundImage" | "$isSecondImage" | "$shouldPreventBackground" | "$hasCornerImage" | "$hasMultipleImages" | "$uuid"> & {
26
+ $background?: CSSProperties["background"];
27
+ $isSecondImage?: boolean;
28
+ $shouldPreventBackground?: boolean;
29
+ $shouldShowRoundImage?: boolean;
30
+ $hasCornerImage: boolean;
31
+ $hasMultipleImages: boolean;
32
+ $uuid: string;
33
+ } & {
34
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
35
+ }, "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" | "theme" | "key" | "$background" | "$shouldShowRoundImage" | "$isSecondImage" | "$shouldPreventBackground" | "$hasCornerImage" | "$hasMultipleImages" | "$uuid">>> & string;
36
+ export declare const StyledCornerImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$background" | "$shouldPreventBackground" | "$hasMultipleImages"> & {
37
+ $background?: CSSProperties["background"];
38
+ $shouldPreventBackground?: boolean;
39
+ $hasMultipleImages: boolean;
40
+ } & {
41
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
42
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$background" | "$shouldPreventBackground" | "$hasMultipleImages"> & {
43
+ $background?: CSSProperties["background"];
21
44
  $shouldPreventBackground?: boolean;
22
45
  $hasMultipleImages: boolean;
23
- }>;
24
- export declare const StyledCornerImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, StyledCornerImageProps>> & string;
25
- export declare const StyledCornerElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
26
- export {};
46
+ } & {
47
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
48
+ }, never>>> & string;
49
+ export declare const StyledCornerElement: 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;
@@ -1 +1 @@
1
- export declare const StyledHighlightSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
+ export declare const StyledHighlightSlider: 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,15 +1,27 @@
1
- import { WithTheme } from '../../color-scheme-provider/ColorSchemeProvider';
2
- export declare const StyledHighlightSliderItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
- type StyledHighlightSliderItemProgressProps = WithTheme<{
1
+ export declare const StyledHighlightSliderItem: 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 StyledHighlightSliderItemProgress: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
3
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | null | undefined;
4
+ }, "theme" | "$backgroundColor"> & {
5
+ $backgroundColor: string;
6
+ } & {
7
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
8
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
9
+ 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
+ }, "theme" | "$backgroundColor"> & {
4
11
  $backgroundColor: string;
5
- }>;
6
- export declare const StyledHighlightSliderItemProgress: 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"> & {
12
+ } & {
13
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
15
+ export declare const StyledHighlightSliderItemBackground: 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"> & {
7
16
  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
- }, StyledHighlightSliderItemProgressProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
9
- type StyledHighlightSliderItemBackgroundProps = WithTheme<{
17
+ }, "theme" | "$backgroundColor"> & {
10
18
  $backgroundColor: string;
11
- }>;
12
- export declare const StyledHighlightSliderItemBackground: 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"> & {
19
+ } & {
20
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
21
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
13
22
  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
- }, StyledHighlightSliderItemBackgroundProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
15
- export {};
23
+ }, "theme" | "$backgroundColor"> & {
24
+ $backgroundColor: string;
25
+ } & {
26
+ theme: import("../../color-scheme-provider/ColorSchemeProvider").Theme;
27
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
@@ -1,19 +1,31 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
1
  type StyledIconWrapperProps = {
3
2
  $isDisabled?: boolean;
4
3
  $isOnClick: boolean;
5
4
  $size: number;
6
5
  };
7
- export declare const StyledIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, StyledIconWrapperProps>> & string;
8
- type StyledIconProps = WithTheme<{
6
+ export declare const StyledIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof StyledIconWrapperProps> & StyledIconWrapperProps, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof StyledIconWrapperProps> & StyledIconWrapperProps, never>>> & string;
7
+ export declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "theme" | "$size" | "$fontSize" | "$isStacked" | "$color"> & {
9
8
  $fontSize: number;
10
9
  $isStacked?: boolean;
11
10
  $color?: string;
12
11
  $size: number;
13
- }>;
14
- export declare const StyledIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, StyledIconProps>> & string;
15
- type StyledUnicodeIconProps = WithTheme<{
12
+ } & {
13
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
14
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "theme" | "$size" | "$fontSize" | "$isStacked" | "$color"> & {
15
+ $fontSize: number;
16
+ $isStacked?: boolean;
17
+ $color?: string;
18
+ $size: number;
19
+ } & {
20
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
21
+ }, never>>> & string;
22
+ export declare const StyledUnicodeIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "theme" | "$icon"> & {
23
+ $icon: string;
24
+ } & {
25
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
26
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, "theme" | "$icon"> & {
16
27
  $icon: string;
17
- }>;
18
- export declare const StyledUnicodeIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, StyledUnicodeIconProps>> & string;
28
+ } & {
29
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
30
+ }, never>>> & string;
19
31
  export {};
@@ -1,49 +1,94 @@
1
- import type { WithTheme } from '../color-scheme-provider/ColorSchemeProvider';
2
1
  import type { InputSize } from './Input';
3
2
  import { CSSProperties } from 'react';
4
- type StyledInputProps = WithTheme<{
3
+ export declare const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled"> & {
5
4
  $isDisabled?: boolean;
6
- }>;
7
- export declare const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledInputProps>> & string;
8
- type StyledInputContentWrapperProps = WithTheme<{
9
- $backgroundColor?: CSSProperties['backgroundColor'];
5
+ } & {
6
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
7
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isDisabled"> & {
8
+ $isDisabled?: boolean;
9
+ } & {
10
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
11
+ }, never>>> & string;
12
+ export declare const StyledInputContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$backgroundColor" | "$shouldRoundRightCorners" | "$shouldShowOnlyBottomBorder" | "$isInvalid" | "$shouldShowTransparentBackground" | "$borderColor"> & {
13
+ $backgroundColor?: CSSProperties["backgroundColor"];
14
+ $shouldRoundRightCorners: boolean;
15
+ $shouldShowOnlyBottomBorder?: boolean;
16
+ $isInvalid?: boolean;
17
+ $size: InputSize;
18
+ $shouldShowTransparentBackground: boolean;
19
+ $borderColor?: CSSProperties["borderColor"];
20
+ } & {
21
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
22
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size" | "$backgroundColor" | "$shouldRoundRightCorners" | "$shouldShowOnlyBottomBorder" | "$isInvalid" | "$shouldShowTransparentBackground" | "$borderColor"> & {
23
+ $backgroundColor?: CSSProperties["backgroundColor"];
10
24
  $shouldRoundRightCorners: boolean;
11
25
  $shouldShowOnlyBottomBorder?: boolean;
12
26
  $isInvalid?: boolean;
13
27
  $size: InputSize;
14
28
  $shouldShowTransparentBackground: boolean;
15
- $borderColor?: CSSProperties['borderColor'];
16
- }>;
17
- export declare const StyledInputContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledInputContentWrapperProps>> & string;
18
- type StyledInputContentProps = WithTheme<{
29
+ $borderColor?: CSSProperties["borderColor"];
30
+ } & {
31
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
32
+ }, never>>> & string;
33
+ export declare const StyledInputContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowOnlyBottomBorder"> & {
19
34
  $shouldShowOnlyBottomBorder?: boolean;
20
- }>;
21
- export declare const StyledInputContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledInputContentProps>> & string;
22
- type StyledInputFieldProps = WithTheme<{
23
- $color?: CSSProperties['color'];
35
+ } & {
36
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
37
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$shouldShowOnlyBottomBorder"> & {
38
+ $shouldShowOnlyBottomBorder?: boolean;
39
+ } & {
40
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
41
+ }, never>>> & string;
42
+ export declare const StyledInputField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$color" | "$isInvalid" | "$placeholderWidth" | "$shouldShowCenteredContent"> & {
43
+ $color?: CSSProperties["color"];
44
+ $isInvalid?: boolean;
45
+ $placeholderWidth: number;
46
+ $shouldShowCenteredContent: boolean;
47
+ } & {
48
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
49
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$color" | "$isInvalid" | "$placeholderWidth" | "$shouldShowCenteredContent"> & {
50
+ $color?: CSSProperties["color"];
24
51
  $isInvalid?: boolean;
25
52
  $placeholderWidth: number;
26
53
  $shouldShowCenteredContent: boolean;
27
- }>;
28
- export declare const StyledInputField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledInputFieldProps>> & string;
54
+ } & {
55
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
56
+ }, never>>> & string;
29
57
  export declare const StyledMotionInputLabelWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"label">, "ref"> & React.RefAttributes<HTMLLabelElement>, "ref"> & {
30
58
  ref?: ((instance: HTMLLabelElement | 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<HTMLLabelElement> | null | undefined;
31
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLLabelElement, import("motion/react").HTMLMotionProps<"label">>, keyof React.Component<any, {}, any>>;
59
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"label">, "ref"> & React.RefAttributes<HTMLLabelElement>, "ref"> & {
60
+ ref?: ((instance: HTMLLabelElement | 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<HTMLLabelElement> | null | undefined;
61
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLLabelElement, import("motion/react").HTMLMotionProps<"label">>, keyof React.Component<any, {}, any>>;
32
62
  export declare const StyledMotionInputElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
33
63
  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;
34
- }, never>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
35
- type StyledInputLabelProps = WithTheme<{
36
- $color?: CSSProperties['color'];
64
+ }, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
65
+ 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;
66
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
67
+ export declare const StyledInputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$color" | "$isInvalid"> & {
68
+ $color?: CSSProperties["color"];
37
69
  $isInvalid?: boolean;
38
- }>;
39
- export declare const StyledInputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, StyledInputLabelProps>> & string;
40
- type StyledMotionInputClearIconProps = WithTheme<{
70
+ } & {
71
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
72
+ }, never> & Partial<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "theme" | "$color" | "$isInvalid"> & {
73
+ $color?: CSSProperties["color"];
74
+ $isInvalid?: boolean;
75
+ } & {
76
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
77
+ }, never>>> & string;
78
+ export declare const StyledMotionInputClearIcon: 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"> & {
79
+ 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;
80
+ }, "theme" | "$size" | "$shouldShowOnlyBottomBorder"> & {
41
81
  $shouldShowOnlyBottomBorder?: boolean;
42
82
  $size: InputSize;
43
- }>;
44
- export declare const StyledMotionInputClearIcon: 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"> & {
83
+ } & {
84
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
85
+ }, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & {
45
86
  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;
46
- }, StyledMotionInputClearIconProps>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
47
- export declare const StyledInputIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
48
- export declare const StyledInputRightElement: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
49
- export {};
87
+ }, "theme" | "$size" | "$shouldShowOnlyBottomBorder"> & {
88
+ $shouldShowOnlyBottomBorder?: boolean;
89
+ $size: InputSize;
90
+ } & {
91
+ theme: import("../color-scheme-provider/ColorSchemeProvider").Theme;
92
+ }, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof React.Component<any, {}, any>>;
93
+ export declare const StyledInputIconWrapper: 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;
94
+ export declare const StyledInputRightElement: 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;