@mittwald/flow-react-components 0.2.0-alpha.74 → 0.2.0-alpha.76

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 (486) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/assets/doc-properties.json +12735 -12759
  3. package/dist/css/all.css +1 -1
  4. package/dist/js/components/Alert/Alert.mjs +5 -6
  5. package/dist/js/components/Alert/Alert.mjs.map +1 -1
  6. package/dist/js/components/AlertBadge/AlertBadge.mjs +4 -9
  7. package/dist/js/components/AlertBadge/AlertBadge.mjs.map +1 -1
  8. package/dist/js/components/AlertIcon/AlertIcon.mjs +7 -7
  9. package/dist/js/components/AlertIcon/AlertIcon.mjs.map +1 -1
  10. package/dist/js/components/Align/Align.mjs +3 -4
  11. package/dist/js/components/Align/Align.mjs.map +1 -1
  12. package/dist/js/components/Avatar/Avatar.mjs +6 -7
  13. package/dist/js/components/Avatar/Avatar.mjs.map +1 -1
  14. package/dist/js/components/Badge/Badge.mjs +6 -6
  15. package/dist/js/components/Badge/Badge.mjs.map +1 -1
  16. package/dist/js/components/Breadcrumb/Breadcrumb.mjs +3 -4
  17. package/dist/js/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
  18. package/dist/js/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs +3 -3
  19. package/dist/js/components/Button/Button.mjs +10 -10
  20. package/dist/js/components/Button/Button.mjs.map +1 -1
  21. package/dist/js/components/Calendar/components/CalendarHeader/CalendarHeader.mjs +4 -4
  22. package/dist/js/components/Chat/Chat.mjs +0 -1
  23. package/dist/js/components/Chat/Chat.mjs.map +1 -1
  24. package/dist/js/components/Checkbox/Checkbox.mjs +3 -7
  25. package/dist/js/components/Checkbox/Checkbox.mjs.map +1 -1
  26. package/dist/js/components/CheckboxButton/CheckboxButton.mjs +6 -7
  27. package/dist/js/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
  28. package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs +0 -1
  29. package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
  30. package/dist/js/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.mjs +1 -2
  31. package/dist/js/components/ClearPropsContext/ClearPropsContext.mjs.map +1 -0
  32. package/dist/js/components/ColumnLayout/ColumnLayout.mjs +3 -4
  33. package/dist/js/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
  34. package/dist/js/components/ComboBox/ComboBox.mjs +3 -3
  35. package/dist/js/components/Content/Content.mjs +3 -8
  36. package/dist/js/components/Content/Content.mjs.map +1 -1
  37. package/dist/js/components/ContextMenu/ContextMenu.mjs +6 -6
  38. package/dist/js/components/ContextMenu/ContextMenu.mjs.map +1 -1
  39. package/dist/js/components/ContextMenu/index.mjs +1 -1
  40. package/dist/js/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
  41. package/dist/js/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +1 -1
  42. package/dist/js/components/CopyButton/CopyButton.mjs +8 -12
  43. package/dist/js/components/CopyButton/CopyButton.mjs.map +1 -1
  44. package/dist/js/components/DatePicker/DatePicker.mjs +11 -11
  45. package/dist/js/components/DatePicker/DatePicker.mjs.map +1 -1
  46. package/dist/js/components/DatePicker/components/DateInput/DateInput.mjs +4 -4
  47. package/dist/js/components/DateRangePicker/DateRangePicker.mjs +6 -6
  48. package/dist/js/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
  49. package/dist/js/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +4 -4
  50. package/dist/js/components/FieldDescription/FieldDescription.mjs +4 -9
  51. package/dist/js/components/FieldDescription/FieldDescription.mjs.map +1 -1
  52. package/dist/js/components/FieldError/FieldError.mjs +5 -9
  53. package/dist/js/components/FieldError/FieldError.mjs.map +1 -1
  54. package/dist/js/components/FileCard/components/DeleteButton/DeleteButton.mjs +4 -4
  55. package/dist/js/components/FileCardList/FileCardList.mjs +1 -2
  56. package/dist/js/components/FileCardList/FileCardList.mjs.map +1 -1
  57. package/dist/js/components/FileField/FileField.mjs +4 -4
  58. package/dist/js/components/FileField/FileField.mjs.map +1 -1
  59. package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs +1 -2
  60. package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
  61. package/dist/js/components/Heading/Heading.mjs +6 -7
  62. package/dist/js/components/Heading/Heading.mjs.map +1 -1
  63. package/dist/js/components/Icon/Icon.mjs +5 -9
  64. package/dist/js/components/Icon/Icon.mjs.map +1 -1
  65. package/dist/js/components/Icon/components/icons/IconApp.mjs +5 -4
  66. package/dist/js/components/Icon/components/icons/IconApp.mjs.map +1 -1
  67. package/dist/js/components/Icon/components/icons/IconAttachment.mjs +5 -4
  68. package/dist/js/components/Icon/components/icons/IconAttachment.mjs.map +1 -1
  69. package/dist/js/components/Icon/components/icons/IconAutoresponder.mjs +5 -4
  70. package/dist/js/components/Icon/components/icons/IconAutoresponder.mjs.map +1 -1
  71. package/dist/js/components/Icon/components/icons/IconBackLink.mjs +5 -4
  72. package/dist/js/components/Icon/components/icons/IconBackLink.mjs.map +1 -1
  73. package/dist/js/components/Icon/components/icons/IconBackup.mjs +5 -4
  74. package/dist/js/components/Icon/components/icons/IconBackup.mjs.map +1 -1
  75. package/dist/js/components/Icon/components/icons/IconBulb.mjs +5 -4
  76. package/dist/js/components/Icon/components/icons/IconBulb.mjs.map +1 -1
  77. package/dist/js/components/Icon/components/icons/IconCalendar.mjs +5 -4
  78. package/dist/js/components/Icon/components/icons/IconCalendar.mjs.map +1 -1
  79. package/dist/js/components/Icon/components/icons/IconCamera.mjs +5 -4
  80. package/dist/js/components/Icon/components/icons/IconCamera.mjs.map +1 -1
  81. package/dist/js/components/Icon/components/icons/IconCertificate.mjs +5 -4
  82. package/dist/js/components/Icon/components/icons/IconCertificate.mjs.map +1 -1
  83. package/dist/js/components/Icon/components/icons/IconChangelog.mjs +5 -4
  84. package/dist/js/components/Icon/components/icons/IconChangelog.mjs.map +1 -1
  85. package/dist/js/components/Icon/components/icons/IconCheck.mjs +5 -4
  86. package/dist/js/components/Icon/components/icons/IconCheck.mjs.map +1 -1
  87. package/dist/js/components/Icon/components/icons/IconCheckboxChecked.mjs +5 -4
  88. package/dist/js/components/Icon/components/icons/IconCheckboxChecked.mjs.map +1 -1
  89. package/dist/js/components/Icon/components/icons/IconCheckboxEmpty.mjs +5 -4
  90. package/dist/js/components/Icon/components/icons/IconCheckboxEmpty.mjs.map +1 -1
  91. package/dist/js/components/Icon/components/icons/IconCheckboxIndeterminate.mjs +5 -4
  92. package/dist/js/components/Icon/components/icons/IconCheckboxIndeterminate.mjs.map +1 -1
  93. package/dist/js/components/Icon/components/icons/IconChevronDown.mjs +5 -4
  94. package/dist/js/components/Icon/components/icons/IconChevronDown.mjs.map +1 -1
  95. package/dist/js/components/Icon/components/icons/IconChevronLeft.mjs +5 -4
  96. package/dist/js/components/Icon/components/icons/IconChevronLeft.mjs.map +1 -1
  97. package/dist/js/components/Icon/components/icons/IconChevronRight.mjs +5 -4
  98. package/dist/js/components/Icon/components/icons/IconChevronRight.mjs.map +1 -1
  99. package/dist/js/components/Icon/components/icons/IconChevronUp.mjs +5 -4
  100. package/dist/js/components/Icon/components/icons/IconChevronUp.mjs.map +1 -1
  101. package/dist/js/components/Icon/components/icons/IconClock.mjs +5 -4
  102. package/dist/js/components/Icon/components/icons/IconClock.mjs.map +1 -1
  103. package/dist/js/components/Icon/components/icons/IconClose.mjs +5 -4
  104. package/dist/js/components/Icon/components/icons/IconClose.mjs.map +1 -1
  105. package/dist/js/components/Icon/components/icons/IconCode.mjs +5 -4
  106. package/dist/js/components/Icon/components/icons/IconCode.mjs.map +1 -1
  107. package/dist/js/components/Icon/components/icons/IconContextMenu.mjs +5 -4
  108. package/dist/js/components/Icon/components/icons/IconContextMenu.mjs.map +1 -1
  109. package/dist/js/components/Icon/components/icons/IconContextMenuVertical.mjs +5 -4
  110. package/dist/js/components/Icon/components/icons/IconContextMenuVertical.mjs.map +1 -1
  111. package/dist/js/components/Icon/components/icons/IconContract.mjs +5 -4
  112. package/dist/js/components/Icon/components/icons/IconContract.mjs.map +1 -1
  113. package/dist/js/components/Icon/components/icons/IconContractPartner.mjs +5 -4
  114. package/dist/js/components/Icon/components/icons/IconContractPartner.mjs.map +1 -1
  115. package/dist/js/components/Icon/components/icons/IconCopy.mjs +5 -4
  116. package/dist/js/components/Icon/components/icons/IconCopy.mjs.map +1 -1
  117. package/dist/js/components/Icon/components/icons/IconCronjob.mjs +5 -4
  118. package/dist/js/components/Icon/components/icons/IconCronjob.mjs.map +1 -1
  119. package/dist/js/components/Icon/components/icons/IconCustomer.mjs +5 -4
  120. package/dist/js/components/Icon/components/icons/IconCustomer.mjs.map +1 -1
  121. package/dist/js/components/Icon/components/icons/IconDanger.mjs +5 -4
  122. package/dist/js/components/Icon/components/icons/IconDanger.mjs.map +1 -1
  123. package/dist/js/components/Icon/components/icons/IconDashboard.mjs +5 -4
  124. package/dist/js/components/Icon/components/icons/IconDashboard.mjs.map +1 -1
  125. package/dist/js/components/Icon/components/icons/IconDatabase.mjs +5 -4
  126. package/dist/js/components/Icon/components/icons/IconDatabase.mjs.map +1 -1
  127. package/dist/js/components/Icon/components/icons/IconDelete.mjs +5 -4
  128. package/dist/js/components/Icon/components/icons/IconDelete.mjs.map +1 -1
  129. package/dist/js/components/Icon/components/icons/IconDeliveryBox.mjs +5 -4
  130. package/dist/js/components/Icon/components/icons/IconDeliveryBox.mjs.map +1 -1
  131. package/dist/js/components/Icon/components/icons/IconDesktop.mjs +5 -4
  132. package/dist/js/components/Icon/components/icons/IconDesktop.mjs.map +1 -1
  133. package/dist/js/components/Icon/components/icons/IconDirectory.mjs +5 -4
  134. package/dist/js/components/Icon/components/icons/IconDirectory.mjs.map +1 -1
  135. package/dist/js/components/Icon/components/icons/IconDomain.mjs +5 -4
  136. package/dist/js/components/Icon/components/icons/IconDomain.mjs.map +1 -1
  137. package/dist/js/components/Icon/components/icons/IconDownload.mjs +5 -4
  138. package/dist/js/components/Icon/components/icons/IconDownload.mjs.map +1 -1
  139. package/dist/js/components/Icon/components/icons/IconEdit.mjs +5 -4
  140. package/dist/js/components/Icon/components/icons/IconEdit.mjs.map +1 -1
  141. package/dist/js/components/Icon/components/icons/IconEmail.mjs +5 -4
  142. package/dist/js/components/Icon/components/icons/IconEmail.mjs.map +1 -1
  143. package/dist/js/components/Icon/components/icons/IconExtension.mjs +5 -4
  144. package/dist/js/components/Icon/components/icons/IconExtension.mjs.map +1 -1
  145. package/dist/js/components/Icon/components/icons/IconExternalLink.mjs +5 -4
  146. package/dist/js/components/Icon/components/icons/IconExternalLink.mjs.map +1 -1
  147. package/dist/js/components/Icon/components/icons/IconFailed.mjs +5 -4
  148. package/dist/js/components/Icon/components/icons/IconFailed.mjs.map +1 -1
  149. package/dist/js/components/Icon/components/icons/IconFile.mjs +5 -4
  150. package/dist/js/components/Icon/components/icons/IconFile.mjs.map +1 -1
  151. package/dist/js/components/Icon/components/icons/IconFilter.mjs +5 -4
  152. package/dist/js/components/Icon/components/icons/IconFilter.mjs.map +1 -1
  153. package/dist/js/components/Icon/components/icons/IconForward.mjs +5 -4
  154. package/dist/js/components/Icon/components/icons/IconForward.mjs.map +1 -1
  155. package/dist/js/components/Icon/components/icons/IconHide.mjs +5 -4
  156. package/dist/js/components/Icon/components/icons/IconHide.mjs.map +1 -1
  157. package/dist/js/components/Icon/components/icons/IconHome.mjs +5 -4
  158. package/dist/js/components/Icon/components/icons/IconHome.mjs.map +1 -1
  159. package/dist/js/components/Icon/components/icons/IconImage.mjs +5 -4
  160. package/dist/js/components/Icon/components/icons/IconImage.mjs.map +1 -1
  161. package/dist/js/components/Icon/components/icons/IconInbox.mjs +5 -4
  162. package/dist/js/components/Icon/components/icons/IconInbox.mjs.map +1 -1
  163. package/dist/js/components/Icon/components/icons/IconInfo.mjs +5 -4
  164. package/dist/js/components/Icon/components/icons/IconInfo.mjs.map +1 -1
  165. package/dist/js/components/Icon/components/icons/IconInvoice.mjs +5 -4
  166. package/dist/js/components/Icon/components/icons/IconInvoice.mjs.map +1 -1
  167. package/dist/js/components/Icon/components/icons/IconLink.mjs +5 -4
  168. package/dist/js/components/Icon/components/icons/IconLink.mjs.map +1 -1
  169. package/dist/js/components/Icon/components/icons/IconLock.mjs +5 -4
  170. package/dist/js/components/Icon/components/icons/IconLock.mjs.map +1 -1
  171. package/dist/js/components/Icon/components/icons/IconLockOpen.mjs +5 -4
  172. package/dist/js/components/Icon/components/icons/IconLockOpen.mjs.map +1 -1
  173. package/dist/js/components/Icon/components/icons/IconLogout.mjs +5 -4
  174. package/dist/js/components/Icon/components/icons/IconLogout.mjs.map +1 -1
  175. package/dist/js/components/Icon/components/icons/IconMaximize.mjs +5 -4
  176. package/dist/js/components/Icon/components/icons/IconMaximize.mjs.map +1 -1
  177. package/dist/js/components/Icon/components/icons/IconMember.mjs +5 -4
  178. package/dist/js/components/Icon/components/icons/IconMember.mjs.map +1 -1
  179. package/dist/js/components/Icon/components/icons/IconMenu.mjs +5 -4
  180. package/dist/js/components/Icon/components/icons/IconMenu.mjs.map +1 -1
  181. package/dist/js/components/Icon/components/icons/IconMinimize.mjs +5 -4
  182. package/dist/js/components/Icon/components/icons/IconMinimize.mjs.map +1 -1
  183. package/dist/js/components/Icon/components/icons/IconMinus.mjs +5 -4
  184. package/dist/js/components/Icon/components/icons/IconMinus.mjs.map +1 -1
  185. package/dist/js/components/Icon/components/icons/IconMobile.mjs +5 -4
  186. package/dist/js/components/Icon/components/icons/IconMobile.mjs.map +1 -1
  187. package/dist/js/components/Icon/components/icons/IconMove.mjs +5 -4
  188. package/dist/js/components/Icon/components/icons/IconMove.mjs.map +1 -1
  189. package/dist/js/components/Icon/components/icons/IconNotification.mjs +5 -4
  190. package/dist/js/components/Icon/components/icons/IconNotification.mjs.map +1 -1
  191. package/dist/js/components/Icon/components/icons/IconNumber.mjs +5 -4
  192. package/dist/js/components/Icon/components/icons/IconNumber.mjs.map +1 -1
  193. package/dist/js/components/Icon/components/icons/IconOrder.mjs +5 -4
  194. package/dist/js/components/Icon/components/icons/IconOrder.mjs.map +1 -1
  195. package/dist/js/components/Icon/components/icons/IconPassword.mjs +5 -4
  196. package/dist/js/components/Icon/components/icons/IconPassword.mjs.map +1 -1
  197. package/dist/js/components/Icon/components/icons/IconPayment.mjs +5 -4
  198. package/dist/js/components/Icon/components/icons/IconPayment.mjs.map +1 -1
  199. package/dist/js/components/Icon/components/icons/IconPending.mjs +5 -4
  200. package/dist/js/components/Icon/components/icons/IconPending.mjs.map +1 -1
  201. package/dist/js/components/Icon/components/icons/IconPerformance.mjs +5 -4
  202. package/dist/js/components/Icon/components/icons/IconPerformance.mjs.map +1 -1
  203. package/dist/js/components/Icon/components/icons/IconPicture.mjs +5 -4
  204. package/dist/js/components/Icon/components/icons/IconPicture.mjs.map +1 -1
  205. package/dist/js/components/Icon/components/icons/IconPlus.mjs +5 -4
  206. package/dist/js/components/Icon/components/icons/IconPlus.mjs.map +1 -1
  207. package/dist/js/components/Icon/components/icons/IconProject.mjs +5 -4
  208. package/dist/js/components/Icon/components/icons/IconProject.mjs.map +1 -1
  209. package/dist/js/components/Icon/components/icons/IconRadioOff.mjs +5 -4
  210. package/dist/js/components/Icon/components/icons/IconRadioOff.mjs.map +1 -1
  211. package/dist/js/components/Icon/components/icons/IconRadioOn.mjs +5 -4
  212. package/dist/js/components/Icon/components/icons/IconRadioOn.mjs.map +1 -1
  213. package/dist/js/components/Icon/components/icons/IconRedo.mjs +5 -4
  214. package/dist/js/components/Icon/components/icons/IconRedo.mjs.map +1 -1
  215. package/dist/js/components/Icon/components/icons/IconRefresh.mjs +5 -4
  216. package/dist/js/components/Icon/components/icons/IconRefresh.mjs.map +1 -1
  217. package/dist/js/components/Icon/components/icons/IconSave.mjs +5 -4
  218. package/dist/js/components/Icon/components/icons/IconSave.mjs.map +1 -1
  219. package/dist/js/components/Icon/components/icons/IconSearch.mjs +5 -4
  220. package/dist/js/components/Icon/components/icons/IconSearch.mjs.map +1 -1
  221. package/dist/js/components/Icon/components/icons/IconSearchEngine.mjs +5 -4
  222. package/dist/js/components/Icon/components/icons/IconSearchEngine.mjs.map +1 -1
  223. package/dist/js/components/Icon/components/icons/IconSecurity.mjs +5 -4
  224. package/dist/js/components/Icon/components/icons/IconSecurity.mjs.map +1 -1
  225. package/dist/js/components/Icon/components/icons/IconServer.mjs +5 -4
  226. package/dist/js/components/Icon/components/icons/IconServer.mjs.map +1 -1
  227. package/dist/js/components/Icon/components/icons/IconSettings.mjs +5 -4
  228. package/dist/js/components/Icon/components/icons/IconSettings.mjs.map +1 -1
  229. package/dist/js/components/Icon/components/icons/IconShare.mjs +5 -4
  230. package/dist/js/components/Icon/components/icons/IconShare.mjs.map +1 -1
  231. package/dist/js/components/Icon/components/icons/IconShow.mjs +5 -4
  232. package/dist/js/components/Icon/components/icons/IconShow.mjs.map +1 -1
  233. package/dist/js/components/Icon/components/icons/IconSorting.mjs +5 -4
  234. package/dist/js/components/Icon/components/icons/IconSorting.mjs.map +1 -1
  235. package/dist/js/components/Icon/components/icons/IconSpamProtectionOff.mjs +5 -4
  236. package/dist/js/components/Icon/components/icons/IconSpamProtectionOff.mjs.map +1 -1
  237. package/dist/js/components/Icon/components/icons/IconSpamProtectionOn.mjs +5 -4
  238. package/dist/js/components/Icon/components/icons/IconSpamProtectionOn.mjs.map +1 -1
  239. package/dist/js/components/Icon/components/icons/IconSparkles.mjs +5 -4
  240. package/dist/js/components/Icon/components/icons/IconSparkles.mjs.map +1 -1
  241. package/dist/js/components/Icon/components/icons/IconSshKey.mjs +5 -4
  242. package/dist/js/components/Icon/components/icons/IconSshKey.mjs.map +1 -1
  243. package/dist/js/components/Icon/components/icons/IconSshSftp.mjs +5 -4
  244. package/dist/js/components/Icon/components/icons/IconSshSftp.mjs.map +1 -1
  245. package/dist/js/components/Icon/components/icons/IconStar.mjs +5 -4
  246. package/dist/js/components/Icon/components/icons/IconStar.mjs.map +1 -1
  247. package/dist/js/components/Icon/components/icons/IconStarFilled.mjs +5 -4
  248. package/dist/js/components/Icon/components/icons/IconStarFilled.mjs.map +1 -1
  249. package/dist/js/components/Icon/components/icons/IconSubdomain.mjs +5 -4
  250. package/dist/js/components/Icon/components/icons/IconSubdomain.mjs.map +1 -1
  251. package/dist/js/components/Icon/components/icons/IconSucceeded.mjs +5 -4
  252. package/dist/js/components/Icon/components/icons/IconSucceeded.mjs.map +1 -1
  253. package/dist/js/components/Icon/components/icons/IconSuccess.mjs +5 -4
  254. package/dist/js/components/Icon/components/icons/IconSuccess.mjs.map +1 -1
  255. package/dist/js/components/Icon/components/icons/IconSupport.mjs +5 -4
  256. package/dist/js/components/Icon/components/icons/IconSupport.mjs.map +1 -1
  257. package/dist/js/components/Icon/components/icons/IconTerminate.mjs +5 -4
  258. package/dist/js/components/Icon/components/icons/IconTerminate.mjs.map +1 -1
  259. package/dist/js/components/Icon/components/icons/IconTicket.mjs +5 -4
  260. package/dist/js/components/Icon/components/icons/IconTicket.mjs.map +1 -1
  261. package/dist/js/components/Icon/components/icons/IconUndo.mjs +5 -4
  262. package/dist/js/components/Icon/components/icons/IconUndo.mjs.map +1 -1
  263. package/dist/js/components/Icon/components/icons/IconUpload.mjs +5 -4
  264. package/dist/js/components/Icon/components/icons/IconUpload.mjs.map +1 -1
  265. package/dist/js/components/Icon/components/icons/IconUser.mjs +5 -4
  266. package/dist/js/components/Icon/components/icons/IconUser.mjs.map +1 -1
  267. package/dist/js/components/Icon/components/icons/IconVhost.mjs +5 -4
  268. package/dist/js/components/Icon/components/icons/IconVhost.mjs.map +1 -1
  269. package/dist/js/components/Icon/components/icons/IconView.mjs +5 -4
  270. package/dist/js/components/Icon/components/icons/IconView.mjs.map +1 -1
  271. package/dist/js/components/Icon/components/icons/IconWarning.mjs +5 -4
  272. package/dist/js/components/Icon/components/icons/IconWarning.mjs.map +1 -1
  273. package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs +2 -3
  274. package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
  275. package/dist/js/components/Image/Image.mjs +2 -7
  276. package/dist/js/components/Image/Image.mjs.map +1 -1
  277. package/dist/js/components/Initials/Initials.mjs +5 -10
  278. package/dist/js/components/Initials/Initials.mjs.map +1 -1
  279. package/dist/js/components/InlineCode/InlineCode.mjs +2 -7
  280. package/dist/js/components/InlineCode/InlineCode.mjs.map +1 -1
  281. package/dist/js/components/Label/Label.mjs +5 -6
  282. package/dist/js/components/Label/Label.mjs.map +1 -1
  283. package/dist/js/components/LabeledValue/LabeledValue.mjs +4 -5
  284. package/dist/js/components/LabeledValue/LabeledValue.mjs.map +1 -1
  285. package/dist/js/components/LayoutCard/LayoutCard.mjs +2 -3
  286. package/dist/js/components/LayoutCard/LayoutCard.mjs.map +1 -1
  287. package/dist/js/components/LightBox/LightBox.mjs +8 -8
  288. package/dist/js/components/LightBox/LightBox.mjs.map +1 -1
  289. package/dist/js/components/Link/Link.mjs +8 -8
  290. package/dist/js/components/Link/Link.mjs.map +1 -1
  291. package/dist/js/components/Link/components/LinkIcon/LinkIcon.mjs +4 -4
  292. package/dist/js/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +3 -3
  293. package/dist/js/components/List/components/Header/components/FilterPicker/FilterPicker.mjs +4 -4
  294. package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs +1 -0
  295. package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
  296. package/dist/js/components/List/components/Header/components/SortingPicker/SortingPicker.mjs +1 -1
  297. package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +2 -2
  298. package/dist/js/components/List/components/Items/components/Item/components/AccordionButton.mjs +4 -4
  299. package/dist/js/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +5 -5
  300. package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +1 -1
  301. package/dist/js/components/List/components/Table/Table.mjs +2 -2
  302. package/dist/js/components/List/typedList.mjs +2 -2
  303. package/dist/js/components/List/views/EmptyView/EmptyView.mjs +4 -4
  304. package/dist/js/components/LoadingSpinner/LoadingSpinner.mjs +4 -4
  305. package/dist/js/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +1 -1
  306. package/dist/js/components/Message/Message.mjs +4 -4
  307. package/dist/js/components/Message/Message.mjs.map +1 -1
  308. package/dist/js/components/MessageThread/MessageThread.mjs +3 -4
  309. package/dist/js/components/MessageThread/MessageThread.mjs.map +1 -1
  310. package/dist/js/components/Notification/Notification.mjs +7 -7
  311. package/dist/js/components/Notification/Notification.mjs.map +1 -1
  312. package/dist/js/components/NumberField/NumberField.mjs +10 -10
  313. package/dist/js/components/NumberField/NumberField.mjs.map +1 -1
  314. package/dist/js/components/Options/Options.mjs +1 -1
  315. package/dist/js/components/ProgressBar/ProgressBar.mjs +4 -5
  316. package/dist/js/components/ProgressBar/ProgressBar.mjs.map +1 -1
  317. package/dist/js/components/RadioGroup/components/Radio/Radio.mjs +5 -9
  318. package/dist/js/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
  319. package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs +4 -4
  320. package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
  321. package/dist/js/components/SearchField/SearchField.mjs +12 -12
  322. package/dist/js/components/SearchField/SearchField.mjs.map +1 -1
  323. package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs +5 -9
  324. package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
  325. package/dist/js/components/Select/Select.mjs +8 -8
  326. package/dist/js/components/Select/Select.mjs.map +1 -1
  327. package/dist/js/components/Slider/Slider.mjs +7 -7
  328. package/dist/js/components/Slider/Slider.mjs.map +1 -1
  329. package/dist/js/components/Switch/Switch.mjs +5 -9
  330. package/dist/js/components/Switch/Switch.mjs.map +1 -1
  331. package/dist/js/components/Tabs/components/Tab/Tab.mjs +6 -6
  332. package/dist/js/components/Tabs/components/Tab/Tab.mjs.map +1 -1
  333. package/dist/js/components/Tabs/components/TabList/TabList.mjs +1 -1
  334. package/dist/js/components/Text/Text.mjs +7 -8
  335. package/dist/js/components/Text/Text.mjs.map +1 -1
  336. package/dist/js/components/TextArea/TextArea.mjs +5 -8
  337. package/dist/js/components/TextArea/TextArea.mjs.map +1 -1
  338. package/dist/js/components/TextField/TextField.mjs +4 -9
  339. package/dist/js/components/TextField/TextField.mjs.map +1 -1
  340. package/dist/js/components/TextFieldBase/TextFieldBase.mjs +8 -8
  341. package/dist/js/components/TextFieldBase/TextFieldBase.mjs.map +1 -1
  342. package/dist/js/components/TimeField/TimeField.mjs +3 -4
  343. package/dist/js/components/TimeField/TimeField.mjs.map +1 -1
  344. package/dist/js/flr-universal.mjs +6 -6
  345. package/dist/js/icons.mjs +0 -1
  346. package/dist/js/icons.mjs.map +1 -1
  347. package/dist/js/index.mjs +1 -1
  348. package/dist/js/internal.mjs +0 -1
  349. package/dist/js/internal.mjs.map +1 -1
  350. package/dist/js/lib/propsContext/PropsContextProvider.mjs +5 -3
  351. package/dist/js/lib/propsContext/PropsContextProvider.mjs.map +1 -1
  352. package/dist/js/lib/react/cloneElement.mjs.map +1 -1
  353. package/dist/js/views/ClearPropsContextView.mjs +14 -0
  354. package/dist/js/views/ClearPropsContextView.mjs.map +1 -0
  355. package/dist/js/views/ContextMenuContentView.mjs +9 -9
  356. package/dist/js/views/DialogTriggerView.mjs +1 -1
  357. package/dist/js/views/ItemsGridListItemView.mjs +2 -2
  358. package/dist/js/views/ListItemViewContentView.mjs +2 -2
  359. package/dist/js/views/MenuTriggerView.mjs +1 -1
  360. package/dist/js/views/PopoverContentView.mjs +1 -1
  361. package/dist/types/components/Alert/Alert.d.ts +4 -7
  362. package/dist/types/components/Alert/Alert.d.ts.map +1 -1
  363. package/dist/types/components/AlertBadge/AlertBadge.d.ts +4 -7
  364. package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
  365. package/dist/types/components/AlertIcon/AlertIcon.d.ts +3 -6
  366. package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
  367. package/dist/types/components/Align/Align.d.ts +4 -7
  368. package/dist/types/components/Align/Align.d.ts.map +1 -1
  369. package/dist/types/components/Avatar/Avatar.d.ts +4 -7
  370. package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
  371. package/dist/types/components/Badge/Badge.d.ts +4 -7
  372. package/dist/types/components/Badge/Badge.d.ts.map +1 -1
  373. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +1 -4
  374. package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  375. package/dist/types/components/Button/Button.d.ts +3 -6
  376. package/dist/types/components/Button/Button.d.ts.map +1 -1
  377. package/dist/types/components/Checkbox/Checkbox.d.ts +1 -4
  378. package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
  379. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +2 -6
  380. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
  381. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +1 -4
  382. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
  383. package/dist/types/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.d.ts +1 -0
  384. package/dist/types/components/ClearPropsContext/ClearPropsContext.d.ts.map +1 -0
  385. package/dist/types/components/ClearPropsContext/ClearPropsContext.test.d.ts.map +1 -0
  386. package/dist/types/components/ClearPropsContext/index.d.ts +2 -0
  387. package/dist/types/components/ClearPropsContext/index.d.ts.map +1 -0
  388. package/dist/types/components/ClearPropsContext/view.d.ts +8 -0
  389. package/dist/types/components/ClearPropsContext/view.d.ts.map +1 -0
  390. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +2 -5
  391. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
  392. package/dist/types/components/Content/Content.d.ts +4 -7
  393. package/dist/types/components/Content/Content.d.ts.map +1 -1
  394. package/dist/types/components/ContextMenu/ContextMenu.d.ts +4 -5
  395. package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -1
  396. package/dist/types/components/ContextMenu/lib.d.ts +1 -1
  397. package/dist/types/components/ContextualHelp/ContextualHelp.d.ts +2 -6
  398. package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
  399. package/dist/types/components/CopyButton/CopyButton.d.ts +3 -6
  400. package/dist/types/components/CopyButton/CopyButton.d.ts.map +1 -1
  401. package/dist/types/components/DatePicker/DatePicker.d.ts +3 -6
  402. package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
  403. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +3 -6
  404. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  405. package/dist/types/components/FieldDescription/FieldDescription.d.ts +2 -6
  406. package/dist/types/components/FieldDescription/FieldDescription.d.ts.map +1 -1
  407. package/dist/types/components/FieldError/FieldError.d.ts +3 -6
  408. package/dist/types/components/FieldError/FieldError.d.ts.map +1 -1
  409. package/dist/types/components/FileCardList/FileCardList.d.ts +2 -6
  410. package/dist/types/components/FileCardList/FileCardList.d.ts.map +1 -1
  411. package/dist/types/components/FileField/FileField.d.ts +3 -6
  412. package/dist/types/components/FileField/FileField.d.ts.map +1 -1
  413. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +2 -5
  414. package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts.map +1 -1
  415. package/dist/types/components/Heading/Heading.d.ts +2 -6
  416. package/dist/types/components/Heading/Heading.d.ts.map +1 -1
  417. package/dist/types/components/Icon/Icon.d.ts +2 -5
  418. package/dist/types/components/Icon/Icon.d.ts.map +1 -1
  419. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +1 -4
  420. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
  421. package/dist/types/components/Image/Image.d.ts +1 -4
  422. package/dist/types/components/Image/Image.d.ts.map +1 -1
  423. package/dist/types/components/Initials/Initials.d.ts +3 -6
  424. package/dist/types/components/Initials/Initials.d.ts.map +1 -1
  425. package/dist/types/components/InlineCode/InlineCode.d.ts +1 -4
  426. package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
  427. package/dist/types/components/Label/Label.d.ts +3 -6
  428. package/dist/types/components/Label/Label.d.ts.map +1 -1
  429. package/dist/types/components/LabeledValue/LabeledValue.d.ts +2 -5
  430. package/dist/types/components/LabeledValue/LabeledValue.d.ts.map +1 -1
  431. package/dist/types/components/LayoutCard/LayoutCard.d.ts +4 -7
  432. package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
  433. package/dist/types/components/LightBox/LightBox.d.ts +4 -7
  434. package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
  435. package/dist/types/components/Link/Link.d.ts +3 -6
  436. package/dist/types/components/Link/Link.d.ts.map +1 -1
  437. package/dist/types/components/List/typedList.d.ts +1 -1
  438. package/dist/types/components/Message/Message.d.ts +4 -7
  439. package/dist/types/components/Message/Message.d.ts.map +1 -1
  440. package/dist/types/components/MessageThread/MessageThread.d.ts +6 -9
  441. package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
  442. package/dist/types/components/Notification/Notification.d.ts +2 -5
  443. package/dist/types/components/Notification/Notification.d.ts.map +1 -1
  444. package/dist/types/components/NumberField/NumberField.d.ts +3 -6
  445. package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
  446. package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -5
  447. package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
  448. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +3 -6
  449. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts.map +1 -1
  450. package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +2 -6
  451. package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts.map +1 -1
  452. package/dist/types/components/SearchField/SearchField.d.ts +3 -6
  453. package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
  454. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts +3 -6
  455. package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts.map +1 -1
  456. package/dist/types/components/Select/Select.d.ts +4 -7
  457. package/dist/types/components/Select/Select.d.ts.map +1 -1
  458. package/dist/types/components/Slider/Slider.d.ts +3 -6
  459. package/dist/types/components/Slider/Slider.d.ts.map +1 -1
  460. package/dist/types/components/Switch/Switch.d.ts +3 -6
  461. package/dist/types/components/Switch/Switch.d.ts.map +1 -1
  462. package/dist/types/components/Tabs/components/Tab/Tab.d.ts +1 -4
  463. package/dist/types/components/Tabs/components/Tab/Tab.d.ts.map +1 -1
  464. package/dist/types/components/Text/Text.d.ts +4 -7
  465. package/dist/types/components/Text/Text.d.ts.map +1 -1
  466. package/dist/types/components/TextArea/TextArea.d.ts +2 -6
  467. package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
  468. package/dist/types/components/TextField/TextField.d.ts +2 -6
  469. package/dist/types/components/TextField/TextField.d.ts.map +1 -1
  470. package/dist/types/components/TextFieldBase/TextFieldBase.d.ts.map +1 -1
  471. package/dist/types/components/TimeField/TimeField.d.ts +3 -6
  472. package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
  473. package/dist/types/components/public.d.ts +1 -0
  474. package/dist/types/components/public.d.ts.map +1 -1
  475. package/dist/types/lib/propsContext/PropsContextProvider.d.ts +1 -1
  476. package/dist/types/lib/propsContext/PropsContextProvider.d.ts.map +1 -1
  477. package/dist/types/lib/propsContext/index.d.ts +0 -1
  478. package/dist/types/lib/propsContext/index.d.ts.map +1 -1
  479. package/dist/types/lib/react/cloneElement.d.ts.map +1 -1
  480. package/dist/types/views/ClearPropsContextView.d.ts +5 -0
  481. package/dist/types/views/ClearPropsContextView.d.ts.map +1 -0
  482. package/package.json +5 -5
  483. package/dist/js/lib/propsContext/ClearPropsContext.mjs.map +0 -1
  484. package/dist/types/lib/propsContext/ClearPropsContext.d.ts.map +0 -1
  485. package/dist/types/lib/propsContext/ClearPropsContext.test.d.ts.map +0 -1
  486. /package/dist/types/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.test.d.ts +0 -0
@@ -1,6 +1,6 @@
1
- import { ComponentProps, ComponentType, PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
3
2
  import { PropsWithClassName } from '../../lib/types/props';
3
+ import { ComponentProps, ComponentType, PropsWithChildren } from 'react';
4
4
  import * as Aria from "react-aria-components";
5
5
  export interface LinkProps extends PropsWithChildren<Omit<Aria.LinkProps, "children" | "slot" | "className">>, FlowComponentProps, PropsWithClassName {
6
6
  /** Whether the link should be styled for being displayed inside a text. */
@@ -14,10 +14,7 @@ export interface LinkProps extends PropsWithChildren<Omit<Aria.LinkProps, "child
14
14
  /** @internal */
15
15
  unstyled?: boolean;
16
16
  }
17
- /**
18
- * @flr-generate all
19
- * @flr-clear-props-context
20
- */
21
- export declare const Link: React.FunctionComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
17
+ /** @flr-generate all */
18
+ export declare const Link: import('react').FunctionComponent<LinkProps & import('react').RefAttributes<HTMLAnchorElement>>;
22
19
  export default Link;
23
20
  //# sourceMappingURL=Link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAK9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAI5D,MAAM,WAAW,SACf,SAAQ,iBAAiB,CACrB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,MAAM,GAAG,WAAW,CAAC,CACxD,EACD,kBAAkB,EAClB,kBAAkB;IACpB,2EAA2E;IAC3E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qCAAqC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;IAChE,gDAAgD;IAChD,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gBAAgB;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI,6EAwDhB,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,OAAO,KAAK,EAAE,cAAc,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE9E,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,SACf,SAAQ,iBAAiB,CACrB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,MAAM,GAAG,WAAW,CAAC,CACxD,EACD,kBAAkB,EAClB,kBAAkB;IACpB,2EAA2E;IAC3E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,qCAAqC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC;IAChE,gDAAgD;IAChD,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gBAAgB;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,iGAwDhB,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -29,12 +29,12 @@ export declare const typedList: <T>() => {
29
29
  defaultStyle: import('react').CSSProperties;
30
30
  }) => import('react').CSSProperties | undefined) | undefined;
31
31
  children?: import('react').ReactNode;
32
- value?: undefined;
33
32
  className?: string | ((values: import('react-aria-components').RowRenderProps & {
34
33
  defaultClassName: string | undefined;
35
34
  }) => string) | undefined;
36
35
  id?: import('react-aria').Key | undefined;
37
36
  rel?: string | undefined;
37
+ value?: undefined;
38
38
  target?: import('react').HTMLAttributeAnchorTarget | undefined;
39
39
  href?: import('@react-types/shared').Href | undefined;
40
40
  isDisabled?: boolean | undefined;
@@ -1,14 +1,11 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
- import { PropsWithClassName } from '../../lib/types/props';
3
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithClassName } from '../../lib/types/props';
3
+ import { PropsWithChildren } from 'react';
4
4
  export interface MessageProps extends PropsWithChildren, PropsWithClassName, FlowComponentProps {
5
5
  /** Determines the color and orientation of the message. @default "responder" */
6
6
  type?: "responder" | "sender";
7
7
  }
8
- /**
9
- * @flr-generate all
10
- * @flr-clear-props-context
11
- */
12
- export declare const Message: React.FunctionComponent<MessageProps & React.RefAttributes<HTMLDivElement>>;
8
+ /** @flr-generate all */
9
+ export declare const Message: import('react').FunctionComponent<MessageProps & import('react').RefAttributes<HTMLDivElement>>;
13
10
  export default Message;
14
11
  //# sourceMappingURL=Message.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAI5D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAC9C,MAAM,WAAW,YACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,kBAAkB;IACpB,gFAAgF;IAChF,IAAI,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC/B;AAED;;;GAGG;AACH,eAAO,MAAM,OAAO,6EAoClB,CAAC;AAEH,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../../src/components/Message/Message.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,WAAW,YACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,kBAAkB;IACpB,gFAAgF;IAChF,IAAI,CAAC,EAAE,WAAW,GAAG,QAAQ,CAAC;CAC/B;AAED,wBAAwB;AACxB,eAAO,MAAM,OAAO,iGAoClB,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -1,12 +1,9 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
- import { PropsWithClassName } from '../../lib/types/props';
3
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithClassName } from '../../lib/types/props';
3
+ import { PropsWithChildren } from 'react';
4
4
  export type MessageThreadProps = PropsWithChildren & PropsWithClassName & FlowComponentProps;
5
- /**
6
- * @flr-generate all
7
- * @flr-clear-props-context
8
- */
9
- export declare const MessageThread: React.FunctionComponent<{
10
- children?: React.ReactNode | undefined;
11
- } & PropsWithClassName & FlowComponentProps & React.RefAttributes<HTMLDivElement>>;
5
+ /** @flr-generate all */
6
+ export declare const MessageThread: import('react').FunctionComponent<{
7
+ children?: import('react').ReactNode | undefined;
8
+ } & PropsWithClassName & FlowComponentProps & import('react').RefAttributes<HTMLDivElement>>;
12
9
  //# sourceMappingURL=MessageThread.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageThread.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageThread/MessageThread.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAQ5D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAE9C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAChD,kBAAkB,GAClB,kBAAkB,CAAC;AAErB;;;GAGG;AACH,eAAO,MAAM,aAAa;;kFAsBxB,CAAC"}
1
+ {"version":3,"file":"MessageThread.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageThread/MessageThread.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAM9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAChD,kBAAkB,GAClB,kBAAkB,CAAC;AAErB,wBAAwB;AACxB,eAAO,MAAM,aAAa;;4FAsBxB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { ComponentProps, FC, PropsWithChildren } from 'react';
2
1
  import { PropsWithStatus } from '../../lib/types/props';
2
+ import { ComponentProps, FC, PropsWithChildren } from 'react';
3
3
  export interface NotificationProps extends PropsWithChildren<ComponentProps<"div">>, PropsWithStatus {
4
4
  /** A link that is triggered when clicking the notification. */
5
5
  href?: string;
@@ -13,10 +13,7 @@ export interface NotificationProps extends PropsWithChildren<ComponentProps<"div
13
13
  */
14
14
  onClose?: () => void;
15
15
  }
16
- /**
17
- * @flr-generate all
18
- * @flr-clear-props-context
19
- */
16
+ /** @flr-generate all */
20
17
  export declare const Notification: FC<NotificationProps>;
21
18
  export default Notification;
22
19
  //# sourceMappingURL=Notification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/Notification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAUzD,MAAM,WAAW,iBACf,SAAQ,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EAC9C,eAAe;IACjB,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+EAA+E;IAC/E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,+DAA+D;IAC/D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0D9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/Notification.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnE,MAAM,WAAW,iBACf,SAAQ,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EAC9C,eAAe;IACjB,+DAA+D;IAC/D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+EAA+E;IAC/E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,+DAA+D;IAC/D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0D9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,12 +1,9 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface NumberFieldProps extends PropsWithChildren<Omit<Aria.NumberFieldProps, "children">>, FlowComponentProps {
5
5
  }
6
- /**
7
- * @flr-generate all
8
- * @flr-clear-props-context
9
- */
10
- export declare const NumberField: React.FunctionComponent<NumberFieldProps & React.RefAttributes<HTMLInputElement>>;
6
+ /** @flr-generate all */
7
+ export declare const NumberField: import('react').FunctionComponent<NumberFieldProps & import('react').RefAttributes<HTMLInputElement>>;
11
8
  export default NumberField;
12
9
  //# sourceMappingURL=NumberField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberField/NumberField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAc9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,kBAAkB;CAAG;AAEzB;;;GAGG;AACH,eAAO,MAAM,WAAW,mFAsDvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"NumberField.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberField/NumberField.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,WAAW,uGAsDvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,5 +1,5 @@
1
- import { FC, PropsWithChildren } from 'react';
2
1
  import { PropsWithStatus } from '../../lib/types/props';
2
+ import { FC, PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface ProgressBarProps extends PropsWithChildren<Omit<Aria.ProgressBarProps, "children">>, PropsWithStatus {
5
5
  /** Whether the max value should be displayed. */
@@ -7,10 +7,7 @@ export interface ProgressBarProps extends PropsWithChildren<Omit<Aria.ProgressBa
7
7
  /** The size variant of the progress bar @default "m" */
8
8
  size?: "s" | "m";
9
9
  }
10
- /**
11
- * @flr-generate all
12
- * @flr-clear-props-context
13
- */
10
+ /** @flr-generate all */
14
11
  export declare const ProgressBar: FC<ProgressBarProps>;
15
12
  export default ProgressBar;
16
13
  //# sourceMappingURL=ProgressBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAKnD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAKzD,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,eAAe;IACjB,iDAAiD;IACjD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,wDAAwD;IACxD,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAClB;AAED;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAkD5C,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,eAAe;IACjB,iDAAiD;IACjD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,wDAAwD;IACxD,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAClB;AAED,wBAAwB;AACxB,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAkD5C,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,12 +1,9 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface RadioProps extends PropsWithChildren<Omit<Aria.RadioProps, "children">>, FlowComponentProps {
5
5
  }
6
- /**
7
- * @flr-generate all
8
- * @flr-clear-props-context
9
- */
10
- export declare const Radio: React.FunctionComponent<RadioProps & React.RefAttributes<HTMLLabelElement>>;
6
+ /** @flr-generate all */
7
+ export declare const Radio: import('react').FunctionComponent<RadioProps & import('react').RefAttributes<HTMLLabelElement>>;
11
8
  export default Radio;
12
9
  //# sourceMappingURL=Radio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/components/Radio/Radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,MAAM,WAAW,UACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;CAAG;AAEzB;;;GAGG;AACH,eAAO,MAAM,KAAK,6EAwBjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/components/Radio/Radio.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,UACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,KAAK,iGAwBjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,12 +1,8 @@
1
- import { default as React } from 'react';
2
1
  import { RadioProps } from '../..';
3
2
  import { FlowComponentProps } from '../../../../lib/componentFactory/flowComponent';
4
3
  export interface RadioButtonProps extends RadioProps, FlowComponentProps {
5
4
  }
6
- /**
7
- * @flr-generate all
8
- * @flr-clear-props-context
9
- */
10
- export declare const RadioButton: React.FunctionComponent<RadioButtonProps & React.RefAttributes<HTMLLabelElement>>;
5
+ /** @flr-generate all */
6
+ export declare const RadioButton: import('react').FunctionComponent<RadioButtonProps & import('react').RefAttributes<HTMLLabelElement>>;
11
7
  export default RadioButton;
12
8
  //# sourceMappingURL=RadioButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/components/RadioButton/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,MAAM,WAAW,gBAAiB,SAAQ,UAAU,EAAE,kBAAkB;CAAG;AAE3E;;;GAGG;AACH,eAAO,MAAM,WAAW,mFA0BvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RadioGroup/components/RadioButton/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAQ/E,MAAM,WAAW,gBAAiB,SAAQ,UAAU,EAAE,kBAAkB;CAAG;AAE3E,wBAAwB;AACxB,eAAO,MAAM,WAAW,uGA0BvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,12 +1,9 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface SearchFieldProps extends PropsWithChildren<Omit<Aria.SearchFieldProps, "children">>, FlowComponentProps {
5
5
  }
6
- /**
7
- * @flr-generate all
8
- * @flr-clear-props-context
9
- */
10
- export declare const SearchField: React.FunctionComponent<SearchFieldProps & React.RefAttributes<HTMLInputElement>>;
6
+ /** @flr-generate all */
7
+ export declare const SearchField: import('react').FunctionComponent<SearchFieldProps & import('react').RefAttributes<HTMLInputElement>>;
11
8
  export default SearchField;
12
9
  //# sourceMappingURL=SearchField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/SearchField/SearchField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAO9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAO/E,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,kBAAkB;CAAG;AAEzB;;;GAGG;AACH,eAAO,MAAM,WAAW,mFA0DvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"SearchField.d.ts","sourceRoot":"","sources":["../../../../src/components/SearchField/SearchField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAK9C,MAAM,WAAW,gBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAChE,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,WAAW,uGA0DvB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,12 +1,9 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface SegmentProps extends PropsWithChildren<Omit<Aria.RadioProps, "children">>, FlowComponentProps {
5
5
  }
6
- /**
7
- * @flr-generate all
8
- * @flr-clear-props-context
9
- */
10
- export declare const Segment: React.FunctionComponent<SegmentProps & React.RefAttributes<HTMLLabelElement>>;
6
+ /** @flr-generate all */
7
+ export declare const Segment: import('react').FunctionComponent<SegmentProps & import('react').RefAttributes<HTMLLabelElement>>;
11
8
  export default Segment;
12
9
  //# sourceMappingURL=Segment.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Segment.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SegmentedControl/components/Segment/Segment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,MAAM,WAAW,YACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;CAAG;AAEzB;;;GAGG;AACH,eAAO,MAAM,OAAO,+EAgBnB,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Segment.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SegmentedControl/components/Segment/Segment.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,YACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,OAAO,mGAgBnB,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -1,7 +1,7 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
3
- import { PropsWithClassName } from '../../lib/types/props';
4
2
  import { OverlayController } from '../../lib/controller';
3
+ import { PropsWithClassName } from '../../lib/types/props';
4
+ import { PropsWithChildren } from 'react';
5
5
  import * as Aria from "react-aria-components";
6
6
  export interface SelectProps extends PropsWithChildren<Omit<Aria.SelectProps<{
7
7
  example: string;
@@ -11,10 +11,7 @@ export interface SelectProps extends PropsWithChildren<Omit<Aria.SelectProps<{
11
11
  /** An overlay controller to control the select option popover state. */
12
12
  controller?: OverlayController;
13
13
  }
14
- /**
15
- * @flr-generate all
16
- * @flr-clear-props-context
17
- */
18
- export declare const Select: React.FunctionComponent<SelectProps & React.RefAttributes<HTMLDivElement>>;
14
+ /** @flr-generate all */
15
+ export declare const Select: import('react').FunctionComponent<SelectProps & import('react').RefAttributes<HTMLDivElement>>;
19
16
  export default Select;
20
17
  //# sourceMappingURL=Select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAQ9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,KAAK,iBAAiB,EAAwB,MAAM,kBAAkB,CAAC;AAEhF,MAAM,WAAW,WACf,SAAQ,iBAAiB,CACrB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC,CACtE,EACD,kBAAkB,EAClB,kBAAkB;IACpB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5C,wEAAwE;IACxE,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,4EA4EjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,EAAE,KAAK,iBAAiB,EAAwB,MAAM,kBAAkB,CAAC;AAGhF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,WACf,SAAQ,iBAAiB,CACrB,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC,EAAE,UAAU,GAAG,WAAW,CAAC,CACtE,EACD,kBAAkB,EAClB,kBAAkB;IACpB,8DAA8D;IAC9D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5C,wEAAwE;IACxE,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC;AAED,wBAAwB;AACxB,eAAO,MAAM,MAAM,gGA4EjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
@@ -1,13 +1,10 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface SliderProps extends FlowComponentProps, PropsWithChildren<Aria.SliderProps>, Pick<Aria.SliderThumbProps, "name"> {
5
5
  showInitialMarker?: boolean;
6
6
  }
7
- /**
8
- * @flr-generate all
9
- * @flr-clear-props-context
10
- */
11
- export declare const Slider: React.FunctionComponent<SliderProps & React.RefAttributes<HTMLDivElement>>;
7
+ /** @flr-generate all */
8
+ export declare const Slider: import('react').FunctionComponent<SliderProps & import('react').RefAttributes<HTMLDivElement>>;
12
9
  export default Slider;
13
10
  //# sourceMappingURL=Slider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAU9C,MAAM,WAAW,WACf,SAAQ,kBAAkB,EACxB,iBAAiB,CAAC,IAAI,CAAC,WAAW,CAAC,EACnC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,MAAM,CAAC;IACrC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,4EAyFjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../src/components/Slider/Slider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,WACf,SAAQ,kBAAkB,EACxB,iBAAiB,CAAC,IAAI,CAAC,WAAW,CAAC,EACnC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,MAAM,CAAC;IACrC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAwB;AACxB,eAAO,MAAM,MAAM,gGAyFjB,CAAC;AAEH,eAAe,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithChildren } from 'react';
3
3
  import * as Aria from "react-aria-components";
4
4
  export interface SwitchProps extends PropsWithChildren<Omit<Aria.SwitchProps, "children">>, FlowComponentProps {
5
5
  /**
@@ -8,10 +8,7 @@ export interface SwitchProps extends PropsWithChildren<Omit<Aria.SwitchProps, "c
8
8
  */
9
9
  labelPosition?: "leading" | "trailing";
10
10
  }
11
- /**
12
- * @flr-generate all
13
- * @flr-clear-props-context
14
- */
15
- export declare const Switch: React.FunctionComponent<SwitchProps & React.RefAttributes<HTMLLabelElement>>;
11
+ /** @flr-generate all */
12
+ export declare const Switch: import('react').FunctionComponent<SwitchProps & import('react').RefAttributes<HTMLLabelElement>>;
16
13
  export default Switch;
17
14
  //# sourceMappingURL=Switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/Switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,MAAM,WAAW,WACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC,EAC3D,kBAAkB;IACpB;;;OAGG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;CACxC;AAED;;;GAGG;AACH,eAAO,MAAM,MAAM,8EAkClB,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/Switch/Switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,WACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC,EAC3D,kBAAkB;IACpB;;;OAGG;IACH,aAAa,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;CACxC;AAED,wBAAwB;AACxB,eAAO,MAAM,MAAM,kGAkClB,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -2,10 +2,7 @@ import { FC, PropsWithChildren } from 'react';
2
2
  import * as Aria from "react-aria-components";
3
3
  export interface TabProps extends Omit<Aria.TabPanelProps, "children">, PropsWithChildren {
4
4
  }
5
- /**
6
- * @flr-generate all
7
- * @flr-clear-props-context
8
- */
5
+ /** @flr-generate all */
9
6
  export declare const Tab: FC<TabProps>;
10
7
  export default Tab;
11
8
  //# sourceMappingURL=Tab.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/components/Tab/Tab.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAG9D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAS9C,MAAM,WAAW,QACf,SAAQ,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,EAC1C,iBAAiB;CAAG;AAExB;;;GAGG;AACH,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,QAAQ,CA4C5B,CAAC;AAEF,eAAe,GAAG,CAAC"}
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tabs/components/Tab/Tab.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAG9D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,QACf,SAAQ,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,EAC1C,iBAAiB;CAAG;AAExB,wBAAwB;AACxB,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,QAAQ,CA4C5B,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -1,16 +1,13 @@
1
- import { PropsWithChildren, default as React } from 'react';
2
- import { PropsWithElementType } from '../../lib/types/props';
3
1
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
2
+ import { PropsWithElementType } from '../../lib/types/props';
3
+ import { PropsWithChildren } from 'react';
4
4
  import * as Aria from "react-aria-components";
5
5
  export interface TextProps extends PropsWithChildren, Omit<Aria.TextProps, "children" | "elementType">, PropsWithElementType<"span" | "div" | "p">, FlowComponentProps {
6
6
  emulateBoldWidth?: boolean;
7
7
  color?: "light" | "dark";
8
8
  align?: "start" | "end" | "center";
9
9
  }
10
- /**
11
- * @flr-generate all
12
- * @flr-clear-props-context
13
- */
14
- export declare const Text: React.FunctionComponent<TextProps & React.RefAttributes<HTMLDivElement>>;
10
+ /** @flr-generate all */
11
+ export declare const Text: import('react').FunctionComponent<TextProps & import('react').RefAttributes<HTMLDivElement>>;
15
12
  export default Text;
16
13
  //# sourceMappingURL=Text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAO/E,MAAM,WAAW,SACf,SAAQ,iBAAiB,EACvB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,aAAa,CAAC,EAChD,oBAAoB,CAAC,MAAM,GAAG,KAAK,GAAG,GAAG,CAAC,EAC1C,kBAAkB;IAEpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzB,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;CACpC;AAED;;;GAGG;AACH,eAAO,MAAM,IAAI,0EAwDf,CAAC;AAEH,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAI9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,SACf,SAAQ,iBAAiB,EACvB,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,UAAU,GAAG,aAAa,CAAC,EAChD,oBAAoB,CAAC,MAAM,GAAG,KAAK,GAAG,GAAG,CAAC,EAC1C,kBAAkB;IAEpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAEzB,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;CACpC;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,8FAwDf,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -1,4 +1,3 @@
1
- import { default as React } from 'react';
2
1
  import { TextFieldBaseProps } from '../TextFieldBase';
3
2
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
4
3
  import * as Aria from "react-aria-components";
@@ -9,10 +8,7 @@ export interface TextAreaProps extends Omit<TextFieldBaseProps, "input">, Pick<A
9
8
  */
10
9
  autoResizeMaxRows?: number;
11
10
  }
12
- /**
13
- * @flr-generate all
14
- * @flr-clear-props-context
15
- */
16
- export declare const TextArea: React.FunctionComponent<TextAreaProps & React.RefAttributes<HTMLDivElement>>;
11
+ /** @flr-generate all */
12
+ export declare const TextArea: import('react').FunctionComponent<TextAreaProps & import('react').RefAttributes<HTMLDivElement>>;
17
13
  export default TextArea;
18
14
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAiB,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAIrE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,EACvC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAAC,EAChD,kBAAkB;IACpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;GAGG;AACH,eAAO,MAAM,QAAQ,8EAiDnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,EACvC,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,CAAC,EAChD,kBAAkB;IACpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAwB;AACxB,eAAO,MAAM,QAAQ,kGAiDnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -1,14 +1,10 @@
1
- import { default as React } from 'react';
2
1
  import { TextFieldBaseProps } from '../TextFieldBase';
3
2
  import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
4
3
  import { PropsWithClassName } from '../../lib/types/props';
5
4
  import * as Aria from "react-aria-components";
6
5
  export interface TextFieldProps extends Omit<TextFieldBaseProps, "input" | "className">, Pick<Aria.InputProps, "placeholder" | "form">, PropsWithClassName, FlowComponentProps {
7
6
  }
8
- /**
9
- * @flr-generate all
10
- * @flr-clear-props-context
11
- */
12
- export declare const TextField: React.FunctionComponent<TextFieldProps & React.RefAttributes<HTMLDivElement>>;
7
+ /** @flr-generate all */
8
+ export declare const TextField: import('react').FunctionComponent<TextFieldProps & import('react').RefAttributes<HTMLDivElement>>;
13
9
  export default TextField;
14
10
  //# sourceMappingURL=TextField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAIrE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,kBAAkB,EAAE,OAAO,GAAG,WAAW,CAAC,EACrD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,GAAG,MAAM,CAAC,EAC7C,kBAAkB,EAClB,kBAAkB;CAAG;AAEzB;;;GAGG;AACH,eAAO,MAAM,SAAS,+EAmBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAErE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,kBAAkB,EAAE,OAAO,GAAG,WAAW,CAAC,EACrD,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,aAAa,GAAG,MAAM,CAAC,EAC7C,kBAAkB,EAClB,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,SAAS,mGAmBpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextFieldBase.d.ts","sourceRoot":"","sources":["../../../../src/components/TextFieldBase/TextFieldBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAU9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;IAChE,GAAG,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC5B,wBAAwB;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,kFAAkF;IAClF,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA4DhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"TextFieldBase.d.ts","sourceRoot":"","sources":["../../../../src/components/TextFieldBase/TextFieldBase.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAGnE,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;IAChE,GAAG,CAAC,EAAE,GAAG,CAAC,gBAAgB,CAAC,CAAC;IAC5B,wBAAwB;IACxB,KAAK,EAAE,SAAS,CAAC;IACjB,kFAAkF;IAClF,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CA4DhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,13 +1,10 @@
1
- import { PropsWithChildren, ReactNode, default as React } from 'react';
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
2
  import * as Aria from "react-aria-components";
3
3
  export interface TimeFieldProps<T extends Aria.TimeValue = Aria.TimeValue> extends PropsWithChildren<Omit<Aria.TimeFieldProps<T>, "children">> {
4
4
  /** An error message to be displayed below the field */
5
5
  errorMessage?: ReactNode;
6
6
  }
7
- /**
8
- * @flr-generate all
9
- * @flr-clear-props-context
10
- */
11
- export declare const TimeField: React.FunctionComponent<TimeFieldProps<Aria.TimeValue> & React.RefAttributes<HTMLDivElement>>;
7
+ /** @flr-generate all */
8
+ export declare const TimeField: import('react').FunctionComponent<TimeFieldProps<Aria.TimeValue> & import('react').RefAttributes<HTMLDivElement>>;
12
9
  export default TimeField;
13
10
  //# sourceMappingURL=TimeField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TimeField.d.ts","sourceRoot":"","sources":["../../../../src/components/TimeField/TimeField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAS9C,MAAM,WAAW,cAAc,CAAC,CAAC,SAAS,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CACvE,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;IACnE,uDAAuD;IACvD,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED;;;GAGG;AACH,eAAO,MAAM,SAAS,+FAgCpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"TimeField.d.ts","sourceRoot":"","sources":["../../../../src/components/TimeField/TimeField.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,cAAc,CAAC,CAAC,SAAS,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CACvE,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;IACnE,uDAAuD;IACvD,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,wBAAwB;AACxB,eAAO,MAAM,SAAS,mHAgCpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -15,6 +15,7 @@ export * from './Chat';
15
15
  export * from './Checkbox';
16
16
  export * from './CheckboxButton';
17
17
  export * from './CheckboxGroup';
18
+ export * from './ClearPropsContext';
18
19
  export * from './CodeBlock';
19
20
  export * from './ColumnLayout';
20
21
  export * from './ComboBox';
@@ -1 +1 @@
1
- {"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAElC,cAAc,+BAA+B,CAAC"}
1
+ {"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAElC,cAAc,+BAA+B,CAAC"}
@@ -1,5 +1,5 @@
1
- import { DependencyList, FC, PropsWithChildren } from 'react';
2
1
  import { PropsContext as PropsContextShape } from './types';
2
+ import { DependencyList, FC, PropsWithChildren } from 'react';
3
3
  interface Props extends PropsWithChildren {
4
4
  props: PropsContextShape;
5
5
  dependencies?: DependencyList;
@@ -1 +1 @@
1
- {"version":3,"file":"PropsContextProvider.d.ts","sourceRoot":"","sources":["../../../../src/lib/propsContext/PropsContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEnE,OAAO,KAAK,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAIlF,UAAU,KAAM,SAAQ,iBAAiB;IACvC,KAAK,EAAE,iBAAiB,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CAyB1C,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"PropsContextProvider.d.ts","sourceRoot":"","sources":["../../../../src/lib/propsContext/PropsContextProvider.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAElF,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnE,UAAU,KAAM,SAAQ,iBAAiB;IACvC,KAAK,EAAE,iBAAiB,CAAC;IACzB,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAED,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,KAAK,CA6B1C,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  export { propsContext } from './propsContext';
2
- export { ClearPropsContext } from './ClearPropsContext';
3
2
  export { PropsContextProvider } from './PropsContextProvider';
4
3
  export { dynamic } from './dynamicProps/dynamic';
5
4
  export type { PropsContext } from './types';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/propsContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/propsContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AACjD,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"cloneElement.d.ts","sourceRoot":"","sources":["../../../../src/lib/react/cloneElement.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,YAAY,GAAI,CAAC,WACnB,YAAY,CAAC,CAAC,CAAC,UAChB,OAAO,CAAC,CAAC,CAAC,GAAG,UAAU,+DAOhC,CAAC"}
1
+ {"version":3,"file":"cloneElement.d.ts","sourceRoot":"","sources":["../../../../src/lib/react/cloneElement.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,eAAO,MAAM,YAAY,GAAI,CAAC,WACnB,YAAY,CAAC,CAAC,CAAC,UAChB,OAAO,CAAC,CAAC,CAAC,GAAG,UAAU,+DAOhC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { ClearPropsContextProps } from '../components/ClearPropsContext';
3
+ declare const ClearPropsContextView: FC<ClearPropsContextProps>;
4
+ export default ClearPropsContextView;
5
+ //# sourceMappingURL=ClearPropsContextView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClearPropsContextView.d.ts","sourceRoot":"","sources":["../../../src/views/ClearPropsContextView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,gCAAgC,CAAC;AAGxC,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,sBAAsB,CAIrD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.74",
3
+ "version": "0.2.0-alpha.76",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@chakra-ui/live-region": "^2.1.0",
54
54
  "@internationalized/string-compiler": "^3.2.6",
55
- "@mittwald/react-tunnel": "0.2.0-alpha.74",
55
+ "@mittwald/react-tunnel": "0.2.0-alpha.76",
56
56
  "@mittwald/react-use-promise": "^2.6.0",
57
57
  "@react-aria/form": "^3.0.12",
58
58
  "@react-aria/utils": "^3.27.0",
@@ -90,11 +90,11 @@
90
90
  "devDependencies": {
91
91
  "@faker-js/faker": "^9.5.0",
92
92
  "@internationalized/date": "^3.7.0",
93
- "@mittwald/flow-design-tokens": "0.2.0-alpha.74",
93
+ "@mfalkenberg/remote-dom-react": "^1.2.2",
94
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.76",
94
95
  "@mittwald/react-use-promise": "^2.6.0",
95
96
  "@mittwald/typescript-config": "",
96
97
  "@nx/storybook": "^20.4.5",
97
- "@remote-dom/react": "^1.2.2",
98
98
  "@storybook/addon-a11y": "^8.5.8",
99
99
  "@storybook/addon-actions": "^8.5.8",
100
100
  "@storybook/addon-essentials": "^8.5.8",
@@ -168,5 +168,5 @@
168
168
  "optional": true
169
169
  }
170
170
  },
171
- "gitHead": "913d6dcefe47ce1c75579d91b7ae1df9c81e07da"
171
+ "gitHead": "fb677cf38210c6dfe3018ab2e40cd9033eff801c"
172
172
  }