Skip to content

Commit 6faf1e3

Browse files
committed
refactor: modal and drawer vanilla extract (#5675)
* refactor: modal and drawer vanilla extract * fix: delete useless file
1 parent 416fd87 commit 6faf1e3

File tree

14 files changed

+347
-1083
lines changed

14 files changed

+347
-1083
lines changed

.changeset/lovely-mice-spend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/ui": minor
3+
---
4+
5+
Refactor components `Modal` and `Drawer` to use vanilla-extract instead of Emotion

packages/ui/src/components/Drawer/__stories__/Size.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { StoryFn } from '@storybook/react-vite'
22
import { Button } from '../../Button'
3-
import { Drawer, SIZES } from '..'
3+
import { Drawer } from '..'
4+
import { SIZES } from '../styles.css'
45

56
export const Size: StoryFn = props => (
67
<>

0 commit comments

Comments
 (0)