playbook_ui_docs 13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 → 13.33.0.pre.alpha.PLAY1454formpillicons3309
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_form_pill/docs/_form_pill_icon.html.erb +5 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_icon.jsx +19 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/index.js +1 -1
- data/dist/playbook-doc.js +6 -6
- 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.33.0.pre.alpha.
|
4
|
+
version: 13.33.0.pre.alpha.PLAY1454formpillicons3309
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -810,6 +810,8 @@ files:
|
|
810
810
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.html.erb
|
811
811
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.jsx
|
812
812
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_example.md
|
813
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_icon.html.erb
|
814
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_icon.jsx
|
813
815
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_size.html.erb
|
814
816
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_size.jsx
|
815
817
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.html.erb
|