playbook_ui 13.24.0 → 13.25.0.pre.alpha.barchartfix2766

Sign up to get free protection for your applications and to get access to all the features.
Files changed (190) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +2 -0
  3. data/app/pb_kits/playbook/index.js +1 -0
  4. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +10 -14
  5. data/app/pb_kits/playbook/pb_advanced_table/table_body.html.erb +5 -9
  6. data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +2 -6
  7. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -6
  8. data/app/pb_kits/playbook/pb_avatar/avatar.html.erb +1 -6
  9. data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.html.erb +1 -6
  10. data/app/pb_kits/playbook/pb_background/_background.tsx +7 -5
  11. data/app/pb_kits/playbook/pb_background/background.html.erb +2 -11
  12. data/app/pb_kits/playbook/pb_badge/badge.html.erb +1 -6
  13. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +41 -6
  14. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +4 -0
  15. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb +23 -0
  16. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +35 -0
  17. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb +26 -0
  18. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +36 -0
  19. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md +3 -0
  20. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.html.erb +22 -0
  21. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +34 -0
  22. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.md +1 -0
  23. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +6 -0
  24. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +3 -0
  25. data/app/pb_kits/playbook/pb_body/_body.scss +3 -3
  26. data/app/pb_kits/playbook/pb_body/_body.tsx +1 -1
  27. data/app/pb_kits/playbook/pb_body/body.html.erb +1 -6
  28. data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumb_item.html.erb +1 -6
  29. data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumbs.html.erb +2 -7
  30. data/app/pb_kits/playbook/pb_button/_button.scss +1 -1
  31. data/app/pb_kits/playbook/pb_button/button.html.erb +2 -3
  32. data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.html.erb +2 -7
  33. data/app/pb_kits/playbook/pb_caption/caption.html.erb +1 -6
  34. data/app/pb_kits/playbook/pb_card/card.html.erb +1 -7
  35. data/app/pb_kits/playbook/pb_card/card_body.html.erb +1 -6
  36. data/app/pb_kits/playbook/pb_card/card_header.html.erb +1 -6
  37. data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +1 -6
  38. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -6
  39. data/app/pb_kits/playbook/pb_collapsible/collapsible.html.erb +1 -6
  40. data/app/pb_kits/playbook/pb_collapsible/collapsible_content.html.erb +1 -6
  41. data/app/pb_kits/playbook/pb_collapsible/collapsible_main.html.erb +1 -7
  42. data/app/pb_kits/playbook/pb_contact/contact.html.erb +1 -6
  43. data/app/pb_kits/playbook/pb_currency/currency.html.erb +1 -6
  44. data/app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md +43 -0
  45. data/app/pb_kits/playbook/pb_currency/docs/_currency_props_swift.md +12 -0
  46. data/app/pb_kits/playbook/pb_currency/docs/_currency_size_swift.md +31 -0
  47. data/app/pb_kits/playbook/pb_currency/docs/example.yml +5 -0
  48. data/app/pb_kits/playbook/pb_dashboard_value/dashboard_value.html.erb +1 -6
  49. data/app/pb_kits/playbook/pb_date/date.html.erb +1 -6
  50. data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +2 -6
  51. data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.html.erb +1 -5
  52. data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.html.erb +1 -5
  53. data/app/pb_kits/playbook/pb_date_range_stacked/docs/_date_range_stacked_default_swift.md +14 -0
  54. data/app/pb_kits/playbook/pb_date_range_stacked/docs/_date_range_stacked_props_swift.md +9 -0
  55. data/app/pb_kits/playbook/pb_date_range_stacked/docs/example.yml +4 -0
  56. data/app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb +1 -5
  57. data/app/pb_kits/playbook/pb_date_time/date_time.html.erb +1 -6
  58. data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.html.erb +1 -7
  59. data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.html.erb +1 -5
  60. data/app/pb_kits/playbook/pb_detail/detail.html.erb +1 -6
  61. data/app/pb_kits/playbook/pb_dialog/_dialog.scss +4 -2
  62. data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -6
  63. data/app/pb_kits/playbook/pb_dialog/dialog_body.html.erb +2 -7
  64. data/app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb +1 -5
  65. data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -6
  66. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -1
  67. data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +103 -0
  68. data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +214 -0
  69. data/app/pb_kits/playbook/pb_dropdown/context/index.tsx +5 -0
  70. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx +50 -0
  71. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.md +0 -0
  72. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +87 -0
  73. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.md +1 -0
  74. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx +102 -0
  75. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.md +1 -0
  76. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +104 -0
  77. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md +3 -0
  78. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx +66 -0
  79. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.md +1 -0
  80. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx +51 -0
  81. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.md +1 -0
  82. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx +77 -0
  83. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.md +1 -0
  84. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +12 -0
  85. data/app/pb_kits/playbook/pb_dropdown/docs/index.js +7 -0
  86. data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +17 -0
  87. data/app/pb_kits/playbook/pb_dropdown/hooks/useDropdown.tsx +17 -0
  88. data/app/pb_kits/playbook/pb_dropdown/hooks/useHandleOnKeydown.tsx +61 -0
  89. data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownContainer.tsx +100 -0
  90. data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +108 -0
  91. data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownTrigger.tsx +172 -0
  92. data/app/pb_kits/playbook/pb_dropdown/utilities/subComponentHelper.tsx +59 -0
  93. data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +1 -6
  94. data/app/pb_kits/playbook/pb_filter/filter.html.erb +1 -5
  95. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +1 -6
  96. data/app/pb_kits/playbook/pb_flex/flex.html.erb +1 -5
  97. data/app/pb_kits/playbook/pb_flex/flex_item.html.erb +2 -6
  98. data/app/pb_kits/playbook/pb_form_group/form_group.html.erb +1 -6
  99. data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +1 -1
  100. data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +1 -6
  101. data/app/pb_kits/playbook/pb_highlight/highlight.html.erb +1 -5
  102. data/app/pb_kits/playbook/pb_home_address_street/home_address_street.html.erb +1 -5
  103. data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss +1 -1
  104. data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.tsx +1 -1
  105. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +2 -7
  106. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.rb +1 -1
  107. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.test.js +3 -3
  108. data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.html.erb +1 -6
  109. data/app/pb_kits/playbook/pb_icon_value/icon_value.html.erb +1 -6
  110. data/app/pb_kits/playbook/pb_label_pill/label_pill.html.erb +1 -6
  111. data/app/pb_kits/playbook/pb_label_value/label_value.html.erb +1 -6
  112. data/app/pb_kits/playbook/pb_layout/body.html.erb +1 -5
  113. data/app/pb_kits/playbook/pb_layout/footer.html.erb +1 -5
  114. data/app/pb_kits/playbook/pb_layout/header.html.erb +1 -5
  115. data/app/pb_kits/playbook/pb_layout/item.html.erb +1 -5
  116. data/app/pb_kits/playbook/pb_layout/layout.html.erb +1 -5
  117. data/app/pb_kits/playbook/pb_layout/sidebar.html.erb +1 -5
  118. data/app/pb_kits/playbook/pb_list/_list_item.tsx +2 -2
  119. data/app/pb_kits/playbook/pb_list/item.html.erb +2 -8
  120. data/app/pb_kits/playbook/pb_list/list.html.erb +2 -8
  121. data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -6
  122. data/app/pb_kits/playbook/pb_message/message.html.erb +1 -6
  123. data/app/pb_kits/playbook/pb_message/message_mention.html.erb +1 -6
  124. data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb +1 -6
  125. data/app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb +1 -6
  126. data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +1 -6
  127. data/app/pb_kits/playbook/pb_nav/item.html.erb +3 -14
  128. data/app/pb_kits/playbook/pb_nav/nav.html.erb +1 -6
  129. data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +2 -6
  130. data/app/pb_kits/playbook/pb_pagination/pagination.html.erb +1 -6
  131. data/app/pb_kits/playbook/pb_passphrase/passphrase.html.erb +1 -1
  132. data/app/pb_kits/playbook/pb_person/person.html.erb +7 -12
  133. data/app/pb_kits/playbook/pb_person_contact/person_contact.html.erb +1 -6
  134. data/app/pb_kits/playbook/pb_pill/pill.html.erb +1 -6
  135. data/app/pb_kits/playbook/pb_popover/popover.html.erb +1 -6
  136. data/app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb +2 -6
  137. data/app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb +3 -6
  138. data/app/pb_kits/playbook/pb_progress_step/progress_step.html.erb +1 -5
  139. data/app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb +1 -5
  140. data/app/pb_kits/playbook/pb_radio/radio.html.erb +2 -8
  141. data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +6 -2
  142. data/app/pb_kits/playbook/pb_section_separator/_section_separator_mixin.scss +11 -1
  143. data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +1 -6
  144. data/app/pb_kits/playbook/pb_select/select.html.erb +1 -5
  145. data/app/pb_kits/playbook/pb_selectable_card/selectable_card.html.erb +1 -5
  146. data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb +1 -4
  147. data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.html.erb +1 -5
  148. data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +1 -6
  149. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +1 -6
  150. data/app/pb_kits/playbook/pb_source/source.html.erb +1 -5
  151. data/app/pb_kits/playbook/pb_source/source.test.js +2 -2
  152. data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +1 -5
  153. data/app/pb_kits/playbook/pb_stat_change/stat_change.html.erb +1 -5
  154. data/app/pb_kits/playbook/pb_stat_value/stat_value.html.erb +1 -5
  155. data/app/pb_kits/playbook/pb_table/table.html.erb +2 -12
  156. data/app/pb_kits/playbook/pb_table/table_body.html.erb +6 -16
  157. data/app/pb_kits/playbook/pb_table/table_cell.html.erb +6 -16
  158. data/app/pb_kits/playbook/pb_table/table_head.html.erb +6 -16
  159. data/app/pb_kits/playbook/pb_table/table_header.html.erb +4 -13
  160. data/app/pb_kits/playbook/pb_table/table_row.html.erb +6 -16
  161. data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +1 -5
  162. data/app/pb_kits/playbook/pb_time/time.html.erb +1 -5
  163. data/app/pb_kits/playbook/pb_time_range_inline/time_range_inline.html.erb +1 -5
  164. data/app/pb_kits/playbook/pb_time_stacked/time_stacked.html.erb +1 -5
  165. data/app/pb_kits/playbook/pb_timeline/item.html.erb +3 -7
  166. data/app/pb_kits/playbook/pb_timeline/timeline.html.erb +1 -5
  167. data/app/pb_kits/playbook/pb_timestamp/timestamp.html.erb +1 -6
  168. data/app/pb_kits/playbook/pb_title/title.html.erb +1 -6
  169. data/app/pb_kits/playbook/pb_title_count/title_count.html.erb +1 -6
  170. data/app/pb_kits/playbook/pb_title_detail/title_detail.html.erb +1 -5
  171. data/app/pb_kits/playbook/pb_toggle/toggle.html.erb +1 -6
  172. data/app/pb_kits/playbook/pb_tooltip/tooltip.html.erb +1 -5
  173. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +27 -19
  174. data/app/pb_kits/playbook/pb_typeahead/components/MenuList.tsx +4 -2
  175. data/app/pb_kits/playbook/pb_typeahead/components/index.tsx +19 -0
  176. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx +51 -0
  177. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_highlight.jsx +1 -1
  178. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +1 -0
  179. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
  180. data/app/pb_kits/playbook/pb_user/user.html.erb +1 -6
  181. data/app/pb_kits/playbook/pb_user_badge/user_badge.html.erb +1 -6
  182. data/app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.html.erb +1 -6
  183. data/app/pb_kits/playbook/playbook-doc.js +2 -0
  184. data/app/pb_kits/playbook/tokens/_colors.scss +1 -1
  185. data/dist/menu.yml +5 -1
  186. data/dist/playbook-rails.js +6 -6
  187. data/lib/playbook/kit_base.rb +21 -1
  188. data/lib/playbook/version.rb +2 -2
  189. metadata +47 -6
  190. /data/app/pb_kits/playbook/pb_dialog/docs/{_dialog_props_table.md → _dialog_props_swift.md} +0 -0
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= content.presence %>
8
3
  <% end %>
@@ -1,4 +1,4 @@
1
- <%= content_tag(:div, id: object.id, data: object.data, class: object.classname + object.size_class, **combined_html_options) do %>
1
+ <%= pb_content_tag(:div, class: object.classname + object.size_class) do %>
2
2
  <% if object.name.present? %>
3
3
  <%= pb_rails("avatar", props: { name: object.name, image_url: object.avatar_url, size: "xs" }) %>
4
4
  <%= pb_rails("title", props: { text: object.name, size: 4, classname: "pb_form_pill_text" }) %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:span,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:span) do %>
7
2
  <%= link_to object.url, target: object.link_option do %>
8
3
  <%= pb_rails("badge", props: { dark: object.dark, variant: "primary", text: object.hashtag_text }) %>
9
4
  <% end %>
@@ -1,8 +1,4 @@
1
- <%= content_tag(:span,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:span) do %>
6
2
  <mark>
7
3
  <%= content.presence || object.text %>
8
4
  </mark>
@@ -1,8 +1,4 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
  <%= pb_rails("home_address_street/#{emphasis}_emphasis", props: object.send("#{emphasis}_emphasis_props")) %>
7
3
  <% end %>
8
4
 
@@ -51,7 +51,7 @@ $pb_icon_circle_sizes: (
51
51
  }
52
52
 
53
53
  @each $name, $size in $pb_icon_circle_sizes {
54
- &[class*=_#{$name}] {
54
+ &[class*=_size_#{$name}] {
55
55
  width: $size;
56
56
  height: $size;
57
57
  border-radius: $size/2;
@@ -43,7 +43,7 @@ const IconCircle = (props: IconCircleProps) => {
43
43
  const ariaProps = buildAriaProps(aria)
44
44
  const dataProps = buildDataProps(data)
45
45
  const htmlProps = buildHtmlProps(htmlOptions)
46
- const classes = classnames(buildCss('pb_icon_circle_kit', size, variant), globalProps(props), className)
46
+ const classes = classnames(buildCss('pb_icon_circle_kit', `size_${size}`, variant), globalProps(props), className)
47
47
 
48
48
 
49
49
  return (
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
7
- <%= pb_rails("icon", props: { dark: object.dark, icon: object.icon, fixed_width: true }) %>
1
+ <%= pb_content_tag do %>
2
+ <%= pb_rails("icon", props: { dark: object.dark, icon: object.icon, fixed_width: true }) %>
8
3
  <% end %>
@@ -14,7 +14,7 @@ module Playbook
14
14
  default: "default"
15
15
 
16
16
  def classname
17
- generate_classname("pb_icon_circle_kit", size, variant)
17
+ generate_classname("pb_icon_circle_kit", "size_#{size}", variant)
18
18
  end
19
19
  end
20
20
  end
@@ -16,7 +16,7 @@ describe("IconCircle Kit", () => {
16
16
  )
17
17
 
18
18
  const kit = screen.getByTestId(testId)
19
- expect(kit).toHaveClass("pb_icon_circle_kit_md_default")
19
+ expect(kit).toHaveClass("pb_icon_circle_kit_size_md_default")
20
20
  })
21
21
 
22
22
  test("renders icon", () => {
@@ -66,7 +66,7 @@ describe("IconCircle Kit", () => {
66
66
  />
67
67
  )
68
68
  const kit = screen.getByTestId(testId)
69
- expect(kit).toHaveClass(`pb_icon_circle_kit_sm_${colorVariant}`)
69
+ expect(kit).toHaveClass(`pb_icon_circle_kit_size_sm_${colorVariant}`)
70
70
 
71
71
  cleanup()
72
72
  })
@@ -89,7 +89,7 @@ describe("IconCircle Kit", () => {
89
89
  />
90
90
  )
91
91
  const kit = screen.getByTestId(testId)
92
- expect(kit).toHaveClass(`pb_icon_circle_kit_${sizeVariant}_default`)
92
+ expect(kit).toHaveClass(`pb_icon_circle_kit_size_${sizeVariant}_default`)
93
93
 
94
94
  cleanup()
95
95
  })
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
 
8
3
  <%= pb_rails("icon_circle", props: {
9
4
  dark: object.dark,
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("body", props: { color: "light", dark: object.dark }) do %>
8
3
  <%= pb_rails("icon", props: { icon: object.icon, fixed_width: true }) %>
9
4
  <%= object.text %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("caption", props: { text: object.label, classname: "pb_label_pill_label"}) %>
8
3
  <%= pb_rails("pill", props: { text: object.pill_value, variant: object.variant, classname: "pb_label_pill_pill" }) %>
9
4
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("caption", props: { text: object.label, dark: object.dark }) %>
8
3
  <% if object.variant == "details" %>
9
4
  <%= pb_rails("flex", props: {inline: true, vertical: "center"}) do %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(object.tag,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(object.tag) do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(object.tag,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(object.tag) do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(object.tag,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(object.tag) do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
  <%= content %>
7
3
  <% end %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import classnames from 'classnames'
3
3
  import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../utilities/props'
4
- import { globalProps } from '../utilities/globalProps'
4
+ import { globalProps, GlobalProps } from '../utilities/globalProps'
5
5
 
6
6
  type ListItemProps = {
7
7
  aria?: { [key: string]: string },
@@ -11,7 +11,7 @@ type ListItemProps = {
11
11
  htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
12
12
  id?: string,
13
13
  tabIndex?: number,
14
- }
14
+ } & GlobalProps
15
15
 
16
16
  const ListItem = (props: ListItemProps) => {
17
17
  const {
@@ -1,10 +1,4 @@
1
- <%= content_tag(:li,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- tabindex: object.tabindex,
7
- **combined_html_options
8
- ) do %>
1
+ <%= pb_content_tag(:li,
2
+ tabindex: object.tabindex) do %>
9
3
  <%= content.presence %>
10
4
  <% end %>
@@ -1,13 +1,7 @@
1
1
  <%= content_tag(:div, class: object.list_classname) do %>
2
- <%= content_tag(:"#{object.ordered_class}",
3
- aria: object.aria,
4
- class: object.classname,
5
- data: object.data,
6
- id: object.id,
2
+ <%= pb_content_tag(:"#{object.ordered_class}",
7
3
  role: object.role,
8
- tabindex: object.tabindex,
9
- **combined_html_options
10
- ) do %>
4
+ tabindex: object.tabindex) do %>
11
5
  <%= content.presence %>
12
6
  <% end %>
13
7
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
6
-
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("body", props: { color: "light", dark: object.dark }) do %>
8
3
  <%= pb_rails("icon", props: { aria: { label: "loading icon" }, fixed_width: true, icon: "spinner", pulse: true }) %> Loading
9
4
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <% if object.valid? %>
8
3
  <%= pb_rails("avatar", props: {
9
4
  name: object.avatar_name,
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= content %>
8
3
  <% end %>
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- data: object.data,
4
- id: object.id,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= react_component("MultiLevelSelect", object.multi_level_select_options) %>
8
3
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <% object.users.take(object.display_count).each do |user| %>
8
3
  <%= pb_rails("avatar", props: user.merge({size: object.size, classname: "pb_multiple_users_item", dark: object.dark}) ) %>
9
4
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("avatar", props: object.users[0].merge({size: "xs", classname: "pb_multiple_users_stacked_item", dark: object.dark}) ) %>
8
3
 
9
4
  <% unless object.only_one %>
@@ -1,16 +1,11 @@
1
1
  <% if object.collapsible %>
2
2
  <%= pb_rails("collapsible", props: { name: "collapsible-nav-example", classname: object.collapsible_nav_classname }) do %>
3
3
  <%= pb_rails("collapsible/collapsible_main", props: { name: "default-collapsible-nav", icon: object.collapsible_icons, size: "xs", dark: object.dark, classname:object.margin_classes }) do %>
4
- <%= content_tag(object.tag,
5
- aria: object.aria,
6
- class: object.classname,
7
- data: object.data,
4
+ <%= pb_content_tag(object.tag,
8
5
  dark: object.dark,
9
- id: object.id,
10
6
  href: object.link && object.link,
11
7
  target: object.link && object.target,
12
- **combined_html_options
13
- ) do %>
8
+ ) do %>
14
9
  <% if object.image_url %>
15
10
  <%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper_collapsible" }) %>
16
11
  <% end %>
@@ -27,13 +22,7 @@
27
22
  <% end %>
28
23
  <% end %>
29
24
  <% else %>
30
- <%= content_tag(object.tag,
31
- aria: object.aria,
32
- class: object.classname,
33
- **combined_html_options,
34
- data: object.data,
35
- dark: object.dark,
36
- id: object.id,
25
+ <%= pb_content_tag(object.tag,
37
26
  href: object.link && object.link,
38
27
  target: object.link && object.target
39
28
  ) do %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:nav,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:nav) do %>
7
2
  <% if object.title %>
8
3
  <%= content_tag(:div, class: "pb_nav_list_title") do %>
9
4
  <%= content_tag(:a, class: "pb_nav_list_item_link_text", href: object.link) do %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria.merge!(label: object.status),
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:div,
2
+ aria: object.aria.merge!(label: object.status)) do %>
7
3
  <% end %>
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= will_paginate object.model, renderer: Playbook::Pagination::Rails %>
8
3
  <% end %>
@@ -1 +1 @@
1
- <%= react_component('Passphrase', object.passphrase_options, class: object.classname, **combined_html_options) %>
1
+ <%= react_component('Passphrase', object.passphrase_options, class: object.classname) %>
@@ -1,13 +1,8 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
7
- <%= pb_rails("body", props: {
8
- tag: "span",
9
- classname: "pb_person_first" }) { object.first_name } %>
10
- <%= pb_rails("title", props: {
11
- text: object.last_name,
12
- size: 4 }) if object.last_name %>
1
+ <%= pb_content_tag do %>
2
+ <%= pb_rails("body", props: {
3
+ tag: "span",
4
+ classname: "pb_person_first" }) { object.first_name } %>
5
+ <%= pb_rails("title", props: {
6
+ text: object.last_name,
7
+ size: 4 }) if object.last_name %>
13
8
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("person", props: {
8
3
  first_name: object.first_name,
9
4
  last_name: object.last_name,
@@ -1,8 +1,3 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <%= pb_rails("title", props: { text: object.display_text, tag: "div", size: 4, classname: "pb_pill_text" }) %>
8
3
  <% end %>
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- class: object.classname,
4
- data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <div class="pb_popover_tooltip hide" id="<%= object.tooltip_id %>" role="tooltip" style="<%= object.z_index_helper %>">
8
3
  <div class="pb_popover_body <%= object.width_height_class_helper %> <%= object.popover_spacing_helper %>" style="<%= object.width_height_helper %>">
9
4
  <%= content.presence %>
@@ -1,9 +1,5 @@
1
- <%= content_tag(:div,
2
- aria: object.aria_attributes,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:div,
2
+ aria: object.aria_attributes) do %>
7
3
 
8
4
  <div class="progress_pills_status">
9
5
  <% object.with_status do |status| %>
@@ -1,10 +1,7 @@
1
1
  <%= content_tag(:div, class: object.wrapper_classname) do %>
2
- <%= content_tag(:div,
3
- id: object.id,
4
- data: object.data_values,
5
- class: object.classname,
6
- style: object.style,
7
- **combined_html_options) do %>
2
+ <%= pb_content_tag(:div,
3
+ data: object.data_values,
4
+ style: object.style) do %>
8
5
  <%= content_tag(:div, "",
9
6
  class: "progress_simple_value",
10
7
  style: object.value_style) %>
@@ -1,7 +1,3 @@
1
- <%= content_tag(:ul,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:ul) do %>
6
2
  <%= content.presence %>
7
3
  <% end %>
@@ -1,8 +1,4 @@
1
- <%= content_tag(:li,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:li) do %>
6
2
  <div class="box" style="max-width: min-content;" id="<%= object.tooltip_trigger_class %>">
7
3
  <div class="circle">
8
4
  <%= pb_rails("icon", props: { icon: object.icon, size: "xs" }) if object.icon.present? %>
@@ -1,11 +1,5 @@
1
- <%= content_tag(:label,
2
- aria: object.aria,
3
- checked: object.checked,
4
- class: object.classname,
5
- data: object.data,
6
- id: object.id,
7
- value: object.value,
8
- **combined_html_options) do %>
1
+ <%= pb_content_tag(:label,
2
+ checked: object.checked) do %>
9
3
 
10
4
  <% if content.present? %>
11
5
  <%= content %>
@@ -47,8 +47,7 @@ $section_colors_dark: (
47
47
 
48
48
  &[class*=_dashed] {
49
49
  &::before, &::after {
50
- border: 1px dashed $border_light;
51
- background: none;
50
+ @include section_separator_dashed(false);
52
51
  }
53
52
  }
54
53
 
@@ -66,5 +65,10 @@ $section_colors_dark: (
66
65
  @include section_separator_vertical(true);
67
66
  }
68
67
  }
68
+ &[class*=_dashed] {
69
+ &::before, &::after {
70
+ @include section_separator_dashed(true);
71
+ }
72
+ }
69
73
  }
70
74
  }
@@ -9,7 +9,7 @@
9
9
  }
10
10
  content: "";
11
11
  height: 100%;
12
- width: 1px;
12
+ width: 1.9px;
13
13
  position: initial;
14
14
  z-index: 0;
15
15
  }
@@ -21,3 +21,13 @@
21
21
  background: $border_dark;
22
22
  }
23
23
  }
24
+
25
+ @mixin section_separator_dashed($dark: false) {
26
+ @if $dark == false {
27
+ border: 1px dashed $border_light;
28
+ background: none;
29
+ } @else {
30
+ border: 1px dashed $border_dark;
31
+ background: none;
32
+ }
33
+ }
@@ -1,9 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
7
2
  <% if object.orientation === 'horizontal' %>
8
3
  <% if content %>
9
4
  <%= content %>
@@ -1,8 +1,4 @@
1
- <%= content_tag(:div,
2
- aria: object.aria,
3
- data: object.data,
4
- class: object.classnames,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
  <% if object.label %>
7
3
  <label class="pb_select_kit_label" for="<%= object.name %>">
8
4
  <%= pb_rails("caption", props: { text: object.label }) %>
@@ -1,8 +1,4 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
 
7
3
  <% if object.multi %>
8
4
  <%= check_box_tag(object.name, object.value, object.checked, object.additional_input_options) %>
@@ -1,7 +1,4 @@
1
- <%= content_tag(:div,
2
- data: object.data,
3
- class: object.classname,
4
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
5
2
 
6
3
  <%= pb_rails("selectable_card", props: {
7
4
  input_id: object.input_id,
@@ -1,8 +1,4 @@
1
- <%= content_tag(:div,
2
- id: object.id,
3
- data: object.data,
4
- class: object.classname,
5
- **combined_html_options) do %>
1
+ <%= pb_content_tag do %>
6
2
 
7
3
  <% if object.inputs == "disabled" %>
8
4