@momentum-design/components 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.6.0"
40
+ "version": "0.6.1"
41
41
  }