@dfds-ui/react-components 2.2.0-alpha.c35ceba3 → 2.2.0-alpha.c79adffa

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 (465) hide show
  1. package/accordion/Accordion.js +3 -3
  2. package/accordion/AccordionContent.d.ts +0 -1
  3. package/accordion/AccordionContent.js +4 -4
  4. package/accordion/AccordionSmall.d.ts +0 -1
  5. package/accordion/AccordionSmall.js +7 -7
  6. package/app-bar/AppBar.js +5 -5
  7. package/app-bar/AppBarContext.js +2 -2
  8. package/app-bar/AppBarDrawer.js +3 -3
  9. package/app-bar/AppBarIconButton.js +3 -3
  10. package/app-bar/AppBarItem.d.ts +1 -1
  11. package/app-bar/AppBarItem.js +16 -16
  12. package/app-bar/AppBarListItem.d.ts +1 -0
  13. package/assertions/banner/Banner.js +5 -5
  14. package/assertions/banner/BannerAction.js +3 -3
  15. package/assertions/banner/BannerTypography.d.ts +0 -2
  16. package/assertions/banner/BannerTypography.js +3 -3
  17. package/assertions/toast/Toast.d.ts +0 -1
  18. package/assertions/toast/Toast.js +9 -9
  19. package/assertions/toast/Toaster.js +21 -31
  20. package/badge/Badge.d.ts +1 -1
  21. package/badge/Badge.js +3 -3
  22. package/button/BadgeIcon.d.ts +2 -2
  23. package/button/BaseButton.d.ts +1 -1
  24. package/button/Button.js +3 -3
  25. package/button/IconButton.d.ts +1 -1
  26. package/button/IconButton.js +3 -3
  27. package/button/LinkButton.d.ts +1 -1
  28. package/button/LinkButton.js +1 -1
  29. package/button-stack/ButtonStack.d.ts +0 -1
  30. package/button-stack/ButtonStack.js +6 -6
  31. package/card/Card.d.ts +0 -1
  32. package/card/Card.js +15 -15
  33. package/card/CardActions.js +3 -3
  34. package/card/CardContent.d.ts +1 -2
  35. package/card/CardContent.js +4 -4
  36. package/card/CardMedia.d.ts +1 -2
  37. package/card/CardMedia.js +4 -4
  38. package/card/CardPriceTag.d.ts +2 -2
  39. package/card/CardPriceTag.js +2 -2
  40. package/card/CardTitle.d.ts +1 -2
  41. package/card/CardTitle.js +5 -5
  42. package/chip/Chip.d.ts +2 -2
  43. package/chip/Chip.js +5 -5
  44. package/cjs/accordion/Accordion.js +25 -22
  45. package/cjs/accordion/AccordionContent.d.ts +0 -1
  46. package/cjs/accordion/AccordionContent.js +10 -9
  47. package/cjs/accordion/AccordionSmall.d.ts +0 -1
  48. package/cjs/accordion/AccordionSmall.js +19 -17
  49. package/cjs/accordion/index.js +3 -3
  50. package/cjs/app-bar/AppBar.js +64 -44
  51. package/cjs/app-bar/AppBarContext.js +15 -3
  52. package/cjs/app-bar/AppBarDrawer.js +11 -11
  53. package/cjs/app-bar/AppBarIconButton.js +10 -8
  54. package/cjs/app-bar/AppBarItem.d.ts +1 -1
  55. package/cjs/app-bar/AppBarItem.js +44 -32
  56. package/cjs/app-bar/AppBarListItem.d.ts +1 -0
  57. package/cjs/app-bar/AppBarListItem.js +1 -2
  58. package/cjs/app-bar/index.js +8 -8
  59. package/cjs/assertions/banner/Banner.js +45 -27
  60. package/cjs/assertions/banner/BannerAction.js +9 -7
  61. package/cjs/assertions/banner/BannerTypography.d.ts +0 -2
  62. package/cjs/assertions/banner/BannerTypography.js +2 -2
  63. package/cjs/assertions/banner/index.js +3 -3
  64. package/cjs/assertions/index.js +2 -2
  65. package/cjs/assertions/toast/Toast.d.ts +0 -1
  66. package/cjs/assertions/toast/Toast.js +20 -17
  67. package/cjs/assertions/toast/Toaster.js +40 -22
  68. package/cjs/assertions/toast/index.js +4 -4
  69. package/cjs/badge/Badge.d.ts +1 -1
  70. package/cjs/badge/Badge.js +14 -9
  71. package/cjs/badge/index.js +3 -3
  72. package/cjs/button/BadgeIcon.d.ts +2 -2
  73. package/cjs/button/BadgeIcon.js +1 -2
  74. package/cjs/button/BaseButton.d.ts +1 -1
  75. package/cjs/button/BaseButton.js +2 -4
  76. package/cjs/button/Button.js +21 -15
  77. package/cjs/button/IconButton.d.ts +1 -1
  78. package/cjs/button/IconButton.js +28 -21
  79. package/cjs/button/LinkButton.d.ts +1 -1
  80. package/cjs/button/LinkButton.js +2 -3
  81. package/cjs/button/button-style.js +8 -15
  82. package/cjs/button/index.js +8 -8
  83. package/cjs/button-stack/ButtonStack.d.ts +0 -1
  84. package/cjs/button-stack/ButtonStack.js +16 -13
  85. package/cjs/button-stack/index.js +1 -1
  86. package/cjs/card/Card.d.ts +0 -1
  87. package/cjs/card/Card.js +44 -30
  88. package/cjs/card/CardActions.js +11 -8
  89. package/cjs/card/CardContent.d.ts +1 -2
  90. package/cjs/card/CardContent.js +17 -14
  91. package/cjs/card/CardMedia.d.ts +1 -2
  92. package/cjs/card/CardMedia.js +12 -10
  93. package/cjs/card/CardPriceTag.d.ts +2 -2
  94. package/cjs/card/CardPriceTag.js +12 -9
  95. package/cjs/card/CardTitle.d.ts +1 -2
  96. package/cjs/card/CardTitle.js +14 -13
  97. package/cjs/card/index.js +6 -6
  98. package/cjs/chip/Chip.d.ts +2 -2
  99. package/cjs/chip/Chip.js +29 -15
  100. package/cjs/chip/index.js +3 -3
  101. package/cjs/common/LockBodyScroll.js +9 -8
  102. package/cjs/common/emotionCloneElement.d.ts +1 -0
  103. package/cjs/common/emotionCloneElement.js +9 -7
  104. package/cjs/common/polymorphic.d.ts +2 -2
  105. package/cjs/common/polymorphic.js +3 -3
  106. package/cjs/common/use-media.js +10 -1
  107. package/cjs/common/useOnClickOutside.d.ts +1 -0
  108. package/cjs/counter/Counter.js +16 -8
  109. package/cjs/counter/PluralCounter.js +23 -12
  110. package/cjs/counter/index.js +2 -2
  111. package/cjs/data-table/DataTable.d.ts +1 -2
  112. package/cjs/data-table/DataTable.js +29 -19
  113. package/cjs/data-table/index.js +1 -1
  114. package/cjs/date-range-picker/DatePickerDefaultStyles.js +1 -2
  115. package/cjs/date-range-picker/DatePickerDfdsStyles.js +1 -2
  116. package/cjs/date-range-picker/DateRangePicker.js +56 -30
  117. package/cjs/date-range-picker/index.js +1 -1
  118. package/cjs/divider/Divider.d.ts +1 -1
  119. package/cjs/divider/Divider.js +10 -11
  120. package/cjs/divider/index.js +1 -1
  121. package/cjs/drawer/Drawer.js +16 -12
  122. package/cjs/drawer/index.js +1 -1
  123. package/cjs/dropdown-menu/Dropdown.d.ts +1 -1
  124. package/cjs/dropdown-menu/Dropdown.js +33 -20
  125. package/cjs/dropdown-menu/DropdownContext.js +3 -5
  126. package/cjs/dropdown-menu/MenuCheckbox.d.ts +1 -1
  127. package/cjs/dropdown-menu/MenuCheckbox.js +3 -5
  128. package/cjs/dropdown-menu/MenuItem.d.ts +1 -1
  129. package/cjs/dropdown-menu/MenuItem.js +31 -20
  130. package/cjs/dropdown-menu/MenuTitle.d.ts +1 -1
  131. package/cjs/dropdown-menu/MenuTitle.js +3 -5
  132. package/cjs/dropdown-menu/index.js +6 -6
  133. package/cjs/elevation/index.js +1 -2
  134. package/cjs/flexbox/FlexBox.d.ts +2 -2
  135. package/cjs/flexbox/FlexBox.js +15 -9
  136. package/cjs/flexbox/index.js +1 -1
  137. package/cjs/footer/Footer.js +1 -2
  138. package/cjs/footer/index.js +1 -1
  139. package/cjs/forms/assistive-text/AssistiveText.d.ts +2 -1
  140. package/cjs/forms/assistive-text/AssistiveText.js +1 -2
  141. package/cjs/forms/asterisk/Asterisk.d.ts +2 -2
  142. package/cjs/forms/asterisk/Asterisk.js +1 -2
  143. package/cjs/forms/checkbox/Checkbox.d.ts +1 -1
  144. package/cjs/forms/checkbox/Checkbox.js +20 -16
  145. package/cjs/forms/checkbox/ExampleControlComponent.d.ts +0 -1
  146. package/cjs/forms/checkbox/ExampleControlComponent.js +18 -8
  147. package/cjs/forms/checkbox/index.js +1 -1
  148. package/cjs/forms/email-field/EmailField.d.ts +1 -1
  149. package/cjs/forms/email-field/EmailField.js +2 -3
  150. package/cjs/forms/error-text/ErrorText.d.ts +2 -1
  151. package/cjs/forms/error-text/ErrorText.js +1 -2
  152. package/cjs/forms/field/Field.d.ts +0 -1
  153. package/cjs/forms/field/Field.js +4 -5
  154. package/cjs/forms/index.js +18 -18
  155. package/cjs/forms/input/Input.d.ts +1 -1
  156. package/cjs/forms/input/Input.js +16 -15
  157. package/cjs/forms/input/InputComposition.d.ts +2 -2
  158. package/cjs/forms/input/InputComposition.js +30 -29
  159. package/cjs/forms/label/Label.d.ts +0 -1
  160. package/cjs/forms/label/Label.js +12 -11
  161. package/cjs/forms/number-field/NumberField.d.ts +1 -1
  162. package/cjs/forms/number-field/NumberField.js +2 -3
  163. package/cjs/forms/password-field/PasswordField.d.ts +1 -1
  164. package/cjs/forms/password-field/PasswordField.js +12 -4
  165. package/cjs/forms/radio/Radio.d.ts +1 -1
  166. package/cjs/forms/radio/Radio.js +34 -31
  167. package/cjs/forms/reactselect/ReactSelect.d.ts +5 -5
  168. package/cjs/forms/reactselect/ReactSelect.js +51 -46
  169. package/cjs/forms/searchable-select/AsyncSearchableSelect.js +34 -31
  170. package/cjs/forms/select/Select.d.ts +1 -1
  171. package/cjs/forms/select/Select.js +13 -12
  172. package/cjs/forms/select-field/SelectField.d.ts +1 -1
  173. package/cjs/forms/select-field/SelectField.js +16 -16
  174. package/cjs/forms/switch/Switch.js +16 -13
  175. package/cjs/forms/tel-field/TelField.d.ts +1 -1
  176. package/cjs/forms/tel-field/TelField.js +2 -3
  177. package/cjs/forms/text-field/TextField.d.ts +1 -1
  178. package/cjs/forms/text-field/TextField.js +19 -19
  179. package/cjs/global-styles/GlobalStyles.d.ts +3 -3
  180. package/cjs/global-styles/ResetStyles.d.ts +2 -2
  181. package/cjs/global-styles/sanitize.js +2 -3
  182. package/cjs/grid/Column.js +11 -10
  183. package/cjs/grid/Container.js +12 -11
  184. package/cjs/grid/index.js +2 -2
  185. package/cjs/hero/Hero.js +1 -2
  186. package/cjs/hero/index.js +1 -1
  187. package/cjs/hero/stripes.js +1 -2
  188. package/cjs/ie-banner/IEBanner.d.ts +0 -1
  189. package/cjs/ie-banner/IEBanner.js +20 -6
  190. package/cjs/ie-banner/index.js +1 -1
  191. package/cjs/index.js +45 -45
  192. package/cjs/layout/LayoutLegacy.d.ts +2 -2
  193. package/cjs/lists/FeatureList.d.ts +4 -2
  194. package/cjs/lists/FeatureList.js +12 -11
  195. package/cjs/lists/ListAddon.d.ts +1 -1
  196. package/cjs/lists/ListAddon.js +10 -8
  197. package/cjs/lists/ListDivider.d.ts +2 -2
  198. package/cjs/lists/ListDivider.js +10 -8
  199. package/cjs/lists/ListIcon.d.ts +1 -1
  200. package/cjs/lists/ListIcon.js +16 -14
  201. package/cjs/lists/ListItem.d.ts +1 -1
  202. package/cjs/lists/ListItem.js +25 -17
  203. package/cjs/lists/ListText.d.ts +1 -1
  204. package/cjs/lists/ListText.js +12 -10
  205. package/cjs/lists/ListTextGroup.d.ts +1 -1
  206. package/cjs/lists/ListTextGroup.js +14 -11
  207. package/cjs/lists/ListTitle.d.ts +2 -2
  208. package/cjs/lists/ListTitle.js +8 -6
  209. package/cjs/lists/index.js +8 -8
  210. package/cjs/loader/DfdsLoader.js +3 -4
  211. package/cjs/loader/Loader.d.ts +2 -2
  212. package/cjs/loader/Loader.js +1 -2
  213. package/cjs/loader/index.js +2 -2
  214. package/cjs/localization/LocaleFlag.d.ts +2 -2
  215. package/cjs/localization/LocaleFlag.js +12 -8
  216. package/cjs/localization/index.js +2 -2
  217. package/cjs/localization/locales.js +3 -6
  218. package/cjs/logo/Logo.d.ts +2 -2
  219. package/cjs/logo/Logo.js +8 -7
  220. package/cjs/logo/index.js +1 -1
  221. package/cjs/media/index.js +1 -2
  222. package/cjs/menu/Menu.js +26 -25
  223. package/cjs/menu/index.js +3 -3
  224. package/cjs/mobile-stepper/MobileStepper.d.ts +2 -2
  225. package/cjs/mobile-stepper/MobileStepper.js +13 -10
  226. package/cjs/mobile-stepper/index.js +1 -1
  227. package/cjs/nav-bar/NavBar.d.ts +2 -4
  228. package/cjs/nav-bar/NavBar.js +51 -38
  229. package/cjs/nav-bar/index.js +3 -3
  230. package/cjs/nav-menu/NavMenuItem.js +1 -2
  231. package/cjs/nav-menu/index.js +1 -1
  232. package/cjs/pagination/Pagination.d.ts +1 -1
  233. package/cjs/pagination/Pagination.js +7 -9
  234. package/cjs/pagination/Pagination.styles.js +6 -12
  235. package/cjs/pagination/index.js +1 -1
  236. package/cjs/popper/Popper.d.ts +2 -2
  237. package/cjs/popper/Popper.js +26 -23
  238. package/cjs/popper/index.js +1 -1
  239. package/cjs/progress-bar/ProgressBar.d.ts +2 -2
  240. package/cjs/progress-bar/ProgressBar.js +1 -2
  241. package/cjs/progress-bar/index.js +3 -3
  242. package/cjs/schedule/ScheduleItem.d.ts +4 -2
  243. package/cjs/schedule/ScheduleItem.js +2 -4
  244. package/cjs/schedule/ScheduleList.js +7 -6
  245. package/cjs/schedule/index.js +2 -2
  246. package/cjs/side-sheet/SideSheet.d.ts +1 -1
  247. package/cjs/side-sheet/SideSheet.js +46 -31
  248. package/cjs/side-sheet/SideSheetCloseButton.d.ts +1 -1
  249. package/cjs/side-sheet/SideSheetCloseButton.js +14 -10
  250. package/cjs/side-sheet/SideSheetContent.d.ts +2 -2
  251. package/cjs/side-sheet/SideSheetContent.js +9 -8
  252. package/cjs/side-sheet/SideSheetFooter.d.ts +2 -2
  253. package/cjs/side-sheet/SideSheetFooter.js +9 -8
  254. package/cjs/side-sheet/SideSheetHeader.d.ts +2 -2
  255. package/cjs/side-sheet/SideSheetHeader.js +12 -10
  256. package/cjs/side-sheet/SideSheetHeadline.d.ts +2 -2
  257. package/cjs/side-sheet/SideSheetHeadline.js +1 -2
  258. package/cjs/side-sheet/index.js +5 -5
  259. package/cjs/site-layout/SiteLayout.d.ts +2 -6
  260. package/cjs/site-layout/SiteLayout.js +35 -34
  261. package/cjs/site-layout/index.js +3 -3
  262. package/cjs/skeleton/Skeleton.d.ts +2 -2
  263. package/cjs/skeleton/Skeleton.js +15 -12
  264. package/cjs/skeleton/index.js +1 -1
  265. package/cjs/social-media-link-list/SocialMediaLinkList.d.ts +4 -2
  266. package/cjs/social-media-link-list/SocialMediaLinkList.js +17 -17
  267. package/cjs/social-media-link-list/index.js +1 -1
  268. package/cjs/spinner/Spinner.d.ts +2 -2
  269. package/cjs/spinner/Spinner.js +14 -12
  270. package/cjs/spinner/index.js +1 -1
  271. package/cjs/step/Step.d.ts +1 -1
  272. package/cjs/step/Step.js +30 -23
  273. package/cjs/step/Step.styles.js +4 -8
  274. package/cjs/step/StepButton.js +13 -16
  275. package/cjs/step/StepContent.d.ts +2 -2
  276. package/cjs/step/StepContent.js +3 -5
  277. package/cjs/step/StepContext.js +1 -2
  278. package/cjs/step/StepLabel.js +4 -6
  279. package/cjs/step/index.js +1 -1
  280. package/cjs/stepper/Stepper.d.ts +1 -1
  281. package/cjs/stepper/Stepper.js +23 -15
  282. package/cjs/stepper/StepperContext.js +1 -2
  283. package/cjs/stepper/index.js +1 -1
  284. package/cjs/stepper-feedback-message/StepperFeedbackMessage.d.ts +2 -2
  285. package/cjs/stepper-feedback-message/StepperFeedbackMessage.js +1 -2
  286. package/cjs/stepper-feedback-message/index.js +1 -1
  287. package/cjs/styles/index.js +5 -5
  288. package/cjs/styles/media.js +2 -4
  289. package/cjs/styles/theme.js +2 -4
  290. package/cjs/surface/Surface.d.ts +1 -1
  291. package/cjs/surface/Surface.js +20 -15
  292. package/cjs/surface/index.js +1 -1
  293. package/cjs/tab/Tab.js +15 -15
  294. package/cjs/tab/TabPanel.js +3 -5
  295. package/cjs/tab/Tabs.js +38 -23
  296. package/cjs/tab/TabsContext.js +3 -5
  297. package/cjs/tab/index.js +4 -4
  298. package/cjs/table/Table.d.ts +1 -1
  299. package/cjs/table/Table.js +12 -10
  300. package/cjs/table/TableBody.d.ts +1 -1
  301. package/cjs/table/TableBody.js +8 -8
  302. package/cjs/table/TableDataCell.d.ts +1 -1
  303. package/cjs/table/TableDataCell.js +10 -9
  304. package/cjs/table/TableHead.d.ts +1 -1
  305. package/cjs/table/TableHead.js +12 -14
  306. package/cjs/table/TableHeaderCell.d.ts +1 -1
  307. package/cjs/table/TableHeaderCell.js +10 -9
  308. package/cjs/table/TableRow.d.ts +1 -1
  309. package/cjs/table/TableRow.js +13 -13
  310. package/cjs/table/index.js +6 -6
  311. package/cjs/test/Test.js +1 -2
  312. package/cjs/tooltip/Tooltip.d.ts +1 -1
  313. package/cjs/tooltip/Tooltip.js +13 -13
  314. package/cjs/tooltip/index.js +3 -3
  315. package/cjs/typography/Headlines.d.ts +24 -25
  316. package/cjs/typography/Headlines.js +30 -35
  317. package/cjs/typography/Text.d.ts +2 -1
  318. package/cjs/typography/Text.js +2 -3
  319. package/cjs/typography/index.js +2 -2
  320. package/common/LockBodyScroll.js +3 -3
  321. package/common/emotionCloneElement.d.ts +1 -0
  322. package/common/polymorphic.d.ts +2 -2
  323. package/common/polymorphic.js +1 -1
  324. package/common/use-media.js +2 -2
  325. package/common/useOnClickOutside.d.ts +1 -0
  326. package/counter/Counter.js +2 -2
  327. package/counter/PluralCounter.js +5 -5
  328. package/data-table/DataTable.d.ts +1 -2
  329. package/data-table/DataTable.js +6 -6
  330. package/date-range-picker/DateRangePicker.js +3 -3
  331. package/divider/Divider.d.ts +1 -1
  332. package/divider/Divider.js +3 -3
  333. package/drawer/Drawer.js +3 -3
  334. package/dropdown-menu/Dropdown.d.ts +1 -1
  335. package/dropdown-menu/Dropdown.js +5 -5
  336. package/dropdown-menu/MenuCheckbox.d.ts +1 -1
  337. package/dropdown-menu/MenuCheckbox.js +1 -1
  338. package/dropdown-menu/MenuItem.d.ts +1 -1
  339. package/dropdown-menu/MenuItem.js +5 -5
  340. package/dropdown-menu/MenuTitle.d.ts +1 -1
  341. package/flexbox/FlexBox.d.ts +2 -2
  342. package/flexbox/FlexBox.js +4 -4
  343. package/forms/assistive-text/AssistiveText.d.ts +2 -1
  344. package/forms/asterisk/Asterisk.d.ts +2 -2
  345. package/forms/checkbox/Checkbox.d.ts +1 -1
  346. package/forms/checkbox/Checkbox.js +3 -3
  347. package/forms/checkbox/ExampleControlComponent.d.ts +0 -1
  348. package/forms/checkbox/ExampleControlComponent.js +5 -5
  349. package/forms/email-field/EmailField.d.ts +1 -1
  350. package/forms/email-field/EmailField.js +1 -1
  351. package/forms/error-text/ErrorText.d.ts +2 -1
  352. package/forms/field/Field.d.ts +0 -1
  353. package/forms/field/Field.js +3 -3
  354. package/forms/input/Input.d.ts +1 -1
  355. package/forms/input/Input.js +3 -3
  356. package/forms/input/InputComposition.d.ts +2 -2
  357. package/forms/input/InputComposition.js +3 -3
  358. package/forms/label/Label.d.ts +0 -1
  359. package/forms/label/Label.js +7 -7
  360. package/forms/number-field/NumberField.d.ts +1 -1
  361. package/forms/number-field/NumberField.js +1 -1
  362. package/forms/password-field/PasswordField.d.ts +1 -1
  363. package/forms/password-field/PasswordField.js +3 -3
  364. package/forms/radio/Radio.d.ts +1 -1
  365. package/forms/radio/Radio.js +3 -3
  366. package/forms/reactselect/ReactSelect.d.ts +5 -5
  367. package/forms/reactselect/ReactSelect.js +3 -3
  368. package/forms/searchable-select/AsyncSearchableSelect.js +3 -3
  369. package/forms/select/Select.d.ts +1 -1
  370. package/forms/select/Select.js +3 -3
  371. package/forms/select-field/SelectField.d.ts +1 -1
  372. package/forms/select-field/SelectField.js +3 -3
  373. package/forms/switch/Switch.js +3 -3
  374. package/forms/tel-field/TelField.d.ts +1 -1
  375. package/forms/tel-field/TelField.js +1 -1
  376. package/forms/text-field/TextField.d.ts +1 -1
  377. package/forms/text-field/TextField.js +3 -3
  378. package/global-styles/GlobalStyles.d.ts +3 -3
  379. package/global-styles/ResetStyles.d.ts +2 -2
  380. package/grid/Column.js +3 -3
  381. package/grid/Container.js +9 -10
  382. package/ie-banner/IEBanner.d.ts +0 -1
  383. package/ie-banner/IEBanner.js +2 -2
  384. package/layout/LayoutLegacy.d.ts +2 -2
  385. package/lists/FeatureList.d.ts +4 -2
  386. package/lists/FeatureList.js +3 -3
  387. package/lists/ListAddon.d.ts +1 -1
  388. package/lists/ListAddon.js +3 -3
  389. package/lists/ListDivider.d.ts +2 -2
  390. package/lists/ListDivider.js +3 -3
  391. package/lists/ListIcon.d.ts +1 -1
  392. package/lists/ListIcon.js +3 -3
  393. package/lists/ListItem.d.ts +1 -1
  394. package/lists/ListItem.js +3 -3
  395. package/lists/ListText.d.ts +1 -1
  396. package/lists/ListText.js +3 -3
  397. package/lists/ListTextGroup.d.ts +1 -1
  398. package/lists/ListTextGroup.js +3 -3
  399. package/lists/ListTitle.d.ts +2 -2
  400. package/lists/ListTitle.js +3 -3
  401. package/loader/Loader.d.ts +2 -2
  402. package/localization/LocaleFlag.d.ts +2 -2
  403. package/localization/LocaleFlag.js +3 -3
  404. package/logo/Logo.d.ts +2 -2
  405. package/logo/Logo.js +3 -3
  406. package/menu/Menu.js +8 -8
  407. package/mobile-stepper/MobileStepper.d.ts +2 -2
  408. package/mobile-stepper/MobileStepper.js +4 -4
  409. package/nav-bar/NavBar.d.ts +2 -4
  410. package/nav-bar/NavBar.js +19 -17
  411. package/package.json +15 -15
  412. package/pagination/Pagination.d.ts +1 -1
  413. package/pagination/Pagination.js +1 -1
  414. package/popper/Popper.d.ts +2 -2
  415. package/popper/Popper.js +3 -3
  416. package/progress-bar/ProgressBar.d.ts +2 -2
  417. package/schedule/ScheduleItem.d.ts +4 -2
  418. package/schedule/ScheduleList.js +3 -3
  419. package/side-sheet/SideSheet.d.ts +1 -1
  420. package/side-sheet/SideSheet.js +5 -5
  421. package/side-sheet/SideSheetCloseButton.d.ts +1 -1
  422. package/side-sheet/SideSheetCloseButton.js +3 -3
  423. package/side-sheet/SideSheetContent.d.ts +2 -2
  424. package/side-sheet/SideSheetContent.js +3 -3
  425. package/side-sheet/SideSheetFooter.d.ts +2 -2
  426. package/side-sheet/SideSheetFooter.js +3 -3
  427. package/side-sheet/SideSheetHeader.d.ts +2 -2
  428. package/side-sheet/SideSheetHeader.js +3 -3
  429. package/side-sheet/SideSheetHeadline.d.ts +2 -2
  430. package/site-layout/SiteLayout.d.ts +2 -6
  431. package/site-layout/SiteLayout.js +8 -8
  432. package/skeleton/Skeleton.d.ts +2 -2
  433. package/skeleton/Skeleton.js +3 -3
  434. package/social-media-link-list/SocialMediaLinkList.d.ts +4 -2
  435. package/social-media-link-list/SocialMediaLinkList.js +3 -3
  436. package/spinner/Spinner.d.ts +2 -2
  437. package/spinner/Spinner.js +3 -3
  438. package/step/Step.d.ts +1 -1
  439. package/step/Step.js +3 -3
  440. package/step/StepButton.js +1 -1
  441. package/step/StepContent.d.ts +2 -2
  442. package/stepper/Stepper.d.ts +1 -1
  443. package/stepper/Stepper.js +3 -3
  444. package/stepper-feedback-message/StepperFeedbackMessage.d.ts +2 -2
  445. package/surface/Surface.d.ts +1 -1
  446. package/surface/Surface.js +3 -3
  447. package/tab/Tab.js +3 -3
  448. package/tab/Tabs.js +5 -5
  449. package/table/Table.d.ts +1 -1
  450. package/table/Table.js +3 -3
  451. package/table/TableBody.d.ts +1 -1
  452. package/table/TableBody.js +3 -3
  453. package/table/TableDataCell.d.ts +1 -1
  454. package/table/TableDataCell.js +3 -3
  455. package/table/TableHead.d.ts +1 -1
  456. package/table/TableHead.js +3 -3
  457. package/table/TableHeaderCell.d.ts +1 -1
  458. package/table/TableHeaderCell.js +3 -3
  459. package/table/TableRow.d.ts +1 -1
  460. package/table/TableRow.js +4 -5
  461. package/tooltip/Tooltip.d.ts +1 -1
  462. package/tooltip/Tooltip.js +3 -3
  463. package/typography/Headlines.d.ts +24 -25
  464. package/typography/Headlines.js +14 -14
  465. package/typography/Text.d.ts +2 -1
@@ -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<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
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> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import _styled from "@emotion/styled/base";
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
3
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
4
4
  import React from 'react';
5
5
  import { css } from '@emotion/react';
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { TextFieldProps } from '../text-field/TextField';
3
- declare const _default: React.ForwardRefExoticComponent<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
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>>;
4
4
  export default _default;
@@ -1,10 +1,10 @@
1
1
  import _styled from "@emotion/styled/base";
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
3
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
4
4
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
5
5
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
6
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) { n[e] = r[e]; } return n; }
7
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0) { ; } } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
7
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
8
8
  function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
9
9
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
10
10
  /* eslint-disable deprecation/deprecation */
@@ -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<Omit<RadioProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
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>>;
35
35
  export default Radio;
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["children", "disabled", "checked", "className", "error", "onChange", "htmlSize", "size"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
7
7
  import React from 'react';
8
8
  import { theme } from '@dfds-ui/theme';
@@ -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, keyof React.JSX.IntrinsicElements> | undefined;
7
+ as?: React.ElementType<any> | 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, keyof React.JSX.IntrinsicElements> | undefined;
16
+ as?: React.ElementType<any> | 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) => React.JSX.Element;
22
- export declare const ClearIndicator: (props: any) => React.JSX.Element;
21
+ export declare const Menu: (props: any) => JSX.Element;
22
+ export declare const ClearIndicator: (props: any) => JSX.Element;
23
23
  /** @deprecated Use dfds-ui/forms */
24
- declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
24
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
25
25
  export default _default;
@@ -8,9 +8,9 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
8
8
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
9
9
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
10
10
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
11
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
12
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
13
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
11
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
12
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
13
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
14
14
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
15
15
  /* eslint-disable deprecation/deprecation */
16
16
  /* eslint-disable @typescript-eslint/no-unsafe-assignment */
@@ -1,8 +1,8 @@
1
1
  var _excluded = ["name", "error", "selectClassName", "className", "icon", "disabled", "size", "arrow", "htmlSize", "handleInputChange", "loadOptions", "onBlur", "onFocus", "onChange", "assistiveText", "autoFocus"],
2
2
  _excluded2 = ["ref"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  /* eslint-disable deprecation/deprecation */
7
7
  import React from 'react';
8
8
  import { ReactSelectWrapper, Icon, ClearIndicator } from '../reactselect/ReactSelect';
@@ -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<Omit<SelectProps, "ref"> & React.RefAttributes<HTMLSelectElement>>;
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>>;
16
16
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["name", "error", "wrapperClassName", "icon", "size", "htmlSize", "disabled"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
7
7
  /* eslint-disable deprecation/deprecation */
8
8
  import React from 'react';
@@ -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<Omit<SelectFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
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> & {
15
15
  theme?: import("@emotion/react").Theme | undefined;
16
16
  }, {}, {}>;
17
17
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["label", "assistiveText", "selected", "required", "errorMessage", "className", "inverted", "size", "name", "value"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
7
7
  import React from 'react';
8
8
  import { css } from '@emotion/react';
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["name", "checked", "onChange", "disabled", "children", "right", "error", "size"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
7
7
  import React from 'react';
8
8
  import { css } from '@emotion/react';
@@ -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<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
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> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }, {}, {}>;
6
6
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import _styled from "@emotion/styled/base";
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
3
  import React from 'react';
4
4
  import TextField from '../text-field/TextField';
5
5
 
@@ -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<Omit<TextFieldProps, "ref"> & React.RefAttributes<HTMLInputElement> & {
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> & {
24
24
  theme?: import("@emotion/react").Theme | undefined;
25
25
  }, {}, {}>;
26
26
  export default _default;
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["label", "name", "hintText", "disabled", "defaultValue", "assistiveText", "required", "errorMessage", "className", "inverted", "size", "type", "hideAsterisk"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
7
7
  import React from 'react';
8
8
  import { css } from '@emotion/react';
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- export declare const GlobalStyles: () => React.JSX.Element;
3
- export declare const DfdsFontFace: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const GlobalStyles: () => JSX.Element;
3
+ export declare const DfdsFontFace: () => JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  /**
3
3
  * Minimal/modern CSS reset.
4
4
  *
@@ -6,4 +6,4 @@ import React from 'react';
6
6
  *
7
7
  * TODO: Include this in the GlobalStyles component when adapted and tested in solutions.
8
8
  */
9
- export declare const ResetStyles: () => React.JSX.Element;
9
+ export declare const ResetStyles: () => JSX.Element;
package/grid/Column.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["children", "m", "l", "xl", "xxl"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
6
  import { Grid } from '@mui/material';
7
7
  import { jsx as ___EmotionJSX } from "@emotion/react";
package/grid/Container.js CHANGED
@@ -2,10 +2,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
2
2
  import { css as _css } from "@emotion/react";
3
3
  import _styled from "@emotion/styled/base";
4
4
  var _excluded = ["children", "fluid", "surface"];
5
- var _root;
6
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
7
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
8
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
5
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
6
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
7
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
9
8
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
10
9
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
11
10
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
@@ -36,21 +35,21 @@ var theme = createTheme({
36
35
  components: {
37
36
  MuiContainer: {
38
37
  styleOverrides: {
39
- root: (_root = {
38
+ root: _defineProperty(_defineProperty(_defineProperty(_defineProperty({
40
39
  marginBottom: "".concat(_spacing.xs)
41
- }, _defineProperty(_root, breakpointsObj.only('xs'), {
40
+ }, breakpointsObj.only('xs'), {
42
41
  paddingLeft: '0px',
43
42
  paddingRight: '0px'
44
- }), _defineProperty(_root, breakpointsObj.only('sm'), {
43
+ }), breakpointsObj.only('sm'), {
45
44
  paddingLeft: '40px',
46
45
  paddingRight: '40px'
47
- }), _defineProperty(_root, breakpointsObj.only('md'), {
46
+ }), breakpointsObj.only('md'), {
48
47
  paddingLeft: '40px',
49
48
  paddingRight: '40px'
50
- }), _defineProperty(_root, breakpointsObj.up('lg'), {
49
+ }), breakpointsObj.up('lg'), {
51
50
  paddingLeft: '0px',
52
51
  paddingRight: '0px'
53
- }), _root)
52
+ })
54
53
  }
55
54
  }
56
55
  }
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
2
  declare type IEBannerProps = {
3
- children?: React.ReactNode;
4
3
  heading?: string;
5
4
  openInEdge: string;
6
5
  /**
@@ -1,8 +1,8 @@
1
1
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
3
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) { n[e] = r[e]; } return n; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0) { ; } } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
6
6
  function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import React, { useState, useEffect } from 'react';
8
8
  import { Banner, BannerAction, BannerHeadline, BannerParagraph } from './../assertions/banner';
@@ -1,2 +1,2 @@
1
- import React from 'react';
2
- export declare const Layout: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ export declare const Layout: () => JSX.Element;
@@ -10,10 +10,12 @@ 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, keyof React.JSX.IntrinsicElements> | undefined;
13
+ as?: React.ElementType<any> | undefined;
14
14
  } & FlexBoxProps & {
15
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
15
+ as?: React.ElementType<any> | undefined;
16
16
  } & React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
17
+ children?: React.ReactNode;
18
+ } & {
17
19
  theme?: import("@emotion/react").Theme | undefined;
18
20
  } & {
19
21
  iconColor?: string | undefined;
@@ -1,8 +1,8 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  var _excluded = ["icon", "items", "iconColor", "textTag"];
3
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
4
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
5
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
5
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
6
6
  import React from 'react';
7
7
  import FlexBox from './../flexbox/FlexBox';
8
8
  import { jsx as ___EmotionJSX } from "@emotion/react";
@@ -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) => React.JSX.Element;
10
+ declare const ListAddon: ({ className, as, children, ...rest }: ListAddonProps) => JSX.Element;
11
11
  export default ListAddon;
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["className", "as", "children"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
6
  import { css } from '@emotion/react';
7
7
  import { theme } from '@dfds-ui/theme';
@@ -1,5 +1,5 @@
1
- import React from 'react';
1
+ /// <reference types="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) => React.JSX.Element;
4
+ declare const ListDivider: ({ indent, margins, as, ...rest }: ListDividerProps) => JSX.Element;
5
5
  export default ListDivider;
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["indent", "margins", "as"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
6
  import { Divider } from '../divider';
7
7
  import { css } from '@emotion/react';
@@ -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) => React.JSX.Element;
17
+ declare const ListIcon: ({ icon: Icon, size, color, ...rest }: ListIconProps) => JSX.Element;
18
18
  export default ListIcon;
package/lists/ListIcon.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["icon", "size", "color"];
2
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
3
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) { o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
4
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } } return t; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
6
  import { css } from '@emotion/react';
7
7
  import { theme } from '@dfds-ui/theme';
@@ -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) => React.JSX.Element;
45
+ declare const ListItem: ({ children, multiline, condensed, selected, tabIndex, clickable, divider, onClick, as, flexBoxProps, ...rest }: ListItemProps) => JSX.Element;
46
46
  export default ListItem;