@dfds-ui/react-components 2.2.0-alpha.07a3a716 → 2.2.0-alpha.32eece3d

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 (217) hide show
  1. package/accordion/AccordionContent.d.ts +1 -0
  2. package/accordion/AccordionContent.js +1 -1
  3. package/accordion/AccordionSmall.d.ts +1 -0
  4. package/accordion/AccordionSmall.js +4 -4
  5. package/app-bar/AppBarItem.d.ts +3 -1
  6. package/app-bar/AppBarItem.js +15 -12
  7. package/assertions/banner/BannerTypography.d.ts +2 -0
  8. package/assertions/banner/BannerTypography.js +2 -2
  9. package/assertions/toast/Toast.d.ts +1 -0
  10. package/assertions/toast/Toast.js +6 -6
  11. package/badge/Badge.d.ts +1 -1
  12. package/button/BadgeIcon.d.ts +2 -2
  13. package/button/BaseButton.d.ts +1 -1
  14. package/button/IconButton.d.ts +1 -1
  15. package/button/LinkButton.d.ts +1 -1
  16. package/button-stack/ButtonStack.d.ts +1 -0
  17. package/button-stack/ButtonStack.js +3 -3
  18. package/card/Card.d.ts +1 -0
  19. package/card/Card.js +5 -5
  20. package/card/CardContent.d.ts +2 -1
  21. package/card/CardContent.js +2 -2
  22. package/card/CardMedia.d.ts +2 -1
  23. package/card/CardMedia.js +2 -2
  24. package/card/CardPriceTag.d.ts +2 -2
  25. package/card/CardTitle.d.ts +2 -1
  26. package/card/CardTitle.js +2 -2
  27. package/chip/Chip.d.ts +2 -2
  28. package/cjs/accordion/AccordionContent.d.ts +1 -0
  29. package/cjs/accordion/AccordionContent.js +1 -1
  30. package/cjs/accordion/AccordionSmall.d.ts +1 -0
  31. package/cjs/accordion/AccordionSmall.js +4 -4
  32. package/cjs/app-bar/AppBarItem.d.ts +3 -1
  33. package/cjs/app-bar/AppBarItem.js +14 -13
  34. package/cjs/assertions/banner/BannerTypography.d.ts +2 -0
  35. package/cjs/assertions/banner/BannerTypography.js +2 -2
  36. package/cjs/assertions/toast/Toast.d.ts +1 -0
  37. package/cjs/assertions/toast/Toast.js +6 -6
  38. package/cjs/badge/Badge.d.ts +1 -1
  39. package/cjs/button/BadgeIcon.d.ts +2 -2
  40. package/cjs/button/BaseButton.d.ts +1 -1
  41. package/cjs/button/IconButton.d.ts +1 -1
  42. package/cjs/button/LinkButton.d.ts +1 -1
  43. package/cjs/button-stack/ButtonStack.d.ts +1 -0
  44. package/cjs/button-stack/ButtonStack.js +3 -3
  45. package/cjs/card/Card.d.ts +1 -0
  46. package/cjs/card/Card.js +5 -5
  47. package/cjs/card/CardContent.d.ts +2 -1
  48. package/cjs/card/CardContent.js +2 -2
  49. package/cjs/card/CardMedia.d.ts +2 -1
  50. package/cjs/card/CardMedia.js +2 -2
  51. package/cjs/card/CardPriceTag.d.ts +2 -2
  52. package/cjs/card/CardTitle.d.ts +2 -1
  53. package/cjs/card/CardTitle.js +2 -2
  54. package/cjs/chip/Chip.d.ts +2 -2
  55. package/cjs/common/polymorphic.d.ts +2 -2
  56. package/cjs/data-table/DataTable.d.ts +2 -1
  57. package/cjs/data-table/DataTable.js +1 -1
  58. package/cjs/divider/Divider.d.ts +1 -1
  59. package/cjs/dropdown-menu/Dropdown.d.ts +1 -1
  60. package/cjs/dropdown-menu/Dropdown.js +6 -5
  61. package/cjs/dropdown-menu/MenuCheckbox.d.ts +1 -1
  62. package/cjs/dropdown-menu/MenuItem.d.ts +1 -1
  63. package/cjs/dropdown-menu/MenuTitle.d.ts +1 -1
  64. package/cjs/flexbox/FlexBox.d.ts +2 -1
  65. package/cjs/flexbox/FlexBox.js +2 -2
  66. package/cjs/forms/assistive-text/AssistiveText.d.ts +1 -1
  67. package/cjs/forms/asterisk/Asterisk.d.ts +2 -2
  68. package/cjs/forms/checkbox/Checkbox.d.ts +1 -1
  69. package/cjs/forms/checkbox/ExampleControlComponent.d.ts +1 -0
  70. package/cjs/forms/email-field/EmailField.d.ts +1 -1
  71. package/cjs/forms/error-text/ErrorText.d.ts +1 -1
  72. package/cjs/forms/field/Field.d.ts +1 -0
  73. package/cjs/forms/field/Field.js +3 -3
  74. package/cjs/forms/input/Input.d.ts +1 -1
  75. package/cjs/forms/input/InputComposition.d.ts +2 -2
  76. package/cjs/forms/label/Label.d.ts +1 -0
  77. package/cjs/forms/label/Label.js +3 -3
  78. package/cjs/forms/number-field/NumberField.d.ts +1 -1
  79. package/cjs/forms/password-field/PasswordField.d.ts +1 -1
  80. package/cjs/forms/radio/Radio.d.ts +1 -1
  81. package/cjs/forms/reactselect/ReactSelect.d.ts +5 -5
  82. package/cjs/forms/select/Select.d.ts +1 -1
  83. package/cjs/forms/select-field/SelectField.d.ts +1 -1
  84. package/cjs/forms/tel-field/TelField.d.ts +1 -1
  85. package/cjs/forms/text-field/TextField.d.ts +1 -1
  86. package/cjs/global-styles/GlobalStyles.d.ts +3 -3
  87. package/cjs/global-styles/ResetStyles.d.ts +2 -2
  88. package/cjs/ie-banner/IEBanner.d.ts +1 -0
  89. package/cjs/layout/LayoutLegacy.d.ts +2 -2
  90. package/cjs/lists/FeatureList.d.ts +2 -4
  91. package/cjs/lists/ListAddon.d.ts +1 -1
  92. package/cjs/lists/ListDivider.d.ts +2 -2
  93. package/cjs/lists/ListIcon.d.ts +1 -1
  94. package/cjs/lists/ListItem.d.ts +1 -1
  95. package/cjs/lists/ListText.d.ts +1 -1
  96. package/cjs/lists/ListTextGroup.d.ts +1 -1
  97. package/cjs/lists/ListTitle.d.ts +2 -2
  98. package/cjs/loader/Loader.d.ts +2 -2
  99. package/cjs/localization/LocaleFlag.d.ts +2 -2
  100. package/cjs/logo/Logo.d.ts +2 -2
  101. package/cjs/menu/Menu.js +5 -5
  102. package/cjs/mobile-stepper/MobileStepper.d.ts +2 -2
  103. package/cjs/nav-bar/NavBar.d.ts +4 -2
  104. package/cjs/nav-bar/NavBar.js +10 -14
  105. package/cjs/pagination/Pagination.d.ts +1 -1
  106. package/cjs/popper/Popper.d.ts +2 -2
  107. package/cjs/popper/Popper.js +7 -4
  108. package/cjs/progress-bar/ProgressBar.d.ts +2 -2
  109. package/cjs/schedule/ScheduleItem.d.ts +2 -4
  110. package/cjs/side-sheet/SideSheet.d.ts +1 -1
  111. package/cjs/side-sheet/SideSheetCloseButton.d.ts +1 -1
  112. package/cjs/side-sheet/SideSheetContent.d.ts +2 -2
  113. package/cjs/side-sheet/SideSheetFooter.d.ts +2 -2
  114. package/cjs/side-sheet/SideSheetHeader.d.ts +2 -2
  115. package/cjs/side-sheet/SideSheetHeadline.d.ts +2 -2
  116. package/cjs/site-layout/SiteLayout.d.ts +6 -2
  117. package/cjs/site-layout/SiteLayout.js +5 -5
  118. package/cjs/skeleton/Skeleton.d.ts +2 -2
  119. package/cjs/social-media-link-list/SocialMediaLinkList.d.ts +2 -4
  120. package/cjs/spinner/Spinner.d.ts +2 -2
  121. package/cjs/step/Step.d.ts +1 -1
  122. package/cjs/step/StepContent.d.ts +2 -2
  123. package/cjs/stepper/Stepper.d.ts +1 -1
  124. package/cjs/stepper-feedback-message/StepperFeedbackMessage.d.ts +2 -2
  125. package/cjs/surface/Surface.d.ts +1 -1
  126. package/cjs/table/Table.d.ts +1 -1
  127. package/cjs/table/TableBody.d.ts +1 -1
  128. package/cjs/table/TableDataCell.d.ts +1 -1
  129. package/cjs/table/TableHead.d.ts +1 -1
  130. package/cjs/table/TableHeaderCell.d.ts +1 -1
  131. package/cjs/table/TableRow.d.ts +1 -1
  132. package/cjs/tooltip/Tooltip.d.ts +1 -1
  133. package/cjs/typography/Headlines.d.ts +25 -24
  134. package/cjs/typography/Headlines.js +11 -11
  135. package/cjs/typography/Text.d.ts +1 -1
  136. package/common/polymorphic.d.ts +2 -2
  137. package/data-table/DataTable.d.ts +2 -1
  138. package/data-table/DataTable.js +1 -1
  139. package/divider/Divider.d.ts +1 -1
  140. package/dropdown-menu/Dropdown.d.ts +1 -1
  141. package/dropdown-menu/Dropdown.js +7 -4
  142. package/dropdown-menu/MenuCheckbox.d.ts +1 -1
  143. package/dropdown-menu/MenuItem.d.ts +1 -1
  144. package/dropdown-menu/MenuTitle.d.ts +1 -1
  145. package/flexbox/FlexBox.d.ts +2 -1
  146. package/flexbox/FlexBox.js +2 -2
  147. package/forms/assistive-text/AssistiveText.d.ts +1 -1
  148. package/forms/asterisk/Asterisk.d.ts +2 -2
  149. package/forms/checkbox/Checkbox.d.ts +1 -1
  150. package/forms/checkbox/ExampleControlComponent.d.ts +1 -0
  151. package/forms/email-field/EmailField.d.ts +1 -1
  152. package/forms/error-text/ErrorText.d.ts +1 -1
  153. package/forms/field/Field.d.ts +1 -0
  154. package/forms/field/Field.js +3 -3
  155. package/forms/input/Input.d.ts +1 -1
  156. package/forms/input/InputComposition.d.ts +2 -2
  157. package/forms/label/Label.d.ts +1 -0
  158. package/forms/label/Label.js +5 -5
  159. package/forms/number-field/NumberField.d.ts +1 -1
  160. package/forms/password-field/PasswordField.d.ts +1 -1
  161. package/forms/radio/Radio.d.ts +1 -1
  162. package/forms/reactselect/ReactSelect.d.ts +5 -5
  163. package/forms/select/Select.d.ts +1 -1
  164. package/forms/select-field/SelectField.d.ts +1 -1
  165. package/forms/tel-field/TelField.d.ts +1 -1
  166. package/forms/text-field/TextField.d.ts +1 -1
  167. package/global-styles/GlobalStyles.d.ts +3 -3
  168. package/global-styles/ResetStyles.d.ts +2 -2
  169. package/ie-banner/IEBanner.d.ts +1 -0
  170. package/layout/LayoutLegacy.d.ts +2 -2
  171. package/lists/FeatureList.d.ts +2 -4
  172. package/lists/ListAddon.d.ts +1 -1
  173. package/lists/ListDivider.d.ts +2 -2
  174. package/lists/ListIcon.d.ts +1 -1
  175. package/lists/ListItem.d.ts +1 -1
  176. package/lists/ListText.d.ts +1 -1
  177. package/lists/ListTextGroup.d.ts +1 -1
  178. package/lists/ListTitle.d.ts +2 -2
  179. package/loader/Loader.d.ts +2 -2
  180. package/localization/LocaleFlag.d.ts +2 -2
  181. package/logo/Logo.d.ts +2 -2
  182. package/menu/Menu.js +5 -5
  183. package/mobile-stepper/MobileStepper.d.ts +2 -2
  184. package/nav-bar/NavBar.d.ts +4 -2
  185. package/nav-bar/NavBar.js +12 -14
  186. package/package.json +11 -11
  187. package/pagination/Pagination.d.ts +1 -1
  188. package/popper/Popper.d.ts +2 -2
  189. package/popper/Popper.js +8 -3
  190. package/progress-bar/ProgressBar.d.ts +2 -2
  191. package/schedule/ScheduleItem.d.ts +2 -4
  192. package/side-sheet/SideSheet.d.ts +1 -1
  193. package/side-sheet/SideSheetCloseButton.d.ts +1 -1
  194. package/side-sheet/SideSheetContent.d.ts +2 -2
  195. package/side-sheet/SideSheetFooter.d.ts +2 -2
  196. package/side-sheet/SideSheetHeader.d.ts +2 -2
  197. package/side-sheet/SideSheetHeadline.d.ts +2 -2
  198. package/site-layout/SiteLayout.d.ts +6 -2
  199. package/site-layout/SiteLayout.js +5 -5
  200. package/skeleton/Skeleton.d.ts +2 -2
  201. package/social-media-link-list/SocialMediaLinkList.d.ts +2 -4
  202. package/spinner/Spinner.d.ts +2 -2
  203. package/step/Step.d.ts +1 -1
  204. package/step/StepContent.d.ts +2 -2
  205. package/stepper/Stepper.d.ts +1 -1
  206. package/stepper-feedback-message/StepperFeedbackMessage.d.ts +2 -2
  207. package/surface/Surface.d.ts +1 -1
  208. package/table/Table.d.ts +1 -1
  209. package/table/TableBody.d.ts +1 -1
  210. package/table/TableDataCell.d.ts +1 -1
  211. package/table/TableHead.d.ts +1 -1
  212. package/table/TableHeaderCell.d.ts +1 -1
  213. package/table/TableRow.d.ts +1 -1
  214. package/tooltip/Tooltip.d.ts +1 -1
  215. package/typography/Headlines.d.ts +25 -24
  216. package/typography/Headlines.js +11 -11
  217. package/typography/Text.d.ts +1 -1
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  declare type ExampleControlComponentProps = {
3
+ children?: React.ReactNode;
3
4
  onChange?: (...args: any[]) => void;
4
5
  checked?: boolean;
5
6
  error?: boolean;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from '../text-field/TextField';
3
- declare const _default: import("@emotion/styled").StyledComponent<Pick<TextFieldProps, "max" | "required" | "type" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "inverted" | "hideAsterisk" | "assistiveText" | "hintText" | "errorMessage"> & React.RefAttributes<HTMLInputElement> & {
3
+ declare const _default: import("@emotion/styled").StyledComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const ErrorText: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
4
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  } & {
6
6
  small?: boolean | undefined;
7
7
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { LabelProps } from '../label/Label';
3
3
  declare type FieldProps = {
4
+ children?: React.ReactNode;
4
5
  labelProps?: LabelProps;
5
6
  label?: React.ReactNode;
6
7
  required?: boolean;
@@ -14,7 +14,7 @@ var Wrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production"
14
14
  } : {
15
15
  name: "116bt74",
16
16
  styles: "display:flex;flex-direction:column;font-family:DFDS",
17
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVzBCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBMYWJlbCwgeyBMYWJlbFByb3BzIH0gZnJvbSAnLi4vbGFiZWwvTGFiZWwnXG5cbnR5cGUgRmllbGRQcm9wcyA9IHtcbiAgbGFiZWxQcm9wcz86IExhYmVsUHJvcHNcbiAgbGFiZWw/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIGFzc2lzdGl2ZVRleHQ/OiBzdHJpbmdcbn1cblxuY29uc3QgV3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGZvbnQtZmFtaWx5OiBERkRTO1xuYFxuXG5jb25zdCBGaWVsZExhYmVsID0gc3R5bGVkKExhYmVsKWBcbiAgbWFyZ2luLWJvdHRvbTogNXB4O1xuYFxuXG5jb25zdCBBc3Npc3RpdmUgPSBzdHlsZWQuZGl2YFxuICBtYXJnaW4tdG9wOiA1cHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcblxuY29uc3QgRmllbGQ6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PEZpZWxkUHJvcHM+ID0gKHsgbGFiZWwsIHJlcXVpcmVkLCBhc3Npc3RpdmVUZXh0LCBjaGlsZHJlbiB9KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPFdyYXBwZXI+XG4gICAgICB7bGFiZWwgIT09IHVuZGVmaW5lZCAmJiA8RmllbGRMYWJlbCByZXF1aXJlZD17cmVxdWlyZWR9PntsYWJlbH08L0ZpZWxkTGFiZWw+fVxuICAgICAge2NoaWxkcmVufVxuICAgICAge2Fzc2lzdGl2ZVRleHQgIT09IHVuZGVmaW5lZCAmJiA8QXNzaXN0aXZlPnthc3Npc3RpdmVUZXh0fTwvQXNzaXN0aXZlPn1cbiAgICA8L1dyYXBwZXI+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgRmllbGRcbiJdfQ== */",
17
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBWTBCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBMYWJlbCwgeyBMYWJlbFByb3BzIH0gZnJvbSAnLi4vbGFiZWwvTGFiZWwnXG5cbnR5cGUgRmllbGRQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgbGFiZWxQcm9wcz86IExhYmVsUHJvcHNcbiAgbGFiZWw/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIGFzc2lzdGl2ZVRleHQ/OiBzdHJpbmdcbn1cblxuY29uc3QgV3JhcHBlciA9IHN0eWxlZC5kaXZgXG4gIGRpc3BsYXk6IGZsZXg7XG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIGZvbnQtZmFtaWx5OiBERkRTO1xuYFxuXG5jb25zdCBGaWVsZExhYmVsID0gc3R5bGVkKExhYmVsKWBcbiAgbWFyZ2luLWJvdHRvbTogNXB4O1xuYFxuXG5jb25zdCBBc3Npc3RpdmUgPSBzdHlsZWQuZGl2YFxuICBtYXJnaW4tdG9wOiA1cHg7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcblxuY29uc3QgRmllbGQ6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PEZpZWxkUHJvcHM+ID0gKHsgbGFiZWwsIHJlcXVpcmVkLCBhc3Npc3RpdmVUZXh0LCBjaGlsZHJlbiB9KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPFdyYXBwZXI+XG4gICAgICB7bGFiZWwgIT09IHVuZGVmaW5lZCAmJiA8RmllbGRMYWJlbCByZXF1aXJlZD17cmVxdWlyZWR9PntsYWJlbH08L0ZpZWxkTGFiZWw+fVxuICAgICAge2NoaWxkcmVufVxuICAgICAge2Fzc2lzdGl2ZVRleHQgIT09IHVuZGVmaW5lZCAmJiA8QXNzaXN0aXZlPnthc3Npc3RpdmVUZXh0fTwvQXNzaXN0aXZlPn1cbiAgICA8L1dyYXBwZXI+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgRmllbGRcbiJdfQ== */",
18
18
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
19
19
  });
20
20
  var FieldLabel = /*#__PURE__*/_styled(Label, process.env.NODE_ENV === "production" ? {
@@ -28,7 +28,7 @@ var FieldLabel = /*#__PURE__*/_styled(Label, process.env.NODE_ENV === "productio
28
28
  } : {
29
29
  name: "vqx3x2",
30
30
  styles: "margin-bottom:5px",
31
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBaUJnQyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvZmllbGQvRmllbGQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgTGFiZWwsIHsgTGFiZWxQcm9wcyB9IGZyb20gJy4uL2xhYmVsL0xhYmVsJ1xuXG50eXBlIEZpZWxkUHJvcHMgPSB7XG4gIGxhYmVsUHJvcHM/OiBMYWJlbFByb3BzXG4gIGxhYmVsPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBhc3Npc3RpdmVUZXh0Pzogc3RyaW5nXG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmb250LWZhbWlseTogREZEUztcbmBcblxuY29uc3QgRmllbGRMYWJlbCA9IHN0eWxlZChMYWJlbClgXG4gIG1hcmdpbi1ib3R0b206IDVweDtcbmBcblxuY29uc3QgQXNzaXN0aXZlID0gc3R5bGVkLmRpdmBcbiAgbWFyZ2luLXRvcDogNXB4O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5cbmNvbnN0IEZpZWxkOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxGaWVsZFByb3BzPiA9ICh7IGxhYmVsLCByZXF1aXJlZCwgYXNzaXN0aXZlVGV4dCwgY2hpbGRyZW4gfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxXcmFwcGVyPlxuICAgICAge2xhYmVsICE9PSB1bmRlZmluZWQgJiYgPEZpZWxkTGFiZWwgcmVxdWlyZWQ9e3JlcXVpcmVkfT57bGFiZWx9PC9GaWVsZExhYmVsPn1cbiAgICAgIHtjaGlsZHJlbn1cbiAgICAgIHthc3Npc3RpdmVUZXh0ICE9PSB1bmRlZmluZWQgJiYgPEFzc2lzdGl2ZT57YXNzaXN0aXZlVGV4dH08L0Fzc2lzdGl2ZT59XG4gICAgPC9XcmFwcGVyPlxuICApXG59XG5cbmV4cG9ydCBkZWZhdWx0IEZpZWxkXG4iXX0= */",
31
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBa0JnQyIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvZmllbGQvRmllbGQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgTGFiZWwsIHsgTGFiZWxQcm9wcyB9IGZyb20gJy4uL2xhYmVsL0xhYmVsJ1xuXG50eXBlIEZpZWxkUHJvcHMgPSB7XG4gIGNoaWxkcmVuPzogUmVhY3QuUmVhY3ROb2RlXG4gIGxhYmVsUHJvcHM/OiBMYWJlbFByb3BzXG4gIGxhYmVsPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBhc3Npc3RpdmVUZXh0Pzogc3RyaW5nXG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmb250LWZhbWlseTogREZEUztcbmBcblxuY29uc3QgRmllbGRMYWJlbCA9IHN0eWxlZChMYWJlbClgXG4gIG1hcmdpbi1ib3R0b206IDVweDtcbmBcblxuY29uc3QgQXNzaXN0aXZlID0gc3R5bGVkLmRpdmBcbiAgbWFyZ2luLXRvcDogNXB4O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5cbmNvbnN0IEZpZWxkOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxGaWVsZFByb3BzPiA9ICh7IGxhYmVsLCByZXF1aXJlZCwgYXNzaXN0aXZlVGV4dCwgY2hpbGRyZW4gfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxXcmFwcGVyPlxuICAgICAge2xhYmVsICE9PSB1bmRlZmluZWQgJiYgPEZpZWxkTGFiZWwgcmVxdWlyZWQ9e3JlcXVpcmVkfT57bGFiZWx9PC9GaWVsZExhYmVsPn1cbiAgICAgIHtjaGlsZHJlbn1cbiAgICAgIHthc3Npc3RpdmVUZXh0ICE9PSB1bmRlZmluZWQgJiYgPEFzc2lzdGl2ZT57YXNzaXN0aXZlVGV4dH08L0Fzc2lzdGl2ZT59XG4gICAgPC9XcmFwcGVyPlxuICApXG59XG5cbmV4cG9ydCBkZWZhdWx0IEZpZWxkXG4iXX0= */",
32
32
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
33
33
  });
34
34
  var Assistive = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
@@ -42,7 +42,7 @@ var Assistive = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production
42
42
  } : {
43
43
  name: "s8y8pc",
44
44
  styles: "margin-top:5px;font-size:12px",
45
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBcUI0QiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvZmllbGQvRmllbGQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgTGFiZWwsIHsgTGFiZWxQcm9wcyB9IGZyb20gJy4uL2xhYmVsL0xhYmVsJ1xuXG50eXBlIEZpZWxkUHJvcHMgPSB7XG4gIGxhYmVsUHJvcHM/OiBMYWJlbFByb3BzXG4gIGxhYmVsPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBhc3Npc3RpdmVUZXh0Pzogc3RyaW5nXG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmb250LWZhbWlseTogREZEUztcbmBcblxuY29uc3QgRmllbGRMYWJlbCA9IHN0eWxlZChMYWJlbClgXG4gIG1hcmdpbi1ib3R0b206IDVweDtcbmBcblxuY29uc3QgQXNzaXN0aXZlID0gc3R5bGVkLmRpdmBcbiAgbWFyZ2luLXRvcDogNXB4O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5cbmNvbnN0IEZpZWxkOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxGaWVsZFByb3BzPiA9ICh7IGxhYmVsLCByZXF1aXJlZCwgYXNzaXN0aXZlVGV4dCwgY2hpbGRyZW4gfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxXcmFwcGVyPlxuICAgICAge2xhYmVsICE9PSB1bmRlZmluZWQgJiYgPEZpZWxkTGFiZWwgcmVxdWlyZWQ9e3JlcXVpcmVkfT57bGFiZWx9PC9GaWVsZExhYmVsPn1cbiAgICAgIHtjaGlsZHJlbn1cbiAgICAgIHthc3Npc3RpdmVUZXh0ICE9PSB1bmRlZmluZWQgJiYgPEFzc2lzdGl2ZT57YXNzaXN0aXZlVGV4dH08L0Fzc2lzdGl2ZT59XG4gICAgPC9XcmFwcGVyPlxuICApXG59XG5cbmV4cG9ydCBkZWZhdWx0IEZpZWxkXG4iXX0= */",
45
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9maWVsZC9GaWVsZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0I0QiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvZmllbGQvRmllbGQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5pbXBvcnQgTGFiZWwsIHsgTGFiZWxQcm9wcyB9IGZyb20gJy4uL2xhYmVsL0xhYmVsJ1xuXG50eXBlIEZpZWxkUHJvcHMgPSB7XG4gIGNoaWxkcmVuPzogUmVhY3QuUmVhY3ROb2RlXG4gIGxhYmVsUHJvcHM/OiBMYWJlbFByb3BzXG4gIGxhYmVsPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBhc3Npc3RpdmVUZXh0Pzogc3RyaW5nXG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQuZGl2YFxuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBmb250LWZhbWlseTogREZEUztcbmBcblxuY29uc3QgRmllbGRMYWJlbCA9IHN0eWxlZChMYWJlbClgXG4gIG1hcmdpbi1ib3R0b206IDVweDtcbmBcblxuY29uc3QgQXNzaXN0aXZlID0gc3R5bGVkLmRpdmBcbiAgbWFyZ2luLXRvcDogNXB4O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5cbmNvbnN0IEZpZWxkOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxGaWVsZFByb3BzPiA9ICh7IGxhYmVsLCByZXF1aXJlZCwgYXNzaXN0aXZlVGV4dCwgY2hpbGRyZW4gfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxXcmFwcGVyPlxuICAgICAge2xhYmVsICE9PSB1bmRlZmluZWQgJiYgPEZpZWxkTGFiZWwgcmVxdWlyZWQ9e3JlcXVpcmVkfT57bGFiZWx9PC9GaWVsZExhYmVsPn1cbiAgICAgIHtjaGlsZHJlbn1cbiAgICAgIHthc3Npc3RpdmVUZXh0ICE9PSB1bmRlZmluZWQgJiYgPEFzc2lzdGl2ZT57YXNzaXN0aXZlVGV4dH08L0Fzc2lzdGl2ZT59XG4gICAgPC9XcmFwcGVyPlxuICApXG59XG5cbmV4cG9ydCBkZWZhdWx0IEZpZWxkXG4iXX0= */",
46
46
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
47
47
  });
48
48
  var Field = function Field(_ref) {
@@ -15,5 +15,5 @@ interface InputProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttribu
15
15
  size?: Size;
16
16
  htmlSize?: number;
17
17
  }
18
- declare const _default: React.ForwardRefExoticComponent<Pick<InputProps, "max" | "required" | "type" | "error" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "multiline" | "htmlSize" | "placeholderAlignment" | "wrapperClassName" | "iconAlignment"> & React.RefAttributes<HTMLInputElement>>;
18
+ declare const _default: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
19
19
  export default _default;
@@ -29,7 +29,7 @@ export declare type InputProps = {
29
29
  children?: React.ReactNode;
30
30
  } & Omit<ReactInputProps, 'css'>;
31
31
  export declare function inputTypography(size: Size): import("@emotion/utils").SerializedStyles;
32
- export declare const InputComposition: ({ visualSize, children, ...rest }: InputCompositionProps) => JSX.Element;
32
+ export declare const InputComposition: ({ visualSize, children, ...rest }: InputCompositionProps) => React.JSX.Element;
33
33
  export declare const InputIcon: import("@emotion/styled").StyledComponent<InputIconProps & {
34
34
  theme?: import("@emotion/react").Theme | undefined;
35
35
  }, {}, {}>;
@@ -39,5 +39,5 @@ export declare const InputAddon: import("@emotion/styled").StyledComponent<{
39
39
  } & {
40
40
  theme?: import("@emotion/react").Theme | undefined;
41
41
  }, {}, {}>;
42
- export declare const InputControl: React.ForwardRefExoticComponent<Pick<InputProps, "error" | "key" | keyof React.InputHTMLAttributes<HTMLInputElement> | "placeholderAlignment"> & React.RefAttributes<HTMLInputElement>>;
42
+ export declare const InputControl: React.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
43
43
  export {};
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  export declare type LabelProps = {
3
+ children?: React.ReactNode;
3
4
  required?: boolean;
4
5
  size?: string;
5
6
  htmlFor?: string;
@@ -14,7 +14,7 @@ var labelStyles = process.env.NODE_ENV === "production" ? {
14
14
  } : {
15
15
  name: "8a7b03-labelStyles",
16
16
  styles: "font-weight:bold;line-height:1.25;label:labelStyles;",
17
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBY3VCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */",
17
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZXVCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */",
18
18
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
19
19
  };
20
20
  var labelSmallStyles = process.env.NODE_ENV === "production" ? {
@@ -23,7 +23,7 @@ var labelSmallStyles = process.env.NODE_ENV === "production" ? {
23
23
  } : {
24
24
  name: "jhfs6i-labelSmallStyles",
25
25
  styles: "font-weight:bold;line-height:1.25;font-size:12px;label:labelSmallStyles;",
26
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBbUI0QiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvbGFiZWwvTGFiZWwudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBBc3RlcmlzayBmcm9tICcuLi9hc3Rlcmlzay9Bc3RlcmlzaydcbmltcG9ydCB7IHRoZW1lIH0gZnJvbSAnQGRmZHMtdWkvdGhlbWUnXG5cbmV4cG9ydCB0eXBlIExhYmVsUHJvcHMgPSB7XG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBzaXplPzogc3RyaW5nXG4gIGh0bWxGb3I/OiBzdHJpbmdcbiAgaW52ZXJ0ZWQ/OiBib29sZWFuXG4gIGhpZGVBc3Rlcmlzaz86IGJvb2xlYW5cbn1cblxuY29uc3QgbGFiZWxTdHlsZXMgPSBjc3NgXG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMS4yNTtcbmBcblxuY29uc3QgbGFiZWxTbWFsbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5jb25zdCBMYWJlbFRhZyA9IHN0eWxlZC5sYWJlbDx7IGludmVydGVkPzogYm9vbGVhbjsgc2l6ZT86IHN0cmluZyB9PmBcbiAgJHsocCkgPT5cbiAgICBwLmludmVydGVkXG4gICAgICA/IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5saWdodC5wcmltYXJ5fTtcbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLnRleHQucHJpbWFyeS5wcmltYXJ5fTtcbiAgICAgICAgYH07XG4gICR7KHApID0+XG4gICAgcC5zaXplID09PSAnc21hbGwnXG4gICAgICA/IGNzc2BcbiAgICAgICAgICAke2xhYmVsU21hbGxTdHlsZXN9XG4gICAgICAgIGBcbiAgICAgIDogY3NzYFxuICAgICAgICAgICR7bGFiZWxTdHlsZXN9XG4gICAgICAgIGB9XG5gXG5cbmNvbnN0IExhYmVsOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxMYWJlbFByb3BzPiA9ICh7IHJlcXVpcmVkLCBjaGlsZHJlbiwgaGlkZUFzdGVyaXNrLCAuLi5yZXN0IH0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8TGFiZWxUYWcgey4uLnJlc3R9PlxuICAgICAge2NoaWxkcmVufVxuICAgICAge3JlcXVpcmVkICYmICFoaWRlQXN0ZXJpc2sgJiYgPEFzdGVyaXNrIC8+fVxuICAgIDwvTGFiZWxUYWc+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgTGFiZWxcbiJdfQ== */",
26
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0I0QiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvbGFiZWwvTGFiZWwudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBBc3RlcmlzayBmcm9tICcuLi9hc3Rlcmlzay9Bc3RlcmlzaydcbmltcG9ydCB7IHRoZW1lIH0gZnJvbSAnQGRmZHMtdWkvdGhlbWUnXG5cbmV4cG9ydCB0eXBlIExhYmVsUHJvcHMgPSB7XG4gIGNoaWxkcmVuPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBzaXplPzogc3RyaW5nXG4gIGh0bWxGb3I/OiBzdHJpbmdcbiAgaW52ZXJ0ZWQ/OiBib29sZWFuXG4gIGhpZGVBc3Rlcmlzaz86IGJvb2xlYW5cbn1cblxuY29uc3QgbGFiZWxTdHlsZXMgPSBjc3NgXG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMS4yNTtcbmBcblxuY29uc3QgbGFiZWxTbWFsbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5jb25zdCBMYWJlbFRhZyA9IHN0eWxlZC5sYWJlbDx7IGludmVydGVkPzogYm9vbGVhbjsgc2l6ZT86IHN0cmluZyB9PmBcbiAgJHsocCkgPT5cbiAgICBwLmludmVydGVkXG4gICAgICA/IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5saWdodC5wcmltYXJ5fTtcbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLnRleHQucHJpbWFyeS5wcmltYXJ5fTtcbiAgICAgICAgYH07XG4gICR7KHApID0+XG4gICAgcC5zaXplID09PSAnc21hbGwnXG4gICAgICA/IGNzc2BcbiAgICAgICAgICAke2xhYmVsU21hbGxTdHlsZXN9XG4gICAgICAgIGBcbiAgICAgIDogY3NzYFxuICAgICAgICAgICR7bGFiZWxTdHlsZXN9XG4gICAgICAgIGB9XG5gXG5cbmNvbnN0IExhYmVsOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxMYWJlbFByb3BzPiA9ICh7IHJlcXVpcmVkLCBjaGlsZHJlbiwgaGlkZUFzdGVyaXNrLCAuLi5yZXN0IH0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8TGFiZWxUYWcgey4uLnJlc3R9PlxuICAgICAge2NoaWxkcmVufVxuICAgICAge3JlcXVpcmVkICYmICFoaWRlQXN0ZXJpc2sgJiYgPEFzdGVyaXNrIC8+fVxuICAgIDwvTGFiZWxUYWc+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgTGFiZWxcbiJdfQ== */",
27
27
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
28
28
  };
29
29
  var LabelTag = /*#__PURE__*/_styled("label", process.env.NODE_ENV === "production" ? {
@@ -32,10 +32,10 @@ var LabelTag = /*#__PURE__*/_styled("label", process.env.NODE_ENV === "productio
32
32
  target: "e12qo8on0",
33
33
  label: "LabelTag"
34
34
  })(function (p) {
35
- return p.inverted ? /*#__PURE__*/css("color:", theme.colors.text.light.primary, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMkJXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */") : /*#__PURE__*/css("color:", theme.colors.text.primary.primary, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBOEJXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */");
35
+ return p.inverted ? /*#__PURE__*/css("color:", theme.colors.text.light.primary, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNEJXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */") : /*#__PURE__*/css("color:", theme.colors.text.primary.primary, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBK0JXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */");
36
36
  }, ";", function (p) {
37
- return p.size === 'small' ? /*#__PURE__*/css(labelSmallStyles, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBbUNXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */") : /*#__PURE__*/css(labelStyles, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBc0NXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */");
38
- }, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBd0JvRSIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvbGFiZWwvTGFiZWwudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBBc3RlcmlzayBmcm9tICcuLi9hc3Rlcmlzay9Bc3RlcmlzaydcbmltcG9ydCB7IHRoZW1lIH0gZnJvbSAnQGRmZHMtdWkvdGhlbWUnXG5cbmV4cG9ydCB0eXBlIExhYmVsUHJvcHMgPSB7XG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBzaXplPzogc3RyaW5nXG4gIGh0bWxGb3I/OiBzdHJpbmdcbiAgaW52ZXJ0ZWQ/OiBib29sZWFuXG4gIGhpZGVBc3Rlcmlzaz86IGJvb2xlYW5cbn1cblxuY29uc3QgbGFiZWxTdHlsZXMgPSBjc3NgXG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMS4yNTtcbmBcblxuY29uc3QgbGFiZWxTbWFsbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5jb25zdCBMYWJlbFRhZyA9IHN0eWxlZC5sYWJlbDx7IGludmVydGVkPzogYm9vbGVhbjsgc2l6ZT86IHN0cmluZyB9PmBcbiAgJHsocCkgPT5cbiAgICBwLmludmVydGVkXG4gICAgICA/IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5saWdodC5wcmltYXJ5fTtcbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLnRleHQucHJpbWFyeS5wcmltYXJ5fTtcbiAgICAgICAgYH07XG4gICR7KHApID0+XG4gICAgcC5zaXplID09PSAnc21hbGwnXG4gICAgICA/IGNzc2BcbiAgICAgICAgICAke2xhYmVsU21hbGxTdHlsZXN9XG4gICAgICAgIGBcbiAgICAgIDogY3NzYFxuICAgICAgICAgICR7bGFiZWxTdHlsZXN9XG4gICAgICAgIGB9XG5gXG5cbmNvbnN0IExhYmVsOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxMYWJlbFByb3BzPiA9ICh7IHJlcXVpcmVkLCBjaGlsZHJlbiwgaGlkZUFzdGVyaXNrLCAuLi5yZXN0IH0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8TGFiZWxUYWcgey4uLnJlc3R9PlxuICAgICAge2NoaWxkcmVufVxuICAgICAge3JlcXVpcmVkICYmICFoaWRlQXN0ZXJpc2sgJiYgPEFzdGVyaXNrIC8+fVxuICAgIDwvTGFiZWxUYWc+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgTGFiZWxcbiJdfQ== */"));
37
+ return p.size === 'small' ? /*#__PURE__*/css(labelSmallStyles, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0NXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */") : /*#__PURE__*/css(labelStyles, ";" + (process.env.NODE_ENV === "production" ? "" : ";label:LabelTag;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBdUNXIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnXG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IEFzdGVyaXNrIGZyb20gJy4uL2FzdGVyaXNrL0FzdGVyaXNrJ1xuaW1wb3J0IHsgdGhlbWUgfSBmcm9tICdAZGZkcy11aS90aGVtZSdcblxuZXhwb3J0IHR5cGUgTGFiZWxQcm9wcyA9IHtcbiAgY2hpbGRyZW4/OiBSZWFjdC5SZWFjdE5vZGVcbiAgcmVxdWlyZWQ/OiBib29sZWFuXG4gIHNpemU/OiBzdHJpbmdcbiAgaHRtbEZvcj86IHN0cmluZ1xuICBpbnZlcnRlZD86IGJvb2xlYW5cbiAgaGlkZUFzdGVyaXNrPzogYm9vbGVhblxufVxuXG5jb25zdCBsYWJlbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuYFxuXG5jb25zdCBsYWJlbFNtYWxsU3R5bGVzID0gY3NzYFxuICBmb250LXdlaWdodDogYm9sZDtcbiAgbGluZS1oZWlnaHQ6IDEuMjU7XG4gIGZvbnQtc2l6ZTogMTJweDtcbmBcbmNvbnN0IExhYmVsVGFnID0gc3R5bGVkLmxhYmVsPHsgaW52ZXJ0ZWQ/OiBib29sZWFuOyBzaXplPzogc3RyaW5nIH0+YFxuICAkeyhwKSA9PlxuICAgIHAuaW52ZXJ0ZWRcbiAgICAgID8gY3NzYFxuICAgICAgICAgIGNvbG9yOiAke3RoZW1lLmNvbG9ycy50ZXh0LmxpZ2h0LnByaW1hcnl9O1xuICAgICAgICBgXG4gICAgICA6IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5wcmltYXJ5LnByaW1hcnl9O1xuICAgICAgICBgfTtcbiAgJHsocCkgPT5cbiAgICBwLnNpemUgPT09ICdzbWFsbCdcbiAgICAgID8gY3NzYFxuICAgICAgICAgICR7bGFiZWxTbWFsbFN0eWxlc31cbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgJHtsYWJlbFN0eWxlc31cbiAgICAgICAgYH1cbmBcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZ1bmN0aW9uQ29tcG9uZW50PExhYmVsUHJvcHM+ID0gKHsgcmVxdWlyZWQsIGNoaWxkcmVuLCBoaWRlQXN0ZXJpc2ssIC4uLnJlc3QgfSkgPT4ge1xuICByZXR1cm4gKFxuICAgIDxMYWJlbFRhZyB7Li4ucmVzdH0+XG4gICAgICB7Y2hpbGRyZW59XG4gICAgICB7cmVxdWlyZWQgJiYgIWhpZGVBc3RlcmlzayAmJiA8QXN0ZXJpc2sgLz59XG4gICAgPC9MYWJlbFRhZz5cbiAgKVxufVxuXG5leHBvcnQgZGVmYXVsdCBMYWJlbFxuIl19 */");
38
+ }, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9mb3Jtcy9sYWJlbC9MYWJlbC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBeUJvRSIsImZpbGUiOiIuLi8uLi8uLi9zcmMvZm9ybXMvbGFiZWwvTGFiZWwudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0J1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCBBc3RlcmlzayBmcm9tICcuLi9hc3Rlcmlzay9Bc3RlcmlzaydcbmltcG9ydCB7IHRoZW1lIH0gZnJvbSAnQGRmZHMtdWkvdGhlbWUnXG5cbmV4cG9ydCB0eXBlIExhYmVsUHJvcHMgPSB7XG4gIGNoaWxkcmVuPzogUmVhY3QuUmVhY3ROb2RlXG4gIHJlcXVpcmVkPzogYm9vbGVhblxuICBzaXplPzogc3RyaW5nXG4gIGh0bWxGb3I/OiBzdHJpbmdcbiAgaW52ZXJ0ZWQ/OiBib29sZWFuXG4gIGhpZGVBc3Rlcmlzaz86IGJvb2xlYW5cbn1cblxuY29uc3QgbGFiZWxTdHlsZXMgPSBjc3NgXG4gIGZvbnQtd2VpZ2h0OiBib2xkO1xuICBsaW5lLWhlaWdodDogMS4yNTtcbmBcblxuY29uc3QgbGFiZWxTbWFsbFN0eWxlcyA9IGNzc2BcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIGxpbmUtaGVpZ2h0OiAxLjI1O1xuICBmb250LXNpemU6IDEycHg7XG5gXG5jb25zdCBMYWJlbFRhZyA9IHN0eWxlZC5sYWJlbDx7IGludmVydGVkPzogYm9vbGVhbjsgc2l6ZT86IHN0cmluZyB9PmBcbiAgJHsocCkgPT5cbiAgICBwLmludmVydGVkXG4gICAgICA/IGNzc2BcbiAgICAgICAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMudGV4dC5saWdodC5wcmltYXJ5fTtcbiAgICAgICAgYFxuICAgICAgOiBjc3NgXG4gICAgICAgICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLnRleHQucHJpbWFyeS5wcmltYXJ5fTtcbiAgICAgICAgYH07XG4gICR7KHApID0+XG4gICAgcC5zaXplID09PSAnc21hbGwnXG4gICAgICA/IGNzc2BcbiAgICAgICAgICAke2xhYmVsU21hbGxTdHlsZXN9XG4gICAgICAgIGBcbiAgICAgIDogY3NzYFxuICAgICAgICAgICR7bGFiZWxTdHlsZXN9XG4gICAgICAgIGB9XG5gXG5cbmNvbnN0IExhYmVsOiBSZWFjdC5GdW5jdGlvbkNvbXBvbmVudDxMYWJlbFByb3BzPiA9ICh7IHJlcXVpcmVkLCBjaGlsZHJlbiwgaGlkZUFzdGVyaXNrLCAuLi5yZXN0IH0pID0+IHtcbiAgcmV0dXJuIChcbiAgICA8TGFiZWxUYWcgey4uLnJlc3R9PlxuICAgICAge2NoaWxkcmVufVxuICAgICAge3JlcXVpcmVkICYmICFoaWRlQXN0ZXJpc2sgJiYgPEFzdGVyaXNrIC8+fVxuICAgIDwvTGFiZWxUYWc+XG4gIClcbn1cblxuZXhwb3J0IGRlZmF1bHQgTGFiZWxcbiJdfQ== */"));
39
39
  var Label = function Label(_ref) {
40
40
  var required = _ref.required,
41
41
  children = _ref.children,
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from '../text-field/TextField';
3
- declare const _default: import("@emotion/styled").StyledComponent<Pick<TextFieldProps, "max" | "required" | "type" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "inverted" | "hideAsterisk" | "assistiveText" | "hintText" | "errorMessage"> & React.RefAttributes<HTMLInputElement> & {
3
+ declare const _default: import("@emotion/styled").StyledComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from '../text-field/TextField';
3
- declare const _default: React.ForwardRefExoticComponent<Pick<TextFieldProps, "max" | "required" | "type" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "inverted" | "hideAsterisk" | "assistiveText" | "hintText" | "errorMessage"> & React.RefAttributes<HTMLInputElement>>;
3
+ declare const _default: React.ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
4
4
  export default _default;
@@ -31,5 +31,5 @@ export declare type RadioProps = BaseProps & {
31
31
  checked?: boolean;
32
32
  size?: Size;
33
33
  };
34
- declare const Radio: React.ForwardRefExoticComponent<Pick<RadioProps, "max" | "required" | "type" | "error" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "htmlSize"> & React.RefAttributes<HTMLInputElement>>;
34
+ declare const Radio: React.ForwardRefExoticComponent<Omit<RadioProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
35
35
  export default Radio;
@@ -4,7 +4,7 @@ export declare type BaseReactSelectProps = Omit<React.PropsWithRef<Select>, 'siz
4
4
  export declare type Size = 'small' | 'medium';
5
5
  export declare const ReactSelectWrapper: import("@emotion/styled").StyledComponent<{
6
6
  theme?: import("@emotion/react").Theme | undefined;
7
- as?: React.ElementType<any> | undefined;
7
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
8
8
  } & {
9
9
  error?: boolean | undefined;
10
10
  size?: string | undefined;
@@ -13,13 +13,13 @@ export declare const ReactSelectWrapper: import("@emotion/styled").StyledCompone
13
13
  }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
14
  export declare const Icon: import("@emotion/styled").StyledComponent<{
15
15
  theme?: import("@emotion/react").Theme | undefined;
16
- as?: React.ElementType<any> | undefined;
16
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
17
17
  } & {
18
18
  size?: Size | undefined;
19
19
  disabled?: boolean | undefined;
20
20
  }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
21
- export declare const Menu: (props: any) => JSX.Element;
22
- export declare const ClearIndicator: (props: any) => JSX.Element;
21
+ export declare const Menu: (props: any) => React.JSX.Element;
22
+ export declare const ClearIndicator: (props: any) => React.JSX.Element;
23
23
  /** @deprecated Use dfds-ui/forms */
24
- declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
24
+ declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
25
25
  export default _default;
@@ -12,5 +12,5 @@ export declare type SelectProps = BaseSelectProps & {
12
12
  size?: Size;
13
13
  htmlSize?: number;
14
14
  };
15
- declare const _default: React.ForwardRefExoticComponent<Pick<SelectProps, "required" | "error" | "key" | "id" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "slot" | "style" | "title" | "dir" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "autoComplete" | "autoFocus" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "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" | "htmlSize" | "wrapperClassName"> & React.RefAttributes<HTMLSelectElement>>;
15
+ declare const _default: React.ForwardRefExoticComponent<Omit<SelectProps, "ref"> & React.RefAttributes<HTMLSelectElement>>;
16
16
  export default _default;
@@ -11,7 +11,7 @@ declare type SelectFieldProps = SelectProps & {
11
11
  inverted?: boolean;
12
12
  as?: React.ElementType;
13
13
  };
14
- declare const _default: import("@emotion/styled").StyledComponent<Pick<SelectFieldProps, "required" | "error" | "key" | "id" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "as" | "autoComplete" | "autoFocus" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "selected" | "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" | "inverted" | "htmlSize" | "assistiveText" | "wrapperClassName" | "errorMessage"> & React.RefAttributes<HTMLInputElement> & {
14
+ declare const _default: import("@emotion/styled").StyledComponent<Omit<SelectFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
15
15
  theme?: import("@emotion/react").Theme | undefined;
16
16
  }, {}, {}>;
17
17
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from '../text-field/TextField';
3
- declare const _default: import("@emotion/styled").StyledComponent<Pick<TextFieldProps, "max" | "required" | "type" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "inverted" | "hideAsterisk" | "assistiveText" | "hintText" | "errorMessage"> & React.RefAttributes<HTMLInputElement> & {
3
+ declare const _default: import("@emotion/styled").StyledComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -20,7 +20,7 @@ export declare type TextFieldProps = BaseInputProps & {
20
20
  hideAsterisk?: boolean;
21
21
  };
22
22
  export declare const TextField: React.ForwardRefRenderFunction<HTMLInputElement, TextFieldProps>;
23
- declare const _default: import("@emotion/styled").StyledComponent<Pick<TextFieldProps, "max" | "required" | "type" | "key" | "id" | "height" | "width" | "name" | "color" | "translate" | "value" | "hidden" | "form" | "label" | "slot" | "style" | "title" | "dir" | "pattern" | "accessKey" | "draggable" | "lang" | "className" | "prefix" | "children" | "contentEditable" | "enterKeyHint" | "inputMode" | "tabIndex" | "disabled" | "multiple" | "size" | "icon" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "min" | "minLength" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contextMenu" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "is" | "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" | "readOnly" | "src" | "step" | "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" | "inverted" | "hideAsterisk" | "assistiveText" | "hintText" | "errorMessage"> & React.RefAttributes<HTMLInputElement> & {
23
+ declare const _default: import("@emotion/styled").StyledComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
24
24
  theme?: import("@emotion/react").Theme | undefined;
25
25
  }, {}, {}>;
26
26
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- export declare const GlobalStyles: () => JSX.Element;
3
- export declare const DfdsFontFace: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const GlobalStyles: () => React.JSX.Element;
3
+ export declare const DfdsFontFace: () => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  /**
3
3
  * Minimal/modern CSS reset.
4
4
  *
@@ -6,4 +6,4 @@
6
6
  *
7
7
  * TODO: Include this in the GlobalStyles component when adapted and tested in solutions.
8
8
  */
9
- export declare const ResetStyles: () => JSX.Element;
9
+ export declare const ResetStyles: () => React.JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  declare type IEBannerProps = {
3
+ children?: React.ReactNode;
3
4
  heading?: string;
4
5
  openInEdge: string;
5
6
  /**
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const Layout: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const Layout: () => React.JSX.Element;
@@ -10,12 +10,10 @@ declare type FeatureListProps = {
10
10
  declare type FeatureListComponent = FunctionComponent<FeatureListProps>;
11
11
  export declare const ListItem: import("@emotion/styled").StyledComponent<{
12
12
  theme?: import("@emotion/react").Theme | undefined;
13
- as?: React.ElementType<any> | undefined;
13
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
14
14
  } & FlexBoxProps & {
15
- as?: React.ElementType<any> | undefined;
15
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
16
16
  } & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
17
- children?: React.ReactNode;
18
- } & {
19
17
  theme?: import("@emotion/react").Theme | undefined;
20
18
  } & {
21
19
  iconColor?: string | undefined;
@@ -7,5 +7,5 @@ export declare type ListAddonProps = {
7
7
  as?: React.ElementType;
8
8
  children?: React.ReactNode;
9
9
  };
10
- declare const ListAddon: ({ className, as, children, ...rest }: ListAddonProps) => JSX.Element;
10
+ declare const ListAddon: ({ className, as, children, ...rest }: ListAddonProps) => React.JSX.Element;
11
11
  export default ListAddon;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { DividerProps } from '../divider';
3
3
  export declare type ListDividerProps = Pick<DividerProps, 'as' | 'indent' | 'margins'>;
4
- declare const ListDivider: ({ indent, margins, as, ...rest }: ListDividerProps) => JSX.Element;
4
+ declare const ListDivider: ({ indent, margins, as, ...rest }: ListDividerProps) => React.JSX.Element;
5
5
  export default ListDivider;
@@ -14,5 +14,5 @@ declare type ListIconProps = {
14
14
  */
15
15
  color?: string;
16
16
  };
17
- declare const ListIcon: ({ icon: Icon, size, color, ...rest }: ListIconProps) => JSX.Element;
17
+ declare const ListIcon: ({ icon: Icon, size, color, ...rest }: ListIconProps) => React.JSX.Element;
18
18
  export default ListIcon;
@@ -42,5 +42,5 @@ export declare type ListItemProps = {
42
42
  children?: React.ReactNode;
43
43
  } & PolymorphicComponentProps;
44
44
  export declare const listItemStyles: ({ multiline, selected, clickable, condensed, flexBoxProps, divider, }: Partial<ListItemProps>) => import("@emotion/utils").SerializedStyles;
45
- declare const ListItem: ({ children, multiline, condensed, selected, tabIndex, clickable, divider, onClick, as, flexBoxProps, ...rest }: ListItemProps) => JSX.Element;
45
+ declare const ListItem: ({ children, multiline, condensed, selected, tabIndex, clickable, divider, onClick, as, flexBoxProps, ...rest }: ListItemProps) => React.JSX.Element;
46
46
  export default ListItem;
@@ -35,5 +35,5 @@ export declare type ListTextProps = {
35
35
  */
36
36
  fontFamily?: FontFamily;
37
37
  };
38
- declare const ListText: ({ styledAs, color, fontWeight, size, fontFamily, ...rest }: ListTextProps) => JSX.Element;
38
+ declare const ListText: ({ styledAs, color, fontWeight, size, fontFamily, ...rest }: ListTextProps) => React.JSX.Element;
39
39
  export default ListText;
@@ -11,5 +11,5 @@ export declare type ListTextGroupProps = {
11
11
  as?: React.ElementType;
12
12
  children?: React.ReactNode;
13
13
  };
14
- declare const ListTextGroup: ({ flexBoxProps, as, ...rest }: ListTextGroupProps) => JSX.Element;
14
+ declare const ListTextGroup: ({ flexBoxProps, as, ...rest }: ListTextGroupProps) => React.JSX.Element;
15
15
  export default ListTextGroup;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ListItemProps } from './ListItem';
3
- declare const ListTitle: ({ as, ...rest }: ListItemProps) => JSX.Element;
3
+ declare const ListTitle: ({ as, ...rest }: ListItemProps) => React.JSX.Element;
4
4
  export default ListTitle;
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  declare type Props = {
3
3
  label?: string;
4
4
  };
5
- declare function Loader(props: Props): JSX.Element;
5
+ declare function Loader(props: Props): React.JSX.Element;
6
6
  export default Loader;
@@ -1,4 +1,4 @@
1
- import { ComponentPropsWithoutRef } from 'react';
1
+ import React, { ComponentPropsWithoutRef } from 'react';
2
2
  import { Locale } from './locales';
3
3
  export declare type LocaleFlagProps = {
4
4
  /**
@@ -10,4 +10,4 @@ export declare type LocaleFlagProps = {
10
10
  */
11
11
  size?: 's' | 'm' | 'l' | 'xl';
12
12
  } & ComponentPropsWithoutRef<'svg'>;
13
- export declare const LocaleFlag: ({ locale, size, ...rest }: LocaleFlagProps) => JSX.Element;
13
+ export declare const LocaleFlag: ({ locale, size, ...rest }: LocaleFlagProps) => React.JSX.Element;