playbook_ui_docs 14.7.0.pre.rc.10 → 14.7.0.pre.rc.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb +43 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx +68 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md +2 -0
- data/app/pb_kits/playbook/pb_timeline/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_timeline/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +4 -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.7.0.pre.rc.
|
4
|
+
version: 14.7.0.pre.rc.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1814,6 +1814,9 @@ files:
|
|
1814
1814
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
|
1815
1815
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb
|
1816
1816
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
|
1817
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
|
1818
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx
|
1819
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md
|
1817
1820
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.html.erb
|
1818
1821
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.jsx
|
1819
1822
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md
|