playbook_ui_docs 15.0.0.pre.alpha.PLAY2423circleiconbuttonaria10326 → 15.0.0.pre.alpha.PLAY2467contactkitinternational10329
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_contact/docs/_contact_default.html.erb +16 -1
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
- data/dist/playbook-doc.js +1 -1
- metadata +2 -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: 15.0.0.pre.alpha.
|
4
|
+
version: 15.0.0.pre.alpha.PLAY2467contactkitinternational10329
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -511,6 +511,7 @@ files:
|
|
511
511
|
- app/pb_kits/playbook/pb_collapsible/docs/index.js
|
512
512
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb
|
513
513
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx
|
514
|
+
- app/pb_kits/playbook/pb_contact/docs/_contact_default.md
|
514
515
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md
|
515
516
|
- app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md
|
516
517
|
- app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb
|