@apify/ui-library 1.148.0 → 1.148.1-featuremigrateapifyuilibrary-48563e.21
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.
- package/dist/components/action_link/action_link.d.ts +12 -0
- package/dist/components/action_link/action_link.d.ts.map +1 -0
- package/dist/components/action_link/action_link.js +65 -0
- package/dist/components/action_link/index.d.ts +2 -0
- package/dist/components/action_link/index.d.ts.map +1 -0
- package/dist/components/actor_template_card/actor_template_card.d.ts +11 -0
- package/dist/components/actor_template_card/actor_template_card.d.ts.map +1 -0
- package/dist/components/actor_template_card/actor_template_card.js +101 -0
- package/dist/components/actor_template_card/index.d.ts +2 -0
- package/dist/components/actor_template_card/index.d.ts.map +1 -0
- package/dist/components/avatar/actor_avatar.d.ts +18 -0
- package/dist/components/avatar/actor_avatar.d.ts.map +1 -0
- package/dist/components/avatar/actor_avatar.js +85 -0
- package/dist/components/avatar/boring_avatar.d.ts +13 -0
- package/dist/components/avatar/boring_avatar.d.ts.map +1 -0
- package/dist/components/avatar/boring_avatar.js +219 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/avatar/user_avatar.d.ts +17 -0
- package/dist/components/avatar/user_avatar.d.ts.map +1 -0
- package/dist/components/avatar/user_avatar.js +72 -0
- package/dist/components/badge/badge.d.ts +32 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/badge/badge.js +143 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/banner/banner.d.ts +11 -0
- package/dist/components/banner/banner.d.ts.map +1 -0
- package/dist/components/banner/banner.js +76 -0
- package/dist/components/banner/index.d.ts +2 -0
- package/dist/components/banner/index.d.ts.map +1 -0
- package/dist/components/blog_article/blog_article.d.ts +9 -0
- package/dist/components/blog_article/blog_article.d.ts.map +1 -0
- package/dist/components/blog_article/blog_article.js +87 -0
- package/dist/components/blog_article/index.d.ts +2 -0
- package/dist/components/blog_article/index.d.ts.map +1 -0
- package/dist/components/box/box.d.ts +43 -0
- package/dist/components/box/box.d.ts.map +1 -0
- package/dist/components/box/box.js +49 -0
- package/dist/components/box/index.d.ts +2 -0
- package/dist/components/box/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +17 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/breadcrumb.js +70 -0
- package/dist/components/breadcrumb/index.d.ts +2 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/browser_window/browser_window.d.ts +20 -0
- package/dist/components/browser_window/browser_window.d.ts.map +1 -0
- package/dist/components/browser_window/browser_window.js +102 -0
- package/dist/components/browser_window/index.d.ts +2 -0
- package/dist/components/browser_window/index.d.ts.map +1 -0
- package/dist/components/button/button.d.ts +57 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/button.js +261 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/card/card.d.ts +27 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/card/card.js +125 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/card_container/card_container.d.ts +42 -0
- package/dist/components/card_container/card_container.d.ts.map +1 -0
- package/dist/components/card_container/card_container.js +67 -0
- package/dist/components/card_container/index.d.ts +2 -0
- package/dist/components/card_container/index.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +18 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.js +45 -0
- package/dist/components/checkbox/checkbox.style.d.ts +2 -0
- package/dist/components/checkbox/checkbox.style.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.style.js +62 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/chip/chip.d.ts +54 -0
- package/dist/components/chip/chip.d.ts.map +1 -0
- package/dist/components/chip/chip.js +144 -0
- package/dist/components/chip/index.d.ts +2 -0
- package/dist/components/chip/index.d.ts.map +1 -0
- package/dist/components/code/action_button.d.ts +16 -0
- package/dist/components/code/action_button.d.ts.map +1 -0
- package/dist/components/code/action_button.js +83 -0
- package/dist/components/code/code_block/code_block.d.ts +38 -0
- package/dist/components/code/code_block/code_block.d.ts.map +1 -0
- package/dist/components/code/code_block/code_block.js +148 -0
- package/dist/components/code/code_block/code_block.styled.d.ts +19 -0
- package/dist/components/code/code_block/code_block.styled.d.ts.map +1 -0
- package/dist/components/code/code_block/code_block.styled.js +161 -0
- package/dist/components/code/code_block/code_block_with_tabs.d.ts +39 -0
- package/dist/components/code/code_block/code_block_with_tabs.d.ts.map +1 -0
- package/dist/components/code/code_block/code_block_with_tabs.js +220 -0
- package/dist/components/code/code_block/utils.d.ts +6 -0
- package/dist/components/code/code_block/utils.d.ts.map +1 -0
- package/dist/components/code/code_block/utils.js +33 -0
- package/dist/components/code/index.d.ts +6 -0
- package/dist/components/code/index.d.ts.map +1 -0
- package/dist/components/code/inline_code/inline_code.d.ts +11 -0
- package/dist/components/code/inline_code/inline_code.d.ts.map +1 -0
- package/dist/components/code/inline_code/inline_code.js +45 -0
- package/dist/components/code/one_light_theme.d.ts +3 -0
- package/dist/components/code/one_light_theme.d.ts.map +1 -0
- package/dist/components/code/one_light_theme.js +96 -0
- package/dist/components/code/one_line_code/one_line_code.d.ts +31 -0
- package/dist/components/code/one_line_code/one_line_code.d.ts.map +1 -0
- package/dist/components/code/one_line_code/one_line_code.js +176 -0
- package/dist/components/code/prism_highlighter.d.ts +35 -0
- package/dist/components/code/prism_highlighter.d.ts.map +1 -0
- package/dist/components/code/prism_highlighter.js +257 -0
- package/dist/components/code/prism_python.d.ts +1 -0
- package/dist/components/code/prism_python.d.ts.map +1 -0
- package/dist/components/code/prism_python.js +68 -0
- package/dist/components/collapsible_card/collapsible_card.d.ts +26 -0
- package/dist/components/collapsible_card/collapsible_card.d.ts.map +1 -0
- package/dist/components/collapsible_card/collapsible_card.js +117 -0
- package/dist/components/collapsible_card/index.d.ts +2 -0
- package/dist/components/collapsible_card/index.d.ts.map +1 -0
- package/dist/components/color_wheel_gradient/color_wheel_gradient.d.ts +9 -0
- package/dist/components/color_wheel_gradient/color_wheel_gradient.d.ts.map +1 -0
- package/dist/components/color_wheel_gradient/color_wheel_gradient.js +27 -0
- package/dist/components/color_wheel_gradient/index.d.ts +2 -0
- package/dist/components/color_wheel_gradient/index.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.context.d.ts +6 -0
- package/dist/components/dropdown/dropdown.context.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.context.js +10 -0
- package/dist/components/dropdown/dropdown.d.ts +48 -0
- package/dist/components/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.js +130 -0
- package/dist/components/dropdown/dropdown.styled.d.ts +35 -0
- package/dist/components/dropdown/dropdown.styled.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.styled.js +243 -0
- package/dist/components/dropdown/dropdown.types.d.ts +17 -0
- package/dist/components/dropdown/dropdown.types.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_button.d.ts +10 -0
- package/dist/components/dropdown/dropdown_button.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_button.js +35 -0
- package/dist/components/dropdown/dropdown_root.d.ts +11 -0
- package/dist/components/dropdown/dropdown_root.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_root.js +28 -0
- package/dist/components/dropdown/dropdown_shell.d.ts +15 -0
- package/dist/components/dropdown/dropdown_shell.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_shell.js +80 -0
- package/dist/components/dropdown/index.d.ts +7 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/floating/floating_component_base.d.ts +111 -0
- package/dist/components/floating/floating_component_base.d.ts.map +1 -0
- package/dist/components/floating/floating_component_base.js +134 -0
- package/dist/components/floating/index.d.ts +6 -0
- package/dist/components/floating/index.d.ts.map +1 -0
- package/dist/components/floating/menu.d.ts +41 -0
- package/dist/components/floating/menu.d.ts.map +1 -0
- package/dist/components/floating/menu.js +131 -0
- package/dist/components/floating/menu_common.d.ts +44 -0
- package/dist/components/floating/menu_common.d.ts.map +1 -0
- package/dist/components/floating/menu_common.js +19 -0
- package/dist/components/floating/menu_components.d.ts +40 -0
- package/dist/components/floating/menu_components.d.ts.map +1 -0
- package/dist/components/floating/menu_components.js +116 -0
- package/dist/components/floating/tooltip.d.ts +43 -0
- package/dist/components/floating/tooltip.d.ts.map +1 -0
- package/dist/components/floating/tooltip.js +107 -0
- package/dist/components/floating/tooltip_content.d.ts +5 -0
- package/dist/components/floating/tooltip_content.d.ts.map +1 -0
- package/dist/components/floating/tooltip_content.js +96 -0
- package/dist/components/icon_button/icon_button.d.ts +57 -0
- package/dist/components/icon_button/icon_button.d.ts.map +1 -0
- package/dist/components/icon_button/icon_button.js +177 -0
- package/dist/components/icon_button/index.d.ts +2 -0
- package/dist/components/icon_button/index.d.ts.map +1 -0
- package/dist/components/image/image.d.ts +10 -0
- package/dist/components/image/image.d.ts.map +1 -0
- package/dist/components/image/image.js +15 -0
- package/dist/components/image/index.d.ts +2 -0
- package/dist/components/image/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +41 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/link/index.d.ts +2 -0
- package/dist/components/link/index.d.ts.map +1 -0
- package/dist/components/link/link.d.ts +35 -0
- package/dist/components/link/link.d.ts.map +1 -0
- package/dist/components/link/link.js +103 -0
- package/dist/components/markdown/index.d.ts +2 -0
- package/dist/components/markdown/index.d.ts.map +1 -0
- package/dist/components/markdown/markdown.d.ts +41 -0
- package/dist/components/markdown/markdown.d.ts.map +1 -0
- package/dist/components/markdown/markdown.js +519 -0
- package/dist/components/message/index.d.ts +2 -0
- package/dist/components/message/index.d.ts.map +1 -0
- package/dist/components/message/message.d.ts +41 -0
- package/dist/components/message/message.d.ts.map +1 -0
- package/dist/components/message/message.js +194 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/pagination.d.ts +8 -0
- package/dist/components/pagination/pagination.d.ts.map +1 -0
- package/dist/components/pagination/pagination.js +94 -0
- package/dist/components/radio_button/index.d.ts +2 -0
- package/dist/components/radio_button/index.d.ts.map +1 -0
- package/dist/components/radio_button/radio_button.d.ts +13 -0
- package/dist/components/radio_button/radio_button.d.ts.map +1 -0
- package/dist/components/radio_button/radio_button.js +26 -0
- package/dist/components/radio_button/radio_button.style.d.ts +2 -0
- package/dist/components/radio_button/radio_button.style.d.ts.map +1 -0
- package/dist/components/radio_button/radio_button.style.js +49 -0
- package/dist/components/rating/index.d.ts +2 -0
- package/dist/components/rating/index.d.ts.map +1 -0
- package/dist/components/rating/rating.d.ts +18 -0
- package/dist/components/rating/rating.d.ts.map +1 -0
- package/dist/components/rating/rating.js +104 -0
- package/dist/components/readme_renderer/index.d.ts +4 -0
- package/dist/components/readme_renderer/index.d.ts.map +1 -0
- package/dist/components/readme_renderer/pythonize_value.d.ts +2 -0
- package/dist/components/readme_renderer/pythonize_value.d.ts.map +1 -0
- package/dist/components/readme_renderer/pythonize_value.js +46 -0
- package/dist/components/readme_renderer/table_of_contents.d.ts +10 -0
- package/dist/components/readme_renderer/table_of_contents.d.ts.map +1 -0
- package/dist/components/readme_renderer/table_of_contents.js +175 -0
- package/dist/components/readme_renderer/utils.d.ts +6 -0
- package/dist/components/readme_renderer/utils.d.ts.map +1 -0
- package/dist/components/readme_renderer/utils.js +35 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/select.d.ts +57 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/select/select.js +262 -0
- package/dist/components/shortcut/index.d.ts +2 -0
- package/dist/components/shortcut/index.d.ts.map +1 -0
- package/dist/components/shortcut/shortcut.d.ts +10 -0
- package/dist/components/shortcut/shortcut.d.ts.map +1 -0
- package/dist/components/shortcut/shortcut.js +38 -0
- package/dist/components/simple_markdown/index.d.ts +3 -0
- package/dist/components/simple_markdown/index.d.ts.map +1 -0
- package/dist/components/simple_markdown/simple_markdown.d.ts +26 -0
- package/dist/components/simple_markdown/simple_markdown.d.ts.map +1 -0
- package/dist/components/simple_markdown/simple_markdown.js +305 -0
- package/dist/components/simple_markdown/simple_markdown_components.d.ts +23 -0
- package/dist/components/simple_markdown/simple_markdown_components.d.ts.map +1 -0
- package/dist/components/simple_markdown/simple_markdown_components.js +242 -0
- package/dist/components/spinner/index.d.ts +2 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/spinner/spinner.d.ts +32 -0
- package/dist/components/spinner/spinner.d.ts.map +1 -0
- package/dist/components/spinner/spinner.js +100 -0
- package/dist/components/store/index.d.ts +2 -0
- package/dist/components/store/index.d.ts.map +1 -0
- package/dist/components/store/store_actor_header.d.ts +13 -0
- package/dist/components/store/store_actor_header.d.ts.map +1 -0
- package/dist/components/store/store_actor_header.js +110 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/switch.d.ts +11 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/switch/switch.js +34 -0
- package/dist/components/switch/switch.style.d.ts +2 -0
- package/dist/components/switch/switch.style.d.ts.map +1 -0
- package/dist/components/switch/switch.style.js +57 -0
- package/dist/components/tab_number_chip/index.d.ts +2 -0
- package/dist/components/tab_number_chip/index.d.ts.map +1 -0
- package/dist/components/tab_number_chip/tab_number_chip.d.ts +7 -0
- package/dist/components/tab_number_chip/tab_number_chip.d.ts.map +1 -0
- package/dist/components/tab_number_chip/tab_number_chip.js +26 -0
- package/dist/components/table/index.d.ts +17 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/table.context.d.ts +3 -0
- package/dist/components/table/table.context.d.ts.map +1 -0
- package/dist/components/table/table.context.js +5 -0
- package/dist/components/table/table.d.ts +3 -0
- package/dist/components/table/table.d.ts.map +1 -0
- package/dist/components/table/table.js +12 -0
- package/dist/components/table/table.styled.d.ts +30 -0
- package/dist/components/table/table.styled.d.ts.map +1 -0
- package/dist/components/table/table.styled.js +194 -0
- package/dist/components/table/table.test_ids.d.ts +16 -0
- package/dist/components/table/table.test_ids.d.ts.map +1 -0
- package/dist/components/table/table.test_ids.js +18 -0
- package/dist/components/table/table.types.d.ts +21 -0
- package/dist/components/table/table.types.d.ts.map +1 -0
- package/dist/components/table/table_body.d.ts +3 -0
- package/dist/components/table/table_body.d.ts.map +1 -0
- package/dist/components/table/table_body.js +12 -0
- package/dist/components/table/table_cell.d.ts +10 -0
- package/dist/components/table/table_cell.d.ts.map +1 -0
- package/dist/components/table/table_cell.js +33 -0
- package/dist/components/table/table_empty_row.d.ts +6 -0
- package/dist/components/table/table_empty_row.d.ts.map +1 -0
- package/dist/components/table/table_empty_row.js +15 -0
- package/dist/components/table/table_error_row.d.ts +7 -0
- package/dist/components/table/table_error_row.d.ts.map +1 -0
- package/dist/components/table/table_error_row.js +19 -0
- package/dist/components/table/table_expansion_row.d.ts +10 -0
- package/dist/components/table/table_expansion_row.d.ts.map +1 -0
- package/dist/components/table/table_expansion_row.js +19 -0
- package/dist/components/table/table_foot.d.ts +3 -0
- package/dist/components/table/table_foot.d.ts.map +1 -0
- package/dist/components/table/table_foot.js +12 -0
- package/dist/components/table/table_head.d.ts +3 -0
- package/dist/components/table/table_head.d.ts.map +1 -0
- package/dist/components/table/table_head.js +12 -0
- package/dist/components/table/table_head_cell.d.ts +3 -0
- package/dist/components/table/table_head_cell.d.ts.map +1 -0
- package/dist/components/table/table_head_cell.js +12 -0
- package/dist/components/table/table_head_row.d.ts +3 -0
- package/dist/components/table/table_head_row.d.ts.map +1 -0
- package/dist/components/table/table_head_row.js +12 -0
- package/dist/components/table/table_loading_row.d.ts +6 -0
- package/dist/components/table/table_loading_row.d.ts.map +1 -0
- package/dist/components/table/table_loading_row.js +16 -0
- package/dist/components/table/table_row.d.ts +4 -0
- package/dist/components/table/table_row.d.ts.map +1 -0
- package/dist/components/table/table_row.js +20 -0
- package/dist/components/table/table_wrapper.d.ts +4 -0
- package/dist/components/table/table_wrapper.d.ts.map +1 -0
- package/dist/components/table/table_wrapper.js +50 -0
- package/dist/components/tabs/index.d.ts +3 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/tab.d.ts +30 -0
- package/dist/components/tabs/tab.d.ts.map +1 -0
- package/dist/components/tabs/tab.js +191 -0
- package/dist/components/tabs/tabs.d.ts +17 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.js +155 -0
- package/dist/components/tag/index.d.ts +2 -0
- package/dist/components/tag/index.d.ts.map +1 -0
- package/dist/components/tag/tag.d.ts +43 -0
- package/dist/components/tag/tag.d.ts.map +1 -0
- package/dist/components/tag/tag.js +163 -0
- package/dist/components/tag.d.ts +2 -0
- package/dist/components/tag.d.ts.map +1 -0
- package/dist/components/text/heading_content.d.ts +13 -0
- package/dist/components/text/heading_content.d.ts.map +1 -0
- package/dist/components/text/heading_content.js +40 -0
- package/dist/components/text/heading_marketing.d.ts +10 -0
- package/dist/components/text/heading_marketing.d.ts.map +1 -0
- package/dist/components/text/heading_marketing.js +38 -0
- package/dist/components/text/heading_shared.d.ts +10 -0
- package/dist/components/text/heading_shared.d.ts.map +1 -0
- package/dist/components/text/heading_shared.js +37 -0
- package/dist/components/text/index.d.ts +14 -0
- package/dist/components/text/index.d.ts.map +1 -0
- package/dist/components/text/text_base.d.ts +13 -0
- package/dist/components/text/text_base.d.ts.map +1 -0
- package/dist/components/text/text_base.js +31 -0
- package/dist/components/text/text_content.d.ts +13 -0
- package/dist/components/text/text_content.d.ts.map +1 -0
- package/dist/components/text/text_content.js +75 -0
- package/dist/components/text/text_marketing.d.ts +10 -0
- package/dist/components/text/text_marketing.d.ts.map +1 -0
- package/dist/components/text/text_marketing.js +164 -0
- package/dist/components/text/text_shared.d.ts +13 -0
- package/dist/components/text/text_shared.d.ts.map +1 -0
- package/dist/components/text/text_shared.js +59 -0
- package/dist/components/tile/horizontal_tile.d.ts +9 -0
- package/dist/components/tile/horizontal_tile.d.ts.map +1 -0
- package/dist/components/tile/horizontal_tile.js +53 -0
- package/dist/components/tile/index.d.ts +3 -0
- package/dist/components/tile/index.d.ts.map +1 -0
- package/dist/components/tile/shared.d.ts +17 -0
- package/dist/components/tile/shared.d.ts.map +1 -0
- package/dist/components/tile/shared.js +14 -0
- package/dist/components/tile/vertical_tile.d.ts +10 -0
- package/dist/components/tile/vertical_tile.d.ts.map +1 -0
- package/dist/components/tile/vertical_tile.js +39 -0
- package/dist/design_system/colors/generated/colors_theme.dark.d.ts +135 -0
- package/dist/design_system/colors/generated/colors_theme.dark.d.ts.map +1 -0
- package/dist/design_system/colors/generated/colors_theme.dark.js +137 -0
- package/dist/design_system/colors/generated/colors_theme.light.d.ts +135 -0
- package/dist/design_system/colors/generated/colors_theme.light.d.ts.map +1 -0
- package/dist/design_system/colors/generated/colors_theme.light.js +137 -0
- package/dist/design_system/colors/generated/css_variables.dark.d.ts +5 -0
- package/dist/design_system/colors/generated/css_variables.dark.d.ts.map +1 -0
- package/dist/design_system/colors/generated/css_variables.dark.js +151 -0
- package/dist/design_system/colors/generated/css_variables.light.d.ts +5 -0
- package/dist/design_system/colors/generated/css_variables.light.d.ts.map +1 -0
- package/dist/design_system/colors/generated/css_variables.light.js +151 -0
- package/dist/design_system/colors/generated/css_variables_palette.dark.d.ts +5 -0
- package/dist/design_system/colors/generated/css_variables_palette.dark.d.ts.map +1 -0
- package/dist/design_system/colors/generated/css_variables_palette.dark.js +76 -0
- package/dist/design_system/colors/generated/css_variables_palette.light.d.ts +5 -0
- package/dist/design_system/colors/generated/css_variables_palette.light.d.ts.map +1 -0
- package/dist/design_system/colors/generated/css_variables_palette.light.js +76 -0
- package/dist/design_system/colors/generated/properties_theme.d.ts +181 -0
- package/dist/design_system/colors/generated/properties_theme.d.ts.map +1 -0
- package/dist/design_system/colors/generated/properties_theme.js +183 -0
- package/dist/design_system/colors/index.d.ts +8 -0
- package/dist/design_system/colors/index.d.ts.map +1 -0
- package/dist/design_system/theme.d.ts +689 -0
- package/dist/design_system/theme.d.ts.map +1 -0
- package/dist/design_system/theme.js +27 -0
- package/dist/design_system/tokens/index.d.ts +6 -0
- package/dist/design_system/tokens/index.d.ts.map +1 -0
- package/dist/design_system/tokens/layouts.d.ts +31 -0
- package/dist/design_system/tokens/layouts.d.ts.map +1 -0
- package/dist/design_system/tokens/layouts.js +33 -0
- package/dist/design_system/tokens/radiuses.d.ts +25 -0
- package/dist/design_system/tokens/radiuses.d.ts.map +1 -0
- package/dist/design_system/tokens/radiuses.js +27 -0
- package/dist/design_system/tokens/shadows.d.ts +23 -0
- package/dist/design_system/tokens/shadows.d.ts.map +1 -0
- package/dist/design_system/tokens/shadows.js +25 -0
- package/dist/design_system/tokens/spaces.d.ts +16 -0
- package/dist/design_system/tokens/spaces.d.ts.map +1 -0
- package/dist/design_system/tokens/spaces.js +17 -0
- package/dist/design_system/tokens/transitions.d.ts +20 -0
- package/dist/design_system/tokens/transitions.d.ts.map +1 -0
- package/dist/design_system/tokens/transitions.js +22 -0
- package/dist/design_system/typography_theme.d.ts +192 -0
- package/dist/design_system/typography_theme.d.ts.map +1 -0
- package/dist/design_system/typography_theme.js +194 -0
- package/dist/files_hash_at_build.txt +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +97 -0
- package/dist/src/components/action_link/action_link.d.ts +2 -2
- package/dist/src/components/action_link/action_link.d.ts.map +1 -1
- package/dist/src/components/action_link/action_link.js +4 -4
- package/dist/src/components/action_link/action_link.js.map +1 -1
- package/dist/src/components/action_link/index.d.ts +1 -1
- package/dist/src/components/action_link/index.d.ts.map +1 -1
- package/dist/src/components/action_link/index.js +1 -1
- package/dist/src/components/action_link/index.js.map +1 -1
- package/dist/src/components/actor_template_card/actor_template_card.js +4 -4
- package/dist/src/components/actor_template_card/actor_template_card.js.map +1 -1
- package/dist/src/components/actor_template_card/index.d.ts +1 -1
- package/dist/src/components/actor_template_card/index.d.ts.map +1 -1
- package/dist/src/components/actor_template_card/index.js +1 -1
- package/dist/src/components/actor_template_card/index.js.map +1 -1
- package/dist/src/components/avatar/actor_avatar.js +4 -4
- package/dist/src/components/avatar/actor_avatar.js.map +1 -1
- package/dist/src/components/avatar/index.d.ts +2 -2
- package/dist/src/components/avatar/index.d.ts.map +1 -1
- package/dist/src/components/avatar/index.js +2 -2
- package/dist/src/components/avatar/index.js.map +1 -1
- package/dist/src/components/avatar/user_avatar.js +3 -3
- package/dist/src/components/avatar/user_avatar.js.map +1 -1
- package/dist/src/components/badge/badge.d.ts +1 -1
- package/dist/src/components/badge/badge.d.ts.map +1 -1
- package/dist/src/components/badge/badge.js +3 -3
- package/dist/src/components/badge/badge.js.map +1 -1
- package/dist/src/components/badge/index.d.ts +1 -1
- package/dist/src/components/badge/index.d.ts.map +1 -1
- package/dist/src/components/badge/index.js +1 -1
- package/dist/src/components/badge/index.js.map +1 -1
- package/dist/src/components/banner/banner.js +1 -1
- package/dist/src/components/banner/banner.js.map +1 -1
- package/dist/src/components/banner/index.d.ts +1 -1
- package/dist/src/components/banner/index.d.ts.map +1 -1
- package/dist/src/components/banner/index.js +1 -1
- package/dist/src/components/banner/index.js.map +1 -1
- package/dist/src/components/blog_article/blog_article.js +1 -1
- package/dist/src/components/blog_article/blog_article.js.map +1 -1
- package/dist/src/components/blog_article/index.d.ts +1 -1
- package/dist/src/components/blog_article/index.d.ts.map +1 -1
- package/dist/src/components/blog_article/index.js +1 -1
- package/dist/src/components/blog_article/index.js.map +1 -1
- package/dist/src/components/box/box.d.ts +1 -1
- package/dist/src/components/box/box.d.ts.map +1 -1
- package/dist/src/components/box/box.js +2 -2
- package/dist/src/components/box/box.js.map +1 -1
- package/dist/src/components/box/index.d.ts +1 -1
- package/dist/src/components/box/index.d.ts.map +1 -1
- package/dist/src/components/box/index.js +1 -1
- package/dist/src/components/box/index.js.map +1 -1
- package/dist/src/components/breadcrumb/breadcrumb.js +4 -4
- package/dist/src/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/src/components/breadcrumb/index.d.ts +1 -1
- package/dist/src/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/src/components/breadcrumb/index.js +1 -1
- package/dist/src/components/breadcrumb/index.js.map +1 -1
- package/dist/src/components/browser_window/browser_window.js +2 -2
- package/dist/src/components/browser_window/browser_window.js.map +1 -1
- package/dist/src/components/browser_window/index.d.ts +1 -1
- package/dist/src/components/browser_window/index.d.ts.map +1 -1
- package/dist/src/components/browser_window/index.js +1 -1
- package/dist/src/components/browser_window/index.js.map +1 -1
- package/dist/src/components/button/button.d.ts +3 -3
- package/dist/src/components/button/button.d.ts.map +1 -1
- package/dist/src/components/button/button.js +5 -5
- package/dist/src/components/button/button.js.map +1 -1
- package/dist/src/components/button/index.d.ts +1 -1
- package/dist/src/components/button/index.d.ts.map +1 -1
- package/dist/src/components/button/index.js +1 -1
- package/dist/src/components/button/index.js.map +1 -1
- package/dist/src/components/card/card.d.ts +1 -1
- package/dist/src/components/card/card.d.ts.map +1 -1
- package/dist/src/components/card/card.js +3 -3
- package/dist/src/components/card/card.js.map +1 -1
- package/dist/src/components/card/index.d.ts +1 -1
- package/dist/src/components/card/index.d.ts.map +1 -1
- package/dist/src/components/card/index.js +1 -1
- package/dist/src/components/card/index.js.map +1 -1
- package/dist/src/components/card_container/card_container.d.ts +2 -2
- package/dist/src/components/card_container/card_container.d.ts.map +1 -1
- package/dist/src/components/card_container/card_container.js +2 -2
- package/dist/src/components/card_container/card_container.js.map +1 -1
- package/dist/src/components/card_container/index.d.ts +1 -1
- package/dist/src/components/card_container/index.d.ts.map +1 -1
- package/dist/src/components/card_container/index.js +1 -1
- package/dist/src/components/card_container/index.js.map +1 -1
- package/dist/src/components/checkbox/checkbox.js +2 -2
- package/dist/src/components/checkbox/checkbox.js.map +1 -1
- package/dist/src/components/checkbox/checkbox.style.js +1 -1
- package/dist/src/components/checkbox/checkbox.style.js.map +1 -1
- package/dist/src/components/checkbox/index.d.ts +1 -1
- package/dist/src/components/checkbox/index.d.ts.map +1 -1
- package/dist/src/components/checkbox/index.js +1 -1
- package/dist/src/components/checkbox/index.js.map +1 -1
- package/dist/src/components/chip/chip.js +1 -1
- package/dist/src/components/chip/chip.js.map +1 -1
- package/dist/src/components/chip/index.d.ts +1 -1
- package/dist/src/components/chip/index.d.ts.map +1 -1
- package/dist/src/components/chip/index.js +1 -1
- package/dist/src/components/chip/index.js.map +1 -1
- package/dist/src/components/code/action_button.js +4 -4
- package/dist/src/components/code/action_button.js.map +1 -1
- package/dist/src/components/code/code_block/code_block.js +7 -7
- package/dist/src/components/code/code_block/code_block.js.map +1 -1
- package/dist/src/components/code/code_block/code_block.styled.d.ts +2 -2
- package/dist/src/components/code/code_block/code_block.styled.d.ts.map +1 -1
- package/dist/src/components/code/code_block/code_block.styled.js +2 -2
- package/dist/src/components/code/code_block/code_block.styled.js.map +1 -1
- package/dist/src/components/code/code_block/code_block_with_tabs.d.ts +3 -3
- package/dist/src/components/code/code_block/code_block_with_tabs.d.ts.map +1 -1
- package/dist/src/components/code/code_block/code_block_with_tabs.js +6 -6
- package/dist/src/components/code/code_block/code_block_with_tabs.js.map +1 -1
- package/dist/src/components/code/code_block/utils.js +2 -2
- package/dist/src/components/code/code_block/utils.js.map +1 -1
- package/dist/src/components/code/index.d.ts +5 -5
- package/dist/src/components/code/index.d.ts.map +1 -1
- package/dist/src/components/code/index.js +5 -5
- package/dist/src/components/code/index.js.map +1 -1
- package/dist/src/components/code/inline_code/inline_code.js +3 -3
- package/dist/src/components/code/inline_code/inline_code.js.map +1 -1
- package/dist/src/components/code/one_line_code/one_line_code.js +6 -6
- package/dist/src/components/code/one_line_code/one_line_code.js.map +1 -1
- package/dist/src/components/code/prism_highlighter.d.ts +3 -3
- package/dist/src/components/code/prism_highlighter.d.ts.map +1 -1
- package/dist/src/components/code/prism_highlighter.js +5 -5
- package/dist/src/components/code/prism_highlighter.js.map +1 -1
- package/dist/src/components/collapsible_card/collapsible_card.js +2 -2
- package/dist/src/components/collapsible_card/collapsible_card.js.map +1 -1
- package/dist/src/components/collapsible_card/index.d.ts +1 -1
- package/dist/src/components/collapsible_card/index.d.ts.map +1 -1
- package/dist/src/components/collapsible_card/index.js +1 -1
- package/dist/src/components/collapsible_card/index.js.map +1 -1
- package/dist/src/components/color_wheel_gradient/index.d.ts +1 -1
- package/dist/src/components/color_wheel_gradient/index.d.ts.map +1 -1
- package/dist/src/components/color_wheel_gradient/index.js +1 -1
- package/dist/src/components/color_wheel_gradient/index.js.map +1 -1
- package/dist/src/components/dropdown/dropdown.d.ts +1 -1
- package/dist/src/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/src/components/dropdown/dropdown.js +6 -6
- package/dist/src/components/dropdown/dropdown.js.map +1 -1
- package/dist/src/components/dropdown/dropdown.styled.d.ts +15 -15
- package/dist/src/components/dropdown/dropdown.styled.d.ts.map +1 -1
- package/dist/src/components/dropdown/dropdown.styled.js +1 -1
- package/dist/src/components/dropdown/dropdown.styled.js.map +1 -1
- package/dist/src/components/dropdown/dropdown_button.d.ts +2 -2
- package/dist/src/components/dropdown/dropdown_button.d.ts.map +1 -1
- package/dist/src/components/dropdown/dropdown_button.js +3 -3
- package/dist/src/components/dropdown/dropdown_button.js.map +1 -1
- package/dist/src/components/dropdown/dropdown_root.js +1 -1
- package/dist/src/components/dropdown/dropdown_root.js.map +1 -1
- package/dist/src/components/dropdown/dropdown_shell.d.ts +1 -1
- package/dist/src/components/dropdown/dropdown_shell.d.ts.map +1 -1
- package/dist/src/components/dropdown/dropdown_shell.js +3 -3
- package/dist/src/components/dropdown/dropdown_shell.js.map +1 -1
- package/dist/src/components/dropdown/index.d.ts +6 -6
- package/dist/src/components/dropdown/index.d.ts.map +1 -1
- package/dist/src/components/dropdown/index.js +4 -4
- package/dist/src/components/dropdown/index.js.map +1 -1
- package/dist/src/components/floating/floating_component_base.d.ts +1 -1
- package/dist/src/components/floating/floating_component_base.d.ts.map +1 -1
- package/dist/src/components/floating/floating_component_base.js +1 -1
- package/dist/src/components/floating/floating_component_base.js.map +1 -1
- package/dist/src/components/floating/index.d.ts +5 -5
- package/dist/src/components/floating/index.d.ts.map +1 -1
- package/dist/src/components/floating/index.js +5 -5
- package/dist/src/components/floating/index.js.map +1 -1
- package/dist/src/components/floating/menu.d.ts +1 -1
- package/dist/src/components/floating/menu.d.ts.map +1 -1
- package/dist/src/components/floating/menu.js +4 -4
- package/dist/src/components/floating/menu.js.map +1 -1
- package/dist/src/components/floating/menu_components.d.ts +3 -3
- package/dist/src/components/floating/menu_components.d.ts.map +1 -1
- package/dist/src/components/floating/menu_components.js +3 -3
- package/dist/src/components/floating/menu_components.js.map +1 -1
- package/dist/src/components/floating/tooltip.d.ts +1 -1
- package/dist/src/components/floating/tooltip.d.ts.map +1 -1
- package/dist/src/components/floating/tooltip.js +4 -4
- package/dist/src/components/floating/tooltip.js.map +1 -1
- package/dist/src/components/floating/tooltip_content.js +3 -3
- package/dist/src/components/floating/tooltip_content.js.map +1 -1
- package/dist/src/components/icon_button/icon_button.d.ts +2 -2
- package/dist/src/components/icon_button/icon_button.d.ts.map +1 -1
- package/dist/src/components/icon_button/icon_button.js +5 -5
- package/dist/src/components/icon_button/icon_button.js.map +1 -1
- package/dist/src/components/icon_button/index.d.ts +1 -1
- package/dist/src/components/icon_button/index.d.ts.map +1 -1
- package/dist/src/components/icon_button/index.js +1 -1
- package/dist/src/components/icon_button/index.js.map +1 -1
- package/dist/src/components/image/image.d.ts +1 -1
- package/dist/src/components/image/image.d.ts.map +1 -1
- package/dist/src/components/image/image.js +2 -2
- package/dist/src/components/image/image.js.map +1 -1
- package/dist/src/components/image/index.d.ts +1 -1
- package/dist/src/components/image/index.d.ts.map +1 -1
- package/dist/src/components/image/index.js +1 -1
- package/dist/src/components/image/index.js.map +1 -1
- package/dist/src/components/index.d.ts +40 -40
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/components/index.js +40 -40
- package/dist/src/components/index.js.map +1 -1
- package/dist/src/components/link/index.d.ts +1 -1
- package/dist/src/components/link/index.d.ts.map +1 -1
- package/dist/src/components/link/index.js +1 -1
- package/dist/src/components/link/index.js.map +1 -1
- package/dist/src/components/link/link.d.ts +2 -2
- package/dist/src/components/link/link.d.ts.map +1 -1
- package/dist/src/components/link/link.js +3 -3
- package/dist/src/components/link/link.js.map +1 -1
- package/dist/src/components/markdown/index.d.ts +1 -1
- package/dist/src/components/markdown/index.d.ts.map +1 -1
- package/dist/src/components/markdown/index.js +1 -1
- package/dist/src/components/markdown/index.js.map +1 -1
- package/dist/src/components/markdown/markdown.d.ts.map +1 -1
- package/dist/src/components/markdown/markdown.js +6 -6
- package/dist/src/components/markdown/markdown.js.map +1 -1
- package/dist/src/components/message/index.d.ts +1 -1
- package/dist/src/components/message/index.d.ts.map +1 -1
- package/dist/src/components/message/index.js +1 -1
- package/dist/src/components/message/index.js.map +1 -1
- package/dist/src/components/message/message.d.ts +1 -1
- package/dist/src/components/message/message.d.ts.map +1 -1
- package/dist/src/components/message/message.js +4 -4
- package/dist/src/components/message/message.js.map +1 -1
- package/dist/src/components/pagination/index.d.ts +1 -1
- package/dist/src/components/pagination/index.d.ts.map +1 -1
- package/dist/src/components/pagination/index.js +1 -1
- package/dist/src/components/pagination/index.js.map +1 -1
- package/dist/src/components/pagination/pagination.js +3 -3
- package/dist/src/components/pagination/pagination.js.map +1 -1
- package/dist/src/components/radio_button/index.d.ts +1 -1
- package/dist/src/components/radio_button/index.d.ts.map +1 -1
- package/dist/src/components/radio_button/index.js +1 -1
- package/dist/src/components/radio_button/index.js.map +1 -1
- package/dist/src/components/radio_button/radio_button.js +1 -1
- package/dist/src/components/radio_button/radio_button.js.map +1 -1
- package/dist/src/components/radio_button/radio_button.style.js +1 -1
- package/dist/src/components/radio_button/radio_button.style.js.map +1 -1
- package/dist/src/components/rating/index.d.ts +1 -1
- package/dist/src/components/rating/index.d.ts.map +1 -1
- package/dist/src/components/rating/index.js +1 -1
- package/dist/src/components/rating/index.js.map +1 -1
- package/dist/src/components/rating/rating.js +3 -3
- package/dist/src/components/rating/rating.js.map +1 -1
- package/dist/src/components/readme_renderer/index.d.ts +3 -3
- package/dist/src/components/readme_renderer/index.d.ts.map +1 -1
- package/dist/src/components/readme_renderer/index.js +3 -3
- package/dist/src/components/readme_renderer/index.js.map +1 -1
- package/dist/src/components/readme_renderer/table_of_contents.js +5 -5
- package/dist/src/components/readme_renderer/table_of_contents.js.map +1 -1
- package/dist/src/components/select/index.d.ts +1 -1
- package/dist/src/components/select/index.d.ts.map +1 -1
- package/dist/src/components/select/index.js +1 -1
- package/dist/src/components/select/index.js.map +1 -1
- package/dist/src/components/select/select.js +3 -3
- package/dist/src/components/select/select.js.map +1 -1
- package/dist/src/components/shortcut/index.d.ts +1 -1
- package/dist/src/components/shortcut/index.d.ts.map +1 -1
- package/dist/src/components/shortcut/index.js +1 -1
- package/dist/src/components/shortcut/index.js.map +1 -1
- package/dist/src/components/shortcut/shortcut.js +2 -2
- package/dist/src/components/shortcut/shortcut.js.map +1 -1
- package/dist/src/components/simple_markdown/index.d.ts +2 -2
- package/dist/src/components/simple_markdown/index.d.ts.map +1 -1
- package/dist/src/components/simple_markdown/index.js +2 -2
- package/dist/src/components/simple_markdown/index.js.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown.js +8 -8
- package/dist/src/components/simple_markdown/simple_markdown.js.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown_components.d.ts +2 -2
- package/dist/src/components/simple_markdown/simple_markdown_components.d.ts.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown_components.js +7 -7
- package/dist/src/components/simple_markdown/simple_markdown_components.js.map +1 -1
- package/dist/src/components/spinner/index.d.ts +1 -1
- package/dist/src/components/spinner/index.d.ts.map +1 -1
- package/dist/src/components/spinner/index.js +1 -1
- package/dist/src/components/spinner/index.js.map +1 -1
- package/dist/src/components/spinner/spinner.d.ts +2 -2
- package/dist/src/components/spinner/spinner.d.ts.map +1 -1
- package/dist/src/components/spinner/spinner.js +1 -1
- package/dist/src/components/spinner/spinner.js.map +1 -1
- package/dist/src/components/store/index.d.ts +1 -1
- package/dist/src/components/store/index.d.ts.map +1 -1
- package/dist/src/components/store/index.js +1 -1
- package/dist/src/components/store/index.js.map +1 -1
- package/dist/src/components/store/store_actor_header.d.ts +1 -1
- package/dist/src/components/store/store_actor_header.d.ts.map +1 -1
- package/dist/src/components/store/store_actor_header.js +3 -3
- package/dist/src/components/store/store_actor_header.js.map +1 -1
- package/dist/src/components/switch/index.d.ts +1 -1
- package/dist/src/components/switch/index.d.ts.map +1 -1
- package/dist/src/components/switch/index.js +1 -1
- package/dist/src/components/switch/index.js.map +1 -1
- package/dist/src/components/switch/switch.js +2 -2
- package/dist/src/components/switch/switch.js.map +1 -1
- package/dist/src/components/switch/switch.style.js +1 -1
- package/dist/src/components/switch/switch.style.js.map +1 -1
- package/dist/src/components/tab_number_chip/index.d.ts +1 -1
- package/dist/src/components/tab_number_chip/index.d.ts.map +1 -1
- package/dist/src/components/tab_number_chip/index.js +1 -1
- package/dist/src/components/tab_number_chip/index.js.map +1 -1
- package/dist/src/components/tab_number_chip/tab_number_chip.js +2 -2
- package/dist/src/components/tab_number_chip/tab_number_chip.js.map +1 -1
- package/dist/src/components/table/index.d.ts +16 -16
- package/dist/src/components/table/index.d.ts.map +1 -1
- package/dist/src/components/table/index.js +15 -15
- package/dist/src/components/table/index.js.map +1 -1
- package/dist/src/components/table/table.js +2 -2
- package/dist/src/components/table/table.js.map +1 -1
- package/dist/src/components/table/table.styled.d.ts +3 -3
- package/dist/src/components/table/table.styled.d.ts.map +1 -1
- package/dist/src/components/table/table.styled.js +2 -2
- package/dist/src/components/table/table.styled.js.map +1 -1
- package/dist/src/components/table/table_body.js +2 -2
- package/dist/src/components/table/table_body.js.map +1 -1
- package/dist/src/components/table/table_cell.d.ts +1 -1
- package/dist/src/components/table/table_cell.d.ts.map +1 -1
- package/dist/src/components/table/table_cell.js +4 -4
- package/dist/src/components/table/table_cell.js.map +1 -1
- package/dist/src/components/table/table_empty_row.js +2 -2
- package/dist/src/components/table/table_empty_row.js.map +1 -1
- package/dist/src/components/table/table_error_row.js +3 -3
- package/dist/src/components/table/table_error_row.js.map +1 -1
- package/dist/src/components/table/table_expansion_row.js +2 -2
- package/dist/src/components/table/table_expansion_row.js.map +1 -1
- package/dist/src/components/table/table_foot.js +2 -2
- package/dist/src/components/table/table_foot.js.map +1 -1
- package/dist/src/components/table/table_head.js +2 -2
- package/dist/src/components/table/table_head.js.map +1 -1
- package/dist/src/components/table/table_head_cell.js +2 -2
- package/dist/src/components/table/table_head_cell.js.map +1 -1
- package/dist/src/components/table/table_head_row.js +2 -2
- package/dist/src/components/table/table_head_row.js.map +1 -1
- package/dist/src/components/table/table_loading_row.js +3 -3
- package/dist/src/components/table/table_loading_row.js.map +1 -1
- package/dist/src/components/table/table_row.js +3 -3
- package/dist/src/components/table/table_row.js.map +1 -1
- package/dist/src/components/table/table_wrapper.js +3 -3
- package/dist/src/components/table/table_wrapper.js.map +1 -1
- package/dist/src/components/tabs/index.d.ts +2 -2
- package/dist/src/components/tabs/index.d.ts.map +1 -1
- package/dist/src/components/tabs/index.js +2 -2
- package/dist/src/components/tabs/index.js.map +1 -1
- package/dist/src/components/tabs/tab.js +4 -4
- package/dist/src/components/tabs/tab.js.map +1 -1
- package/dist/src/components/tabs/tabs.js +4 -4
- package/dist/src/components/tabs/tabs.js.map +1 -1
- package/dist/src/components/tag/index.d.ts +1 -1
- package/dist/src/components/tag/index.d.ts.map +1 -1
- package/dist/src/components/tag/index.js +1 -1
- package/dist/src/components/tag/index.js.map +1 -1
- package/dist/src/components/tag/tag.d.ts +3 -3
- package/dist/src/components/tag/tag.d.ts.map +1 -1
- package/dist/src/components/tag/tag.js +5 -5
- package/dist/src/components/tag/tag.js.map +1 -1
- package/dist/src/components/tag.d.ts +1 -1
- package/dist/src/components/tag.d.ts.map +1 -1
- package/dist/src/components/tag.js +1 -1
- package/dist/src/components/tag.js.map +1 -1
- package/dist/src/components/text/heading_content.js +2 -2
- package/dist/src/components/text/heading_content.js.map +1 -1
- package/dist/src/components/text/heading_marketing.js +2 -2
- package/dist/src/components/text/heading_marketing.js.map +1 -1
- package/dist/src/components/text/heading_shared.js +2 -2
- package/dist/src/components/text/heading_shared.js.map +1 -1
- package/dist/src/components/text/index.d.ts +9 -9
- package/dist/src/components/text/index.d.ts.map +1 -1
- package/dist/src/components/text/index.js +7 -7
- package/dist/src/components/text/index.js.map +1 -1
- package/dist/src/components/text/text_base.js +1 -1
- package/dist/src/components/text/text_base.js.map +1 -1
- package/dist/src/components/text/text_content.js +2 -2
- package/dist/src/components/text/text_content.js.map +1 -1
- package/dist/src/components/text/text_marketing.js +2 -2
- package/dist/src/components/text/text_marketing.js.map +1 -1
- package/dist/src/components/text/text_shared.js +2 -2
- package/dist/src/components/text/text_shared.js.map +1 -1
- package/dist/src/components/tile/horizontal_tile.js +2 -2
- package/dist/src/components/tile/horizontal_tile.js.map +1 -1
- package/dist/src/components/tile/index.d.ts +2 -2
- package/dist/src/components/tile/index.d.ts.map +1 -1
- package/dist/src/components/tile/index.js +2 -2
- package/dist/src/components/tile/index.js.map +1 -1
- package/dist/src/components/tile/shared.js +1 -1
- package/dist/src/components/tile/shared.js.map +1 -1
- package/dist/src/components/tile/vertical_tile.js +2 -2
- package/dist/src/components/tile/vertical_tile.js.map +1 -1
- package/dist/src/design_system/colors/index.d.ts +7 -7
- package/dist/src/design_system/colors/index.d.ts.map +1 -1
- package/dist/src/design_system/colors/index.js +7 -7
- package/dist/src/design_system/colors/index.js.map +1 -1
- package/dist/src/design_system/theme.js +3 -3
- package/dist/src/design_system/theme.js.map +1 -1
- package/dist/src/design_system/tokens/index.d.ts +5 -5
- package/dist/src/design_system/tokens/index.d.ts.map +1 -1
- package/dist/src/design_system/tokens/index.js +5 -5
- package/dist/src/design_system/tokens/index.js.map +1 -1
- package/dist/src/index.d.ts +7 -7
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +7 -7
- package/dist/src/index.js.map +1 -1
- package/dist/src/utils/css_utils.js +1 -1
- package/dist/src/utils/css_utils.js.map +1 -1
- package/dist/src/utils/index.d.ts +6 -6
- package/dist/src/utils/index.d.ts.map +1 -1
- package/dist/src/utils/index.js +6 -6
- package/dist/src/utils/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/type_utils.d.ts +6 -0
- package/dist/type_utils.d.ts.map +1 -0
- package/dist/ui_dependency_provider.d.ts +31 -0
- package/dist/ui_dependency_provider.d.ts.map +1 -0
- package/dist/ui_dependency_provider.js +17 -0
- package/dist/utils/copy_to_clipboard.d.ts +7 -0
- package/dist/utils/copy_to_clipboard.d.ts.map +1 -0
- package/dist/utils/copy_to_clipboard.js +27 -0
- package/dist/utils/css_utils.d.ts +24 -0
- package/dist/utils/css_utils.d.ts.map +1 -0
- package/dist/utils/css_utils.js +62 -0
- package/dist/utils/image_color.d.ts +7 -0
- package/dist/utils/image_color.d.ts.map +1 -0
- package/dist/utils/image_color.js +31 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/resize_observer.d.ts +3 -0
- package/dist/utils/resize_observer.d.ts.map +1 -0
- package/dist/utils/resize_observer.js +12 -0
- package/dist/utils/sanitization.d.ts +11 -0
- package/dist/utils/sanitization.d.ts.map +1 -0
- package/dist/utils/sanitization.js +16 -0
- package/dist/utils/type_utils.d.ts +3 -0
- package/dist/utils/type_utils.d.ts.map +1 -0
- package/package.json +13 -8
- package/src/components/action_link/action_link.stories.tsx +1 -1
- package/src/components/action_link/action_link.tsx +4 -4
- package/src/components/action_link/index.ts +1 -1
- package/src/components/actor_template_card/actor_template_card.stories.tsx +1 -1
- package/src/components/actor_template_card/actor_template_card.tsx +4 -4
- package/src/components/actor_template_card/index.ts +1 -1
- package/src/components/avatar/actor_avatar.stories.tsx +1 -1
- package/src/components/avatar/actor_avatar.tsx +4 -4
- package/src/components/avatar/index.ts +2 -2
- package/src/components/avatar/user_avatar.stories.tsx +1 -1
- package/src/components/avatar/user_avatar.tsx +3 -3
- package/src/components/badge/badge.tsx +3 -3
- package/src/components/badge/index.ts +1 -1
- package/src/components/banner/banner.stories.tsx +1 -1
- package/src/components/banner/banner.tsx +1 -1
- package/src/components/banner/index.ts +1 -1
- package/src/components/blog_article/blog_article.stories.tsx +1 -1
- package/src/components/blog_article/blog_article.tsx +1 -1
- package/src/components/blog_article/index.ts +1 -1
- package/src/components/box/box.stories.tsx +1 -1
- package/src/components/box/box.tsx +2 -2
- package/src/components/box/index.ts +1 -1
- package/src/components/breadcrumb/breadcrumb.stories.tsx +1 -1
- package/src/components/breadcrumb/breadcrumb.tsx +4 -4
- package/src/components/breadcrumb/index.ts +1 -1
- package/src/components/browser_window/browser_window.tsx +2 -2
- package/src/components/browser_window/index.ts +1 -1
- package/src/components/button/button.stories.tsx +2 -2
- package/src/components/button/button.tsx +5 -5
- package/src/components/button/index.ts +1 -1
- package/src/components/card/card.stories.tsx +2 -2
- package/src/components/card/card.tsx +3 -3
- package/src/components/card/index.ts +1 -1
- package/src/components/card_container/card_container.stories.tsx +2 -2
- package/src/components/card_container/card_container.tsx +2 -2
- package/src/components/card_container/index.ts +1 -1
- package/src/components/checkbox/checkbox.stories.tsx +1 -1
- package/src/components/checkbox/checkbox.style.ts +1 -1
- package/src/components/checkbox/checkbox.tsx +2 -2
- package/src/components/checkbox/index.ts +1 -1
- package/src/components/chip/chip.stories.tsx +1 -1
- package/src/components/chip/chip.tsx +1 -1
- package/src/components/chip/index.ts +1 -1
- package/src/components/code/action_button.tsx +4 -4
- package/src/components/code/code_block/code_block.styled.tsx +2 -2
- package/src/components/code/code_block/code_block.tsx +7 -7
- package/src/components/code/code_block/code_block_with_tabs.stories.tsx +2 -2
- package/src/components/code/code_block/code_block_with_tabs.tsx +6 -6
- package/src/components/code/code_block/utils.tsx +2 -2
- package/src/components/code/index.ts +5 -5
- package/src/components/code/inline_code/inline_code.stories.tsx +1 -1
- package/src/components/code/inline_code/inline_code.tsx +3 -3
- package/src/components/code/one_line_code/one_line_code.stories.tsx +1 -1
- package/src/components/code/one_line_code/one_line_code.tsx +6 -6
- package/src/components/code/prism_highlighter.tsx +5 -5
- package/src/components/collapsible_card/collapsible_card.stories.tsx +1 -1
- package/src/components/collapsible_card/collapsible_card.tsx +2 -2
- package/src/components/collapsible_card/index.ts +1 -1
- package/src/components/color_wheel_gradient/color_wheel_gradient.stories.tsx +1 -1
- package/src/components/color_wheel_gradient/index.ts +1 -1
- package/src/components/dropdown/dropdown.stories.tsx +3 -3
- package/src/components/dropdown/dropdown.styled.ts +1 -1
- package/src/components/dropdown/dropdown.tsx +7 -7
- package/src/components/dropdown/dropdown_button.tsx +4 -4
- package/src/components/dropdown/dropdown_root.tsx +1 -1
- package/src/components/dropdown/dropdown_shell.tsx +4 -4
- package/src/components/dropdown/index.ts +6 -6
- package/src/components/floating/floating_component_base.tsx +1 -1
- package/src/components/floating/index.ts +5 -5
- package/src/components/floating/menu.stories.tsx +1 -1
- package/src/components/floating/menu.tsx +4 -4
- package/src/components/floating/menu_components.tsx +3 -3
- package/src/components/floating/tooltip.tsx +4 -4
- package/src/components/floating/tooltip_content.tsx +3 -3
- package/src/components/icon_button/icon_button.stories.tsx +1 -1
- package/src/components/icon_button/icon_button.tsx +5 -5
- package/src/components/icon_button/index.ts +1 -1
- package/src/components/image/image.stories.tsx +1 -1
- package/src/components/image/image.tsx +2 -2
- package/src/components/image/index.ts +1 -1
- package/src/components/index.ts +40 -40
- package/src/components/link/index.ts +1 -1
- package/src/components/link/link.stories.tsx +1 -1
- package/src/components/link/link.tsx +3 -3
- package/src/components/markdown/index.ts +1 -1
- package/src/components/markdown/markdown.stories.tsx +1 -1
- package/src/components/markdown/markdown.tsx +6 -6
- package/src/components/message/index.ts +1 -1
- package/src/components/message/message.tsx +4 -4
- package/src/components/pagination/index.ts +1 -1
- package/src/components/pagination/pagination.stories.tsx +1 -1
- package/src/components/pagination/pagination.tsx +3 -3
- package/src/components/radio_button/index.ts +1 -1
- package/src/components/radio_button/radio_button.stories.tsx +1 -1
- package/src/components/radio_button/radio_button.style.ts +1 -1
- package/src/components/radio_button/radio_button.tsx +1 -1
- package/src/components/rating/index.ts +1 -1
- package/src/components/rating/rating.stories.tsx +1 -1
- package/src/components/rating/rating.tsx +3 -3
- package/src/components/readme_renderer/index.ts +3 -3
- package/src/components/readme_renderer/table_of_contents.stories.tsx +1 -1
- package/src/components/readme_renderer/table_of_contents.tsx +5 -5
- package/src/components/select/index.ts +1 -1
- package/src/components/select/select.stories.tsx +1 -1
- package/src/components/select/select.tsx +3 -3
- package/src/components/shortcut/index.ts +1 -1
- package/src/components/shortcut/shortcut.tsx +2 -2
- package/src/components/simple_markdown/index.ts +2 -2
- package/src/components/simple_markdown/simple_markdown.stories.tsx +2 -2
- package/src/components/simple_markdown/simple_markdown.tsx +8 -8
- package/src/components/simple_markdown/simple_markdown_components.tsx +7 -7
- package/src/components/spinner/index.ts +1 -1
- package/src/components/spinner/spinner.stories.tsx +1 -1
- package/src/components/spinner/spinner.tsx +1 -1
- package/src/components/store/index.ts +1 -1
- package/src/components/store/store_actor_header.stories.tsx +1 -1
- package/src/components/store/store_actor_header.tsx +3 -3
- package/src/components/switch/index.ts +1 -1
- package/src/components/switch/switch.style.ts +1 -1
- package/src/components/switch/switch.tsx +2 -2
- package/src/components/tab_number_chip/index.ts +1 -1
- package/src/components/tab_number_chip/tab_number_chip.stories.tsx +1 -1
- package/src/components/tab_number_chip/tab_number_chip.tsx +2 -2
- package/src/components/table/index.ts +16 -16
- package/src/components/table/table.stories.tsx +1 -1
- package/src/components/table/table.styled.ts +2 -2
- package/src/components/table/table.tsx +2 -2
- package/src/components/table/table_body.tsx +2 -2
- package/src/components/table/table_cell.tsx +4 -4
- package/src/components/table/table_empty_row.tsx +2 -2
- package/src/components/table/table_error_row.tsx +3 -3
- package/src/components/table/table_expansion_row.tsx +2 -2
- package/src/components/table/table_foot.tsx +2 -2
- package/src/components/table/table_head.tsx +2 -2
- package/src/components/table/table_head_cell.tsx +2 -2
- package/src/components/table/table_head_row.tsx +2 -2
- package/src/components/table/table_loading_row.tsx +3 -3
- package/src/components/table/table_row.tsx +3 -3
- package/src/components/table/table_wrapper.tsx +3 -3
- package/src/components/tabs/index.ts +2 -2
- package/src/components/tabs/tab.stories.tsx +2 -2
- package/src/components/tabs/tab.tsx +4 -4
- package/src/components/tabs/tabs.tsx +4 -4
- package/src/components/tag/index.ts +1 -1
- package/src/components/tag/tag.tsx +5 -5
- package/src/components/tag.tsx +1 -1
- package/src/components/text/heading_content.stories.tsx +1 -1
- package/src/components/text/heading_content.tsx +2 -2
- package/src/components/text/heading_marketing.stories.tsx +1 -1
- package/src/components/text/heading_marketing.tsx +2 -2
- package/src/components/text/heading_shared.stories.tsx +1 -1
- package/src/components/text/heading_shared.tsx +2 -2
- package/src/components/text/index.ts +9 -9
- package/src/components/text/text_base.tsx +1 -1
- package/src/components/text/text_content.stories.tsx +1 -1
- package/src/components/text/text_content.tsx +2 -2
- package/src/components/text/text_marketing.stories.tsx +1 -1
- package/src/components/text/text_marketing.tsx +2 -2
- package/src/components/text/text_shared.stories.tsx +1 -1
- package/src/components/text/text_shared.tsx +2 -2
- package/src/components/tile/horizontal_tile.stories.tsx +3 -3
- package/src/components/tile/horizontal_tile.tsx +2 -2
- package/src/components/tile/index.ts +2 -2
- package/src/components/tile/shared.ts +1 -1
- package/src/components/tile/vertical_tile.stories.tsx +4 -4
- package/src/components/tile/vertical_tile.tsx +2 -2
- package/src/design_system/colors/colors.stories.tsx +2 -2
- package/src/design_system/colors/index.ts +7 -7
- package/src/design_system/theme.ts +3 -3
- package/src/design_system/tokens/index.ts +5 -5
- package/src/design_system/tokens/radiuses.stories.tsx +2 -2
- package/src/design_system/tokens/shadows.stories.tsx +2 -2
- package/src/design_system/tokens/spaces.stories.tsx +2 -2
- package/src/index.ts +7 -7
- package/src/utils/css_utils.ts +1 -1
- package/src/utils/index.ts +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.js","sourceRoot":"","sources":["../../../../src/components/chip/chip.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAGxB,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAIhD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"chip.js","sourceRoot":"","sources":["../../../../src/components/chip/chip.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './chip
|
|
1
|
+
export * from './chip';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './chip
|
|
1
|
+
export * from './chip';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { CheckIcon, CopyIcon } from '@apify/ui-icons';
|
|
4
|
-
import { theme } from '../../design_system/theme
|
|
5
|
-
import { useSharedUiDependencies } from '../../ui_dependency_provider
|
|
6
|
-
import { useCopyToClipboard } from '../../utils
|
|
7
|
-
import { Text } from '../text
|
|
4
|
+
import { theme } from '../../design_system/theme';
|
|
5
|
+
import { useSharedUiDependencies } from '../../ui_dependency_provider';
|
|
6
|
+
import { useCopyToClipboard } from '../../utils';
|
|
7
|
+
import { Text } from '../text';
|
|
8
8
|
const StyledButton = styled.button `
|
|
9
9
|
display: flex;
|
|
10
10
|
justify-content: center;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action_button.js","sourceRoot":"","sources":["../../../../src/components/code/action_button.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"action_button.js","sourceRoot":"","sources":["../../../../src/components/code/action_button.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAO/B,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAmB;;;;;wBAK7B,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;qBAC7B,KAAK,CAAC,MAAM,CAAC,OAAO;;;;kBAIvB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;aACxC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;;4BAET,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK;;;eAGtC,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;;;;;MAS3B,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CACf,QAAQ;IACR,GAAG,CAAA;;uBAEY,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;;;;SAItD;;MAEH,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CACpB,aAAa;IACb,GAAG,CAAA;gCACqB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;qBACrC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,aAAa;;;oCAGlB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY;;;oCAGhC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;;SAErD;CACR,CAAC;AASF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EACzB,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,OAAO,EACP,GAAG,KAAK,EACQ,EAAE,EAAE;IACpB,MAAM,OAAO,GAAG,OAAO,QAAQ,KAAK,QAAQ,CAAC;IAE7C,MAAM,EAAE,UAAU,EAAE,GAAG,uBAAuB,EAAE,CAAC;IAEjD,MAAM,cAAc,GAAG,CAAC,CAAsC,EAAE,EAAE;QAC9D,IAAI,UAAU,IAAI,UAAU;YAAE,UAAU,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;QACnE,IAAI,OAAO;YAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IAC5B,CAAC,CAAC;IAEF,OAAO,CACH,KAAC,YAAY,qBAAgB,YAAY,cAAY,OAAO,EAAE,OAAO,EAAE,cAAc,KAAM,KAAK,YAC3F,OAAO,CAAC,CAAC,CAAC,KAAC,IAAI,IAAC,MAAM,EAAC,MAAM,YAAE,QAAQ,GAAQ,CAAC,CAAC,CAAC,QAAQ,GAChD,CAClB,CAAC;AACN,CAAC,CAAC;AAQF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,EAAmB,EAAE,EAAE;IAC9D,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,kBAAkB,EAAE,CAAC;IAC3D,OAAO,CACH,KAAC,YAAY,IACT,OAAO,EAAE,KAAK,IAAI,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,eAChC,mBAAmB,gBAClB,mBAAmB,KAC1B,KAAK,YAER,QAAQ,CAAC,CAAC,CAAC,KAAC,SAAS,IAAC,IAAI,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,KAAC,QAAQ,IAAC,IAAI,EAAC,IAAI,GAAG,GACjD,CAClB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import { useMemo, useRef, useState } from 'react';
|
|
4
|
-
import { ColorWheelGradient } from '../../color_wheel_gradient
|
|
5
|
-
import { Link } from '../../link
|
|
6
|
-
import { Text } from '../../text
|
|
7
|
-
import { ActionButton, CopyButton } from '../action_button
|
|
8
|
-
import { PrismSyntaxHighlighter } from '../prism_highlighter
|
|
9
|
-
import { CodeBlockWrapper } from './code_block.styled
|
|
10
|
-
import { getBashLinePrefixes, getNumberLinePrefixes } from './utils
|
|
4
|
+
import { ColorWheelGradient } from '../../color_wheel_gradient';
|
|
5
|
+
import { Link } from '../../link';
|
|
6
|
+
import { Text } from '../../text';
|
|
7
|
+
import { ActionButton, CopyButton } from '../action_button';
|
|
8
|
+
import { PrismSyntaxHighlighter } from '../prism_highlighter';
|
|
9
|
+
import { CodeBlockWrapper } from './code_block.styled';
|
|
10
|
+
import { getBashLinePrefixes, getNumberLinePrefixes } from './utils';
|
|
11
11
|
const LANGUAGES_WITHOUT_LINE_NUMBERS = [
|
|
12
12
|
'json',
|
|
13
13
|
'jsonp',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code_block.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGlD,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"code_block.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.tsx"],"names":[],"mappings":"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"}
|
|
@@ -4,8 +4,8 @@ export type SyntaxHighlighterBaseStylesWrapperProps = SharedTextProps & {
|
|
|
4
4
|
$fullHeight?: string;
|
|
5
5
|
$showLineNumbers?: boolean;
|
|
6
6
|
};
|
|
7
|
-
export declare const SyntaxHighlighterBaseStylesWrapper: import("styled-components/dist/types
|
|
8
|
-
export declare const CodeBlockWrapper: import("styled-components/dist/types
|
|
7
|
+
export declare const SyntaxHighlighterBaseStylesWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<(import("../..").BoxProps & import("react").RefAttributes<HTMLElement>) & import("styled-components/dist/types").BaseObject, SyntaxHighlighterBaseStylesWrapperProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("../..").BoxProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const CodeBlockWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<(import("../..").BoxProps & import("react").RefAttributes<HTMLElement>) & import("styled-components/dist/types").BaseObject, SyntaxHighlighterBaseStylesWrapperProps> & import("styled-components/dist/types").BaseObject, {
|
|
9
9
|
$hasHeader: boolean;
|
|
10
10
|
$gradientRotation?: number;
|
|
11
11
|
$highlightLines?: number[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code_block.styled.d.ts","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.styled.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE9E,MAAM,MAAM,uCAAuC,GAAG,eAAe,GAAG;IACpE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,kCAAkC,
|
|
1
|
+
{"version":3,"file":"code_block.styled.d.ts","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.styled.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE9E,MAAM,MAAM,uCAAuC,GAAG,eAAe,GAAG;IACpE,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,kCAAkC,8cAoB9C,CAAC;AAEF,eAAO,MAAM,gBAAgB;gBACb,OAAO;wBACC,MAAM;sBACR,MAAM,EAAE;uBACP,OAAO;eACf,OAAO;iBACL,OAAO;uBACD,OAAO;kBACZ,OAAO;WACd,cAAc;YA+IxB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styled, { css } from 'styled-components';
|
|
2
|
-
import { theme } from '../../../design_system/theme
|
|
3
|
-
import { Box } from '../../box
|
|
2
|
+
import { theme } from '../../../design_system/theme';
|
|
3
|
+
import { Box } from '../../box';
|
|
4
4
|
export const SyntaxHighlighterBaseStylesWrapper = styled(Box) `
|
|
5
5
|
background-color: ${theme.color.neutral.backgroundMuted} !important;
|
|
6
6
|
border: 1px solid ${theme.color.neutral.border};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code_block.styled.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"code_block.styled.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAShC,MAAM,CAAC,MAAM,kCAAkC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAyC;wBAC9E,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;wBACnC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;qBAC7B,KAAK,CAAC,MAAM,CAAC,QAAQ;;;;MAIpC,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CACjB,CAAC,UAAU;IACX,GAAG,CAAA;;SAEF;MACH,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAClB,CAAC,WAAW;IACZ,GAAG,CAAA;;SAEF;;;;CAIR,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,kCAAkC,CAAC,CAUxE;;;;;;;;eAQa,KAAK,CAAC,KAAK,CAAC,MAAM;4BACL,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;mCAC7B,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;;;;;;;2BAOlC,KAAK,CAAC,KAAK,CAAC,OAAO;6BACjB,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;;;6BAOlB,KAAK,CAAC,KAAK,CAAC,OAAO;4BACpB,KAAK,CAAC,KAAK,CAAC,MAAM;;;;mBAI3B,KAAK,CAAC,KAAK,CAAC,MAAM;;4BAET,CAAC,EAAE,gBAAgB,EAAE,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC;;;iCAGtD,KAAK,CAAC,MAAM,CAAC,OAAO;;;;;;;;;;yBAU5B,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS;;;;;kCAKpB,KAAK,CAAC,KAAK,CAAC,MAAM,WAAW,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;;;;6BAQpD,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;wCACb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;wCAC1B,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;;sCAErC,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;;;wCAOhB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;;;;;;;sBAO5C,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ;;;;;;;;;;;;;;;;UAgBpD,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CACjB,UAAU;IACN,CAAC,CAAC,GAAG,CAAA;;uCAEkB,KAAK,CAAC,KAAK,CAAC,MAAM;mBACtC;IACH,CAAC,CAAC,GAAG,CAAA;qCACgB,KAAK,CAAC,KAAK,CAAC,OAAO;uCACjB,KAAK,CAAC,KAAK,CAAC,OAAO;mBACvC;;;eAGJ,KAAK,CAAC,KAAK,CAAC,MAAM;;;;UAIvB,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CACjB,UAAU;IACV,GAAG,CAAA;gCACiB,KAAK,CAAC,KAAK,CAAC,OAAO;qEACkB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;aAC5F;;;;;;;;;;gDAUmC,CAAC,EAAE,iBAAiB,EAAE,EAAE,EAAE,CAAC,iBAAiB,IAAI,CAAC;;;;;mBAK9E,KAAK,CAAC,KAAK,CAAC,MAAM;;eAEtB,KAAK,CAAC,KAAK,CAAC,MAAM;;uBAEV,KAAK,CAAC,KAAK,CAAC,MAAM;;;;;;;gCAOT,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,UAAU;;;CAG7D,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import { type IconComponent } from '@apify/ui-icons';
|
|
3
|
-
import { type MarginSpacingProps, type RegularBoxProps } from '../../box
|
|
4
|
-
import { type RegularLinkProps } from '../../link
|
|
5
|
-
import { type CodeBlockProps } from './code_block
|
|
3
|
+
import { type MarginSpacingProps, type RegularBoxProps } from '../../box';
|
|
4
|
+
import { type RegularLinkProps } from '../../link';
|
|
5
|
+
import { type CodeBlockProps } from './code_block';
|
|
6
6
|
export type CodeBlockTabKey = 'cli' | 'http' | 'javascript' | 'mcp' | 'openapi' | 'python' | 'typescript';
|
|
7
7
|
type CodeBlockTabConfig = {
|
|
8
8
|
label: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code_block_with_tabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block_with_tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAsB,KAAK,aAAa,EAAW,MAAM,iBAAiB,CAAC;AAIlF,OAAO,EAAO,KAAK,kBAAkB,EAAE,KAAK,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"code_block_with_tabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block_with_tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAsB,KAAK,aAAa,EAAW,MAAM,iBAAiB,CAAC;AAIlF,OAAO,EAAO,KAAK,kBAAkB,EAAE,KAAK,eAAe,EAAE,MAAM,WAAW,CAAC;AAC/E,OAAO,EAAQ,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAEzD,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9D,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,GAAG,YAAY,GAAG,KAAK,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,CAAC;AAC1G,KAAK,kBAAkB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,wEAAwE;IACxE,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,eAAe,EAAE,kBAAkB,CAuC9E,CAAC;AAEF,KAAK,cAAc,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,GAAG,UAAU,GAAG,SAAS,CAAC,GAAG,kBAAkB,CAAC;AAEhG,KAAK,oBAAoB,GAAG,IAAI,CAC5B,cAAc,EACd,mBAAmB,GAAG,SAAS,GAAG,UAAU,GAAG,eAAe,GAAG,aAAa,CACjF,CAAC;AACF,KAAK,eAAe,GAAG,IAAI,CAAC,gBAAgB,EAAE,IAAI,GAAG,KAAK,GAAG,QAAQ,CAAC,CAAC;AAEvE,MAAM,MAAM,iBAAiB,GAAG;IAC5B,GAAG,EAAE,eAAe,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;CAC3C,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAE7B,MAAM,MAAM,sBAAsB,GAAG,cAAc,GAAG;IAClD,cAAc,EAAE,oBAAoB,CAAC;IACrC,aAAa,EAAE,eAAe,CAAC;IAC/B,IAAI,EAAE,iBAAiB,EAAE,CAAC;IAE1B,uBAAuB,CAAC,EAAE,eAAe,CAAC;CAC7C,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;CAK3C,CAAC;AAiHF,eAAO,MAAM,iBAAiB,GAAI,uFAO/B,sBAAsB,4CA6DxB,CAAC"}
|
|
@@ -4,12 +4,12 @@ import clsx from 'clsx';
|
|
|
4
4
|
import _ from 'lodash';
|
|
5
5
|
import styled from 'styled-components';
|
|
6
6
|
import { CodeIcon, HttpIcon, McpIcon } from '@apify/ui-icons';
|
|
7
|
-
import { theme } from '../../../design_system/theme
|
|
8
|
-
import { useSharedUiDependencies } from '../../../ui_dependency_provider
|
|
9
|
-
import { Box } from '../../box
|
|
10
|
-
import { Link } from '../../link
|
|
11
|
-
import { HeadingShared } from '../../text/heading_shared
|
|
12
|
-
import { CodeBlock } from './code_block
|
|
7
|
+
import { theme } from '../../../design_system/theme';
|
|
8
|
+
import { useSharedUiDependencies } from '../../../ui_dependency_provider';
|
|
9
|
+
import { Box } from '../../box';
|
|
10
|
+
import { Link } from '../../link';
|
|
11
|
+
import { HeadingShared } from '../../text/heading_shared';
|
|
12
|
+
import { CodeBlock } from './code_block';
|
|
13
13
|
export const CODE_BLOCK_TAB_CATALOG = {
|
|
14
14
|
cli: {
|
|
15
15
|
label: 'CLI',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code_block_with_tabs.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block_with_tabs.tsx"],"names":[],"mappings":";;AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,CAAC,MAAM,QAAQ,CAAC;AAEvB,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAsB,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAElF,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"code_block_with_tabs.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block_with_tabs.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { theme } from '../../../design_system/theme
|
|
3
|
-
import { CodeHighlighterLineBashPrefix, CodeHighlighterLinePrefix } from '../prism_highlighter
|
|
2
|
+
import { theme } from '../../../design_system/theme';
|
|
3
|
+
import { CodeHighlighterLineBashPrefix, CodeHighlighterLinePrefix } from '../prism_highlighter';
|
|
4
4
|
// input: [2, 4, 5, 6, 8, 10, 11, 12]
|
|
5
5
|
// returns string indicating what type of line it is (bashStartCommand, bashCommand, bashEmptyLine)
|
|
6
6
|
// commands start -> bashStartCommand
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/utils.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/utils.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAEhG,qCAAqC;AACrC,mGAAmG;AACnG,qCAAqC;AACrC,4FAA4F;AAC5F,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,IAAY,EAAE,oBAA8B,EAAE,EAAE,SAAmB,EAAE,EAAE;IACvG,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;IAE1D,MAAM,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE;QAChD,MAAM,WAAW,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC;QAElD,uEAAuE;QACvE,IAAI,iBAAiB,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACjC,OAAO,WAAW,CAAC,CAAC,CAAC,CACjB,KAAC,6BAA6B,kBAAa,SAAS,IAAO,qCAAqC,CAAC,EAAE,CAAI,CAC1G,CAAC,CAAC,CAAC,CACA,KAAC,6BAA6B,kBACd,SAAS,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAC3B,qCAAqC,CAAC,EAAE,CAGjB,CACnC,CAAC;QACN,CAAC;QAED,IAAI,iBAAiB,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACpC,OAAO,CACH,KAAC,6BAA6B,kBACd,SAAS,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAC3B,qCAAqC,CAAC,EAAE,CAGjB,CACnC,CAAC;QACN,CAAC;QAED,IAAI,WAAW,EAAE,CAAC;YACd,OAAO,CACH,KAAC,6BAA6B,kBAAa,SAAS,IAAO,qCAAqC,CAAC,EAAE,CAAI,CAC1G,CAAC;QACN,CAAC;QAED,OAAO,CACH,KAAC,6BAA6B,kBACd,SAAS,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,mBAC3B,qCAAqC,CAAC,EAAE,CAGjB,CACnC,CAAC;IACN,CAAC,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC,WAAW,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC;AACjG,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,IAAY,EAA6B,EAAE;IAC7E,MAAM,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC;IAC9C,MAAM,YAAY,GAAG,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,aAAa,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAE5E,OAAO,MAAM,CAAC,WAAW,CACrB,YAAY,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC;QACzB,MAAM;QACN,KAAC,yBAAyB,cACrB,MAAM,IADqB,gCAAgC,MAAM,EAAE,CAE5C;KAC/B,CAAC,CACL,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './code_block/code_block
|
|
2
|
-
export * from './code_block/code_block_with_tabs
|
|
3
|
-
export * from './one_line_code/one_line_code
|
|
4
|
-
export * from './inline_code/inline_code
|
|
5
|
-
export * from './prism_highlighter
|
|
1
|
+
export * from './code_block/code_block';
|
|
2
|
+
export * from './code_block/code_block_with_tabs';
|
|
3
|
+
export * from './one_line_code/one_line_code';
|
|
4
|
+
export * from './inline_code/inline_code';
|
|
5
|
+
export * from './prism_highlighter';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './code_block/code_block
|
|
2
|
-
export * from './code_block/code_block_with_tabs
|
|
3
|
-
export * from './one_line_code/one_line_code
|
|
4
|
-
export * from './inline_code/inline_code
|
|
5
|
-
export * from './prism_highlighter
|
|
1
|
+
export * from './code_block/code_block';
|
|
2
|
+
export * from './code_block/code_block_with_tabs';
|
|
3
|
+
export * from './one_line_code/one_line_code';
|
|
4
|
+
export * from './inline_code/inline_code';
|
|
5
|
+
export * from './prism_highlighter';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/code/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { CheckIcon, CopyIcon } from '@apify/ui-icons';
|
|
4
|
-
import { theme } from '../../../design_system/theme
|
|
5
|
-
import { useCopyToClipboard } from '../../../utils/copy_to_clipboard
|
|
6
|
-
import { Text } from '../../text
|
|
4
|
+
import { theme } from '../../../design_system/theme';
|
|
5
|
+
import { useCopyToClipboard } from '../../../utils/copy_to_clipboard';
|
|
6
|
+
import { Text } from '../../text';
|
|
7
7
|
// TODO: We should not need to export these once we consolidate Markdown
|
|
8
8
|
export const inlineCodeStyles = css `
|
|
9
9
|
width: fit-content;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline_code.js","sourceRoot":"","sources":["../../../../../src/components/code/inline_code/inline_code.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"inline_code.js","sourceRoot":"","sources":["../../../../../src/components/code/inline_code/inline_code.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAGlC,wEAAwE;AACxE,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;eAEpB,KAAK,CAAC,KAAK,CAAC,MAAM;wBACT,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;qBACtC,KAAK,CAAC,MAAM,CAAC,OAAO;wBACjB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;CACjD,CAAC;AAEF,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAA;;;;mBAIjB,KAAK,CAAC,KAAK,CAAC,MAAM;CACpC,CAAC;AAEF,MAAM,UAAU,GAA+B,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE;IACxD,MAAM,EAAE,QAAQ,EAAE,eAAe,EAAE,GAAG,kBAAkB,EAAE,CAAC;IAC3D,OAAO,CACH,KAAC,iBAAiB,IAAC,IAAI,EAAC,QAAQ,EAAC,OAAO,EAAE,KAAK,IAAI,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,KAAK,EAAC,mBAAmB,YACjG,QAAQ,CAAC,CAAC,CAAC,KAAC,SAAS,IAAC,IAAI,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,KAAC,QAAQ,IAAC,IAAI,EAAC,IAAI,GAAG,GAC5C,CACvB,CAAC;AACN,CAAC,CAAC;AAEF,MAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAA;;UAEjB,gBAAgB;;CAEzB,CAAC;AAQF,sCAAsC;AACtC,MAAM,CAAC,MAAM,UAAU,GAA8B,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE,CAAC,CACnG,KAAC,OAAO,OAAK,KAAK,YACd,MAAC,IAAI,IAAC,IAAI,EAAC,MAAM,EAAC,EAAE,EAAC,MAAM,EAAC,IAAI,EAAE,IAAI,aACjC,QAAQ,EACR,cAAc,IAAI,KAAC,UAAU,IAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,GAAI,IAChE,GACD,CACb,CAAC"}
|
|
@@ -2,12 +2,12 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { useMemo, useState } from 'react';
|
|
3
3
|
import styled, { css } from 'styled-components';
|
|
4
4
|
import { EyeIcon, EyeOffIcon } from '@apify/ui-icons';
|
|
5
|
-
import { theme } from '../../../design_system/theme
|
|
6
|
-
import { Text } from '../../text
|
|
7
|
-
import { ActionButton, CopyButton } from '../action_button
|
|
8
|
-
import { SyntaxHighlighterBaseStylesWrapper } from '../code_block/code_block.styled
|
|
9
|
-
import { getBashLinePrefixes } from '../code_block/utils
|
|
10
|
-
import { PrismSyntaxHighlighter } from '../prism_highlighter
|
|
5
|
+
import { theme } from '../../../design_system/theme';
|
|
6
|
+
import { Text } from '../../text';
|
|
7
|
+
import { ActionButton, CopyButton } from '../action_button';
|
|
8
|
+
import { SyntaxHighlighterBaseStylesWrapper } from '../code_block/code_block.styled';
|
|
9
|
+
import { getBashLinePrefixes } from '../code_block/utils';
|
|
10
|
+
import { PrismSyntaxHighlighter } from '../prism_highlighter';
|
|
11
11
|
export const oneLineCodeClassNames = {
|
|
12
12
|
gradientWrapper: 'OneLineCode-GradientWrapper',
|
|
13
13
|
scrollableWrapper: 'OneLineCode-ScrollableWrapper',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"one_line_code.js","sourceRoot":"","sources":["../../../../../src/components/code/one_line_code/one_line_code.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAItD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"one_line_code.js","sourceRoot":"","sources":["../../../../../src/components/code/one_line_code/one_line_code.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAItD,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAErD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,kCAAkC,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE9D,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACjC,eAAe,EAAE,6BAA6B;IAC9C,iBAAiB,EAAE,+BAA+B;IAClD,UAAU,EAAE,wBAAwB;IACpC,QAAQ,EAAE,sBAAsB;IAChC,OAAO,EAAE,qBAAqB;CACjC,CAAC;AAIF,MAAM,uBAAuB,GAAkC;IAC3D,GAAG,EAAE,SAAS;IACd,IAAI,EAAE,SAAS;IACf,GAAG,EAAE,SAAS;IACd,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,SAAS;IACf,KAAK,EAAE,SAAS;IAChB,OAAO,EAAE,SAAS;CACrB,CAAC;AAEF,SAAS,aAAa,CAAC,UAAsB;IACzC,MAAM,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAC,CAAC;IAChE,OAAO,GAAG,CAAA;4BACc,MAAM,CAAC,cAAc;iBAChC,UAAU,IAAI,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI;KAChE,CAAC;AACN,CAAC;AASD,MAAM,kBAAkB,GAAG,MAAM,CAAC,kCAAkC,CAAC,CAAyB;;qBAEzE,KAAK,CAAC,KAAK,CAAC,OAAO;MAClC,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAClB,WAAW;IACX,GAAG,CAAA;;SAEF;;MAEH,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,CAChB,SAAS;IACT,GAAG,CAAA;;;SAGF;;;;OAIF,qBAAqB,CAAC,OAAO;;;eAGrB,KAAK,CAAC,KAAK,CAAC,MAAM;;;OAG1B,qBAAqB,CAAC,UAAU;qBAClB,KAAK,CAAC,KAAK,CAAC,MAAM;yBACd,KAAK,CAAC,MAAM,CAAC,OAAO;;UAEnC,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,WAAW,IAAI,aAAa,CAAC,WAAW,CAAC;;;;;OAKjE,qBAAqB,CAAC,eAAe;;;;;;WAMjC,qBAAqB,CAAC,QAAQ;;;;;;;iEAOwB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;;;;OAI7F,qBAAqB,CAAC,iBAAiB;;;;;;eAM/B,KAAK,CAAC,KAAK,CAAC,OAAO;qBACb,KAAK,CAAC,KAAK,CAAC,MAAM;uBAChB,KAAK,CAAC,KAAK,CAAC,MAAM;;;;2BAId,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;;;;;;;;;;;;;;qCAchB,KAAK,CAAC,KAAK,CAAC,OAAO;;;;;CAKvD,CAAC;AAwBF,MAAM,UAAU,WAAW,CAAC,EACxB,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,iBAAiB,EACjB,mBAAmB,EACnB,SAAS,EACT,iBAAiB,GAAG,KAAK,EACzB,MAAM,EACN,QAAQ,EACR,cAAc,EACd,cAAc,EACd,GAAG,IAAI,EACQ;IACf,MAAM,SAAS,GAAG,MAAM,KAAK,SAAS,CAAC;IACvC,MAAM,CAAC,UAAU,EAAE,aAAa,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpD,MAAM,cAAc,GAAG,OAAO,CAAC,GAAG,EAAE;QAChC,IAAI,CAAC,SAAS;YAAE,OAAO,QAAQ,CAAC;QAChC,OAAO,QAAQ,CAAC,OAAO,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC;IACvD,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC;IACrD,MAAM,IAAI,GAAG,UAAU,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,QAAQ,CAAC;IAEpD,MAAM,gBAAgB,GAAG,QAAQ,KAAK,MAAM,CAAC;IAE7C,MAAM,YAAY,GAAG,OAAO,CACxB,GAAG,EAAE,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EACpE,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAC3B,CAAC;IAEF,OAAO,CACH,MAAC,kBAAkB,mBACF,UAAU,gBACX,SAAS,uBACF,gBAAgB,eACxB,QAAQ,KACf,IAAI,aAER,eAAK,SAAS,EAAE,qBAAqB,CAAC,eAAe,aACjD,eAAK,SAAS,EAAE,qBAAqB,CAAC,iBAAiB,aAClD,UAAU,IAAI,CACX,KAAC,IAAI,IAAC,SAAS,EAAE,qBAAqB,CAAC,UAAU,EAAE,EAAE,EAAC,KAAK,YACtD,UAAU,GACR,CACV,EACD,KAAC,sBAAsB,IACnB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,YAAY,EAC1B,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,IAAI,GACpB,IACA,EACN,cAAK,SAAS,EAAE,qBAAqB,CAAC,QAAQ,GAAI,IAChD,EACN,eAAK,SAAS,EAAE,qBAAqB,CAAC,OAAO,aACxC,SAAS,IAAI,CACV,KAAC,YAAY,IACT,OAAO,EAAE,GAAG,EAAE,CAAC,aAAa,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,EAC7C,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,UAAU,EAC9C,YAAY,EAAE,cAAc,EAAE,MAAM,EAAE,YAAY,eACxC,0BAA0B,YAEnC,UAAU,CAAC,CAAC,CAAC,KAAC,UAAU,IAAC,IAAI,EAAC,IAAI,GAAG,CAAC,CAAC,CAAC,KAAC,OAAO,IAAC,IAAI,EAAC,IAAI,GAAG,GACnD,CAClB,EACA,CAAC,cAAc,IAAI,CAChB,KAAC,UAAU,IACP,IAAI,EAAE,cAAc,EACpB,UAAU,EAAE,cAAc,EAAE,IAAI,EAAE,UAAU,EAC5C,YAAY,EAAE,cAAc,EAAE,IAAI,EAAE,YAAY,GAClD,CACL,EACA,CAAC,CAAC,mBAAmB,IAAI,CACtB,KAAC,YAAY,IACT,OAAO,EAAE,mBAAmB,EAC5B,UAAU,EAAE,cAAc,EAAE,MAAM,EAAE,UAAU,EAC9C,YAAY,EAAE,cAAc,EAAE,MAAM,EAAE,YAAY,YAEjD,iBAAiB,GACP,CAClB,IACC,IACW,CACxB,CAAC;AACN,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { HighlightProps } from 'prism-react-renderer';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
3
|
import type { SharedTextSize } from '../text';
|
|
4
|
-
export declare const CodeHighlighterLinePrefix: import("styled-components/dist/types
|
|
5
|
-
export declare const CodeHighlighterLineBashPrefix: import("styled-components/dist/types
|
|
4
|
+
export declare const CodeHighlighterLinePrefix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<(import("..").SharedTextProps & import("react").RefAttributes<HTMLElement | undefined>) & import("styled-components/dist/types").BaseObject, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, import("styled-components/dist/types").BaseObject>, import("styled-components/dist/types").BaseObject>> & string;
|
|
5
|
+
export declare const CodeHighlighterLineBashPrefix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("../text/text_shared").TransientSharedTextProps & import("..").TransientTextBaseProps & import("..").MarginSpacingProps & import("..").PaddingSpacingProps & {
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
className?: string;
|
|
8
8
|
style?: React.CSSProperties;
|
|
@@ -11,7 +11,7 @@ export declare const CodeHighlighterLineBashPrefix: import("styled-components/di
|
|
|
11
11
|
title?: string;
|
|
12
12
|
} & {
|
|
13
13
|
as?: React.ElementType;
|
|
14
|
-
} & import("react").RefAttributes<HTMLElement | undefined>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, never>, never> | import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("../text/text_shared
|
|
14
|
+
} & import("react").RefAttributes<HTMLElement | undefined>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, never>, never> | import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("../text/text_shared").TransientSharedTextProps & import("..").TransientTextBaseProps & import("..").MarginSpacingProps & import("..").PaddingSpacingProps & {
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
className?: string;
|
|
17
17
|
style?: React.CSSProperties;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prism_highlighter.d.ts","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA2J9C,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"prism_highlighter.d.ts","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AA2J9C,eAAO,MAAM,yBAAyB,8jBAQrC,CAAC;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;iBAAoD,OAAO;YAEpG,CAAC;AAWF,eAAO,MAAM,sBAAsB;WARxB,cAAc;mBACN,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC;qBACvB,MAAM,EAAE;eACd,MAAM;gBACL,MAAM;kBACJ,OAAO;kDAiDxB,CAAC"}
|
|
@@ -4,10 +4,10 @@ import _ from 'lodash';
|
|
|
4
4
|
import { Highlight, Prism, themes } from 'prism-react-renderer';
|
|
5
5
|
import { forwardRef, useMemo, useRef } from 'react';
|
|
6
6
|
import styled, { css } from 'styled-components';
|
|
7
|
-
import { theme } from '../../design_system/theme
|
|
8
|
-
import { useSharedUiDependencies } from '../../ui_dependency_provider
|
|
9
|
-
import { Text } from '../text
|
|
10
|
-
import { oneLightTheme } from './one_light_theme
|
|
7
|
+
import { theme } from '../../design_system/theme';
|
|
8
|
+
import { useSharedUiDependencies } from '../../ui_dependency_provider';
|
|
9
|
+
import { Text } from '../text';
|
|
10
|
+
import { oneLightTheme } from './one_light_theme';
|
|
11
11
|
(typeof global !== 'undefined' ? global : window).Prism = Prism;
|
|
12
12
|
const HIGHLIGHT_BACKGROUND_COLOR = 'rgba(22, 114, 235, 0.05)';
|
|
13
13
|
const loadLanguages = async () => {
|
|
@@ -35,7 +35,7 @@ const loadLanguages = async () => {
|
|
|
35
35
|
// @ts-expect-error The library is badly typed and does not export the type
|
|
36
36
|
import('prismjs/components/prism-yaml.js'),
|
|
37
37
|
// @ts-expect-error The library is badly typed and does not export the type
|
|
38
|
-
import('./prism_python
|
|
38
|
+
import('./prism_python'),
|
|
39
39
|
]);
|
|
40
40
|
};
|
|
41
41
|
void loadLanguages();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prism_highlighter.js","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.tsx"],"names":[],"mappings":";AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,CAAC,MAAM,QAAQ,CAAC;AAEvB,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"prism_highlighter.js","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.tsx"],"names":[],"mappings":"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"}
|
|
@@ -4,8 +4,8 @@ import clsx from 'clsx';
|
|
|
4
4
|
import { useState } from 'react';
|
|
5
5
|
import styled, { css } from 'styled-components';
|
|
6
6
|
import { ChevronDownIcon } from '@apify/ui-icons';
|
|
7
|
-
import { theme } from '../../design_system/theme
|
|
8
|
-
import { Box } from '../box
|
|
7
|
+
import { theme } from '../../design_system/theme';
|
|
8
|
+
import { Box } from '../box';
|
|
9
9
|
export const collapsibleCardClassNames = {
|
|
10
10
|
TOP_SECTION: 'CollapsibleCard-TopSection',
|
|
11
11
|
COLLAPSIBLE_CONTENT_WRAPPER: 'CollapsibleCard-Content',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsible_card.js","sourceRoot":"","sources":["../../../../src/components/collapsible_card/collapsible_card.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAkB,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"collapsible_card.js","sourceRoot":"","sources":["../../../../src/components/collapsible_card/collapsible_card.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAkB,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AA+B7B,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,WAAW,EAAE,4BAA4B;IACzC,2BAA2B,EAAE,yBAAyB;IACtD,OAAO,EAAE,cAAc;CAC1B,CAAC;AAEF,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAoB;;wBAEjC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;wBAClC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;;qBAE7B,KAAK,CAAC,MAAM,CAAC,OAAO;;;MAGnC,CAAC,EAAE,gBAAgB,EAAE,EAAE,EAAE,CACvB,gBAAgB;IAChB,GAAG,CAAA;;;SAGF;;;MAGH,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,sBAAsB,CAAC;;;CAGnE,CAAC;AAEF,MAAM,gBAAgB,GAAG,MAAM,CAAC,GAAG,CAAA;;;eAGpB,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;kBACrC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe;+BACtB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM;WAC9C,KAAK,CAAC,KAAK,CAAC,MAAM;CAC5B,CAAC;AAEF,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAmB;;WAE1C,KAAK,CAAC,KAAK,CAAC,MAAM;;MAEvB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE,CAAC;eAC3C,KAAK,CAAC,KAAK,CAAC,OAAO;wBACV,CAAC,EAAE,aAAa,EAAE,EAAE,EAAE,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;;MAE1G,CAAC,EAAE,gBAAgB,EAAE,EAAE,EAAE,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,kBAAkB,KAAK,CAAC,MAAM,CAAC,OAAO,GAAG,CAAC;;;4BAGvE,CAAC,EAAE,aAAa,EAAE,oBAAoB,EAAE,EAAE,EAAE,CAC5D,aAAa,IAAI,oBAAoB,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS;;;;;;;;;;;;;;CAcxF,CAAC;AAEF,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAA;eACrB,KAAK,CAAC,KAAK,CAAC,OAAO;;CAEjC,CAAC;AAEF,MAAM,kBAAkB,GAAG,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAA0B;MAC1E,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,yBAAyB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC;CACnG,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAC5B,MAAM,EACN,QAAQ,EACR,UAAU,EACV,iBAAiB,GAAG,KAAK,EACzB,mBAAmB,EACnB,SAAS,EACT,SAAS,EACT,UAAU,EACV,eAAe,EACf,SAAS,EACT,kBAAkB,EAClB,mBAAmB,EACnB,EAAE,EAAE,OAAO,EACX,GAAG,IAAI,EACY,EAAE,EAAE;IACvB,MAAM,cAAc,GAAG,UAAU,KAAK,SAAS,CAAC;IAChD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAEtD,IAAI,aAAa,CAAC;IAClB,IAAI,cAAc;QAAE,aAAa,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC;SAC1E,IAAI,mBAAmB;QAAE,aAAa,GAAG,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,UAAU,CAAC,CAAC;IAErF,OAAO,CACH,MAAC,iBAAiB,IACd,WAAW,EAAE,OAAO,IAAI,SAAS,sBACf,eAAe,gBACrB,SAAS,KACjB,IAAI,aAEP,UAAU,IAAI,CACX,KAAC,gBAAgB,IACb,SAAS,EAAE,yBAAyB,CAAC,WAAW,eACtC,8BAA8B,YAEvC,UAAU,GACI,CACtB,EACD,MAAC,YAAY,wBACS,eAAe,mBAClB,kBAAkB,IAAI,CAAC,MAAM,IAAI,CAAC,UAAU,0BACrC,mBAAmB,EACzC,OAAO,EAAE,aAAa,aAErB,CAAC,SAAS,IAAI,CACX,KAAC,eAAe,IACZ,IAAI,EAAC,IAAI,EACT,SAAS,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC,UAAU,IAAI,MAAM,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,gBAAgB,CAAC,GACxF,CACL,EACA,MAAM,IACI,EACf,KAAC,WAAW,CAAC,IAAI,IAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,UAAU,YACxD,KAAC,kBAAkB,kBACH,SAAS,EACrB,SAAS,EAAE,yBAAyB,CAAC,2BAA2B,YAEhE,KAAC,iBAAiB,IAAC,SAAS,EAAE,yBAAyB,CAAC,OAAO,eAAY,cAAc,YACpF,QAAQ,GACO,GACH,GACN,IACH,CACvB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './collapsible_card
|
|
1
|
+
export * from './collapsible_card';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/collapsible_card/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/collapsible_card/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './collapsible_card
|
|
1
|
+
export * from './collapsible_card';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/collapsible_card/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/collapsible_card/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './color_wheel_gradient
|
|
1
|
+
export * from './color_wheel_gradient';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/color_wheel_gradient/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/color_wheel_gradient/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './color_wheel_gradient
|
|
1
|
+
export * from './color_wheel_gradient';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/color_wheel_gradient/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/color_wheel_gradient/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type * as DropdownMenu from '@radix-ui/react-dropdown-menu';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import type { BaseDropdownItemProps } from './dropdown.types
|
|
3
|
+
import type { BaseDropdownItemProps } from './dropdown.types';
|
|
4
4
|
type DropdownItemProps = React.ComponentPropsWithRef<typeof DropdownMenu.Item> & BaseDropdownItemProps & {
|
|
5
5
|
trailingIcon?: React.ReactNode;
|
|
6
6
|
selected?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/dropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAG9D,KAAK,iBAAiB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,GAC1E,qBAAqB,GAAG;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC5B,CAAC;AAkDN,KAAK,yBAAyB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,YAAY,CAAC,YAAY,CAAC,GAC1F,qBAAqB,GAAG;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACrC,CAAC;AAgEN,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AA8BF,KAAK,uBAAuB,GAAG;IAC3B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAsCF,KAAK,kBAAkB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,GAAG;IAC/E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;CAClD,CAAC;AAIF,KAAK,oBAAoB,GAAG,KAAK,CAAC,qBAAqB,CAAC,OAAO,YAAY,CAAC,KAAK,CAAC,GAAG;IACjF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;CAClD,CAAC;AASF,eAAO,MAAM,QAAQ;;;;;;;mHAzMlB,iBAAiB;qIAwDjB,yBAAyB;mBAoIE,kBAAkB;+CAxCU,uBAAuB;sBA6ChD,oBAAoB;uBAInB,KAAK,CAAC,qBAAqB,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC;CAW1F,CAAC"}
|
|
@@ -4,12 +4,12 @@ import { clsx } from 'clsx';
|
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import styled from 'styled-components';
|
|
6
6
|
import { CheckIcon } from '@apify/ui-icons';
|
|
7
|
-
import { theme } from '../../design_system/theme
|
|
8
|
-
import { CheckboxPrimitive } from '../checkbox/checkbox
|
|
9
|
-
import { radioButtonStyle } from '../radio_button/radio_button.style
|
|
10
|
-
import { useDropdownContext } from './dropdown.context
|
|
11
|
-
import { DROPDOWN_ELEMENT_CLASSES, StyledCheckboxIconWrapper, StyledCheckboxItem, StyledContentWrapper, StyledControls, StyledDescription, StyledIconWrapper, StyledItem, StyledItemRow, StyledItemTitle, StyledItemWrapper, StyledLabel, StyledSeparator, StyledTagWrapper, } from './dropdown.styled
|
|
12
|
-
import { DropdownRoot } from './dropdown_root
|
|
7
|
+
import { theme } from '../../design_system/theme';
|
|
8
|
+
import { CheckboxPrimitive } from '../checkbox/checkbox';
|
|
9
|
+
import { radioButtonStyle } from '../radio_button/radio_button.style';
|
|
10
|
+
import { useDropdownContext } from './dropdown.context';
|
|
11
|
+
import { DROPDOWN_ELEMENT_CLASSES, StyledCheckboxIconWrapper, StyledCheckboxItem, StyledContentWrapper, StyledControls, StyledDescription, StyledIconWrapper, StyledItem, StyledItemRow, StyledItemTitle, StyledItemWrapper, StyledLabel, StyledSeparator, StyledTagWrapper, } from './dropdown.styled';
|
|
12
|
+
import { DropdownRoot } from './dropdown_root';
|
|
13
13
|
const DropdownItem = ({ children, icon, trailingIcon, selected, description, onSelect, className, disabled, tags = [], ...props }) => {
|
|
14
14
|
const { handleSelectAndClose } = useDropdownContext();
|
|
15
15
|
const handleSelect = (event) => {
|