Skip to content

Commit

Permalink
feat(TMC-2505): integrate status dot to tabs component
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrKovalM committed Oct 31, 2024
1 parent 06ae686 commit 3008337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import classnames from 'classnames';

import { DataAttributes } from '../../../types';

import styles from './StatusBubblePrimitive.module.scss';
import styles from './StatusDotPrimitive.module.scss';

export const variants = {
beta: 'beta',
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/src/stories/feedback/StatusDot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Status } from '../Status.block';
<Meta of={Stories} />
<Status id="status" />

# StatusBubble
# StatusDot

The status dot component displays state information using circle shape with semantic colors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const TabStandaloneControlled = () => {
);
};

export const TabsWithStatusBubble = () => {
export const TabsWithStatusDot = () => {
return (
<Tabs.Container defaultActiveKey="profile">
<Tabs.List>
Expand Down

0 comments on commit 3008337

Please sign in to comment.