@draftbit/core 49.5.0 → 49.5.1-872946.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 (482) hide show
  1. package/lib/commonjs/Provider.js +1 -1
  2. package/lib/commonjs/components/AccordionGroup.js +1 -1
  3. package/lib/commonjs/components/BottomSheet/BottomSheet.js +1 -1
  4. package/lib/commonjs/components/Button.js +1 -1
  5. package/lib/commonjs/components/Checkbox/Checkbox.js +1 -1
  6. package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -1
  7. package/lib/commonjs/components/DatePicker/DatePicker.js +1 -1
  8. package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js +1 -1
  9. package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +1 -1
  10. package/lib/commonjs/components/Divider.js +1 -1
  11. package/lib/commonjs/components/Elevation.js +1 -1
  12. package/lib/commonjs/components/IconButton.js +1 -1
  13. package/lib/commonjs/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +1 -1
  14. package/lib/commonjs/components/MediaPlayer/AudioPlayer/index.js +1 -1
  15. package/lib/commonjs/components/Picker/NativePicker.js +1 -1
  16. package/lib/commonjs/components/Picker/dropdown/DropDownPicker.js +1 -1
  17. package/lib/commonjs/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  18. package/lib/commonjs/components/Picker/index.js +1 -1
  19. package/lib/commonjs/components/PinInput/PinInput.js +1 -1
  20. package/lib/commonjs/components/PinInput/PinInputText.js +1 -1
  21. package/lib/commonjs/components/Portal/Portal.js +1 -1
  22. package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
  23. package/lib/commonjs/components/Progress/CircularProgress/index.js +1 -1
  24. package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
  25. package/lib/commonjs/components/Progress/LinearProgress/index.js +1 -1
  26. package/lib/commonjs/components/ProgressIndicator.js +1 -1
  27. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -1
  28. package/lib/commonjs/components/Row.js +1 -1
  29. package/lib/commonjs/components/ScreenContainer.js +1 -1
  30. package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
  31. package/lib/commonjs/components/Slider.js +1 -1
  32. package/lib/commonjs/components/StarRating.js +1 -1
  33. package/lib/commonjs/components/Stepper.js +1 -1
  34. package/lib/commonjs/components/Surface.js +1 -1
  35. package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
  36. package/lib/commonjs/components/Swiper/Swiper.js +1 -1
  37. package/lib/commonjs/components/Switch.js +1 -1
  38. package/lib/commonjs/components/TabView/TabView.js +1 -1
  39. package/lib/commonjs/components/Table/Table.js +1 -1
  40. package/lib/commonjs/components/Table/TableRow.js +1 -1
  41. package/lib/commonjs/components/Text.js +1 -1
  42. package/lib/commonjs/components/TextField.js +1 -1
  43. package/lib/commonjs/components/TextInput.js +1 -1
  44. package/lib/commonjs/components/Typography.js +1 -1
  45. package/lib/commonjs/deprecated-components/AccordionItem.js +1 -1
  46. package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -1
  47. package/lib/commonjs/deprecated-components/Banner.js +1 -1
  48. package/lib/commonjs/deprecated-components/Card.js +1 -1
  49. package/lib/commonjs/deprecated-components/Container.js +1 -1
  50. package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -1
  51. package/lib/commonjs/deprecated-components/DeprecatedCardWrapper.js +1 -1
  52. package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -1
  53. package/lib/commonjs/deprecated-components/FAB.js +1 -1
  54. package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -1
  55. package/lib/commonjs/deprecated-components/ProgressCircle.js +1 -1
  56. package/lib/commonjs/deprecated-components/RadioButtonFieldGroup.js +1 -1
  57. package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -1
  58. package/lib/commonjs/deprecated-components/RowHeadlineImageCaption.js +1 -1
  59. package/lib/commonjs/deprecated-components/RowHeadlineImageIcon.js +1 -1
  60. package/lib/commonjs/deprecated-components/ToggleButton.js +1 -1
  61. package/lib/commonjs/index.js +1 -1
  62. package/lib/typescript/src/Provider.d.ts +7 -5
  63. package/lib/typescript/src/Provider.js +4 -4
  64. package/lib/typescript/src/Provider.js.map +1 -1
  65. package/lib/typescript/src/components/AccordionGroup.d.ts +3 -5
  66. package/lib/typescript/src/components/AccordionGroup.js +3 -3
  67. package/lib/typescript/src/components/AccordionGroup.js.map +1 -1
  68. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +3 -5
  69. package/lib/typescript/src/components/BottomSheet/BottomSheet.js +4 -4
  70. package/lib/typescript/src/components/BottomSheet/BottomSheet.js.map +1 -1
  71. package/lib/typescript/src/components/Button.js +8 -6
  72. package/lib/typescript/src/components/Button.js.map +1 -1
  73. package/lib/typescript/src/components/Checkbox/Checkbox.js +3 -3
  74. package/lib/typescript/src/components/Checkbox/Checkbox.js.map +1 -1
  75. package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +4 -2
  76. package/lib/typescript/src/components/Checkbox/CheckboxRow.js +4 -3
  77. package/lib/typescript/src/components/Checkbox/CheckboxRow.js.map +1 -1
  78. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +3 -5
  79. package/lib/typescript/src/components/DatePicker/DatePicker.js +24 -23
  80. package/lib/typescript/src/components/DatePicker/DatePicker.js.map +1 -1
  81. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +4 -5010
  82. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  83. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  84. package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +2 -2
  85. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +3 -5
  86. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  87. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  88. package/lib/typescript/src/components/Divider.d.ts +3 -5
  89. package/lib/typescript/src/components/Divider.js +2 -2
  90. package/lib/typescript/src/components/Divider.js.map +1 -1
  91. package/lib/typescript/src/components/Elevation.d.ts +3 -5
  92. package/lib/typescript/src/components/Elevation.js +3 -4
  93. package/lib/typescript/src/components/Elevation.js.map +1 -1
  94. package/lib/typescript/src/components/FormRow.d.ts +1 -2
  95. package/lib/typescript/src/components/FormRow.js.map +1 -1
  96. package/lib/typescript/src/components/IconButton.d.ts +3 -5
  97. package/lib/typescript/src/components/IconButton.js +2 -2
  98. package/lib/typescript/src/components/IconButton.js.map +1 -1
  99. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.d.ts +0 -2
  100. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.d.ts +5 -4
  101. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  102. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  103. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.d.ts +2 -4
  104. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  105. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  106. package/lib/typescript/src/components/Picker/NativePicker.d.ts +1 -3
  107. package/lib/typescript/src/components/Picker/NativePicker.js +5 -2
  108. package/lib/typescript/src/components/Picker/NativePicker.js.map +1 -1
  109. package/lib/typescript/src/components/Picker/PickerCommon.d.ts +2 -2
  110. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.d.ts +1 -3
  111. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  112. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  113. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.d.ts +1 -3
  114. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  115. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  116. package/lib/typescript/src/components/Picker/index.d.ts +1 -3
  117. package/lib/typescript/src/components/Picker/index.js +1 -1
  118. package/lib/typescript/src/components/Picker/index.js.map +1 -1
  119. package/lib/typescript/src/components/PinInput/PinInput.d.ts +3 -5
  120. package/lib/typescript/src/components/PinInput/PinInput.js +4 -4
  121. package/lib/typescript/src/components/PinInput/PinInput.js.map +1 -1
  122. package/lib/typescript/src/components/PinInput/PinInputText.d.ts +3 -5
  123. package/lib/typescript/src/components/PinInput/PinInputText.js +2 -2
  124. package/lib/typescript/src/components/PinInput/PinInputText.js.map +1 -1
  125. package/lib/typescript/src/components/Portal/Portal.d.ts +1 -9
  126. package/lib/typescript/src/components/Portal/Portal.js +3 -5
  127. package/lib/typescript/src/components/Portal/Portal.js.map +1 -1
  128. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  129. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  130. package/lib/typescript/src/components/Progress/CircularProgress/index.d.ts +1 -3
  131. package/lib/typescript/src/components/Progress/CircularProgress/index.js +1 -1
  132. package/lib/typescript/src/components/Progress/CircularProgress/index.js.map +1 -1
  133. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  134. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  135. package/lib/typescript/src/components/Progress/LinearProgress/index.d.ts +1 -3
  136. package/lib/typescript/src/components/Progress/LinearProgress/index.js +1 -1
  137. package/lib/typescript/src/components/Progress/LinearProgress/index.js.map +1 -1
  138. package/lib/typescript/src/components/Progress/ProgressCommon.d.ts +2 -2
  139. package/lib/typescript/src/components/ProgressIndicator.d.ts +10 -13
  140. package/lib/typescript/src/components/ProgressIndicator.js +1 -1
  141. package/lib/typescript/src/components/ProgressIndicator.js.map +1 -1
  142. package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +2 -2
  143. package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +4 -2
  144. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js +4 -3
  145. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  146. package/lib/typescript/src/components/Row.d.ts +3 -5
  147. package/lib/typescript/src/components/Row.js +1 -1
  148. package/lib/typescript/src/components/Row.js.map +1 -1
  149. package/lib/typescript/src/components/ScreenContainer.d.ts +3 -6
  150. package/lib/typescript/src/components/ScreenContainer.js +3 -2
  151. package/lib/typescript/src/components/ScreenContainer.js.map +1 -1
  152. package/lib/typescript/src/components/SectionList/SectionHeader.d.ts +3 -5
  153. package/lib/typescript/src/components/SectionList/SectionHeader.js +3 -3
  154. package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -1
  155. package/lib/typescript/src/components/Slider.d.ts +3 -6
  156. package/lib/typescript/src/components/Slider.js +6 -6
  157. package/lib/typescript/src/components/Slider.js.map +1 -1
  158. package/lib/typescript/src/components/StarRating.d.ts +3 -5
  159. package/lib/typescript/src/components/StarRating.js +1 -1
  160. package/lib/typescript/src/components/StarRating.js.map +1 -1
  161. package/lib/typescript/src/components/Stepper.d.ts +3 -5
  162. package/lib/typescript/src/components/Stepper.js +3 -2
  163. package/lib/typescript/src/components/Stepper.js.map +1 -1
  164. package/lib/typescript/src/components/Surface.d.ts +3 -5
  165. package/lib/typescript/src/components/Surface.js +3 -10
  166. package/lib/typescript/src/components/Surface.js.map +1 -1
  167. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.d.ts +3 -5
  168. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js +10 -5
  169. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  170. package/lib/typescript/src/components/Swiper/Swiper.d.ts +4 -2
  171. package/lib/typescript/src/components/Swiper/Swiper.js +3 -2
  172. package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -1
  173. package/lib/typescript/src/components/Switch.d.ts +7 -24
  174. package/lib/typescript/src/components/Switch.js +3 -4
  175. package/lib/typescript/src/components/Switch.js.map +1 -1
  176. package/lib/typescript/src/components/TabView/TabView.d.ts +3 -5
  177. package/lib/typescript/src/components/TabView/TabView.js +4 -4
  178. package/lib/typescript/src/components/TabView/TabView.js.map +1 -1
  179. package/lib/typescript/src/components/Table/Table.d.ts +3 -5
  180. package/lib/typescript/src/components/Table/Table.js +2 -2
  181. package/lib/typescript/src/components/Table/Table.js.map +1 -1
  182. package/lib/typescript/src/components/Table/TableRow.d.ts +3 -5
  183. package/lib/typescript/src/components/Table/TableRow.js +4 -2
  184. package/lib/typescript/src/components/Table/TableRow.js.map +1 -1
  185. package/lib/typescript/src/components/Text.d.ts +3 -9
  186. package/lib/typescript/src/components/Text.js +2 -2
  187. package/lib/typescript/src/components/Text.js.map +1 -1
  188. package/lib/typescript/src/components/TextField.d.ts +4 -41
  189. package/lib/typescript/src/components/TextField.js +22 -20
  190. package/lib/typescript/src/components/TextField.js.map +1 -1
  191. package/lib/typescript/src/components/TextInput.js +3 -0
  192. package/lib/typescript/src/components/TextInput.js.map +1 -1
  193. package/lib/typescript/src/components/Typography.d.ts +5 -11
  194. package/lib/typescript/src/components/Typography.js +4 -4
  195. package/lib/typescript/src/components/Typography.js.map +1 -1
  196. package/lib/typescript/src/deprecated-components/AccordionItem.d.ts +3 -5
  197. package/lib/typescript/src/deprecated-components/AccordionItem.js +2 -2
  198. package/lib/typescript/src/deprecated-components/AccordionItem.js.map +1 -1
  199. package/lib/typescript/src/deprecated-components/AvatarEdit.d.ts +3 -5
  200. package/lib/typescript/src/deprecated-components/AvatarEdit.js +4 -4
  201. package/lib/typescript/src/deprecated-components/AvatarEdit.js.map +1 -1
  202. package/lib/typescript/src/deprecated-components/Banner.d.ts +3 -5
  203. package/lib/typescript/src/deprecated-components/Banner.js +4 -5
  204. package/lib/typescript/src/deprecated-components/Banner.js.map +1 -1
  205. package/lib/typescript/src/deprecated-components/Card.d.ts +6 -18
  206. package/lib/typescript/src/deprecated-components/Card.js +3 -3
  207. package/lib/typescript/src/deprecated-components/Card.js.map +1 -1
  208. package/lib/typescript/src/deprecated-components/CheckboxGroup.d.ts +2 -2
  209. package/lib/typescript/src/deprecated-components/Container.d.ts +3 -5
  210. package/lib/typescript/src/deprecated-components/Container.js +1 -1
  211. package/lib/typescript/src/deprecated-components/Container.js.map +1 -1
  212. package/lib/typescript/src/deprecated-components/DeprecatedButton.d.ts +3 -5
  213. package/lib/typescript/src/deprecated-components/DeprecatedButton.js +8 -8
  214. package/lib/typescript/src/deprecated-components/DeprecatedButton.js.map +1 -1
  215. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.d.ts +3 -5
  216. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  217. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  218. package/lib/typescript/src/deprecated-components/DeprecatedFAB.d.ts +3 -5
  219. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js +8 -8
  220. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  221. package/lib/typescript/src/deprecated-components/FAB.d.ts +3 -8
  222. package/lib/typescript/src/deprecated-components/FAB.js +2 -2
  223. package/lib/typescript/src/deprecated-components/FAB.js.map +1 -1
  224. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.d.ts +3 -5
  225. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js +4 -4
  226. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  227. package/lib/typescript/src/deprecated-components/ProgressCircle.d.ts +5 -8
  228. package/lib/typescript/src/deprecated-components/ProgressCircle.js +3 -3
  229. package/lib/typescript/src/deprecated-components/ProgressCircle.js.map +1 -1
  230. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.d.ts +1 -3
  231. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  232. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  233. package/lib/typescript/src/deprecated-components/RowBodyIcon.d.ts +3 -5
  234. package/lib/typescript/src/deprecated-components/RowBodyIcon.js +2 -2
  235. package/lib/typescript/src/deprecated-components/RowBodyIcon.js.map +1 -1
  236. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.d.ts +3 -5
  237. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  238. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  239. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.d.ts +3 -5
  240. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  241. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  242. package/lib/typescript/src/deprecated-components/ToggleButton.d.ts +6 -9
  243. package/lib/typescript/src/deprecated-components/ToggleButton.js +5 -5
  244. package/lib/typescript/src/deprecated-components/ToggleButton.js.map +1 -1
  245. package/lib/typescript/src/index.d.ts +0 -2
  246. package/lib/typescript/src/index.js +0 -2
  247. package/lib/typescript/src/index.js.map +1 -1
  248. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  249. package/package.json +4 -5
  250. package/src/Provider.js +4 -4
  251. package/src/Provider.js.map +1 -1
  252. package/src/Provider.tsx +15 -12
  253. package/src/components/AccordionGroup.js +3 -3
  254. package/src/components/AccordionGroup.js.map +1 -1
  255. package/src/components/AccordionGroup.tsx +5 -5
  256. package/src/components/BottomSheet/BottomSheet.js +4 -4
  257. package/src/components/BottomSheet/BottomSheet.js.map +1 -1
  258. package/src/components/BottomSheet/BottomSheet.tsx +7 -7
  259. package/src/components/Button.js +8 -6
  260. package/src/components/Button.js.map +1 -1
  261. package/src/components/Button.tsx +10 -10
  262. package/src/components/Checkbox/Checkbox.js +3 -3
  263. package/src/components/Checkbox/Checkbox.js.map +1 -1
  264. package/src/components/Checkbox/Checkbox.tsx +3 -3
  265. package/src/components/Checkbox/CheckboxRow.js +4 -3
  266. package/src/components/Checkbox/CheckboxRow.js.map +1 -1
  267. package/src/components/Checkbox/CheckboxRow.tsx +9 -2
  268. package/src/components/DatePicker/DatePicker.js +24 -23
  269. package/src/components/DatePicker/DatePicker.js.map +1 -1
  270. package/src/components/DatePicker/DatePicker.tsx +25 -24
  271. package/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  272. package/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  273. package/src/components/DatePicker/DatePickerComponent.web.tsx +15 -8
  274. package/src/components/DatePicker/DatePickerComponentType.ts +2 -3
  275. package/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  276. package/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  277. package/src/components/DeckSwiper/DeckSwiperCard.tsx +5 -5
  278. package/src/components/Divider.js +2 -2
  279. package/src/components/Divider.js.map +1 -1
  280. package/src/components/Divider.tsx +4 -4
  281. package/src/components/Elevation.js +3 -4
  282. package/src/components/Elevation.js.map +1 -1
  283. package/src/components/Elevation.tsx +5 -6
  284. package/src/components/FormRow.js.map +1 -1
  285. package/src/components/FormRow.tsx +1 -2
  286. package/src/components/IconButton.js +2 -2
  287. package/src/components/IconButton.js.map +1 -1
  288. package/src/components/IconButton.tsx +4 -4
  289. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.ts +0 -2
  290. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  291. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  292. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.tsx +19 -19
  293. package/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  294. package/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  295. package/src/components/MediaPlayer/AudioPlayer/index.tsx +1 -3
  296. package/src/components/Picker/NativePicker.js +5 -2
  297. package/src/components/Picker/NativePicker.js.map +1 -1
  298. package/src/components/Picker/NativePicker.tsx +5 -2
  299. package/src/components/Picker/PickerCommon.ts +2 -2
  300. package/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  301. package/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  302. package/src/components/Picker/dropdown/DropDownPicker.tsx +5 -5
  303. package/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  304. package/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  305. package/src/components/Picker/dropdown/MultiSelectPicker.tsx +1 -1
  306. package/src/components/Picker/index.js +1 -1
  307. package/src/components/Picker/index.js.map +1 -1
  308. package/src/components/Picker/index.tsx +1 -1
  309. package/src/components/PinInput/PinInput.js +4 -4
  310. package/src/components/PinInput/PinInput.js.map +1 -1
  311. package/src/components/PinInput/PinInput.tsx +6 -6
  312. package/src/components/PinInput/PinInputText.js +2 -2
  313. package/src/components/PinInput/PinInputText.js.map +1 -1
  314. package/src/components/PinInput/PinInputText.tsx +4 -4
  315. package/src/components/Portal/Portal.js +3 -5
  316. package/src/components/Portal/Portal.js.map +1 -1
  317. package/src/components/Portal/Portal.tsx +3 -10
  318. package/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  319. package/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  320. package/src/components/Progress/CircularProgress/CircularProgress.tsx +2 -2
  321. package/src/components/Progress/CircularProgress/index.js +1 -1
  322. package/src/components/Progress/CircularProgress/index.js.map +1 -1
  323. package/src/components/Progress/CircularProgress/index.tsx +1 -1
  324. package/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  325. package/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  326. package/src/components/Progress/LinearProgress/LinearProgress.tsx +2 -2
  327. package/src/components/Progress/LinearProgress/index.js +1 -1
  328. package/src/components/Progress/LinearProgress/index.js.map +1 -1
  329. package/src/components/Progress/LinearProgress/index.tsx +1 -1
  330. package/src/components/Progress/ProgressCommon.ts +2 -2
  331. package/src/components/ProgressIndicator.js +1 -1
  332. package/src/components/ProgressIndicator.js.map +1 -1
  333. package/src/components/ProgressIndicator.tsx +10 -11
  334. package/src/components/RadioButton/RadioButtonGroup.tsx +2 -2
  335. package/src/components/RadioButton/RadioButtonRow.js +4 -3
  336. package/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  337. package/src/components/RadioButton/RadioButtonRow.tsx +9 -2
  338. package/src/components/Row.js +1 -1
  339. package/src/components/Row.js.map +1 -1
  340. package/src/components/Row.tsx +3 -3
  341. package/src/components/ScreenContainer.js +3 -2
  342. package/src/components/ScreenContainer.js.map +1 -1
  343. package/src/components/ScreenContainer.tsx +5 -4
  344. package/src/components/SectionList/SectionHeader.js +3 -3
  345. package/src/components/SectionList/SectionHeader.js.map +1 -1
  346. package/src/components/SectionList/SectionHeader.tsx +5 -5
  347. package/src/components/Slider.js +6 -6
  348. package/src/components/Slider.js.map +1 -1
  349. package/src/components/Slider.tsx +8 -8
  350. package/src/components/StarRating.js +1 -1
  351. package/src/components/StarRating.js.map +1 -1
  352. package/src/components/StarRating.tsx +3 -3
  353. package/src/components/Stepper.js +3 -2
  354. package/src/components/Stepper.js.map +1 -1
  355. package/src/components/Stepper.tsx +5 -4
  356. package/src/components/Surface.js +3 -10
  357. package/src/components/Surface.js.map +1 -1
  358. package/src/components/Surface.tsx +5 -12
  359. package/src/components/SwipeableItem/SwipeableItem.js +10 -5
  360. package/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  361. package/src/components/SwipeableItem/SwipeableItem.tsx +13 -7
  362. package/src/components/Swiper/Swiper.js +3 -2
  363. package/src/components/Swiper/Swiper.js.map +1 -1
  364. package/src/components/Swiper/Swiper.tsx +6 -3
  365. package/src/components/Switch.js +3 -4
  366. package/src/components/Switch.js.map +1 -1
  367. package/src/components/Switch.tsx +7 -7
  368. package/src/components/TabView/TabView.js +4 -4
  369. package/src/components/TabView/TabView.js.map +1 -1
  370. package/src/components/TabView/TabView.tsx +7 -7
  371. package/src/components/Table/Table.js +2 -2
  372. package/src/components/Table/Table.js.map +1 -1
  373. package/src/components/Table/Table.tsx +4 -4
  374. package/src/components/Table/TableRow.js +4 -2
  375. package/src/components/Table/TableRow.js.map +1 -1
  376. package/src/components/Table/TableRow.tsx +6 -4
  377. package/src/components/Text.js +2 -2
  378. package/src/components/Text.js.map +1 -1
  379. package/src/components/Text.tsx +4 -4
  380. package/src/components/TextField.js +22 -20
  381. package/src/components/TextField.js.map +1 -1
  382. package/src/components/TextField.tsx +26 -23
  383. package/src/components/TextInput.js +3 -0
  384. package/src/components/TextInput.js.map +1 -1
  385. package/src/components/TextInput.tsx +3 -0
  386. package/src/components/Typography.js +4 -4
  387. package/src/components/Typography.js.map +1 -1
  388. package/src/components/Typography.tsx +6 -6
  389. package/src/deprecated-components/AccordionItem.js +2 -2
  390. package/src/deprecated-components/AccordionItem.js.map +1 -1
  391. package/src/deprecated-components/AccordionItem.tsx +4 -4
  392. package/src/deprecated-components/AvatarEdit.js +4 -4
  393. package/src/deprecated-components/AvatarEdit.js.map +1 -1
  394. package/src/deprecated-components/AvatarEdit.tsx +6 -6
  395. package/src/deprecated-components/Banner.js +4 -5
  396. package/src/deprecated-components/Banner.js.map +1 -1
  397. package/src/deprecated-components/Banner.tsx +6 -10
  398. package/src/deprecated-components/Card.js +3 -3
  399. package/src/deprecated-components/Card.js.map +1 -1
  400. package/src/deprecated-components/Card.tsx +10 -6
  401. package/src/deprecated-components/CheckboxGroup.tsx +2 -2
  402. package/src/deprecated-components/Container.js +1 -1
  403. package/src/deprecated-components/Container.js.map +1 -1
  404. package/src/deprecated-components/Container.tsx +3 -3
  405. package/src/deprecated-components/DeprecatedButton.js +8 -8
  406. package/src/deprecated-components/DeprecatedButton.js.map +1 -1
  407. package/src/deprecated-components/DeprecatedButton.tsx +10 -10
  408. package/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  409. package/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  410. package/src/deprecated-components/DeprecatedCardWrapper.tsx +3 -3
  411. package/src/deprecated-components/DeprecatedFAB.js +8 -8
  412. package/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  413. package/src/deprecated-components/DeprecatedFAB.tsx +10 -10
  414. package/src/deprecated-components/FAB.js +2 -2
  415. package/src/deprecated-components/FAB.js.map +1 -1
  416. package/src/deprecated-components/FAB.tsx +4 -4
  417. package/src/deprecated-components/FieldSearchBarFull.js +4 -4
  418. package/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  419. package/src/deprecated-components/FieldSearchBarFull.tsx +6 -6
  420. package/src/deprecated-components/ProgressCircle.js +3 -3
  421. package/src/deprecated-components/ProgressCircle.js.map +1 -1
  422. package/src/deprecated-components/ProgressCircle.tsx +7 -8
  423. package/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  424. package/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  425. package/src/deprecated-components/RadioButtonFieldGroup.tsx +1 -1
  426. package/src/deprecated-components/RowBodyIcon.js +2 -2
  427. package/src/deprecated-components/RowBodyIcon.js.map +1 -1
  428. package/src/deprecated-components/RowBodyIcon.tsx +6 -6
  429. package/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  430. package/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  431. package/src/deprecated-components/RowHeadlineImageCaption.tsx +6 -6
  432. package/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  433. package/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  434. package/src/deprecated-components/RowHeadlineImageIcon.tsx +6 -6
  435. package/src/deprecated-components/ToggleButton.js +5 -5
  436. package/src/deprecated-components/ToggleButton.js.map +1 -1
  437. package/src/deprecated-components/ToggleButton.tsx +12 -11
  438. package/src/index.js +0 -2
  439. package/src/index.js.map +1 -1
  440. package/src/index.tsx +0 -2
  441. package/lib/commonjs/styles/DarkTheme.js +0 -1
  442. package/lib/commonjs/styles/DefaultTheme.js +0 -1
  443. package/lib/commonjs/styles/fonts.js +0 -1
  444. package/lib/commonjs/styles/overlay.js +0 -1
  445. package/lib/commonjs/styles/shadow.js +0 -1
  446. package/lib/commonjs/theming.js +0 -1
  447. package/lib/typescript/src/styles/DarkTheme.d.ts +0 -3
  448. package/lib/typescript/src/styles/DarkTheme.js +0 -27
  449. package/lib/typescript/src/styles/DarkTheme.js.map +0 -1
  450. package/lib/typescript/src/styles/DefaultTheme.d.ts +0 -1670
  451. package/lib/typescript/src/styles/DefaultTheme.js +0 -112
  452. package/lib/typescript/src/styles/DefaultTheme.js.map +0 -1
  453. package/lib/typescript/src/styles/fonts.d.ts +0 -5
  454. package/lib/typescript/src/styles/fonts.js +0 -63
  455. package/lib/typescript/src/styles/fonts.js.map +0 -1
  456. package/lib/typescript/src/styles/overlay.d.ts +0 -2
  457. package/lib/typescript/src/styles/overlay.js +0 -61
  458. package/lib/typescript/src/styles/overlay.js.map +0 -1
  459. package/lib/typescript/src/styles/shadow.d.ts +0 -23
  460. package/lib/typescript/src/styles/shadow.js +0 -52
  461. package/lib/typescript/src/styles/shadow.js.map +0 -1
  462. package/lib/typescript/src/theming.d.ts +0 -8
  463. package/lib/typescript/src/theming.js +0 -4
  464. package/lib/typescript/src/theming.js.map +0 -1
  465. package/src/styles/DarkTheme.js +0 -27
  466. package/src/styles/DarkTheme.js.map +0 -1
  467. package/src/styles/DarkTheme.tsx +0 -30
  468. package/src/styles/DefaultTheme.js +0 -112
  469. package/src/styles/DefaultTheme.js.map +0 -1
  470. package/src/styles/DefaultTheme.tsx +0 -114
  471. package/src/styles/fonts.js +0 -63
  472. package/src/styles/fonts.js.map +0 -1
  473. package/src/styles/fonts.tsx +0 -67
  474. package/src/styles/overlay.js +0 -61
  475. package/src/styles/overlay.js.map +0 -1
  476. package/src/styles/overlay.tsx +0 -69
  477. package/src/styles/shadow.js +0 -52
  478. package/src/styles/shadow.js.map +0 -1
  479. package/src/styles/shadow.tsx +0 -55
  480. package/src/theming.js +0 -4
  481. package/src/theming.js.map +0 -1
  482. package/src/theming.tsx +0 -6
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import type { Theme } from "../styles/DefaultTheme";
2
+ import type { ReadTheme } from "@draftbit/theme";
3
3
  import type { IconSlot } from "../interfaces/Icon";
4
4
  import { StyleProp, ViewStyle } from "react-native";
5
5
  declare type Props = {
@@ -7,9 +7,7 @@ declare type Props = {
7
7
  subtitle?: string;
8
8
  icon: string;
9
9
  style?: StyleProp<ViewStyle>;
10
- theme: Theme;
10
+ theme: ReadTheme;
11
11
  } & IconSlot;
12
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<Props>, "theme"> & {
13
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
14
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<Props>> & React.FC<React.PropsWithChildren<Props>>, {}>;
12
+ declare const _default: React.ComponentType<Omit<React.PropsWithChildren<Props>, "theme">>;
15
13
  export default _default;
@@ -1,12 +1,12 @@
1
1
  import * as React from "react";
2
- import { withTheme } from "../theming";
2
+ import { withTheme } from "@draftbit/theme";
3
3
  import Row from "../components/Row";
4
4
  import Config from "../components/Config";
5
5
  /**
6
6
  * @deprecated DEPRECATED
7
7
  */
8
8
  const RowBodyIcon = ({ Icon, title, subtitle, icon, style, theme: { colors, typography }, }) => {
9
- return (React.createElement(Row, { titleTypeStyle: typography.body1, titleColor: colors.medium, subtitleTypeStyle: typography.subtitle2, subtitleColor: colors.light, title: title, subtitle: subtitle, right: () => (React.createElement(Icon, { name: icon, size: Config.rowSingleLineIconSize, color: colors.light, style: { marginLeft: 16 } })), style: style }));
9
+ return (React.createElement(Row, { titleTypeStyle: typography.body1, titleColor: colors.text.medium, subtitleTypeStyle: typography.subtitle2, subtitleColor: colors.foreground.brand, title: title, subtitle: subtitle, right: () => (React.createElement(Icon, { name: icon, size: Config.rowSingleLineIconSize, color: colors.foreground.brand, style: { marginLeft: 16 } })), style: style }));
10
10
  };
11
11
  export default withTheme(RowBodyIcon);
12
12
  //# sourceMappingURL=RowBodyIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RowBodyIcon.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowBodyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAIvC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAW1C;;GAEG;AACH,MAAM,WAAW,GAA6C,CAAC,EAC7D,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,KAAK,EAChC,UAAU,EAAE,MAAM,CAAC,MAAM,EACzB,iBAAiB,EAAE,UAAU,CAAC,SAAS,EACvC,aAAa,EAAE,MAAM,CAAC,KAAK,EAC3B,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,CAAC,qBAAqB,EAClC,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,GACzB,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"RowBodyIcon.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowBodyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAW1C;;GAEG;AACH,MAAM,WAAW,GAA6C,CAAC,EAC7D,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,KAAK,EAChC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC9B,iBAAiB,EAAE,UAAU,CAAC,SAAS,EACvC,aAAa,EAAE,MAAM,CAAC,UAAU,CAAC,KAAK,EACtC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,CAAC,qBAAqB,EAClC,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,KAAK,EAC9B,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,GACzB,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,WAAW,CAAC,CAAC"}
@@ -1,15 +1,13 @@
1
1
  import * as React from "react";
2
2
  import { ImageSourcePropType, StyleProp, ViewStyle } from "react-native";
3
- import theme from "../styles/DefaultTheme";
3
+ import type { ReadTheme } from "@draftbit/theme";
4
4
  declare type Props = {
5
5
  title?: string;
6
6
  subtitle?: string;
7
7
  caption?: string;
8
8
  image: string | ImageSourcePropType;
9
9
  style?: StyleProp<ViewStyle>;
10
- theme: typeof theme;
10
+ theme: ReadTheme;
11
11
  };
12
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<Props>, "theme"> & {
13
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
14
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<Props>> & React.FC<React.PropsWithChildren<Props>>, {}>;
12
+ declare const _default: React.ComponentType<Omit<React.PropsWithChildren<Props>, "theme">>;
15
13
  export default _default;
@@ -1,14 +1,14 @@
1
1
  import * as React from "react";
2
2
  import { Text } from "react-native";
3
- import { withTheme } from "../theming";
3
+ import { withTheme } from "@draftbit/theme";
4
4
  import Row from "../components/Row";
5
5
  /**
6
6
  * @deprecated DEPRECATED
7
7
  */
8
8
  const RowHeadlineImageCaption = ({ title, subtitle, caption, image, style, theme: { colors, typography }, }) => {
9
- return (React.createElement(Row, { titleTypeStyle: typography.headline6, titleColor: colors.strong, subtitleTypeStyle: typography.body2, subtitleColor: colors.medium, title: title, subtitle: subtitle, image: image, right: () => (React.createElement(Text, { style: {
9
+ return (React.createElement(Row, { titleTypeStyle: typography.headline6, titleColor: colors.text.strong, subtitleTypeStyle: typography.body2, subtitleColor: colors.text.medium, title: title, subtitle: subtitle, image: image, right: () => (React.createElement(Text, { style: {
10
10
  ...typography.caption,
11
- color: colors.strong,
11
+ color: colors.text.strong,
12
12
  marginLeft: 16,
13
13
  } }, caption)), style: style }));
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"RowHeadlineImageCaption.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowHeadlineImageCaption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAA6C,MAAM,cAAc,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AAYpC;;GAEG;AACH,MAAM,uBAAuB,GAA6C,CAAC,EACzE,KAAK,EACL,QAAQ,EACR,OAAO,EACP,KAAK,EACL,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,SAAS,EACpC,UAAU,EAAE,MAAM,CAAC,MAAM,EACzB,iBAAiB,EAAE,UAAU,CAAC,KAAK,EACnC,aAAa,EAAE,MAAM,CAAC,MAAM,EAC5B,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,KAAK,EAAE;gBACL,GAAG,UAAU,CAAC,OAAO;gBACrB,KAAK,EAAE,MAAM,CAAC,MAAM;gBACpB,UAAU,EAAE,EAAE;aACf,IAEA,OAAO,CACH,CACR,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,uBAAuB,CAAC,CAAC"}
1
+ {"version":3,"file":"RowHeadlineImageCaption.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowHeadlineImageCaption.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAA6C,MAAM,cAAc,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,GAAG,MAAM,mBAAmB,CAAC;AAYpC;;GAEG;AACH,MAAM,uBAAuB,GAA6C,CAAC,EACzE,KAAK,EACL,QAAQ,EACR,OAAO,EACP,KAAK,EACL,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,SAAS,EACpC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC9B,iBAAiB,EAAE,UAAU,CAAC,KAAK,EACnC,aAAa,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EACjC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,KAAK,EAAE;gBACL,GAAG,UAAU,CAAC,OAAO;gBACrB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM;gBACzB,UAAU,EAAE,EAAE;aACf,IAEA,OAAO,CACH,CACR,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,uBAAuB,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import type { Theme } from "../styles/DefaultTheme";
2
+ import type { ReadTheme } from "@draftbit/theme";
3
3
  import type { IconSlot } from "../interfaces/Icon";
4
4
  import { ImageSourcePropType, StyleProp, ViewStyle } from "react-native";
5
5
  declare type Props = {
@@ -9,9 +9,7 @@ declare type Props = {
9
9
  multilineSubtitle?: boolean;
10
10
  icon: string;
11
11
  style?: StyleProp<ViewStyle>;
12
- theme: Theme;
12
+ theme: ReadTheme;
13
13
  } & IconSlot;
14
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<Props>, "theme"> & {
15
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
16
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<Props>> & React.FC<React.PropsWithChildren<Props>>, {}>;
14
+ declare const _default: React.ComponentType<Omit<React.PropsWithChildren<Props>, "theme">>;
17
15
  export default _default;
@@ -1,14 +1,14 @@
1
1
  import * as React from "react";
2
- import { withTheme } from "../theming";
2
+ import { withTheme } from "@draftbit/theme";
3
3
  import Row from "../components/Row";
4
4
  import Config from "../components/Config";
5
5
  /**
6
6
  * @deprecated DEPRECATED
7
7
  */
8
8
  const RowHeadlineImageIcon = ({ Icon, icon, title, image, subtitle, multilineSubtitle = false, style, theme: { colors, typography }, }) => {
9
- return (React.createElement(Row, { titleTypeStyle: typography.headline6, titleColor: colors.strong, subtitleTypeStyle: typography.body2, subtitleColor: colors.medium, title: title, subtitle: subtitle, multilineSubtitle: multilineSubtitle, image: image, right: () => (React.createElement(Icon, { name: icon, size: multilineSubtitle
9
+ return (React.createElement(Row, { titleTypeStyle: typography.headline6, titleColor: colors.text.strong, subtitleTypeStyle: typography.body2, subtitleColor: colors.text.medium, title: title, subtitle: subtitle, multilineSubtitle: multilineSubtitle, image: image, right: () => (React.createElement(Icon, { name: icon, size: multilineSubtitle
10
10
  ? Config.rowMultiLineIconSize
11
- : Config.rowSingleLineIconSize, color: colors.light, style: {
11
+ : Config.rowSingleLineIconSize, color: colors.text.light, style: {
12
12
  marginLeft: 16,
13
13
  alignSelf: multilineSubtitle ? "flex-start" : "center",
14
14
  marginTop: multilineSubtitle ? 4 : 0,
@@ -1 +1 @@
1
- {"version":3,"file":"RowHeadlineImageIcon.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowHeadlineImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAIvC,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAa1C;;GAEG;AACH,MAAM,oBAAoB,GAA6C,CAAC,EACtE,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,KAAK,EACL,QAAQ,EACR,iBAAiB,GAAG,KAAK,EACzB,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,SAAS,EACpC,UAAU,EAAE,MAAM,CAAC,MAAM,EACzB,iBAAiB,EAAE,UAAU,CAAC,KAAK,EACnC,aAAa,EAAE,MAAM,CAAC,MAAM,EAC5B,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,iBAAiB,EACpC,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EACF,iBAAiB;gBACf,CAAC,CAAC,MAAM,CAAC,oBAAoB;gBAC7B,CAAC,CAAC,MAAM,CAAC,qBAAqB,EAElC,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,KAAK,EAAE;gBACL,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,QAAQ;gBACtD,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACrC,GACD,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"RowHeadlineImageIcon.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RowHeadlineImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,OAAO,GAAG,MAAM,mBAAmB,CAAC;AACpC,OAAO,MAAM,MAAM,sBAAsB,CAAC;AAa1C;;GAEG;AACH,MAAM,oBAAoB,GAA6C,CAAC,EACtE,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,KAAK,EACL,QAAQ,EACR,iBAAiB,GAAG,KAAK,EACzB,KAAK,EACL,KAAK,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,GAC9B,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,GAAG,IACF,cAAc,EAAE,UAAU,CAAC,SAAS,EACpC,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EAC9B,iBAAiB,EAAE,UAAU,CAAC,KAAK,EACnC,aAAa,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,EACjC,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,iBAAiB,EAAE,iBAAiB,EACpC,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,GAAG,EAAE,CAAC,CACX,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,EACV,IAAI,EACF,iBAAiB;gBACf,CAAC,CAAC,MAAM,CAAC,oBAAoB;gBAC7B,CAAC,CAAC,MAAM,CAAC,qBAAqB,EAElC,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,EACxB,KAAK,EAAE;gBACL,UAAU,EAAE,EAAE;gBACd,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,QAAQ;gBACtD,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;aACrC,GACD,CACH,EACD,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import * as React from "react";
2
- import { colorTypes } from "@draftbit/types";
3
2
  import { StyleProp, ViewStyle } from "react-native";
4
- import type { Theme } from "../styles/DefaultTheme";
3
+ import type { ReadTheme } from "@draftbit/theme";
5
4
  import type { IconSlot } from "../interfaces/Icon";
6
5
  declare type Props = {
7
6
  icon: string;
@@ -9,16 +8,14 @@ declare type Props = {
9
8
  onPress?: (value: boolean) => void;
10
9
  defaultValue?: boolean;
11
10
  disabled?: boolean;
12
- color?: colorTypes;
13
- colorSecondary?: colorTypes;
14
- borderColor?: colorTypes;
11
+ color?: string;
12
+ colorSecondary?: string;
13
+ borderColor?: string;
15
14
  iconSize?: number;
16
15
  width?: number;
17
16
  height?: number;
18
17
  style?: StyleProp<ViewStyle>;
19
- theme: Theme;
18
+ theme: ReadTheme;
20
19
  } & IconSlot;
21
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<Props>, "theme"> & {
22
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
23
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<Props>> & React.FC<React.PropsWithChildren<Props>>, {}>;
20
+ declare const _default: React.ComponentType<Omit<React.PropsWithChildren<Props>, "theme">>;
24
21
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { withTheme } from "../theming";
2
+ import { withTheme } from "@draftbit/theme";
3
3
  import { StyleSheet } from "react-native";
4
4
  import IconButton from "../components/IconButton";
5
5
  /**
@@ -21,15 +21,15 @@ const ToggleButton = ({ Icon, icon, toggled = false, onPress = () => { }, defaul
21
21
  setInternalValue(!internalValue);
22
22
  onPress(!internalValue);
23
23
  };
24
- return (React.createElement(IconButton, { Icon: Icon, icon: icon, size: iconSize, color: internalValue ? colors[color] : colors[colorSecondary], onPress: handlePress, disabled: disabled, style: [
24
+ return (React.createElement(IconButton, { Icon: Icon, icon: icon, size: iconSize, color: internalValue ? colors.branding[color] : colors.branding[colorSecondary], onPress: handlePress, disabled: disabled, style: [
25
25
  styles.mainContainer,
26
26
  {
27
27
  width,
28
28
  height,
29
29
  backgroundColor: internalValue
30
- ? colors[colorSecondary]
31
- : colors[color],
32
- borderColor: colors[borderColor],
30
+ ? colors.branding[colorSecondary]
31
+ : colors.branding[color],
32
+ borderColor: colors.border[borderColor],
33
33
  },
34
34
  style,
35
35
  ], ...rest }));
@@ -1 +1 @@
1
- {"version":3,"file":"ToggleButton.js","sourceRoot":"","sources":["../../../../src/deprecated-components/ToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAa,UAAU,EAAa,MAAM,cAAc,CAAC;AAChE,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAoBlD;;GAEG;AACH,MAAM,YAAY,GAA6C,CAAC,EAC9D,IAAI,EACJ,IAAI,EACJ,OAAO,GAAG,KAAK,EACf,OAAO,GAAG,GAAG,EAAE,GAAE,CAAC,EAClB,YAAY,EACZ,QAAQ,GAAG,KAAK,EAChB,KAAK,GAAG,SAAS,EACjB,cAAc,GAAG,SAAS,EAC1B,WAAW,GAAG,SAAS,EACvB,QAAQ,GAAG,EAAE,EACb,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,EACX,KAAK,EAAE,EAAE,MAAM,EAAE,EACjB,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CACtD,OAAO,IAAI,YAAY,IAAI,KAAK,CACjC,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,IAAI,IAAI,EAAE;YACnB,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC3B;IACH,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,YAAY,IAAI,IAAI,EAAE;YACxB,gBAAgB,CAAC,YAAY,CAAC,CAAC;SAChC;IACH,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,gBAAgB,CAAC,CAAC,aAAa,CAAC,CAAC;QACjC,OAAO,CAAC,CAAC,aAAa,CAAC,CAAC;IAC1B,CAAC,CAAC;IAEF,OAAO,CACL,oBAAC,UAAU,IACT,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,QAAQ,EACd,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,EAC7D,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE;YACL,MAAM,CAAC,aAAa;YACpB;gBACE,KAAK;gBACL,MAAM;gBACN,eAAe,EAAE,aAAa;oBAC5B,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC;oBACxB,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;gBACjB,WAAW,EAAE,MAAM,CAAC,WAAW,CAAC;aACjC;YACD,KAAK;SACN,KACG,IAAI,GACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAC/B,aAAa,EAAE;QACb,WAAW,EAAE,CAAC;KACf;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC,YAAY,CAAC,CAAC"}
1
+ {"version":3,"file":"ToggleButton.js","sourceRoot":"","sources":["../../../../src/deprecated-components/ToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAa,UAAU,EAAa,MAAM,cAAc,CAAC;AAChE,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAoBlD;;GAEG;AACH,MAAM,YAAY,GAA6C,CAAC,EAC9D,IAAI,EACJ,IAAI,EACJ,OAAO,GAAG,KAAK,EACf,OAAO,GAAG,GAAG,EAAE,GAAE,CAAC,EAClB,YAAY,EACZ,QAAQ,GAAG,KAAK,EAChB,KAAK,GAAG,SAAS,EACjB,cAAc,GAAG,SAAS,EAC1B,WAAW,GAAG,SAAS,EACvB,QAAQ,GAAG,EAAE,EACb,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,EACX,KAAK,EAAE,EAAE,MAAM,EAAE,EACjB,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE;IACH,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CACtD,OAAO,IAAI,YAAY,IAAI,KAAK,CACjC,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,OAAO,IAAI,IAAI,EAAE;YACnB,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC3B;IACH,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEd,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,YAAY,IAAI,IAAI,EAAE;YACxB,gBAAgB,CAAC,YAAY,CAAC,CAAC;SAChC;IACH,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,gBAAgB,CAAC,CAAC,aAAa,CAAC,CAAC;QACjC,OAAO,CAAC,CAAC,aAAa,CAAC,CAAC;IAC1B,CAAC,CAAC;IAEF,OAAO,CACL,oBAAC,UAAU,IACT,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,QAAQ,EACd,KAAK,EACH,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC,EAE1E,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE;YACL,MAAM,CAAC,aAAa;YACpB;gBACE,KAAK;gBACL,MAAM;gBACN,eAAe,EAAE,aAAa;oBAC5B,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC;oBACjC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC;gBAC1B,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC;aACxC;YACD,KAAK;SACN,KACG,IAAI,GACR,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAC/B,aAAa,EAAE;QACb,WAAW,EAAE,CAAC;KACf;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC,YAAY,CAAC,CAAC"}
@@ -1,8 +1,6 @@
1
1
  export { flattenReactFragments } from "./utilities";
2
2
  export { injectIcon } from "./interfaces/Icon";
3
- export { withTheme, ThemeProvider } from "./theming";
4
3
  export { default as Provider } from "./Provider";
5
- export { default as DefaultTheme } from "./styles/DefaultTheme";
6
4
  export { Link } from "./components/Text";
7
5
  export { Button } from "./components/Button";
8
6
  export { Checkbox, CheckboxRow } from "./components/Checkbox";
@@ -1,8 +1,6 @@
1
1
  export { flattenReactFragments } from "./utilities";
2
2
  export { injectIcon } from "./interfaces/Icon";
3
- export { withTheme, ThemeProvider } from "./theming";
4
3
  export { default as Provider } from "./Provider";
5
- export { default as DefaultTheme } from "./styles/DefaultTheme";
6
4
  export { Link } from "./components/Text";
7
5
  export { Button } from "./components/Button";
8
6
  export { Checkbox, CheckboxRow } from "./components/Checkbox";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EACL,WAAW,EACX,eAAe,EACf,iBAAiB,GAClB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,cAAc,GACf,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,aAAa,GACd,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,MAAM,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAE9E,OAAO,EACL,QAAQ,EACR,kBAAkB,EAClB,YAAY,IAAI,kBAAkB,GACnC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,WAAW,EACX,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,GACP,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,0DAA0D,CAAC;AAC3G,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AACzG,OAAO,EAAE,OAAO,IAAI,kCAAkC,EAAE,MAAM,wEAAwE,CAAC;AACvI,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,iEAAiE,CAAC;AACzH,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2DAA2D,CAAC;AAC7G,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,4DAA4D,CAAC;AAC/G,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,8DAA8D,CAAC;AAEnH,iCAAiC;AACjC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EACL,MAAM,IAAI,gBAAgB,EAC1B,MAAM,IAAI,gBAAgB,EAC1B,MAAM,IAAI,gBAAgB,EAC1B,GAAG,EACH,KAAK,GACN,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AACjG,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AACrG,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,2CAA2C,CAAC"}