playbook_ui_docs 14.3.0.pre.rc.4 → 14.3.0.pre.rc.5
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_radio/docs/_radio_children.jsx +56 -0
- data/app/pb_kits/playbook/pb_radio/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +21 -11
- 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: 14.3.0.pre.rc.
|
4
|
+
version: 14.3.0.pre.rc.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1384,6 +1384,7 @@ files:
|
|
1384
1384
|
- app/pb_kits/playbook/pb_radio/docs/_radio_alignment.html.erb
|
1385
1385
|
- app/pb_kits/playbook/pb_radio/docs/_radio_alignment.jsx
|
1386
1386
|
- app/pb_kits/playbook/pb_radio/docs/_radio_alignment_swift.md
|
1387
|
+
- app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx
|
1387
1388
|
- app/pb_kits/playbook/pb_radio/docs/_radio_custom.html.erb
|
1388
1389
|
- app/pb_kits/playbook/pb_radio/docs/_radio_custom.jsx
|
1389
1390
|
- app/pb_kits/playbook/pb_radio/docs/_radio_custom_swift.md
|