Skip to content

Commit

Permalink
add id
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Aug 22, 2024
1 parent 3fcaf2f commit f63df51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-action-bar/lib/uui-action-bar.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
import { spread } from '../../../storyhelpers/spread-directive';

const meta: Meta = {
id: 'uui-action-bar',
component: 'uui-action-bar',
title: 'Buttons/Action Bar',
args: {
Expand Down
1 change: 1 addition & 0 deletions packages/uui-avatar-group/lib/uui-avatar-group.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { spread } from '../../../storyhelpers/spread-directive';
import '@umbraco-ui/uui-badge/lib';

const meta: Meta = {
id: 'uui-avatar-group',
component: 'uui-avatar-group',
title: 'Displays/Avatar/Avatar Group',
args: {
Expand Down
1 change: 1 addition & 0 deletions packages/uui-avatar/lib/uui-avatar.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { spread } from '../../../storyhelpers/spread-directive';
import '@umbraco-ui/uui-badge/lib';

const meta: Meta = {
id: 'uui-avatar',
component: 'uui-avatar',
title: 'Displays/Avatar/Avatar',
args: {
Expand Down
1 change: 1 addition & 0 deletions packages/uui-badge/lib/uui-badge.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
import { spread } from '../../../storyhelpers/spread-directive';

const meta: Meta = {
id: 'uui-badge',
component: 'uui-badge',
title: 'Displays/Badge',
args: {
Expand Down
1 change: 1 addition & 0 deletions packages/uui-button/lib/uui-button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
import { spread } from '../../../storyhelpers/spread-directive';

const meta: Meta = {
id: 'uui-button',
component: 'uui-button',
title: 'Buttons/Button',
args: {
Expand Down

0 comments on commit f63df51

Please sign in to comment.