playbook_ui_docs 14.22.0.pre.alpha.testdialog8898 β†’ 14.22.0.pre.rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +1 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.html.erb +1 -1
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb +1 -1
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows.jsx +1 -1
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows_react.md +3 -5
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions.jsx +2 -2
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions_rails.html.erb +2 -3
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.html.erb +1 -1
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -8
  12. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +0 -6
  13. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.jsx +15 -33
  14. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +72 -0
  15. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.md +6 -0
  16. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_default.jsx +15 -33
  17. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.jsx +22 -52
  18. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_horizontal.jsx +16 -12
  19. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx +15 -31
  20. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_non_clickable.jsx +16 -39
  21. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.jsx +38 -86
  22. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +15 -32
  23. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx +64 -0
  24. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md +1 -0
  25. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +22 -72
  26. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md +1 -1
  27. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.jsx +15 -31
  28. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +16 -37
  29. data/app/pb_kits/playbook/pb_bar_graph/docs/_description.md +3 -1
  30. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +3 -1
  31. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +2 -0
  32. data/app/pb_kits/playbook/pb_body/docs/_body_truncate.jsx +3 -3
  33. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.jsx +26 -71
  34. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.jsx +16 -29
  35. data/app/pb_kits/playbook/pb_circle_chart/docs/{_circle_chart_colors_rails.md β†’ _circle_chart_colors.md} +1 -1
  36. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.jsx +16 -28
  37. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.md +2 -4
  38. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.jsx +15 -23
  39. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_inner_sizes.jsx +51 -81
  40. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx +75 -103
  41. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.md +6 -3
  42. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx +13 -19
  43. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx +38 -0
  44. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md +1 -0
  45. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx +17 -30
  46. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx +20 -34
  47. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx +20 -29
  48. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx +20 -28
  49. data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +1 -0
  50. data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +1 -0
  51. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.html.erb +3 -3
  52. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.jsx +4 -7
  53. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_clear_selection.jsx +3 -6
  54. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_close_on_select.jsx +42 -0
  55. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_close_on_select.md +1 -0
  56. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx +3 -6
  57. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_rails.html.erb +3 -3
  58. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_value.html.erb +3 -3
  59. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_value.jsx +4 -7
  60. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.html.erb +3 -3
  61. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.jsx +4 -7
  62. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select.jsx +10 -19
  63. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_display.jsx +10 -19
  64. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_display_rails.html.erb +10 -10
  65. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_rails.html.erb +10 -10
  66. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_autocomplete.html.erb +10 -10
  67. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_autocomplete.jsx +11 -20
  68. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_custom_options.html.erb +3 -3
  69. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_custom_options.jsx +8 -8
  70. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_default.html.erb +10 -10
  71. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_default.jsx +14 -23
  72. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_separators_hidden.html.erb +3 -3
  73. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_separators_hidden.jsx +3 -6
  74. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx +3 -6
  75. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure_rails.html.erb +3 -3
  76. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.html.erb +3 -3
  77. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.jsx +3 -6
  78. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.html.erb +3 -3
  79. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +3 -3
  80. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.html.erb +4 -4
  81. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.jsx +4 -4
  82. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +4 -4
  83. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb +4 -4
  84. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx +3 -3
  85. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options_rails.html.erb +3 -3
  86. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb +3 -3
  87. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx +3 -3
  88. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx +3 -3
  89. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger_rails.html.erb +3 -3
  90. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_external_control.jsx +3 -3
  91. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb +3 -3
  92. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.jsx +3 -6
  93. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_search.jsx +3 -3
  94. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_search_rails.html.erb +3 -3
  95. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +2 -4
  96. data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -2
  97. data/app/pb_kits/playbook/pb_filter/docs/example.yml +0 -1
  98. data/app/pb_kits/playbook/pb_filter/docs/index.js +0 -1
  99. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb +8 -8
  100. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.jsx +8 -8
  101. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md +1 -1
  102. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md +1 -1
  103. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +12 -12
  104. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx +12 -12
  105. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +2 -2
  106. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md +3 -3
  107. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb +12 -12
  108. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.jsx +12 -12
  109. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md +2 -2
  110. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md +3 -3
  111. data/app/pb_kits/playbook/pb_title/docs/_title_truncate.jsx +3 -3
  112. data/app/pb_kits/playbook/pb_tooltip/docs/example.yml +0 -2
  113. data/app/pb_kits/playbook/pb_tooltip/docs/index.js +0 -1
  114. data/app/pb_kits/playbook/pb_treemap_chart/docs/_description.md +5 -0
  115. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_colors.html.erb +37 -0
  116. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_colors.jsx +48 -0
  117. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_colors.md +2 -0
  118. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_default.html.erb +37 -0
  119. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_default.jsx +47 -0
  120. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_default.md +3 -0
  121. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_drillable.html.erb +79 -0
  122. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_drillable.jsx +90 -0
  123. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_drillable.md +1 -0
  124. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_grouped_data.html.erb +54 -0
  125. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_grouped_data.jsx +65 -0
  126. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_grouped_data.md +3 -0
  127. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_tooltip.html.erb +37 -0
  128. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_tooltip.jsx +48 -0
  129. data/app/pb_kits/playbook/pb_treemap_chart/docs/_treemap_chart_tooltip.md +3 -0
  130. data/app/pb_kits/playbook/pb_treemap_chart/docs/example.yml +15 -0
  131. data/app/pb_kits/playbook/pb_treemap_chart/docs/index.js +5 -0
  132. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -1
  133. data/dist/playbook-doc.js +3 -3
  134. metadata +32 -41
  135. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +0 -51
  136. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +0 -7
  137. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +0 -77
  138. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.md +0 -1
  139. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +0 -63
  140. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.md +0 -1
  141. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +0 -38
  142. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +0 -7
  143. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.jsx +0 -65
  144. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.md +0 -5
  145. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.md +0 -3
  146. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.jsx +0 -64
  147. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.md +0 -7
  148. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.jsx +0 -69
  149. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.md +0 -1
  150. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.md +0 -3
  151. data/app/pb_kits/playbook/pb_body/docs/_body_truncate_react.md +0 -4
  152. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors_react.md +0 -2
  153. data/app/pb_kits/playbook/pb_circle_chart/docs/_description.md +0 -1
  154. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options.html.erb +0 -52
  155. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options.jsx +0 -99
  156. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options_rails.md +0 -1
  157. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options_react.md +0 -1
  158. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.html.erb +0 -28
  159. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.jsx +0 -47
  160. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_rails.md +0 -1
  161. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_react.md +0 -1
  162. data/app/pb_kits/playbook/pb_filter/docs/_filter_sidebar.jsx +0 -224
  163. data/app/pb_kits/playbook/pb_title/docs/_title_truncate_react.md +0 -4
  164. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open.html.erb +0 -14
  165. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open.jsx +0 -25
  166. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open_rails.md +0 -1
  167. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open_react.md +0 -1
  168. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_preserve_input.html.erb +0 -18
  169. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_preserve_input_rails.md +0 -1
  170. /data/app/pb_kits/playbook/pb_body/docs/{_body_truncate_rails.md β†’ _body_truncate.md} +0 -0
  171. /data/app/pb_kits/playbook/pb_title/docs/{_title_truncate_rails.md β†’ _title_truncate.md} +0 -0
  172. /data/app/pb_kits/playbook/pb_typeahead/docs/{_typeahead_preserve_input_react.md β†’ _typeahead_preserve_input.md} +0 -0
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'unitedStates', id: 'us' },
4
- { label: 'Canada', value: 'canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'United States', id: 'us' },
4
+ { label: 'Canada', value: 'Canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -6,18 +6,15 @@ const DropdownSeparatorsHidden = (props) => {
6
6
  const options = [
7
7
  {
8
8
  label: "United States",
9
- value: "unitedStates",
10
- id: "us"
9
+ value: "United States",
11
10
  },
12
11
  {
13
12
  label: "Canada",
14
- value: "canada",
15
- id: "ca"
13
+ value: "Canada",
16
14
  },
17
15
  {
18
16
  label: "Pakistan",
19
- value: "pakistan",
20
- id: "pk"
17
+ value: "Pakistan",
21
18
  }
22
19
  ];
23
20
 
@@ -7,18 +7,15 @@ const DropdownSubcomponentStructure = (props) => {
7
7
  const options = [
8
8
  {
9
9
  label: "United States",
10
- value: "unitedStates",
11
- id: "us"
10
+ value: "United States",
12
11
  },
13
12
  {
14
13
  label: "Canada",
15
- value: "canada",
16
- id: "ca"
14
+ value: "Canada",
17
15
  },
18
16
  {
19
17
  label: "Pakistan",
20
- value: "pakistan",
21
- id: "pk"
18
+ value: "Pakistan",
22
19
  }
23
20
  ];
24
21
 
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'unitedStates', id: 'us' },
4
- { label: 'Canada', value: 'canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'United States', id: 'us' },
4
+ { label: 'Canada', value: 'Canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'unitedStates', id: 'us' },
4
- { label: 'Canada', value: 'canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'United States', id: 'us' },
4
+ { label: 'Canada', value: 'Canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -6,18 +6,15 @@ const DropdownSubtleVariant = (props) => {
6
6
  const options = [
7
7
  {
8
8
  label: "United States",
9
- value: "unitedStates",
10
- id: "us"
9
+ value: "United States",
11
10
  },
12
11
  {
13
12
  label: "Canada",
14
- value: "canada",
15
- id: "ca"
13
+ value: "Canada",
16
14
  },
17
15
  {
18
16
  label: "Pakistan",
19
- value: "pakistan",
20
- id: "pk"
17
+ value: "Pakistan",
21
18
  }
22
19
  ];
23
20
 
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "unitedStates",
5
+ value: "United States",
6
6
  areaCode: "+1",
7
7
  icon: "πŸ‡ΊπŸ‡Έ",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "United Kingdom",
12
- value: "unitedKingdom",
12
+ value: "United Kingdom",
13
13
  areaCode: "+44",
14
14
  icon: "πŸ‡¬πŸ‡§",
15
15
  id: "gb"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "pakistan",
19
+ value: "Pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "πŸ‡΅πŸ‡°",
22
22
  id: "pk"
@@ -7,21 +7,21 @@ const DropdownWithAutocomplete = (props) => {
7
7
  const options = [
8
8
  {
9
9
  label: "United States",
10
- value: "unitedStates",
10
+ value: "United States",
11
11
  areaCode: "+1",
12
12
  icon: "πŸ‡ΊπŸ‡Έ",
13
13
  id: "us"
14
14
  },
15
15
  {
16
16
  label: "United Kingdom",
17
- value: "unitedKingdom",
17
+ value: "United Kingdom",
18
18
  areaCode: "+44",
19
19
  icon: "πŸ‡¬πŸ‡§",
20
20
  id: "gb"
21
21
  },
22
22
  {
23
23
  label: "Pakistan",
24
- value: "pakistan",
24
+ value: "Pakistan",
25
25
  areaCode: "+92",
26
26
  icon: "πŸ‡΅πŸ‡°",
27
27
  id: "pk"
@@ -2,7 +2,7 @@
2
2
  options = [
3
3
  {
4
4
  label: "Jasper Furniss",
5
- value: "jasperFurniss",
5
+ value: "Jasper Furniss",
6
6
  territory: "PHL",
7
7
  title: "Lead UX Engineer",
8
8
  id: "jasper-furniss",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  label: "Ramon Ruiz",
13
- value: "ramonRuiz",
13
+ value: "Ramon Ruiz",
14
14
  territory: "PHL",
15
15
  title: "Senior UX Designer",
16
16
  id: "ramon-ruiz",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  {
20
20
  label: "Carlos Lima",
21
- value: "carlosLima",
21
+ value: "Carlos Lima",
22
22
  territory: "PHL",
23
23
  title: "Nitro Developer",
24
24
  id: "carlos-lima",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  {
28
28
  label: "Courtney Long",
29
- value: "courtneyLong",
29
+ value: "Courtney Long",
30
30
  territory: "PHL",
31
31
  title: "Lead UX Designer",
32
32
  id: "courtney-long",
@@ -11,7 +11,7 @@ const DropdownWithAutocompleteWithSubcomponents = (props) => {
11
11
  const options = [
12
12
  {
13
13
  label: "Jasper Furniss",
14
- value: "jasperFurniss",
14
+ value: "Jasper Furniss",
15
15
  territory: "PHL",
16
16
  title: "Lead UX Engineer",
17
17
  id: "jasper-furniss",
@@ -19,7 +19,7 @@ const DropdownWithAutocompleteWithSubcomponents = (props) => {
19
19
  },
20
20
  {
21
21
  label: "Ramon Ruiz",
22
- value: "ramonRuiz",
22
+ value: "Ramon Ruiz",
23
23
  territory: "PHL",
24
24
  title: "Senior UX Designer",
25
25
  id: "ramon-ruiz",
@@ -27,7 +27,7 @@ const DropdownWithAutocompleteWithSubcomponents = (props) => {
27
27
  },
28
28
  {
29
29
  label: "Carlos Lima",
30
- value: "carlosLima",
30
+ value: "Carlos Lima",
31
31
  territory: "PHL",
32
32
  title: "Nitro Developer",
33
33
  id: "carlos-lima",
@@ -35,7 +35,7 @@ const DropdownWithAutocompleteWithSubcomponents = (props) => {
35
35
  },
36
36
  {
37
37
  label: "Courtney Long",
38
- value: "courtneyLong",
38
+ value: "Courtney Long",
39
39
  territory: "PHL",
40
40
  title: "Lead UX Designer",
41
41
  id: "courtney-long",
@@ -14,7 +14,7 @@ const DropdownWithCustomDisplay = (props) => {
14
14
  const options = [
15
15
  {
16
16
  label: "Jasper Furniss",
17
- value: "jasperFurniss",
17
+ value: "Jasper Furniss",
18
18
  territory: "PHL",
19
19
  title: "Lead UX Engineer",
20
20
  id: "jasper-furniss",
@@ -22,7 +22,7 @@ const DropdownWithCustomDisplay = (props) => {
22
22
  },
23
23
  {
24
24
  label: "Ramon Ruiz",
25
- value: "ramonRuiz",
25
+ value: "Ramon Ruiz",
26
26
  territory: "PHL",
27
27
  title: "Senior UX Designer",
28
28
  id: "ramon-ruiz",
@@ -30,7 +30,7 @@ const DropdownWithCustomDisplay = (props) => {
30
30
  },
31
31
  {
32
32
  label: "Carlos Lima",
33
- value: "carlosLima",
33
+ value: "Carlos Lima",
34
34
  territory: "PHL",
35
35
  title: "Nitro Developer",
36
36
  id: "carlos-lima",
@@ -38,7 +38,7 @@ const DropdownWithCustomDisplay = (props) => {
38
38
  },
39
39
  {
40
40
  label: "Courtney Long",
41
- value: "courtneyLong",
41
+ value: "Courtney Long",
42
42
  territory: "PHL",
43
43
  title: "Lead UX Designer",
44
44
  id: "courtney-long",
@@ -2,7 +2,7 @@
2
2
  options = [
3
3
  {
4
4
  label: "Jasper Furniss",
5
- value: "jasperFurniss",
5
+ value: "Jasper Furniss",
6
6
  territory: "PHL",
7
7
  title: "Lead UX Engineer",
8
8
  id: "jasper-furniss",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  label: "Ramon Ruiz",
13
- value: "ramonRuiz",
13
+ value: "Ramon Ruiz",
14
14
  territory: "PHL",
15
15
  title: "Senior UX Designer",
16
16
  id: "ramon-ruiz",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  {
20
20
  label: "Carlos Lima",
21
- value: "carlosLima",
21
+ value: "Carlos Lima",
22
22
  territory: "PHL",
23
23
  title: "Nitro Developer",
24
24
  id: "carlos-lima",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  {
28
28
  label: "Courtney Long",
29
- value: "courtneyLong",
29
+ value: "Courtney Long",
30
30
  territory: "PHL",
31
31
  title: "Lead UX Designer",
32
32
  id: "courtney-long",
@@ -12,21 +12,21 @@ const DropdownWithCustomOptions = (props) => {
12
12
  const options = [
13
13
  {
14
14
  label: "United States",
15
- value: "unitedStates",
15
+ value: "United States",
16
16
  areaCode: "+1",
17
17
  icon: "πŸ‡ΊπŸ‡Έ",
18
18
  id: "United-states"
19
19
  },
20
20
  {
21
21
  label: "Canada",
22
- value: "canada",
22
+ value: "Canada",
23
23
  areaCode: "+1",
24
24
  icon: "πŸ‡¨πŸ‡¦",
25
25
  id: "canada"
26
26
  },
27
27
  {
28
28
  label: "Pakistan",
29
- value: "pakistan",
29
+ value: "Pakistan",
30
30
  areaCode: "+92",
31
31
  icon: "πŸ‡΅πŸ‡°",
32
32
  id: "pakistan"
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "unitedStates",
5
+ value: "United States",
6
6
  areaCode: "+1",
7
7
  icon: "πŸ‡ΊπŸ‡Έ",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "Canada",
12
- value: "canada",
12
+ value: "Canada",
13
13
  areaCode: "+1",
14
14
  icon: "πŸ‡¨πŸ‡¦",
15
15
  id: "ca"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "pakistan",
19
+ value: "Pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "πŸ‡΅πŸ‡°",
22
22
  id: "pk"
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'unitedStates', id: 'us' },
4
- { label: 'Canada', value: 'canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'United States', id: 'us' },
4
+ { label: 'Canada', value: 'Canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -6,21 +6,21 @@ const DropdownWithCustomPadding = (props) => {
6
6
  const options = [
7
7
  {
8
8
  label: "United States",
9
- value: "unitedStates",
9
+ value: "United States",
10
10
  areaCode: "+1",
11
11
  icon: "πŸ‡ΊπŸ‡Έ",
12
12
  id: "United-states"
13
13
  },
14
14
  {
15
15
  label: "Canada",
16
- value: "canada",
16
+ value: "Canada",
17
17
  areaCode: "+1",
18
18
  icon: "πŸ‡¨πŸ‡¦",
19
19
  id: "canada"
20
20
  },
21
21
  {
22
22
  label: "Pakistan",
23
- value: "pakistan",
23
+ value: "Pakistan",
24
24
  areaCode: "+92",
25
25
  icon: "πŸ‡΅πŸ‡°",
26
26
  id: "pakistan"
@@ -14,21 +14,21 @@ const [selectedOption, setSelectedOption] = useState();
14
14
  const options = [
15
15
  {
16
16
  label: "United States",
17
- value: "unitedStates",
17
+ value: "United States",
18
18
  areaCode: "+1",
19
19
  icon: "πŸ‡ΊπŸ‡Έ",
20
20
  id: "United-states"
21
21
  },
22
22
  {
23
23
  label: "Canada",
24
- value: "canada",
24
+ value: "Canada",
25
25
  areaCode: "+1",
26
26
  icon: "πŸ‡¨πŸ‡¦",
27
27
  id: "canada"
28
28
  },
29
29
  {
30
30
  label: "Pakistan",
31
- value: "pakistan",
31
+ value: "Pakistan",
32
32
  areaCode: "+92",
33
33
  icon: "πŸ‡΅πŸ‡°",
34
34
  id: "pakistan"
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "unitedStates",
5
+ value: "United States",
6
6
  areaCode: "+1",
7
7
  icon: "πŸ‡ΊπŸ‡Έ",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "Canada",
12
- value: "canada",
12
+ value: "Canada",
13
13
  areaCode: "+1",
14
14
  icon: "πŸ‡¨πŸ‡¦",
15
15
  id: "ca"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "pakistan",
19
+ value: "Pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "πŸ‡΅πŸ‡°",
22
22
  id: "pk"
@@ -11,21 +11,21 @@ const [isDropDownClosed, setIsDropdownClosed] = useDropdown(true);
11
11
  const options = [
12
12
  {
13
13
  label: "United States",
14
- value: "unitedStates",
14
+ value: "United States",
15
15
  areaCode: "+1",
16
16
  icon: "πŸ‡ΊπŸ‡Έ",
17
17
  id: "United-states"
18
18
  },
19
19
  {
20
20
  label: "Canada",
21
- value: "canada",
21
+ value: "Canada",
22
22
  areaCode: "+1",
23
23
  icon: "πŸ‡¨πŸ‡¦",
24
24
  id: "canada"
25
25
  },
26
26
  {
27
27
  label: "Pakistan",
28
- value: "pakistan",
28
+ value: "Pakistan",
29
29
  areaCode: "+92",
30
30
  icon: "πŸ‡΅πŸ‡°",
31
31
  id: "pakistan"
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'unitedStates', id: 'us' },
4
- { label: 'Canada', value: 'canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'United States', id: 'us' },
4
+ { label: 'Canada', value: 'Canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -6,18 +6,15 @@ const DropdownDefault = (props) => {
6
6
  const options = [
7
7
  {
8
8
  label: "United States",
9
- value: "unitedStates",
10
- id: "us"
9
+ value: "United States",
11
10
  },
12
11
  {
13
12
  label: "Canada",
14
- value: "canada",
15
- id: "ca"
13
+ value: "Canada",
16
14
  },
17
15
  {
18
16
  label: "Pakistan",
19
- value: "pakistan",
20
- id: "pk"
17
+ value: "Pakistan",
21
18
  }
22
19
  ];
23
20
 
@@ -8,20 +8,20 @@ const [selectedOption, setSelectedOption] = useState();
8
8
  const options = [
9
9
  {
10
10
  label: "United States",
11
- value: "unitedStates",
11
+ value: "United States",
12
12
  icon: "πŸ‡ΊπŸ‡Έ",
13
13
  id: "United-states"
14
14
 
15
15
  },
16
16
  {
17
17
  label: "United Kingdom",
18
- value: "unitedKingdom",
18
+ value: "United Kingdom",
19
19
  icon: "πŸ‡¬πŸ‡§",
20
20
  id: "united-kingdom"
21
21
  },
22
22
  {
23
23
  label: "Pakistan",
24
- value: "pakistan",
24
+ value: "Pakistan",
25
25
  icon: "πŸ‡΅πŸ‡°",
26
26
  id: "pakistan"
27
27
  }
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "unitedStates",
5
+ value: "United States",
6
6
  areaCode: "+1",
7
7
  icon: "πŸ‡ΊπŸ‡Έ",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "United Kingdom",
12
- value: "unitedKingdom",
12
+ value: "United Kingdom",
13
13
  areaCode: "+44",
14
14
  icon: "πŸ‡¬πŸ‡§",
15
15
  id: "gb"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "pakistan",
19
+ value: "Pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "πŸ‡΅πŸ‡°",
22
22
  id: "pk"
@@ -15,8 +15,6 @@ examples:
15
15
  - dropdown_with_custom_trigger_rails: Custom Trigger
16
16
  - dropdown_with_search_rails: Custom Trigger Dropdown with Search
17
17
  - dropdown_with_custom_padding: Custom Option Padding
18
- - dropdown_with_custom_icon_options: Custom Icon Options
19
- # - dropdown_with_custom_radio_options: Custom Radio Options # TODO: Update and publish doc ex in [PLAY-2146](https://runway.powerhrg.com/backlog_items/PLAY-2146) (remove this comment afterwards)
20
18
  - dropdown_error: Dropdown with Error
21
19
  - dropdown_default_value: Default Value
22
20
  - dropdown_multi_select_with_default: Multi Select Default Value
@@ -39,8 +37,6 @@ examples:
39
37
  - dropdown_with_custom_trigger: Custom Trigger
40
38
  - dropdown_with_search: Custom Trigger Dropdown with Search
41
39
  - dropdown_with_custom_padding: Custom Option Padding
42
- - dropdown_with_custom_icon_options: Custom Icon Options
43
- # - dropdown_with_custom_radio_options: Custom Radio Options # TODO: Update and publish doc ex in [PLAY-2146](https://runway.powerhrg.com/backlog_items/PLAY-2146) (remove this comment afterwards)
44
40
  - dropdown_error: Dropdown with Error
45
41
  - dropdown_default_value: Default Value
46
42
  - dropdown_multi_select_with_default: Multi Select Default Value
@@ -48,4 +44,6 @@ examples:
48
44
  - dropdown_clear_selection: Clear Selection
49
45
  - dropdown_separators_hidden: Separators Hidden
50
46
  - dropdown_with_external_control: useDropdown Hook
47
+ - dropdown_close_on_select: Close On Selection
48
+
51
49
 
@@ -20,5 +20,4 @@ export { default as DropdownMultiSelectDisplay } from './_dropdown_multi_select_
20
20
  export { default as DropdownMultiSelectWithAutocomplete } from './_dropdown_multi_select_with_autocomplete.jsx'
21
21
  export { default as DropdownMultiSelectWithDefault } from './_dropdown_multi_select_with_default.jsx'
22
22
  export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'
23
- export {default as DropdownWithCustomIconOptions} from './_dropdown_with_custom_icon_options.jsx'
24
- export {default as DropdownWithCustomRadioOptions} from './_dropdown_with_custom_radio_options.jsx'
23
+ export { default as DropdownCloseOnSelect } from './_dropdown_close_on_select.jsx'
@@ -24,5 +24,4 @@ examples:
24
24
  - filter_max_height: Max Height for Popover Inside of Filter
25
25
  - filter_placement: Filter Placement
26
26
  - filter_popover_props: Popover Props
27
- - filter_sidebar: Sidebar
28
27
 
@@ -8,4 +8,3 @@ export { default as FilterMaxWidth } from './_filter_max_width.jsx'
8
8
  export { default as FilterMaxHeight } from './_filter_max_height.jsx'
9
9
  export { default as FilterPlacement } from './_filter_placement.jsx'
10
10
  export { default as FilterPopoverProps } from './_filter_popover_props.jsx'
11
- export { default as FilterSidebar } from './_filter_sidebar.jsx'
@@ -1,7 +1,7 @@
1
1
  <%= pb_rails("table", props: { size: "md", responsive: "scroll", sticky_left_column: ["a"], sticky_right_column: ["b"] }) do %>
2
2
  <thead>
3
3
  <tr>
4
- <th data-sticky-id="a">Column 1</th>
4
+ <th id="a">Column 1</th>
5
5
  <th>Column 2</th>
6
6
  <th>Column 3</th>
7
7
  <th>Column 4</th>
@@ -15,12 +15,12 @@
15
15
  <th>Column 12</th>
16
16
  <th>Column 13</th>
17
17
  <th>Column 14</th>
18
- <th data-sticky-id="b">Column 15</th>
18
+ <th id="b">Column 15</th>
19
19
  </tr>
20
20
  </thead>
21
21
  <tbody>
22
22
  <tr>
23
- <td data-sticky-id="a">Value 1</td>
23
+ <td id="a">Value 1</td>
24
24
  <td>Value 2</td>
25
25
  <td>Value 3</td>
26
26
  <td>Value 4</td>
@@ -34,10 +34,10 @@
34
34
  <td>Value 12</td>
35
35
  <td>Value 13</td>
36
36
  <td>Value 14</td>
37
- <td data-sticky-id="b">Value 15</td>
37
+ <td id="b">Value 15</td>
38
38
  </tr>
39
39
  <tr>
40
- <td data-sticky-id="a">Value 1</td>
40
+ <td id="a">Value 1</td>
41
41
  <td>Value 2</td>
42
42
  <td>Value 3</td>
43
43
  <td>Value 4</td>
@@ -51,10 +51,10 @@
51
51
  <td>Value 12</td>
52
52
  <td>Value 13</td>
53
53
  <td>Value 14</td>
54
- <td data-sticky-id="b">Value 15</td>
54
+ <td id="b">Value 15</td>
55
55
  </tr>
56
56
  <tr>
57
- <td data-sticky-id="a">Value 1</td>
57
+ <td id="a">Value 1</td>
58
58
  <td>Value 2</td>
59
59
  <td>Value 3</td>
60
60
  <td>Value 4</td>
@@ -68,7 +68,7 @@
68
68
  <td>Value 12</td>
69
69
  <td>Value 13</td>
70
70
  <td>Value 14</td>
71
- <td data-sticky-id="b">Value 15</td>
71
+ <td id="b">Value 15</td>
72
72
  </tr>
73
73
  </tbody>
74
74
  <% end %>