playbook_ui 13.21.0.pre.alpha.PLAY12582531 → 13.21.0.pre.alpha.PLAY12652489

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +19 -21
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/SortIconButton.tsx +3 -6
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/SubRowHeaderRow.tsx +8 -12
  5. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +9 -14
  6. data/app/pb_kits/playbook/pb_advanced_table/Components/ToggleIconButton.tsx +5 -9
  7. data/app/pb_kits/playbook/pb_advanced_table/README.md +2 -2
  8. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +11 -15
  9. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +8 -12
  10. data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +37 -23
  11. data/app/pb_kits/playbook/pb_advanced_table/Utilities/types.ts +2 -0
  12. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +9 -7
  13. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +80 -83
  14. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +61 -67
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail.jsx +7 -7
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx +7 -7
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expanded_control.jsx +7 -7
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +7 -7
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +1 -1
  20. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.jsx +7 -7
  21. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.jsx +7 -7
  22. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.jsx +7 -7
  23. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_subrow_headers.jsx +7 -7
  24. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_options.jsx +7 -7
  25. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +7 -7
  26. data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data.js +1 -1
  27. data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js +1 -1
  28. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -2
  29. data/app/pb_kits/playbook/pb_avatar/avatar.html.erb +1 -2
  30. data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.html.erb +1 -2
  31. data/app/pb_kits/playbook/pb_background/background.html.erb +1 -2
  32. data/app/pb_kits/playbook/pb_badge/badge.html.erb +1 -2
  33. data/app/pb_kits/playbook/pb_body/body.html.erb +1 -2
  34. data/app/pb_kits/playbook/pb_bread_crumbs/_bread_crumbs.scss +7 -0
  35. data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumb_item.html.erb +1 -2
  36. data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumbs.html.erb +1 -2
  37. data/app/pb_kits/playbook/pb_button/button.html.erb +1 -2
  38. data/app/pb_kits/playbook/pb_button/button.rb +3 -2
  39. data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.html.erb +1 -2
  40. data/app/pb_kits/playbook/pb_caption/caption.html.erb +1 -2
  41. data/app/pb_kits/playbook/pb_card/card.html.erb +1 -2
  42. data/app/pb_kits/playbook/pb_card/card_body.html.erb +1 -2
  43. data/app/pb_kits/playbook/pb_card/card_header.html.erb +1 -2
  44. data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +1 -3
  45. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -2
  46. data/app/pb_kits/playbook/pb_collapsible/collapsible.html.erb +1 -2
  47. data/app/pb_kits/playbook/pb_collapsible/collapsible_content.html.erb +1 -2
  48. data/app/pb_kits/playbook/pb_collapsible/collapsible_main.html.erb +1 -2
  49. data/app/pb_kits/playbook/pb_contact/contact.html.erb +1 -2
  50. data/app/pb_kits/playbook/pb_currency/currency.html.erb +1 -2
  51. data/app/pb_kits/playbook/pb_dashboard_value/dashboard_value.html.erb +1 -2
  52. data/app/pb_kits/playbook/pb_date/date.html.erb +1 -2
  53. data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +2 -1
  54. data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +0 -3
  55. data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +2 -4
  56. data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +1 -2
  57. data/app/pb_kits/playbook/pb_date_picker/date_picker.test.js +1 -1
  58. data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +0 -2
  59. data/app/pb_kits/playbook/pb_date_picker/docs/index.js +0 -1
  60. data/app/pb_kits/playbook/pb_date_picker/sass_partials/_input_styles.scss +2 -1
  61. data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.html.erb +1 -2
  62. data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.html.erb +1 -2
  63. data/app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb +1 -2
  64. data/app/pb_kits/playbook/pb_date_time/date_time.html.erb +1 -2
  65. data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.html.erb +2 -3
  66. data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.html.erb +1 -2
  67. data/app/pb_kits/playbook/pb_detail/detail.html.erb +1 -2
  68. data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -2
  69. data/app/pb_kits/playbook/pb_dialog/dialog_body.html.erb +2 -3
  70. data/app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb +1 -2
  71. data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +2 -3
  72. data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +1 -2
  73. data/app/pb_kits/playbook/pb_filter/filter.html.erb +1 -2
  74. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +3 -8
  75. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +0 -1
  76. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +1 -51
  77. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +11 -62
  78. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.html.erb +2 -7
  79. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +3 -4
  80. data/app/pb_kits/playbook/pb_flex/docs/_flex_spacing.html.erb +4 -0
  81. data/app/pb_kits/playbook/pb_flex/flex.html.erb +1 -2
  82. data/app/pb_kits/playbook/pb_flex/flex_item.html.erb +1 -2
  83. data/app/pb_kits/playbook/pb_form_group/form_group.html.erb +1 -2
  84. data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +2 -2
  85. data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +1 -2
  86. data/app/pb_kits/playbook/pb_highlight/highlight.html.erb +1 -2
  87. data/app/pb_kits/playbook/pb_home_address_street/home_address_street.html.erb +1 -2
  88. data/app/pb_kits/playbook/pb_icon/icon.html.erb +1 -2
  89. data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -2
  90. data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.html.erb +1 -2
  91. data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.rb +2 -0
  92. data/app/pb_kits/playbook/pb_icon_value/icon_value.html.erb +1 -2
  93. data/app/pb_kits/playbook/pb_image/image.html.erb +1 -2
  94. data/app/pb_kits/playbook/pb_label_pill/label_pill.html.erb +1 -2
  95. data/app/pb_kits/playbook/pb_label_value/label_value.html.erb +2 -3
  96. data/app/pb_kits/playbook/pb_layout/body.html.erb +1 -2
  97. data/app/pb_kits/playbook/pb_layout/footer.html.erb +1 -2
  98. data/app/pb_kits/playbook/pb_layout/header.html.erb +1 -2
  99. data/app/pb_kits/playbook/pb_layout/item.html.erb +1 -2
  100. data/app/pb_kits/playbook/pb_layout/layout.html.erb +1 -2
  101. data/app/pb_kits/playbook/pb_layout/sidebar.html.erb +1 -2
  102. data/app/pb_kits/playbook/pb_legend/legend.html.erb +1 -2
  103. data/app/pb_kits/playbook/pb_list/item.html.erb +1 -2
  104. data/app/pb_kits/playbook/pb_list/list.html.erb +1 -2
  105. data/app/pb_kits/playbook/pb_list/list.rb +2 -0
  106. data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -2
  107. data/app/pb_kits/playbook/pb_message/message.html.erb +1 -2
  108. data/app/pb_kits/playbook/pb_message/message_mention.html.erb +2 -3
  109. data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb +1 -2
  110. data/app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb +1 -2
  111. data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +1 -2
  112. data/app/pb_kits/playbook/pb_nav/item.html.erb +2 -4
  113. data/app/pb_kits/playbook/pb_nav/nav.html.erb +1 -2
  114. data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +1 -2
  115. data/app/pb_kits/playbook/pb_pagination/pagination.html.erb +1 -2
  116. data/app/pb_kits/playbook/pb_passphrase/passphrase.html.erb +1 -1
  117. data/app/pb_kits/playbook/pb_person/person.html.erb +1 -2
  118. data/app/pb_kits/playbook/pb_person_contact/person_contact.html.erb +1 -2
  119. data/app/pb_kits/playbook/pb_pill/pill.html.erb +1 -2
  120. data/app/pb_kits/playbook/pb_popover/popover.html.erb +1 -2
  121. data/app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb +1 -2
  122. data/app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb +1 -2
  123. data/app/pb_kits/playbook/pb_progress_step/progress_step.html.erb +1 -2
  124. data/app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb +1 -2
  125. data/app/pb_kits/playbook/pb_radio/radio.html.erb +1 -2
  126. data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +1 -2
  127. data/app/pb_kits/playbook/pb_select/select.html.erb +1 -2
  128. data/app/pb_kits/playbook/pb_selectable_card/selectable_card.html.erb +1 -2
  129. data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb +1 -2
  130. data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.html.erb +1 -2
  131. data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +1 -2
  132. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +1 -2
  133. data/app/pb_kits/playbook/pb_source/source.html.erb +1 -2
  134. data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +1 -2
  135. data/app/pb_kits/playbook/pb_stat_change/stat_change.html.erb +1 -2
  136. data/app/pb_kits/playbook/pb_stat_value/stat_value.html.erb +1 -2
  137. data/app/pb_kits/playbook/pb_table/table.html.erb +2 -4
  138. data/app/pb_kits/playbook/pb_table/table_body.html.erb +3 -5
  139. data/app/pb_kits/playbook/pb_table/table_cell.html.erb +3 -5
  140. data/app/pb_kits/playbook/pb_table/table_head.html.erb +3 -5
  141. data/app/pb_kits/playbook/pb_table/table_header.html.erb +3 -5
  142. data/app/pb_kits/playbook/pb_table/table_row.html.erb +3 -5
  143. data/app/pb_kits/playbook/pb_text_input/_text_input.scss +1 -0
  144. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +1 -5
  145. data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +1 -2
  146. data/app/pb_kits/playbook/pb_text_input/text_input.rb +1 -2
  147. data/app/pb_kits/playbook/pb_text_input/text_input.test.js +1 -1
  148. data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +1 -2
  149. data/app/pb_kits/playbook/pb_time/time.html.erb +1 -2
  150. data/app/pb_kits/playbook/pb_time_range_inline/time_range_inline.html.erb +2 -3
  151. data/app/pb_kits/playbook/pb_time_stacked/time_stacked.html.erb +1 -2
  152. data/app/pb_kits/playbook/pb_timeline/item.html.erb +1 -2
  153. data/app/pb_kits/playbook/pb_timeline/timeline.html.erb +1 -2
  154. data/app/pb_kits/playbook/pb_timestamp/timestamp.html.erb +1 -2
  155. data/app/pb_kits/playbook/pb_title/title.html.erb +2 -3
  156. data/app/pb_kits/playbook/pb_title_count/title_count.html.erb +1 -2
  157. data/app/pb_kits/playbook/pb_title_detail/title_detail.html.erb +1 -2
  158. data/app/pb_kits/playbook/pb_toggle/toggle.html.erb +1 -2
  159. data/app/pb_kits/playbook/pb_tooltip/tooltip.html.erb +1 -2
  160. data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +1 -2
  161. data/app/pb_kits/playbook/pb_user/user.html.erb +1 -2
  162. data/app/pb_kits/playbook/pb_user_badge/user_badge.html.erb +1 -2
  163. data/app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.html.erb +1 -2
  164. data/dist/playbook-rails.js +3 -3
  165. data/lib/playbook/kit_base.rb +0 -18
  166. data/lib/playbook/pb_doc_helper.rb +1 -1
  167. data/lib/playbook/props/percentage.rb +2 -2
  168. data/lib/playbook/version.rb +1 -1
  169. metadata +39 -46
  170. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +0 -14
  171. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +0 -19
  172. data/app/pb_kits/playbook/pb_advanced_table/scss_partials/_chrome_styles.scss +0 -13
  173. data/app/pb_kits/playbook/pb_advanced_table/table_body.html.erb +0 -9
  174. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +0 -30
  175. data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +0 -20
  176. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +0 -21
  177. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +0 -37
  178. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +0 -32
  179. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_margin_bottom.html.erb +0 -7
  180. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_margin_bottom.jsx +0 -41
@@ -1,6 +1,6 @@
1
- import React, { useState } from "react"
2
- import { AdvancedTable } from "../../"
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React, { useState } from "react";
2
+ import { AdvancedTable } from "../../";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableExpandedControl = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableExpandedControl = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  //State for manually effecting what is expanded
39
39
  const [expanded, setExpanded] = useState({'0': true, '0.0': true, '0.0.1': true})
@@ -53,7 +53,7 @@ const AdvancedTableExpandedControl = (props) => {
53
53
  {...props}
54
54
  />
55
55
  </div>
56
- )
57
- }
56
+ );
57
+ };
58
58
 
59
- export default AdvancedTableExpandedControl
59
+ export default AdvancedTableExpandedControl;
@@ -1,6 +1,6 @@
1
- import React from "react"
2
- import { AdvancedTable } from "../.."
3
- import { MOCK_DATA_INLINE_LOADING } from "./_mock_data_inline_loading"
1
+ import React from "react";
2
+ import { AdvancedTable } from "../..";
3
+ import { MOCK_DATA_INLINE_LOADING } from "./_mock_data_inline_loading";
4
4
 
5
5
  const AdvancedTableInlineRowLoading = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableInlineRowLoading = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  //Render the subRow header rows
39
39
  const subRowHeaders = ["Quarter", "Month", "Day"]
@@ -52,7 +52,7 @@ const AdvancedTableInlineRowLoading = (props) => {
52
52
  <AdvancedTable.Body subRowHeaders={subRowHeaders}/>
53
53
  </AdvancedTable>
54
54
  </div>
55
- )
56
- }
55
+ );
56
+ };
57
57
 
58
- export default AdvancedTableInlineRowLoading
58
+ export default AdvancedTableInlineRowLoading;
@@ -1,4 +1,4 @@
1
- As a default, the kit assumes that the initial dataset is complete, and it renders all expansion buttons/controls based on that data; if no children are present, no expansion controls are rendered. If, however, you want to change the initial dataset to omit some or all of its children (to improve load times of a complex dataset, perhaps), and you implement a querying logic that loads children only when its parent is expanded, then you must use the `inlineRowLoading` prop to ensure your expansion controls are rendered even though your child data is not yet loaded. You must also pass an empty `children` array to any node that will have children to ensure its parent maintains its ability to expand. If this prop is called AND your data contains empty `children` arrays, the kit will render expansion controls on any row with empty children, and then add an inline loading state within the expanded subrow until those child row(s) are returned to the page [by your query logic].
1
+ As a default, the kit assumes that the initial dataset is complete, and it renders all expansion buttons/controls based on that data; if no children are present, no expansion controls are rendered. If, however, you want to change the initial dataset to omit some or all of its children (to improve load times of a complex dataset, perhaps), and you implement a querying logic that loads children only when its parent is expanded, then you must use the `inlineRowLoading` prop to ensure your expansion controls are rendered even though your child data is not yet loaded. You must also pass an empty `children` array to any node that will have children to ensure its parent maintains its ability to expand. If this prop is called AND your data contains empty `children` arrays, the kit will render expansion controls on any row with empty children, and then add an inline loading state within the expanded subrow until those child row(s) are returned to the page [by your query logic].
2
2
 
3
3
  In this code example, 2021 has an empty children array. Toggle it open to see the inline loading state. Once the correct data loads, this state will be replaced with the correct data rows.
4
4
 
@@ -1,7 +1,7 @@
1
- import React, { useState } from "react"
2
- import { AdvancedTable } from "../../"
1
+ import React, { useState } from "react";
2
+ import { AdvancedTable } from "../../";
3
3
  import { Button } from "../../"
4
- import { MOCK_DATA } from "./_mock_data"
4
+ import { MOCK_DATA } from "./_mock_data";
5
5
 
6
6
  const AdvancedTableLoading = (props) => {
7
7
 
@@ -37,7 +37,7 @@ const [isloading, setIsLoading] = useState(true)
37
37
  accessor: "graduatedStudents",
38
38
  label: "Graduated Students",
39
39
  },
40
- ]
40
+ ];
41
41
 
42
42
  return (
43
43
  <div>
@@ -54,7 +54,7 @@ const [isloading, setIsLoading] = useState(true)
54
54
  {...props}
55
55
  />
56
56
  </div>
57
- )
58
- }
57
+ );
58
+ };
59
59
 
60
- export default AdvancedTableLoading
60
+ export default AdvancedTableLoading;
@@ -1,6 +1,6 @@
1
- import React from "react"
2
- import { AdvancedTable } from "../.."
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React from "react";
2
+ import { AdvancedTable } from "../..";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableSort = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableSort = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  return (
39
39
  <div>
@@ -46,7 +46,7 @@ const AdvancedTableSort = (props) => {
46
46
  <AdvancedTable.Body />
47
47
  </AdvancedTable>
48
48
  </div>
49
- )
50
- }
49
+ );
50
+ };
51
51
 
52
- export default AdvancedTableSort
52
+ export default AdvancedTableSort;
@@ -1,6 +1,6 @@
1
- import React, { useState } from "react"
2
- import { AdvancedTable } from "../.."
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React, { useState } from "react";
2
+ import { AdvancedTable } from "../..";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableSortControl = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableSortControl = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  //State for sort direction
39
39
  const [isSortDesc, setIsSortDesc] = useState({desc: false})
@@ -57,7 +57,7 @@ const AdvancedTableSortControl = (props) => {
57
57
  <AdvancedTable.Body />
58
58
  </AdvancedTable>
59
59
  </div>
60
- )
61
- }
60
+ );
61
+ };
62
62
 
63
- export default AdvancedTableSortControl
63
+ export default AdvancedTableSortControl;
@@ -1,6 +1,6 @@
1
- import React from "react"
2
- import { AdvancedTable } from "../.."
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React from "react";
2
+ import { AdvancedTable } from "../..";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableSubrowHeaders = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableSubrowHeaders = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  //Render the subRow header rows
39
39
  const subRowHeaders = ["Quarter", "Month", "Day"]
@@ -51,7 +51,7 @@ const AdvancedTableSubrowHeaders = (props) => {
51
51
  <AdvancedTable.Body subRowHeaders={subRowHeaders}/>
52
52
  </AdvancedTable>
53
53
  </div>
54
- )
55
- }
54
+ );
55
+ };
56
56
 
57
- export default AdvancedTableSubrowHeaders
57
+ export default AdvancedTableSubrowHeaders;
@@ -1,6 +1,6 @@
1
- import React from "react"
2
- import { AdvancedTable } from "../../"
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React from "react";
2
+ import { AdvancedTable } from "../../";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableTableOptions = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableTableOptions = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  const tableOptions = {
39
39
  initialState: {
@@ -55,7 +55,7 @@ const AdvancedTableTableOptions = (props) => {
55
55
  {...props}
56
56
  />
57
57
  </div>
58
- )
59
- }
58
+ );
59
+ };
60
60
 
61
- export default AdvancedTableTableOptions
61
+ export default AdvancedTableTableOptions;
@@ -1,6 +1,6 @@
1
- import React from "react"
2
- import { AdvancedTable } from "../../"
3
- import { MOCK_DATA } from "./_mock_data"
1
+ import React from "react";
2
+ import { AdvancedTable } from "../../";
3
+ import { MOCK_DATA } from "./_mock_data";
4
4
 
5
5
  const AdvancedTableTableProps = (props) => {
6
6
  const columnDefinitions = [
@@ -33,7 +33,7 @@ const AdvancedTableTableProps = (props) => {
33
33
  accessor: "graduatedStudents",
34
34
  label: "Graduated Students",
35
35
  },
36
- ]
36
+ ];
37
37
 
38
38
  const tableProps = {
39
39
  container: false,
@@ -49,7 +49,7 @@ const AdvancedTableTableProps = (props) => {
49
49
  {...props}
50
50
  />
51
51
  </div>
52
- )
53
- }
52
+ );
53
+ };
54
54
 
55
- export default AdvancedTableTableProps
55
+ export default AdvancedTableTableProps;
@@ -275,4 +275,4 @@ export const MOCK_DATA = [
275
275
  },
276
276
  ],
277
277
  },
278
- ]
278
+ ];
@@ -196,5 +196,5 @@ export const MOCK_DATA_INLINE_LOADING = [
196
196
  },
197
197
  ],
198
198
  },
199
- ]
199
+ ];
200
200
 
@@ -1,6 +1,4 @@
1
1
  examples:
2
- # rails:
3
- # - advanced_table_default: Default (Required Props)
4
2
  react:
5
3
  - advanced_table_default: Default (Required Props)
6
4
  - advanced_table_loading: Loading State
@@ -2,8 +2,7 @@
2
2
  id: object.id,
3
3
  data: object.data.merge(initials: object.initials),
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
  <%= content_tag(:div, data: { initials: object.initials }, class: "avatar_wrapper") do %>
8
7
  <%= pb_rails("image", props: { alt: object.alt_text, url: object.image_url, on_error: object.handle_img_error }) if object.image_url.present? %>
9
8
  <% end %>
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <% if object.tooltip_text.present? %>
8
7
  <%= pb_rails("tooltip", props: {
9
8
  trigger_element_id: object.tooltip_id,
@@ -7,8 +7,7 @@
7
7
  style: "background-image: url('#{object.image_url}');
8
8
  background-repeat: #{object.background_repeat};
9
9
  background-size: #{object.background_size};
10
- background-position: #{object.background_position};",
11
- **combined_html_options
10
+ background-position: #{object.background_position};"
12
11
  ) do %>
13
12
  <%= content.presence %>
14
13
  <% end %>
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <span><%= object.text %></span>
8
7
  <% end %>
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= object.content %>
8
7
  <% end %>
@@ -1,3 +1,4 @@
1
+ @import "../tokens/border_radius";
1
2
  @import "../tokens/colors";
2
3
  @import "../tokens/opacity";
3
4
  @import "../tokens/spacing";
@@ -9,7 +10,11 @@
9
10
  display: inline-flex;
10
11
  align-items: center;
11
12
  justify-content: center;
13
+ border-radius: $border_rad_light;
12
14
  padding: 0 $space_xs/2;
15
+ border-width: 1px;
16
+ border-style: solid;
17
+ border-color: $card_light;
13
18
 
14
19
  svg {
15
20
  margin-right: 8px;
@@ -39,6 +44,8 @@
39
44
  }
40
45
 
41
46
  &.dark {
47
+ border-width: 0;
48
+
42
49
  @each $color_name, $color_value in $status_colors {
43
50
  &[class*=_#{$color_name}] {
44
51
  background: rgba(mix($bg_dark, $color_value, 10%), $opacity_2);
@@ -2,8 +2,7 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do%>
5
+ aria: object.aria) do%>
7
6
  <%= content_tag(object.link ? 'a' : 'span', class: 'bread_crumb_item', href: object.link) do %>
8
7
  <%= content.presence %>
9
8
  <% end %>
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= content.presence %>
8
7
  <% end %>
@@ -1,6 +1,5 @@
1
1
  <%= content_tag(object.tag,
2
- object.tag == "button" ? object.options : object.link_options,
3
- **combined_html_options) do %>
2
+ object.tag == "button" ? object.options : object.link_options) do %>
4
3
  <% if object.variant === "reaction" %>
5
4
  <% if icon && object.valid_emoji(object.icon) %>
6
5
  <%= pb_rails("flex", props:{ align: "center" }) do %>
@@ -34,8 +34,10 @@ module Playbook
34
34
  default: "far"
35
35
 
36
36
  def options
37
- options = {
37
+ {
38
+ aria: aria,
38
39
  class: classname,
40
+ data: data,
39
41
  disabled: disabled,
40
42
  id: id,
41
43
  role: "button",
@@ -44,7 +46,6 @@ module Playbook
44
46
  value: value,
45
47
  form: form,
46
48
  }.compact
47
- combined_html_options.merge!(options) if combined_html_options.present?
48
49
  end
49
50
 
50
51
  def target_attribute
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  class: object.classname,
4
4
  data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
5
+ id: object.id) do %>
7
6
  <%= content.presence || object.text %>
8
7
  <% end %>
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= content.presence || object.text %>
8
7
  <% end %>
@@ -3,8 +3,7 @@
3
3
  data: object.data,
4
4
  class: object.classname,
5
5
  aria: object.aria,
6
- dark: object.dark,
7
- **combined_html_options) do %>
6
+ dark: object.dark) do %>
8
7
  <%= content.presence %>
9
8
  <% end %>
10
9
 
@@ -2,7 +2,6 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
  <%= content.presence %>
8
7
  <% end %>
@@ -2,7 +2,6 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
  <%= content.presence %>
8
7
  <% end %>
@@ -1,9 +1,7 @@
1
1
  <%= content_tag(:label, aria: object.aria,
2
2
  id: object.id,
3
3
  data: object.data,
4
- class: object.classname,
5
- **combined_html_options
6
- ) do %>
4
+ class: object.classname) do %>
7
5
  <%= content.presence || object.input %>
8
6
  <% if object.indeterminate %>
9
7
  <span class="pb_checkbox_indeterminate">
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= pb_rails("button", props: {type: object.type, link: object.link, new_window:object.new_window, variant: object.variant, disabled: object.disabled, dark: object.dark}) do %>
8
7
  <%= pb_rails("icon", props: {icon: object.icon, fixed_width: true, dark: object.dark}) %>
9
8
  <% end %>
@@ -2,7 +2,6 @@
2
2
  aria: object.aria,
3
3
  class: object.classname,
4
4
  data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
5
+ id: object.id) do %>
7
6
  <%= content.presence %>
8
7
  <% end %>
@@ -2,7 +2,6 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
  <%= content.presence %>
8
7
  <% end %>
@@ -2,8 +2,7 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
 
8
7
  <%= pb_rails("flex", props: {vertical: "center", spacing: "between", cursor: "pointer"}) do %>
9
8
  <%= pb_rails("flex/flex_item") do %>
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= pb_rails("body", props: {
8
7
  tag: "span",
9
8
  classname: "pb_contact_kit",
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  id: object.id,
4
4
  data: object.data,
5
- class: object.classname,
6
- **combined_html_options) do %>
5
+ class: object.classname) do %>
7
6
  <%= pb_rails("caption", props: object.caption_props) %>
8
7
 
9
8
  <div class=<%= "pb_currency_wrapper#{object.variant_class || object.emphasized_class}" %>>
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  class: object.classname,
4
4
  data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
5
+ id: object.id) do %>
7
6
  <% if object.stat_label.present? %>
8
7
  <%= pb_rails("body", props: { color: "light", text: object.stat_label } ) %>
9
8
  <% end %>
@@ -2,8 +2,7 @@
2
2
  id: object.id,
3
3
  data: object.data,
4
4
  class: object.classname,
5
- aria: object.aria,
6
- **combined_html_options) do %>
5
+ aria: object.aria) do %>
7
6
 
8
7
  <% if object.unstyled %>
9
8
  <!-- icon -->
@@ -10,6 +10,7 @@
10
10
 
11
11
  [class^=pb_date_picker_kit] {
12
12
  .input_wrapper {
13
+ margin-bottom: $space_sm;
13
14
  position: relative;
14
15
 
15
16
  .flatpickr-wrapper {
@@ -75,4 +76,4 @@
75
76
  &:after {
76
77
  content: none;
77
78
  }
78
- }
79
+ }
@@ -135,9 +135,6 @@ useEffect(() => {
135
135
  }, scrollContainer)
136
136
  })
137
137
  const filteredProps = {...props}
138
- if (filteredProps.marginBottom === undefined) {
139
- filteredProps.marginBottom = "sm"
140
- }
141
138
  delete filteredProps?.position
142
139
 
143
140
  const classes = classnames(
@@ -2,8 +2,7 @@
2
2
  aria: object.aria,
3
3
  class: object.classname + object.error_class,
4
4
  data: object.data,
5
- id: object.id,
6
- **combined_html_options) do %>
5
+ id: object.id) do %>
7
6
  <div class="input_wrapper">
8
7
  <% if content.present? %>
9
8
  <%= content %>
@@ -17,7 +16,6 @@
17
16
  error: object.error,
18
17
  id: object.picker_id,
19
18
  label: object.hide_label ? nil : object.label,
20
- margin_bottom: "none",
21
19
  name: object.name,
22
20
  placeholder: object.placeholder,
23
21
  required: object.required,
@@ -82,4 +80,4 @@
82
80
  }
83
81
  })
84
82
  <% end %>
85
- <% end %>
83
+ <% end %>
@@ -75,8 +75,7 @@ module Playbook
75
75
  default: [1900, 2100]
76
76
 
77
77
  def classname
78
- default_margin_bottom = margin_bottom.present? ? "" : " mb_sm"
79
- generate_classname("pb_date_picker_kit") + default_margin_bottom
78
+ generate_classname("pb_date_picker_kit")
80
79
  end
81
80
 
82
81
  def date_picker_config
@@ -37,7 +37,7 @@ describe('DatePicker Kit', () => {
37
37
  )
38
38
 
39
39
  const kit = screen.getByTestId(testId)
40
- expect(kit).toHaveClass('pb_date_picker_kit mb_sm')
40
+ expect(kit).toHaveClass('pb_date_picker_kit')
41
41
  })
42
42
 
43
43
  test('shows DatePicker date format m/d/Y', async () => {
@@ -20,7 +20,6 @@ examples:
20
20
  - date_picker_hooks: Hooks
21
21
  - date_picker_year_range: Year Range
22
22
  - date_picker_anti_patterns: Anti-Patterns
23
- - date_picker_margin_bottom: Margin Bottom
24
23
  - date_picker_inline: Inline
25
24
  - date_picker_month_and_year: Month & Year Only
26
25
  - date_picker_week: Week
@@ -49,7 +48,6 @@ examples:
49
48
  - date_picker_flatpickr_methods: Flatpickr Methods
50
49
  - date_picker_hooks: Hooks
51
50
  - date_picker_year_range: Year Range
52
- - date_picker_margin_bottom: Margin Bottom
53
51
  - date_picker_inline: Inline
54
52
  - date_picker_month_and_year: Month & Year Only
55
53
  - date_picker_week: Week
@@ -19,7 +19,6 @@ export { default as DatePickerWeek } from './_date_picker_week.jsx'
19
19
  export { default as DatePickerPositions } from './_date_picker_positions.jsx'
20
20
  export { default as DatePickerPositionsElement } from './_date_picker_positions_element.jsx'
21
21
  export { default as DatePickerAllowInput } from './_date_picker_allow_input'
22
- export { default as DatePickerMarginBottom} from './_date_picker_margin_bottom'
23
22
  export { default as DatePickerQuickPickReact } from './_date_picker_quick_pick_react'
24
23
  export { default as DatePickerQuickPickRangeLimit } from './_date_picker_quick_pick_range_limit'
25
24
  export { default as DatePickerOnClose } from './_date_picker_on_close.jsx'