playbook_ui 7.0.1.pre.alpha14 → 7.1.1.pre.alpha1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (212) 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 -0
  4. data/app/pb_kits/playbook/data/menu.yml +4 -3
  5. data/app/pb_kits/playbook/index.js +4 -0
  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_button/_button_mixins.scss +1 -0
  9. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.jsx +3 -3
  10. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar.scss +82 -90
  11. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_dark.scss +57 -0
  12. data/app/pb_kits/playbook/pb_button_toolbar/_button_toolbar_mixins.scss +27 -0
  13. data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.rb +4 -2
  14. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.html.erb +17 -7
  15. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_default.jsx +32 -9
  16. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_secondary.html.erb +18 -7
  17. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_secondary.jsx +37 -9
  18. data/app/pb_kits/playbook/pb_button_toolbar/docs/example.yml +3 -7
  19. data/app/pb_kits/playbook/pb_button_toolbar/docs/index.js +0 -2
  20. data/app/pb_kits/playbook/pb_date_picker/_date_picker.html.erb +1 -2
  21. data/app/pb_kits/playbook/pb_date_picker/_date_picker.jsx +1 -3
  22. data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +3 -2
  23. data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.js +34 -32
  24. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.html.erb +1 -2
  25. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.jsx +1 -2
  26. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +1 -0
  27. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_format.html.erb +4 -0
  28. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_format.jsx +4 -0
  29. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.html.erb +9 -9
  30. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.jsx +8 -8
  31. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_input.md +3 -1
  32. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range.html.erb +1 -0
  33. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range.jsx +1 -0
  34. data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +0 -4
  35. data/app/pb_kits/playbook/pb_date_picker/docs/index.js +0 -2
  36. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.html.erb +8 -14
  37. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.jsx +122 -39
  38. data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.scss +33 -2
  39. data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.rb +44 -9
  40. data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_default.html.erb +14 -1
  41. data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_default.jsx +45 -1
  42. data/app/pb_kits/playbook/pb_distribution_bar/_distribution_bar.html.erb +1 -8
  43. data/app/pb_kits/playbook/pb_distribution_bar/distribution_bar.rb +7 -0
  44. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.html.erb +3 -2
  45. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.jsx +29 -15
  46. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +10 -0
  47. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.html.erb +21 -0
  48. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_close.jsx +38 -0
  49. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_default.html.erb +2 -1
  50. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_default.jsx +1 -2
  51. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +1 -1
  52. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +1 -1
  53. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_dark.html.erb +1 -1
  54. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_dark.jsx +1 -1
  55. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +2 -0
  56. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/index.js +1 -0
  57. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +7 -1
  58. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/index.js +18 -0
  59. data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +9 -6
  60. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  61. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form.html.erb +3 -3
  62. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form_validate.html.erb +3 -3
  63. data/app/pb_kits/playbook/pb_form/form_builder/checkbox_field.rb +7 -2
  64. data/app/pb_kits/playbook/pb_form/form_builder/date_picker_field.rb +1 -0
  65. data/app/pb_kits/playbook/pb_line_graph/_line_graph.html.erb +1 -13
  66. data/app/pb_kits/playbook/pb_line_graph/line_graph.rb +1 -1
  67. data/app/pb_kits/playbook/pb_person_contact/_person_contact.jsx +7 -6
  68. data/app/pb_kits/playbook/pb_person_contact/docs/_person_contact_with_wrong_numbers.jsx +1 -0
  69. data/app/pb_kits/playbook/pb_popover/_popover.scss +6 -4
  70. data/app/pb_kits/playbook/pb_popover/index.js +3 -1
  71. data/app/pb_kits/playbook/pb_progress_step/_progress_step.jsx +3 -0
  72. data/app/pb_kits/playbook/pb_progress_step/_progress_step.scss +168 -33
  73. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.html.erb +3 -1
  74. data/app/pb_kits/playbook/pb_progress_step/_progress_step_item.jsx +10 -8
  75. data/app/pb_kits/playbook/pb_progress_step/docs/_description.md +1 -1
  76. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb +14 -16
  77. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx +6 -3
  78. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.html.erb +17 -1
  79. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx +17 -1
  80. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.jsx +10 -3
  81. data/app/pb_kits/playbook/pb_progress_step/progress_step.rb +11 -1
  82. data/app/pb_kits/playbook/pb_progress_step/progress_step_item.rb +1 -1
  83. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.html.erb +34 -0
  84. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.jsx +68 -0
  85. data/app/pb_kits/playbook/pb_table/docs/_table_action_middle.md +2 -0
  86. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.html.erb +61 -0
  87. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.jsx +89 -0
  88. data/app/pb_kits/playbook/pb_table/docs/_table_icon_buttons.md +1 -0
  89. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.html.erb +34 -0
  90. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.jsx +68 -0
  91. data/app/pb_kits/playbook/pb_table/docs/_table_one_action.md +2 -0
  92. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.html.erb +43 -0
  93. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.jsx +80 -0
  94. data/app/pb_kits/playbook/pb_table/docs/_table_two_actions.md +1 -0
  95. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.html.erb +34 -0
  96. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx +63 -0
  97. data/app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.md +1 -0
  98. data/app/pb_kits/playbook/pb_table/docs/example.yml +12 -0
  99. data/app/pb_kits/playbook/pb_table/docs/index.js +6 -0
  100. data/app/pb_kits/playbook/pb_time_range_inline/_time_range_inline.scss +5 -5
  101. data/app/pb_kits/playbook/pb_title_detail/_title_detail.jsx +4 -4
  102. data/app/pb_kits/playbook/pb_toggle/docs/_toggle_options.html.erb +10 -0
  103. data/app/pb_kits/playbook/pb_toggle/docs/example.yml +1 -0
  104. data/app/pb_kits/playbook/pb_toggle/toggle.rb +5 -2
  105. data/app/pb_kits/playbook/pb_typeahead/_typeahead.html.erb +24 -20
  106. data/app/pb_kits/playbook/pb_typeahead/_typeahead.jsx +19 -1
  107. data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.jsx +8 -1
  108. data/app/pb_kits/playbook/pb_typeahead/components/Option.jsx +21 -13
  109. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb +1 -1
  110. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context_dark.html.erb +1 -1
  111. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.html.erb +25 -0
  112. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.jsx +0 -3
  113. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills.md +8 -0
  114. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async.html.erb +30 -0
  115. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async.md +11 -0
  116. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.html.erb +25 -0
  117. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.jsx +0 -3
  118. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_users.md +1 -0
  119. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +3 -0
  120. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +24 -1
  121. data/app/pb_kits/playbook/react_rails_kits.js +6 -0
  122. data/app/pb_kits/playbook/tokens/_colors.scss +22 -23
  123. data/app/pb_kits/playbook/tokens/_typography.scss +4 -4
  124. data/app/pb_kits/playbook/tokens/index.scss +11 -0
  125. data/app/pb_kits/playbook/vendor.js +8 -0
  126. data/lib/playbook/engine.rb +1 -0
  127. data/lib/playbook/version.rb +1 -1
  128. metadata +32 -86
  129. data/app/controllers/playbook/guides_controller.rb +0 -11
  130. data/app/controllers/playbook/pages_controller.rb +0 -99
  131. data/app/controllers/playbook/samples_controller.rb +0 -40
  132. data/app/pb_kits/playbook/packs/application.js +0 -55
  133. data/app/pb_kits/playbook/packs/examples.js +0 -182
  134. data/app/pb_kits/playbook/packs/main.scss +0 -12
  135. data/app/pb_kits/playbook/packs/samples.js +0 -21
  136. data/app/pb_kits/playbook/packs/site_styles/_samples.scss +0 -72
  137. data/app/pb_kits/playbook/packs/site_styles/_scaffold.scss +0 -43
  138. data/app/pb_kits/playbook/packs/site_styles/_site-style.scss +0 -146
  139. data/app/pb_kits/playbook/packs/site_styles/docs/_all.scss +0 -10
  140. data/app/pb_kits/playbook/packs/site_styles/docs/_bg_light_doc_example.scss +0 -7
  141. data/app/pb_kits/playbook/packs/site_styles/docs/_code_snippet.scss +0 -531
  142. data/app/pb_kits/playbook/packs/site_styles/docs/_color_utilities.scss +0 -92
  143. data/app/pb_kits/playbook/packs/site_styles/docs/_flex_examples.scss +0 -15
  144. data/app/pb_kits/playbook/packs/site_styles/docs/_kit_doc.scss +0 -148
  145. data/app/pb_kits/playbook/packs/site_styles/docs/_kits_examples.scss +0 -15
  146. data/app/pb_kits/playbook/packs/site_styles/docs/_markdown.scss +0 -88
  147. data/app/pb_kits/playbook/packs/site_styles/docs/_spacing_tokens.scss +0 -72
  148. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical.html.erb +0 -11
  149. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical.jsx +0 -29
  150. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical_secondary.html.erb +0 -11
  151. data/app/pb_kits/playbook/pb_button_toolbar/docs/_button_toolbar_vertical_secondary.jsx +0 -34
  152. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.html.erb +0 -4
  153. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.jsx +0 -13
  154. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_allow_input.md +0 -1
  155. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_dark.html.erb +0 -4
  156. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_dark.jsx +0 -13
  157. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_async_summary.jsx +0 -45
  158. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_pills_summary.jsx +0 -27
  159. data/app/views/layouts/playbook/_mobile_hamburger.html.erb +0 -2
  160. data/app/views/layouts/playbook/_nav.html.erb +0 -37
  161. data/app/views/layouts/playbook/_sidebar.html.erb +0 -51
  162. data/app/views/layouts/playbook/application.html.erb +0 -26
  163. data/app/views/layouts/playbook/fullscreen.html.slim +0 -10
  164. data/app/views/layouts/playbook/grid.html.slim +0 -10
  165. data/app/views/layouts/playbook/samples.html.erb +0 -19
  166. data/app/views/playbook/guides/create_kit.html.slim +0 -16
  167. data/app/views/playbook/guides/create_kit/_file_naming.html.md +0 -2
  168. data/app/views/playbook/guides/create_kit/_generator.html.md +0 -6
  169. data/app/views/playbook/guides/create_kit/_kit_examples.html.md +0 -2
  170. data/app/views/playbook/guides/create_kit/_kit_rails.html.md +0 -2
  171. data/app/views/playbook/guides/create_kit/_kit_react.html.md +0 -2
  172. data/app/views/playbook/guides/create_kit/_layout.html.md +0 -2
  173. data/app/views/playbook/guides/create_kit/_view_objects.html.md +0 -2
  174. data/app/views/playbook/guides/create_kit/_writing_sass.md +0 -10
  175. data/app/views/playbook/guides/use_nitro.html.slim +0 -6
  176. data/app/views/playbook/guides/use_nitro/_local.html.md +0 -2
  177. data/app/views/playbook/guides/use_nitro/_nitro_components.html.md +0 -2
  178. data/app/views/playbook/guides/use_nitro/_versions.html.md +0 -2
  179. data/app/views/playbook/pages/fullscreen.html.slim +0 -10
  180. data/app/views/playbook/pages/grid.html.slim +0 -2
  181. data/app/views/playbook/pages/home.html.slim +0 -4
  182. data/app/views/playbook/pages/kit_category_show.html.erb +0 -14
  183. data/app/views/playbook/pages/kit_show.html.erb +0 -33
  184. data/app/views/playbook/pages/kits.html.erb +0 -12
  185. data/app/views/playbook/pages/principals/_getting_started.html.md +0 -30
  186. data/app/views/playbook/pages/principles.html.slim +0 -3
  187. data/app/views/playbook/pages/tokens.html.slim +0 -15
  188. data/app/views/playbook/pages/tokens/_pb_doc_spacing.html.slim +0 -61
  189. data/app/views/playbook/pages/utilities.html.slim +0 -116
  190. data/app/views/playbook/pages/utilities/_pb_doc_color.html.slim +0 -15
  191. data/app/views/playbook/samples/collection_detail/index.html.erb +0 -169
  192. data/app/views/playbook/samples/collection_detail/index.jsx +0 -372
  193. data/app/views/playbook/samples/dashboards/index.html.erb +0 -81
  194. data/app/views/playbook/samples/dashboards/index.jsx +0 -130
  195. data/app/views/playbook/samples/filter_table/index.html.erb +0 -348
  196. data/app/views/playbook/samples/filter_table/index.jsx +0 -433
  197. data/app/views/playbook/samples/registration/index.html.erb +0 -316
  198. data/app/views/playbook/samples/registration/index.jsx +0 -476
  199. data/app/views/playbook/samples/sample_show.html.erb +0 -36
  200. data/lib/generators/kit/USAGE +0 -5
  201. data/lib/generators/kit/kit_generator.rb +0 -95
  202. data/lib/generators/kit/templates/kit_example_rails.erb.tt +0 -1
  203. data/lib/generators/kit/templates/kit_example_react.erb.tt +0 -10
  204. data/lib/generators/kit/templates/kit_example_yml.erb.tt +0 -9
  205. data/lib/generators/kit/templates/kit_html.erb.tt +0 -7
  206. data/lib/generators/kit/templates/kit_js.erb.tt +0 -1
  207. data/lib/generators/kit/templates/kit_jsx.erb.tt +0 -68
  208. data/lib/generators/kit/templates/kit_ruby.erb.tt +0 -11
  209. data/lib/generators/kit/templates/kit_ruby_spec.erb.tt +0 -11
  210. data/lib/generators/kit/templates/kit_scss.erb +0 -3
  211. data/lib/tasks/pb_release.rake +0 -77
  212. data/lib/tasks/playbook_tasks.rake +0 -26
@@ -1,29 +0,0 @@
1
- import React from 'react'
2
- import { Button, ButtonToolbar } from '../..'
3
-
4
- const ButtonToolbarVertical = () => (
5
- <div>
6
- <ButtonToolbar
7
- connected
8
- orientation="vertical"
9
- >
10
- <Button
11
- text="Field"
12
- />
13
- <Button
14
- text="Retail"
15
- />
16
- <Button
17
- text="Event"
18
- />
19
- <Button
20
- text="Training"
21
- />
22
- <Button
23
- text="Not Working"
24
- />
25
- </ButtonToolbar>
26
- </div>
27
- )
28
-
29
- export default ButtonToolbarVertical
@@ -1,11 +0,0 @@
1
- <div class="pb--doc-demo-row">
2
- <div>
3
- <%= pb_rails("button_toolbar", props: { orientation: "vertical", connected: true }) do %>
4
- <%= pb_rails("button", props: { text: "Field", variant: "secondary" }) %>
5
- <%= pb_rails("button", props: { text: "Retail", variant: "secondary" }) %>
6
- <%= pb_rails("button", props: { text: "Event", variant: "secondary" }) %>
7
- <%= pb_rails("button", props: { text: "Training", variant: "secondary" }) %>
8
- <%= pb_rails("button", props: { text: "Not Working", variant: "secondary" }) %>
9
- <% end %>
10
- </div>
11
- </div>
@@ -1,34 +0,0 @@
1
- import React from 'react'
2
- import { Button, ButtonToolbar } from '../..'
3
-
4
- const ButtonToolbarVerticalSecondary = () => (
5
- <div>
6
- <ButtonToolbar
7
- connected
8
- orientation="vertical"
9
- >
10
- <Button
11
- text="Field"
12
- variant="secondary"
13
- />
14
- <Button
15
- text="Retail"
16
- variant="secondary"
17
- />
18
- <Button
19
- text="Event"
20
- variant="secondary"
21
- />
22
- <Button
23
- text="Training"
24
- variant="secondary"
25
- />
26
- <Button
27
- text="Not Working"
28
- variant="secondary"
29
- />
30
- </ButtonToolbar>
31
- </div>
32
- )
33
-
34
- export default ButtonToolbarVerticalSecondary
@@ -1,4 +0,0 @@
1
- <%= pb_rails("date_picker", props: {
2
- allow_input: true,
3
- picker_id: "date-picker-read-only"
4
- }) %>
@@ -1,13 +0,0 @@
1
- import React from 'react'
2
- import { DatePicker } from '../..'
3
-
4
- const DatePickerAllowInput = () => (
5
- <div>
6
- <DatePicker
7
- allowInput
8
- pickerId="date-picker-read-only"
9
- />
10
- </div>
11
- )
12
-
13
- export default DatePickerAllowInput
@@ -1 +0,0 @@
1
- By default the date picker input can only be modified by picking a date on the calendar. This prop allows your users to manually type in the date.
@@ -1,4 +0,0 @@
1
- <%= pb_rails("date_picker", props: {
2
- dark: true,
3
- picker_id: "date-picker-dark"
4
- }) %>
@@ -1,13 +0,0 @@
1
- import React from 'react'
2
- import { DatePicker } from '../../'
3
-
4
- const DatePickerDark = () => (
5
- <div>
6
- <DatePicker
7
- dark
8
- pickerId="date-picker-dark"
9
- />
10
- </div>
11
- )
12
-
13
- export default DatePickerDark
@@ -1,45 +0,0 @@
1
- /* @flow */
2
-
3
- import React from 'react'
4
- import { Body, Flex, FlexItem, Icon } from '../..'
5
-
6
- const TypeaheadWithPillsAsyncSummary = () => {
7
- return (
8
- <>
9
- <Flex
10
- marginBottom="lg"
11
- vertical="center"
12
- >
13
- <FlexItem>
14
- <Body
15
- color="light"
16
- >
17
- <Icon
18
- icon="info-circle"
19
- marginRight="xs"
20
- />
21
- </Body>
22
- </FlexItem>
23
- <FlexItem>
24
- <Body
25
- color="light"
26
- >
27
- {'If the data field '}
28
- <code>{'imageUrl'}</code>
29
- {' is present, '}
30
- <code>{'FormPill'}</code>
31
- {' will receive that field as a prop and display the image. '}
32
- <br />
33
- {'Additionally, you can also leverage the callback prop: '}
34
- <code>{'onMultiValueClick'}</code>
35
- {' to perform custom work when a '}
36
- <code>{'MultiValue'}</code>
37
- {' item is clicked.'}
38
- </Body>
39
- </FlexItem>
40
- </Flex>
41
- </>
42
- )
43
- }
44
-
45
- export default TypeaheadWithPillsAsyncSummary
@@ -1,27 +0,0 @@
1
- // @flow
2
-
3
- import React from 'react'
4
- import { Body, Icon } from '../..'
5
-
6
- const TypeaheadWithPillsSummary = () => {
7
- return (
8
- <>
9
- <Body
10
- color="light"
11
- marginBottom="lg"
12
- >
13
- <Icon
14
- icon="info-circle"
15
- marginRight="xs"
16
- />
17
- {'Typeahead kit is data-driven. The minimum default fields are '}
18
- <code>{'label'}</code>
19
- {' and '}
20
- <code>{'value'}</code>
21
- {'.'}
22
- </Body>
23
- </>
24
- )
25
- }
26
-
27
- export default TypeaheadWithPillsSummary
@@ -1,2 +0,0 @@
1
- <%= pb_rails("icon", props: { icon: "bars", classname: "pb--page--hamburger" }) %>
2
- <input type="checkbox" class="pb--page--checkbox" />
@@ -1,37 +0,0 @@
1
-
2
- <div class="pb--page--topNav <%= cookies[:dark_mode] == "true" ? 'dark' : '' %>">
3
- <% if @playbook.nil?%>
4
- <p>playbok is nil</p>
5
- <% end %>
6
- <%= pb_rails("flex", props:{spacing:"between",vertical: "center"}) do%>
7
- <%= pb_rails("flex", props:{spacing:"between",vertical: "center"}) do%>
8
- <%= link_to root_url do %>
9
- <%= image_tag("pb.logo.svg") %>
10
- <% end %>
11
- <%= pb_rails("caption", props: { tag: "span", text: Playbook::VERSION }) %>
12
- <% end %>
13
- <div id="toggle-modes">
14
- <% if cookies[:dark_mode] == "false" || cookies[:dark_mode] == nil%>
15
- <%= pb_rails("circle_icon_button", props: {
16
- variant: "secondary",
17
- icon: "moon",
18
- tag:"a",
19
- link: enable_dark_mode_path
20
- }) %>
21
- <% else %>
22
- <%= pb_rails("circle_icon_button", props: {
23
- variant: "secondary",
24
- icon: "sun",
25
- tag:"a",
26
- link: disable_dark_mode_path
27
- }) %>
28
- <% end %>
29
- <% end %>
30
- </div>
31
-
32
- </div>
33
- <%= pb_rails("section_separator")%>
34
- <% flash.each do |name, msg| %>
35
- <% name = "success" if name == "notice" %>
36
- <%= pb_rails("fixed_confirmation_toast", props: { text: msg, status: name }) %>
37
- <% end %>
@@ -1,51 +0,0 @@
1
-
2
- <%= pb_rails("nav", props: {
3
- title: "Kits",
4
- link: all_link(@type),
5
- variant: "subtle",
6
- padding_y: "sm"
7
- }) do %>
8
- <% pb_rails("nav/item", props: {
9
- text: "All",
10
- link: all_link(@type),
11
- active: all_active(controller_name, action_name)
12
- }) %>
13
- <% MENU["kits"].each do |link| %>
14
- <% if link.is_a?(Hash) %>
15
- <div class="category_section">
16
- <%= pb_rails("nav/item", props: {
17
- active: category_active(@category, link),
18
- classname: "category",
19
- icon_right: "angle-down",
20
- link: category_link(@type, link)
21
- }) do %>
22
- <%= pb_kit_title(nav_hash_category(link)) %>
23
- <% end %>
24
- <%= pb_rails("nav", props: { variant: "subtle", classname: "sub_category"}) do %>
25
- <% nav_hash_array(link).each do |sub_link| %>
26
- <%= pb_rails("nav/item", props: {
27
- text: pb_kit_title(sub_link),
28
- link: sub_category_link(@type, sub_link),
29
- active: sub_category_active(@kit, sub_link)
30
- }) %>
31
- <% end %>
32
- <% end %>
33
- </div>
34
- <% else %>
35
- <%= pb_rails("nav/item", props: {
36
- text: pb_kit_title(link),
37
- link: kit_link(@type, link),
38
- active: kit_active(@kit, link)
39
- }) %>
40
- <% end %>
41
- <% end %>
42
- <% end %>
43
-
44
- <%= pb_rails("section_separator") %>
45
-
46
- <%= pb_rails("nav", props: {title: "Tokens", link: utilities_path, padding_y:"sm", variant:"subtle"}) do %>
47
- <% color_active = (controller_name == 'pages' && action_name == 'utilities') ? true : false %>
48
- <%= pb_rails("nav/item", props: { text: "Colors", link: utilities_path, active: color_active }) %>
49
- <% spacing_active = (controller_name == 'pages' && action_name == 'tokens') ? true : false %>
50
- <%= pb_rails("nav/item", props: { text: "Spacing", link: tokens_path, active: spacing_active }) %>
51
- <% end %>
@@ -1,26 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title> Playbook Design System </title>
5
- <%= csrf_meta_tags%>
6
- <%= csp_meta_tag%>
7
- <%= stylesheet_packs_with_chunks_tag 'main' %>
8
- <meta content="user-scalable=0, initial-scale=1.0, minimum-scale=1" name="viewport"></meta>
9
- </head>
10
- <body>
11
- <%= render 'layouts/playbook/nav'%>
12
- <%= pb_rails("layout", props: {classname: "pb--page--content",variant: cookies[:dark_mode] == "true" ? 'dark' : 'light' }) do%>
13
- <%= render 'layouts/playbook/mobile_hamburger'%>
14
- <%= pb_rails("layout/sidebar", props: { classname: "pb--page--sideNav"}) do%>
15
- <%= render 'layouts/playbook/sidebar'%>
16
- <% end%>
17
- <%= pb_rails("layout/body") do%>
18
- <div class="pb--page--content--main <%= cookies[:dark_mode] == "true" ? 'dark' : '' %>">
19
- <%= yield %>
20
- </div>
21
- <% end %>
22
- <%end%>
23
- </body>
24
- <%= javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js" %>
25
- <%= javascript_packs_with_chunks_tag 'application', 'examples' %>
26
- <%= yield :pb_js %>
@@ -1,10 +0,0 @@
1
- doctype html
2
- html
3
- head
4
- title Playbook Design System
5
- = csrf_meta_tags
6
- = csp_meta_tag
7
- = stylesheet_packs_with_chunks_tag 'main'
8
- = javascript_packs_with_chunks_tag 'application'
9
- body
10
- = yield
@@ -1,10 +0,0 @@
1
- doctype html
2
- html
3
- head
4
- title Playbook Design System
5
- = csrf_meta_tags
6
- = csp_meta_tag
7
- = stylesheet_packs_with_chunks_tag 'main'
8
- = javascript_packs_with_chunks_tag 'application'
9
- body
10
- = yield
@@ -1,19 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Full Screen Examples</title>
5
- <%= csrf_meta_tags %>
6
- <%= csp_meta_tag %>
7
- <meta content="user-scalable=0, initial-scale=1.0, minimum-scale=1" name="viewport"/>
8
- <%= stylesheet_packs_with_chunks_tag 'main' %>
9
- </head>
10
- <body>
11
- <div class="sample-layout">
12
- <%= yield %>
13
- </div>
14
- </body>
15
-
16
- <%= javascript_include_tag "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js" %>
17
- <%= javascript_packs_with_chunks_tag 'application', 'examples', 'samples' %>
18
- <%= yield :pb_js %>
19
- </html>
@@ -1,16 +0,0 @@
1
- .markdown
2
- = render 'playbook/guides/create_kit/generator'
3
- br
4
- = render 'playbook/guides/create_kit/view_objects'
5
- br
6
- = render 'playbook/guides/create_kit/kit_rails'
7
- br
8
- = render 'playbook/guides/create_kit/kit_react'
9
- br
10
- = render 'playbook/guides/create_kit/kit_examples'
11
- br
12
- = render 'playbook/guides/create_kit/file_naming'
13
- br
14
- = render 'playbook/guides/create_kit/layout'
15
- br
16
- = render 'playbook/guides/create_kit/writing_sass'
@@ -1,2 +0,0 @@
1
- ## File Naming
2
- How files should be named
@@ -1,6 +0,0 @@
1
- ## Kit Generator
2
- Create a basic kit through the generator to speed up kit development.
3
-
4
- ```
5
- rails g kit my_new_kit
6
- ```
@@ -1,2 +0,0 @@
1
- ## Examples
2
- Understand how to create examples
@@ -1,2 +0,0 @@
1
- ## Rails Partial
2
- How to setup kit partial
@@ -1,2 +0,0 @@
1
- ## React Component
2
- How to setup kit component for react
@@ -1,2 +0,0 @@
1
- ## Layout and structure
2
- A a kit should be able to function without external utility classes and libraries. A kit should handle layout for it’s children.
@@ -1,2 +0,0 @@
1
- ## View Objects
2
- Understanding view objects
@@ -1,10 +0,0 @@
1
- ## Writing Sass
2
- ---
3
- #### Class names, chaining, and SASS
4
- A kit should be named using prefixed complex classes to try and avoid naming collision and style bleed. Class chaining should be avoided if possible.
5
-
6
- ---
7
-
8
- 1. Use extend a class using & when possible and avoid class chaining when possible.
9
- 2. When you must use a chained class try to avoid setting multiple properties.
10
- 3. If your using chained classes have simple names make sure they don't collide with our utilities, and try to nest them under a parent class to avoid bleed
@@ -1,6 +0,0 @@
1
- .markdown
2
- = render 'playbook/guides/use_nitro/nitro_components'
3
- br
4
- = render 'playbook/guides/use_nitro/local'
5
- br
6
- = render 'playbook/guides/use_nitro/versions'
@@ -1,2 +0,0 @@
1
- ## Local Development
2
- How to use on local development environment
@@ -1,2 +0,0 @@
1
- ## Nitro Components
2
- How to add to Nitro Component
@@ -1,2 +0,0 @@
1
- ## Versions
2
- How to update version