Skip to content

Commit

Permalink
Revert "add @kbn/react-kibana-context-theme to shared deps"
Browse files Browse the repository at this point in the history
This reverts commit 544b270.
  • Loading branch information
tkajtoch committed Nov 14, 2024
1 parent deab885 commit 38364d2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 149 deletions.
35 changes: 0 additions & 35 deletions packages/core/base/core-base-common/BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion packages/kbn-ui-shared-deps-src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ webpack_cli(
"//packages/shared-ux/error_boundary",
"//packages/kbn-rison",
"//packages/shared-ux/code_editor/impl:code_editor",
"//packages/react/kibana_context/theme",
],
output_dir = True,
args = [
Expand Down
1 change: 0 additions & 1 deletion packages/kbn-ui-shared-deps-src/src/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const externals = {
'@kbn/esql-ast': '__kbnSharedDeps__.KbnEsqlAst',
'@kbn/ebt-tools': '__kbnSharedDeps__.KbnEbtTools',
'@elastic/apm-rum-core': '__kbnSharedDeps__.ElasticApmRumCore',
'@kbn/react-kibana-context-theme': '__kbnSharedDeps__.KbnReactKibanaContextTheme',
};

module.exports = { distDir, jsFilename, cssDistFilename, externals };
1 change: 0 additions & 1 deletion packages/kbn-ui-shared-deps-src/src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ export const KbnCodeEditor = require('@kbn/code-editor');
export const KbnEsqlAst = require('@kbn/esql-ast');
export const KbnEbtTools = require('@kbn/ebt-tools');
export const ElasticApmRumCore = require('@elastic/apm-rum-core');
export const KbnReactKibanaContextTheme = require('@kbn/react-kibana-context-theme');
36 changes: 0 additions & 36 deletions packages/react/kibana_context/common/BUILD.bazel

This file was deleted.

37 changes: 0 additions & 37 deletions packages/react/kibana_context/root/BUILD.bazel

This file was deleted.

38 changes: 0 additions & 38 deletions packages/react/kibana_context/theme/BUILD.bazel

This file was deleted.

0 comments on commit 38364d2

Please sign in to comment.