@momentum-design/components 0.9.0 → 0.9.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.
@@ -41,6 +41,9 @@ declare class Presence extends Component {
41
41
  * - LARGE
42
42
  * - X_LARGE
43
43
  * - XX_LARGE
44
+ *
45
+ * Presence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence
46
+ * icons will be no smaller than 14px.
44
47
  * @default small
45
48
  */
46
49
  size: PresenceSize;
@@ -54,6 +54,9 @@ class Presence extends Component {
54
54
  * - LARGE
55
55
  * - X_LARGE
56
56
  * - XX_LARGE
57
+ *
58
+ * Presence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence
59
+ * icons will be no smaller than 14px.
57
60
  * @default small
58
61
  */
59
62
  this.size = DEFAULTS.SIZE;
@@ -711,7 +711,7 @@
711
711
  "type": {
712
712
  "text": "PresenceSize"
713
713
  },
714
- "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE",
714
+ "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
715
715
  "default": "small",
716
716
  "attribute": "size",
717
717
  "reflects": true
@@ -746,7 +746,7 @@
746
746
  "type": {
747
747
  "text": "PresenceSize"
748
748
  },
749
- "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE",
749
+ "description": "Acceptable values include:\n- XX_SMALL\n- X_SMALL\n- SMALL\n- MIDSIZE\n- LARGE\n- X_LARGE\n- XX_LARGE\n\nPresence icons are minimum 14px in size, meaning XX_Small, X_Small and Small presence\nicons will be no smaller than 14px.",
750
750
  "default": "small",
751
751
  "fieldName": "size"
752
752
  }
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "@momentum-design/tokens": "*",
36
36
  "lit": "^3.2.0"
37
37
  },
38
- "version": "0.9.0"
38
+ "version": "0.9.2"
39
39
  }