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/gralobe.js +113 -91
- package/dist/gralobe.js.map +1 -1
- package/dist/gralobe.umd.cjs +14 -14
- package/dist/gralobe.umd.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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