playbook_ui_docs 12.28.0.pre.alpha.PLAY814removemomentjs871 → 12.28.0.pre.alpha.PLAY837MapCustomButton868
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx +83 -0
- data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.md +1 -0
- data/app/pb_kits/playbook/pb_map/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_map/docs/index.js +1 -0
- data/dist/playbook-doc.js +286 -9
- metadata +4 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.28.0.pre.alpha.
|
4
|
+
version: 12.28.0.pre.alpha.PLAY837MapCustomButton868
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-07-
|
12
|
+
date: 2023-07-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -816,6 +816,8 @@ files:
|
|
816
816
|
- app/pb_kits/playbook/pb_loading_inline/docs/index.js
|
817
817
|
- app/pb_kits/playbook/pb_map/docs/_map_default.jsx
|
818
818
|
- app/pb_kits/playbook/pb_map/docs/_map_default.md
|
819
|
+
- app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx
|
820
|
+
- app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.md
|
819
821
|
- app/pb_kits/playbook/pb_map/docs/_map_with_plugin.jsx
|
820
822
|
- app/pb_kits/playbook/pb_map/docs/_map_with_plugin.md
|
821
823
|
- app/pb_kits/playbook/pb_map/docs/example.yml
|