boottent-design 0.1.21 → 0.1.23

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.
@@ -30,7 +30,7 @@ declare interface DialogProps {
30
30
  declare interface ModalProps {
31
31
  id?: string;
32
32
  title?: string;
33
- description: string | default_2.ReactNode;
33
+ description?: string | default_2.ReactNode;
34
34
  subDescription?: string | default_2.ReactNode;
35
35
  size?: "sm" | "md" | "lg" | "fit";
36
36
  confirmText?: string;
@@ -249,7 +249,7 @@ export declare interface ModalPortalOptions {
249
249
  export declare interface ModalProps {
250
250
  id?: string;
251
251
  title?: string;
252
- description: string | default_2.ReactNode;
252
+ description?: string | default_2.ReactNode;
253
253
  subDescription?: string | default_2.ReactNode;
254
254
  size?: "sm" | "md" | "lg" | "fit";
255
255
  confirmText?: string;
@@ -48,7 +48,7 @@ export declare interface ModalPortalOptions {
48
48
  export declare interface ModalProps {
49
49
  id?: string;
50
50
  title?: string;
51
- description: string | default_2.ReactNode;
51
+ description?: string | default_2.ReactNode;
52
52
  subDescription?: string | default_2.ReactNode;
53
53
  size?: "sm" | "md" | "lg" | "fit";
54
54
  confirmText?: string;
@@ -185,7 +185,7 @@ export declare const Modal: React_2.ForwardRefExoticComponent<ModalProps & React
185
185
  declare interface ModalProps {
186
186
  id?: string;
187
187
  title?: string;
188
- description: string | default_2.ReactNode;
188
+ description?: string | default_2.ReactNode;
189
189
  subDescription?: string | default_2.ReactNode;
190
190
  size?: "sm" | "md" | "lg" | "fit";
191
191
  confirmText?: string;
@@ -76,7 +76,7 @@ declare interface ModalPortalOptions {
76
76
  declare interface ModalProps {
77
77
  id?: string;
78
78
  title?: string;
79
- description: string | default_2.ReactNode;
79
+ description?: string | default_2.ReactNode;
80
80
  subDescription?: string | default_2.ReactNode;
81
81
  size?: "sm" | "md" | "lg" | "fit";
82
82
  confirmText?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "boottent-design",
3
3
  "private": false,
4
- "version": "0.1.21",
4
+ "version": "0.1.23",
5
5
  "description": "부트텐트 디자인시스템 라이브러리",
6
6
  "repository": {
7
7
  "type": "git",