playbook_ui_docs 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: 19e2c15a7a10d331a679e76efaf154caded47f3e08a6d0b203f03e8983db50a4
4
- data.tar.gz: c19a8e9e322f5e2461750b89ba91c13a694038dda86ad442ae2572be83b215f7
3
+ metadata.gz: a2054f4583f065b2c96ddb074fc7452b81ecbc25b736acd739e437ffca679fad
4
+ data.tar.gz: 3d8ec83f32878e4b9ccba8601c5d134143583e2b0521f6847fd1802f3682f960
5
5
  SHA512:
6
- metadata.gz: 7b4c0fc542cb2d3ec6a7b06d0f0168754576c67fdc46206773624b5cd4354b664f64a341056a701e6c1ae66d70db2f6ddcb74410b99147bdae47466840892a84
7
- data.tar.gz: 455ab24f827a028cf0f8f3f2480faa254bfd49a5fbeb4b64c72363a62dc93bc77ebc1655b0b8706c441afd9ec342b97417d041dfd188a0b58fb5f5fabfa83d05
6
+ metadata.gz: f646cfafec6fd527251b02f43d6f8805fa3b3fb0045daf0117aac5efe0471f49f5f000dd736458cf0205628b0bc5121e583142531f74e238cdb63bea9c5c0a94
7
+ data.tar.gz: c7d718826dbace4586a4be1cd48b256aba4d85cf35e999415152d4de63a121392c5abe92a94f780423e260d304146745b91b6c4ca7d7d263a191a685201f0e52
@@ -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