mx3d 0.6.5 → 0.6.6

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/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export default class MX3D {
12
12
  static sl: string;
13
13
  static rl: string;
14
14
  static App: typeof App;
15
+ static Request: import("axios").AxiosInstance;
15
16
  static AlarmFlashing: typeof AlarmFlashing;
16
17
  static UI: typeof UI;
17
18
  static Builder: typeof Builder;
@@ -4,7 +4,7 @@ export default class RackModel {
4
4
  uHeight: number;
5
5
  uStart: number;
6
6
  color: string;
7
- fontImgUrl: string;
7
+ frontImgUrl: string;
8
8
  backImgUrl: string;
9
9
  direction: boolean;
10
10
  width: number;