@draftbit/core 46.4.4-c96c31.2 → 46.4.4-ca1193.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (438) hide show
  1. package/lib/commonjs/components/AnimatedCircularProgress.js +2 -12
  2. package/lib/commonjs/components/CardContainer.js +5 -15
  3. package/lib/commonjs/components/CardContainerRating.js +5 -15
  4. package/lib/commonjs/components/CardContainerShortImage.js +5 -17
  5. package/lib/commonjs/components/Carousel.js +2 -2
  6. package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +6 -24
  7. package/lib/commonjs/components/Checkbox/CheckboxRow.js +6 -24
  8. package/lib/commonjs/components/CircularProgress.js +7 -15
  9. package/lib/commonjs/components/DatePicker/DatePicker.js +8 -18
  10. package/lib/commonjs/components/DeprecatedCardWrapper.js +2 -17
  11. package/lib/commonjs/components/Elevation.js +3 -15
  12. package/lib/commonjs/components/Picker/PickerComponent.android.js +5 -24
  13. package/lib/commonjs/components/Picker/PickerComponent.web.js +5 -24
  14. package/lib/commonjs/components/ProgressBar.js +7 -23
  15. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +6 -24
  16. package/lib/commonjs/components/ScreenContainer.js +5 -23
  17. package/lib/commonjs/components/StepIndicator.js +16 -34
  18. package/lib/commonjs/components/Stepper.js +1 -2
  19. package/lib/commonjs/components/Text.js +10 -40
  20. package/lib/commonjs/components/TextField.js +30 -63
  21. package/lib/commonjs/mappings/AudioPlayer.js +32 -2
  22. package/lib/commonjs/mappings/DatePicker.js +0 -13
  23. package/lib/commonjs/mappings/DatePickerInput.js +91 -0
  24. package/lib/commonjs/mappings/StarRating.js +2 -6
  25. package/lib/commonjs/mappings/TextArea.js +14 -3
  26. package/lib/commonjs/mappings/TextField.js +14 -4
  27. package/lib/commonjs/mappings/TextInput.js +14 -3
  28. package/lib/module/components/Accordion/AccordionItem.js +5 -26
  29. package/lib/module/components/Banner.js +4 -24
  30. package/lib/module/components/Button.js +11 -32
  31. package/lib/module/components/CardBlock.js +5 -15
  32. package/lib/module/components/Carousel.js +12 -36
  33. package/lib/module/components/Checkbox/CheckboxGroupRow.js +6 -24
  34. package/lib/module/components/Checkbox/CheckboxRow.js +6 -24
  35. package/lib/module/components/Checkbox/context.js +1 -1
  36. package/lib/module/components/CircularProgress.js +7 -15
  37. package/lib/module/components/DatePicker/DatePicker.js +16 -42
  38. package/lib/module/components/DeprecatedFAB.js +4 -22
  39. package/lib/module/components/Image.js +3 -18
  40. package/lib/module/components/Layout.js +21 -43
  41. package/lib/module/components/Picker/Picker.js +6 -13
  42. package/lib/module/components/Portal/PortalConsumer.js +8 -8
  43. package/lib/module/components/Portal/PortalHost.js +15 -26
  44. package/lib/module/components/RadioButton/RadioButton.js +2 -15
  45. package/lib/module/components/RadioButton/RadioButtonGroup.js +3 -17
  46. package/lib/module/components/RadioButton/RadioButtonRow.js +6 -24
  47. package/lib/module/components/RadioButton/context.js +1 -1
  48. package/lib/module/components/Stepper.js +1 -2
  49. package/lib/module/components/Surface.js +2 -16
  50. package/lib/module/components/Switch.js +10 -23
  51. package/lib/module/components/TextField.js +30 -62
  52. package/lib/module/mappings/AudioPlayer.js +33 -3
  53. package/lib/module/mappings/DatePicker.js +1 -14
  54. package/lib/module/mappings/DatePickerInput.js +82 -0
  55. package/lib/module/mappings/FieldSearchBarFull.js +1 -4
  56. package/lib/module/mappings/StarRating.js +2 -7
  57. package/lib/module/mappings/TextArea.js +15 -4
  58. package/lib/module/mappings/TextField.js +14 -4
  59. package/lib/module/mappings/TextInput.js +15 -4
  60. package/lib/typescript/src/Provider.d.ts +1 -0
  61. package/lib/typescript/src/Provider.d.ts.map +1 -0
  62. package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts +1 -0
  63. package/lib/typescript/src/components/Accordion/AccordionGroup.d.ts.map +1 -0
  64. package/lib/typescript/src/components/Accordion/AccordionItem.d.ts +1 -0
  65. package/lib/typescript/src/components/Accordion/AccordionItem.d.ts.map +1 -0
  66. package/lib/typescript/src/components/Accordion/index.d.ts +1 -0
  67. package/lib/typescript/src/components/Accordion/index.d.ts.map +1 -0
  68. package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts +1 -0
  69. package/lib/typescript/src/components/ActionSheet/ActionSheet.d.ts.map +1 -0
  70. package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts +1 -0
  71. package/lib/typescript/src/components/ActionSheet/ActionSheetCancel.d.ts.map +1 -0
  72. package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts +1 -0
  73. package/lib/typescript/src/components/ActionSheet/ActionSheetItem.d.ts.map +1 -0
  74. package/lib/typescript/src/components/ActionSheet/index.d.ts +1 -0
  75. package/lib/typescript/src/components/ActionSheet/index.d.ts.map +1 -0
  76. package/lib/typescript/src/components/AnimatedCircularProgress.d.ts +1 -0
  77. package/lib/typescript/src/components/AnimatedCircularProgress.d.ts.map +1 -0
  78. package/lib/typescript/src/components/AspectRatio.d.ts +1 -0
  79. package/lib/typescript/src/components/AspectRatio.d.ts.map +1 -0
  80. package/lib/typescript/src/components/AvatarEdit.d.ts +1 -0
  81. package/lib/typescript/src/components/AvatarEdit.d.ts.map +1 -0
  82. package/lib/typescript/src/components/Banner.d.ts +1 -0
  83. package/lib/typescript/src/components/Banner.d.ts.map +1 -0
  84. package/lib/typescript/src/components/Button.d.ts +1 -0
  85. package/lib/typescript/src/components/Button.d.ts.map +1 -0
  86. package/lib/typescript/src/components/Card.d.ts +1 -0
  87. package/lib/typescript/src/components/Card.d.ts.map +1 -0
  88. package/lib/typescript/src/components/CardBlock.d.ts +1 -0
  89. package/lib/typescript/src/components/CardBlock.d.ts.map +1 -0
  90. package/lib/typescript/src/components/CardContainer.d.ts +1 -0
  91. package/lib/typescript/src/components/CardContainer.d.ts.map +1 -0
  92. package/lib/typescript/src/components/CardContainerRating.d.ts +1 -0
  93. package/lib/typescript/src/components/CardContainerRating.d.ts.map +1 -0
  94. package/lib/typescript/src/components/CardContainerShortImage.d.ts +1 -0
  95. package/lib/typescript/src/components/CardContainerShortImage.d.ts.map +1 -0
  96. package/lib/typescript/src/components/CardInline.d.ts +1 -0
  97. package/lib/typescript/src/components/CardInline.d.ts.map +1 -0
  98. package/lib/typescript/src/components/Carousel.d.ts +1 -0
  99. package/lib/typescript/src/components/Carousel.d.ts.map +1 -0
  100. package/lib/typescript/src/components/Checkbox/Checkbox.d.ts +1 -0
  101. package/lib/typescript/src/components/Checkbox/Checkbox.d.ts.map +1 -0
  102. package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts +1 -0
  103. package/lib/typescript/src/components/Checkbox/CheckboxGroup.d.ts.map +1 -0
  104. package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts +1 -0
  105. package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts.map +1 -0
  106. package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +1 -0
  107. package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts.map +1 -0
  108. package/lib/typescript/src/components/Checkbox/context.d.ts +1 -0
  109. package/lib/typescript/src/components/Checkbox/context.d.ts.map +1 -0
  110. package/lib/typescript/src/components/Checkbox/index.d.ts +1 -0
  111. package/lib/typescript/src/components/Checkbox/index.d.ts.map +1 -0
  112. package/lib/typescript/src/components/CircleImage.d.ts +1 -0
  113. package/lib/typescript/src/components/CircleImage.d.ts.map +1 -0
  114. package/lib/typescript/src/components/CircularProgress.d.ts +1 -0
  115. package/lib/typescript/src/components/CircularProgress.d.ts.map +1 -0
  116. package/lib/typescript/src/components/Config.d.ts +1 -0
  117. package/lib/typescript/src/components/Config.d.ts.map +1 -0
  118. package/lib/typescript/src/components/Container.d.ts +1 -0
  119. package/lib/typescript/src/components/Container.d.ts.map +1 -0
  120. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +1 -4
  121. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts.map +1 -0
  122. package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts +1 -0
  123. package/lib/typescript/src/components/DatePicker/DatePickerComponent.d.ts.map +1 -0
  124. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +1 -0
  125. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts.map +1 -0
  126. package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +1 -0
  127. package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts.map +1 -0
  128. package/lib/typescript/src/components/DeprecatedButton.d.ts +1 -0
  129. package/lib/typescript/src/components/DeprecatedButton.d.ts.map +1 -0
  130. package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts +1 -0
  131. package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts.map +1 -0
  132. package/lib/typescript/src/components/DeprecatedFAB.d.ts +1 -0
  133. package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +1 -0
  134. package/lib/typescript/src/components/Divider.d.ts +1 -0
  135. package/lib/typescript/src/components/Divider.d.ts.map +1 -0
  136. package/lib/typescript/src/components/Elevation.d.ts +1 -0
  137. package/lib/typescript/src/components/Elevation.d.ts.map +1 -0
  138. package/lib/typescript/src/components/FAB.d.ts +1 -0
  139. package/lib/typescript/src/components/FAB.d.ts.map +1 -0
  140. package/lib/typescript/src/components/FieldSearchBarFull.d.ts +1 -0
  141. package/lib/typescript/src/components/FieldSearchBarFull.d.ts.map +1 -0
  142. package/lib/typescript/src/components/FormRow.d.ts +1 -0
  143. package/lib/typescript/src/components/FormRow.d.ts.map +1 -0
  144. package/lib/typescript/src/components/Header.d.ts +1 -0
  145. package/lib/typescript/src/components/Header.d.ts.map +1 -0
  146. package/lib/typescript/src/components/HeaderLarge.d.ts +1 -0
  147. package/lib/typescript/src/components/HeaderLarge.d.ts.map +1 -0
  148. package/lib/typescript/src/components/HeaderMedium.d.ts +1 -0
  149. package/lib/typescript/src/components/HeaderMedium.d.ts.map +1 -0
  150. package/lib/typescript/src/components/HeaderOverline.d.ts +1 -0
  151. package/lib/typescript/src/components/HeaderOverline.d.ts.map +1 -0
  152. package/lib/typescript/src/components/IconButton.d.ts +1 -0
  153. package/lib/typescript/src/components/IconButton.d.ts.map +1 -0
  154. package/lib/typescript/src/components/Image.d.ts +1 -0
  155. package/lib/typescript/src/components/Image.d.ts.map +1 -0
  156. package/lib/typescript/src/components/Justification.d.ts +1 -0
  157. package/lib/typescript/src/components/Justification.d.ts.map +1 -0
  158. package/lib/typescript/src/components/Layout.d.ts +1 -0
  159. package/lib/typescript/src/components/Layout.d.ts.map +1 -0
  160. package/lib/typescript/src/components/NumberInput.d.ts +1 -0
  161. package/lib/typescript/src/components/NumberInput.d.ts.map +1 -0
  162. package/lib/typescript/src/components/Picker/Picker.d.ts +1 -0
  163. package/lib/typescript/src/components/Picker/Picker.d.ts.map +1 -0
  164. package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts +1 -0
  165. package/lib/typescript/src/components/Picker/PickerComponent.android.d.ts.map +1 -0
  166. package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts +1 -0
  167. package/lib/typescript/src/components/Picker/PickerComponent.ios.d.ts.map +1 -0
  168. package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts +1 -0
  169. package/lib/typescript/src/components/Picker/PickerComponent.web.d.ts.map +1 -0
  170. package/lib/typescript/src/components/Picker/PickerTypes.d.ts +1 -0
  171. package/lib/typescript/src/components/Picker/PickerTypes.d.ts.map +1 -0
  172. package/lib/typescript/src/components/Portal/Portal.d.ts +1 -0
  173. package/lib/typescript/src/components/Portal/Portal.d.ts.map +1 -0
  174. package/lib/typescript/src/components/Portal/PortalConsumer.d.ts +1 -0
  175. package/lib/typescript/src/components/Portal/PortalConsumer.d.ts.map +1 -0
  176. package/lib/typescript/src/components/Portal/PortalHost.d.ts +1 -0
  177. package/lib/typescript/src/components/Portal/PortalHost.d.ts.map +1 -0
  178. package/lib/typescript/src/components/Portal/PortalManager.d.ts +1 -0
  179. package/lib/typescript/src/components/Portal/PortalManager.d.ts.map +1 -0
  180. package/lib/typescript/src/components/ProgressBar.d.ts +1 -0
  181. package/lib/typescript/src/components/ProgressBar.d.ts.map +1 -0
  182. package/lib/typescript/src/components/ProgressCircle.d.ts +1 -0
  183. package/lib/typescript/src/components/ProgressCircle.d.ts.map +1 -0
  184. package/lib/typescript/src/components/ProgressIndicator.d.ts +1 -0
  185. package/lib/typescript/src/components/ProgressIndicator.d.ts.map +1 -0
  186. package/lib/typescript/src/components/RadioButton/RadioButton.d.ts +1 -0
  187. package/lib/typescript/src/components/RadioButton/RadioButton.d.ts.map +1 -0
  188. package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts +1 -0
  189. package/lib/typescript/src/components/RadioButton/RadioButtonFieldGroup.d.ts.map +1 -0
  190. package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +1 -0
  191. package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts.map +1 -0
  192. package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +1 -0
  193. package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts.map +1 -0
  194. package/lib/typescript/src/components/RadioButton/context.d.ts +1 -0
  195. package/lib/typescript/src/components/RadioButton/context.d.ts.map +1 -0
  196. package/lib/typescript/src/components/RadioButton/index.d.ts +1 -0
  197. package/lib/typescript/src/components/RadioButton/index.d.ts.map +1 -0
  198. package/lib/typescript/src/components/ResizeMode.d.ts +1 -0
  199. package/lib/typescript/src/components/ResizeMode.d.ts.map +1 -0
  200. package/lib/typescript/src/components/Row.d.ts +1 -0
  201. package/lib/typescript/src/components/Row.d.ts.map +1 -0
  202. package/lib/typescript/src/components/RowBodyIcon.d.ts +1 -0
  203. package/lib/typescript/src/components/RowBodyIcon.d.ts.map +1 -0
  204. package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts +1 -0
  205. package/lib/typescript/src/components/RowHeadlineImageCaption.d.ts.map +1 -0
  206. package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts +1 -0
  207. package/lib/typescript/src/components/RowHeadlineImageIcon.d.ts.map +1 -0
  208. package/lib/typescript/src/components/SVG.d.ts +1 -0
  209. package/lib/typescript/src/components/SVG.d.ts.map +1 -0
  210. package/lib/typescript/src/components/ScreenContainer.d.ts +1 -0
  211. package/lib/typescript/src/components/ScreenContainer.d.ts.map +1 -0
  212. package/lib/typescript/src/components/Slider.d.ts +1 -0
  213. package/lib/typescript/src/components/Slider.d.ts.map +1 -0
  214. package/lib/typescript/src/components/StarRating.d.ts +1 -0
  215. package/lib/typescript/src/components/StarRating.d.ts.map +1 -0
  216. package/lib/typescript/src/components/StepIndicator.d.ts +1 -0
  217. package/lib/typescript/src/components/StepIndicator.d.ts.map +1 -0
  218. package/lib/typescript/src/components/Stepper.d.ts +1 -0
  219. package/lib/typescript/src/components/Stepper.d.ts.map +1 -0
  220. package/lib/typescript/src/components/Surface.d.ts +1 -0
  221. package/lib/typescript/src/components/Surface.d.ts.map +1 -0
  222. package/lib/typescript/src/components/Swiper/Swiper.d.ts +1 -0
  223. package/lib/typescript/src/components/Swiper/Swiper.d.ts.map +1 -0
  224. package/lib/typescript/src/components/Swiper/SwiperItem.d.ts +1 -0
  225. package/lib/typescript/src/components/Swiper/SwiperItem.d.ts.map +1 -0
  226. package/lib/typescript/src/components/Swiper/index.d.ts +1 -0
  227. package/lib/typescript/src/components/Swiper/index.d.ts.map +1 -0
  228. package/lib/typescript/src/components/Switch.d.ts +1 -0
  229. package/lib/typescript/src/components/Switch.d.ts.map +1 -0
  230. package/lib/typescript/src/components/Text.d.ts +1 -0
  231. package/lib/typescript/src/components/Text.d.ts.map +1 -0
  232. package/lib/typescript/src/components/TextField.d.ts +1 -0
  233. package/lib/typescript/src/components/TextField.d.ts.map +1 -0
  234. package/lib/typescript/src/components/ToggleButton.d.ts +1 -0
  235. package/lib/typescript/src/components/ToggleButton.d.ts.map +1 -0
  236. package/lib/typescript/src/components/Touchable.d.ts +1 -0
  237. package/lib/typescript/src/components/Touchable.d.ts.map +1 -0
  238. package/lib/typescript/src/components/Touchable.web.d.ts +1 -0
  239. package/lib/typescript/src/components/Touchable.web.d.ts.map +1 -0
  240. package/lib/typescript/src/components/Typography.d.ts +1 -0
  241. package/lib/typescript/src/components/Typography.d.ts.map +1 -0
  242. package/lib/typescript/src/components/useAuthState.d.ts +1 -0
  243. package/lib/typescript/src/components/useAuthState.d.ts.map +1 -0
  244. package/lib/typescript/src/constants.d.ts +1 -0
  245. package/lib/typescript/src/constants.d.ts.map +1 -0
  246. package/lib/typescript/src/hooks.d.ts +1 -0
  247. package/lib/typescript/src/hooks.d.ts.map +1 -0
  248. package/lib/typescript/src/index.d.ts +1 -0
  249. package/lib/typescript/src/index.d.ts.map +1 -0
  250. package/lib/typescript/src/interfaces/Icon.d.ts +1 -0
  251. package/lib/typescript/src/interfaces/Icon.d.ts.map +1 -0
  252. package/lib/typescript/src/mappings/Accordion.d.ts +1 -0
  253. package/lib/typescript/src/mappings/Accordion.d.ts.map +1 -0
  254. package/lib/typescript/src/mappings/AccordionItem.d.ts +1 -0
  255. package/lib/typescript/src/mappings/AccordionItem.d.ts.map +1 -0
  256. package/lib/typescript/src/mappings/ActionSheet.d.ts +1 -0
  257. package/lib/typescript/src/mappings/ActionSheet.d.ts.map +1 -0
  258. package/lib/typescript/src/mappings/ActionSheetCancel.d.ts +1 -0
  259. package/lib/typescript/src/mappings/ActionSheetCancel.d.ts.map +1 -0
  260. package/lib/typescript/src/mappings/ActionSheetItem.d.ts +1 -0
  261. package/lib/typescript/src/mappings/ActionSheetItem.d.ts.map +1 -0
  262. package/lib/typescript/src/mappings/ActivityIndicator.d.ts +1 -0
  263. package/lib/typescript/src/mappings/ActivityIndicator.d.ts.map +1 -0
  264. package/lib/typescript/src/mappings/AudioPlayer.d.ts +63 -1
  265. package/lib/typescript/src/mappings/AudioPlayer.d.ts.map +1 -0
  266. package/lib/typescript/src/mappings/AvatarEdit.d.ts +1 -0
  267. package/lib/typescript/src/mappings/AvatarEdit.d.ts.map +1 -0
  268. package/lib/typescript/src/mappings/Banner.d.ts +1 -0
  269. package/lib/typescript/src/mappings/Banner.d.ts.map +1 -0
  270. package/lib/typescript/src/mappings/BlurView.d.ts +1 -0
  271. package/lib/typescript/src/mappings/BlurView.d.ts.map +1 -0
  272. package/lib/typescript/src/mappings/Button.d.ts +1 -0
  273. package/lib/typescript/src/mappings/Button.d.ts.map +1 -0
  274. package/lib/typescript/src/mappings/Card.d.ts +1 -0
  275. package/lib/typescript/src/mappings/Card.d.ts.map +1 -0
  276. package/lib/typescript/src/mappings/CardBlock.d.ts +1 -0
  277. package/lib/typescript/src/mappings/CardBlock.d.ts.map +1 -0
  278. package/lib/typescript/src/mappings/CardContainer.d.ts +1 -0
  279. package/lib/typescript/src/mappings/CardContainer.d.ts.map +1 -0
  280. package/lib/typescript/src/mappings/CardContainerRating.d.ts +1 -0
  281. package/lib/typescript/src/mappings/CardContainerRating.d.ts.map +1 -0
  282. package/lib/typescript/src/mappings/CardContainerShortImage.d.ts +1 -0
  283. package/lib/typescript/src/mappings/CardContainerShortImage.d.ts.map +1 -0
  284. package/lib/typescript/src/mappings/CardInline.d.ts +1 -0
  285. package/lib/typescript/src/mappings/CardInline.d.ts.map +1 -0
  286. package/lib/typescript/src/mappings/Carousel.d.ts +1 -0
  287. package/lib/typescript/src/mappings/Carousel.d.ts.map +1 -0
  288. package/lib/typescript/src/mappings/Checkbox.d.ts +1 -0
  289. package/lib/typescript/src/mappings/Checkbox.d.ts.map +1 -0
  290. package/lib/typescript/src/mappings/CheckboxGroup.d.ts +1 -0
  291. package/lib/typescript/src/mappings/CheckboxGroup.d.ts.map +1 -0
  292. package/lib/typescript/src/mappings/CheckboxRow.d.ts +1 -0
  293. package/lib/typescript/src/mappings/CheckboxRow.d.ts.map +1 -0
  294. package/lib/typescript/src/mappings/CircleImage.d.ts +1 -0
  295. package/lib/typescript/src/mappings/CircleImage.d.ts.map +1 -0
  296. package/lib/typescript/src/mappings/Container.d.ts +1 -0
  297. package/lib/typescript/src/mappings/Container.d.ts.map +1 -0
  298. package/lib/typescript/src/mappings/CustomCode.d.ts +1 -0
  299. package/lib/typescript/src/mappings/CustomCode.d.ts.map +1 -0
  300. package/lib/typescript/src/mappings/DatePicker.d.ts +1 -42
  301. package/lib/typescript/src/mappings/DatePicker.d.ts.map +1 -0
  302. package/lib/typescript/src/mappings/DatePickerInput.d.ts +87 -0
  303. package/lib/typescript/src/mappings/DatePickerInput.d.ts.map +1 -0
  304. package/lib/typescript/src/mappings/Divider.d.ts +1 -0
  305. package/lib/typescript/src/mappings/Divider.d.ts.map +1 -0
  306. package/lib/typescript/src/mappings/FAB.d.ts +1 -0
  307. package/lib/typescript/src/mappings/FAB.d.ts.map +1 -0
  308. package/lib/typescript/src/mappings/Fetch.d.ts +1 -0
  309. package/lib/typescript/src/mappings/Fetch.d.ts.map +1 -0
  310. package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts +1 -0
  311. package/lib/typescript/src/mappings/FieldSearchBarFull.d.ts.map +1 -0
  312. package/lib/typescript/src/mappings/FlashList.d.ts +1 -0
  313. package/lib/typescript/src/mappings/FlashList.d.ts.map +1 -0
  314. package/lib/typescript/src/mappings/FlatList.d.ts +1 -0
  315. package/lib/typescript/src/mappings/FlatList.d.ts.map +1 -0
  316. package/lib/typescript/src/mappings/HeaderLarge.d.ts +1 -0
  317. package/lib/typescript/src/mappings/HeaderLarge.d.ts.map +1 -0
  318. package/lib/typescript/src/mappings/HeaderMedium.d.ts +1 -0
  319. package/lib/typescript/src/mappings/HeaderMedium.d.ts.map +1 -0
  320. package/lib/typescript/src/mappings/HeaderOverline.d.ts +1 -0
  321. package/lib/typescript/src/mappings/HeaderOverline.d.ts.map +1 -0
  322. package/lib/typescript/src/mappings/Icon.d.ts +1 -0
  323. package/lib/typescript/src/mappings/Icon.d.ts.map +1 -0
  324. package/lib/typescript/src/mappings/IconButton.d.ts +1 -0
  325. package/lib/typescript/src/mappings/IconButton.d.ts.map +1 -0
  326. package/lib/typescript/src/mappings/Image.d.ts +1 -0
  327. package/lib/typescript/src/mappings/Image.d.ts.map +1 -0
  328. package/lib/typescript/src/mappings/ImageBackground.d.ts +1 -0
  329. package/lib/typescript/src/mappings/ImageBackground.d.ts.map +1 -0
  330. package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts +1 -0
  331. package/lib/typescript/src/mappings/KeyboardAvoidingView.d.ts.map +1 -0
  332. package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts +1 -0
  333. package/lib/typescript/src/mappings/KeyboardAwareScrollView.d.ts.map +1 -0
  334. package/lib/typescript/src/mappings/Layout.d.ts +1 -0
  335. package/lib/typescript/src/mappings/Layout.d.ts.map +1 -0
  336. package/lib/typescript/src/mappings/LinearGradient.d.ts +1 -0
  337. package/lib/typescript/src/mappings/LinearGradient.d.ts.map +1 -0
  338. package/lib/typescript/src/mappings/MapCallout.d.ts +1 -0
  339. package/lib/typescript/src/mappings/MapCallout.d.ts.map +1 -0
  340. package/lib/typescript/src/mappings/MapMarker.d.ts +1 -0
  341. package/lib/typescript/src/mappings/MapMarker.d.ts.map +1 -0
  342. package/lib/typescript/src/mappings/MapView.d.ts +1 -0
  343. package/lib/typescript/src/mappings/MapView.d.ts.map +1 -0
  344. package/lib/typescript/src/mappings/Modal.d.ts +1 -0
  345. package/lib/typescript/src/mappings/Modal.d.ts.map +1 -0
  346. package/lib/typescript/src/mappings/NumberInput.d.ts +1 -0
  347. package/lib/typescript/src/mappings/NumberInput.d.ts.map +1 -0
  348. package/lib/typescript/src/mappings/Picker.d.ts +1 -0
  349. package/lib/typescript/src/mappings/Picker.d.ts.map +1 -0
  350. package/lib/typescript/src/mappings/ProgressBar.d.ts +1 -0
  351. package/lib/typescript/src/mappings/ProgressBar.d.ts.map +1 -0
  352. package/lib/typescript/src/mappings/ProgressCircle.d.ts +1 -0
  353. package/lib/typescript/src/mappings/ProgressCircle.d.ts.map +1 -0
  354. package/lib/typescript/src/mappings/ProgressIndicator.d.ts +1 -0
  355. package/lib/typescript/src/mappings/ProgressIndicator.d.ts.map +1 -0
  356. package/lib/typescript/src/mappings/RadioButton.d.ts +1 -0
  357. package/lib/typescript/src/mappings/RadioButton.d.ts.map +1 -0
  358. package/lib/typescript/src/mappings/RadioButtonGroup.d.ts +1 -0
  359. package/lib/typescript/src/mappings/RadioButtonGroup.d.ts.map +1 -0
  360. package/lib/typescript/src/mappings/RadioButtonRow.d.ts +1 -0
  361. package/lib/typescript/src/mappings/RadioButtonRow.d.ts.map +1 -0
  362. package/lib/typescript/src/mappings/RowBodyIcon.d.ts +1 -0
  363. package/lib/typescript/src/mappings/RowBodyIcon.d.ts.map +1 -0
  364. package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts +1 -0
  365. package/lib/typescript/src/mappings/RowHeadlineImageCaption.d.ts.map +1 -0
  366. package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts +1 -0
  367. package/lib/typescript/src/mappings/RowHeadlineImageIcon.d.ts.map +1 -0
  368. package/lib/typescript/src/mappings/SVG.d.ts +1 -0
  369. package/lib/typescript/src/mappings/SVG.d.ts.map +1 -0
  370. package/lib/typescript/src/mappings/SafeAreaView.d.ts +1 -0
  371. package/lib/typescript/src/mappings/SafeAreaView.d.ts.map +1 -0
  372. package/lib/typescript/src/mappings/ScrollView.d.ts +1 -0
  373. package/lib/typescript/src/mappings/ScrollView.d.ts.map +1 -0
  374. package/lib/typescript/src/mappings/Slider.d.ts +1 -0
  375. package/lib/typescript/src/mappings/Slider.d.ts.map +1 -0
  376. package/lib/typescript/src/mappings/StarRating.d.ts +1 -0
  377. package/lib/typescript/src/mappings/StarRating.d.ts.map +1 -0
  378. package/lib/typescript/src/mappings/Stepper.d.ts +1 -0
  379. package/lib/typescript/src/mappings/Stepper.d.ts.map +1 -0
  380. package/lib/typescript/src/mappings/Surface.d.ts +1 -0
  381. package/lib/typescript/src/mappings/Surface.d.ts.map +1 -0
  382. package/lib/typescript/src/mappings/Swiper.d.ts +1 -0
  383. package/lib/typescript/src/mappings/Swiper.d.ts.map +1 -0
  384. package/lib/typescript/src/mappings/SwiperItem.d.ts +1 -0
  385. package/lib/typescript/src/mappings/SwiperItem.d.ts.map +1 -0
  386. package/lib/typescript/src/mappings/Switch.d.ts +1 -0
  387. package/lib/typescript/src/mappings/Switch.d.ts.map +1 -0
  388. package/lib/typescript/src/mappings/Text.d.ts +1 -0
  389. package/lib/typescript/src/mappings/Text.d.ts.map +1 -0
  390. package/lib/typescript/src/mappings/TextArea.d.ts +22 -1
  391. package/lib/typescript/src/mappings/TextArea.d.ts.map +1 -0
  392. package/lib/typescript/src/mappings/TextField.d.ts +23 -2
  393. package/lib/typescript/src/mappings/TextField.d.ts.map +1 -0
  394. package/lib/typescript/src/mappings/TextInput.d.ts +22 -1
  395. package/lib/typescript/src/mappings/TextInput.d.ts.map +1 -0
  396. package/lib/typescript/src/mappings/ToggleButton.d.ts +1 -0
  397. package/lib/typescript/src/mappings/ToggleButton.d.ts.map +1 -0
  398. package/lib/typescript/src/mappings/Touchable.d.ts +1 -0
  399. package/lib/typescript/src/mappings/Touchable.d.ts.map +1 -0
  400. package/lib/typescript/src/mappings/Video.d.ts +1 -0
  401. package/lib/typescript/src/mappings/Video.d.ts.map +1 -0
  402. package/lib/typescript/src/mappings/View.d.ts +1 -0
  403. package/lib/typescript/src/mappings/View.d.ts.map +1 -0
  404. package/lib/typescript/src/mappings/WebView.d.ts +1 -0
  405. package/lib/typescript/src/mappings/WebView.d.ts.map +1 -0
  406. package/lib/typescript/src/styles/DarkTheme.d.ts +1 -0
  407. package/lib/typescript/src/styles/DarkTheme.d.ts.map +1 -0
  408. package/lib/typescript/src/styles/DefaultTheme.d.ts +1 -0
  409. package/lib/typescript/src/styles/DefaultTheme.d.ts.map +1 -0
  410. package/lib/typescript/src/styles/fonts.d.ts +1 -0
  411. package/lib/typescript/src/styles/fonts.d.ts.map +1 -0
  412. package/lib/typescript/src/styles/overlay.d.ts +1 -0
  413. package/lib/typescript/src/styles/overlay.d.ts.map +1 -0
  414. package/lib/typescript/src/styles/shadow.d.ts +1 -0
  415. package/lib/typescript/src/styles/shadow.d.ts.map +1 -0
  416. package/lib/typescript/src/theming.d.ts +1 -0
  417. package/lib/typescript/src/theming.d.ts.map +1 -0
  418. package/lib/typescript/src/utilities.d.ts +1 -0
  419. package/lib/typescript/src/utilities.d.ts.map +1 -0
  420. package/package.json +15 -5
  421. package/src/components/Carousel.js +2 -2
  422. package/src/components/Carousel.tsx +2 -2
  423. package/src/components/DatePicker/DatePicker.js +8 -14
  424. package/src/components/DatePicker/DatePicker.tsx +7 -23
  425. package/src/components/Stepper.js +0 -1
  426. package/src/components/Stepper.tsx +1 -1
  427. package/src/mappings/AudioPlayer.js +39 -2
  428. package/src/mappings/AudioPlayer.ts +41 -1
  429. package/src/mappings/DatePicker.js +1 -21
  430. package/src/mappings/DatePicker.ts +0 -23
  431. package/src/mappings/DatePickerInput.js +93 -0
  432. package/src/mappings/DatePickerInput.ts +104 -0
  433. package/src/mappings/TextArea.js +15 -4
  434. package/src/mappings/TextArea.ts +15 -3
  435. package/src/mappings/TextField.js +14 -4
  436. package/src/mappings/TextField.ts +14 -4
  437. package/src/mappings/TextInput.js +15 -4
  438. package/src/mappings/TextInput.ts +15 -3
@@ -1,3 +1,5 @@
1
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+
1
3
  import React from "react";
2
4
  import { View } from "react-native";
3
5
  import { Svg, Path, G } from "react-native-svg";
@@ -6,23 +8,23 @@ class CircularProgress extends React.Component {
6
8
  constructor() {
7
9
  super(...arguments);
8
10
 
9
- this.polarToCartesian = (centerX, centerY, radius, angleInDegrees) => {
11
+ _defineProperty(this, "polarToCartesian", (centerX, centerY, radius, angleInDegrees) => {
10
12
  var angleInRadians = (angleInDegrees - 90) * Math.PI / 180.0;
11
13
  return {
12
14
  x: centerX + radius * Math.cos(angleInRadians),
13
15
  y: centerY + radius * Math.sin(angleInRadians)
14
16
  };
15
- };
17
+ });
16
18
 
17
- this.circlePath = (x, y, radius, startAngle, endAngle) => {
19
+ _defineProperty(this, "circlePath", (x, y, radius, startAngle, endAngle) => {
18
20
  var start = this.polarToCartesian(x, y, radius, endAngle * 0.9999);
19
21
  var end = this.polarToCartesian(x, y, radius, startAngle);
20
22
  var largeArcFlag = endAngle - startAngle <= 180 ? "0" : "1";
21
23
  var d = ["M", start.x, start.y, "A", radius, radius, 0, largeArcFlag, 0, end.x, end.y];
22
24
  return d.join(" ");
23
- };
25
+ });
24
26
 
25
- this.clampFill = fill => Math.min(100, Math.max(0, fill));
27
+ _defineProperty(this, "clampFill", fill => Math.min(100, Math.max(0, fill)));
26
28
  }
27
29
 
28
30
  render() {
@@ -105,14 +107,4 @@ class CircularProgress extends React.Component {
105
107
 
106
108
  }
107
109
 
108
- export default CircularProgress;strokeLinecap: lineCap,
109
- strokeDasharray: strokeDasharrayTint,
110
- fill: "transparent"
111
- }), cap)), children && /*#__PURE__*/React.createElement(View, {
112
- style: localChildrenContainerStyle
113
- }, children(fill)));
114
- }
115
-
116
- }
117
-
118
110
  export default CircularProgress;
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { View, Animated, Text, StyleSheet, I18nManager, TextInput as NativeTextInput } from "react-native";
3
5
  import { useSafeAreaInsets } from "react-native-safe-area-context";
@@ -6,7 +8,6 @@ import { withTheme } from "../../theming";
6
8
  import Portal from "../Portal/Portal";
7
9
  import Touchable from "../Touchable";
8
10
  import DateTimePicker from "./DatePickerComponent";
9
- import { extractStyles } from "../../utilities";
10
11
  const AnimatedText = Animated.createAnimatedComponent(Text);
11
12
  const FOCUS_ANIMATION_DURATION = 150;
12
13
  const BLUR_ANIMATION_DURATION = 180;
@@ -34,11 +35,7 @@ const DatePicker = _ref => {
34
35
  rightIconName,
35
36
  leftIconMode = "inset",
36
37
  label,
37
- labelSize,
38
- labelColor,
39
38
  placeholder,
40
- borderColor: inputBorderColor,
41
- borderColorActive: inputBorderColorActive,
42
39
  ...props
43
40
  } = _ref;
44
41
  const [value, setValue] = React.useState(date || defaultValue);
@@ -55,9 +52,6 @@ const DatePicker = _ref => {
55
52
  measured: false,
56
53
  width: 0
57
54
  });
58
- const {
59
- textStyles
60
- } = extractStyles(style);
61
55
 
62
56
  const getValidDate = () => {
63
57
  if (!value) {
@@ -159,8 +153,8 @@ const DatePicker = _ref => {
159
153
 
160
154
  const MINIMIZED_LABEL_Y_OFFSET = -(typography.caption.lineHeight + 4);
161
155
  const OUTLINE_MINIMIZED_LABEL_Y_OFFSET = -(16 * 0.5 + 4);
162
- const MAXIMIZED_LABEL_FONT_SIZE = (textStyles === null || textStyles === void 0 ? void 0 : textStyles.fontSize) || typography.subtitle1.fontSize;
163
- const MINIMIZED_LABEL_FONT_SIZE = labelSize ? labelSize : typography.caption.fontSize;
156
+ const MAXIMIZED_LABEL_FONT_SIZE = typography.subtitle1.fontSize;
157
+ const MINIMIZED_LABEL_FONT_SIZE = typography.caption.fontSize;
164
158
  const hasActiveOutline = focused;
165
159
  let inputTextColor, activeColor, underlineColor, borderColor, placeholderColor, containerStyle, backgroundColor, inputStyle;
166
160
  inputTextColor = colors.strong;
@@ -172,9 +166,9 @@ const DatePicker = _ref => {
172
166
  underlineColor = "transparent";
173
167
  backgroundColor = colors.divider;
174
168
  } else {
175
- activeColor = inputBorderColorActive || colors.primary;
176
- placeholderColor = borderColor = inputBorderColor || colors.light;
177
- underlineColor = inputBorderColor || colors.light;
169
+ activeColor = colors.primary;
170
+ placeholderColor = borderColor = colors.light;
171
+ underlineColor = colors.light;
178
172
  backgroundColor = colors.background;
179
173
  }
180
174
 
@@ -234,7 +228,6 @@ const DatePicker = _ref => {
234
228
  };
235
229
  const labelStyle = { ...typography.subtitle1,
236
230
  top: type === "solid" ? 16 : 0,
237
- fontFamily: textStyles === null || textStyles === void 0 ? void 0 : textStyles.fontFamily,
238
231
  left: leftIconName && leftIconMode === "inset" ? ICON_SIZE + (type === "solid" ? 16 : 12) : 0,
239
232
  transform: [{
240
233
  // Move label to top
@@ -258,7 +251,7 @@ const DatePicker = _ref => {
258
251
  };
259
252
  const inputStyles = [styles.input, inputStyle, type === "solid" ? {
260
253
  marginHorizontal: 12
261
- } : {}, textStyles]; // const render = (props) => <NativeTextInput {...props} />;
254
+ } : {}]; // const render = (props) => <NativeTextInput {...props} />;
262
255
 
263
256
  return /*#__PURE__*/React.createElement(View, {
264
257
  style: [styles.container, style]
@@ -269,9 +262,9 @@ const DatePicker = _ref => {
269
262
  pointerEvents: "none"
270
263
  }, /*#__PURE__*/React.createElement(View, {
271
264
  style: [styles.container, style]
272
- }, leftIconName && leftIconMode === "outset" ? /*#__PURE__*/React.createElement(Icon, { ...leftIconProps,
265
+ }, leftIconName && leftIconMode === "outset" ? /*#__PURE__*/React.createElement(Icon, _extends({}, leftIconProps, {
273
266
  style: leftIconStyle
274
- }) : null, /*#__PURE__*/React.createElement(View, {
267
+ })) : null, /*#__PURE__*/React.createElement(View, {
275
268
  style: [containerStyle, style ? {
276
269
  height: style.height
277
270
  } : {}]
@@ -304,7 +297,7 @@ const DatePicker = _ref => {
304
297
  style: [styles.placeholder, type === "solid" ? {
305
298
  paddingHorizontal: 12
306
299
  } : {}, labelStyle, {
307
- color: labelColor || colors.light,
300
+ color: colors.light,
308
301
  opacity: labeled.interpolate({
309
302
  inputRange: [0, 1],
310
303
  outputRange: [hasActiveOutline ? 1 : 0, 0]
@@ -315,15 +308,15 @@ const DatePicker = _ref => {
315
308
  style: [styles.placeholder, type === "solid" ? {
316
309
  paddingHorizontal: 12
317
310
  } : {}, labelStyle, {
318
- color: labelColor || placeholder,
311
+ color: placeholderColor,
319
312
  opacity: hasActiveOutline ? labeled : 1
320
313
  }],
321
314
  numberOfLines: 1
322
- }, label)) : null, leftIconName && leftIconMode === "inset" ? /*#__PURE__*/React.createElement(Icon, { ...leftIconProps,
315
+ }, label)) : null, leftIconName && leftIconMode === "inset" ? /*#__PURE__*/React.createElement(Icon, _extends({}, leftIconProps, {
323
316
  style: { ...leftIconStyle,
324
317
  marginLeft: type === "solid" ? 16 : 0
325
318
  }
326
- }) : null, /*#__PURE__*/React.createElement(NativeTextInput, {
319
+ })) : null, /*#__PURE__*/React.createElement(NativeTextInput, _extends({
327
320
  value: formatDate(),
328
321
  placeholder: label ? placeholder1 : placeholder,
329
322
  editable: !disabled,
@@ -332,9 +325,8 @@ const DatePicker = _ref => {
332
325
  onFocus: _handleFocus,
333
326
  onBlur: _handleBlur,
334
327
  underlineColorAndroid: "transparent",
335
- style: inputStyles,
336
- ...props
337
- })), rightIconName ? /*#__PURE__*/React.createElement(Icon, {
328
+ style: inputStyles
329
+ }, props))), rightIconName ? /*#__PURE__*/React.createElement(Icon, {
338
330
  name: rightIconName,
339
331
  size: ICON_SIZE,
340
332
  color: colors.light,
@@ -406,22 +398,4 @@ const styles = StyleSheet.create({
406
398
  alignSelf: "flex-end"
407
399
  }
408
400
  });
409
- export default withTheme(DatePicker);tifyContent: "center",
410
- textAlignVertical: "center",
411
- margin: 0,
412
- textAlign: I18nManager.isRTL ? "right" : "left"
413
- },
414
- placeholder: {
415
- position: "absolute",
416
- left: 0
417
- },
418
- pickerContainer: {
419
- flexDirection: "column",
420
- width: "100%",
421
- zIndex: 100
422
- },
423
- closeButton: {
424
- alignSelf: "flex-end"
425
- }
426
- });
427
401
  export default withTheme(DatePicker);
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { ActivityIndicator, View, StyleSheet } from "react-native";
3
5
  import color from "color";
@@ -108,7 +110,7 @@ const FAB = _ref => {
108
110
  style: [{
109
111
  elevation
110
112
  }, style]
111
- }, /*#__PURE__*/React.createElement(Touchable, { ...rest,
113
+ }, /*#__PURE__*/React.createElement(Touchable, _extends({}, rest, {
112
114
  onPress: onPress,
113
115
  accessibilityState: {
114
116
  disabled
@@ -116,7 +118,7 @@ const FAB = _ref => {
116
118
  accessibilityRole: "button",
117
119
  disabled: disabled || loading,
118
120
  style: buttonStyles
119
- }, /*#__PURE__*/React.createElement(View, {
121
+ }), /*#__PURE__*/React.createElement(View, {
120
122
  style: styles.content
121
123
  }, icon && loading !== true ? /*#__PURE__*/React.createElement(View, {
122
124
  style: iconStyle
@@ -156,24 +158,4 @@ const styles = StyleSheet.create({
156
158
  borderRadius: 0
157
159
  }
158
160
  });
159
- export default withTheme(FAB);erStyle: "solid"
160
- },
161
- content: {
162
- flexDirection: "row",
163
- alignItems: "center",
164
- justifyContent: "center"
165
- },
166
- icon: {
167
- alignItems: "center",
168
- justifyContent: "center",
169
- width: Config.buttonIconSize
170
- },
171
- fixed: {
172
- left: 0,
173
- right: 0,
174
- bottom: 0,
175
- height: 64,
176
- borderRadius: 0
177
- }
178
- });
179
161
  export default withTheme(FAB);
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  /* README: Internal Image component used for stuff like Card. DO NOT EXPORT! */
2
4
  import React from "react";
3
5
  import { Image as NativeImage, StyleSheet } from "react-native";
@@ -62,24 +64,7 @@ const Image = _ref2 => {
62
64
  height,
63
65
  aspectRatio
64
66
  }]
65
- }, /*#__PURE__*/React.createElement(NativeImage, { ...props,
66
- source: imageSource,
67
- resizeMode: resizeMode,
68
- style: [style, {
69
- height: "100%",
70
- width: "100%"
71
- }]
72
- }));
73
- }
74
-
75
- return /*#__PURE__*/React.createElement(NativeImage, { ...props,
76
- source: source,
77
- resizeMode: resizeMode,
78
- style: style
79
- });
80
- };
81
-
82
- export default Image;ent(NativeImage, _extends({}, props, {
67
+ }, /*#__PURE__*/React.createElement(NativeImage, _extends({}, props, {
83
68
  source: imageSource,
84
69
  resizeMode: resizeMode,
85
70
  style: [style, {
@@ -1,5 +1,8 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
- import { View } from "react-native";
4
+ import { View } from "react-native"; // @ts-ignore
5
+
3
6
  export function Center(_ref) {
4
7
  let {
5
8
  width = 240,
@@ -9,16 +12,15 @@ export function Center(_ref) {
9
12
  style,
10
13
  ...rest
11
14
  } = _ref;
12
- return /*#__PURE__*/React.createElement(View, {
15
+ return /*#__PURE__*/React.createElement(View, _extends({
13
16
  style: [{
14
17
  justifyContent: "center",
15
18
  alignItems: "center",
16
19
  width,
17
20
  height,
18
21
  backgroundColor: bgColor
19
- }, style],
20
- ...rest
21
- }, children);
22
+ }, style]
23
+ }, rest), children);
22
24
  }
23
25
  export function Circle(_ref2) {
24
26
  let {
@@ -29,7 +31,7 @@ export function Circle(_ref2) {
29
31
  ...rest
30
32
  } = _ref2;
31
33
  const borderRadius = 1000;
32
- return /*#__PURE__*/React.createElement(Center, {
34
+ return /*#__PURE__*/React.createElement(Center, _extends({
33
35
  width: size,
34
36
  height: size,
35
37
  bgColor: bgColor,
@@ -37,9 +39,8 @@ export function Circle(_ref2) {
37
39
  backgroundColor: bgColor,
38
40
  borderRadius,
39
41
  overflow: "hidden"
40
- }],
41
- ...rest
42
- }, children);
42
+ }]
43
+ }, rest), children);
43
44
  }
44
45
  export function Square(_ref3) {
45
46
  let {
@@ -49,13 +50,12 @@ export function Square(_ref3) {
49
50
  style,
50
51
  ...rest
51
52
  } = _ref3;
52
- return /*#__PURE__*/React.createElement(Center, {
53
+ return /*#__PURE__*/React.createElement(Center, _extends({
53
54
  style: style,
54
55
  width: size,
55
56
  height: size,
56
- bgColor: bgColor,
57
- ...rest
58
- }, children);
57
+ bgColor: bgColor
58
+ }, rest), children);
59
59
  }
60
60
  export function Row(_ref4) {
61
61
  let {
@@ -65,14 +65,14 @@ export function Row(_ref4) {
65
65
  style,
66
66
  ...rest
67
67
  } = _ref4;
68
- return /*#__PURE__*/React.createElement(View, {
69
- style: [style, {
68
+ return /*#__PURE__*/React.createElement(View, _extends({
69
+ style: [style, // style goes first b/c we can't override these
70
+ {
70
71
  alignItems,
71
72
  flexDirection: "row",
72
73
  justifyContent: justifyContent
73
- }],
74
- ...rest
75
- }, children);
74
+ }]
75
+ }, rest), children);
76
76
  }
77
77
  export function Spacer(_ref5) {
78
78
  let {
@@ -84,36 +84,14 @@ export function Spacer(_ref5) {
84
84
  style,
85
85
  ...rest
86
86
  } = _ref5;
87
- return /*#__PURE__*/React.createElement(View, {
87
+ return /*#__PURE__*/React.createElement(View, _extends({
88
88
  style: [style, {
89
89
  paddingRight: right,
90
90
  paddingTop: top,
91
91
  paddingLeft: left,
92
92
  paddingBottom: bottom
93
- }],
94
- ...rest
95
- }, children);
96
- }
97
- export function Stack(_ref6) {
98
- let {
99
- children,
100
- justifyContent = "flex-start",
101
- alignItems = "flex-start",
102
- style,
103
- ...rest
104
- } = _ref6;
105
- return (
106
- /*#__PURE__*/
107
- // style must go first since we don't want justifyContent, alignItems overridden
108
- React.createElement(View, {
109
- style: [style, {
110
- justifyContent,
111
- alignItems
112
- }],
113
- ...rest
114
- }, children)
115
- );
116
- }dren);
93
+ }]
94
+ }, rest), children);
117
95
  }
118
96
  export function Stack(_ref6) {
119
97
  let {
@@ -43,6 +43,8 @@ const disabledColor = "rgb(240, 240, 240)";
43
43
  const errorColor = "rgba(255, 69, 100, 1)";
44
44
 
45
45
  const Picker = _ref => {
46
+ var _find$label, _find;
47
+
46
48
  let {
47
49
  error,
48
50
  options = [],
@@ -64,9 +66,6 @@ const Picker = _ref => {
64
66
  rightIconName,
65
67
  type = "solid"
66
68
  } = _ref;
67
-
68
- var _a, _b;
69
-
70
69
  const androidPickerRef = React.useRef(undefined);
71
70
  const [internalValue, setInternalValue] = React.useState(value || defaultValue);
72
71
  const [pickerVisible, setPickerVisible] = React.useState(false);
@@ -86,10 +85,10 @@ const Picker = _ref => {
86
85
  }
87
86
  }, [defaultValue]);
88
87
  React.useEffect(() => {
89
- var _a;
90
-
91
88
  if (pickerVisible && androidPickerRef.current) {
92
- (_a = androidPickerRef === null || androidPickerRef === void 0 ? void 0 : androidPickerRef.current) === null || _a === void 0 ? void 0 : _a.focus();
89
+ var _androidPickerRef$cur;
90
+
91
+ androidPickerRef === null || androidPickerRef === void 0 ? void 0 : (_androidPickerRef$cur = androidPickerRef.current) === null || _androidPickerRef$cur === void 0 ? void 0 : _androidPickerRef$cur.focus();
93
92
  }
94
93
  }, [pickerVisible, androidPickerRef]);
95
94
  const normalizedOptions = normalizeOptions(options);
@@ -137,7 +136,7 @@ const Picker = _ref => {
137
136
  ...extractedMarginStyles
138
137
  };
139
138
  const stylesWithoutBordersAndMargins = omit(viewStyles, [...borderStyleNames, ...marginStyleNames, ...additionalBorderStyles, ...additionalMarginStyles]);
140
- const selectedLabel = internalValue && ((_b = (_a = pickerOptions.find(option => option.value === internalValue)) === null || _a === void 0 ? void 0 : _a.label) !== null && _b !== void 0 ? _b : internalValue);
139
+ const selectedLabel = internalValue && ((_find$label = (_find = pickerOptions.find(option => option.value === internalValue)) === null || _find === void 0 ? void 0 : _find.label) !== null && _find$label !== void 0 ? _find$label : internalValue);
141
140
  const labelText = label ? /*#__PURE__*/React.createElement(Text, {
142
141
  style: {
143
142
  textAlign: textStyles.textAlign,
@@ -332,10 +331,4 @@ const styles = StyleSheet.create({
332
331
  maxHeight: deviceHeight
333
332
  }
334
333
  });
335
- export default withTheme(Picker);ottom: 0,
336
- width: "100%",
337
- maxWidth: deviceWidth,
338
- maxHeight: deviceHeight
339
- }
340
- });
341
334
  export default withTheme(Picker);
@@ -1,5 +1,13 @@
1
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+
1
3
  import * as React from "react";
2
4
  export default class PortalConsumer extends React.Component {
5
+ constructor() {
6
+ super(...arguments);
7
+
8
+ _defineProperty(this, "key", void 0);
9
+ }
10
+
3
11
  async componentDidMount() {
4
12
  this.checkManager(); // Delay updating to prevent React from going to infinite loop
5
13
 
@@ -27,12 +35,4 @@ export default class PortalConsumer extends React.Component {
27
35
  return null;
28
36
  }
29
37
 
30
- }ap your root component with `Provider` component from `react-native-paper`.\n\n" + "Please read our getting-started guide and make sure you've followed all the required steps.\n\n" + "https://callstack.github.io/react-native-paper/getting-started.html");
31
- }
32
- }
33
-
34
- render() {
35
- return null;
36
- }
37
-
38
38
  }
@@ -1,3 +1,5 @@
1
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2
+
1
3
  import * as React from "react";
2
4
  import { View, StyleSheet } from "react-native";
3
5
  import PortalManager from "./PortalManager";
@@ -31,11 +33,11 @@ export default class PortalHost extends React.Component {
31
33
  constructor() {
32
34
  super(...arguments);
33
35
 
34
- this.setManager = manager => {
36
+ _defineProperty(this, "setManager", manager => {
35
37
  this.manager = manager;
36
- };
38
+ });
37
39
 
38
- this.mount = children => {
40
+ _defineProperty(this, "mount", children => {
39
41
  const key = this.nextKey++;
40
42
 
41
43
  if (this.manager) {
@@ -49,9 +51,9 @@ export default class PortalHost extends React.Component {
49
51
  }
50
52
 
51
53
  return key;
52
- };
54
+ });
53
55
 
54
- this.update = (key, children) => {
56
+ _defineProperty(this, "update", (key, children) => {
55
57
  if (this.manager) {
56
58
  this.manager.update(key, children);
57
59
  } else {
@@ -69,9 +71,9 @@ export default class PortalHost extends React.Component {
69
71
  this.queue.push(op);
70
72
  }
71
73
  }
72
- };
74
+ });
73
75
 
74
- this.unmount = key => {
76
+ _defineProperty(this, "unmount", key => {
75
77
  if (this.manager) {
76
78
  this.manager.unmount(key);
77
79
  } else {
@@ -80,10 +82,13 @@ export default class PortalHost extends React.Component {
80
82
  key
81
83
  });
82
84
  }
83
- };
85
+ });
86
+
87
+ _defineProperty(this, "nextKey", 0);
88
+
89
+ _defineProperty(this, "queue", []);
84
90
 
85
- this.nextKey = 0;
86
- this.queue = [];
91
+ _defineProperty(this, "manager", void 0);
87
92
  }
88
93
 
89
94
  componentDidMount() {
@@ -127,22 +132,6 @@ export default class PortalHost extends React.Component {
127
132
  }));
128
133
  }
129
134
 
130
- }
131
- PortalHost.displayName = "Portal.Host";
132
- const styles = StyleSheet.create({
133
- container: {
134
- flex: 1
135
- }
136
- }); }
137
- }, /*#__PURE__*/React.createElement(View, {
138
- style: styles.container,
139
- collapsable: false,
140
- pointerEvents: "box-none"
141
- }, this.props.children), /*#__PURE__*/React.createElement(PortalManager, {
142
- ref: this.setManager
143
- }));
144
- }
145
-
146
135
  }
147
136
 
148
137
  _defineProperty(PortalHost, "displayName", "Portal.Host");
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import Config from "../Config";
3
5
  import IconButton from "../IconButton";
@@ -32,21 +34,6 @@ const RadioButton = _ref => {
32
34
  onValueChange === null || onValueChange === void 0 ? void 0 : onValueChange(realValue);
33
35
  };
34
36
 
35
- return /*#__PURE__*/React.createElement(IconButton, {
36
- Icon: Icon,
37
- icon: isSelected ? selectedIcon : unselectedIcon,
38
- color: isSelected ? color : unselectedColor,
39
- disabled: disabled,
40
- onPress: handlePress,
41
- size: size,
42
- style: style,
43
- ...rest
44
- });
45
- };
46
-
47
- export default RadioButton; onValueChange(realValue);
48
- };
49
-
50
37
  return /*#__PURE__*/React.createElement(IconButton, _extends({
51
38
  Icon: Icon,
52
39
  icon: isSelected ? selectedIcon : unselectedIcon,
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { View } from "react-native";
3
5
  import { getValueForRadioButton } from "../../utilities";
@@ -46,23 +48,7 @@ const RadioButtonGroup = _ref => {
46
48
  });
47
49
  }
48
50
 
49
- return /*#__PURE__*/React.createElement(View, {
50
- style: [{
51
- minHeight: 40
52
- }, style],
53
- ...rest
54
- }, /*#__PURE__*/React.createElement(Provider, {
55
- value: {
56
- value: internalValue,
57
- onValueChange: handleValueChange,
58
- direction
59
- }
60
- }, /*#__PURE__*/React.createElement(View, {
61
- style: _containerStyle
62
- }, children)));
63
- };
64
-
65
- export default RadioButtonGroup;xtends({
51
+ return /*#__PURE__*/React.createElement(View, _extends({
66
52
  style: [{
67
53
  minHeight: 40
68
54
  }, style]
@@ -1,3 +1,5 @@
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
1
3
  import * as React from "react";
2
4
  import { StyleSheet, View, Platform } from "react-native";
3
5
  import RadioButton from "./RadioButton";
@@ -6,7 +8,7 @@ import { useRadioButtonGroupContext } from "./context";
6
8
  import { Direction as GroupDirection } from "./context";
7
9
  import Touchable from "../Touchable";
8
10
  import { extractStyles, getValueForRadioButton } from "../../utilities";
9
- export var Direction;
11
+ export let Direction;
10
12
 
11
13
  (function (Direction) {
12
14
  Direction["Row"] = "row";
@@ -68,14 +70,13 @@ const RadioButtonRow = _ref => {
68
70
  textStyles,
69
71
  viewStyles
70
72
  } = extractStyles(style);
71
- return /*#__PURE__*/React.createElement(Touchable, {
73
+ return /*#__PURE__*/React.createElement(Touchable, _extends({
72
74
  onPress: handlePress,
73
75
  style: [styles.mainParent, {
74
76
  flexDirection: direction
75
77
  }, viewStyles],
76
- disabled: disabled,
77
- ...rest
78
- }, /*#__PURE__*/React.createElement(View, {
78
+ disabled: disabled
79
+ }, rest), /*#__PURE__*/React.createElement(View, {
79
80
  style: [styles.label, {
80
81
  alignItems: direction === Direction.Row ? "flex-start" : "flex-end"
81
82
  }, labelContainerStyle]
@@ -113,23 +114,4 @@ const styles = StyleSheet.create({
113
114
  flex: 3
114
115
  }
115
116
  });
116
- export default RadioButtonRow;t.create({
117
- mainParent: {
118
- alignItems: "center",
119
- justifyContent: "space-around",
120
- paddingStart: 20,
121
- minHeight: 50,
122
- paddingEnd: 20,
123
- display: "flex",
124
- ...Platform.select({
125
- web: {
126
- cursor: "pointer",
127
- userSelect: "none"
128
- }
129
- })
130
- },
131
- label: {
132
- flex: 3
133
- }
134
- });
135
117
  export default RadioButtonRow;