mgtypes 1.0.81 → 1.0.82

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mgtypes",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "types for mg development",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -255,8 +255,10 @@ export interface mgFontTextStyle {
255
255
  /**
256
256
  * Configs for all the app's font styles
257
257
  *
258
- * @property displayMedium: Nothing, could be back up for app title on splash/login
259
- * @property displaySmall: permission/loading modal text
258
+ * @property displayMedium: Nothing, could be
259
+ * back up for app title on splash/login
260
+ * @property displaySmall: permission/loading
261
+ * modal text, feed header APP_ALIAS
260
262
  *
261
263
  * @property titleMedium: page titles
262
264
  * @property titleSmall: modal titles
@@ -31,6 +31,7 @@ export interface mgOtherComponentConfig {
31
31
  CARD: {
32
32
  avatarImageSize: number;
33
33
  mediaHeight: number;
34
+ mapHeight: number;
34
35
  voteIconButtonSize: number;
35
36
  };
36
37
  CUSTOM_CHIP: {