gralobe 1.0.36 → 1.0.37

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
@@ -350,7 +350,7 @@ export declare interface GlobeVizConfig {
350
350
  /**
351
351
  * Country label display styles
352
352
  */
353
- export declare type LabelStyle = "none" | "major" | "all" | "capitals" | "minimal";
353
+ export declare type LabelStyle = "none" | "major" | "all" | "capitals" | "minimal" | "data";
354
354
 
355
355
  /**
356
356
  * Configuration for marker layer rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gralobe",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
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",