@momentum-design/components 0.69.1 → 0.69.2

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;
@@ -8738,7 +8738,7 @@
8738
8738
  "type": {
8739
8739
  "text": "DialogSize"
8740
8740
  },
8741
- "description": "The size of the dialog, can be 'small' (432x332), 'medium' (656x356), or 'large' (992x412)",
8741
+ "description": "The size of the dialog, can be 'small' (432px width), 'medium' (656px width), or 'large' (992px width)",
8742
8742
  "default": "small",
8743
8743
  "attribute": "size",
8744
8744
  "reflects": true
@@ -9423,7 +9423,7 @@
9423
9423
  "type": {
9424
9424
  "text": "DialogSize"
9425
9425
  },
9426
- "description": "The size of the dialog, can be 'small' (432x332), 'medium' (656x356), or 'large' (992x412)",
9426
+ "description": "The size of the dialog, can be 'small' (432px width), 'medium' (656px width), or 'large' (992px width)",
9427
9427
  "default": "small",
9428
9428
  "fieldName": "size"
9429
9429
  },
package/package.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "lit": "^3.2.0",
40
40
  "uuid": "^11.0.5"
41
41
  },
42
- "version": "0.69.1"
42
+ "version": "0.69.2"
43
43
  }