grafana/ui: Rename Flex component to Stack (#77453)

* grafana/ui: Remove Stack and rename FLex to Stack

* Update types

* Update grafana/ui imports

* Update Grafana imports

* Update docs
This commit is contained in:
Alex Khomenko
2023-11-01 08:48:02 +01:00
committed by GitHub
parent d511925fc9
commit f5cbd4f9d0
20 changed files with 319 additions and 751 deletions

View File

@ -9,7 +9,5 @@
* be subject to the standard policies
*/
export * from './components/Layout/Flex/Flex';
export { Grid } from './components/Layout/Grid/Grid';
export { Stack, HorizontalStack } from './components/Layout/Stack';
export { Stack } from './components/Layout/Stack/Stack';