playbook_ui 14.0.0.pre.alpha.play1447alphatest3462 → 14.0.0.pre.alpha.testthemeexport3533

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1ba531b9fed7df7837ee3a0a8c184b5ba9285a9f966d556009422113090d984
4
- data.tar.gz: 062dd1428f17716a3f25ded63ba0ac36c780a28b04814228e1c4842a440b57db
3
+ metadata.gz: 946e200bce57985e8418fc96f8b4fc06affe9ba62b6633c135f6231eb1405e9e
4
+ data.tar.gz: 73b6d47da536b0175d0523baf0f0d6117f3251552c158f734ec7d014d5563ef4
5
5
  SHA512:
6
- metadata.gz: a0240b5a442344847e1f7148badf1308ab871828886f2168c1915670de9a9f4deb61d3e6a9ad7498d5c262e0f4c73209f2b9b31d3f1cb6b119c4ea5713908cc2
7
- data.tar.gz: 2c3bd083bbbb3f386420d82d269c68446c4d6fc5c19bb1f06eb4e83b5d7be52c772a1e88382d25dde75fb317a6b4c73572b1be9434cde4aea3e2de0e51135e96
6
+ metadata.gz: a2ea2d38fd5930d130a7b92185017f46baf9858aa3ebc81384fbb3609554e02c5e191b5c88b3d6d84f6a544efc53d548275e82628f9e852bd54f9bffa5855b38
7
+ data.tar.gz: e586687dcd6f02092131cd21ce54c5e4bdd83e65f38061d098b56dfe8fd58389ca0aad74df9f07df4b98080fcaf8cdfb2613d2208077f9042731457235fed250
@@ -1,4 +1,4 @@
1
- This kit kit provides a wrapping class to place around the MapLibre library. Complete docs for using the library can be found [here](https://maplibre.org/maplibre-gl-js-docs/api/).
1
+ This kit provides a wrapping class to place around the MapLibre library. Complete docs for using the library can be found [here](https://maplibre.org/maplibre-gl-js-docs/api/).
2
2
 
3
3
  Basic setup to start using MapLibre:
4
4
  - Install the npm package using `yarn add maplibre-gl`
@@ -10,4 +10,4 @@ __Notes__ :
10
10
  - To enable custom buttons, set `zoomBtns` and `flyTo` to true and pass in `zoomInClick`, `zoomOutClick` and `flyToClick` as shown in this doc example.
11
11
  - Use `mapTheme.marker` to set the Marker color.
12
12
  - To use Maplibre, you must also set a height and width to the containing div (.pb_map) and set position to 'relative'.
13
- - `scrollZoom` has been disabled in these doc examples for page usability
13
+ - `scrollZoom` has been disabled in these doc examples for page usability