Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Mask/Mask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ const classesFn = ({
'mask-diamond': variant === 'diamond',
'mask-square': variant === 'square',
'mask-circle': variant === 'circle',
'mask-parallelogram': variant === 'parallelogram',
'mask-parallelogram-2': variant === 'parallelogram-2',
'mask-parallelogram-3': variant === 'parallelogram-3',
'mask-parallelogram-4': variant === 'parallelogram-4',
'mask-star': variant === 'star',
'mask-star-2': variant === 'star-2',
'mask-triangle': variant === 'triangle',
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const componentLayouts = ['vertical', 'horizontal'] as const
export const componentPositions = ['top', 'bottom', 'left', 'right', 'start', 'end'] as const
export const componentPositions = ['top', 'bottom', 'left', 'right', 'start', 'end', 'middle'] as const
export const componentShapes = ['circle', 'square'] as const
export const componentSizes = ['xl', 'lg', 'md', 'sm', 'xs'] as const
export const componentStatuses = [
Expand Down