@momentum-design/components 0.5.2 → 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