Skip to content

Commit

Permalink
[embeddable] remove EmbeddableRenderer and embeddable stories (#203007)
Browse files Browse the repository at this point in the history
PR starts cleaning up legacy embeddable components by removing
EmbeddableRenderer, EmbedddableRoot, and embeddable story books.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
  • Loading branch information
4 people authored Dec 10, 2024
1 parent 4d9a70f commit 80f915f
Show file tree
Hide file tree
Showing 29 changed files with 116 additions and 1,065 deletions.
1 change: 0 additions & 1 deletion .buildkite/scripts/steps/storybooks/build_and_upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const STORYBOOKS = [
'dashboard_enhanced',
'dashboard',
'data',
'embeddable',
'esql_editor',
'expression_error',
'expression_image',
Expand Down
1 change: 0 additions & 1 deletion src/dev/storybook/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const storybookAliases = {
dashboard: 'src/plugins/dashboard/.storybook',
data: 'src/plugins/data/.storybook',
discover: 'src/plugins/discover/.storybook',
embeddable: 'src/plugins/embeddable/.storybook',
esql_ast_inspector: 'examples/esql_ast_inspector/.storybook',
es_ui_shared: 'src/plugins/es_ui_shared/.storybook',
expandable_flyout: 'packages/kbn-expandable-flyout/.storybook',
Expand Down
24 changes: 0 additions & 24 deletions src/plugins/embeddable/.storybook/decorator.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions src/plugins/embeddable/.storybook/main.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/plugins/embeddable/.storybook/manager.ts

This file was deleted.

30 changes: 0 additions & 30 deletions src/plugins/embeddable/.storybook/preview.tsx

This file was deleted.

279 changes: 0 additions & 279 deletions src/plugins/embeddable/public/__stories__/embeddable_panel.stories.tsx

This file was deleted.

Loading

0 comments on commit 80f915f

Please sign in to comment.