@apify/ui-library 1.138.0 → 1.138.1

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 (339) hide show
  1. package/README.md +3 -3
  2. package/dist/src/components/action_link.d.ts.map +1 -1
  3. package/dist/src/components/action_link.js +3 -3
  4. package/dist/src/components/action_link.js.map +1 -1
  5. package/dist/src/components/actor_template_card.d.ts.map +1 -1
  6. package/dist/src/components/actor_template_card.js +3 -3
  7. package/dist/src/components/actor_template_card.js.map +1 -1
  8. package/dist/src/components/avatar/actor_avatar.d.ts.map +1 -1
  9. package/dist/src/components/avatar/actor_avatar.js +3 -3
  10. package/dist/src/components/avatar/actor_avatar.js.map +1 -1
  11. package/dist/src/components/avatar/boring_avatar.d.ts.map +1 -1
  12. package/dist/src/components/avatar/boring_avatar.js +8 -7
  13. package/dist/src/components/avatar/boring_avatar.js.map +1 -1
  14. package/dist/src/components/avatar/user_avatar.d.ts.map +1 -1
  15. package/dist/src/components/avatar/user_avatar.js +1 -1
  16. package/dist/src/components/avatar/user_avatar.js.map +1 -1
  17. package/dist/src/components/badge.d.ts.map +1 -1
  18. package/dist/src/components/badge.js +10 -3
  19. package/dist/src/components/badge.js.map +1 -1
  20. package/dist/src/components/banner.d.ts.map +1 -1
  21. package/dist/src/components/banner.js +4 -3
  22. package/dist/src/components/banner.js.map +1 -1
  23. package/dist/src/components/blog_article.d.ts.map +1 -1
  24. package/dist/src/components/blog_article.js +2 -3
  25. package/dist/src/components/blog_article.js.map +1 -1
  26. package/dist/src/components/box.d.ts.map +1 -1
  27. package/dist/src/components/box.js +32 -24
  28. package/dist/src/components/box.js.map +1 -1
  29. package/dist/src/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  30. package/dist/src/components/breadcrumb/breadcrumb.js +1 -1
  31. package/dist/src/components/breadcrumb/breadcrumb.js.map +1 -1
  32. package/dist/src/components/button.d.ts.map +1 -1
  33. package/dist/src/components/button.js +12 -9
  34. package/dist/src/components/button.js.map +1 -1
  35. package/dist/src/components/card_container.d.ts.map +1 -1
  36. package/dist/src/components/card_container.js +5 -3
  37. package/dist/src/components/card_container.js.map +1 -1
  38. package/dist/src/components/checkbox/checkbox.d.ts.map +1 -1
  39. package/dist/src/components/checkbox/checkbox.js +1 -1
  40. package/dist/src/components/checkbox/checkbox.js.map +1 -1
  41. package/dist/src/components/checkbox/checkbox.style.d.ts.map +1 -1
  42. package/dist/src/components/checkbox/checkbox.style.js +7 -4
  43. package/dist/src/components/checkbox/checkbox.style.js.map +1 -1
  44. package/dist/src/components/chip.d.ts.map +1 -1
  45. package/dist/src/components/chip.js +1 -1
  46. package/dist/src/components/chip.js.map +1 -1
  47. package/dist/src/components/code/action_button.d.ts.map +1 -1
  48. package/dist/src/components/code/action_button.js +5 -5
  49. package/dist/src/components/code/action_button.js.map +1 -1
  50. package/dist/src/components/code/code_block/code_block.d.ts.map +1 -1
  51. package/dist/src/components/code/code_block/code_block.js +19 -8
  52. package/dist/src/components/code/code_block/code_block.js.map +1 -1
  53. package/dist/src/components/code/code_block/code_block.styled.d.ts.map +1 -1
  54. package/dist/src/components/code/code_block/code_block.styled.js +18 -15
  55. package/dist/src/components/code/code_block/code_block.styled.js.map +1 -1
  56. package/dist/src/components/code/code_block/code_block_with_tabs.d.ts.map +1 -1
  57. package/dist/src/components/code/code_block/code_block_with_tabs.js +10 -8
  58. package/dist/src/components/code/code_block/code_block_with_tabs.js.map +1 -1
  59. package/dist/src/components/code/code_block/utils.d.ts.map +1 -1
  60. package/dist/src/components/code/code_block/utils.js.map +1 -1
  61. package/dist/src/components/code/inline_code/inline_code.d.ts.map +1 -1
  62. package/dist/src/components/code/inline_code/inline_code.js +2 -2
  63. package/dist/src/components/code/inline_code/inline_code.js.map +1 -1
  64. package/dist/src/components/code/one_light_theme.d.ts.map +1 -1
  65. package/dist/src/components/code/one_light_theme.js +2 -17
  66. package/dist/src/components/code/one_light_theme.js.map +1 -1
  67. package/dist/src/components/code/one_line_code/one_line_code.d.ts.map +1 -1
  68. package/dist/src/components/code/one_line_code/one_line_code.js +11 -14
  69. package/dist/src/components/code/one_line_code/one_line_code.js.map +1 -1
  70. package/dist/src/components/code/prism_highlighter.d.ts.map +1 -1
  71. package/dist/src/components/code/prism_highlighter.js +35 -27
  72. package/dist/src/components/code/prism_highlighter.js.map +1 -1
  73. package/dist/src/components/code/prism_python.js.map +1 -1
  74. package/dist/src/components/collapsible_card/collapsible_card.d.ts.map +1 -1
  75. package/dist/src/components/collapsible_card/collapsible_card.js +7 -6
  76. package/dist/src/components/collapsible_card/collapsible_card.js.map +1 -1
  77. package/dist/src/components/color_wheel_gradient.d.ts.map +1 -1
  78. package/dist/src/components/color_wheel_gradient.js +4 -2
  79. package/dist/src/components/color_wheel_gradient.js.map +1 -1
  80. package/dist/src/components/floating/floating_component_base.d.ts +1 -1
  81. package/dist/src/components/floating/floating_component_base.d.ts.map +1 -1
  82. package/dist/src/components/floating/floating_component_base.js +3 -5
  83. package/dist/src/components/floating/floating_component_base.js.map +1 -1
  84. package/dist/src/components/floating/menu.d.ts.map +1 -1
  85. package/dist/src/components/floating/menu.js +11 -5
  86. package/dist/src/components/floating/menu.js.map +1 -1
  87. package/dist/src/components/floating/menu_common.d.ts +4 -4
  88. package/dist/src/components/floating/menu_common.d.ts.map +1 -1
  89. package/dist/src/components/floating/menu_common.js +1 -1
  90. package/dist/src/components/floating/menu_common.js.map +1 -1
  91. package/dist/src/components/floating/menu_components.d.ts.map +1 -1
  92. package/dist/src/components/floating/menu_components.js +9 -7
  93. package/dist/src/components/floating/menu_components.js.map +1 -1
  94. package/dist/src/components/floating/tooltip.d.ts +2 -2
  95. package/dist/src/components/floating/tooltip.d.ts.map +1 -1
  96. package/dist/src/components/floating/tooltip.js +10 -9
  97. package/dist/src/components/floating/tooltip.js.map +1 -1
  98. package/dist/src/components/floating/tooltip_content.d.ts.map +1 -1
  99. package/dist/src/components/floating/tooltip_content.js +3 -3
  100. package/dist/src/components/floating/tooltip_content.js.map +1 -1
  101. package/dist/src/components/icon_button.d.ts.map +1 -1
  102. package/dist/src/components/icon_button.js +10 -8
  103. package/dist/src/components/icon_button.js.map +1 -1
  104. package/dist/src/components/image.d.ts.map +1 -1
  105. package/dist/src/components/image.js +1 -1
  106. package/dist/src/components/image.js.map +1 -1
  107. package/dist/src/components/link.d.ts.map +1 -1
  108. package/dist/src/components/link.js +5 -5
  109. package/dist/src/components/link.js.map +1 -1
  110. package/dist/src/components/message.d.ts.map +1 -1
  111. package/dist/src/components/message.js +21 -21
  112. package/dist/src/components/message.js.map +1 -1
  113. package/dist/src/components/rating.d.ts.map +1 -1
  114. package/dist/src/components/rating.js +5 -6
  115. package/dist/src/components/rating.js.map +1 -1
  116. package/dist/src/components/readme_renderer/pythonize_value.d.ts.map +1 -1
  117. package/dist/src/components/readme_renderer/pythonize_value.js +10 -6
  118. package/dist/src/components/readme_renderer/pythonize_value.js.map +1 -1
  119. package/dist/src/components/readme_renderer/table_of_contents.d.ts.map +1 -1
  120. package/dist/src/components/readme_renderer/table_of_contents.js +16 -15
  121. package/dist/src/components/readme_renderer/table_of_contents.js.map +1 -1
  122. package/dist/src/components/readme_renderer/utils.d.ts.map +1 -1
  123. package/dist/src/components/readme_renderer/utils.js +6 -6
  124. package/dist/src/components/readme_renderer/utils.js.map +1 -1
  125. package/dist/src/components/select/select.d.ts.map +1 -1
  126. package/dist/src/components/select/select.js +14 -13
  127. package/dist/src/components/select/select.js.map +1 -1
  128. package/dist/src/components/shortcut.d.ts +1 -1
  129. package/dist/src/components/shortcut.d.ts.map +1 -1
  130. package/dist/src/components/shortcut.js +2 -2
  131. package/dist/src/components/shortcut.js.map +1 -1
  132. package/dist/src/components/simple_markdown/simple_markdown.d.ts.map +1 -1
  133. package/dist/src/components/simple_markdown/simple_markdown.js +32 -35
  134. package/dist/src/components/simple_markdown/simple_markdown.js.map +1 -1
  135. package/dist/src/components/simple_markdown/simple_markdown_components.d.ts.map +1 -1
  136. package/dist/src/components/simple_markdown/simple_markdown_components.js +26 -12
  137. package/dist/src/components/simple_markdown/simple_markdown_components.js.map +1 -1
  138. package/dist/src/components/spinner.d.ts.map +1 -1
  139. package/dist/src/components/spinner.js +3 -1
  140. package/dist/src/components/spinner.js.map +1 -1
  141. package/dist/src/components/store/store_actor_header.d.ts.map +1 -1
  142. package/dist/src/components/store/store_actor_header.js +1 -1
  143. package/dist/src/components/store/store_actor_header.js.map +1 -1
  144. package/dist/src/components/switch/switch.d.ts.map +1 -1
  145. package/dist/src/components/switch/switch.js +1 -1
  146. package/dist/src/components/switch/switch.js.map +1 -1
  147. package/dist/src/components/switch/switch.style.d.ts.map +1 -1
  148. package/dist/src/components/switch/switch.style.js +5 -3
  149. package/dist/src/components/switch/switch.style.js.map +1 -1
  150. package/dist/src/components/table/table.styled.js +3 -3
  151. package/dist/src/components/table/table.styled.js.map +1 -1
  152. package/dist/src/components/table/table_error_row.d.ts.map +1 -1
  153. package/dist/src/components/table/table_error_row.js +1 -1
  154. package/dist/src/components/table/table_error_row.js.map +1 -1
  155. package/dist/src/components/table/table_row.d.ts.map +1 -1
  156. package/dist/src/components/table/table_row.js +1 -1
  157. package/dist/src/components/table/table_row.js.map +1 -1
  158. package/dist/src/components/table/table_wrapper.d.ts.map +1 -1
  159. package/dist/src/components/table/table_wrapper.js +3 -3
  160. package/dist/src/components/table/table_wrapper.js.map +1 -1
  161. package/dist/src/components/tabs/tab.d.ts.map +1 -1
  162. package/dist/src/components/tabs/tab.js +7 -5
  163. package/dist/src/components/tabs/tab.js.map +1 -1
  164. package/dist/src/components/tabs/tabs.d.ts.map +1 -1
  165. package/dist/src/components/tabs/tabs.js +3 -3
  166. package/dist/src/components/tabs/tabs.js.map +1 -1
  167. package/dist/src/components/tag.d.ts +1 -1
  168. package/dist/src/components/tag.d.ts.map +1 -1
  169. package/dist/src/components/tag.js +1 -1
  170. package/dist/src/components/tag.js.map +1 -1
  171. package/dist/src/components/text/heading_content.d.ts.map +1 -1
  172. package/dist/src/components/text/heading_content.js +1 -1
  173. package/dist/src/components/text/heading_content.js.map +1 -1
  174. package/dist/src/components/text/heading_marketing.d.ts.map +1 -1
  175. package/dist/src/components/text/heading_marketing.js +1 -1
  176. package/dist/src/components/text/heading_marketing.js.map +1 -1
  177. package/dist/src/components/text/heading_shared.d.ts.map +1 -1
  178. package/dist/src/components/text/heading_shared.js +1 -1
  179. package/dist/src/components/text/heading_shared.js.map +1 -1
  180. package/dist/src/components/text/index.d.ts +1 -1
  181. package/dist/src/components/text/index.d.ts.map +1 -1
  182. package/dist/src/components/text/text_base.d.ts.map +1 -1
  183. package/dist/src/components/text/text_base.js +16 -12
  184. package/dist/src/components/text/text_base.js.map +1 -1
  185. package/dist/src/components/text/text_content.d.ts.map +1 -1
  186. package/dist/src/components/text/text_content.js +1 -1
  187. package/dist/src/components/text/text_content.js.map +1 -1
  188. package/dist/src/components/text/text_marketing.d.ts.map +1 -1
  189. package/dist/src/components/text/text_marketing.js +1 -1
  190. package/dist/src/components/text/text_marketing.js.map +1 -1
  191. package/dist/src/components/text/text_shared.d.ts +1 -1
  192. package/dist/src/components/text/text_shared.d.ts.map +1 -1
  193. package/dist/src/components/text/text_shared.js +1 -1
  194. package/dist/src/components/text/text_shared.js.map +1 -1
  195. package/dist/src/components/tile/horizontal_tile.d.ts.map +1 -1
  196. package/dist/src/components/tile/horizontal_tile.js +3 -2
  197. package/dist/src/components/tile/horizontal_tile.js.map +1 -1
  198. package/dist/src/components/tile/shared.d.ts +1 -1
  199. package/dist/src/components/tile/shared.d.ts.map +1 -1
  200. package/dist/src/components/tile/vertical_tile.d.ts.map +1 -1
  201. package/dist/src/components/tile/vertical_tile.js +3 -2
  202. package/dist/src/components/tile/vertical_tile.js.map +1 -1
  203. package/dist/src/components/to_consolidate/card.d.ts.map +1 -1
  204. package/dist/src/components/to_consolidate/card.js +20 -15
  205. package/dist/src/components/to_consolidate/card.js.map +1 -1
  206. package/dist/src/components/to_consolidate/markdown.d.ts.map +1 -1
  207. package/dist/src/components/to_consolidate/markdown.js +36 -20
  208. package/dist/src/components/to_consolidate/markdown.js.map +1 -1
  209. package/dist/src/components/to_consolidate/pagination.d.ts.map +1 -1
  210. package/dist/src/components/to_consolidate/pagination.js +6 -6
  211. package/dist/src/components/to_consolidate/pagination.js.map +1 -1
  212. package/dist/src/components/to_consolidate/tab_number_chip.d.ts.map +1 -1
  213. package/dist/src/components/to_consolidate/tab_number_chip.js +1 -1
  214. package/dist/src/components/to_consolidate/tab_number_chip.js.map +1 -1
  215. package/dist/src/design_system/theme.d.ts.map +1 -1
  216. package/dist/src/design_system/theme.js +1 -1
  217. package/dist/src/design_system/theme.js.map +1 -1
  218. package/dist/src/design_system/typography_theme.d.ts.map +1 -1
  219. package/dist/src/design_system/typography_theme.js.map +1 -1
  220. package/dist/src/ui_dependency_provider.d.ts.map +1 -1
  221. package/dist/src/ui_dependency_provider.js +2 -2
  222. package/dist/src/ui_dependency_provider.js.map +1 -1
  223. package/dist/tsconfig.build.tsbuildinfo +1 -1
  224. package/package.json +8 -6
  225. package/src/codemods/generate_typograpy_tokens_files.mjs +23 -28
  226. package/src/components/action_link.tsx +13 -23
  227. package/src/components/actor_template_card.stories.tsx +20 -14
  228. package/src/components/actor_template_card.tsx +4 -21
  229. package/src/components/avatar/actor_avatar.tsx +3 -4
  230. package/src/components/avatar/boring_avatar.tsx +134 -167
  231. package/src/components/avatar/user_avatar.stories.tsx +1 -5
  232. package/src/components/avatar/user_avatar.tsx +6 -20
  233. package/src/components/badge.stories.jsx +26 -40
  234. package/src/components/badge.tsx +37 -26
  235. package/src/components/banner.stories.tsx +10 -28
  236. package/src/components/banner.tsx +11 -14
  237. package/src/components/blog_article.tsx +6 -4
  238. package/src/components/box.tsx +90 -89
  239. package/src/components/breadcrumb/breadcrumb.stories.tsx +2 -8
  240. package/src/components/breadcrumb/breadcrumb.tsx +7 -5
  241. package/src/components/button.stories.tsx +70 -66
  242. package/src/components/button.tsx +33 -39
  243. package/src/components/card_container.stories.tsx +28 -29
  244. package/src/components/card_container.tsx +15 -10
  245. package/src/components/checkbox/checkbox.stories.tsx +52 -17
  246. package/src/components/checkbox/checkbox.style.ts +7 -4
  247. package/src/components/checkbox/checkbox.tsx +6 -9
  248. package/src/components/chip.stories.tsx +15 -5
  249. package/src/components/chip.tsx +26 -16
  250. package/src/components/code/action_button.tsx +10 -12
  251. package/src/components/code/code_block/code_block.stories.jsx +7 -25
  252. package/src/components/code/code_block/code_block.styled.tsx +26 -19
  253. package/src/components/code/code_block/code_block.tsx +26 -24
  254. package/src/components/code/code_block/code_block_with_tabs.stories.tsx +12 -18
  255. package/src/components/code/code_block/code_block_with_tabs.tsx +30 -16
  256. package/src/components/code/code_block/utils.tsx +23 -15
  257. package/src/components/code/inline_code/inline_code.stories.tsx +18 -10
  258. package/src/components/code/inline_code/inline_code.tsx +16 -21
  259. package/src/components/code/one_light_theme.ts +2 -17
  260. package/src/components/code/one_line_code/one_line_code.stories.tsx +31 -19
  261. package/src/components/code/one_line_code/one_line_code.tsx +19 -30
  262. package/src/components/code/prism_highlighter.tsx +117 -109
  263. package/src/components/code/prism_python.ts +4 -2
  264. package/src/components/collapsible_card/collapsible_card.stories.tsx +2 -1
  265. package/src/components/collapsible_card/collapsible_card.tsx +30 -15
  266. package/src/components/color_wheel_gradient.tsx +9 -7
  267. package/src/components/floating/floating_component_base.tsx +16 -9
  268. package/src/components/floating/menu.tsx +37 -46
  269. package/src/components/floating/menu_common.tsx +24 -30
  270. package/src/components/floating/menu_components.tsx +24 -24
  271. package/src/components/floating/tooltip.stories.jsx +85 -68
  272. package/src/components/floating/tooltip.tsx +32 -39
  273. package/src/components/floating/tooltip_content.tsx +8 -16
  274. package/src/components/icon_button.stories.tsx +176 -188
  275. package/src/components/icon_button.tsx +72 -58
  276. package/src/components/image.tsx +5 -11
  277. package/src/components/link.stories.tsx +4 -2
  278. package/src/components/link.tsx +70 -70
  279. package/src/components/message.stories.jsx +35 -33
  280. package/src/components/message.tsx +45 -45
  281. package/src/components/rating.tsx +37 -44
  282. package/src/components/readme_renderer/pythonize_value.ts +19 -7
  283. package/src/components/readme_renderer/table_of_contents.stories.tsx +40 -15
  284. package/src/components/readme_renderer/table_of_contents.tsx +87 -85
  285. package/src/components/readme_renderer/utils.tsx +17 -13
  286. package/src/components/select/select.stories.tsx +19 -46
  287. package/src/components/select/select.tsx +103 -101
  288. package/src/components/shortcut.stories.jsx +23 -14
  289. package/src/components/shortcut.tsx +2 -13
  290. package/src/components/simple_markdown/simple_markdown.stories.tsx +5 -10
  291. package/src/components/simple_markdown/simple_markdown.tsx +152 -55
  292. package/src/components/simple_markdown/simple_markdown_components.tsx +49 -59
  293. package/src/components/spinner.stories.tsx +14 -8
  294. package/src/components/spinner.tsx +5 -3
  295. package/src/components/store/store_actor_header.stories.tsx +2 -11
  296. package/src/components/store/store_actor_header.tsx +20 -16
  297. package/src/components/switch/switch.stories.jsx +4 -12
  298. package/src/components/switch/switch.style.ts +5 -3
  299. package/src/components/switch/switch.tsx +3 -13
  300. package/src/components/table/table.stories.tsx +5 -2
  301. package/src/components/table/table.styled.ts +3 -3
  302. package/src/components/table/table_error_row.tsx +5 -1
  303. package/src/components/table/table_row.tsx +1 -5
  304. package/src/components/table/table_wrapper.tsx +12 -12
  305. package/src/components/tabs/tab.stories.tsx +1 -5
  306. package/src/components/tabs/tab.tsx +33 -13
  307. package/src/components/tabs/tabs.tsx +14 -18
  308. package/src/components/tag.stories.jsx +35 -45
  309. package/src/components/tag.tsx +18 -22
  310. package/src/components/text/heading_content.stories.tsx +13 -24
  311. package/src/components/text/heading_content.tsx +3 -7
  312. package/src/components/text/heading_marketing.stories.tsx +4 -3
  313. package/src/components/text/heading_marketing.tsx +12 -8
  314. package/src/components/text/heading_shared.stories.tsx +3 -2
  315. package/src/components/text/heading_shared.tsx +3 -7
  316. package/src/components/text/index.ts +1 -3
  317. package/src/components/text/text_base.tsx +29 -35
  318. package/src/components/text/text_content.stories.tsx +17 -13
  319. package/src/components/text/text_content.tsx +20 -23
  320. package/src/components/text/text_marketing.stories.tsx +4 -3
  321. package/src/components/text/text_marketing.tsx +20 -23
  322. package/src/components/text/text_shared.stories.tsx +4 -3
  323. package/src/components/text/text_shared.tsx +23 -27
  324. package/src/components/tile/horizontal_tile.stories.tsx +6 -2
  325. package/src/components/tile/horizontal_tile.tsx +5 -15
  326. package/src/components/tile/shared.ts +5 -5
  327. package/src/components/tile/vertical_tile.stories.tsx +10 -18
  328. package/src/components/tile/vertical_tile.tsx +4 -9
  329. package/src/components/to_consolidate/card.stories.tsx +3 -1
  330. package/src/components/to_consolidate/card.tsx +67 -58
  331. package/src/components/to_consolidate/markdown.tsx +76 -62
  332. package/src/components/to_consolidate/pagination.tsx +11 -15
  333. package/src/components/to_consolidate/tab_number_chip.tsx +5 -6
  334. package/src/design_system/colors/build_color_tokens.js +7 -15
  335. package/src/design_system/theme.ts +1 -8
  336. package/src/design_system/tokens/radiuses.stories.tsx +9 -1
  337. package/src/design_system/tokens/shadows.stories.tsx +3 -1
  338. package/src/design_system/typography_theme.ts +78 -39
  339. package/src/ui_dependency_provider.tsx +16 -23
@@ -30,7 +30,7 @@ const StyledPageSelectionButtons = styled(Box) `
30
30
  gap: ${theme.space.space8};
31
31
  `;
32
32
  // TODO: Consolidate and move to /library
33
- export const PaginationButtons = ({ page, totalPages, onPageChange, }) => {
33
+ export const PaginationButtons = ({ page, totalPages, onPageChange }) => {
34
34
  // Pages to display buttons for (counting from 0, -1 and -2 will mean a special '...' disabled button)
35
35
  const pagesToDisplay = useMemo(() => {
36
36
  const result = [];
@@ -62,14 +62,14 @@ export const PaginationButtons = ({ page, totalPages, onPageChange, }) => {
62
62
  }
63
63
  return result;
64
64
  }, [page, totalPages]);
65
- return (_jsxs(StyledPageSelectionButtons, { children: [_jsx(PaginationButtonBase, { "data-test": 'page-prev-button', disabled: page <= 0, onClick: () => onPageChange(page - 1), trackingId: 'PaginationPrevPage', "aria-label": "Previous page", children: _jsx(ChevronLeftIcon, { size: "16" }) }), pagesToDisplay.map((pageToDisplay) => {
65
+ return (_jsxs(StyledPageSelectionButtons, { children: [_jsx(PaginationButtonBase, { "data-test": "page-prev-button", disabled: page <= 0, onClick: () => onPageChange(page - 1), trackingId: "PaginationPrevPage", "aria-label": "Previous page", children: _jsx(ChevronLeftIcon, { size: "16" }) }), pagesToDisplay.map((pageToDisplay) => {
66
66
  if (pageToDisplay === LEADING_THREE_DOTS_PAGE_KEY || pageToDisplay === TRAILING_THREE_DOTS_PAGE_KEY) {
67
- return (_jsx(PaginationButtonBase, { trackingId: 'ThreeDots', onClick: () => undefined, disabled: true, children: "..." }, pageToDisplay));
67
+ return (_jsx(PaginationButtonBase, { trackingId: "ThreeDots", onClick: () => undefined, disabled: true, children: "..." }, pageToDisplay));
68
68
  }
69
69
  if (pageToDisplay === page) {
70
- return (_jsx(PaginationButtonBase, { "data-test": 'current-page-button', trackingId: 'PaginationCurrentPage', className: 'currentPage', onClick: () => undefined, children: pageToDisplay + 1 }, pageToDisplay));
70
+ return (_jsx(PaginationButtonBase, { "data-test": "current-page-button", trackingId: "PaginationCurrentPage", className: "currentPage", onClick: () => undefined, children: pageToDisplay + 1 }, pageToDisplay));
71
71
  }
72
- return (_jsx(PaginationButtonBase, { "data-test": 'page-number-button', onClick: () => onPageChange(pageToDisplay), trackingId: 'PaginationNumberedPage', children: pageToDisplay + 1 }, pageToDisplay));
73
- }), _jsx(PaginationButtonBase, { "data-test": 'page-next-button', disabled: page >= totalPages - 1, onClick: () => onPageChange(page + 1), trackingId: 'PaginationNextPage', "aria-label": "Next page", children: _jsx(ChevronRightIcon, { size: "16" }) })] }));
72
+ return (_jsx(PaginationButtonBase, { "data-test": "page-number-button", onClick: () => onPageChange(pageToDisplay), trackingId: "PaginationNumberedPage", children: pageToDisplay + 1 }, pageToDisplay));
73
+ }), _jsx(PaginationButtonBase, { "data-test": "page-next-button", disabled: page >= totalPages - 1, onClick: () => onPageChange(page + 1), trackingId: "PaginationNextPage", "aria-label": "Next page", children: _jsx(ChevronRightIcon, { size: "16" }) })] }));
74
74
  };
75
75
  //# sourceMappingURL=pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/pagination.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/pagination.tsx"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"tab_number_chip.d.ts","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,UAAU,SAAS;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAO7C,CAAC"}
1
+ {"version":3,"file":"tab_number_chip.d.ts","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,UAAU,SAAS;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAM7C,CAAC"}
@@ -15,6 +15,6 @@ const StyledChip = styled(Text) `
15
15
  }
16
16
  `;
17
17
  export const TabNumberChip = ({ children, ...rest }) => {
18
- return _jsx(StyledChip, { size: 'small', ...rest, children: children });
18
+ return (_jsx(StyledChip, { size: "small", ...rest, children: children }));
19
19
  };
20
20
  //# sourceMappingURL=tab_number_chip.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab_number_chip.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;aAClB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;wBACb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;;eAE3C,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;qBAClC,KAAK,CAAC,MAAM,CAAC,OAAO;;;4BAGb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;iBAC/C,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY;;CAEhD,CAAC;AAMF,MAAM,CAAC,MAAM,aAAa,GAAwB,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,KAAC,UAAU,IACd,IAAI,EAAC,OAAO,KACR,IAAI,YAEP,QAAQ,GACA,CAAC;AAClB,CAAC,CAAC"}
1
+ {"version":3,"file":"tab_number_chip.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;aAClB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;wBACb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;;eAE3C,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;qBAClC,KAAK,CAAC,MAAM,CAAC,OAAO;;;4BAGb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;iBAC/C,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY;;CAEhD,CAAC;AAMF,MAAM,CAAC,MAAM,aAAa,GAAwB,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,CACH,KAAC,UAAU,IAAC,IAAI,EAAC,OAAO,KAAK,IAAI,YAC5B,QAAQ,GACA,CAChB,CAAC;AACN,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/F,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/F,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { colorProperties, darkTheme, lightTheme } from './colors/index.js';
2
- import { devices, layouts, radiuses, shadows, spaces, transitions, } from './tokens/index.js';
2
+ import { devices, layouts, radiuses, shadows, spaces, transitions } from './tokens/index.js';
3
3
  import { typographyTokens } from './typography_theme.js';
4
4
  export const theme = {
5
5
  color: colorProperties,
@@ -1 +1 @@
1
- {"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EACH,OAAO,EACP,OAAO,EACP,QAAQ,EACR,OAAO,EACP,MAAM,EACN,WAAW,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,KAAK,EAAE,eAAe;IACtB,YAAY,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE;IACpD,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,QAAQ;IAChB,4FAA4F;IAC5F,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,WAAW;IACvB,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,gBAAgB;CAC/B,CAAC"}
1
+ {"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,KAAK,EAAE,eAAe;IACtB,YAAY,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE;IACpD,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,QAAQ;IAChB,4FAA4F;IAC5F,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,WAAW;IACvB,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,gBAAgB;CAC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"typography_theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsMnB,CAAC"}
1
+ {"version":3,"file":"typography_theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6OnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"typography_theme.js","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"typography_theme.js","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ui_dependency_provider.d.ts","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI1G,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAA;CACJ,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,yBAAyB,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAClH,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAAC,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAGtF,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAEjD,kBAAkB,EAAE,MAAM,CAAC;IAE3B,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,KAAK,MAAM,CAAA;IAE3E,eAAe,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,SAAS,CAAC;CACtD;AAED,UAAU,yBAAyB;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,EAAE,cAAc,CAAA;CAC/B;AAID,eAAO,MAAM,uBAAuB,sBAInC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CASpE,CAAC"}
1
+ {"version":3,"file":"ui_dependency_provider.d.ts","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI1G,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACL,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,yBAAyB,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAClH,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAAC,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAGtF,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAEjD,kBAAkB,EAAE,MAAM,CAAC;IAE3B,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,KAAK,MAAM,CAAC;IAE5E,eAAe,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,SAAS,CAAC;CACtD;AAED,UAAU,yBAAyB;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,EAAE,cAAc,CAAC;CAChC;AAID,eAAO,MAAM,uBAAuB,sBAInC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAEpE,CAAC"}
@@ -7,7 +7,7 @@ export const useSharedUiDependencies = () => {
7
7
  throw new Error('Application must be wrapped by UiDependencyProvider');
8
8
  return uiDependencies;
9
9
  };
10
- export const UiDependencyProvider = ({ children, dependencies, }) => {
11
- return (_jsx(DependencyProviderContext.Provider, { value: dependencies, children: children }));
10
+ export const UiDependencyProvider = ({ children, dependencies }) => {
11
+ return _jsx(DependencyProviderContext.Provider, { value: dependencies, children: children });
12
12
  };
13
13
  //# sourceMappingURL=ui_dependency_provider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui_dependency_provider.js","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AA0ClD,MAAM,yBAAyB,GAAG,aAAa,CAAwB,IAAI,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACxC,MAAM,cAAc,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,IAAI,CAAC,cAAc;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAC5F,OAAO,cAAc,CAAC;AAC1B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAwC,CAAC,EACtE,QAAQ,EACR,YAAY,GACf,EAAE,EAAE;IACD,OAAO,CACH,KAAC,yBAAyB,CAAC,QAAQ,IAAC,KAAK,EAAE,YAAY,YAClD,QAAQ,GACwB,CACxC,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"ui_dependency_provider.js","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AA0ClD,MAAM,yBAAyB,GAAG,aAAa,CAAwB,IAAI,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACxC,MAAM,cAAc,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,IAAI,CAAC,cAAc;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAC5F,OAAO,cAAc,CAAC;AAC1B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAwC,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;IACpG,OAAO,KAAC,yBAAyB,CAAC,QAAQ,IAAC,KAAK,EAAE,YAAY,YAAG,QAAQ,GAAsC,CAAC;AACpH,CAAC,CAAC"}