gralobe 1.0.21 → 1.0.23

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.d.ts CHANGED
@@ -179,13 +179,13 @@ export declare class GlobeViz implements GlobeVizAPI {
179
179
  */
180
180
  constructor(container: string | HTMLElement, config?: GlobeVizConfig);
181
181
  private init;
182
+ private handleKeydown;
182
183
  private createGlobe;
183
184
  private createAtmosphere;
184
185
  private createStars;
185
186
  private createGUI;
186
187
  private handleResize;
187
188
  private handleFullscreenChange;
188
- private handleKeydown;
189
189
  private animate;
190
190
  toGlobe(): void;
191
191
  toFlat(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gralobe",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Interactive 3D globe visualization with statistics, smooth flat map ↔ globe transitions, and country labels",
5
5
  "type": "module",
6
6
  "main": "./dist/gralobe.umd.cjs",