[SKA] Categorize outstanding shared-ux modules (#205378)

## Summary

Categorize outstanding shared-ux modules for the move.
This commit is contained in:
Anton Dosov 2025-01-02 15:14:22 +01:00 committed by GitHub
parent 5b74e12106
commit 952436aa52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 8 deletions

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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"
}

View file

@ -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",