@designbasekorea/ui 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.css.map +1 -1
- package/dist/index.esm.js +30 -10
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +30 -10
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1 -1
- package/dist/index.umd.css.map +1 -1
- package/dist/index.umd.js +30 -10
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1366,7 +1366,7 @@ interface DrawerProps {
|
|
|
1366
1366
|
children: React$1.ReactNode;
|
|
1367
1367
|
/** Drawer의 위치 (기본값: 'right') */
|
|
1368
1368
|
position?: DrawerPosition;
|
|
1369
|
-
/** Drawer의 크기 (기본값: '
|
|
1369
|
+
/** Drawer의 크기 (기본값: 'm') */
|
|
1370
1370
|
size?: DrawerSize;
|
|
1371
1371
|
/** 닫기 버튼을 표시할지 여부 (기본값: true) */
|
|
1372
1372
|
showCloseButton?: boolean;
|