playbook_ui 4.17.0 → 4.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +1 -0
  3. data/app/pb_kits/playbook/data/menu.yml +2 -1
  4. data/app/pb_kits/playbook/index.js +1 -0
  5. data/app/pb_kits/playbook/packs/examples.js +2 -0
  6. data/app/pb_kits/playbook/packs/samples.js +2 -0
  7. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.html.erb +1 -0
  8. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.jsx +3 -0
  9. data/app/pb_kits/playbook/pb_label_value/_label_value.html.erb +1 -0
  10. data/app/pb_kits/playbook/pb_label_value/_label_value.jsx +22 -3
  11. data/app/pb_kits/playbook/pb_layout/_layout.jsx +6 -4
  12. data/app/pb_kits/playbook/pb_logistic/_logistic.html.erb +1 -0
  13. data/app/pb_kits/playbook/pb_logistic/_logistic.jsx +26 -4
  14. data/app/pb_kits/playbook/pb_message/_message.html.erb +1 -0
  15. data/app/pb_kits/playbook/pb_message/_message.jsx +25 -7
  16. data/app/pb_kits/playbook/pb_message/docs/_message_default.jsx +1 -2
  17. data/app/pb_kits/playbook/pb_message/message.rb +1 -1
  18. data/app/pb_kits/playbook/pb_person/_person.html.erb +9 -2
  19. data/app/pb_kits/playbook/pb_person/_person.jsx +34 -10
  20. data/app/pb_kits/playbook/pb_person/docs/_person_default.html.erb +5 -1
  21. data/app/pb_kits/playbook/pb_person_contact/_person_contact.html.erb +1 -0
  22. data/app/pb_kits/playbook/pb_person_contact/_person_contact.jsx +57 -5
  23. data/app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_wrong_numbers.jsx +32 -0
  24. data/app/pb_kits/playbook/pb_person_contact/docs/example.yml +2 -0
  25. data/app/pb_kits/playbook/pb_person_contact/docs/index.js +1 -0
  26. data/app/pb_kits/playbook/pb_progress_pills/_progress_pills.html.erb +1 -0
  27. data/app/pb_kits/playbook/pb_progress_pills/_progress_pills.jsx +29 -5
  28. data/app/pb_kits/playbook/pb_section_separator/_section_separator.html.erb +1 -0
  29. data/app/pb_kits/playbook/pb_section_separator/_section_separator.jsx +22 -13
  30. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text.jsx +3 -1
  31. data/app/pb_kits/playbook/pb_timeline/_item.html.erb +28 -0
  32. data/app/pb_kits/playbook/pb_timeline/_item.jsx +54 -0
  33. data/app/pb_kits/playbook/pb_timeline/_timeline.html.erb +6 -0
  34. data/app/pb_kits/playbook/pb_timeline/_timeline.jsx +43 -0
  35. data/app/pb_kits/playbook/pb_timeline/_timeline.scss +271 -0
  36. data/app/pb_kits/playbook/pb_timeline/docs/_description.md +3 -0
  37. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_default.html.erb +43 -0
  38. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx +73 -0
  39. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb +43 -0
  40. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx +73 -0
  41. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.html.erb +44 -0
  42. data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.jsx +85 -0
  43. data/app/pb_kits/playbook/pb_timeline/docs/example.yml +13 -0
  44. data/app/pb_kits/playbook/pb_timeline/docs/index.js +3 -0
  45. data/app/pb_kits/playbook/pb_timeline/item.rb +25 -0
  46. data/app/pb_kits/playbook/pb_timeline/timeline.rb +27 -0
  47. data/app/views/playbook/samples/registration/index.html.erb +316 -0
  48. data/app/views/playbook/samples/registration/index.jsx +476 -0
  49. data/lib/playbook/version.rb +1 -1
  50. metadata +23 -3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- VERSION = "4.17.0"
4
+ VERSION = "4.18.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.17.0
4
+ version: 4.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-06-05 00:00:00.000000000 Z
12
+ date: 2020-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1222,6 +1222,7 @@ files:
1222
1222
  - app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_detail.html.erb
1223
1223
  - app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_detail.jsx
1224
1224
  - app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_wrong_numbers.html.erb
1225
+ - app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_wrong_numbers.jsx
1225
1226
  - app/pb_kits/playbook/pb_person_contact/docs/example.yml
1226
1227
  - app/pb_kits/playbook/pb_person_contact/docs/index.js
1227
1228
  - app/pb_kits/playbook/pb_person_contact/person_contact.rb
@@ -1584,6 +1585,22 @@ files:
1584
1585
  - app/pb_kits/playbook/pb_time_stacked/docs/example.yml
1585
1586
  - app/pb_kits/playbook/pb_time_stacked/docs/index.js
1586
1587
  - app/pb_kits/playbook/pb_time_stacked/time_stacked.rb
1588
+ - app/pb_kits/playbook/pb_timeline/_item.html.erb
1589
+ - app/pb_kits/playbook/pb_timeline/_item.jsx
1590
+ - app/pb_kits/playbook/pb_timeline/_timeline.html.erb
1591
+ - app/pb_kits/playbook/pb_timeline/_timeline.jsx
1592
+ - app/pb_kits/playbook/pb_timeline/_timeline.scss
1593
+ - app/pb_kits/playbook/pb_timeline/docs/_description.md
1594
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.html.erb
1595
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
1596
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb
1597
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
1598
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.html.erb
1599
+ - app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.jsx
1600
+ - app/pb_kits/playbook/pb_timeline/docs/example.yml
1601
+ - app/pb_kits/playbook/pb_timeline/docs/index.js
1602
+ - app/pb_kits/playbook/pb_timeline/item.rb
1603
+ - app/pb_kits/playbook/pb_timeline/timeline.rb
1587
1604
  - app/pb_kits/playbook/pb_timestamp/_timestamp-mixins.scss
1588
1605
  - app/pb_kits/playbook/pb_timestamp/_timestamp.html.erb
1589
1606
  - app/pb_kits/playbook/pb_timestamp/_timestamp.jsx
@@ -1782,6 +1799,8 @@ files:
1782
1799
  - app/views/playbook/pages/utilities/_pb_doc_color.html.slim
1783
1800
  - app/views/playbook/samples/dashboards/index.html.erb
1784
1801
  - app/views/playbook/samples/dashboards/index.jsx
1802
+ - app/views/playbook/samples/registration/index.html.erb
1803
+ - app/views/playbook/samples/registration/index.jsx
1785
1804
  - app/views/playbook/samples/sample_show.html.erb
1786
1805
  - fonts/fontawesome-min.js
1787
1806
  - fonts/regular-min.js
@@ -1821,7 +1840,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1821
1840
  - !ruby/object:Gem::Version
1822
1841
  version: '0'
1823
1842
  requirements: []
1824
- rubygems_version: 3.1.2
1843
+ rubyforge_project:
1844
+ rubygems_version: 2.7.3
1825
1845
  signing_key:
1826
1846
  specification_version: 4
1827
1847
  summary: Playbook Design System