Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit c95bad4

Browse files
fix: removing meta tags
1 parent 8fa3991 commit c95bad4

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

docs/BrandColors.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { Canvas, Meta } from '@storybook/blocks';
1+
import { Canvas } from '@storybook/blocks';
22
import * as BrandColorStories from './BrandColors.stories';
33

4-
<Meta of={BrandColorStories} />
5-
64
# Brand colors (first tier)
75

86
Brand colors form the foundation of our color system. They use literal color names (like red, green, etc.) and a numeric scale (where 000 is light and 900 is dark) by default. These colors are essential to maintaining visual consistency across our products and are primarily used as a reference for the [theme colors](/docs/colors-themecolors--docs).

docs/BrandColors.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ColorSwatchGroup } from './components';
55
import README from './BrandColors.mdx';
66

77
const meta: Meta<typeof ColorSwatchGroup> = {
8-
title: 'Colors/BrandColors',
8+
title: 'Colors/Brand Colors',
99
component: ColorSwatchGroup,
1010
parameters: {
1111
docs: {

docs/ThemeColors.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import { Meta, Canvas } from '@storybook/addon-docs/blocks';
1+
import { Canvas } from '@storybook/addon-docs/blocks';
22
import * as ThemeColorStories from './ThemeColors.stories';
33

4-
<Meta title="Design Tokens/Theme Colors" of={ThemeColorStories.default} />
5-
64
# Theme Colors (second tier)
75

86
Theme colors are design tokens that are named based on their function rather than their actual color values. This makes them adaptable to different themes and ensures consistency and accessibility across your project.

docs/ThemeColors.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ColorSwatchGroup } from './components';
44
import README from './ThemeColors.mdx';
55

66
export default {
7-
title: 'Colors/ThemeColors',
7+
title: 'Colors/Theme Colors',
88
component: ColorSwatchGroup,
99
parameters: {
1010
docs: {

0 commit comments

Comments
 (0)