@momentum-design/components 0.5.2 → 0.6.1

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.
@@ -75,6 +75,7 @@ class Presence extends Component {
75
75
  case 'x_small':
76
76
  case 'small':
77
77
  default:
78
+ this.size = DEFAULTS.SIZE;
78
79
  return 0.875;
79
80
  }
80
81
  }
@@ -111,6 +112,7 @@ class Presence extends Component {
111
112
  return 'meetings-presence-badge-filled';
112
113
  case 'active':
113
114
  default:
115
+ this.type = DEFAULTS.TYPE;
114
116
  return 'active-presence-small-filled';
115
117
  }
116
118
  }
package/package.json CHANGED
@@ -37,5 +37,5 @@
37
37
  "@momentum-design/icons": "*",
38
38
  "@momentum-design/tokens": "*"
39
39
  },
40
- "version": "0.5.2"
40
+ "version": "0.6.1"
41
41
  }