@airtable/blocks 1.18.2 → 1.19.0

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 (324) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/dist/cjs/sdk.js +1 -1
  3. package/dist/cjs/ui/select_and_select_buttons_helpers.js +2 -0
  4. package/dist/cjs/ui/system/utils/ensure_numbers_are_within_scale.js +2 -0
  5. package/dist/cjs/ui/ui.js +8 -0
  6. package/dist/cjs/ui/use_color_scheme.js +60 -0
  7. package/dist/cjs/ui/use_records.js +5 -5
  8. package/dist/types/src/ui/button.d.ts +1 -1
  9. package/dist/types/src/ui/button.d.ts.map +1 -1
  10. package/dist/types/src/ui/choice_token.d.ts +1 -1
  11. package/dist/types/src/ui/choice_token.d.ts.map +1 -1
  12. package/dist/types/src/ui/collaborator_token.d.ts +1 -1
  13. package/dist/types/src/ui/collaborator_token.d.ts.map +1 -1
  14. package/dist/types/src/ui/color_palette.d.ts +1 -1
  15. package/dist/types/src/ui/color_palette.d.ts.map +1 -1
  16. package/dist/types/src/ui/field_picker.d.ts +1 -1
  17. package/dist/types/src/ui/field_picker.d.ts.map +1 -1
  18. package/dist/types/src/ui/form_field.d.ts +1 -1
  19. package/dist/types/src/ui/form_field.d.ts.map +1 -1
  20. package/dist/types/src/ui/heading.d.ts +1 -1
  21. package/dist/types/src/ui/heading.d.ts.map +1 -1
  22. package/dist/types/src/ui/icon.d.ts +1 -1
  23. package/dist/types/src/ui/icon.d.ts.map +1 -1
  24. package/dist/types/src/ui/input.d.ts +1 -1
  25. package/dist/types/src/ui/input.d.ts.map +1 -1
  26. package/dist/types/src/ui/label.d.ts +1 -1
  27. package/dist/types/src/ui/label.d.ts.map +1 -1
  28. package/dist/types/src/ui/link.d.ts +1 -1
  29. package/dist/types/src/ui/link.d.ts.map +1 -1
  30. package/dist/types/src/ui/loader.d.ts +1 -1
  31. package/dist/types/src/ui/loader.d.ts.map +1 -1
  32. package/dist/types/src/ui/progress_bar.d.ts +1 -1
  33. package/dist/types/src/ui/progress_bar.d.ts.map +1 -1
  34. package/dist/types/src/ui/record_card.d.ts +1 -1
  35. package/dist/types/src/ui/record_card.d.ts.map +1 -1
  36. package/dist/types/src/ui/record_card_list.d.ts +2 -2
  37. package/dist/types/src/ui/record_card_list.d.ts.map +1 -1
  38. package/dist/types/src/ui/select_and_select_buttons_helpers.d.ts.map +1 -1
  39. package/dist/types/src/ui/select_buttons.d.ts +1 -1
  40. package/dist/types/src/ui/select_buttons.d.ts.map +1 -1
  41. package/dist/types/src/ui/switch.d.ts +1 -1
  42. package/dist/types/src/ui/switch.d.ts.map +1 -1
  43. package/dist/types/src/ui/table_picker.d.ts +1 -1
  44. package/dist/types/src/ui/table_picker.d.ts.map +1 -1
  45. package/dist/types/src/ui/text.d.ts +1 -1
  46. package/dist/types/src/ui/text.d.ts.map +1 -1
  47. package/dist/types/src/ui/text_button.d.ts +1 -1
  48. package/dist/types/src/ui/text_button.d.ts.map +1 -1
  49. package/dist/types/src/ui/ui.d.ts +1 -0
  50. package/dist/types/src/ui/ui.d.ts.map +1 -1
  51. package/dist/types/src/ui/use_color_scheme.d.ts +28 -0
  52. package/dist/types/src/ui/use_color_scheme.d.ts.map +1 -0
  53. package/dist/types/src/ui/use_records.d.ts.map +1 -1
  54. package/dist/types/src/ui/view_picker.d.ts +1 -1
  55. package/dist/types/src/ui/view_picker.d.ts.map +1 -1
  56. package/package.json +17 -12
  57. package/dist/types/stories/all_controls.stories.d.ts +0 -2
  58. package/dist/types/stories/all_controls.stories.d.ts.map +0 -1
  59. package/dist/types/stories/box.appearance.stories.d.ts +0 -2
  60. package/dist/types/stories/box.appearance.stories.d.ts.map +0 -1
  61. package/dist/types/stories/box.dimensions.stories.d.ts +0 -2
  62. package/dist/types/stories/box.dimensions.stories.d.ts.map +0 -1
  63. package/dist/types/stories/box.flex_container.stories.d.ts +0 -2
  64. package/dist/types/stories/box.flex_container.stories.d.ts.map +0 -1
  65. package/dist/types/stories/box.flex_item.stories.d.ts +0 -2
  66. package/dist/types/stories/box.flex_item.stories.d.ts.map +0 -1
  67. package/dist/types/stories/box.position.stories.d.ts +0 -2
  68. package/dist/types/stories/box.position.stories.d.ts.map +0 -1
  69. package/dist/types/stories/box.spacing.stories.d.ts +0 -2
  70. package/dist/types/stories/box.spacing.stories.d.ts.map +0 -1
  71. package/dist/types/stories/box.stories.d.ts +0 -2
  72. package/dist/types/stories/box.stories.d.ts.map +0 -1
  73. package/dist/types/stories/box.typography.stories.d.ts +0 -2
  74. package/dist/types/stories/box.typography.stories.d.ts.map +0 -1
  75. package/dist/types/stories/button.stories.d.ts +0 -2
  76. package/dist/types/stories/button.stories.d.ts.map +0 -1
  77. package/dist/types/stories/cell_renderer.stories.d.ts +0 -2
  78. package/dist/types/stories/cell_renderer.stories.d.ts.map +0 -1
  79. package/dist/types/stories/choice_token.stories.d.ts +0 -2
  80. package/dist/types/stories/choice_token.stories.d.ts.map +0 -1
  81. package/dist/types/stories/collaborator_token.stories.d.ts +0 -2
  82. package/dist/types/stories/collaborator_token.stories.d.ts.map +0 -1
  83. package/dist/types/stories/color_palette.stories.d.ts +0 -2
  84. package/dist/types/stories/color_palette.stories.d.ts.map +0 -1
  85. package/dist/types/stories/confirmation_dialog.stories.d.ts +0 -2
  86. package/dist/types/stories/confirmation_dialog.stories.d.ts.map +0 -1
  87. package/dist/types/stories/dialog.stories.d.ts +0 -2
  88. package/dist/types/stories/dialog.stories.d.ts.map +0 -1
  89. package/dist/types/stories/field_icon.stories.d.ts +0 -2
  90. package/dist/types/stories/field_icon.stories.d.ts.map +0 -1
  91. package/dist/types/stories/form_field.stories.d.ts +0 -2
  92. package/dist/types/stories/form_field.stories.d.ts.map +0 -1
  93. package/dist/types/stories/heading.size.stories.d.ts +0 -2
  94. package/dist/types/stories/heading.size.stories.d.ts.map +0 -1
  95. package/dist/types/stories/heading.stories.d.ts +0 -2
  96. package/dist/types/stories/heading.stories.d.ts.map +0 -1
  97. package/dist/types/stories/helpers/attachments.d.ts +0 -4
  98. package/dist/types/stories/helpers/attachments.d.ts.map +0 -1
  99. package/dist/types/stories/helpers/categorize_style_props.d.ts +0 -14
  100. package/dist/types/stories/helpers/categorize_style_props.d.ts.map +0 -1
  101. package/dist/types/stories/helpers/choice_options.d.ts +0 -7
  102. package/dist/types/stories/helpers/choice_options.d.ts.map +0 -1
  103. package/dist/types/stories/helpers/code_block.d.ts +0 -5
  104. package/dist/types/stories/helpers/code_block.d.ts.map +0 -1
  105. package/dist/types/stories/helpers/code_utils.d.ts +0 -32
  106. package/dist/types/stories/helpers/code_utils.d.ts.map +0 -1
  107. package/dist/types/stories/helpers/collaborator_options.d.ts +0 -7
  108. package/dist/types/stories/helpers/collaborator_options.d.ts.map +0 -1
  109. package/dist/types/stories/helpers/example.d.ts +0 -39
  110. package/dist/types/stories/helpers/example.d.ts.map +0 -1
  111. package/dist/types/stories/helpers/example_code_panel.d.ts +0 -10
  112. package/dist/types/stories/helpers/example_code_panel.d.ts.map +0 -1
  113. package/dist/types/stories/helpers/fake_cell_renderer.d.ts +0 -7
  114. package/dist/types/stories/helpers/fake_cell_renderer.d.ts.map +0 -1
  115. package/dist/types/stories/helpers/fake_foreign_record.d.ts +0 -5
  116. package/dist/types/stories/helpers/fake_foreign_record.d.ts.map +0 -1
  117. package/dist/types/stories/helpers/fake_record_card.d.ts +0 -13
  118. package/dist/types/stories/helpers/fake_record_card.d.ts.map +0 -1
  119. package/dist/types/stories/helpers/field_type.d.ts +0 -6
  120. package/dist/types/stories/helpers/field_type.d.ts.map +0 -1
  121. package/dist/types/stories/helpers/raf_throttle.d.ts +0 -5
  122. package/dist/types/stories/helpers/raf_throttle.d.ts.map +0 -1
  123. package/dist/types/stories/helpers/style_prop_list.d.ts +0 -9
  124. package/dist/types/stories/helpers/style_prop_list.d.ts.map +0 -1
  125. package/dist/types/stories/helpers/sync_source_options.d.ts +0 -7
  126. package/dist/types/stories/helpers/sync_source_options.d.ts.map +0 -1
  127. package/dist/types/stories/helpers/use_resizable_panel.d.ts +0 -27
  128. package/dist/types/stories/helpers/use_resizable_panel.d.ts.map +0 -1
  129. package/dist/types/stories/icon.stories.d.ts +0 -2
  130. package/dist/types/stories/icon.stories.d.ts.map +0 -1
  131. package/dist/types/stories/icon_example.d.ts +0 -3
  132. package/dist/types/stories/icon_example.d.ts.map +0 -1
  133. package/dist/types/stories/input.stories.d.ts +0 -2
  134. package/dist/types/stories/input.stories.d.ts.map +0 -1
  135. package/dist/types/stories/label.stories.d.ts +0 -2
  136. package/dist/types/stories/label.stories.d.ts.map +0 -1
  137. package/dist/types/stories/link.stories.d.ts +0 -2
  138. package/dist/types/stories/link.stories.d.ts.map +0 -1
  139. package/dist/types/stories/loader.stories.d.ts +0 -2
  140. package/dist/types/stories/loader.stories.d.ts.map +0 -1
  141. package/dist/types/stories/model_pickers.stories.d.ts +0 -2
  142. package/dist/types/stories/model_pickers.stories.d.ts.map +0 -1
  143. package/dist/types/stories/progress_bar.stories.d.ts +0 -2
  144. package/dist/types/stories/progress_bar.stories.d.ts.map +0 -1
  145. package/dist/types/stories/record_card.stories.d.ts +0 -2
  146. package/dist/types/stories/record_card.stories.d.ts.map +0 -1
  147. package/dist/types/stories/record_card_list.stories.d.ts +0 -2
  148. package/dist/types/stories/record_card_list.stories.d.ts.map +0 -1
  149. package/dist/types/stories/select.stories.d.ts +0 -2
  150. package/dist/types/stories/select.stories.d.ts.map +0 -1
  151. package/dist/types/stories/select_buttons.stories.d.ts +0 -2
  152. package/dist/types/stories/select_buttons.stories.d.ts.map +0 -1
  153. package/dist/types/stories/switch.stories.d.ts +0 -2
  154. package/dist/types/stories/switch.stories.d.ts.map +0 -1
  155. package/dist/types/stories/text.size.stories.d.ts +0 -2
  156. package/dist/types/stories/text.size.stories.d.ts.map +0 -1
  157. package/dist/types/stories/text.stories.d.ts +0 -2
  158. package/dist/types/stories/text.stories.d.ts.map +0 -1
  159. package/dist/types/stories/text_button.stories.d.ts +0 -2
  160. package/dist/types/stories/text_button.stories.d.ts.map +0 -1
  161. package/dist/types/stories/tooltip.stories.d.ts +0 -2
  162. package/dist/types/stories/tooltip.stories.d.ts.map +0 -1
  163. package/dist/types/test/airtable_interface_mocks/fixture_data.d.ts +0 -124
  164. package/dist/types/test/airtable_interface_mocks/fixture_data.d.ts.map +0 -1
  165. package/dist/types/test/airtable_interface_mocks/linked_records.d.ts +0 -4
  166. package/dist/types/test/airtable_interface_mocks/linked_records.d.ts.map +0 -1
  167. package/dist/types/test/airtable_interface_mocks/mock_airtable_interface.d.ts +0 -60
  168. package/dist/types/test/airtable_interface_mocks/mock_airtable_interface.d.ts.map +0 -1
  169. package/dist/types/test/airtable_interface_mocks/project_tracker.d.ts +0 -4
  170. package/dist/types/test/airtable_interface_mocks/project_tracker.d.ts.map +0 -1
  171. package/dist/types/test/error_utils.test.d.ts +0 -2
  172. package/dist/types/test/error_utils.test.d.ts.map +0 -1
  173. package/dist/types/test/get_style_props_for_responsive_prop.test.d.ts +0 -2
  174. package/dist/types/test/get_style_props_for_responsive_prop.test.d.ts.map +0 -1
  175. package/dist/types/test/index.test.d.ts +0 -2
  176. package/dist/types/test/index.test.d.ts.map +0 -1
  177. package/dist/types/test/models/base.test.d.ts +0 -2
  178. package/dist/types/test/models/base.test.d.ts.map +0 -1
  179. package/dist/types/test/models/cursor.test.d.ts +0 -2
  180. package/dist/types/test/models/cursor.test.d.ts.map +0 -1
  181. package/dist/types/test/models/field.test.d.ts +0 -2
  182. package/dist/types/test/models/field.test.d.ts.map +0 -1
  183. package/dist/types/test/models/linked_records_query_result.test.d.ts +0 -2
  184. package/dist/types/test/models/linked_records_query_result.test.d.ts.map +0 -1
  185. package/dist/types/test/models/mutations.test.d.ts +0 -2
  186. package/dist/types/test/models/mutations.test.d.ts.map +0 -1
  187. package/dist/types/test/models/object_pool.test.d.ts +0 -2
  188. package/dist/types/test/models/object_pool.test.d.ts.map +0 -1
  189. package/dist/types/test/models/record.test.d.ts +0 -2
  190. package/dist/types/test/models/record.test.d.ts.map +0 -1
  191. package/dist/types/test/models/session.test.d.ts +0 -2
  192. package/dist/types/test/models/session.test.d.ts.map +0 -1
  193. package/dist/types/test/models/table.test.d.ts +0 -2
  194. package/dist/types/test/models/table.test.d.ts.map +0 -1
  195. package/dist/types/test/models/table_mutations.test.d.ts +0 -2
  196. package/dist/types/test/models/table_mutations.test.d.ts.map +0 -1
  197. package/dist/types/test/models/table_or_view_query_result.test.d.ts +0 -2
  198. package/dist/types/test/models/table_or_view_query_result.test.d.ts.map +0 -1
  199. package/dist/types/test/models/view.test.d.ts +0 -2
  200. package/dist/types/test/models/view.test.d.ts.map +0 -1
  201. package/dist/types/test/models/view_metadata_query_result.test.d.ts +0 -2
  202. package/dist/types/test/models/view_metadata_query_result.test.d.ts.map +0 -1
  203. package/dist/types/test/private_utils.test.d.ts +0 -2
  204. package/dist/types/test/private_utils.test.d.ts.map +0 -1
  205. package/dist/types/test/sdk.test.d.ts +0 -2
  206. package/dist/types/test/sdk.test.d.ts.map +0 -1
  207. package/dist/types/test/setup_enzyme.d.ts +0 -2
  208. package/dist/types/test/setup_enzyme.d.ts.map +0 -1
  209. package/dist/types/test/test_helpers.d.ts +0 -11
  210. package/dist/types/test/test_helpers.d.ts.map +0 -1
  211. package/dist/types/test/ui/base_provider.test.d.ts +0 -2
  212. package/dist/types/test/ui/base_provider.test.d.ts.map +0 -1
  213. package/dist/types/test/ui/block_wrapper.test.d.ts +0 -2
  214. package/dist/types/test/ui/block_wrapper.test.d.ts.map +0 -1
  215. package/dist/types/test/ui/box.test.d.ts +0 -2
  216. package/dist/types/test/ui/box.test.d.ts.map +0 -1
  217. package/dist/types/test/ui/button.test.d.ts +0 -2
  218. package/dist/types/test/ui/button.test.d.ts.map +0 -1
  219. package/dist/types/test/ui/cell_renderer.test.d.ts +0 -2
  220. package/dist/types/test/ui/cell_renderer.test.d.ts.map +0 -1
  221. package/dist/types/test/ui/choice_token.test.d.ts +0 -2
  222. package/dist/types/test/ui/choice_token.test.d.ts.map +0 -1
  223. package/dist/types/test/ui/collaborator_token.test.d.ts +0 -2
  224. package/dist/types/test/ui/collaborator_token.test.d.ts.map +0 -1
  225. package/dist/types/test/ui/color_palette.test.d.ts +0 -2
  226. package/dist/types/test/ui/color_palette.test.d.ts.map +0 -1
  227. package/dist/types/test/ui/color_palette_synced.test.d.ts +0 -2
  228. package/dist/types/test/ui/color_palette_synced.test.d.ts.map +0 -1
  229. package/dist/types/test/ui/confirmation_dialog.test.d.ts +0 -2
  230. package/dist/types/test/ui/confirmation_dialog.test.d.ts.map +0 -1
  231. package/dist/types/test/ui/dialog.test.d.ts +0 -2
  232. package/dist/types/test/ui/dialog.test.d.ts.map +0 -1
  233. package/dist/types/test/ui/expand_record.test.d.ts +0 -2
  234. package/dist/types/test/ui/expand_record.test.d.ts.map +0 -1
  235. package/dist/types/test/ui/expand_record_list.test.d.ts +0 -2
  236. package/dist/types/test/ui/expand_record_list.test.d.ts.map +0 -1
  237. package/dist/types/test/ui/expand_record_picker_async.test.d.ts +0 -2
  238. package/dist/types/test/ui/expand_record_picker_async.test.d.ts.map +0 -1
  239. package/dist/types/test/ui/field_icon.test.d.ts +0 -2
  240. package/dist/types/test/ui/field_icon.test.d.ts.map +0 -1
  241. package/dist/types/test/ui/field_picker.test.d.ts +0 -2
  242. package/dist/types/test/ui/field_picker.test.d.ts.map +0 -1
  243. package/dist/types/test/ui/field_picker_synced.test.d.ts +0 -2
  244. package/dist/types/test/ui/field_picker_synced.test.d.ts.map +0 -1
  245. package/dist/types/test/ui/form_field.test.d.ts +0 -2
  246. package/dist/types/test/ui/form_field.test.d.ts.map +0 -1
  247. package/dist/types/test/ui/global_alert.test.d.ts +0 -2
  248. package/dist/types/test/ui/global_alert.test.d.ts.map +0 -1
  249. package/dist/types/test/ui/heading.test.d.ts +0 -2
  250. package/dist/types/test/ui/heading.test.d.ts.map +0 -1
  251. package/dist/types/test/ui/icon.test.d.ts +0 -2
  252. package/dist/types/test/ui/icon.test.d.ts.map +0 -1
  253. package/dist/types/test/ui/initialize_block.test.d.ts +0 -2
  254. package/dist/types/test/ui/initialize_block.test.d.ts.map +0 -1
  255. package/dist/types/test/ui/input.test.d.ts +0 -2
  256. package/dist/types/test/ui/input.test.d.ts.map +0 -1
  257. package/dist/types/test/ui/input_synced.test.d.ts +0 -2
  258. package/dist/types/test/ui/input_synced.test.d.ts.map +0 -1
  259. package/dist/types/test/ui/label.test.d.ts +0 -2
  260. package/dist/types/test/ui/label.test.d.ts.map +0 -1
  261. package/dist/types/test/ui/link.test.d.ts +0 -2
  262. package/dist/types/test/ui/link.test.d.ts.map +0 -1
  263. package/dist/types/test/ui/loader.test.d.ts +0 -2
  264. package/dist/types/test/ui/loader.test.d.ts.map +0 -1
  265. package/dist/types/test/ui/modal.test.d.ts +0 -2
  266. package/dist/types/test/ui/modal.test.d.ts.map +0 -1
  267. package/dist/types/test/ui/popover.test.d.ts +0 -2
  268. package/dist/types/test/ui/popover.test.d.ts.map +0 -1
  269. package/dist/types/test/ui/progress_bar.test.d.ts +0 -2
  270. package/dist/types/test/ui/progress_bar.test.d.ts.map +0 -1
  271. package/dist/types/test/ui/record_card.test.d.ts +0 -2
  272. package/dist/types/test/ui/record_card.test.d.ts.map +0 -1
  273. package/dist/types/test/ui/record_card_list.test.d.ts +0 -2
  274. package/dist/types/test/ui/record_card_list.test.d.ts.map +0 -1
  275. package/dist/types/test/ui/remote_utils.test.d.ts +0 -2
  276. package/dist/types/test/ui/remote_utils.test.d.ts.map +0 -1
  277. package/dist/types/test/ui/select.test.d.ts +0 -2
  278. package/dist/types/test/ui/select.test.d.ts.map +0 -1
  279. package/dist/types/test/ui/select_buttons.test.d.ts +0 -2
  280. package/dist/types/test/ui/select_buttons.test.d.ts.map +0 -1
  281. package/dist/types/test/ui/select_buttons_synced.test.d.ts +0 -2
  282. package/dist/types/test/ui/select_buttons_synced.test.d.ts.map +0 -1
  283. package/dist/types/test/ui/select_synced.test.d.ts +0 -2
  284. package/dist/types/test/ui/select_synced.test.d.ts.map +0 -1
  285. package/dist/types/test/ui/switch.test.d.ts +0 -2
  286. package/dist/types/test/ui/switch.test.d.ts.map +0 -1
  287. package/dist/types/test/ui/switch_synced.test.d.ts +0 -2
  288. package/dist/types/test/ui/switch_synced.test.d.ts.map +0 -1
  289. package/dist/types/test/ui/synced.test.d.ts +0 -2
  290. package/dist/types/test/ui/synced.test.d.ts.map +0 -1
  291. package/dist/types/test/ui/table_picker.test.d.ts +0 -2
  292. package/dist/types/test/ui/table_picker.test.d.ts.map +0 -1
  293. package/dist/types/test/ui/table_picker_synced.test.d.ts +0 -2
  294. package/dist/types/test/ui/table_picker_synced.test.d.ts.map +0 -1
  295. package/dist/types/test/ui/text.test.d.ts +0 -2
  296. package/dist/types/test/ui/text.test.d.ts.map +0 -1
  297. package/dist/types/test/ui/text_button.test.d.ts +0 -2
  298. package/dist/types/test/ui/text_button.test.d.ts.map +0 -1
  299. package/dist/types/test/ui/tooltip.test.d.ts +0 -2
  300. package/dist/types/test/ui/tooltip.test.d.ts.map +0 -1
  301. package/dist/types/test/ui/ui.test.d.ts +0 -2
  302. package/dist/types/test/ui/ui.test.d.ts.map +0 -1
  303. package/dist/types/test/ui/unstable_standalone_ui.test.d.ts +0 -1
  304. package/dist/types/test/ui/unstable_standalone_ui.test.d.ts.map +0 -1
  305. package/dist/types/test/ui/use_array_identity.test.d.ts +0 -2
  306. package/dist/types/test/ui/use_array_identity.test.d.ts.map +0 -1
  307. package/dist/types/test/ui/use_loadable.test.d.ts +0 -2
  308. package/dist/types/test/ui/use_loadable.test.d.ts.map +0 -1
  309. package/dist/types/test/ui/use_record_action_data.test.d.ts +0 -2
  310. package/dist/types/test/ui/use_record_action_data.test.d.ts.map +0 -1
  311. package/dist/types/test/ui/use_records.test.d.ts +0 -2
  312. package/dist/types/test/ui/use_records.test.d.ts.map +0 -1
  313. package/dist/types/test/ui/use_view_metadata.test.d.ts +0 -2
  314. package/dist/types/test/ui/use_view_metadata.test.d.ts.map +0 -1
  315. package/dist/types/test/ui/use_watchable.test.d.ts +0 -2
  316. package/dist/types/test/ui/use_watchable.test.d.ts.map +0 -1
  317. package/dist/types/test/ui/view_picker.test.d.ts +0 -2
  318. package/dist/types/test/ui/view_picker.test.d.ts.map +0 -1
  319. package/dist/types/test/ui/view_picker_synced.test.d.ts +0 -2
  320. package/dist/types/test/ui/view_picker_synced.test.d.ts.map +0 -1
  321. package/dist/types/test/ui/viewport_constraint.test.d.ts +0 -2
  322. package/dist/types/test/ui/viewport_constraint.test.d.ts.map +0 -1
  323. package/dist/types/test/unstable_private_utils.test.d.ts +0 -1
  324. package/dist/types/test/unstable_private_utils.test.d.ts.map +0 -1
@@ -1,7 +0,0 @@
1
- declare const _default: {
2
- id: string;
3
- name: string;
4
- color: string;
5
- }[];
6
- export default _default;
7
- //# sourceMappingURL=sync_source_options.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sync_source_options.d.ts","sourceRoot":"","sources":["../../../../stories/helpers/sync_source_options.ts"],"names":[],"mappings":";;;;;AAAA,wBAWE"}
@@ -1,27 +0,0 @@
1
- import React from 'react';
2
- interface UseResizablePanelReturnType {
3
- height: number;
4
- containerProps: {
5
- ref: React.Ref<HTMLDivElement>;
6
- style: React.CSSProperties;
7
- };
8
- handleProps: {
9
- ref: React.Ref<HTMLDivElement>;
10
- onMouseDown: (e: React.MouseEvent<HTMLDivElement>) => unknown;
11
- style: React.CSSProperties;
12
- };
13
- isExpanded: boolean;
14
- overlayNode: React.ReactNode;
15
- toggle: (shouldOpen: boolean) => unknown;
16
- }
17
- /**
18
- * A hook to create a vertically resizable panel at the bottom of the screen that will not exceed
19
- * the top of the parent node.
20
- */
21
- export default function useResizablePanel({ initialHeight, minHeight, topOffset, }: {
22
- initialHeight: number;
23
- minHeight: number;
24
- topOffset?: number;
25
- }): UseResizablePanelReturnType;
26
- export {};
27
- //# sourceMappingURL=use_resizable_panel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use_resizable_panel.d.ts","sourceRoot":"","sources":["../../../../stories/helpers/use_resizable_panel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAItE,UAAU,2BAA2B;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE;QACZ,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC/B,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC;KAC9B,CAAC;IACF,WAAW,EAAE;QACT,GAAG,EAAE,KAAK,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAC/B,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC;QAC9D,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC;KAC9B,CAAC;IACF,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,MAAM,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,OAAO,CAAC;CAC5C;AAoBD;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACtC,aAAa,EACb,SAAS,EACT,SAAS,GACZ,EAAE;IACC,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,2BAA2B,CA6H9B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=icon.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon.stories.d.ts","sourceRoot":"","sources":["../../../stories/icon.stories.tsx"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- export default function IconExample(): React.JSX.Element;
3
- //# sourceMappingURL=icon_example.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon_example.d.ts","sourceRoot":"","sources":["../../../stories/icon_example.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAgGzD,MAAM,CAAC,OAAO,UAAU,WAAW,sBAiJlC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=input.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input.stories.d.ts","sourceRoot":"","sources":["../../../stories/input.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=label.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"label.stories.d.ts","sourceRoot":"","sources":["../../../stories/label.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=link.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"link.stories.d.ts","sourceRoot":"","sources":["../../../stories/link.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=loader.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"loader.stories.d.ts","sourceRoot":"","sources":["../../../stories/loader.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=model_pickers.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"model_pickers.stories.d.ts","sourceRoot":"","sources":["../../../stories/model_pickers.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=progress_bar.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"progress_bar.stories.d.ts","sourceRoot":"","sources":["../../../stories/progress_bar.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=record_card.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"record_card.stories.d.ts","sourceRoot":"","sources":["../../../stories/record_card.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=record_card_list.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"record_card_list.stories.d.ts","sourceRoot":"","sources":["../../../stories/record_card_list.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=select.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"select.stories.d.ts","sourceRoot":"","sources":["../../../stories/select.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=select_buttons.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"select_buttons.stories.d.ts","sourceRoot":"","sources":["../../../stories/select_buttons.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=switch.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"switch.stories.d.ts","sourceRoot":"","sources":["../../../stories/switch.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=text.size.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text.size.stories.d.ts","sourceRoot":"","sources":["../../../stories/text.size.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=text.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text.stories.d.ts","sourceRoot":"","sources":["../../../stories/text.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=text_button.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"text_button.stories.d.ts","sourceRoot":"","sources":["../../../stories/text_button.stories.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=tooltip.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tooltip.stories.d.ts","sourceRoot":"","sources":["../../../stories/tooltip.stories.tsx"],"names":[],"mappings":""}
@@ -1,124 +0,0 @@
1
- import { BaseId } from '../../src/types/base';
2
- import { TableId } from '../../src/types/table';
3
- import { FieldId, FieldType } from '../../src/types/field';
4
- import { ViewId, ViewType } from '../../src/types/view';
5
- import { RecordId } from '../../src/types/record';
6
- import { CollaboratorData } from '../../src/types/collaborator';
7
- import { Color } from '../../src/colors';
8
- import { ObjectMap } from '../../src/private_utils';
9
- import { SdkInitData } from '../../src/types/airtable_interface';
10
- export declare function convertFixtureDataToSdkInitData(fixtureData: FixtureData): SdkInitData;
11
- /**
12
- * A complete set of information necessary to initialize a simulated Airtable
13
- * Base in automated test environments. This is currently copied from
14
- * block-testing.
15
- * TODO(fredz): consider moving this into src/testing and exporting it as
16
- * part of unstable_testing_utils.
17
- *
18
- * Unlike SdkInitData which does not contain record data by design,
19
- * FixtureData contains it in fixtureData.base.tables[number].records,
20
- * and relies on dependent modules to simulate the hyperbase behavior of
21
- * only making those records after corresponding necessary calls to
22
- * AirtableInterface.
23
- */
24
- export interface FixtureData {
25
- /** A representation of the state of an Airtable Base */
26
- base: {
27
- id: BaseId;
28
- name: string;
29
- color?: string;
30
- tables: Array<TableFixtureData>;
31
- collaborators: Array<CollaboratorData & {
32
- isActive: boolean;
33
- }>;
34
- };
35
- }
36
- /** A representation of the state of a Table */
37
- interface TableFixtureData {
38
- /** A unique identifier for the simulated Table */
39
- id: TableId;
40
- /** The name to assign to the simulated Table */
41
- name: string;
42
- /** The description to assign to the simulated Table */
43
- description: string | null;
44
- /**
45
- * Fixture data for the simulated Fields that should be present in the
46
- * simulated Table when it is initialized.
47
- */
48
- fields: Array<FieldFixtureData>;
49
- /**
50
- * Fixture data for the simulated Views that should be present in the
51
- * simulated Table when it is initialized.
52
- */
53
- views: Array<ViewFixtureData>;
54
- /**
55
- * Fixture data for the simulated Records that should be present in the
56
- * simulated Table when it is initialized.
57
- */
58
- records: Array<RecordFixtureData>;
59
- }
60
- /** A representation of the state of a Field */
61
- interface FieldFixtureData {
62
- /** A unique identifier for the simulated Field */
63
- id: FieldId;
64
- /** The name to assign to the simulated Field */
65
- name: string;
66
- /** The description to assign to the simulated Field */
67
- description: string | null;
68
- /** The type of the simulated Field */
69
- type: FieldType;
70
- /** Options associated with the simulated Field */
71
- options: null | {
72
- [key: string]: unknown;
73
- };
74
- }
75
- /** A representation of the state of a View */
76
- interface ViewFixtureData {
77
- /** A unique identifier for the simulated View */
78
- id: ViewId;
79
- /** The name to assign to the simulated View */
80
- name: string;
81
- /** The type of the simulated view */
82
- type: ViewType;
83
- /**
84
- * A description of how simulated Fields should be sequenced within the
85
- * simulated View
86
- */
87
- fieldOrder: {
88
- fieldIds: Array<FieldId>;
89
- visibleFieldCount: number;
90
- };
91
- /**
92
- * A set of references to Records contained within the simulated view. This
93
- * is distinct from the complete fixture data for the simulated Records.
94
- */
95
- records: Array<ViewRecordFixtureData>;
96
- /**
97
- * Optional boolean denoting if the view is locked. By default tests assume
98
- * the view is unlocked if undefined.
99
- */
100
- isLockedView?: boolean;
101
- }
102
- /**
103
- * A reference to Record contained within a simulated view. This is disctinct
104
- * from the complete fixture data for the simulated Record.
105
- */
106
- interface ViewRecordFixtureData {
107
- /** A value which uniquely identifies a Record within a base. */
108
- id: RecordId;
109
- /** The color associated with a Record's membership in a View. */
110
- color: Color | null;
111
- }
112
- /** A representation of the state of a Record */
113
- interface RecordFixtureData {
114
- /** A unique identifier for the simulated Record */
115
- id: RecordId;
116
- /** The number of comments to assign to the simulated record */
117
- commentCount: number;
118
- /** The time the simulated record should appear to have been created */
119
- createdTime: string;
120
- /** A mapping of field identifiers to cell values */
121
- cellValuesByFieldId: ObjectMap<FieldId, unknown>;
122
- }
123
- export {};
124
- //# sourceMappingURL=fixture_data.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fixture_data.d.ts","sourceRoot":"","sources":["../../../../test/airtable_interface_mocks/fixture_data.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import { FixtureData } from './fixture_data';
2
- declare const linkedRecords: FixtureData;
3
- export default linkedRecords;
4
- //# sourceMappingURL=linked_records.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linked_records.d.ts","sourceRoot":"","sources":["../../../../test/airtable_interface_mocks/linked_records.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAE3C,QAAA,MAAM,aAAa,EAAE,WA8GpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,60 +0,0 @@
1
- import { Aggregators, FieldTypeProvider, UrlConstructor, GlobalConfigHelpers, IdGenerator, VisList, PartialViewData } from '../../src/types/airtable_interface';
2
- import { AbstractMockAirtableInterface } from '../../src/testing/abstract_mock_airtable_interface';
3
- import { TableId } from '../../src/types/table';
4
- import { FieldId } from '../../src/types/field';
5
- import { CursorData } from '../../src/types/cursor';
6
- import { RecordData } from '../../src/types/record';
7
- import { RecordActionData } from '../../src/types/record_action_data';
8
- import { RequestJson, ResponseJson } from '../../src/types/backend_fetch_types';
9
- import { FixtureData } from './fixture_data';
10
- /**
11
- * An implementation of the AbstractMockAirtableInterface designed for use in the
12
- * Blocks SDK internal automated test suite. Provides Jest spies for all
13
- * available methods (and which resets the state of those spies with every call
14
- * to `reset`).
15
- */
16
- export declare class MockAirtableInterface extends AbstractMockAirtableInterface {
17
- static projectTrackerExample(): jest.Mocked<MockAirtableInterface>;
18
- static linkedRecordsExample(): jest.Mocked<MockAirtableInterface>;
19
- static createFromFixtureData(fixtureData: FixtureData): jest.Mocked<MockAirtableInterface>;
20
- get aggregators(): jest.Mocked<Aggregators>;
21
- get fieldTypeProvider(): jest.Mocked<FieldTypeProvider>;
22
- get urlConstructor(): jest.Mocked<UrlConstructor>;
23
- get globalConfigHelpers(): jest.Mocked<GlobalConfigHelpers>;
24
- get idGenerator(): jest.Mocked<IdGenerator>;
25
- /**
26
- * Revert the mock interface to its initial state. This includes:
27
- *
28
- * - removing all event listeners
29
- * - restoring the database schema
30
- * - recreating the Jest "spies" for every instance method
31
- */
32
- reset(): void;
33
- createVisList(...args: Parameters<AbstractMockAirtableInterface['createVisList']>): jest.Mocked<VisList>;
34
- fetchAndSubscribeToCellValuesInFieldsAsync(tableId: TableId, fieldIds: Array<FieldId>): Promise<any>;
35
- fetchAndSubscribeToCursorDataAsync(): Promise<CursorData>;
36
- fetchAndSubscribeToTableDataAsync(tableId: string): Promise<{
37
- recordsById: {
38
- [recordId: string]: RecordData;
39
- };
40
- }>;
41
- fetchAndSubscribeToViewDataAsync(tableId: string, viewId: string): Promise<PartialViewData>;
42
- fetchDefaultCellValuesByFieldIdAsync(): Promise<{
43
- [key: string]: unknown;
44
- }>;
45
- expandRecord(tableId: string, recordId: string, recordIds: Array<string> | null): void;
46
- expandRecordList(): void;
47
- expandRecordPickerAsync(): Promise<string | null>;
48
- reloadFrame(): void;
49
- setSettingsButtonVisibility(): void;
50
- setUndoRedoMode(): void;
51
- setFullscreenMaxSize(): void;
52
- enterFullscreen(): void;
53
- exitFullscreen(): void;
54
- fetchAndSubscribeToPerformRecordActionAsync(): Promise<RecordActionData | null>;
55
- trackEvent(): void;
56
- trackExposure(): void;
57
- sendStat(): void;
58
- performBackendFetchAsync(requestJson: RequestJson): Promise<ResponseJson>;
59
- }
60
- //# sourceMappingURL=mock_airtable_interface.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mock_airtable_interface.d.ts","sourceRoot":"","sources":["../../../../test/airtable_interface_mocks/mock_airtable_interface.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,WAAW,EACX,OAAO,EACP,eAAe,EAClB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAC,6BAA6B,EAAC,MAAM,oDAAoD,CAAC;AACjG,OAAO,EAAC,OAAO,EAAC,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAC,OAAO,EAAC,MAAM,uBAAuB,CAAC;AAE9C,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAC,gBAAgB,EAAC,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAC,WAAW,EAAE,YAAY,EAAC,MAAM,qCAAqC,CAAC;AAG9E,OAAO,EAAC,WAAW,EAAkC,MAAM,gBAAgB,CAAC;AAuB5E;;;;;GAKG;AACH,qBAAa,qBAAsB,SAAQ,6BAA6B;IACpE,MAAM,CAAC,qBAAqB;IAI5B,MAAM,CAAC,oBAAoB;IAI3B,MAAM,CAAC,qBAAqB,CAAC,WAAW,EAAE,WAAW,GAEA,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC;IAGvF,IAAI,WAAW,IACiB,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CACvD;IAED,IAAI,iBAAiB,IACiB,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,CACnE;IAED,IAAI,cAAc,IACiB,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,CAC7D;IAED,IAAI,mBAAmB,IACiB,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACvE;IAED,IAAI,WAAW,IACiB,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CACvD;IAED;;;;;;OAMG;IACH,KAAK;IAWL,aAAa,CACT,GAAG,IAAI,EAAE,UAAU,CAAC,6BAA6B,CAAC,eAAe,CAAC,CAAC,GACpE,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC;IAMvB,0CAA0C,CACtC,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,GACzB,OAAO,CAAC,GAAG,CAAC;IAGf,kCAAkC,IAAI,OAAO,CAAC,UAAU,CAAC;IAGzD,iCAAiC,CAC7B,OAAO,EAAE,MAAM,GAChB,OAAO,CAAC;QAAC,WAAW,EAAE;YAAC,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAAA;SAAC,CAAA;KAAC,CAAC;IAGrD,gCAAgC,CAClC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,GACf,OAAO,CAAC,eAAe,CAAC;IAG3B,oCAAoC,IAAI,OAAO,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;IAGzE,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI;IAG/E,gBAAgB;IAGhB,uBAAuB,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAGjD,WAAW;IAGX,2BAA2B;IAG3B,eAAe;IAGf,oBAAoB;IAGpB,eAAe;IAGf,cAAc;IAGd,2CAA2C,IAAI,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;IAG/E,UAAU;IAGV,aAAa;IAGb,QAAQ;IAGR,wBAAwB,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC;CAG5E"}
@@ -1,4 +0,0 @@
1
- import { FixtureData } from './fixture_data';
2
- declare const projectTracker: FixtureData;
3
- export default projectTracker;
4
- //# sourceMappingURL=project_tracker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"project_tracker.d.ts","sourceRoot":"","sources":["../../../../test/airtable_interface_mocks/project_tracker.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAE3C,QAAA,MAAM,cAAc,EAAE,WA6YrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=error_utils.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error_utils.test.d.ts","sourceRoot":"","sources":["../../../test/error_utils.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=get_style_props_for_responsive_prop.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get_style_props_for_responsive_prop.test.d.ts","sourceRoot":"","sources":["../../../test/get_style_props_for_responsive_prop.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=index.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../../test/index.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=base.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.test.d.ts","sourceRoot":"","sources":["../../../../test/models/base.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cursor.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cursor.test.d.ts","sourceRoot":"","sources":["../../../../test/models/cursor.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=field.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"field.test.d.ts","sourceRoot":"","sources":["../../../../test/models/field.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=linked_records_query_result.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linked_records_query_result.test.d.ts","sourceRoot":"","sources":["../../../../test/models/linked_records_query_result.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mutations.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mutations.test.d.ts","sourceRoot":"","sources":["../../../../test/models/mutations.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=object_pool.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"object_pool.test.d.ts","sourceRoot":"","sources":["../../../../test/models/object_pool.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=record.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"record.test.d.ts","sourceRoot":"","sources":["../../../../test/models/record.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=session.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"session.test.d.ts","sourceRoot":"","sources":["../../../../test/models/session.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=table.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"table.test.d.ts","sourceRoot":"","sources":["../../../../test/models/table.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=table_mutations.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"table_mutations.test.d.ts","sourceRoot":"","sources":["../../../../test/models/table_mutations.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=table_or_view_query_result.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"table_or_view_query_result.test.d.ts","sourceRoot":"","sources":["../../../../test/models/table_or_view_query_result.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=view.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.test.d.ts","sourceRoot":"","sources":["../../../../test/models/view.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=view_metadata_query_result.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"view_metadata_query_result.test.d.ts","sourceRoot":"","sources":["../../../../test/models/view_metadata_query_result.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=private_utils.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"private_utils.test.d.ts","sourceRoot":"","sources":["../../../test/private_utils.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sdk.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sdk.test.d.ts","sourceRoot":"","sources":["../../../test/sdk.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=setup_enzyme.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setup_enzyme.d.ts","sourceRoot":"","sources":["../../../test/setup_enzyme.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { ReactWrapper } from 'enzyme';
2
- import Watchable from '../src/watchable';
3
- /**
4
- * include a section of code that must pass flow but shouldn't actually be executed. Use it along
5
- * with '// flow-expect-error' to write tests for flow-type definitions that won't be run by jest.
6
- */
7
- export declare function flowTest(description: string, fn: () => unknown): void;
8
- export declare function getComputedStylePropValue<Props extends {}>(wrapper: ReactWrapper<Props>, styleProp: string): string;
9
- export declare function waitForWatchKeyAsync<Key extends string>(model: Watchable<Key>, key: Key): Promise<void>;
10
- export declare function simulateTimersAndClearAfterEachTest(): void;
11
- //# sourceMappingURL=test_helpers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test_helpers.d.ts","sourceRoot":"","sources":["../../../test/test_helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,QAAQ,CAAC;AACpC,OAAO,SAAS,MAAM,kBAAkB,CAAC;AAEzC;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,OAAO,GAAG,IAAI,CAErE;AAED,wBAAgB,yBAAyB,CAAC,KAAK,SAAS,EAAE,EACtD,OAAO,EAAE,YAAY,CAAC,KAAK,CAAC,EAC5B,SAAS,EAAE,MAAM,GAClB,MAAM,CAGR;AAED,wBAAgB,oBAAoB,CAAC,GAAG,SAAS,MAAM,EACnD,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,GAAG,EAAE,GAAG,GACT,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,mCAAmC,IAAI,IAAI,CAwB1D"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=base_provider.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base_provider.test.d.ts","sourceRoot":"","sources":["../../../../test/ui/base_provider.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=block_wrapper.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"block_wrapper.test.d.ts","sourceRoot":"","sources":["../../../../test/ui/block_wrapper.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=box.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"box.test.d.ts","sourceRoot":"","sources":["../../../../test/ui/box.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=button.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button.test.d.ts","sourceRoot":"","sources":["../../../../test/ui/button.test.tsx"],"names":[],"mappings":""}