playbook_ui_docs 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: 380692f0b573024e2ccf29486bd354304e90eb59861cb59faa32efe7bb035348
4
- data.tar.gz: d0da0f166b03731e4d762262f4113f3e154b65209fd64ee18d3a2d614feb8a13
3
+ metadata.gz: 19e2c15a7a10d331a679e76efaf154caded47f3e08a6d0b203f03e8983db50a4
4
+ data.tar.gz: c19a8e9e322f5e2461750b89ba91c13a694038dda86ad442ae2572be83b215f7
5
5
  SHA512:
6
- metadata.gz: 6cf5c302c555c82570128077c0eca061a0f3a80255c62356ddd6ea0d3a73b83451572852f611b2c960b55233d2f7ff469f1262cfb2a28777d72d00d2d5fd07da
7
- data.tar.gz: 251f00a180ce84d415ce2304ed18060c3b9ce9e33afef90bd327db3ac34260d0f9f8f7d577b137d722da8a4eb0378dbc998821e84d49c5d0c6b63b5482cf1569
6
+ metadata.gz: 7b4c0fc542cb2d3ec6a7b06d0f0168754576c67fdc46206773624b5cd4354b664f64a341056a701e6c1ae66d70db2f6ddcb74410b99147bdae47466840892a84
7
+ data.tar.gz: 455ab24f827a028cf0f8f3f2480faa254bfd49a5fbeb4b64c72363a62dc93bc77ebc1655b0b8706c441afd9ec342b97417d041dfd188a0b58fb5f5fabfa83d05
@@ -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