mdt-client 31.3.19 → 31.3.20

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": "mdt-client",
3
- "version": "31.3.19",
3
+ "version": "31.3.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -106,6 +106,7 @@ export interface ILegacyFacade {
106
106
  toolbarView: any;
107
107
  uiComponents: {
108
108
  alert: any;
109
+ labelStyle: any;
109
110
  };
110
111
  PlaceInQueryHelpers: any;
111
112
  isApiV2: () => boolean;