[packages] add missing kibana.jsonc files (#141327)

This commit is contained in:
Spencer 2022-09-21 20:13:24 -05:00 committed by GitHub
parent 08e9c63659
commit da60f57dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 0 deletions

4
.github/CODEOWNERS vendored
View file

@ -937,6 +937,7 @@ packages/kbn-utility-types-jest @elastic/kibana-operations
packages/kbn-utils @elastic/kibana-operations
packages/kbn-yarn-lock-validator @elastic/kibana-operations
packages/shared-ux/avatar/solution @elastic/shared-ux
packages/shared-ux/avatar/user_profile/impl @elastic/shared-ux
packages/shared-ux/button_toolbar @elastic/shared-ux
packages/shared-ux/button/exit_full_screen/impl @elastic/shared-ux
packages/shared-ux/button/exit_full_screen/mocks @elastic/shared-ux
@ -966,6 +967,9 @@ packages/shared-ux/page/solution_nav @elastic/shared-ux
packages/shared-ux/prompt/no_data_views/impl @elastic/shared-ux
packages/shared-ux/prompt/no_data_views/mocks @elastic/shared-ux
packages/shared-ux/prompt/no_data_views/types @elastic/shared-ux
packages/shared-ux/router/impl @elastic/shared-ux
packages/shared-ux/router/mocks @elastic/shared-ux
packages/shared-ux/router/types @elastic/shared-ux
packages/shared-ux/storybook/config @elastic/shared-ux
packages/shared-ux/storybook/mock @elastic/shared-ux
x-pack/packages/ml/agg_utils @elastic/ml-ui

View file

@ -281,6 +281,7 @@ filegroup(
"//packages/kbn-utils:build",
"//packages/kbn-yarn-lock-validator:build",
"//packages/shared-ux/avatar/solution:build",
"//packages/shared-ux/avatar/user_profile/impl:build",
"//packages/shared-ux/button_toolbar:build",
"//packages/shared-ux/button/exit_full_screen/impl:build",
"//packages/shared-ux/button/exit_full_screen/mocks:build",
@ -310,6 +311,9 @@ filegroup(
"//packages/shared-ux/prompt/no_data_views/impl:build",
"//packages/shared-ux/prompt/no_data_views/mocks:build",
"//packages/shared-ux/prompt/no_data_views/types:build",
"//packages/shared-ux/router/impl:build",
"//packages/shared-ux/router/mocks:build",
"//packages/shared-ux/router/types:build",
"//packages/shared-ux/storybook/config:build",
"//packages/shared-ux/storybook/mock:build",
"//x-pack/packages/ml/agg_utils:build",
@ -581,6 +585,7 @@ filegroup(
"//packages/kbn-utils:build_types",
"//packages/kbn-yarn-lock-validator:build_types",
"//packages/shared-ux/avatar/solution:build_types",
"//packages/shared-ux/avatar/user_profile/impl:build_types",
"//packages/shared-ux/button_toolbar:build_types",
"//packages/shared-ux/button/exit_full_screen/impl:build_types",
"//packages/shared-ux/button/exit_full_screen/mocks:build_types",
@ -601,6 +606,8 @@ filegroup(
"//packages/shared-ux/page/solution_nav:build_types",
"//packages/shared-ux/prompt/no_data_views/impl:build_types",
"//packages/shared-ux/prompt/no_data_views/mocks:build_types",
"//packages/shared-ux/router/impl:build_types",
"//packages/shared-ux/router/mocks:build_types",
"//packages/shared-ux/storybook/config:build_types",
"//packages/shared-ux/storybook/mock:build_types",
"//x-pack/packages/ml/agg_utils:build_types",

View file

@ -0,0 +1,7 @@
{
"type": "shared-common",
"id": "@kbn/shared-ux-avatar-user-profile-components",
"owner": "@elastic/shared-ux",
"runtimeDeps": [],
"typeDeps": []
}

View file

@ -0,0 +1,7 @@
{
"type": "shared-common",
"id": "@kbn/shared-ux-router",
"owner": "@elastic/shared-ux",
"runtimeDeps": [],
"typeDeps": []
}

View file

@ -0,0 +1,7 @@
{
"type": "shared-common",
"id": "@kbn/shared-ux-router-mocks",
"owner": "@elastic/shared-ux",
"runtimeDeps": [],
"typeDeps": []
}

View file

@ -0,0 +1,7 @@
{
"type": "shared-common",
"id": "@kbn/shared-ux-router-types",
"owner": "@elastic/shared-ux",
"runtimeDeps": [],
"typeDeps": []
}