@momentum-design/components 0.69.1 → 0.69.3

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.
@@ -64,7 +64,7 @@ declare class Dialog extends Dialog_base {
64
64
  */
65
65
  zIndex: number;
66
66
  /**
67
- * The size of the dialog, can be 'small' (432x332), 'medium' (656x356), or 'large' (992x412)
67
+ * The size of the dialog, can be 'small' (432px width), 'medium' (656px width), or 'large' (992px width)
68
68
  * @default small
69
69
  */
70
70
  size: DialogSize;
@@ -83,7 +83,7 @@ class Dialog extends FocusTrapMixin(CardAndDialogFooterMixin(Component)) {
83
83
  */
84
84
  this.zIndex = DEFAULTS.Z_INDEX;
85
85
  /**
86
- * The size of the dialog, can be 'small' (432x332), 'medium' (656x356), or 'large' (992x412)
86
+ * The size of the dialog, can be 'small' (432px width), 'medium' (656px width), or 'large' (992px width)
87
87
  * @default small
88
88
  */
89
89
  this.size = DEFAULTS.SIZE;