bbl-mapbox-react 0.0.15 → 0.0.17

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/types.d.ts CHANGED
@@ -798,6 +798,10 @@ export interface PickerModeConfig {
798
798
  * 不传则保持原有的点击选址行为
799
799
  */
800
800
  value?: PickerResult;
801
+ /** 标记点显示的文本名称 */
802
+ name?: string;
803
+ /** 文本样式配置 */
804
+ nameConfig?: NameConfig;
801
805
  }
802
806
  /**
803
807
  * Marker 模板定义
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bbl-mapbox-react",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "description": "React Mapbox 地图组件库,支持雷达、图像、标记、轨迹等多种 GIS 实体渲染",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",