@planet/maps 11.2.0-dev.1746815766350 → 11.2.0-dev.1746815824764

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.
@@ -12,14 +12,14 @@ export default function WebGLTile({ children, ...props }: WebGLTileProps | {
12
12
  /**
13
13
  * The layer options.
14
14
  */
15
- options?: import("ol/layer/WebGLTile.js").Options | undefined;
15
+ options?: ConstructorParameters<typeof OLWebGLTile>[0];
16
16
  cls: typeof OLWebGLTile;
17
17
  }, string | import("react").JSXElementConstructor<any>>;
18
18
  export type WebGLTileProps = {
19
19
  /**
20
20
  * The layer options.
21
21
  */
22
- options?: import("ol/layer/WebGLTile.js").Options | undefined;
22
+ options?: ConstructorParameters<typeof OLWebGLTile>[0];
23
23
  /**
24
24
  * The layer source.
25
25
  */
@@ -1 +1 @@
1
- {"version":3,"file":"WebGLTile.d.ts","sourceRoot":"","sources":["WebGLTile.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,0DAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;;;wDAI9C;;;;;;;;;cARa,KAAK,CAAC,SAAS;;wBANL,uBAAuB"}
1
+ {"version":3,"file":"WebGLTile.d.ts","sourceRoot":"","sources":["WebGLTile.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AAEH;;GAEG;AACH,0DAFW,cAAc,GAAG;QAAO,MAAM,GAAE,GAAG;CAAC;;;;cALjC,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;wDASzD;;;;;cATa,qBAAqB,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,CAAC;;;;cAC5C,KAAK,CAAC,SAAS;;wBANL,uBAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planet/maps",
3
- "version": "11.2.0-dev.1746815766350",
3
+ "version": "11.2.0-dev.1746815824764",
4
4
  "description": "Declarative mapping components for React",
5
5
  "type": "module",
6
6
  "repository": {