@series-inc/venus-sdk 3.0.0 → 3.0.2

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/dist/index.cjs CHANGED
@@ -3582,7 +3582,7 @@ function initializeTime(venusApi, host) {
3582
3582
  }
3583
3583
 
3584
3584
  // src/version.ts
3585
- var SDK_VERSION = "3.0.0";
3585
+ var SDK_VERSION = "3.0.2";
3586
3586
 
3587
3587
  // src/shared-assets/consts.ts
3588
3588
  var BurgerTimeAssetsCdnPath = "burger-time/Core.stow";
@@ -4146,8 +4146,15 @@ var MockHost = class {
4146
4146
  }
4147
4147
  initialize(options) {
4148
4148
  this._isInitialized = true;
4149
+ const controls = this.updateUiControls();
4149
4150
  return Promise.resolve({
4150
- initializeAsleep: false
4151
+ initializeAsleep: false,
4152
+ hudInsets: {
4153
+ top: controls.feedHeader.height,
4154
+ bottom: 0,
4155
+ left: 0,
4156
+ right: 0
4157
+ }
4151
4158
  });
4152
4159
  }
4153
4160
  updateUiControls() {