Skip to content

Commit

Permalink
chore: remove button disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Jul 9, 2024
1 parent f4fff12 commit 8e16f35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions apps/native-ui-storybook/components/Button/Button.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ import ViewFigmaButton from '../../docs/components/ViewFigmaButton';

The `Button` component is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.

<NativeUIProvider>
<Box mb="$5">
<Alert
title="Note:"
text="This component is not yet available in Figma as of 04/07/24 so may vary slightly from some designs. For any questions related to this please reach out on the DS Slack channel: #help-design-systems"
link="Open Slack channel"
onPressLink={() => window.open('https://utilitywarehouse.slack.com/archives/C04MKBQ34PJ')}
/>
</Box>
</NativeUIProvider>

## Playground

<Primary />
Expand Down
11 changes: 0 additions & 11 deletions apps/native-ui-storybook/components/IconButton/IconButton.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ import ViewFigmaButton from '../../docs/components/ViewFigmaButton';

The `IconButton` component is used to trigger an action or event, such as opening a dialog, canceling an action, or performing a delete operation.

<NativeUIProvider>
<Box mb="$5">
<Alert
title="Note:"
text="This component is not yet available in Figma as of 04/07/24 so may vary slightly from some designs. For any questions related to this please reach out on the DS Slack channel: #help-design-systems"
link="Open Slack channel"
onPressLink={() => window.open('https://utilitywarehouse.slack.com/archives/C04MKBQ34PJ')}
/>
</Box>
</NativeUIProvider>

## Playground

<Primary />
Expand Down

0 comments on commit 8e16f35

Please sign in to comment.