playbook_ui 14.0.0.pre.alpha.play1447alphatest3462 → 14.0.0.pre.alpha.updateviewcomponentgem3527

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: c09fa4d6a77cf3fae3d0a17468d79c364053fdd8609d8f1faeec5290dc59c9f2
4
+ data.tar.gz: dba1bfc2f20c46e0b1e06c2eced847950ca47000c0c28a500df58f7235168607
5
5
  SHA512:
6
- metadata.gz: a0240b5a442344847e1f7148badf1308ab871828886f2168c1915670de9a9f4deb61d3e6a9ad7498d5c262e0f4c73209f2b9b31d3f1cb6b119c4ea5713908cc2
7
- data.tar.gz: 2c3bd083bbbb3f386420d82d269c68446c4d6fc5c19bb1f06eb4e83b5d7be52c772a1e88382d25dde75fb317a6b4c73572b1be9434cde4aea3e2de0e51135e96
6
+ metadata.gz: d3cb6404115a1f67d6a95d5af7f03dd483062aefc974d36337421518e62b55fd65cb57433944ce43497266902c860d39e65d7c9cc0c77276f7d1ef51f2bfa637
7
+ data.tar.gz: 1dfc7c13e94bbf61e7ff2468fa2f8a4afb350001ee620ad063798bdcfdebb44c587ef967413916e2b5bd84248ab28694abbb5215c98fb2b0ad611a4c55580adc
@@ -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