Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo committed Jan 22, 2024
1 parent 244757e commit 1926aa5
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const meta: Meta<
> = {
title: 'Navigation/Breadcrumbs',
parameters: {
status: { type: 'needsRevision' },
status: { type: 'releaseCandidate' },
docs: {
description: {
component:
Expand All @@ -33,7 +33,7 @@ const meta: Meta<
argTypes: {
icon: {
description:
'The base icon for the breadcrumb component displayed to the left of the breadcrumb items. is part of the ProductIcon',
'An icon displayed to the left of the breadcrumb items. This prop accepts a ReactNode.',
},
itemsCount: {
control: { type: 'range', min: 1, max: 6, step: 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const meta: Meta<IButtonProps> = {
title: 'Components/Button',
component: Button,
parameters: {
status: { type: 'inDevelopment' },
status: { type: 'releaseCandidate' },
controls: {
hideNoControlsWarning: true,
sort: 'requiredFirst',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const meta: Meta<ILinkProps> = {
title: 'Components/Link',
component: Link,
parameters: {
status: { type: 'inDevelopment' },
status: { type: 'releaseCandidate' },
controls: {
hideNoControlsWarning: true,
sort: 'requiredFirst',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const meta: Meta<StoryProps> = {
title: 'Navigation/NavAccordion',
parameters: {
status: {
type: ['needsRevision'],
type: ['deprecated'],
},
controls: {
hideNoControlsWarning: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const meta: Meta<{
title: 'Navigation/NavFooter',
parameters: {
status: {
type: ['needsRevision'],
type: ['deprecated'],
},
docs: {
description: {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions packages/libs/react-ui/src/components/ProfileSummary/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { colorAtoms } from '../../styles/atoms.css';
import type { IProgressCircleProps } from './ProgressCircle';
import { ProgressCircle } from './ProgressCircle';

console.log('colorAtoms', colorAtoms, Object.keys(colorAtoms));
const meta: Meta<IProgressCircleProps> = {
title: 'Components/ProgressCircle',
parameters: {
Expand Down
5 changes: 0 additions & 5 deletions packages/libs/react-ui/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ export type {
INotificationProps,
} from './Notification';
export type { IPaginationProps } from './Pagination';
export type {
IProfileSummaryLinkProps,
IProfileSummaryRootProps,
} from './ProfileSummary';
export type {
ITBodyProps,
ITHeadProps,
Expand Down Expand Up @@ -117,7 +113,6 @@ export {
NotificationHeading,
} from './Notification';
export { Pagination } from './Pagination';
export { ProfileSummary } from './ProfileSummary';
export { Table } from './Table';
export { TabItem, Tabs } from './Tabs';
export { Tag, TagGroup, TagItem } from './Tag';
Expand Down
3 changes: 0 additions & 3 deletions packages/libs/react-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export type {
INotificationHeadingProps,
INotificationProps,
IPaginationProps,
IProfileSummaryLinkProps,
IProfileSummaryRootProps,
ISelectFieldProps,
ISelectProps,
IStackProps,
Expand Down Expand Up @@ -100,7 +98,6 @@ export {
NotificationHeading,
Pagination,
ProductIcon,
ProfileSummary,
Select,
SelectField,
Stack,
Expand Down

0 comments on commit 1926aa5

Please sign in to comment.