Skip to content

Commit

Permalink
chore(react): fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Aug 7, 2023
1 parent 3f2672b commit 0f9fa5b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/Button/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Variation that provides an extra visual weight to identify the primary action fr

### Primary Disabled

Variation that provides an extra visual weight to identify the primary action from a set of buttons.
Disabled state of the primary button variation.

<Canvas>
<Story name="Primary Disabled" args={{disabled: true, color: 'primary', children: 'Button', variant: 'contained'}} parameters={withDesign("Button", "Primary", {})} />
Expand Down Expand Up @@ -94,7 +94,7 @@ Any actions that's less-pronounced.

### Social

Variation that provides an extra visual weight to identify the primary action from a set of buttons.
Button variation to showcase social connections.

export const GoogleIcon = (props) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com). All Rights Reserved.
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down
6 changes: 3 additions & 3 deletions packages/react/src/components/FormLabel/FormLabel.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {ArgsTable, Source, Story, Canvas, Meta} from '@storybook/addon-docs';
import dedent from 'ts-dedent';
import StoryConfig from '../../../.storybook/story-config.ts';
import FormLabel from './FormLabel.tsx';
import LinkTo from '@storybook/addon-links/react';

export const meta = {
component: FormLabel,
Expand All @@ -24,9 +25,8 @@ API reference docs for the React FormLabel component. Learn about the props, CSS

For examples and details on the usage of this React component, visit the component demo pages:

- Checkbox
- Radio Group
- Switch
- <LinkTo kind="?path=/docs/inputs-checkbox--overview">Checkbox</LinkTo>
- <LinkTo kind="?path=/docs/inputs-radio-group--overview">Radio Group</LinkTo>

<Canvas>
<Story
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Paper/Paper.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Template = args => (

## Overview

In Material Design, the physical properties of paper are translated to the screen.
Component that ressembles a sheet of paper.

<Canvas>
<Story
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Radio/Radio.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ API reference docs for the React Radio component. Learn about the props, CSS, an

For examples and details on the usage of this React component, visit the component demo pages:

- Radio Group
- <LinkTo kind="?path=/docs/inputs-radio-group--overview">Radio Group</LinkTo>

<Canvas>
<Story
Expand Down

0 comments on commit 0f9fa5b

Please sign in to comment.