playbook_ui 14.0.0.pre.alpha.dependabotnpmandyarnreactjoyride2823478 → 14.0.0.pre.alpha.play1447alphatest3462

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: f7e7c54e10045c7e3563e367835f5073dc45ef32097165fac863e8b92f389825
4
- data.tar.gz: 945ee697a49cf8f1b964ba1e9c2ab2fa22f3900e63fe85d269dbf555b3892fcd
3
+ metadata.gz: e1ba531b9fed7df7837ee3a0a8c184b5ba9285a9f966d556009422113090d984
4
+ data.tar.gz: 062dd1428f17716a3f25ded63ba0ac36c780a28b04814228e1c4842a440b57db
5
5
  SHA512:
6
- metadata.gz: a21abe1d8d767ecdd71c67a72c48dcfb37ff1203909b80fc65a29d0e9c3d5a7bdb02a622f5b64536244d0f4b073347151df0e388fdab94e321824c6fd199b2f3
7
- data.tar.gz: e4b5207258a6cdef2c54b6da1f373d2da39afda325aa4b5b10ae5d59b0a671cdfc015354fd81b47bf219e8473bd8c7007d501f67ce6b24810ba1af1382d85f3c
6
+ metadata.gz: a0240b5a442344847e1f7148badf1308ab871828886f2168c1915670de9a9f4deb61d3e6a9ad7498d5c262e0f4c73209f2b9b31d3f1cb6b119c4ea5713908cc2
7
+ data.tar.gz: 2c3bd083bbbb3f386420d82d269c68446c4d6fc5c19bb1f06eb4e83b5d7be52c772a1e88382d25dde75fb317a6b4c73572b1be9434cde4aea3e2de0e51135e96
@@ -1,4 +1,4 @@
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/).
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/).
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