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 +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_default.md +2 -2
- data/dist/chunks/{_typeahead-D-4y9pbv.js → _typeahead-D6PRvP-1.js} +1 -1
- data/dist/chunks/_weekday_stacked-Dzgi_IL5.js +45 -0
- 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 +4 -4
- data/dist/chunks/_weekday_stacked-D5SswkOC.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: e1ba531b9fed7df7837ee3a0a8c184b5ba9285a9f966d556009422113090d984
|
4
|
+
data.tar.gz: 062dd1428f17716a3f25ded63ba0ac36c780a28b04814228e1c4842a440b57db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|