mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[SKA] Categorize outstanding shared-ux modules (#205378)
## Summary Categorize outstanding shared-ux modules for the move.
This commit is contained in:
parent
5b74e12106
commit
952436aa52
5 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/react-mute-legacy-root-warning",
|
||||
"owner": "@elastic/appex-sharedux"
|
||||
"owner": "@elastic/appex-sharedux",
|
||||
"visibility": "private",
|
||||
"group": "platform"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-router-mocks",
|
||||
"owner": "@elastic/appex-sharedux"
|
||||
"owner": "@elastic/appex-sharedux",
|
||||
"group": "platform",
|
||||
"visibility": "shared"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-router-types",
|
||||
"owner": "@elastic/appex-sharedux"
|
||||
"owner": "@elastic/appex-sharedux",
|
||||
"group": "platform",
|
||||
"visibility": "shared"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/shared-ux-storybook-config",
|
||||
"owner": "@elastic/appex-sharedux"
|
||||
"owner": "@elastic/appex-sharedux",
|
||||
"visibility": "private",
|
||||
"group": "platform"
|
||||
}
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
"type": "plugin",
|
||||
"id": "@kbn/screenshotting-example-plugin",
|
||||
"owner": "@elastic/appex-sharedux",
|
||||
// This plugin is not meant to be referenced or imported
|
||||
"visibility": "private",
|
||||
// If cloned / used as an inspiration, please bear in mind that your plugin might belong to a specific solution group
|
||||
"group": "platform",
|
||||
"description": "An example integration with the screenshotting plugin.",
|
||||
"plugin": {
|
||||
"id": "screenshottingExample",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue