Skip to content

Commit 706d1f3

Browse files
committed
chore(Mask): update to 5.0.0
1 parent e6dfcda commit 706d1f3

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

src/Mask/Mask.stories.tsx

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,6 @@ Circle.args = {
7878
src: 'https://img.daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.webp',
7979
variant: 'circle',
8080
}
81-
export const Parallelogram: Story<MaskProps> = (args) => {
82-
return <Mask {...args} />
83-
}
84-
Parallelogram.args = {
85-
src: 'https://img.daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.webp',
86-
variant: 'parallelogram',
87-
}
88-
export const ParallelogramTwo: Story<MaskProps> = (args) => {
89-
return <Mask {...args} />
90-
}
91-
ParallelogramTwo.args = {
92-
src: 'https://img.daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.webp',
93-
variant: 'parallelogram-2',
94-
}
95-
export const ParallelogramThree: Story<MaskProps> = (args) => {
96-
return <Mask {...args} />
97-
}
98-
ParallelogramThree.args = {
99-
src: 'https://img.daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.webp',
100-
variant: 'parallelogram-3',
101-
}
102-
export const ParallelogramFour: Story<MaskProps> = (args) => {
103-
return <Mask {...args} />
104-
}
105-
ParallelogramFour.args = {
106-
src: 'https://img.daisyui.com/images/stock/photo-1567653418876-5bb0e566e1c2.webp',
107-
variant: 'parallelogram-4',
108-
}
10981
export const Star: Story<MaskProps> = (args) => {
11082
return <Mask {...args} />
11183
}

src/Mask/Mask.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export type MaskProps = React.ImgHTMLAttributes<HTMLImageElement> &
1616
| 'diamond'
1717
| 'square'
1818
| 'circle'
19-
| 'parallelogram'
20-
| 'parallelogram-2'
21-
| 'parallelogram-3'
22-
| 'parallelogram-4'
2319
| 'star'
2420
| 'star-2'
2521
| 'triangle'

0 commit comments

Comments
 (0)