@apify/ui-library 1.138.0 → 1.138.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/src/components/action_link.d.ts.map +1 -1
- package/dist/src/components/action_link.js +3 -3
- package/dist/src/components/action_link.js.map +1 -1
- package/dist/src/components/actor_template_card.d.ts.map +1 -1
- package/dist/src/components/actor_template_card.js +3 -3
- package/dist/src/components/actor_template_card.js.map +1 -1
- package/dist/src/components/avatar/actor_avatar.d.ts.map +1 -1
- package/dist/src/components/avatar/actor_avatar.js +3 -3
- package/dist/src/components/avatar/actor_avatar.js.map +1 -1
- package/dist/src/components/avatar/boring_avatar.d.ts.map +1 -1
- package/dist/src/components/avatar/boring_avatar.js +8 -7
- package/dist/src/components/avatar/boring_avatar.js.map +1 -1
- package/dist/src/components/avatar/user_avatar.d.ts.map +1 -1
- package/dist/src/components/avatar/user_avatar.js +1 -1
- package/dist/src/components/avatar/user_avatar.js.map +1 -1
- package/dist/src/components/badge.d.ts.map +1 -1
- package/dist/src/components/badge.js +10 -3
- package/dist/src/components/badge.js.map +1 -1
- package/dist/src/components/banner.d.ts.map +1 -1
- package/dist/src/components/banner.js +4 -3
- package/dist/src/components/banner.js.map +1 -1
- package/dist/src/components/blog_article.d.ts.map +1 -1
- package/dist/src/components/blog_article.js +2 -3
- package/dist/src/components/blog_article.js.map +1 -1
- package/dist/src/components/box.d.ts.map +1 -1
- package/dist/src/components/box.js +32 -24
- package/dist/src/components/box.js.map +1 -1
- package/dist/src/components/breadcrumb/breadcrumb.d.ts.map +1 -1
- package/dist/src/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/src/components/breadcrumb/breadcrumb.js.map +1 -1
- package/dist/src/components/button.d.ts.map +1 -1
- package/dist/src/components/button.js +12 -9
- package/dist/src/components/button.js.map +1 -1
- package/dist/src/components/card_container.d.ts.map +1 -1
- package/dist/src/components/card_container.js +5 -3
- package/dist/src/components/card_container.js.map +1 -1
- package/dist/src/components/checkbox/checkbox.d.ts.map +1 -1
- package/dist/src/components/checkbox/checkbox.js +1 -1
- package/dist/src/components/checkbox/checkbox.js.map +1 -1
- package/dist/src/components/checkbox/checkbox.style.d.ts.map +1 -1
- package/dist/src/components/checkbox/checkbox.style.js +7 -4
- package/dist/src/components/checkbox/checkbox.style.js.map +1 -1
- package/dist/src/components/chip.d.ts.map +1 -1
- package/dist/src/components/chip.js +1 -1
- package/dist/src/components/chip.js.map +1 -1
- package/dist/src/components/code/action_button.d.ts.map +1 -1
- package/dist/src/components/code/action_button.js +5 -5
- package/dist/src/components/code/action_button.js.map +1 -1
- package/dist/src/components/code/code_block/code_block.d.ts.map +1 -1
- package/dist/src/components/code/code_block/code_block.js +19 -8
- 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.map +1 -1
- package/dist/src/components/code/code_block/code_block.styled.js +18 -15
- 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.map +1 -1
- package/dist/src/components/code/code_block/code_block_with_tabs.js +10 -8
- package/dist/src/components/code/code_block/code_block_with_tabs.js.map +1 -1
- package/dist/src/components/code/code_block/utils.d.ts.map +1 -1
- package/dist/src/components/code/code_block/utils.js.map +1 -1
- package/dist/src/components/code/inline_code/inline_code.d.ts.map +1 -1
- package/dist/src/components/code/inline_code/inline_code.js +2 -2
- package/dist/src/components/code/inline_code/inline_code.js.map +1 -1
- package/dist/src/components/code/one_light_theme.d.ts.map +1 -1
- package/dist/src/components/code/one_light_theme.js +2 -17
- package/dist/src/components/code/one_light_theme.js.map +1 -1
- package/dist/src/components/code/one_line_code/one_line_code.d.ts.map +1 -1
- package/dist/src/components/code/one_line_code/one_line_code.js +11 -14
- package/dist/src/components/code/one_line_code/one_line_code.js.map +1 -1
- package/dist/src/components/code/prism_highlighter.d.ts.map +1 -1
- package/dist/src/components/code/prism_highlighter.js +35 -27
- package/dist/src/components/code/prism_highlighter.js.map +1 -1
- package/dist/src/components/code/prism_python.js.map +1 -1
- package/dist/src/components/collapsible_card/collapsible_card.d.ts.map +1 -1
- package/dist/src/components/collapsible_card/collapsible_card.js +7 -6
- package/dist/src/components/collapsible_card/collapsible_card.js.map +1 -1
- package/dist/src/components/color_wheel_gradient.d.ts.map +1 -1
- package/dist/src/components/color_wheel_gradient.js +4 -2
- package/dist/src/components/color_wheel_gradient.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 +3 -5
- package/dist/src/components/floating/floating_component_base.js.map +1 -1
- package/dist/src/components/floating/menu.d.ts.map +1 -1
- package/dist/src/components/floating/menu.js +11 -5
- package/dist/src/components/floating/menu.js.map +1 -1
- package/dist/src/components/floating/menu_common.d.ts +4 -4
- package/dist/src/components/floating/menu_common.d.ts.map +1 -1
- package/dist/src/components/floating/menu_common.js +1 -1
- package/dist/src/components/floating/menu_common.js.map +1 -1
- package/dist/src/components/floating/menu_components.d.ts.map +1 -1
- package/dist/src/components/floating/menu_components.js +9 -7
- package/dist/src/components/floating/menu_components.js.map +1 -1
- package/dist/src/components/floating/tooltip.d.ts +2 -2
- package/dist/src/components/floating/tooltip.d.ts.map +1 -1
- package/dist/src/components/floating/tooltip.js +10 -9
- package/dist/src/components/floating/tooltip.js.map +1 -1
- package/dist/src/components/floating/tooltip_content.d.ts.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.d.ts.map +1 -1
- package/dist/src/components/icon_button.js +10 -8
- package/dist/src/components/icon_button.js.map +1 -1
- package/dist/src/components/image.d.ts.map +1 -1
- package/dist/src/components/image.js +1 -1
- package/dist/src/components/image.js.map +1 -1
- package/dist/src/components/link.d.ts.map +1 -1
- package/dist/src/components/link.js +5 -5
- package/dist/src/components/link.js.map +1 -1
- package/dist/src/components/message.d.ts.map +1 -1
- package/dist/src/components/message.js +21 -21
- package/dist/src/components/message.js.map +1 -1
- package/dist/src/components/rating.d.ts.map +1 -1
- package/dist/src/components/rating.js +5 -6
- package/dist/src/components/rating.js.map +1 -1
- package/dist/src/components/readme_renderer/pythonize_value.d.ts.map +1 -1
- package/dist/src/components/readme_renderer/pythonize_value.js +10 -6
- package/dist/src/components/readme_renderer/pythonize_value.js.map +1 -1
- package/dist/src/components/readme_renderer/table_of_contents.d.ts.map +1 -1
- package/dist/src/components/readme_renderer/table_of_contents.js +16 -15
- package/dist/src/components/readme_renderer/table_of_contents.js.map +1 -1
- package/dist/src/components/readme_renderer/utils.d.ts.map +1 -1
- package/dist/src/components/readme_renderer/utils.js +6 -6
- package/dist/src/components/readme_renderer/utils.js.map +1 -1
- package/dist/src/components/select/select.d.ts.map +1 -1
- package/dist/src/components/select/select.js +14 -13
- package/dist/src/components/select/select.js.map +1 -1
- package/dist/src/components/shortcut.d.ts +1 -1
- package/dist/src/components/shortcut.d.ts.map +1 -1
- package/dist/src/components/shortcut.js +2 -2
- package/dist/src/components/shortcut.js.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown.d.ts.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown.js +32 -35
- package/dist/src/components/simple_markdown/simple_markdown.js.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown_components.d.ts.map +1 -1
- package/dist/src/components/simple_markdown/simple_markdown_components.js +26 -12
- package/dist/src/components/simple_markdown/simple_markdown_components.js.map +1 -1
- package/dist/src/components/spinner.d.ts.map +1 -1
- package/dist/src/components/spinner.js +3 -1
- package/dist/src/components/spinner.js.map +1 -1
- package/dist/src/components/store/store_actor_header.d.ts.map +1 -1
- package/dist/src/components/store/store_actor_header.js +1 -1
- package/dist/src/components/store/store_actor_header.js.map +1 -1
- package/dist/src/components/switch/switch.d.ts.map +1 -1
- package/dist/src/components/switch/switch.js +1 -1
- package/dist/src/components/switch/switch.js.map +1 -1
- package/dist/src/components/switch/switch.style.d.ts.map +1 -1
- package/dist/src/components/switch/switch.style.js +5 -3
- package/dist/src/components/switch/switch.style.js.map +1 -1
- package/dist/src/components/table/table.styled.js +3 -3
- package/dist/src/components/table/table.styled.js.map +1 -1
- package/dist/src/components/table/table_error_row.d.ts.map +1 -1
- package/dist/src/components/table/table_error_row.js +1 -1
- package/dist/src/components/table/table_error_row.js.map +1 -1
- package/dist/src/components/table/table_row.d.ts.map +1 -1
- package/dist/src/components/table/table_row.js +1 -1
- package/dist/src/components/table/table_row.js.map +1 -1
- package/dist/src/components/table/table_wrapper.d.ts.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/tab.d.ts.map +1 -1
- package/dist/src/components/tabs/tab.js +7 -5
- package/dist/src/components/tabs/tab.js.map +1 -1
- package/dist/src/components/tabs/tabs.d.ts.map +1 -1
- package/dist/src/components/tabs/tabs.js +3 -3
- package/dist/src/components/tabs/tabs.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.d.ts.map +1 -1
- package/dist/src/components/text/heading_content.js +1 -1
- package/dist/src/components/text/heading_content.js.map +1 -1
- package/dist/src/components/text/heading_marketing.d.ts.map +1 -1
- package/dist/src/components/text/heading_marketing.js +1 -1
- package/dist/src/components/text/heading_marketing.js.map +1 -1
- package/dist/src/components/text/heading_shared.d.ts.map +1 -1
- package/dist/src/components/text/heading_shared.js +1 -1
- package/dist/src/components/text/heading_shared.js.map +1 -1
- package/dist/src/components/text/index.d.ts +1 -1
- package/dist/src/components/text/index.d.ts.map +1 -1
- package/dist/src/components/text/text_base.d.ts.map +1 -1
- package/dist/src/components/text/text_base.js +16 -12
- package/dist/src/components/text/text_base.js.map +1 -1
- package/dist/src/components/text/text_content.d.ts.map +1 -1
- package/dist/src/components/text/text_content.js +1 -1
- package/dist/src/components/text/text_content.js.map +1 -1
- package/dist/src/components/text/text_marketing.d.ts.map +1 -1
- package/dist/src/components/text/text_marketing.js +1 -1
- package/dist/src/components/text/text_marketing.js.map +1 -1
- package/dist/src/components/text/text_shared.d.ts +1 -1
- package/dist/src/components/text/text_shared.d.ts.map +1 -1
- package/dist/src/components/text/text_shared.js +1 -1
- package/dist/src/components/text/text_shared.js.map +1 -1
- package/dist/src/components/tile/horizontal_tile.d.ts.map +1 -1
- package/dist/src/components/tile/horizontal_tile.js +3 -2
- package/dist/src/components/tile/horizontal_tile.js.map +1 -1
- package/dist/src/components/tile/shared.d.ts +1 -1
- package/dist/src/components/tile/shared.d.ts.map +1 -1
- package/dist/src/components/tile/vertical_tile.d.ts.map +1 -1
- package/dist/src/components/tile/vertical_tile.js +3 -2
- package/dist/src/components/tile/vertical_tile.js.map +1 -1
- package/dist/src/components/to_consolidate/card.d.ts.map +1 -1
- package/dist/src/components/to_consolidate/card.js +20 -15
- package/dist/src/components/to_consolidate/card.js.map +1 -1
- package/dist/src/components/to_consolidate/markdown.d.ts.map +1 -1
- package/dist/src/components/to_consolidate/markdown.js +36 -20
- package/dist/src/components/to_consolidate/markdown.js.map +1 -1
- package/dist/src/components/to_consolidate/pagination.d.ts.map +1 -1
- package/dist/src/components/to_consolidate/pagination.js +6 -6
- package/dist/src/components/to_consolidate/pagination.js.map +1 -1
- package/dist/src/components/to_consolidate/tab_number_chip.d.ts.map +1 -1
- package/dist/src/components/to_consolidate/tab_number_chip.js +1 -1
- package/dist/src/components/to_consolidate/tab_number_chip.js.map +1 -1
- package/dist/src/design_system/theme.d.ts.map +1 -1
- package/dist/src/design_system/theme.js +1 -1
- package/dist/src/design_system/theme.js.map +1 -1
- package/dist/src/design_system/typography_theme.d.ts.map +1 -1
- package/dist/src/design_system/typography_theme.js.map +1 -1
- package/dist/src/ui_dependency_provider.d.ts.map +1 -1
- package/dist/src/ui_dependency_provider.js +2 -2
- package/dist/src/ui_dependency_provider.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -6
- package/src/codemods/generate_typograpy_tokens_files.mjs +23 -28
- package/src/components/action_link.tsx +13 -23
- package/src/components/actor_template_card.stories.tsx +20 -14
- package/src/components/actor_template_card.tsx +4 -21
- package/src/components/avatar/actor_avatar.tsx +3 -4
- package/src/components/avatar/boring_avatar.tsx +134 -167
- package/src/components/avatar/user_avatar.stories.tsx +1 -5
- package/src/components/avatar/user_avatar.tsx +6 -20
- package/src/components/badge.stories.jsx +26 -40
- package/src/components/badge.tsx +37 -26
- package/src/components/banner.stories.tsx +10 -28
- package/src/components/banner.tsx +11 -14
- package/src/components/blog_article.tsx +6 -4
- package/src/components/box.tsx +90 -89
- package/src/components/breadcrumb/breadcrumb.stories.tsx +2 -8
- package/src/components/breadcrumb/breadcrumb.tsx +7 -5
- package/src/components/button.stories.tsx +70 -66
- package/src/components/button.tsx +33 -39
- package/src/components/card_container.stories.tsx +28 -29
- package/src/components/card_container.tsx +15 -10
- package/src/components/checkbox/checkbox.stories.tsx +52 -17
- package/src/components/checkbox/checkbox.style.ts +7 -4
- package/src/components/checkbox/checkbox.tsx +6 -9
- package/src/components/chip.stories.tsx +15 -5
- package/src/components/chip.tsx +26 -16
- package/src/components/code/action_button.tsx +10 -12
- package/src/components/code/code_block/code_block.stories.jsx +7 -25
- package/src/components/code/code_block/code_block.styled.tsx +26 -19
- package/src/components/code/code_block/code_block.tsx +26 -24
- package/src/components/code/code_block/code_block_with_tabs.stories.tsx +12 -18
- package/src/components/code/code_block/code_block_with_tabs.tsx +30 -16
- package/src/components/code/code_block/utils.tsx +23 -15
- package/src/components/code/inline_code/inline_code.stories.tsx +18 -10
- package/src/components/code/inline_code/inline_code.tsx +16 -21
- package/src/components/code/one_light_theme.ts +2 -17
- package/src/components/code/one_line_code/one_line_code.stories.tsx +31 -19
- package/src/components/code/one_line_code/one_line_code.tsx +19 -30
- package/src/components/code/prism_highlighter.tsx +117 -109
- package/src/components/code/prism_python.ts +4 -2
- package/src/components/collapsible_card/collapsible_card.stories.tsx +2 -1
- package/src/components/collapsible_card/collapsible_card.tsx +30 -15
- package/src/components/color_wheel_gradient.tsx +9 -7
- package/src/components/floating/floating_component_base.tsx +16 -9
- package/src/components/floating/menu.tsx +37 -46
- package/src/components/floating/menu_common.tsx +24 -30
- package/src/components/floating/menu_components.tsx +24 -24
- package/src/components/floating/tooltip.stories.jsx +85 -68
- package/src/components/floating/tooltip.tsx +32 -39
- package/src/components/floating/tooltip_content.tsx +8 -16
- package/src/components/icon_button.stories.tsx +176 -188
- package/src/components/icon_button.tsx +72 -58
- package/src/components/image.tsx +5 -11
- package/src/components/link.stories.tsx +4 -2
- package/src/components/link.tsx +70 -70
- package/src/components/message.stories.jsx +35 -33
- package/src/components/message.tsx +45 -45
- package/src/components/rating.tsx +37 -44
- package/src/components/readme_renderer/pythonize_value.ts +19 -7
- package/src/components/readme_renderer/table_of_contents.stories.tsx +40 -15
- package/src/components/readme_renderer/table_of_contents.tsx +87 -85
- package/src/components/readme_renderer/utils.tsx +17 -13
- package/src/components/select/select.stories.tsx +19 -46
- package/src/components/select/select.tsx +103 -101
- package/src/components/shortcut.stories.jsx +23 -14
- package/src/components/shortcut.tsx +2 -13
- package/src/components/simple_markdown/simple_markdown.stories.tsx +5 -10
- package/src/components/simple_markdown/simple_markdown.tsx +152 -55
- package/src/components/simple_markdown/simple_markdown_components.tsx +49 -59
- package/src/components/spinner.stories.tsx +14 -8
- package/src/components/spinner.tsx +5 -3
- package/src/components/store/store_actor_header.stories.tsx +2 -11
- package/src/components/store/store_actor_header.tsx +20 -16
- package/src/components/switch/switch.stories.jsx +4 -12
- package/src/components/switch/switch.style.ts +5 -3
- package/src/components/switch/switch.tsx +3 -13
- package/src/components/table/table.stories.tsx +5 -2
- package/src/components/table/table.styled.ts +3 -3
- package/src/components/table/table_error_row.tsx +5 -1
- package/src/components/table/table_row.tsx +1 -5
- package/src/components/table/table_wrapper.tsx +12 -12
- package/src/components/tabs/tab.stories.tsx +1 -5
- package/src/components/tabs/tab.tsx +33 -13
- package/src/components/tabs/tabs.tsx +14 -18
- package/src/components/tag.stories.jsx +35 -45
- package/src/components/tag.tsx +18 -22
- package/src/components/text/heading_content.stories.tsx +13 -24
- package/src/components/text/heading_content.tsx +3 -7
- package/src/components/text/heading_marketing.stories.tsx +4 -3
- package/src/components/text/heading_marketing.tsx +12 -8
- package/src/components/text/heading_shared.stories.tsx +3 -2
- package/src/components/text/heading_shared.tsx +3 -7
- package/src/components/text/index.ts +1 -3
- package/src/components/text/text_base.tsx +29 -35
- package/src/components/text/text_content.stories.tsx +17 -13
- package/src/components/text/text_content.tsx +20 -23
- package/src/components/text/text_marketing.stories.tsx +4 -3
- package/src/components/text/text_marketing.tsx +20 -23
- package/src/components/text/text_shared.stories.tsx +4 -3
- package/src/components/text/text_shared.tsx +23 -27
- package/src/components/tile/horizontal_tile.stories.tsx +6 -2
- package/src/components/tile/horizontal_tile.tsx +5 -15
- package/src/components/tile/shared.ts +5 -5
- package/src/components/tile/vertical_tile.stories.tsx +10 -18
- package/src/components/tile/vertical_tile.tsx +4 -9
- package/src/components/to_consolidate/card.stories.tsx +3 -1
- package/src/components/to_consolidate/card.tsx +67 -58
- package/src/components/to_consolidate/markdown.tsx +76 -62
- package/src/components/to_consolidate/pagination.tsx +11 -15
- package/src/components/to_consolidate/tab_number_chip.tsx +5 -6
- package/src/design_system/colors/build_color_tokens.js +7 -15
- package/src/design_system/theme.ts +1 -8
- package/src/design_system/tokens/radiuses.stories.tsx +9 -1
- package/src/design_system/tokens/shadows.stories.tsx +3 -1
- package/src/design_system/typography_theme.ts +78 -39
- package/src/ui_dependency_provider.tsx +16 -23
|
@@ -30,7 +30,7 @@ const StyledPageSelectionButtons = styled(Box) `
|
|
|
30
30
|
gap: ${theme.space.space8};
|
|
31
31
|
`;
|
|
32
32
|
// TODO: Consolidate and move to /library
|
|
33
|
-
export const PaginationButtons = ({ page, totalPages, onPageChange
|
|
33
|
+
export const PaginationButtons = ({ page, totalPages, onPageChange }) => {
|
|
34
34
|
// Pages to display buttons for (counting from 0, -1 and -2 will mean a special '...' disabled button)
|
|
35
35
|
const pagesToDisplay = useMemo(() => {
|
|
36
36
|
const result = [];
|
|
@@ -62,14 +62,14 @@ export const PaginationButtons = ({ page, totalPages, onPageChange, }) => {
|
|
|
62
62
|
}
|
|
63
63
|
return result;
|
|
64
64
|
}, [page, totalPages]);
|
|
65
|
-
return (_jsxs(StyledPageSelectionButtons, { children: [_jsx(PaginationButtonBase, { "data-test":
|
|
65
|
+
return (_jsxs(StyledPageSelectionButtons, { children: [_jsx(PaginationButtonBase, { "data-test": "page-prev-button", disabled: page <= 0, onClick: () => onPageChange(page - 1), trackingId: "PaginationPrevPage", "aria-label": "Previous page", children: _jsx(ChevronLeftIcon, { size: "16" }) }), pagesToDisplay.map((pageToDisplay) => {
|
|
66
66
|
if (pageToDisplay === LEADING_THREE_DOTS_PAGE_KEY || pageToDisplay === TRAILING_THREE_DOTS_PAGE_KEY) {
|
|
67
|
-
return (_jsx(PaginationButtonBase, { trackingId:
|
|
67
|
+
return (_jsx(PaginationButtonBase, { trackingId: "ThreeDots", onClick: () => undefined, disabled: true, children: "..." }, pageToDisplay));
|
|
68
68
|
}
|
|
69
69
|
if (pageToDisplay === page) {
|
|
70
|
-
return (_jsx(PaginationButtonBase, { "data-test":
|
|
70
|
+
return (_jsx(PaginationButtonBase, { "data-test": "current-page-button", trackingId: "PaginationCurrentPage", className: "currentPage", onClick: () => undefined, children: pageToDisplay + 1 }, pageToDisplay));
|
|
71
71
|
}
|
|
72
|
-
return (_jsx(PaginationButtonBase, { "data-test":
|
|
73
|
-
}), _jsx(PaginationButtonBase, { "data-test":
|
|
72
|
+
return (_jsx(PaginationButtonBase, { "data-test": "page-number-button", onClick: () => onPageChange(pageToDisplay), trackingId: "PaginationNumberedPage", children: pageToDisplay + 1 }, pageToDisplay));
|
|
73
|
+
}), _jsx(PaginationButtonBase, { "data-test": "page-next-button", disabled: page >= totalPages - 1, onClick: () => onPageChange(page + 1), trackingId: "PaginationNextPage", "aria-label": "Next page", children: _jsx(ChevronRightIcon, { size: "16" }) })] }));
|
|
74
74
|
};
|
|
75
75
|
//# sourceMappingURL=pagination.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/pagination.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEpE,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,MAAM,2BAA2B,GAAG,CAAC,CAAC,CAAC;AACvC,MAAM,4BAA4B,GAAG,CAAC,CAAC,CAAC;AAExC,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC,CAAA;;;;;;;;;;;4BAW9C,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;;;gCAG9B,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK;;;CAGxD,CAAC;AAEF,MAAM,0BAA0B,GAAG,MAAM,CAAC,GAAG,CAAC,CAAA;;WAEnC,KAAK,CAAC,KAAK,CAAC,MAAM;CAC5B,CAAC;AAQF,yCAAyC;AACzC,MAAM,CAAC,MAAM,iBAAiB,GAA+B,CAAC,
|
|
1
|
+
{"version":3,"file":"pagination.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/pagination.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab_number_chip.d.ts","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,UAAU,SAAS;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"tab_number_chip.d.ts","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,UAAU,SAAS;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAM7C,CAAC"}
|
|
@@ -15,6 +15,6 @@ const StyledChip = styled(Text) `
|
|
|
15
15
|
}
|
|
16
16
|
`;
|
|
17
17
|
export const TabNumberChip = ({ children, ...rest }) => {
|
|
18
|
-
return _jsx(StyledChip, { size:
|
|
18
|
+
return (_jsx(StyledChip, { size: "small", ...rest, children: children }));
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=tab_number_chip.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab_number_chip.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;aAClB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;wBACb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;;eAE3C,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;qBAClC,KAAK,CAAC,MAAM,CAAC,OAAO;;;4BAGb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;iBAC/C,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY;;CAEhD,CAAC;AAMF,MAAM,CAAC,MAAM,aAAa,GAAwB,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,KAAC,UAAU,
|
|
1
|
+
{"version":3,"file":"tab_number_chip.js","sourceRoot":"","sources":["../../../../src/components/to_consolidate/tab_number_chip.tsx"],"names":[],"mappings":";AACA,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AACrD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAA;aAClB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI;wBACb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,cAAc;;eAE3C,KAAK,CAAC,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,CAAC,MAAM;qBAClC,KAAK,CAAC,MAAM,CAAC,OAAO;;;4BAGb,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB;iBAC/C,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY;;CAEhD,CAAC;AAMF,MAAM,CAAC,MAAM,aAAa,GAAwB,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE;IACxE,OAAO,CACH,KAAC,UAAU,IAAC,IAAI,EAAC,OAAO,KAAK,IAAI,YAC5B,QAAQ,GACA,CAChB,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/F,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { colorProperties, darkTheme, lightTheme } from './colors/index.js';
|
|
2
|
-
import { devices, layouts, radiuses, shadows, spaces, transitions
|
|
2
|
+
import { devices, layouts, radiuses, shadows, spaces, transitions } from './tokens/index.js';
|
|
3
3
|
import { typographyTokens } from './typography_theme.js';
|
|
4
4
|
export const theme = {
|
|
5
5
|
color: colorProperties,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7F,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,KAAK,EAAE,eAAe;IACtB,YAAY,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE;IACpD,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,QAAQ;IAChB,4FAA4F;IAC5F,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,WAAW;IACvB,MAAM,EAAE,OAAO;IACf,UAAU,EAAE,gBAAgB;CAC/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography_theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"typography_theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6OnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography_theme.js","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,MAAM,EAAE;QACJ,MAAM,EAAE;YACJ,QAAQ,EAAE,2FAA2F;YACrG,QAAQ,EAAE,2FAA2F;YACrG,OAAO,EAAE,yFAAyF;YAClG,MAAM,EAAE,2FAA2F;YACnG,MAAM,EAAE,2FAA2F;YACnG,MAAM,EAAE,yFAAyF;YACjG,OAAO,EAAE,2FAA2F;YACpG,KAAK,EAAE,2FAA2F;YAClG,WAAW,EAAE,2FAA2F;YACxG,WAAW,EAAE,2FAA2F;YACxG,KAAK,EAAE,yFAAyF;YAChG,WAAW,EAAE,yFAAyF;YACtG,WAAW,EAAE,yFAAyF;YACtG,KAAK,EAAE,2FAA2F;YAClG,WAAW,EAAE,2FAA2F;YACxG,WAAW,EAAE,2FAA2F;YACxG,KAAK,EAAE,wIAAwI;YAC/I,WAAW,
|
|
1
|
+
{"version":3,"file":"typography_theme.js","sourceRoot":"","sources":["../../../src/design_system/typography_theme.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui_dependency_provider.d.ts","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI1G,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,
|
|
1
|
+
{"version":3,"file":"ui_dependency_provider.d.ts","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,MAAM,WAAW,yBAA0B,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI1G,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACL,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACL,CAAC;AAEF,MAAM,WAAW,cAAc;IAC3B,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,yBAAyB,GAAG,KAAK,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAClH,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAAC,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAGtF,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAEjD,kBAAkB,EAAE,MAAM,CAAC;IAE3B,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,KAAK,MAAM,CAAC;IAE5E,eAAe,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,SAAS,CAAC;CACtD;AAED,UAAU,yBAAyB;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,EAAE,cAAc,CAAC;CAChC;AAID,eAAO,MAAM,uBAAuB,sBAInC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAEpE,CAAC"}
|
|
@@ -7,7 +7,7 @@ export const useSharedUiDependencies = () => {
|
|
|
7
7
|
throw new Error('Application must be wrapped by UiDependencyProvider');
|
|
8
8
|
return uiDependencies;
|
|
9
9
|
};
|
|
10
|
-
export const UiDependencyProvider = ({ children, dependencies
|
|
11
|
-
return
|
|
10
|
+
export const UiDependencyProvider = ({ children, dependencies }) => {
|
|
11
|
+
return _jsx(DependencyProviderContext.Provider, { value: dependencies, children: children });
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=ui_dependency_provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui_dependency_provider.js","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AA0ClD,MAAM,yBAAyB,GAAG,aAAa,CAAwB,IAAI,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACxC,MAAM,cAAc,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,IAAI,CAAC,cAAc;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAC5F,OAAO,cAAc,CAAC;AAC1B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAwC,CAAC,
|
|
1
|
+
{"version":3,"file":"ui_dependency_provider.js","sourceRoot":"","sources":["../../src/ui_dependency_provider.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AA0ClD,MAAM,yBAAyB,GAAG,aAAa,CAAwB,IAAI,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACxC,MAAM,cAAc,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAC;IAC7D,IAAI,CAAC,cAAc;QAAE,MAAM,IAAI,KAAK,CAAC,qDAAqD,CAAC,CAAC;IAC5F,OAAO,cAAc,CAAC;AAC1B,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAwC,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,EAAE;IACpG,OAAO,KAAC,yBAAyB,CAAC,QAAQ,IAAC,KAAK,EAAE,YAAY,YAAG,QAAQ,GAAsC,CAAC;AACpH,CAAC,CAAC"}
|