playbook_ui 7.0.1.pre.alpha14 → 7.0.1.pre.alpha15

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.
Files changed (225) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/playbook/application_controller.rb +0 -2
  3. data/app/pb_kits/playbook/_playbook.scss +1 -1
  4. data/app/pb_kits/playbook/data/menu.yml +5 -4
  5. data/app/pb_kits/playbook/index.js +4 -1
  6. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.html.erb +1 -12
  7. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +1 -1
  8. data/app/pb_kits/playbook/pb_body/body.rb +1 -1
  9. data/app/pb_kits/playbook/pb_button/_button_mixins.scss +1 -0
  10. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.jsx +3 -3
  11. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.scss +82 -90
  12. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_dark.scss +57 -0
  13. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_mixins.scss +27 -0
  14. data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.rb +4 -2
  15. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.html.erb +17 -7
  16. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.jsx +32 -9
  17. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_secondary.html.erb +18 -7
  18. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_secondary.jsx +37 -9
  19. data/app/pb_kits/playbook/pb_button_toolbar/docs/example.yml +3 -7
  20. data/app/pb_kits/playbook/pb_button_toolbar/docs/index.js +0 -2
  21. data/app/pb_kits/playbook/pb_caption/_caption.html.erb +7 -5
  22. data/app/pb_kits/playbook/pb_caption/docs/_caption_block.html.erb +11 -0
  23. data/app/pb_kits/playbook/pb_caption/docs/_caption_block.jsx +28 -0
  24. data/app/pb_kits/playbook/pb_caption/docs/example.yml +2 -0
  25. data/app/pb_kits/playbook/pb_caption/docs/index.js +1 -0
  26. data/app/pb_kits/playbook/pb_date_picker/_date_picker.html.erb +1 -2
  27. data/app/pb_kits/playbook/pb_date_picker/_date_picker.jsx +1 -3
  28. data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +3 -2
  29. data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.js +34 -32
  30. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.html.erb +1 -2
  31. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.jsx +1 -2
  32. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +1 -0
  33. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_format.html.erb +4 -0
  34. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_format.jsx +4 -0
  35. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.html.erb +9 -9
  36. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.jsx +8 -8
  37. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.md +3 -1
  38. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range.html.erb +1 -0
  39. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range.jsx +1 -0
  40. data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +0 -4
  41. data/app/pb_kits/playbook/pb_date_picker/docs/index.js +0 -2
  42. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.html.erb +8 -14
  43. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.jsx +122 -39
  44. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.scss +33 -2
  45. data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.rb +44 -9
  46. data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_default.html.erb +14 -1
  47. data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_default.jsx +45 -1
  48. data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.html.erb +1 -8
  49. data/app/pb_kits/playbook/pb_distribution_bar/distribution_bar.rb +7 -0
  50. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.html.erb +3 -2
  51. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.jsx +29 -15
  52. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +10 -0
  53. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.html.erb +21 -0
  54. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.jsx +38 -0
  55. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_default.html.erb +2 -1
  56. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_default.jsx +1 -2
  57. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +1 -1
  58. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +1 -1
  59. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_dark.html.erb +1 -1
  60. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_dark.jsx +1 -1
  61. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +2 -0
  62. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/index.js +1 -0
  63. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +7 -1
  64. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js +18 -0
  65. data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +9 -6
  66. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  67. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form.html.erb +3 -3
  68. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form_validate.html.erb +3 -3
  69. data/app/pb_kits/playbook/pb_form/form_builder/checkbox_field.rb +7 -2
  70. data/app/pb_kits/playbook/pb_form/form_builder/date_picker_field.rb +1 -0
  71. data/app/pb_kits/playbook/pb_line_graph/_line_graph.html.erb +1 -13
  72. data/app/pb_kits/playbook/pb_line_graph/line_graph.rb +1 -1
  73. data/app/pb_kits/playbook/pb_person_contact/_person_contact.jsx +7 -6
  74. data/app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_wrong_numbers.jsx +1 -0
  75. data/app/pb_kits/playbook/pb_popover/_popover.scss +6 -4
  76. data/app/pb_kits/playbook/pb_popover/index.js +3 -1
  77. data/app/pb_kits/playbook/pb_progress_step/_progress_step.jsx +3 -0
  78. data/app/pb_kits/playbook/pb_progress_step/_progress_step.scss +168 -33
  79. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb +3 -1
  80. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.jsx +10 -8
  81. data/app/pb_kits/playbook/pb_progress_step/docs/_description.md +1 -1
  82. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb +14 -16
  83. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx +6 -3
  84. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.html.erb +17 -1
  85. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx +17 -1
  86. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.jsx +10 -3
  87. data/app/pb_kits/playbook/pb_progress_step/progress_step.rb +11 -1
  88. data/app/pb_kits/playbook/pb_progress_step/progress_step_item.rb +1 -1
  89. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.html.erb +34 -0
  90. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.jsx +68 -0
  91. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.md +2 -0
  92. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb +61 -0
  93. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.jsx +89 -0
  94. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.md +1 -0
  95. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.html.erb +34 -0
  96. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.jsx +68 -0
  97. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.md +2 -0
  98. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.html.erb +43 -0
  99. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.jsx +80 -0
  100. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.md +1 -0
  101. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.html.erb +34 -0
  102. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx +63 -0
  103. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.md +1 -0
  104. data/app/pb_kits/playbook/pb_table/docs/example.yml +12 -0
  105. data/app/pb_kits/playbook/pb_table/docs/index.js +6 -0
  106. data/app/pb_kits/playbook/pb_time/_time.html.erb +17 -20
  107. data/app/pb_kits/playbook/pb_time/_time.jsx +40 -27
  108. data/app/pb_kits/playbook/pb_time/_time.scss +4 -24
  109. data/app/pb_kits/playbook/pb_time/docs/_time_align.jsx +4 -1
  110. data/app/pb_kits/playbook/pb_time/docs/_time_default.html.erb +11 -11
  111. data/app/pb_kits/playbook/pb_time/docs/_time_default.jsx +13 -1
  112. data/app/pb_kits/playbook/pb_time/docs/_time_sizes.jsx +4 -1
  113. data/app/pb_kits/playbook/pb_time/docs/_time_timestamp.jsx +3 -1
  114. data/app/pb_kits/playbook/pb_time/docs/_time_timezone.jsx +7 -2
  115. data/app/pb_kits/playbook/pb_time_range_inline/_time_range_inline.scss +5 -5
  116. data/app/pb_kits/playbook/pb_title_detail/_title_detail.jsx +4 -4
  117. data/app/pb_kits/playbook/pb_toggle/docs/_toggle_options.html.erb +10 -0
  118. data/app/pb_kits/playbook/pb_toggle/docs/example.yml +1 -0
  119. data/app/pb_kits/playbook/pb_toggle/toggle.rb +5 -2
  120. data/app/pb_kits/playbook/pb_typeahead/_typeahead.html.erb +24 -20
  121. data/app/pb_kits/playbook/pb_typeahead/_typeahead.jsx +19 -1
  122. data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.jsx +8 -1
  123. data/app/pb_kits/playbook/pb_typeahead/components/Option.jsx +21 -13
  124. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb +1 -1
  125. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context_dark.html.erb +1 -1
  126. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.html.erb +25 -0
  127. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx +0 -3
  128. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.md +8 -0
  129. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async.html.erb +30 -0
  130. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async.md +11 -0
  131. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.html.erb +25 -0
  132. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.jsx +0 -3
  133. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.md +1 -0
  134. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +3 -0
  135. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +24 -1
  136. data/app/pb_kits/playbook/react_rails_kits.js +6 -0
  137. data/app/pb_kits/playbook/tokens/_colors.scss +22 -23
  138. data/app/pb_kits/playbook/tokens/_typography.scss +4 -4
  139. data/app/pb_kits/playbook/tokens/index.scss +11 -0
  140. data/app/pb_kits/playbook/vendor.js +8 -0
  141. data/lib/generators/kit/kit_generator.rb +1 -1
  142. data/lib/playbook/engine.rb +1 -0
  143. data/lib/playbook/version.rb +1 -1
  144. data/lib/tasks/changelog.rake +14 -0
  145. data/lib/tasks/pb_release.rake +14 -3
  146. metadata +35 -81
  147. data/app/controllers/playbook/guides_controller.rb +0 -11
  148. data/app/controllers/playbook/pages_controller.rb +0 -99
  149. data/app/controllers/playbook/samples_controller.rb +0 -40
  150. data/app/pb_kits/playbook/packs/application.js +0 -55
  151. data/app/pb_kits/playbook/packs/examples.js +0 -182
  152. data/app/pb_kits/playbook/packs/main.scss +0 -12
  153. data/app/pb_kits/playbook/packs/samples.js +0 -21
  154. data/app/pb_kits/playbook/packs/site_styles/_samples.scss +0 -72
  155. data/app/pb_kits/playbook/packs/site_styles/_scaffold.scss +0 -43
  156. data/app/pb_kits/playbook/packs/site_styles/_site-style.scss +0 -146
  157. data/app/pb_kits/playbook/packs/site_styles/docs/_all.scss +0 -10
  158. data/app/pb_kits/playbook/packs/site_styles/docs/_bg_light_doc_example.scss +0 -7
  159. data/app/pb_kits/playbook/packs/site_styles/docs/_code_snippet.scss +0 -531
  160. data/app/pb_kits/playbook/packs/site_styles/docs/_color_utilities.scss +0 -92
  161. data/app/pb_kits/playbook/packs/site_styles/docs/_flex_examples.scss +0 -15
  162. data/app/pb_kits/playbook/packs/site_styles/docs/_kit_doc.scss +0 -148
  163. data/app/pb_kits/playbook/packs/site_styles/docs/_kits_examples.scss +0 -15
  164. data/app/pb_kits/playbook/packs/site_styles/docs/_markdown.scss +0 -88
  165. data/app/pb_kits/playbook/packs/site_styles/docs/_spacing_tokens.scss +0 -72
  166. data/app/pb_kits/playbook/pb_background/_background.html.erb +0 -14
  167. data/app/pb_kits/playbook/pb_background/_background.jsx +0 -64
  168. data/app/pb_kits/playbook/pb_background/_background.scss +0 -15
  169. data/app/pb_kits/playbook/pb_background/background.rb +0 -36
  170. data/app/pb_kits/playbook/pb_background/docs/_background_default.html.erb +0 -41
  171. data/app/pb_kits/playbook/pb_background/docs/_background_default.jsx +0 -75
  172. data/app/pb_kits/playbook/pb_background/docs/example.yml +0 -8
  173. data/app/pb_kits/playbook/pb_background/docs/index.js +0 -1
  174. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical.html.erb +0 -11
  175. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical.jsx +0 -29
  176. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical_secondary.html.erb +0 -11
  177. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical_secondary.jsx +0 -34
  178. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.html.erb +0 -4
  179. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.jsx +0 -13
  180. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.md +0 -1
  181. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_dark.html.erb +0 -4
  182. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_dark.jsx +0 -13
  183. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_summary.jsx +0 -45
  184. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_summary.jsx +0 -27
  185. data/app/views/layouts/playbook/_mobile_hamburger.html.erb +0 -2
  186. data/app/views/layouts/playbook/_nav.html.erb +0 -37
  187. data/app/views/layouts/playbook/_sidebar.html.erb +0 -51
  188. data/app/views/layouts/playbook/application.html.erb +0 -26
  189. data/app/views/layouts/playbook/fullscreen.html.slim +0 -10
  190. data/app/views/layouts/playbook/grid.html.slim +0 -10
  191. data/app/views/layouts/playbook/samples.html.erb +0 -19
  192. data/app/views/playbook/guides/create_kit.html.slim +0 -16
  193. data/app/views/playbook/guides/create_kit/_file_naming.html.md +0 -2
  194. data/app/views/playbook/guides/create_kit/_generator.html.md +0 -6
  195. data/app/views/playbook/guides/create_kit/_kit_examples.html.md +0 -2
  196. data/app/views/playbook/guides/create_kit/_kit_rails.html.md +0 -2
  197. data/app/views/playbook/guides/create_kit/_kit_react.html.md +0 -2
  198. data/app/views/playbook/guides/create_kit/_layout.html.md +0 -2
  199. data/app/views/playbook/guides/create_kit/_view_objects.html.md +0 -2
  200. data/app/views/playbook/guides/create_kit/_writing_sass.md +0 -10
  201. data/app/views/playbook/guides/use_nitro.html.slim +0 -6
  202. data/app/views/playbook/guides/use_nitro/_local.html.md +0 -2
  203. data/app/views/playbook/guides/use_nitro/_nitro_components.html.md +0 -2
  204. data/app/views/playbook/guides/use_nitro/_versions.html.md +0 -2
  205. data/app/views/playbook/pages/fullscreen.html.slim +0 -10
  206. data/app/views/playbook/pages/grid.html.slim +0 -2
  207. data/app/views/playbook/pages/home.html.slim +0 -4
  208. data/app/views/playbook/pages/kit_category_show.html.erb +0 -14
  209. data/app/views/playbook/pages/kit_show.html.erb +0 -33
  210. data/app/views/playbook/pages/kits.html.erb +0 -12
  211. data/app/views/playbook/pages/principals/_getting_started.html.md +0 -30
  212. data/app/views/playbook/pages/principles.html.slim +0 -3
  213. data/app/views/playbook/pages/tokens.html.slim +0 -15
  214. data/app/views/playbook/pages/tokens/_pb_doc_spacing.html.slim +0 -61
  215. data/app/views/playbook/pages/utilities.html.slim +0 -116
  216. data/app/views/playbook/pages/utilities/_pb_doc_color.html.slim +0 -15
  217. data/app/views/playbook/samples/collection_detail/index.html.erb +0 -169
  218. data/app/views/playbook/samples/collection_detail/index.jsx +0 -372
  219. data/app/views/playbook/samples/dashboards/index.html.erb +0 -81
  220. data/app/views/playbook/samples/dashboards/index.jsx +0 -130
  221. data/app/views/playbook/samples/filter_table/index.html.erb +0 -348
  222. data/app/views/playbook/samples/filter_table/index.jsx +0 -433
  223. data/app/views/playbook/samples/registration/index.html.erb +0 -316
  224. data/app/views/playbook/samples/registration/index.jsx +0 -476
  225. data/app/views/playbook/samples/sample_show.html.erb +0 -36
@@ -1 +1,14 @@
1
- <%= pb_rails("date_range_inline", props: { start_date: Date.new(2019, 06, 18), end_date: Date.new(2020, 03, 20) }) %>
1
+ <div>
2
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(2019, 06, 18), end_date: Date.new(2020, 03, 20), size: "xs" }) %>
3
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(2019, 06, 18), end_date: Date.new(2020, 03, 20) }) %>
4
+ <br>
5
+ <br>
6
+
7
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(Date.current.year, 01, 15), end_date: Date.new(Date.current.year, 8, 15), size: "xs", icon: true, align: 'center' }) %>
8
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(Date.current.year, 01, 15), end_date: Date.new(Date.current.year, 8, 15), icon: true, align: 'center' }) %>
9
+ <br>
10
+ <br>
11
+
12
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(Date.current.year, 01, 15), end_date: Date.new(Date.current.year, 8, 15), size: "xs", icon: true, align: 'right' }) %>
13
+ <%= pb_rails("date_range_inline", props: { start_date: Date.new(Date.current.year, 01, 15), end_date: Date.new(Date.current.year, 8, 15), icon: true, align: 'right' }) %>
14
+ </div>
@@ -1,13 +1,57 @@
1
1
  import React from 'react'
2
2
  import DateRangeInline from '../_date_range_inline.jsx'
3
3
 
4
- const DateRangeInlineDefault = () => {
4
+ const DateRangeInlineDefault = (props) => {
5
5
  return (
6
6
  <div>
7
7
  <DateRangeInline
8
+ {...props}
8
9
  endDate={new Date('20 Mar 2015')}
10
+ size="xs"
9
11
  startDate={new Date('18 Jun 2013')}
10
12
  />
13
+ <DateRangeInline
14
+ {...props}
15
+ endDate={new Date('20 Mar 2015')}
16
+ size="sm"
17
+ startDate={new Date('18 Jun 2013')}
18
+ />
19
+ <br />
20
+ <br />
21
+ <DateRangeInline
22
+ {...props}
23
+ align="center"
24
+ endDate={new Date(`15 Aug ${new Date().getFullYear()}`)}
25
+ icon
26
+ size="xs"
27
+ startDate={new Date(`15 Jan ${new Date().getFullYear()}`)}
28
+ />
29
+ <DateRangeInline
30
+ {...props}
31
+ align="center"
32
+ endDate={new Date(`15 Aug ${new Date().getFullYear()}`)}
33
+ icon
34
+ size="sm"
35
+ startDate={new Date(`15 Jan ${new Date().getFullYear()}`)}
36
+ />
37
+ <br />
38
+ <br />
39
+ <DateRangeInline
40
+ {...props}
41
+ align="right"
42
+ endDate={new Date(`15 Aug ${new Date().getFullYear()}`)}
43
+ icon
44
+ size="xs"
45
+ startDate={new Date(`15 Jan ${new Date().getFullYear()}`)}
46
+ />
47
+ <DateRangeInline
48
+ {...props}
49
+ align="right"
50
+ endDate={new Date(`15 Aug ${new Date().getFullYear()}`)}
51
+ icon
52
+ size="sm"
53
+ startDate={new Date(`15 Jan ${new Date().getFullYear()}`)}
54
+ />
11
55
  </div>
12
56
  )
13
57
  }
@@ -1,8 +1 @@
1
- <%= content_tag(:figure,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname) do %>
5
- <% object.widths_to_percentages.each do |percentage| %>
6
- <div class="pb_distribution_width" style="width:<%= percentage %>%"></div>
7
- <% end %>
8
- <% end %>
1
+ <%= react_component('DistributionBar', object.chart_options) %>
@@ -22,6 +22,13 @@ module Playbook
22
22
  (width.to_f * 100 / widths.sum).round(2)
23
23
  end
24
24
  end
25
+
26
+ def chart_options
27
+ {
28
+ size: size,
29
+ widths: widths,
30
+ }
31
+ end
25
32
  end
26
33
  end
27
34
  end
@@ -3,6 +3,7 @@
3
3
  id: object.id,
4
4
  data: object.data,
5
5
  class: object.classname) do %>
6
- <%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon" }) %>
7
- <%= pb_rails("title", props: { text: object.text, size: 4, classname: "pb_fixed_confirmation_toast_text" }) if object.show_text?%>
6
+ <%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true }) %>
7
+ <%= pb_rails("title", props: { text: object.text, size: 4, classname: "pb_fixed_confirmation_toast_text" }) if object.show_text? %>
8
+ <%= pb_rails("icon", props: { icon: "times", classname: "pb_icon" }) if object.closeable %>
8
9
  <% end %>
@@ -1,6 +1,6 @@
1
1
  /* @flow */
2
2
 
3
- import React from 'react'
3
+ import React, { useState } from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { Icon, Title } from '../'
6
6
  import { globalProps } from '../utilities/globalProps.js'
@@ -14,6 +14,7 @@ const iconMap = {
14
14
 
15
15
  type FixedConfirmationToastProps = {
16
16
  className?: string,
17
+ closeable?: boolean,
17
18
  data?: string,
18
19
  id?: string,
19
20
  status?: "success" | "error" | "neutral" | "tip",
@@ -21,7 +22,8 @@ type FixedConfirmationToastProps = {
21
22
  }
22
23
 
23
24
  const FixedConfirmationToast = (props: FixedConfirmationToastProps) => {
24
- const { className, status = 'neutral', text } = props
25
+ const [showToast, toggleToast] = useState(true)
26
+ const { className, closeable = false, status = 'neutral', text } = props
25
27
  const css = classnames(
26
28
  `pb_fixed_confirmation_toast_kit_${status}`,
27
29
  globalProps(props),
@@ -30,20 +32,32 @@ const FixedConfirmationToast = (props: FixedConfirmationToastProps) => {
30
32
  const icon = iconMap[status]
31
33
 
32
34
  return (
33
- <div className={css}>
34
- <If condition={icon}>
35
- <Icon
36
- className="pb_icon"
37
- fixed_width
38
- icon={icon}
35
+ <If condition={showToast}>
36
+ <div
37
+ className={css}
38
+ onClick={closeable && (() => toggleToast(false))}
39
+ >
40
+ <If condition={icon}>
41
+ <Icon
42
+ className="pb_icon"
43
+ fixedWidth
44
+ icon={icon}
45
+ />
46
+ </If>
47
+ <Title
48
+ className="pb_fixed_confirmation_toast_text"
49
+ size={4}
50
+ text={text}
39
51
  />
40
- </If>
41
- <Title
42
- className="pb_fixed_confirmation_toast_text"
43
- size={4}
44
- text={text}
45
- />
46
- </div>
52
+ <If condition={closeable}>
53
+ <Icon
54
+ className="pb_icon"
55
+ fixedWidth={false}
56
+ icon="times"
57
+ />
58
+ </If>
59
+ </div>
60
+ </If>
47
61
  )
48
62
  }
49
63
 
@@ -20,6 +20,16 @@ $confirmation_toast_colors: (
20
20
  border-radius: $border_rad_mega;
21
21
  box-shadow: $shadow_deeper;
22
22
 
23
+ .fa-times {
24
+ cursor: pointer;
25
+ opacity: 0.5;
26
+ position: relative;
27
+ right: -8px;
28
+ }
29
+ &:hover .fa-times {
30
+ opacity: 1;
31
+ }
32
+
23
33
  @each $color_name, $color_value in $confirmation_toast_colors {
24
34
  &[class*=_#{$color_name}] {
25
35
  background: $color_value;
@@ -0,0 +1,21 @@
1
+ <%= pb_rails("fixed_confirmation_toast", props: {
2
+ text: "Error Message",
3
+ status: "error",
4
+ closeable: true
5
+ })%>
6
+
7
+ <br><br>
8
+
9
+ <%= pb_rails("fixed_confirmation_toast", props: {
10
+ text: "Items Successfully Moved",
11
+ status: "success",
12
+ closeable: true
13
+ })%>
14
+
15
+ <br><br>
16
+
17
+ <%= pb_rails("fixed_confirmation_toast", props: {
18
+ text: "Scan to Assign Selected Items",
19
+ status: "neutral",
20
+ closeable: true
21
+ })%>
@@ -0,0 +1,38 @@
1
+ import React from 'react'
2
+ import { FixedConfirmationToast } from '../../'
3
+
4
+ const FixedConfirmationToastClose = () => {
5
+ return (
6
+ <div>
7
+ <div>
8
+ <FixedConfirmationToast
9
+ closeable
10
+ status="error"
11
+ text="Error Message"
12
+ />
13
+ </div>
14
+
15
+ <br />
16
+
17
+ <div>
18
+ <FixedConfirmationToast
19
+ closeable
20
+ status="success"
21
+ text="Items Successfully Moved"
22
+ />
23
+ </div>
24
+
25
+ <br />
26
+
27
+ <div>
28
+ <FixedConfirmationToast
29
+ closeable
30
+ status="neutral"
31
+ text="Scan to Assign Selected Items"
32
+ />
33
+ </div>
34
+ </div>
35
+ )
36
+ }
37
+
38
+ export default FixedConfirmationToastClose
@@ -1,6 +1,7 @@
1
1
  <%= pb_rails("fixed_confirmation_toast", props: {
2
2
  text: "Error Message",
3
- status: "error"
3
+ status: "error",
4
+ closeable: true
4
5
  })%>
5
6
 
6
7
  <br><br>
@@ -6,12 +6,12 @@ const FixedConfirmationToastDefault = () => {
6
6
  <div>
7
7
  <div>
8
8
  <FixedConfirmationToast
9
+ closeable
9
10
  status="error"
10
11
  text="Error Message"
11
12
  />
12
13
  </div>
13
14
 
14
- <br />
15
15
  <br />
16
16
 
17
17
  <div>
@@ -21,7 +21,6 @@ const FixedConfirmationToastDefault = () => {
21
21
  />
22
22
  </div>
23
23
 
24
- <br />
25
24
  <br />
26
25
 
27
26
  <div>
@@ -1,4 +1,4 @@
1
1
  <%= pb_rails("fixed_confirmation_toast", props: {
2
- text: "Scan to Assign Selected Items.\nClick X to close at any time",
2
+ text: "Scan to Assign Selected Items.\nClick here to generate report",
3
3
  status: "tip",
4
4
  }) %>
@@ -6,7 +6,7 @@ const FixedConfirmationToastMultiLine = () => {
6
6
  <div>
7
7
  <FixedConfirmationToast
8
8
  status="tip"
9
- text={'Scan to Assign Selected Items.\n Click X to close at any time'}
9
+ text={'Scan to Assign Selected Items.\n Click here to generate report'}
10
10
  />
11
11
  </div>
12
12
  )
@@ -1,5 +1,5 @@
1
1
  <%= pb_rails("fixed_confirmation_toast", props: {
2
2
  dark: true,
3
- text: "Scan to Assign Selected Items.\nClick X to close at any time",
3
+ text: "Scan to Assign Selected Items.\nClick here to generate report.",
4
4
  status: "tip",
5
5
  }) %>
@@ -7,7 +7,7 @@ const FixedConfirmationToastMultiLineDark = () => {
7
7
  <FixedConfirmationToast
8
8
  dark
9
9
  status="tip"
10
- text={'Scan to Assign Selected Items.\n Click X to close at any time'}
10
+ text={'Scan to Assign Selected Items.\n Click here to generate report'}
11
11
  />
12
12
  </div>
13
13
  )
@@ -3,12 +3,14 @@ examples:
3
3
  rails:
4
4
  - fixed_confirmation_toast_default: Default
5
5
  - fixed_confirmation_toast_multi_line: Multi Line
6
+ - fixed_confirmation_toast_close: Click to Close
6
7
  - fixed_confirmation_toast_dark: Dark
7
8
  - fixed_confirmation_toast_multi_line_dark: Multi Line Dark
8
9
 
9
10
  react:
10
11
  - fixed_confirmation_toast_default: Default
11
12
  - fixed_confirmation_toast_multi_line: Multi Line
13
+ - fixed_confirmation_toast_close: Click to Close
12
14
  - fixed_confirmation_toast_dark: Dark
13
15
  - fixed_confirmation_toast_multi_line_dark: Multi Line Dark
14
16
 
@@ -1,4 +1,5 @@
1
1
  export { default as FixedConfirmationToastDefault } from './_fixed_confirmation_toast_default.jsx'
2
2
  export { default as FixedConfirmationToastMultiLine } from './_fixed_confirmation_toast_multi_line.jsx'
3
+ export { default as FixedConfirmationToastClose } from './_fixed_confirmation_toast_close.jsx'
3
4
  export { default as FixedConfirmationToastDark } from './_fixed_confirmation_toast_dark.jsx'
4
5
  export { default as FixedConfirmationToastMultiLineDark } from './_fixed_confirmation_toast_multi_line_dark.jsx'
@@ -11,11 +11,17 @@ module Playbook
11
11
  values: %w[success error neutral tip],
12
12
  default: "neutral"
13
13
  prop :text, type: Playbook::Props::String
14
+ prop :closeable, type: Playbook::Props::Boolean,
15
+ default: false
14
16
 
15
17
  def show_text?
16
18
  text.present?
17
19
  end
18
20
 
21
+ def close_class
22
+ closeable.present? ? " remove_toast" : ""
23
+ end
24
+
19
25
  def icon_value
20
26
  case status
21
27
  when "success"
@@ -30,7 +36,7 @@ module Playbook
30
36
  end
31
37
 
32
38
  def classname
33
- generate_classname("pb_fixed_confirmation_toast_kit", status)
39
+ generate_classname("pb_fixed_confirmation_toast_kit", status) + close_class
34
40
  end
35
41
  end
36
42
  end
@@ -0,0 +1,18 @@
1
+ import PbEnhancedElement from '../pb_enhanced_element'
2
+
3
+ export default class PbFixedConfirmationToast extends PbEnhancedElement {
4
+ static get selector() {
5
+ return '.remove_toast'
6
+ }
7
+
8
+ connect() {
9
+ this.self = this.element
10
+ this.self.addEventListener('click', () => {
11
+ this.removeToast(this.self)
12
+ })
13
+ }
14
+
15
+ removeToast(elem) {
16
+ elem.parentNode.removeChild(elem)
17
+ }
18
+ }
@@ -25,12 +25,15 @@
25
25
  <%= form.select :example_select, [ ["Yes", 1], ["No", 2] ], props: { label: true } %>
26
26
  <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
27
27
  <%= form.check_box :example_checkbox,
28
- data: { field1: "value1", field2: "value2" },
29
- props: { text: "Example Checkbox", label: true },
30
- id: "checkbox-id",
31
- name: "checkbox-name",
32
- class: "checkbox-class" %>
33
- <%= form.date_picker :example_date_picker1, props: { default_date: "blank" } %>
28
+ data: { field1: "value1", field2: "value2" },
29
+ props: { text: "Example Checkbox", label: true },
30
+ checked_value: "yes",
31
+ unchecked_value: "no",
32
+ id: "checkbox-id",
33
+ name: "checkbox-name",
34
+ class: "checkbox-class"
35
+ %>
36
+ <%= form.date_picker :example_date_picker_1, props: { default_date: "blank", label: true } %>
34
37
 
35
38
  <%= form.actions do |action| %>
36
39
  <%= action.submit %>
@@ -28,7 +28,7 @@
28
28
  <%= form.select :example_select, [ ["Yes", 1], ["No", 2] ], props: { label: true, blank_selection: "Select One...", required: true } %>
29
29
  <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true, blank_selection: "Select One...", required: true } %>
30
30
  <%= form.check_box :example_checkbox, props: { text: "Example Checkbox", label: true, required: true } %>
31
- <%= form.date_picker :example_date_picker2, props: { default_date: 'blank', required: true } %>
31
+ <%= form.date_picker :example_date_picker_2, props: { default_date: 'blank', label: true, required: true } %>
32
32
 
33
33
  <%= form.actions do |action| %>
34
34
  <%= action.submit %>
@@ -14,8 +14,8 @@
14
14
  :example_text_area,
15
15
  :example_select_field,
16
16
  :example_collection_select_field,
17
- :example_checkbox_field
18
- :example_date_picker_field1
17
+ :example_checkbox_field,
18
+ :example_date_picker_field_1
19
19
 
20
20
 
21
21
  def self.model_name
@@ -52,7 +52,7 @@
52
52
  <%= form.select :example_select_field, [["Yes", 1], ["No", 2]], props: { label: true } %>
53
53
  <%= form.collection_select :example_collection_select_field, example_collection, :value, :name, props: { label: true } %>
54
54
  <%= form.check_box :example_checkbox_field, props: { text: "Example Checkbox", label: true } %>
55
- <%= form.date_picker :example_date_picker_field1, props: { default_date: 'blank' } %>
55
+ <%= form.date_picker :example_date_picker_field_1, props: { default_date: 'blank', label: true } %>
56
56
 
57
57
  <%= form.actions do |action| %>
58
58
  <%= action.submit %>