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 +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_default.md +2 -2
- data/dist/chunks/_typeahead-0z9kS7yE.js +22 -0
- data/dist/chunks/_weekday_stacked-Dm5u6fBN.js +45 -0
- data/dist/chunks/{lib-BE0Z3F7x.js → lib-CXu-5BkC.js} +2 -2
- data/dist/chunks/{pb_form_validation-TzZQ0Flx.js → pb_form_validation-BOhmO-ai.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +6 -6
- data/dist/chunks/_typeahead-D6PRvP-1.js +0 -22
- data/dist/chunks/_weekday_stacked-Dzgi_IL5.js +0 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 946e200bce57985e8418fc96f8b4fc06affe9ba62b6633c135f6231eb1405e9e
|
4
|
+
data.tar.gz: 73b6d47da536b0175d0523baf0f0d6117f3251552c158f734ec7d014d5563ef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2ea2d38fd5930d130a7b92185017f46baf9858aa3ebc81384fbb3609554e02c5e191b5c88b3d6d84f6a544efc53d548275e82628f9e852bd54f9bffa5855b38
|
7
|
+
data.tar.gz: e586687dcd6f02092131cd21ce54c5e4bdd83e65f38061d098b56dfe8fd58389ca0aad74df9f07df4b98080fcaf8cdfb2613d2208077f9042731457235fed250
|
@@ -1,4 +1,4 @@
|
|
1
|
-
This kit
|
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
|