playbook_ui_docs 13.18.0.pre.alpha.PLAY12062192 → 13.18.0.pre.alpha.PLAY12062203
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_filter/docs/_filter_max_height.html.erb +42 -0
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_height.jsx +83 -0
- data/app/pb_kits/playbook/pb_filter/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_filter/docs/index.js +1 -0
- data/dist/playbook-doc.js +2 -2
- metadata +3 -1
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: 13.18.0.pre.alpha.
|
4
|
+
version: 13.18.0.pre.alpha.PLAY12062203
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -591,6 +591,8 @@ files:
|
|
591
591
|
- app/pb_kits/playbook/pb_filter/docs/_filter_default.html.erb
|
592
592
|
- app/pb_kits/playbook/pb_filter/docs/_filter_default.jsx
|
593
593
|
- app/pb_kits/playbook/pb_filter/docs/_filter_default.md
|
594
|
+
- app/pb_kits/playbook/pb_filter/docs/_filter_max_height.html.erb
|
595
|
+
- app/pb_kits/playbook/pb_filter/docs/_filter_max_height.jsx
|
594
596
|
- app/pb_kits/playbook/pb_filter/docs/_filter_max_width.html.erb
|
595
597
|
- app/pb_kits/playbook/pb_filter/docs/_filter_max_width.jsx
|
596
598
|
- app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md
|