-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from storybookjs/update-names
Update names
- Loading branch information
Showing
159 changed files
with
956 additions
and
956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export { Markup } from './../icons/Markup'; | ||
export { Bold } from './../icons/Bold'; | ||
export { Italic } from './../icons/Italic'; | ||
export { Paperclip } from './../icons/Paperclip'; | ||
export { Listordered } from './../icons/Listordered'; | ||
export { Listunordered } from './../icons/Listunordered'; | ||
export { PaperClip } from './../icons/PaperClip'; | ||
export { ListOrdered } from './../icons/ListOrdered'; | ||
export { ListUnordered } from './../icons/ListUnordered'; | ||
export { Paragraph } from './../icons/Paragraph'; | ||
export { Markdown } from './../icons/Markdown'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export { Repo } from './../icons/Repo'; | ||
export { Commit } from './../icons/Commit'; | ||
export { Branch } from './../icons/Branch'; | ||
export { Pullrequest } from './../icons/Pullrequest'; | ||
export { PullRequest } from './../icons/PullRequest'; | ||
export { Merge } from './../icons/Merge'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export { User } from './../icons/User'; | ||
export { Useralt } from './../icons/Useralt'; | ||
export { Useradd } from './../icons/Useradd'; | ||
export { UserAlt } from './../icons/UserAlt'; | ||
export { UserAdd } from './../icons/UserAdd'; | ||
export { Users } from './../icons/Users'; | ||
export { Profile } from './../icons/Profile'; | ||
export { Facehappy } from './../icons/Facehappy'; | ||
export { Faceneutral } from './../icons/Faceneutral'; | ||
export { Facesad } from './../icons/Facesad'; | ||
export { FaceHappy } from './../icons/FaceHappy'; | ||
export { FaceNeutral } from './../icons/FaceNeutral'; | ||
export { FaceSad } from './../icons/FaceSad'; | ||
export { Accessibility } from './../icons/Accessibility'; | ||
export { AccessibilityAlt } from './../icons/AccessibilityAlt'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { AlertAlt } from './AlertAlt'; | ||
|
||
const meta: Meta<typeof AlertAlt> = { | ||
component: AlertAlt, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof AlertAlt>; | ||
|
||
export const Default: Story = { args: { size: 100 } }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { AzureDevOps } from './AzureDevOps'; | ||
|
||
const meta: Meta<typeof AzureDevOps> = { | ||
component: AzureDevOps, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof AzureDevOps>; | ||
|
||
export const Default: Story = { args: { size: 100 } }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { BatchAccept } from './BatchAccept'; | ||
|
||
const meta: Meta<typeof BatchAccept> = { | ||
component: BatchAccept, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof BatchAccept>; | ||
|
||
export const Default: Story = { args: { size: 100 } }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { BatchDeny } from './BatchDeny'; | ||
|
||
const meta: Meta<typeof BatchDeny> = { | ||
component: BatchDeny, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof BatchDeny>; | ||
|
||
export const Default: Story = { args: { size: 100 } }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
|
||
import { BookmarkHollow } from './BookmarkHollow'; | ||
|
||
const meta: Meta<typeof BookmarkHollow> = { | ||
component: BookmarkHollow, | ||
}; | ||
|
||
export default meta; | ||
type Story = StoryObj<typeof BookmarkHollow>; | ||
|
||
export const Default: Story = { args: { size: 100 } }; |
Oops, something went wrong.