shop-components 0.4.18 → 0.4.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.
@@ -99,6 +99,7 @@ export declare class Scene3D {
99
99
  sound: Sound;
100
100
  private _rafId;
101
101
  private _destroyed;
102
+ private _css2dUiStyleInjected;
102
103
  private _ground;
103
104
  private _sciFiGrid;
104
105
  private _amrRender;
@@ -159,6 +160,7 @@ export declare class Scene3D {
159
160
  appendTo(parent: HTMLElement): void;
160
161
  resize: () => void;
161
162
  add(node: Object3D): void;
163
+ private _ensureCss2dUiStyle;
162
164
  updatePosition(): void;
163
165
  ticker: (deltaTime: number) => void;
164
166
  removeFromParent(): void;