@liner-fe/prism 3.6.0 → 3.6.1
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/lib/index.d.ts +2 -2
- package/package.json +2 -3
package/lib/index.d.ts
CHANGED
|
@@ -914,7 +914,7 @@ type DialogConfirmAction = DialogAction & {
|
|
|
914
914
|
*/
|
|
915
915
|
interface DialogContentProps extends react.HTMLAttributes<HTMLDivElement> {
|
|
916
916
|
/**
|
|
917
|
-
* 상단 일러스트 슬롯 (선택).
|
|
917
|
+
* 상단 일러스트 슬롯 (선택). 일러스트를 넣는다. 없으면 렌더하지 않는다.
|
|
918
918
|
* content 상단에 가운데 정렬로 노출된다. (full-bleed 아님)
|
|
919
919
|
*/
|
|
920
920
|
illust?: react.ReactNode;
|
|
@@ -982,7 +982,7 @@ type BottomSheetConfirmAction = BottomSheetAction & {
|
|
|
982
982
|
*/
|
|
983
983
|
interface BottomSheetContentProps extends react.HTMLAttributes<HTMLDivElement> {
|
|
984
984
|
/**
|
|
985
|
-
* 상단 미디어/일러스트 슬롯 (선택).
|
|
985
|
+
* 상단 미디어/일러스트 슬롯 (선택). 일러스트을 넣는다. 없으면 렌더하지 않는다.
|
|
986
986
|
* content 최상단에 가로 full-bleed로 노출된다. Figma `media` 슬롯에 대응한다.
|
|
987
987
|
*/
|
|
988
988
|
illust?: react.ReactNode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"dependencies": {
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
"vaul": "1.1.2",
|
|
23
23
|
"@liner-fe/design-token": "^3.0.5",
|
|
24
24
|
"@liner-fe/design-token-primitive": "^0.2.50",
|
|
25
|
-
"@liner-fe/icon": "^2.0.24"
|
|
26
|
-
"@liner-fe/illust": "^1.0.1"
|
|
25
|
+
"@liner-fe/icon": "^2.0.24"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|
|
29
28
|
"@chromatic-com/storybook": "^1.5.0",
|