Skip to content

Commit

Permalink
fix: Remove info highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Sep 26, 2024
1 parent e3c369b commit 08245d0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 104 deletions.
12 changes: 0 additions & 12 deletions modules/react/checkbox/stories/Checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Checkbox may be used on its own without [Form Field](/components/inputs/form-field/) since it
Expand Down
12 changes: 0 additions & 12 deletions modules/react/color-picker/stories/color-input/ColorInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Color Input should be used in tandem with [Form Field](/components/inputs/form-field/) to meet
Expand Down
12 changes: 0 additions & 12 deletions modules/react/color-picker/stories/color-preview/ColorPreview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

<ExampleCodeBlock code={Basic} />
Expand Down
12 changes: 0 additions & 12 deletions modules/react/radio/stories/Radio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Radio Buttons are intended to be grouped together using a Radio Group.
Expand Down
20 changes: 0 additions & 20 deletions modules/react/select/stories/Select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />

{' '}

<InformationHighlight.Heading>Note</InformationHighlight.Heading>

{' '}

<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the Main
package in a future major version.
</InformationHighlight.Body>

<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

`Select` supports a
Expand Down Expand Up @@ -318,7 +299,6 @@ Select and its subcomponents support custom styling via the `cs` prop. For more
our
["How To Customize Styles"](https://workday.github.io/canvas-kit/?path=/docs/styling-how-to-customize-styles--page).


## Component API

<SymbolDoc name="Select" fileName="/react/" />
Expand Down
12 changes: 0 additions & 12 deletions modules/react/switch/stories/Switch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Switch should be used in tandem with [Form Field](/components/inputs/form-field/) to meet
Expand Down
12 changes: 0 additions & 12 deletions modules/react/text-area/stories/TextArea.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Text Area should be used in tandem with [Form Field](/components/inputs/form-field/) to meet
Expand Down
12 changes: 0 additions & 12 deletions modules/react/text-input/stories/TextInput.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ yarn add @workday/canvas-kit-react

## Usage

<InformationHighlight style={{margin: '1.5rem 0'}}>
<InformationHighlight.Icon />
<InformationHighlight.Heading>Note</InformationHighlight.Heading>
<InformationHighlight.Body>
These examples are using FormField from Preview. We can plan to promote this component to the
Main package in a future major version.
</InformationHighlight.Body>
<InformationHighlight.Link href="https://workday.github.io/canvas-kit/?path=/docs/preview-inputs-form-field--basic">
View Form Field (Preview) Documentation
</InformationHighlight.Link>
</InformationHighlight>

### Basic Example

Text Input should be used in tandem with [Form Field](/components/inputs/form-field/) to meet
Expand Down

0 comments on commit 08245d0

Please sign in to comment.