@commonsku/styles 1.13.7 → 1.14.2

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 (249) hide show
  1. package/dist/index.d.ts +2580 -0
  2. package/dist/index.es.js +2556 -5007
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +2639 -5073
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/Accordion.d.ts.map +1 -1
  7. package/dist/styles/Artwork.d.ts.map +1 -1
  8. package/dist/styles/Avatar.d.ts +62 -2
  9. package/dist/styles/Avatar.d.ts.map +1 -1
  10. package/dist/styles/Button.d.ts +48 -10
  11. package/dist/styles/Button.d.ts.map +1 -1
  12. package/dist/styles/CancelButton.d.ts +11 -0
  13. package/dist/styles/CancelButton.d.ts.map +1 -0
  14. package/dist/styles/Datepicker.d.ts +16 -9
  15. package/dist/styles/Datepicker.d.ts.map +1 -1
  16. package/dist/styles/DefaultStar.d.ts +12 -0
  17. package/dist/styles/DefaultStar.d.ts.map +1 -0
  18. package/dist/styles/Dropdown.d.ts.map +1 -1
  19. package/dist/styles/ErrorBoundary.d.ts +2 -2
  20. package/dist/styles/ErrorBoundary.d.ts.map +1 -1
  21. package/dist/styles/Feed.d.ts.map +1 -1
  22. package/dist/styles/FlexboxGrid.d.ts +10 -2
  23. package/dist/styles/FlexboxGrid.d.ts.map +1 -1
  24. package/dist/styles/HeadlessTable.d.ts.map +1 -1
  25. package/dist/styles/IconShowcase.d.ts +25 -0
  26. package/dist/styles/IconShowcase.d.ts.map +1 -0
  27. package/dist/styles/Img.d.ts +8 -1
  28. package/dist/styles/Img.d.ts.map +1 -1
  29. package/dist/styles/Input.d.ts +17 -49
  30. package/dist/styles/Input.d.ts.map +1 -1
  31. package/dist/styles/LightIndicator.d.ts +15 -0
  32. package/dist/styles/LightIndicator.d.ts.map +1 -0
  33. package/dist/styles/MultiProgress.d.ts.map +1 -1
  34. package/dist/styles/Product.d.ts.map +1 -1
  35. package/dist/styles/Select.d.ts +27 -37
  36. package/dist/styles/Select.d.ts.map +1 -1
  37. package/dist/styles/SidePanel.d.ts.map +1 -1
  38. package/dist/styles/Spinner.d.ts.map +1 -1
  39. package/dist/styles/Task.d.ts +2 -1
  40. package/dist/styles/Task.d.ts.map +1 -1
  41. package/dist/styles/Text.d.ts +14 -14
  42. package/dist/styles/Text.d.ts.map +1 -1
  43. package/dist/styles/Textarea.d.ts +7 -18
  44. package/dist/styles/Textarea.d.ts.map +1 -1
  45. package/dist/styles/Theme.d.ts +288 -138
  46. package/dist/styles/Theme.d.ts.map +1 -1
  47. package/dist/styles/Thermometer.d.ts +4 -1
  48. package/dist/styles/Thermometer.d.ts.map +1 -1
  49. package/dist/styles/calendar/Calendar.d.ts.map +1 -1
  50. package/dist/styles/calendar/DaysHeaderWrapper.d.ts +9 -1
  51. package/dist/styles/calendar/DaysHeaderWrapper.d.ts.map +1 -1
  52. package/dist/styles/calendar/DefaultCalendarHeader.d.ts.map +1 -1
  53. package/dist/styles/calendar/DraggableCalendarFooterTasks.d.ts.map +1 -1
  54. package/dist/styles/calendar/HeaderWrapper.d.ts +9 -1
  55. package/dist/styles/calendar/HeaderWrapper.d.ts.map +1 -1
  56. package/dist/styles/calendar/TasksCalendar.d.ts +1 -0
  57. package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
  58. package/dist/styles/calendar/TasksCalendarFooter.d.ts.map +1 -1
  59. package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
  60. package/dist/styles/calendar/styles.d.ts +8 -14
  61. package/dist/styles/calendar/styles.d.ts.map +1 -1
  62. package/dist/styles/colors.d.ts +273 -182
  63. package/dist/styles/colors.d.ts.map +1 -1
  64. package/dist/styles/datepickerStyles.d.ts +3 -0
  65. package/dist/styles/datepickerStyles.d.ts.map +1 -0
  66. package/dist/styles/globalStyles.d.ts +5 -1
  67. package/dist/styles/globalStyles.d.ts.map +1 -1
  68. package/dist/styles/icons/AddIcon.d.ts +6 -0
  69. package/dist/styles/icons/AddIcon.d.ts.map +1 -0
  70. package/dist/styles/icons/AddNoteIcon.d.ts +6 -0
  71. package/dist/styles/icons/AddNoteIcon.d.ts.map +1 -0
  72. package/dist/styles/icons/AddTaskIcon.d.ts +6 -0
  73. package/dist/styles/icons/AddTaskIcon.d.ts.map +1 -0
  74. package/dist/styles/icons/AlertIcon.d.ts +8 -0
  75. package/dist/styles/icons/AlertIcon.d.ts.map +1 -0
  76. package/dist/styles/icons/ArrowIcon.d.ts +9 -0
  77. package/dist/styles/icons/ArrowIcon.d.ts.map +1 -0
  78. package/dist/styles/icons/AwaitingProofIcon.d.ts +5 -8
  79. package/dist/styles/icons/AwaitingProofIcon.d.ts.map +1 -1
  80. package/dist/styles/icons/BotIcon.d.ts +5 -7
  81. package/dist/styles/icons/BotIcon.d.ts.map +1 -1
  82. package/dist/styles/icons/BulletIcon.d.ts +5 -7
  83. package/dist/styles/icons/BulletIcon.d.ts.map +1 -1
  84. package/dist/styles/icons/CalendarIcon.d.ts +5 -9
  85. package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
  86. package/dist/styles/icons/ChangeRequestedIcon.d.ts +5 -8
  87. package/dist/styles/icons/ChangeRequestedIcon.d.ts.map +1 -1
  88. package/dist/styles/icons/CheckmarkIcon.d.ts +5 -7
  89. package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -1
  90. package/dist/styles/icons/ChevronIcon.d.ts +9 -0
  91. package/dist/styles/icons/ChevronIcon.d.ts.map +1 -0
  92. package/dist/styles/icons/CircleProgressIcon.d.ts +13 -10
  93. package/dist/styles/icons/CircleProgressIcon.d.ts.map +1 -1
  94. package/dist/styles/icons/ClientApprovedIcon.d.ts +5 -8
  95. package/dist/styles/icons/ClientApprovedIcon.d.ts.map +1 -1
  96. package/dist/styles/icons/ClipboardIcon.d.ts +6 -0
  97. package/dist/styles/icons/ClipboardIcon.d.ts.map +1 -0
  98. package/dist/styles/icons/ClockIcon.d.ts +6 -0
  99. package/dist/styles/icons/ClockIcon.d.ts.map +1 -0
  100. package/dist/styles/icons/ColumnSelectIcon.d.ts +5 -7
  101. package/dist/styles/icons/ColumnSelectIcon.d.ts.map +1 -1
  102. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts +6 -0
  103. package/dist/styles/icons/CompletedCheckmarkIcon.d.ts.map +1 -0
  104. package/dist/styles/icons/CouponIcon.d.ts +5 -8
  105. package/dist/styles/icons/CouponIcon.d.ts.map +1 -1
  106. package/dist/styles/icons/DollarIcon.d.ts +5 -7
  107. package/dist/styles/icons/DollarIcon.d.ts.map +1 -1
  108. package/dist/styles/icons/DownloadIcon.d.ts +4 -3
  109. package/dist/styles/icons/DownloadIcon.d.ts.map +1 -1
  110. package/dist/styles/icons/EditIcon.d.ts +8 -0
  111. package/dist/styles/icons/EditIcon.d.ts.map +1 -0
  112. package/dist/styles/icons/EpsIcon.d.ts +6 -0
  113. package/dist/styles/icons/EpsIcon.d.ts.map +1 -0
  114. package/dist/styles/icons/EstimateCircleIcon.d.ts +9 -5
  115. package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -1
  116. package/dist/styles/icons/EyeIcon.d.ts +8 -0
  117. package/dist/styles/icons/EyeIcon.d.ts.map +1 -0
  118. package/dist/styles/icons/FilledChevronIcon.d.ts +9 -0
  119. package/dist/styles/icons/FilledChevronIcon.d.ts.map +1 -0
  120. package/dist/styles/icons/FolderIcon.d.ts +5 -7
  121. package/dist/styles/icons/FolderIcon.d.ts.map +1 -1
  122. package/dist/styles/icons/GalleryIcon.d.ts +5 -7
  123. package/dist/styles/icons/GalleryIcon.d.ts.map +1 -1
  124. package/dist/styles/icons/GearIcon.d.ts +7 -9
  125. package/dist/styles/icons/GearIcon.d.ts.map +1 -1
  126. package/dist/styles/icons/GridIcon.d.ts +6 -0
  127. package/dist/styles/icons/GridIcon.d.ts.map +1 -0
  128. package/dist/styles/icons/InfoIcon.d.ts +8 -9
  129. package/dist/styles/icons/InfoIcon.d.ts.map +1 -1
  130. package/dist/styles/icons/IntegrationsIcon.d.ts +8 -0
  131. package/dist/styles/icons/IntegrationsIcon.d.ts.map +1 -0
  132. package/dist/styles/icons/ListIcon.d.ts +5 -7
  133. package/dist/styles/icons/ListIcon.d.ts.map +1 -1
  134. package/dist/styles/icons/Loading.d.ts.map +1 -1
  135. package/dist/styles/icons/LockIcon.d.ts +6 -9
  136. package/dist/styles/icons/LockIcon.d.ts.map +1 -1
  137. package/dist/styles/icons/MailIcon.d.ts +8 -0
  138. package/dist/styles/icons/MailIcon.d.ts.map +1 -0
  139. package/dist/styles/icons/MarketingStatusIcon.d.ts +8 -0
  140. package/dist/styles/icons/MarketingStatusIcon.d.ts.map +1 -0
  141. package/dist/styles/icons/MenuIcon.d.ts +6 -0
  142. package/dist/styles/icons/MenuIcon.d.ts.map +1 -0
  143. package/dist/styles/icons/NavConnectIcon.d.ts +7 -10
  144. package/dist/styles/icons/NavConnectIcon.d.ts.map +1 -1
  145. package/dist/styles/icons/NavFinanceIcon.d.ts +7 -10
  146. package/dist/styles/icons/NavFinanceIcon.d.ts.map +1 -1
  147. package/dist/styles/icons/NavManagementIcon.d.ts +7 -10
  148. package/dist/styles/icons/NavManagementIcon.d.ts.map +1 -1
  149. package/dist/styles/icons/NavProdIcon.d.ts +7 -10
  150. package/dist/styles/icons/NavProdIcon.d.ts.map +1 -1
  151. package/dist/styles/icons/NavResourcesIcon.d.ts +7 -10
  152. package/dist/styles/icons/NavResourcesIcon.d.ts.map +1 -1
  153. package/dist/styles/icons/NavSalesIcon.d.ts +7 -10
  154. package/dist/styles/icons/NavSalesIcon.d.ts.map +1 -1
  155. package/dist/styles/icons/NoteIcon.d.ts +5 -8
  156. package/dist/styles/icons/NoteIcon.d.ts.map +1 -1
  157. package/dist/styles/icons/OpportunityCircleIcon.d.ts +9 -5
  158. package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -1
  159. package/dist/styles/icons/PendingApprovalIcon.d.ts +5 -8
  160. package/dist/styles/icons/PendingApprovalIcon.d.ts.map +1 -1
  161. package/dist/styles/icons/PercentIcon.d.ts +6 -0
  162. package/dist/styles/icons/PercentIcon.d.ts.map +1 -0
  163. package/dist/styles/icons/PinIcon.d.ts +8 -8
  164. package/dist/styles/icons/PinIcon.d.ts.map +1 -1
  165. package/dist/styles/icons/PresentationCircleIcon.d.ts +9 -5
  166. package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -1
  167. package/dist/styles/icons/PromostandardsIcon.d.ts +5 -7
  168. package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -1
  169. package/dist/styles/icons/ProofReceivedIcon.d.ts +5 -8
  170. package/dist/styles/icons/ProofReceivedIcon.d.ts.map +1 -1
  171. package/dist/styles/icons/ProofingCompleteIcon.d.ts +5 -8
  172. package/dist/styles/icons/ProofingCompleteIcon.d.ts.map +1 -1
  173. package/dist/styles/icons/RadioIcon.d.ts +8 -0
  174. package/dist/styles/icons/RadioIcon.d.ts.map +1 -0
  175. package/dist/styles/icons/ReceiptLongIcon.d.ts +5 -7
  176. package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -1
  177. package/dist/styles/icons/SalesArrowIcon.d.ts +9 -0
  178. package/dist/styles/icons/SalesArrowIcon.d.ts.map +1 -0
  179. package/dist/styles/icons/SalesOrderCircleIcon.d.ts +9 -5
  180. package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -1
  181. package/dist/styles/icons/SearchIcon.d.ts +6 -0
  182. package/dist/styles/icons/SearchIcon.d.ts.map +1 -0
  183. package/dist/styles/icons/StarIcon.d.ts +9 -0
  184. package/dist/styles/icons/StarIcon.d.ts.map +1 -0
  185. package/dist/styles/icons/SubtractIcon.d.ts +6 -0
  186. package/dist/styles/icons/SubtractIcon.d.ts.map +1 -0
  187. package/dist/styles/icons/SvgIcon.d.ts +86 -0
  188. package/dist/styles/icons/SvgIcon.d.ts.map +1 -0
  189. package/dist/styles/icons/TableIcon.d.ts +5 -9
  190. package/dist/styles/icons/TableIcon.d.ts.map +1 -1
  191. package/dist/styles/icons/TargetIcon.d.ts +6 -0
  192. package/dist/styles/icons/TargetIcon.d.ts.map +1 -0
  193. package/dist/styles/icons/TaskIcon.d.ts +5 -8
  194. package/dist/styles/icons/TaskIcon.d.ts.map +1 -1
  195. package/dist/styles/icons/TemplateIcon.d.ts +8 -0
  196. package/dist/styles/icons/TemplateIcon.d.ts.map +1 -0
  197. package/dist/styles/icons/TilesIcon.d.ts +7 -7
  198. package/dist/styles/icons/TilesIcon.d.ts.map +1 -1
  199. package/dist/styles/icons/TrashIcon.d.ts +7 -8
  200. package/dist/styles/icons/TrashIcon.d.ts.map +1 -1
  201. package/dist/styles/icons/UserIcon.d.ts +5 -7
  202. package/dist/styles/icons/UserIcon.d.ts.map +1 -1
  203. package/dist/styles/icons/UsersIcon.d.ts +6 -0
  204. package/dist/styles/icons/UsersIcon.d.ts.map +1 -0
  205. package/dist/styles/icons/XIcon.d.ts +6 -0
  206. package/dist/styles/icons/XIcon.d.ts.map +1 -0
  207. package/dist/styles/icons/index.d.ts +54 -43
  208. package/dist/styles/icons/index.d.ts.map +1 -1
  209. package/dist/styles/index.d.ts +4 -0
  210. package/dist/styles/index.d.ts.map +1 -1
  211. package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
  212. package/dist/styles/tables/scrollbarWidth.d.ts.map +1 -1
  213. package/package.json +7 -2
  214. package/dist/styles/icons/ArrowLeftIcon.d.ts +0 -8
  215. package/dist/styles/icons/ArrowLeftIcon.d.ts.map +0 -1
  216. package/dist/styles/icons/ArrowRightIcon.d.ts +0 -8
  217. package/dist/styles/icons/ArrowRightIcon.d.ts.map +0 -1
  218. package/dist/styles/icons/Calendar2Icon.d.ts +0 -9
  219. package/dist/styles/icons/Calendar2Icon.d.ts.map +0 -1
  220. package/dist/styles/icons/CheckboxIcon.d.ts +0 -8
  221. package/dist/styles/icons/CheckboxIcon.d.ts.map +0 -1
  222. package/dist/styles/icons/CrossIcon.d.ts +0 -8
  223. package/dist/styles/icons/CrossIcon.d.ts.map +0 -1
  224. package/dist/styles/icons/DownArrowIcon.d.ts +0 -10
  225. package/dist/styles/icons/DownArrowIcon.d.ts.map +0 -1
  226. package/dist/styles/icons/ErrorIcon.d.ts +0 -8
  227. package/dist/styles/icons/ErrorIcon.d.ts.map +0 -1
  228. package/dist/styles/icons/LeftArrowIcon.d.ts +0 -8
  229. package/dist/styles/icons/LeftArrowIcon.d.ts.map +0 -1
  230. package/dist/styles/icons/NextPrevIcon.d.ts +0 -11
  231. package/dist/styles/icons/NextPrevIcon.d.ts.map +0 -1
  232. package/dist/styles/icons/NoMarketingIcon.d.ts +0 -9
  233. package/dist/styles/icons/NoMarketingIcon.d.ts.map +0 -1
  234. package/dist/styles/icons/PanelIcon.d.ts +0 -9
  235. package/dist/styles/icons/PanelIcon.d.ts.map +0 -1
  236. package/dist/styles/icons/RightArrowIcon.d.ts +0 -8
  237. package/dist/styles/icons/RightArrowIcon.d.ts.map +0 -1
  238. package/dist/styles/icons/SalesDownArrowIcon.d.ts +0 -8
  239. package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +0 -1
  240. package/dist/styles/icons/SalesUpArrowIcon.d.ts +0 -8
  241. package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +0 -1
  242. package/dist/styles/icons/UpArrowIcon.d.ts +0 -10
  243. package/dist/styles/icons/UpArrowIcon.d.ts.map +0 -1
  244. package/dist/styles/icons/UpDownArrowsIcon.d.ts +0 -10
  245. package/dist/styles/icons/UpDownArrowsIcon.d.ts.map +0 -1
  246. package/dist/styles/icons/WarningIcon.d.ts +0 -7
  247. package/dist/styles/icons/WarningIcon.d.ts.map +0 -1
  248. package/dist/styles/icons/YesMarketingIcon.d.ts +0 -9
  249. package/dist/styles/icons/YesMarketingIcon.d.ts.map +0 -1
@@ -1,77 +1,46 @@
1
1
  import React, { CSSProperties } from 'react';
2
- import { StyledComponentProps } from 'styled-components';
3
2
  import { SharedStyleTypes } from './SharedStyles';
4
3
  declare type CommonInputProp = {
5
4
  noMargin?: boolean;
6
5
  error?: boolean;
7
- isPercent?: boolean;
8
6
  };
9
7
  declare type BaseInputProps = CommonInputProp & {
10
8
  hasIcon?: boolean;
11
9
  } & SharedStyleTypes;
12
- export declare type InputProps = StyledComponentProps<'input', any, BaseInputProps, never>;
13
- declare type BaseInputIconLabelProps = CommonInputProp & {
14
- isActive?: boolean;
15
- isDisabled?: boolean;
16
- isHover?: boolean;
17
- iconPosition?: 'left' | 'right';
18
- };
19
- export declare const InputIconLabel: import("styled-components").StyledComponent<"div", any, BaseInputIconLabelProps, never>;
10
+ export declare type InputProps = BaseInputProps & React.InputHTMLAttributes<HTMLInputElement>;
11
+ export declare const InputIconLabel: import("styled-components").StyledComponent<"div", any, CommonInputProp & {
12
+ isActive?: boolean | undefined;
13
+ isDisabled?: boolean | undefined;
14
+ isHover?: boolean | undefined;
15
+ iconPosition?: "left" | "right" | undefined;
16
+ }, never>;
20
17
  export declare const InputIconLabelContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
21
- export declare const Input: import("styled-components").StyledComponent<"input", any, BaseInputProps, never>;
22
- export declare const LabeledInput: React.ForwardRefExoticComponent<Pick<Pick<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
23
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
24
- } & CommonInputProp & {
18
+ export declare const Input: import("styled-components").StyledComponent<"input", any, CommonInputProp & {
25
19
  hasIcon?: boolean | undefined;
26
- } & SharedStyleTypes & {
27
- label: string;
28
- name?: string | undefined;
29
- isPercent?: boolean | undefined;
30
- labelOnTop?: boolean | undefined;
31
- }, "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop"> & Partial<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
32
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
33
- } & CommonInputProp & {
34
- hasIcon?: boolean | undefined;
35
- } & SharedStyleTypes & {
36
- label: string;
37
- name?: string | undefined;
38
- isPercent?: boolean | undefined;
39
- labelOnTop?: boolean | undefined;
40
- }, never>>, "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop"> & {
41
- theme?: any;
42
- }, "theme" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop"> & React.RefAttributes<HTMLInputElement>>;
43
- export declare const LabeledIconInput: React.ForwardRefExoticComponent<Pick<Pick<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
44
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
45
- } & CommonInputProp & {
20
+ } & SharedStyleTypes, never>;
21
+ export declare const LabeledInput: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & CommonInputProp & {
46
22
  hasIcon?: boolean | undefined;
47
23
  } & SharedStyleTypes & {
48
24
  label: string;
49
25
  name?: string | undefined;
50
- isPercent?: boolean | undefined;
51
26
  labelOnTop?: boolean | undefined;
52
- Icon: React.ReactElement;
53
- iconPosition?: "left" | "right" | undefined;
54
- }, "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop" | "Icon" | "iconPosition"> & Partial<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "form" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step"> & {
55
- ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
56
- } & CommonInputProp & {
27
+ } & React.RefAttributes<HTMLInputElement>>;
28
+ export declare const LabeledIconInput: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & CommonInputProp & {
57
29
  hasIcon?: boolean | undefined;
58
30
  } & SharedStyleTypes & {
59
- label: string;
31
+ label?: string | undefined;
60
32
  name?: string | undefined;
61
- isPercent?: boolean | undefined;
62
33
  labelOnTop?: boolean | undefined;
63
34
  Icon: React.ReactElement;
64
35
  iconPosition?: "left" | "right" | undefined;
65
- }, never>>, "ref" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop" | "Icon" | "iconPosition"> & {
66
- theme?: any;
67
- }, "theme" | "form" | "label" | "slot" | "style" | "title" | "pattern" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "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-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "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" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "noMargin" | "error" | "isPercent" | "hasIcon" | "pr" | "pl" | "pt" | "pb" | "px" | "py" | "mr" | "ml" | "mt" | "mb" | "mx" | "my" | "block" | "inline_block" | "flex" | "inline_flex" | "grid" | "custom" | "bg" | "float" | "labelOnTop" | "Icon" | "iconPosition"> & React.RefAttributes<HTMLInputElement>>;
36
+ } & React.RefAttributes<HTMLInputElement>>;
68
37
  export declare const RadioLabel: import("styled-components").StyledComponent<"label", any, {
69
38
  disabled?: boolean | undefined;
70
39
  }, never>;
71
40
  declare type BaseRadioProps = {
72
41
  isHovering?: boolean;
73
42
  };
74
- declare type RadioProps = StyledComponentProps<'input', any, BaseRadioProps, never>;
43
+ declare type RadioProps = React.InputHTMLAttributes<HTMLInputElement> & BaseRadioProps;
75
44
  export declare const Radio: import("styled-components").StyledComponent<"input", any, BaseRadioProps, never>;
76
45
  export declare const CheckMark: import("styled-components").StyledComponent<"span", any, {
77
46
  checked?: boolean | undefined;
@@ -96,7 +65,6 @@ export declare const LabeledRadioGroup: React.FC<RadioProps & {
96
65
  export declare type LabeledCheckboxProps = {
97
66
  checked?: boolean;
98
67
  disabled?: boolean;
99
- onChange?: React.ChangeEventHandler<HTMLInputElement>;
100
68
  label: string | React.ReactNode;
101
69
  name?: string;
102
70
  checkboxStyle?: CSSProperties;
@@ -105,7 +73,7 @@ export declare type LabeledCheckboxProps = {
105
73
  hoverByLabel?: boolean;
106
74
  stopPropagation?: boolean;
107
75
  [key: string]: any;
108
- };
109
- export declare const LabeledCheckbox: React.ForwardRefExoticComponent<Pick<LabeledCheckboxProps, string | number> & React.RefAttributes<HTMLInputElement>>;
76
+ } & React.InputHTMLAttributes<HTMLInputElement>;
77
+ export declare const LabeledCheckbox: React.ForwardRefExoticComponent<LabeledCheckboxProps>;
110
78
  export {};
111
79
  //# sourceMappingURL=Input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAoB,aAAa,EAAa,MAAM,OAAO,CAAA;AACzE,OAAe,EAAa,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAE3E,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGhE,aAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,SAAS,CAAC,EAAC,OAAO,CAAC;CACpB,CAAC;AAEF,aAAK,cAAc,GAAG,eAAe,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;CAAE,GAAG,gBAAgB,CAAC;AAClF,oBAAY,UAAU,GAAG,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC;AAEnF,aAAK,uBAAuB,GAAG,eAAe,GAAG;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,cAAc,yFAgC1B,CAAA;AAED,eAAO,MAAM,uBAAuB,oEAsBnC,CAAA;AAED,eAAO,MAAM,KAAK,kFAwEjB,CAAC;AAUF,eAAO,MAAM,YAAY;;;;;WANhB,MAAM;;;;;;;;;WAAN,MAAM;;;;;;qpKA0Bd,CAAA;AAWD,eAAO,MAAM,gBAAgB;;;;;WARpB,MAAM;;;;UAIP,KAAK,CAAC,YAAY;;;;;;;WAJjB,MAAM;;;;UAIP,KAAK,CAAC,YAAY;;;;+qKAyJzB,CAAA;AAED,eAAO,MAAM,UAAU;;SAuBtB,CAAC;AAEF,aAAK,cAAc,GAAG;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAC,CAAC;AAC7C,aAAK,UAAU,GAAG,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC;AAC5E,eAAO,MAAM,KAAK,kFAmBjB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;4BAkCrB,CAAA;AAED,eAAO,MAAM,GAAG;;;;4BAgCf,CAAC;AAUF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAqB/D,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAC,CAAC,CAAA;CAAC,CAU1G,CAAA;AAED,oBAAY,oBAAoB,GAAG;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,KAAK,EAAE,MAAM,GAAC,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AACF,eAAO,MAAM,eAAe,sHAmC1B,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAoB,aAAa,EAAa,MAAM,OAAO,CAAA;AAGzE,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAIhE,aAAK,eAAe,GAAG;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;CAChB,CAAC;AAEF,aAAK,cAAc,GAAG,eAAe,GACjC;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;CAAE,GACtB,gBAAgB,CAAC;AACrB,oBAAY,UAAU,GAAG,cAAc,GACnC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAShD,eAAO,MAAM,cAAc;;;;;SAkC1B,CAAA;AAED,eAAO,MAAM,uBAAuB,oEAsBnC,CAAA;AAED,eAAO,MAAM,KAAK;;4BAwEjB,CAAC;AASF,eAAO,MAAM,YAAY;;;WALhB,MAAM;;;0CAsBZ,CAAC;AAUJ,eAAO,MAAM,gBAAgB;;;;;;UAJrB,MAAM,YAAY;;0CAwJzB,CAAC;AAEF,eAAO,MAAM,UAAU;;SAuBtB,CAAC;AAEF,aAAK,cAAc,GAAG;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAC,CAAC;AAC7C,aAAK,UAAU,GAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GAAG,cAAc,CAAC;AAC/E,eAAO,MAAM,KAAK,kFAmBjB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;4BAkCrB,CAAA;AAED,eAAO,MAAM,GAAG;;;;4BAgCf,CAAC;AAUF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAqB/D,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAC,CAAC,CAAA;CAAC,CAU1G,CAAA;AAED,oBAAY,oBAAoB,GAAG;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,GAAC,KAAK,CAAC,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,GAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAChD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,yBAAyB,CAAC,oBAAoB,CAoC9E,CAAC"}
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { SVGIconProps } from './icons/SvgIcon';
3
+ declare type LightIndicatorLightProps = SVGIconProps & {
4
+ lit?: boolean;
5
+ large?: boolean;
6
+ };
7
+ export default function LightIndicatorLight({ width, height, lit, large, ...props }: LightIndicatorLightProps): JSX.Element;
8
+ declare type LightIndicatorProps = {
9
+ name: string;
10
+ on?: boolean;
11
+ large?: boolean;
12
+ };
13
+ export declare function LightIndicator({ name, on, large, ...props }: LightIndicatorProps): JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=LightIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LightIndicator.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/LightIndicator.tsx"],"names":[],"mappings":";AAOA,OAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,aAAK,wBAAwB,GAAG,YAAY,GAAG;IAAC,GAAG,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,OAAO,CAAC;CAAC,CAAC;AACjF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EACxC,KAAQ,EACR,MAAS,EACT,GAAS,EACT,KAAW,EACX,GAAG,KAAK,EACX,EAAE,wBAAwB,eA8B1B;AA+BD,aAAK,mBAAmB,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,EAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,wBAAgB,cAAc,CAAC,EAC3B,IAA0B,EAC1B,EAAQ,EACR,KAAW,EACX,GAAG,KAAK,EACX,EAAE,mBAAmB,eAOrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"MultiProgress.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/MultiProgress.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAgB/D,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,KAAK,MAAM,GAAG,MAAM,CAAC;IACzD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,aAAK,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC/C,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,gBAAgB,CAAC,CAAC;AAiEtB,QAAA,MAAM,aAAa;YAtET,gBAAgB,EAAE;SACrB,MAAM;;;;;;;;;iBAwGZ,CAAA;AAED,QAAA,MAAM,oBAAoB,wBAGvB,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,gBAcrD,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"MultiProgress.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/MultiProgress.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAA;AACpD,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAgB/D,aAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,KAAK,MAAM,GAAG,MAAM,CAAC;IACzD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AACF,aAAK,iBAAiB,GAAG,KAAK,CAAC,iBAAiB,CAAC;IAC/C,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,gBAAgB,CAAC,CAAC;AAuDtB,QAAA,MAAM,aAAa;YA5DT,gBAAgB,EAAE;SACrB,MAAM;;;;;;;;;iBA8FZ,CAAA;AAED,QAAA,MAAM,oBAAoB,wBAGvB,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,aAAa,CAAA;CAAE,gBAcrD,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Product.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAmE/D,eAAO,MAAM,OAAO,UAAW;IAAC,GAAG,EAAC,MAAM,CAAC;IAAC,OAAO,EAAC,MAAM,CAAC;IAAC,QAAQ,EAAC,MAAM,CAAC;IAAC,IAAI,EAAC,MAAM,CAAC;IAAC,KAAK,CAAC,EAAC,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAC,MAAM,CAAC;IAAC,MAAM,CAAC,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,gBAU5J,CAAA"}
1
+ {"version":3,"file":"Product.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Product.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAmE/D,eAAO,MAAM,OAAO,UAAW;IAAC,GAAG,EAAC,MAAM,CAAC;IAAC,OAAO,EAAC,MAAM,CAAC;IAAC,QAAQ,EAAC,MAAM,CAAC;IAAC,MAAK,MAAM,CAAC;IAAC,KAAK,CAAC,EAAC,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAC,MAAM,CAAC;IAAC,MAAM,CAAC,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,gBAU5J,CAAA"}
@@ -1,48 +1,38 @@
1
1
  import React from 'react';
2
2
  import BaseSelect, { Props as SelectProps, components, createFilter, mergeStyles } from 'react-select';
3
- import { Props as CreatableSelectProps, makeCreatableSelect } from 'react-select/creatable';
4
- import { Props as AsyncSelectProps } from 'react-select/async';
3
+ import BaseCreatableSelect, { Props as CreatableSelectProps, makeCreatableSelect } from 'react-select/creatable';
4
+ import BaseAsyncSelect, { Props as AsyncSelectProps } from 'react-select/async';
5
5
  declare type AdditionalSKUSelectProps = {
6
6
  noMargin?: boolean;
7
7
  error?: boolean;
8
8
  menuRelative?: boolean;
9
9
  inPopup?: boolean;
10
10
  };
11
- declare type SKUSelectProps = AdditionalSKUSelectProps & SelectProps;
12
- declare type SKUAsyncSelectProps = AdditionalSKUSelectProps & AsyncSelectProps<{
13
- [key: string]: any;
14
- }>;
15
- declare type SKUCreatableSelectProps = AdditionalSKUSelectProps & CreatableSelectProps<{
16
- [key: string]: any;
17
- }>;
18
- declare const SKUSelect: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Pick<SKUSelectProps, string | number> & React.RefAttributes<BaseSelect<{
19
- label: string;
20
- value: string;
21
- }, import("react-select/src/Select").default<{
22
- label: string;
23
- value: string;
24
- }>>>>, any, {}, never>;
25
- declare const LabeledSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
26
- label: string;
27
- value: string;
28
- }> & {
29
- parentStyle?: object | undefined;
30
- }) => JSX.Element;
31
- declare const SKUCreatableSelect: ({ noMargin, menuRelative, inPopup, ...props }: SKUCreatableSelectProps) => JSX.Element;
32
- declare const LabeledCreatableSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
33
- [key: string]: any;
34
- }> & import("react-select/creatable").CreatableProps<{
35
- [key: string]: any;
36
- }> & {
37
- parentStyle?: object | undefined;
38
- }) => JSX.Element;
39
- declare const SKUAsyncSelect: ({ noMargin, menuRelative, inPopup, ...props }: SKUAsyncSelectProps) => JSX.Element;
40
- declare const LabeledAsyncSelect: ({ parentStyle, ...props }: AdditionalSKUSelectProps & SelectProps<{
41
- [key: string]: any;
42
- }> & import("react-select/async").AsyncProps<{
11
+ declare type GenericObject = {
43
12
  [key: string]: any;
44
- }> & {
45
- parentStyle?: object | undefined;
46
- }) => JSX.Element;
13
+ };
14
+ declare type SKUSelectProps = AdditionalSKUSelectProps & SelectProps;
15
+ declare type SKUAsyncSelectProps = AdditionalSKUSelectProps & AsyncSelectProps<GenericObject>;
16
+ declare type SKUCreatableSelectProps = AdditionalSKUSelectProps & CreatableSelectProps<GenericObject>;
17
+ declare const SKUSelect: React.ForwardRefExoticComponent<SKUSelectProps & React.RefAttributes<BaseSelect>>;
18
+ declare type LabeledSelectProp = SKUSelectProps & {
19
+ parentStyle?: React.CSSProperties;
20
+ };
21
+ declare type TLabeledSelect = React.ForwardRefExoticComponent<LabeledSelectProp & React.RefAttributes<BaseSelect>>;
22
+ declare const LabeledSelect: TLabeledSelect;
23
+ declare type TSKUCreatableSelect = React.ForwardRefExoticComponent<SKUCreatableSelectProps & React.RefAttributes<BaseCreatableSelect<GenericObject>>>;
24
+ declare const SKUCreatableSelect: TSKUCreatableSelect;
25
+ declare type LabeledCreatableSelectProps = SKUCreatableSelectProps & {
26
+ parentStyle?: React.CSSProperties;
27
+ };
28
+ declare type TLabeledCreatableSelect = React.ForwardRefExoticComponent<LabeledCreatableSelectProps & React.RefAttributes<BaseCreatableSelect<GenericObject>>>;
29
+ declare const LabeledCreatableSelect: TLabeledCreatableSelect;
30
+ declare type TSKUAsyncSelect = React.ForwardRefExoticComponent<SKUAsyncSelectProps & React.RefAttributes<BaseAsyncSelect<GenericObject>>>;
31
+ declare const SKUAsyncSelect: TSKUAsyncSelect;
32
+ declare type LabeledAsyncSelectProps = SKUAsyncSelectProps & {
33
+ parentStyle?: React.CSSProperties;
34
+ };
35
+ declare type TLabeledAsyncSelect = React.ForwardRefExoticComponent<LabeledAsyncSelectProps & React.RefAttributes<BaseAsyncSelect<GenericObject>>>;
36
+ declare const LabeledAsyncSelect: TLabeledAsyncSelect;
47
37
  export { SKUSelect as Select, LabeledSelect, SKUCreatableSelect as CreatableSelect, LabeledCreatableSelect, SKUAsyncSelect as AsyncSelect, LabeledAsyncSelect, components, makeCreatableSelect, createFilter, mergeStyles, };
48
38
  //# sourceMappingURL=Select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,UAAU,EAAE,EAAE,KAAK,IAAI,WAAW,EAAiB,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AACrH,OAA4B,EAAE,KAAK,IAAI,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAChH,OAAwB,EAAE,KAAK,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAK/E,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAC,OAAO,CAAC;CAClB,CAAA;AAED,aAAK,cAAc,GAAG,wBAAwB,GAAG,WAAW,CAAA;AAC5D,aAAK,mBAAmB,GAAG,wBAAwB,GAAG,gBAAgB,CAAC;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAAC,CAAC,CAAA;AAC7F,aAAK,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,CAAC;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAAC,CAAC,CAAA;AA2MrG,QAAA,MAAM,SAAS;;;;;;sBAmCd,CAAC;AAEF,QAAA,MAAM,aAAa;;;;;iBAOlB,CAAA;AAED,QAAA,MAAM,kBAAkB,kDAAiD,uBAAuB,gBAO5F,CAAC;AAEL,QAAA,MAAM,sBAAsB;;;;;;iBAO3B,CAAA;AAGD,QAAA,MAAM,cAAc,kDAAiD,mBAAmB,gBAOpF,CAAC;AAEL,QAAA,MAAM,kBAAkB;;;;;;iBAOvB,CAAA;AAED,OAAO,EACL,SAAS,IAAI,MAAM,EACnB,aAAa,EACb,kBAAkB,IAAI,eAAe,EACrC,sBAAsB,EACtB,cAAc,IAAI,WAAW,EAC7B,kBAAkB,EAClB,UAAU,EACV,mBAAmB,EACnB,YAAY,EACZ,WAAW,GACZ,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,EAAE,EAAE,KAAK,IAAI,WAAW,EAAiB,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AACrH,OAAO,mBAAmB,EAAE,EAAE,KAAK,IAAI,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAChH,OAAO,eAAe,EAAE,EAAE,KAAK,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAK/E,aAAK,wBAAwB,GAAG;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAC,OAAO,CAAC;CAClB,CAAA;AAED,aAAK,aAAa,GAAG;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAAC,CAAC;AAC3C,aAAK,cAAc,GAAG,wBAAwB,GAAG,WAAW,CAAA;AAC5D,aAAK,mBAAmB,GAAG,wBAAwB,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAA;AACrF,aAAK,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,CAAC,aAAa,CAAC,CAAA;AA2M7F,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAAC,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CA0B7F,CAAC;AAEL,aAAK,iBAAiB,GAAG,cAAc,GAAG;IAAC,WAAW,CAAC,EAAC,KAAK,CAAC,aAAa,CAAA;CAAC,CAAC;AAC7E,aAAK,cAAc,GAAG,KAAK,CAAC,yBAAyB,CAAC,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC;AAC3G,QAAA,MAAM,aAAa,EAAE,cAQlB,CAAC;AAEJ,aAAK,mBAAmB,GAAG,KAAK,CAAC,yBAAyB,CAAC,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;AAC9I,QAAA,MAAM,kBAAkB,EAAE,mBA4BvB,CAAC;AAEJ,aAAK,2BAA2B,GAAG,uBAAuB,GAAG;IAAC,WAAW,CAAC,EAAC,KAAK,CAAC,aAAa,CAAA;CAAC,CAAC;AAChG,aAAK,uBAAuB,GAAG,KAAK,CAAC,yBAAyB,CAAC,2BAA2B,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;AACtJ,QAAA,MAAM,sBAAsB,EAAE,uBAQ3B,CAAC;AAGJ,aAAK,eAAe,GAAG,KAAK,CAAC,yBAAyB,CAAC,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;AAClI,QAAA,MAAM,cAAc,EAAE,eA4BnB,CAAC;AAEJ,aAAK,uBAAuB,GAAG,mBAAmB,GAAG;IAAC,WAAW,CAAC,EAAC,KAAK,CAAC,aAAa,CAAA;CAAC,CAAC;AACxF,aAAK,mBAAmB,GAAG,KAAK,CAAC,yBAAyB,CAAC,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;AAC1I,QAAA,MAAM,kBAAkB,EAAE,mBAQvB,CAAC;AAEJ,OAAO,EACL,SAAS,IAAI,MAAM,EACnB,aAAa,EACb,kBAAkB,IAAI,eAAe,EACrC,sBAAsB,EACtB,cAAc,IAAI,WAAW,EAC7B,kBAAkB,EAClB,UAAU,EACV,mBAAmB,EACnB,YAAY,EACZ,WAAW,GACZ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SidePanel.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/SidePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAY,MAAM,SAAS,CAAA;AAK9C,aAAK,aAAa,GAAG;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAeF,eAAO,MAAM,WAAW,+EAmBvB,CAAC;AAOF,QAAA,MAAM,SAAS;aAKF,KAAK,CAAC,SAAS;WACjB,MAAM;cACH,KAAK,CAAC,SAAS;;;;kEA2B5B,CAAA;AAgCD,QAAA,MAAM,YAAY;UAAsD,MAAM;;;;aAA0D,KAAK,CAAC,SAAS;8BAetJ,CAAA;AASD,aAAK,SAAS,GAAG;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAA;AAED,QAAA,MAAM,gBAAgB;UAA8D,MAAM;;;;aAAqE,KAAK,CAAC,SAAS;8BAgB7K,CAAA;AAED,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"SidePanel.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/SidePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAY,MAAM,SAAS,CAAA;AAI9C,aAAK,aAAa,GAAG;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAeF,eAAO,MAAM,WAAW,+EAmBvB,CAAC;AAOF,QAAA,MAAM,SAAS;aAKF,MAAM,SAAS;WACjB,MAAM;cACH,MAAM,SAAS;;;;kEA2B5B,CAAA;AAgCD,QAAA,MAAM,YAAY;UAAsD,MAAM;;;;aAA0D,MAAM,SAAS;8BAetJ,CAAA;AASD,aAAK,SAAS,GAAG;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAA;AAED,QAAA,MAAM,gBAAgB;UAA8D,MAAM;;;;aAAqE,MAAM,SAAS;8BAgB7K,CAAA;AAED,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAW/D,eAAO,MAAM,OAAO,UAAa,KAAK,CAAC,iBAAiB,CAAC;IAAC,KAAK,CAAC,EAAC,OAAO,CAAA;CAAC,GAAG,gBAAgB,CAAC,gBAI5F,CAAA"}
1
+ {"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAW/D,eAAO,MAAM,OAAO,UAAa,MAAM,iBAAiB,CAAC;IAAC,KAAK,CAAC,EAAC,OAAO,CAAA;CAAC,GAAG,gBAAgB,CAAC,gBAI5F,CAAA"}
@@ -28,12 +28,13 @@ export declare type CalendarTaskProps = {
28
28
  assignee?: string;
29
29
  checked?: boolean;
30
30
  overdue?: boolean;
31
+ order?: number;
31
32
  onClickCheckbox?: (checked: boolean) => any;
32
33
  isDescriptionHtml?: boolean;
33
34
  draggable?: boolean;
34
35
  hideCheckbox?: boolean;
35
36
  Icon?: React.ReactNode;
36
37
  };
37
- declare const CalendarTask: React.ForwardRefExoticComponent<CalendarTaskProps & SharedStyleTypes & React.RefAttributes<HTMLInputElement>>;
38
+ declare const CalendarTask: React.ForwardRefExoticComponent<CalendarTaskProps & SharedStyleTypes & React.InputHTMLAttributes<HTMLInputElement> & React.RefAttributes<HTMLInputElement>>;
38
39
  export { Task, StyledTask, TaskLabel, TaskName, TaskBody, StyledCalendarTaskBody, CalendarTask, };
39
40
  //# sourceMappingURL=Task.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Task.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAE/D,QAAA,MAAM,SAAS;;SAA6H,CAAA;AAC5I,QAAA,MAAM,QAAQ,oEAA4C,CAAA;AAC1D,QAAA,MAAM,UAAU,kFAAsE,CAAA;AACtF,QAAA,MAAM,QAAQ,oEAAgC,CAAA;AAE9C,oBAAY,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,GAAG,CAAC;CAC9C,CAAC;AACF,QAAA,MAAM,IAAI,4FASP,KAAK,CAAC,iBAAiB,CAAC,SAAS,GAAG,gBAAgB,CAAC,gBAqBvD,CAAA;AAED,QAAA,MAAM,sBAAsB,qEAG3B,CAAC;AAWF,oBAAY,iBAAiB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACtC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,GAAG,CAAC;IAC5C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,YAAY,+GA+EhB,CAAC;AAEH,OAAO,EACL,IAAI,EACJ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,sBAAsB,EACtB,YAAY,GACb,CAAC"}
1
+ {"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Task.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAE/D,QAAA,MAAM,SAAS;;SAA6H,CAAA;AAC5I,QAAA,MAAM,QAAQ,oEAA4C,CAAA;AAC1D,QAAA,MAAM,UAAU,kFAAsE,CAAA;AACtF,QAAA,MAAM,QAAQ,oEAAgC,CAAA;AAE9C,oBAAY,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,GAAG,CAAC;CAC9C,CAAC;AACF,QAAA,MAAM,IAAI,4FASP,MAAM,iBAAiB,CAAC,SAAS,GAAG,gBAAgB,CAAC,gBAqBvD,CAAA;AAED,QAAA,MAAM,sBAAsB,qEAG3B,CAAC;AAWF,oBAAY,iBAAiB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACtC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,GAAG,CAAC;IAC5C,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAKF,QAAA,MAAM,YAAY,6JAgGhB,CAAC;AAEH,OAAO,EACL,IAAI,EACJ,UAAU,EACV,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,sBAAsB,EACtB,YAAY,GACb,CAAC"}
@@ -5,24 +5,24 @@ export declare type TextProp = {
5
5
  color?: keyof typeof colors;
6
6
  bold?: boolean;
7
7
  } & SharedStyleTypes;
8
- export declare const Text: import("styled-components").StyledComponent<"span", any, TextProp, never>;
9
- export declare const Link: import("styled-components").StyledComponent<React.FC<({
8
+ export declare const Text: import("styled-components").StyledComponent<"span", any, {
9
+ color?: "transparent" | "primary1" | "secondary1" | "secondary2" | "secondary3" | "secondary4" | "teal" | "pink" | "yellow" | "green" | "navy" | "neutrals" | "errors" | "orders" | "notes" | "calls" | "meetings" | "left_nav" | "text" | "white" | "black" | "primary" | "cta" | "primary0" | "primary10" | "primary100" | "disabledButton" | "disabledButtonBorder" | "texttitle" | "textlabel" | "textbody" | "textplaceholder" | "bggray" | "bgblue" | "inputBorder" | "special1" | "special2" | "special3" | "primaryBg" | "special2Bg" | "error" | "primary2" | "primary20" | "primary200" | "tableHeaderBg" | "tableBorder" | "input" | "select" | undefined;
10
+ bold?: boolean | undefined;
11
+ } & SharedStyleTypes, never>;
12
+ export declare const Link: import("styled-components").StyledComponent<React.FC<{
10
13
  highlight?: boolean | undefined;
11
- } & Pick<Pick<any, string | number | symbol> & Partial<Pick<any, never>>, string | number | symbol> & {
12
- theme?: any;
14
+ } & (({
15
+ [x: string]: any;
16
+ [x: number]: any;
17
+ [x: symbol]: any;
13
18
  } & {
14
- as?: "symbol" | "object" | "main" | "text" | "input" | "select" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
15
- forwardedAs?: "symbol" | "object" | "main" | "text" | "input" | "select" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
16
- } & SharedStyleTypes) | ({
17
- highlight?: boolean | undefined;
18
- } & Pick<Pick<any, string | number | symbol> & Partial<Pick<any, never>>, string | number | symbol> & {
19
19
  theme?: any;
20
- } & {
20
+ } & ({} | {
21
21
  children?: React.ReactNode;
22
- } & {
23
- as?: "symbol" | "object" | "main" | "text" | "input" | "select" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
24
- forwardedAs?: "symbol" | "object" | "main" | "text" | "input" | "select" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
25
- } & SharedStyleTypes)>, any, {}, never>;
22
+ })) & {
23
+ as?: string | React.ComponentType<any> | undefined;
24
+ forwardedAs?: string | React.ComponentType<any> | undefined;
25
+ }) & SharedStyleTypes>, any, {}, never>;
26
26
  export declare const Number: React.FC<{
27
27
  num: number;
28
28
  commas?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,MAAM,EAAS,MAAM,SAAS,CAAC;AACxC,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEhE,oBAAY,QAAQ,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,GAAG,gBAAgB,CAAC;AACrB,eAAO,MAAM,IAAI,2EAQhB,CAAC;AAMF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;uCAGhB,CAAC;AAMF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,CAOtG,CAAA"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/Text.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,MAAM,EAAwB,MAAM,SAAS,CAAC;AACvD,OAAO,EAAgB,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEhE,oBAAY,QAAQ,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,OAAO,MAAM,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,GAAG,gBAAgB,CAAC;AACrB,eAAO,MAAM,IAAI;;;4BAQhB,CAAC;AAMF,eAAO,MAAM,IAAI;;;;;;;;;;;;;uCAGhB,CAAC;AAMF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAC,MAAM,CAAA;CAAC,GAAG,gBAAgB,CAOtG,CAAA"}