@momo-webplatform/mobase 0.2.24 → 0.2.25

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.
@@ -113,7 +113,7 @@ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimit
113
113
  /**
114
114
  * Determines whether the close button should be positioned on the right side.
115
115
  */
116
- isRightCloseButton?: boolean | undefined;
116
+ positionRightCloseBtn?: boolean | undefined;
117
117
  /**
118
118
  * Size of the modal window
119
119
  */
@@ -122,6 +122,10 @@ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimit
122
122
  * Position of the modal window
123
123
  */
124
124
  position?: "center" | "left" | "right" | "bottom" | undefined;
125
+ /**
126
+ * Determines whether the close button hide or not
127
+ */
128
+ hideCloseBtn?: boolean | undefined;
125
129
  /**
126
130
  * Height of the modal window
127
131
  */
@@ -113,7 +113,7 @@ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimit
113
113
  /**
114
114
  * Determines whether the close button should be positioned on the right side.
115
115
  */
116
- isRightCloseButton?: boolean | undefined;
116
+ positionRightCloseBtn?: boolean | undefined;
117
117
  /**
118
118
  * Size of the modal window
119
119
  */
@@ -122,6 +122,10 @@ declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimit
122
122
  * Position of the modal window
123
123
  */
124
124
  position?: "center" | "left" | "right" | "bottom" | undefined;
125
+ /**
126
+ * Determines whether the close button hide or not
127
+ */
128
+ hideCloseBtn?: boolean | undefined;
125
129
  /**
126
130
  * Height of the modal window
127
131
  */