@draftbit/core 50.1.2 → 50.1.3-46a10c.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 (489) 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/DropDownModalPicker.js +1 -1
  17. package/lib/commonjs/components/Picker/dropdown/DropDownPicker.js +1 -1
  18. package/lib/commonjs/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  19. package/lib/commonjs/components/Picker/index.js +1 -1
  20. package/lib/commonjs/components/PinInput/PinInput.js +1 -1
  21. package/lib/commonjs/components/PinInput/PinInputText.js +1 -1
  22. package/lib/commonjs/components/Portal/Portal.js +1 -1
  23. package/lib/commonjs/components/Progress/CircularProgress/CircularProgress.js +1 -1
  24. package/lib/commonjs/components/Progress/CircularProgress/index.js +1 -1
  25. package/lib/commonjs/components/Progress/LinearProgress/LinearProgress.js +1 -1
  26. package/lib/commonjs/components/Progress/LinearProgress/index.js +1 -1
  27. package/lib/commonjs/components/ProgressIndicator.js +1 -1
  28. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +1 -1
  29. package/lib/commonjs/components/Row.js +1 -1
  30. package/lib/commonjs/components/ScreenContainer.js +1 -1
  31. package/lib/commonjs/components/SectionList/SectionHeader.js +1 -1
  32. package/lib/commonjs/components/Slider.js +1 -1
  33. package/lib/commonjs/components/StarRating.js +1 -1
  34. package/lib/commonjs/components/Stepper.js +1 -1
  35. package/lib/commonjs/components/Surface.js +1 -1
  36. package/lib/commonjs/components/SwipeableItem/SwipeableItem.js +1 -1
  37. package/lib/commonjs/components/Swiper/Swiper.js +1 -1
  38. package/lib/commonjs/components/Switch.js +1 -1
  39. package/lib/commonjs/components/TabView/TabView.js +1 -1
  40. package/lib/commonjs/components/Table/Table.js +1 -1
  41. package/lib/commonjs/components/Table/TableRow.js +1 -1
  42. package/lib/commonjs/components/Text.js +1 -1
  43. package/lib/commonjs/components/TextField.js +1 -1
  44. package/lib/commonjs/components/TextInput.js +1 -1
  45. package/lib/commonjs/components/Typography.js +1 -1
  46. package/lib/commonjs/deprecated-components/AccordionItem.js +1 -1
  47. package/lib/commonjs/deprecated-components/AvatarEdit.js +1 -1
  48. package/lib/commonjs/deprecated-components/Banner.js +1 -1
  49. package/lib/commonjs/deprecated-components/Card.js +1 -1
  50. package/lib/commonjs/deprecated-components/Container.js +1 -1
  51. package/lib/commonjs/deprecated-components/DeprecatedButton.js +1 -1
  52. package/lib/commonjs/deprecated-components/DeprecatedCardWrapper.js +1 -1
  53. package/lib/commonjs/deprecated-components/DeprecatedFAB.js +1 -1
  54. package/lib/commonjs/deprecated-components/FAB.js +1 -1
  55. package/lib/commonjs/deprecated-components/FieldSearchBarFull.js +1 -1
  56. package/lib/commonjs/deprecated-components/ProgressCircle.js +1 -1
  57. package/lib/commonjs/deprecated-components/RadioButtonFieldGroup.js +1 -1
  58. package/lib/commonjs/deprecated-components/RowBodyIcon.js +1 -1
  59. package/lib/commonjs/deprecated-components/RowHeadlineImageCaption.js +1 -1
  60. package/lib/commonjs/deprecated-components/RowHeadlineImageIcon.js +1 -1
  61. package/lib/commonjs/deprecated-components/ToggleButton.js +1 -1
  62. package/lib/commonjs/index.js +1 -1
  63. package/lib/typescript/src/Provider.d.ts +7 -5
  64. package/lib/typescript/src/Provider.js +4 -4
  65. package/lib/typescript/src/Provider.js.map +1 -1
  66. package/lib/typescript/src/components/AccordionGroup.d.ts +3 -5
  67. package/lib/typescript/src/components/AccordionGroup.js +3 -3
  68. package/lib/typescript/src/components/AccordionGroup.js.map +1 -1
  69. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +3 -5
  70. package/lib/typescript/src/components/BottomSheet/BottomSheet.js +4 -4
  71. package/lib/typescript/src/components/BottomSheet/BottomSheet.js.map +1 -1
  72. package/lib/typescript/src/components/Button.js +8 -6
  73. package/lib/typescript/src/components/Button.js.map +1 -1
  74. package/lib/typescript/src/components/Checkbox/Checkbox.js +3 -3
  75. package/lib/typescript/src/components/Checkbox/Checkbox.js.map +1 -1
  76. package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts +4 -2
  77. package/lib/typescript/src/components/Checkbox/CheckboxRow.js +4 -3
  78. package/lib/typescript/src/components/Checkbox/CheckboxRow.js.map +1 -1
  79. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +3 -5
  80. package/lib/typescript/src/components/DatePicker/DatePicker.js +24 -23
  81. package/lib/typescript/src/components/DatePicker/DatePicker.js.map +1 -1
  82. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.d.ts +4 -12654
  83. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  84. package/lib/typescript/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  85. package/lib/typescript/src/components/DatePicker/DatePickerComponentType.d.ts +2 -2
  86. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +3 -5
  87. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  88. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  89. package/lib/typescript/src/components/Divider.d.ts +3 -5
  90. package/lib/typescript/src/components/Divider.js +2 -2
  91. package/lib/typescript/src/components/Divider.js.map +1 -1
  92. package/lib/typescript/src/components/Elevation.d.ts +3 -5
  93. package/lib/typescript/src/components/Elevation.js +3 -4
  94. package/lib/typescript/src/components/Elevation.js.map +1 -1
  95. package/lib/typescript/src/components/FormRow.d.ts +1 -2
  96. package/lib/typescript/src/components/FormRow.js.map +1 -1
  97. package/lib/typescript/src/components/IconButton.d.ts +3 -5
  98. package/lib/typescript/src/components/IconButton.js +2 -2
  99. package/lib/typescript/src/components/IconButton.js.map +1 -1
  100. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.d.ts +0 -2
  101. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.d.ts +5 -4
  102. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  103. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  104. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.d.ts +2 -4
  105. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  106. package/lib/typescript/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  107. package/lib/typescript/src/components/Picker/NativePicker.d.ts +1 -3
  108. package/lib/typescript/src/components/Picker/NativePicker.js +5 -2
  109. package/lib/typescript/src/components/Picker/NativePicker.js.map +1 -1
  110. package/lib/typescript/src/components/Picker/PickerCommon.d.ts +2 -2
  111. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.d.ts +1 -3
  112. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js +2 -2
  113. package/lib/typescript/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  114. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.d.ts +1 -3
  115. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  116. package/lib/typescript/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  117. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.d.ts +1 -3
  118. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  119. package/lib/typescript/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  120. package/lib/typescript/src/components/Picker/index.d.ts +1 -3
  121. package/lib/typescript/src/components/Picker/index.js +1 -1
  122. package/lib/typescript/src/components/Picker/index.js.map +1 -1
  123. package/lib/typescript/src/components/PinInput/PinInput.d.ts +3 -5
  124. package/lib/typescript/src/components/PinInput/PinInput.js +4 -4
  125. package/lib/typescript/src/components/PinInput/PinInput.js.map +1 -1
  126. package/lib/typescript/src/components/PinInput/PinInputText.d.ts +3 -5
  127. package/lib/typescript/src/components/PinInput/PinInputText.js +2 -2
  128. package/lib/typescript/src/components/PinInput/PinInputText.js.map +1 -1
  129. package/lib/typescript/src/components/Portal/Portal.d.ts +1 -9
  130. package/lib/typescript/src/components/Portal/Portal.js +3 -5
  131. package/lib/typescript/src/components/Portal/Portal.js.map +1 -1
  132. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  133. package/lib/typescript/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  134. package/lib/typescript/src/components/Progress/CircularProgress/index.d.ts +1 -3
  135. package/lib/typescript/src/components/Progress/CircularProgress/index.js +1 -1
  136. package/lib/typescript/src/components/Progress/CircularProgress/index.js.map +1 -1
  137. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  138. package/lib/typescript/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  139. package/lib/typescript/src/components/Progress/LinearProgress/index.d.ts +1 -3
  140. package/lib/typescript/src/components/Progress/LinearProgress/index.js +1 -1
  141. package/lib/typescript/src/components/Progress/LinearProgress/index.js.map +1 -1
  142. package/lib/typescript/src/components/Progress/ProgressCommon.d.ts +2 -2
  143. package/lib/typescript/src/components/ProgressIndicator.d.ts +10 -13
  144. package/lib/typescript/src/components/ProgressIndicator.js +1 -1
  145. package/lib/typescript/src/components/ProgressIndicator.js.map +1 -1
  146. package/lib/typescript/src/components/RadioButton/RadioButtonGroup.d.ts +2 -2
  147. package/lib/typescript/src/components/RadioButton/RadioButtonRow.d.ts +4 -2
  148. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js +4 -3
  149. package/lib/typescript/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  150. package/lib/typescript/src/components/Row.d.ts +3 -5
  151. package/lib/typescript/src/components/Row.js +1 -1
  152. package/lib/typescript/src/components/Row.js.map +1 -1
  153. package/lib/typescript/src/components/ScreenContainer.d.ts +3 -6
  154. package/lib/typescript/src/components/ScreenContainer.js +2 -2
  155. package/lib/typescript/src/components/ScreenContainer.js.map +1 -1
  156. package/lib/typescript/src/components/SectionList/SectionHeader.d.ts +3 -5
  157. package/lib/typescript/src/components/SectionList/SectionHeader.js +3 -3
  158. package/lib/typescript/src/components/SectionList/SectionHeader.js.map +1 -1
  159. package/lib/typescript/src/components/Slider.d.ts +3 -6
  160. package/lib/typescript/src/components/Slider.js +6 -6
  161. package/lib/typescript/src/components/Slider.js.map +1 -1
  162. package/lib/typescript/src/components/StarRating.d.ts +3 -5
  163. package/lib/typescript/src/components/StarRating.js +1 -1
  164. package/lib/typescript/src/components/StarRating.js.map +1 -1
  165. package/lib/typescript/src/components/Stepper.d.ts +3 -5
  166. package/lib/typescript/src/components/Stepper.js +3 -2
  167. package/lib/typescript/src/components/Stepper.js.map +1 -1
  168. package/lib/typescript/src/components/Surface.d.ts +3 -5
  169. package/lib/typescript/src/components/Surface.js +3 -10
  170. package/lib/typescript/src/components/Surface.js.map +1 -1
  171. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.d.ts +3 -5
  172. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js +10 -5
  173. package/lib/typescript/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  174. package/lib/typescript/src/components/Swiper/Swiper.d.ts +4 -2
  175. package/lib/typescript/src/components/Swiper/Swiper.js +3 -2
  176. package/lib/typescript/src/components/Swiper/Swiper.js.map +1 -1
  177. package/lib/typescript/src/components/Switch.d.ts +7 -24
  178. package/lib/typescript/src/components/Switch.js +3 -4
  179. package/lib/typescript/src/components/Switch.js.map +1 -1
  180. package/lib/typescript/src/components/TabView/TabView.d.ts +3 -5
  181. package/lib/typescript/src/components/TabView/TabView.js +4 -4
  182. package/lib/typescript/src/components/TabView/TabView.js.map +1 -1
  183. package/lib/typescript/src/components/Table/Table.d.ts +3 -5
  184. package/lib/typescript/src/components/Table/Table.js +2 -2
  185. package/lib/typescript/src/components/Table/Table.js.map +1 -1
  186. package/lib/typescript/src/components/Table/TableRow.d.ts +3 -5
  187. package/lib/typescript/src/components/Table/TableRow.js +4 -2
  188. package/lib/typescript/src/components/Table/TableRow.js.map +1 -1
  189. package/lib/typescript/src/components/Text.d.ts +3 -9
  190. package/lib/typescript/src/components/Text.js +2 -2
  191. package/lib/typescript/src/components/Text.js.map +1 -1
  192. package/lib/typescript/src/components/TextField.d.ts +4 -41
  193. package/lib/typescript/src/components/TextField.js +22 -20
  194. package/lib/typescript/src/components/TextField.js.map +1 -1
  195. package/lib/typescript/src/components/TextInput.js +3 -0
  196. package/lib/typescript/src/components/TextInput.js.map +1 -1
  197. package/lib/typescript/src/components/Typography.d.ts +5 -11
  198. package/lib/typescript/src/components/Typography.js +4 -4
  199. package/lib/typescript/src/components/Typography.js.map +1 -1
  200. package/lib/typescript/src/deprecated-components/AccordionItem.d.ts +3 -5
  201. package/lib/typescript/src/deprecated-components/AccordionItem.js +2 -2
  202. package/lib/typescript/src/deprecated-components/AccordionItem.js.map +1 -1
  203. package/lib/typescript/src/deprecated-components/AvatarEdit.d.ts +3 -5
  204. package/lib/typescript/src/deprecated-components/AvatarEdit.js +4 -4
  205. package/lib/typescript/src/deprecated-components/AvatarEdit.js.map +1 -1
  206. package/lib/typescript/src/deprecated-components/Banner.d.ts +3 -5
  207. package/lib/typescript/src/deprecated-components/Banner.js +4 -5
  208. package/lib/typescript/src/deprecated-components/Banner.js.map +1 -1
  209. package/lib/typescript/src/deprecated-components/Card.d.ts +6 -18
  210. package/lib/typescript/src/deprecated-components/Card.js +3 -3
  211. package/lib/typescript/src/deprecated-components/Card.js.map +1 -1
  212. package/lib/typescript/src/deprecated-components/CheckboxGroup.d.ts +2 -2
  213. package/lib/typescript/src/deprecated-components/Container.d.ts +3 -5
  214. package/lib/typescript/src/deprecated-components/Container.js +1 -1
  215. package/lib/typescript/src/deprecated-components/Container.js.map +1 -1
  216. package/lib/typescript/src/deprecated-components/DeprecatedButton.d.ts +3 -5
  217. package/lib/typescript/src/deprecated-components/DeprecatedButton.js +8 -8
  218. package/lib/typescript/src/deprecated-components/DeprecatedButton.js.map +1 -1
  219. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.d.ts +3 -5
  220. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  221. package/lib/typescript/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  222. package/lib/typescript/src/deprecated-components/DeprecatedFAB.d.ts +3 -5
  223. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js +8 -8
  224. package/lib/typescript/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  225. package/lib/typescript/src/deprecated-components/FAB.d.ts +3 -8
  226. package/lib/typescript/src/deprecated-components/FAB.js +2 -2
  227. package/lib/typescript/src/deprecated-components/FAB.js.map +1 -1
  228. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.d.ts +3 -5
  229. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js +4 -4
  230. package/lib/typescript/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  231. package/lib/typescript/src/deprecated-components/ProgressCircle.d.ts +5 -8
  232. package/lib/typescript/src/deprecated-components/ProgressCircle.js +3 -3
  233. package/lib/typescript/src/deprecated-components/ProgressCircle.js.map +1 -1
  234. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.d.ts +1 -3
  235. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  236. package/lib/typescript/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  237. package/lib/typescript/src/deprecated-components/RowBodyIcon.d.ts +3 -5
  238. package/lib/typescript/src/deprecated-components/RowBodyIcon.js +2 -2
  239. package/lib/typescript/src/deprecated-components/RowBodyIcon.js.map +1 -1
  240. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.d.ts +3 -5
  241. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  242. package/lib/typescript/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  243. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.d.ts +3 -5
  244. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  245. package/lib/typescript/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  246. package/lib/typescript/src/deprecated-components/ToggleButton.d.ts +6 -9
  247. package/lib/typescript/src/deprecated-components/ToggleButton.js +5 -5
  248. package/lib/typescript/src/deprecated-components/ToggleButton.js.map +1 -1
  249. package/lib/typescript/src/index.d.ts +0 -2
  250. package/lib/typescript/src/index.js +0 -2
  251. package/lib/typescript/src/index.js.map +1 -1
  252. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  253. package/package.json +5 -5
  254. package/src/Provider.js +4 -4
  255. package/src/Provider.js.map +1 -1
  256. package/src/Provider.tsx +15 -12
  257. package/src/components/AccordionGroup.js +3 -3
  258. package/src/components/AccordionGroup.js.map +1 -1
  259. package/src/components/AccordionGroup.tsx +5 -5
  260. package/src/components/BottomSheet/BottomSheet.js +4 -4
  261. package/src/components/BottomSheet/BottomSheet.js.map +1 -1
  262. package/src/components/BottomSheet/BottomSheet.tsx +7 -7
  263. package/src/components/Button.js +8 -6
  264. package/src/components/Button.js.map +1 -1
  265. package/src/components/Button.tsx +10 -10
  266. package/src/components/Checkbox/Checkbox.js +3 -3
  267. package/src/components/Checkbox/Checkbox.js.map +1 -1
  268. package/src/components/Checkbox/Checkbox.tsx +3 -3
  269. package/src/components/Checkbox/CheckboxRow.js +4 -3
  270. package/src/components/Checkbox/CheckboxRow.js.map +1 -1
  271. package/src/components/Checkbox/CheckboxRow.tsx +9 -2
  272. package/src/components/DatePicker/DatePicker.js +24 -23
  273. package/src/components/DatePicker/DatePicker.js.map +1 -1
  274. package/src/components/DatePicker/DatePicker.tsx +25 -24
  275. package/src/components/DatePicker/DatePickerComponent.web.js +8 -6
  276. package/src/components/DatePicker/DatePickerComponent.web.js.map +1 -1
  277. package/src/components/DatePicker/DatePickerComponent.web.tsx +15 -8
  278. package/src/components/DatePicker/DatePickerComponentType.ts +2 -3
  279. package/src/components/DeckSwiper/DeckSwiperCard.js +3 -3
  280. package/src/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
  281. package/src/components/DeckSwiper/DeckSwiperCard.tsx +5 -5
  282. package/src/components/Divider.js +2 -2
  283. package/src/components/Divider.js.map +1 -1
  284. package/src/components/Divider.tsx +4 -4
  285. package/src/components/Elevation.js +3 -4
  286. package/src/components/Elevation.js.map +1 -1
  287. package/src/components/Elevation.tsx +5 -6
  288. package/src/components/FormRow.js.map +1 -1
  289. package/src/components/FormRow.tsx +1 -2
  290. package/src/components/IconButton.js +2 -2
  291. package/src/components/IconButton.js.map +1 -1
  292. package/src/components/IconButton.tsx +4 -4
  293. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerCommon.ts +0 -2
  294. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js +10 -13
  295. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.js.map +1 -1
  296. package/src/components/MediaPlayer/AudioPlayer/AudioPlayerWithInterface.tsx +19 -19
  297. package/src/components/MediaPlayer/AudioPlayer/index.js +1 -3
  298. package/src/components/MediaPlayer/AudioPlayer/index.js.map +1 -1
  299. package/src/components/MediaPlayer/AudioPlayer/index.tsx +1 -3
  300. package/src/components/Picker/NativePicker.js +5 -2
  301. package/src/components/Picker/NativePicker.js.map +1 -1
  302. package/src/components/Picker/NativePicker.tsx +5 -2
  303. package/src/components/Picker/PickerCommon.ts +2 -2
  304. package/src/components/Picker/dropdown/DropDownModalPicker.js +2 -2
  305. package/src/components/Picker/dropdown/DropDownModalPicker.js.map +1 -1
  306. package/src/components/Picker/dropdown/DropDownModalPicker.tsx +5 -5
  307. package/src/components/Picker/dropdown/DropDownPicker.js +2 -2
  308. package/src/components/Picker/dropdown/DropDownPicker.js.map +1 -1
  309. package/src/components/Picker/dropdown/DropDownPicker.tsx +5 -5
  310. package/src/components/Picker/dropdown/MultiSelectPicker.js +1 -1
  311. package/src/components/Picker/dropdown/MultiSelectPicker.js.map +1 -1
  312. package/src/components/Picker/dropdown/MultiSelectPicker.tsx +1 -1
  313. package/src/components/Picker/index.js +1 -1
  314. package/src/components/Picker/index.js.map +1 -1
  315. package/src/components/Picker/index.tsx +1 -1
  316. package/src/components/PinInput/PinInput.js +4 -4
  317. package/src/components/PinInput/PinInput.js.map +1 -1
  318. package/src/components/PinInput/PinInput.tsx +6 -6
  319. package/src/components/PinInput/PinInputText.js +2 -2
  320. package/src/components/PinInput/PinInputText.js.map +1 -1
  321. package/src/components/PinInput/PinInputText.tsx +4 -4
  322. package/src/components/Portal/Portal.js +3 -5
  323. package/src/components/Portal/Portal.js.map +1 -1
  324. package/src/components/Portal/Portal.tsx +3 -10
  325. package/src/components/Progress/CircularProgress/CircularProgress.js +1 -1
  326. package/src/components/Progress/CircularProgress/CircularProgress.js.map +1 -1
  327. package/src/components/Progress/CircularProgress/CircularProgress.tsx +2 -2
  328. package/src/components/Progress/CircularProgress/index.js +1 -1
  329. package/src/components/Progress/CircularProgress/index.js.map +1 -1
  330. package/src/components/Progress/CircularProgress/index.tsx +1 -1
  331. package/src/components/Progress/LinearProgress/LinearProgress.js +1 -1
  332. package/src/components/Progress/LinearProgress/LinearProgress.js.map +1 -1
  333. package/src/components/Progress/LinearProgress/LinearProgress.tsx +2 -2
  334. package/src/components/Progress/LinearProgress/index.js +1 -1
  335. package/src/components/Progress/LinearProgress/index.js.map +1 -1
  336. package/src/components/Progress/LinearProgress/index.tsx +1 -1
  337. package/src/components/Progress/ProgressCommon.ts +2 -2
  338. package/src/components/ProgressIndicator.js +1 -1
  339. package/src/components/ProgressIndicator.js.map +1 -1
  340. package/src/components/ProgressIndicator.tsx +10 -11
  341. package/src/components/RadioButton/RadioButtonGroup.tsx +2 -2
  342. package/src/components/RadioButton/RadioButtonRow.js +4 -3
  343. package/src/components/RadioButton/RadioButtonRow.js.map +1 -1
  344. package/src/components/RadioButton/RadioButtonRow.tsx +9 -2
  345. package/src/components/Row.js +1 -1
  346. package/src/components/Row.js.map +1 -1
  347. package/src/components/Row.tsx +3 -3
  348. package/src/components/ScreenContainer.js +2 -2
  349. package/src/components/ScreenContainer.js.map +1 -1
  350. package/src/components/ScreenContainer.tsx +4 -4
  351. package/src/components/SectionList/SectionHeader.js +3 -3
  352. package/src/components/SectionList/SectionHeader.js.map +1 -1
  353. package/src/components/SectionList/SectionHeader.tsx +5 -5
  354. package/src/components/Slider.js +6 -6
  355. package/src/components/Slider.js.map +1 -1
  356. package/src/components/Slider.tsx +8 -8
  357. package/src/components/StarRating.js +1 -1
  358. package/src/components/StarRating.js.map +1 -1
  359. package/src/components/StarRating.tsx +3 -3
  360. package/src/components/Stepper.js +3 -2
  361. package/src/components/Stepper.js.map +1 -1
  362. package/src/components/Stepper.tsx +5 -4
  363. package/src/components/Surface.js +3 -10
  364. package/src/components/Surface.js.map +1 -1
  365. package/src/components/Surface.tsx +5 -12
  366. package/src/components/SwipeableItem/SwipeableItem.js +10 -5
  367. package/src/components/SwipeableItem/SwipeableItem.js.map +1 -1
  368. package/src/components/SwipeableItem/SwipeableItem.tsx +13 -7
  369. package/src/components/Swiper/Swiper.js +3 -2
  370. package/src/components/Swiper/Swiper.js.map +1 -1
  371. package/src/components/Swiper/Swiper.tsx +6 -3
  372. package/src/components/Switch.js +3 -4
  373. package/src/components/Switch.js.map +1 -1
  374. package/src/components/Switch.tsx +7 -7
  375. package/src/components/TabView/TabView.js +4 -4
  376. package/src/components/TabView/TabView.js.map +1 -1
  377. package/src/components/TabView/TabView.tsx +7 -7
  378. package/src/components/Table/Table.js +2 -2
  379. package/src/components/Table/Table.js.map +1 -1
  380. package/src/components/Table/Table.tsx +4 -4
  381. package/src/components/Table/TableRow.js +4 -2
  382. package/src/components/Table/TableRow.js.map +1 -1
  383. package/src/components/Table/TableRow.tsx +6 -4
  384. package/src/components/Text.js +2 -2
  385. package/src/components/Text.js.map +1 -1
  386. package/src/components/Text.tsx +4 -4
  387. package/src/components/TextField.js +22 -20
  388. package/src/components/TextField.js.map +1 -1
  389. package/src/components/TextField.tsx +26 -23
  390. package/src/components/TextInput.js +3 -0
  391. package/src/components/TextInput.js.map +1 -1
  392. package/src/components/TextInput.tsx +3 -0
  393. package/src/components/Typography.js +4 -4
  394. package/src/components/Typography.js.map +1 -1
  395. package/src/components/Typography.tsx +6 -6
  396. package/src/deprecated-components/AccordionItem.js +2 -2
  397. package/src/deprecated-components/AccordionItem.js.map +1 -1
  398. package/src/deprecated-components/AccordionItem.tsx +4 -4
  399. package/src/deprecated-components/AvatarEdit.js +4 -4
  400. package/src/deprecated-components/AvatarEdit.js.map +1 -1
  401. package/src/deprecated-components/AvatarEdit.tsx +6 -6
  402. package/src/deprecated-components/Banner.js +4 -5
  403. package/src/deprecated-components/Banner.js.map +1 -1
  404. package/src/deprecated-components/Banner.tsx +6 -10
  405. package/src/deprecated-components/Card.js +3 -3
  406. package/src/deprecated-components/Card.js.map +1 -1
  407. package/src/deprecated-components/Card.tsx +10 -6
  408. package/src/deprecated-components/CheckboxGroup.tsx +2 -2
  409. package/src/deprecated-components/Container.js +1 -1
  410. package/src/deprecated-components/Container.js.map +1 -1
  411. package/src/deprecated-components/Container.tsx +3 -3
  412. package/src/deprecated-components/DeprecatedButton.js +8 -8
  413. package/src/deprecated-components/DeprecatedButton.js.map +1 -1
  414. package/src/deprecated-components/DeprecatedButton.tsx +10 -10
  415. package/src/deprecated-components/DeprecatedCardWrapper.js +1 -1
  416. package/src/deprecated-components/DeprecatedCardWrapper.js.map +1 -1
  417. package/src/deprecated-components/DeprecatedCardWrapper.tsx +3 -3
  418. package/src/deprecated-components/DeprecatedFAB.js +8 -8
  419. package/src/deprecated-components/DeprecatedFAB.js.map +1 -1
  420. package/src/deprecated-components/DeprecatedFAB.tsx +10 -10
  421. package/src/deprecated-components/FAB.js +2 -2
  422. package/src/deprecated-components/FAB.js.map +1 -1
  423. package/src/deprecated-components/FAB.tsx +4 -4
  424. package/src/deprecated-components/FieldSearchBarFull.js +4 -4
  425. package/src/deprecated-components/FieldSearchBarFull.js.map +1 -1
  426. package/src/deprecated-components/FieldSearchBarFull.tsx +6 -6
  427. package/src/deprecated-components/ProgressCircle.js +3 -3
  428. package/src/deprecated-components/ProgressCircle.js.map +1 -1
  429. package/src/deprecated-components/ProgressCircle.tsx +7 -8
  430. package/src/deprecated-components/RadioButtonFieldGroup.js +1 -1
  431. package/src/deprecated-components/RadioButtonFieldGroup.js.map +1 -1
  432. package/src/deprecated-components/RadioButtonFieldGroup.tsx +1 -1
  433. package/src/deprecated-components/RowBodyIcon.js +2 -2
  434. package/src/deprecated-components/RowBodyIcon.js.map +1 -1
  435. package/src/deprecated-components/RowBodyIcon.tsx +6 -6
  436. package/src/deprecated-components/RowHeadlineImageCaption.js +3 -3
  437. package/src/deprecated-components/RowHeadlineImageCaption.js.map +1 -1
  438. package/src/deprecated-components/RowHeadlineImageCaption.tsx +6 -6
  439. package/src/deprecated-components/RowHeadlineImageIcon.js +3 -3
  440. package/src/deprecated-components/RowHeadlineImageIcon.js.map +1 -1
  441. package/src/deprecated-components/RowHeadlineImageIcon.tsx +6 -6
  442. package/src/deprecated-components/ToggleButton.js +5 -5
  443. package/src/deprecated-components/ToggleButton.js.map +1 -1
  444. package/src/deprecated-components/ToggleButton.tsx +12 -11
  445. package/src/index.js +0 -2
  446. package/src/index.js.map +1 -1
  447. package/src/index.tsx +0 -2
  448. package/lib/commonjs/styles/DarkTheme.js +0 -1
  449. package/lib/commonjs/styles/DefaultTheme.js +0 -1
  450. package/lib/commonjs/styles/fonts.js +0 -1
  451. package/lib/commonjs/styles/overlay.js +0 -1
  452. package/lib/commonjs/styles/shadow.js +0 -1
  453. package/lib/commonjs/theming.js +0 -1
  454. package/lib/typescript/src/styles/DarkTheme.d.ts +0 -3
  455. package/lib/typescript/src/styles/DarkTheme.js +0 -27
  456. package/lib/typescript/src/styles/DarkTheme.js.map +0 -1
  457. package/lib/typescript/src/styles/DefaultTheme.d.ts +0 -4218
  458. package/lib/typescript/src/styles/DefaultTheme.js +0 -112
  459. package/lib/typescript/src/styles/DefaultTheme.js.map +0 -1
  460. package/lib/typescript/src/styles/fonts.d.ts +0 -5
  461. package/lib/typescript/src/styles/fonts.js +0 -63
  462. package/lib/typescript/src/styles/fonts.js.map +0 -1
  463. package/lib/typescript/src/styles/overlay.d.ts +0 -2
  464. package/lib/typescript/src/styles/overlay.js +0 -61
  465. package/lib/typescript/src/styles/overlay.js.map +0 -1
  466. package/lib/typescript/src/styles/shadow.d.ts +0 -23
  467. package/lib/typescript/src/styles/shadow.js +0 -52
  468. package/lib/typescript/src/styles/shadow.js.map +0 -1
  469. package/lib/typescript/src/theming.d.ts +0 -8
  470. package/lib/typescript/src/theming.js +0 -4
  471. package/lib/typescript/src/theming.js.map +0 -1
  472. package/src/styles/DarkTheme.js +0 -27
  473. package/src/styles/DarkTheme.js.map +0 -1
  474. package/src/styles/DarkTheme.tsx +0 -30
  475. package/src/styles/DefaultTheme.js +0 -112
  476. package/src/styles/DefaultTheme.js.map +0 -1
  477. package/src/styles/DefaultTheme.tsx +0 -114
  478. package/src/styles/fonts.js +0 -63
  479. package/src/styles/fonts.js.map +0 -1
  480. package/src/styles/fonts.tsx +0 -67
  481. package/src/styles/overlay.js +0 -61
  482. package/src/styles/overlay.js.map +0 -1
  483. package/src/styles/overlay.tsx +0 -69
  484. package/src/styles/shadow.js +0 -52
  485. package/src/styles/shadow.js.map +0 -1
  486. package/src/styles/shadow.tsx +0 -55
  487. package/src/theming.js +0 -4
  488. package/src/theming.js.map +0 -1
  489. package/src/theming.tsx +0 -6
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressCircle.js","sourceRoot":"","sources":["../../../../src/deprecated-components/ProgressCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAmC,MAAM,cAAc,CAAC;AACrE,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAiBvC;;GAEG;AACH,MAAM,cAAc,GAA6C,CAAC,EAChE,QAAQ,GAAG,GAAG,EACd,KAAK,EACL,KAAK,GAAG,SAAS,EACjB,IAAI,GAAG,GAAG,EACV,SAAS,GAAG,IAAI,EAChB,aAAa,EACb,SAAS,GAAG,MAAM,EAClB,SAAS,EACT,SAAS,GAAG,CAAC,EACb,KAAK,GACN,EAAE,EAAE;IACH,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC,CAAC;IAE/C,MAAM,SAAS,GAAG,KAAK,IAAI,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC;IAChD,MAAM,eAAe,GAAG,aAAa,IAAI,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC;IAEhE,OAAO,CACL,oBAAC,wBAAwB,IACvB,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,SAAS,EAC1B,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,eAAe,EAChC,QAAQ,EAAE,CAAC,EACX,OAAO,EAAE,SAAS,EAClB,KAAK,EAAE,KAAK,IAGX,CAAC,IAAI,EAAE,EAAE,CACR,SAAS,CAAC,CAAC,CAAC,CACV,oBAAC,IAAI,IACH,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,GAAG,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,SAAS,CAAC;QAE/D,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YACZ,CACR,CAAC,CAAC,CAAC,IAAI,CAEe,CAC5B,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"ProgressCircle.js","sourceRoot":"","sources":["../../../../src/deprecated-components/ProgressCircle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAmC,MAAM,cAAc,CAAC;AACrE,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAgB5C;;GAEG;AACH,MAAM,cAAc,GAA6C,CAAC,EAChE,QAAQ,GAAG,GAAG,EACd,KAAK,EACL,KAAK,GAAG,SAAS,EACjB,IAAI,GAAG,GAAG,EACV,SAAS,GAAG,IAAI,EAChB,aAAa,EACb,SAAS,GAAG,MAAM,EAClB,SAAS,EACT,SAAS,GAAG,CAAC,EACb,KAAK,GACN,EAAE,EAAE;IACH,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC,CAAC;IAE/C,MAAM,SAAS,GAAG,KAAK,IAAI,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC;IACzD,MAAM,eAAe,GAAG,aAAa,IAAI,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC;IAEzE,OAAO,CACL,oBAAC,wBAAwB,IACvB,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,SAAS,EAChB,eAAe,EAAE,SAAS,EAC1B,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,SAAS,EACpB,eAAe,EAAE,eAAe,EAChC,QAAQ,EAAE,CAAC,EACX,OAAO,EAAE,SAAS,EAClB,KAAK,EAAE,KAAK,IAGX,CAAC,IAAI,EAAE,EAAE,CACR,SAAS,CAAC,CAAC,CAAC,CACV,oBAAC,IAAI,IACH,KAAK,EAAE,CAAC,EAAE,QAAQ,EAAE,IAAI,GAAG,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,SAAS,CAAC;QAE/D,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC;YACZ,CACR,CAAC,CAAC,CAAC,IAAI,CAEe,CAC5B,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,cAAc,CAAC,CAAC"}
@@ -6,7 +6,5 @@ interface Props extends RadioButtonGroupProps {
6
6
  labelStyle?: StyleProp<TextStyle>;
7
7
  style?: StyleProp<ViewStyle>;
8
8
  }
9
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<Props>, "theme"> & {
10
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
11
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<Props>> & React.FC<React.PropsWithChildren<Props>>, {}>;
9
+ declare const _default: React.ComponentType<Omit<React.PropsWithChildren<Props>, "theme">>;
12
10
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { View } from "react-native";
3
3
  import Text from "../components/Text";
4
- import { withTheme } from "../theming";
4
+ import { withTheme } from "@draftbit/theme";
5
5
  import RadioButtonGroup from "../components/RadioButton/RadioButtonGroup";
6
6
  /**
7
7
  * @deprecated DEPRECATED
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonFieldGroup.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RadioButtonFieldGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAmC,MAAM,cAAc,CAAC;AACrE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,gBAEN,MAAM,4CAA4C,CAAC;AAQpD;;GAEG;AACH,MAAM,qBAAqB,GAA6C,CAAC,EACvE,KAAK,EACL,QAAQ,EACR,KAAK,EACL,UAAU,EACV,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,IAAI,IAAC,KAAK,EAAE,KAAK;QAChB,oBAAC,IAAI,IACH,KAAK,EAAE;gBACL;oBACE,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,QAAQ;oBAC7C,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK;iBACxC;gBACD,UAAU;aACX,IAEA,KAAK,CACD;QACP,oBAAC,gBAAgB,IAAC,KAAK,EAAE,KAAK,KAAM,IAAI,IACrC,QAAQ,CACQ,CACd,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"RadioButtonFieldGroup.js","sourceRoot":"","sources":["../../../../src/deprecated-components/RadioButtonFieldGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAmC,MAAM,cAAc,CAAC;AACrE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,gBAEN,MAAM,4CAA4C,CAAC;AAQpD;;GAEG;AACH,MAAM,qBAAqB,GAA6C,CAAC,EACvE,KAAK,EACL,QAAQ,EACR,KAAK,EACL,UAAU,EACV,KAAK,EACL,GAAG,IAAI,EACR,EAAE,EAAE;IACH,OAAO,CACL,oBAAC,IAAI,IAAC,KAAK,EAAE,KAAK;QAChB,oBAAC,IAAI,IACH,KAAK,EAAE;gBACL;oBACE,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,QAAQ;oBAC7C,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,SAAS,CAAC,KAAK;iBACxC;gBACD,UAAU;aACX,IAEA,KAAK,CACD;QACP,oBAAC,gBAAgB,IAAC,KAAK,EAAE,KAAK,KAAM,IAAI,IACrC,QAAQ,CACQ,CACd,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC,qBAAqB,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 { 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, useDeepCompareEffect, useDeepCompareMemo, } 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, useDeepCompareEffect, useDeepCompareMemo, } 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":"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"}