mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GLDS: Make Text component story not internal (#72803)
This commit is contained in:
parent
6314cf9588
commit
7147778dbd
@ -1,7 +1,7 @@
|
||||
import { Meta, Props, Preview, ArgsTable } from '@storybook/addon-docs/blocks';
|
||||
import { Text } from './Text';
|
||||
import { TextLink } from '../Link/TextLink.tsx';
|
||||
import { Basic } from './Text.internal.story.tsx';
|
||||
import { Basic } from './Text.story.tsx';
|
||||
import { Tooltip } from '../Tooltip';
|
||||
|
||||
<Meta title="MDX|Text" component={Text} />
|
||||
|
@ -84,6 +84,7 @@ export const Example: StoryFn = (args) => {
|
||||
</VerticalGroup>
|
||||
);
|
||||
};
|
||||
|
||||
Example.parameters = {
|
||||
controls: {
|
||||
exclude: ['element', 'variant', 'weight', 'textAlignment', 'truncate', 'italic', 'color', 'children'],
|
Loading…
Reference in New Issue
Block a user