playbook_ui 15.3.0.pre.alpha.play262912095 → 15.3.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 (228) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +5 -5
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +1 -2
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +1 -3
  5. data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +3 -18
  6. data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +14 -71
  7. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +0 -3
  8. data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +1 -1
  9. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +4 -4
  10. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +3 -12
  11. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
  12. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +5 -127
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +1 -3
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +1 -3
  20. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -3
  21. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +1 -1
  22. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
  23. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -3
  24. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -3
  25. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +0 -28
  26. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +2 -11
  27. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +1 -9
  28. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +1 -1
  29. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +1 -4
  30. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +2 -3
  31. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
  32. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
  33. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
  34. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
  35. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
  36. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
  37. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
  38. data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +2 -2
  39. data/app/pb_kits/playbook/pb_advanced_table/index.js +8 -12
  40. data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +2 -2
  41. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
  42. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
  43. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -3
  44. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +6 -79
  45. data/app/pb_kits/playbook/pb_background/background.html.erb +2 -10
  46. data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
  47. data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.html.erb +4 -4
  48. data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +0 -4
  49. data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
  50. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  51. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
  52. data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
  53. data/app/pb_kits/playbook/pb_currency/_currency.tsx +7 -20
  54. data/app/pb_kits/playbook/pb_currency/currency.rb +8 -35
  55. data/app/pb_kits/playbook/pb_currency/currency.test.js +0 -47
  56. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
  57. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -1
  58. data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +0 -2
  59. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
  60. data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +30 -11
  61. data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
  62. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
  63. data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
  64. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +1 -0
  65. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +3 -5
  66. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +0 -2
  67. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -4
  68. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +0 -10
  69. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
  70. data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
  71. data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
  72. data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
  73. data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
  74. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
  75. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +14 -7
  76. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +15 -6
  77. data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
  78. data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
  79. data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
  80. data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
  81. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +6 -8
  82. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +10 -7
  83. data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +1 -73
  84. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
  85. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +10 -7
  86. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +0 -47
  87. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +6 -25
  88. data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
  89. data/app/pb_kits/playbook/pb_popover/_popover.tsx +34 -69
  90. data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
  91. data/app/pb_kits/playbook/pb_popover/docs/index.js +0 -1
  92. data/app/pb_kits/playbook/pb_popover/popover.test.js +0 -80
  93. data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +2 -41
  94. data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +0 -1
  95. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +20 -60
  96. data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +0 -36
  97. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
  98. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -8
  99. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +0 -6
  100. data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +1 -127
  101. data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
  102. data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +0 -29
  103. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
  104. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
  105. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
  106. data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
  107. data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
  108. data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -2
  109. data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
  110. data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
  111. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -76
  112. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +2 -85
  113. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
  114. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -4
  115. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -2
  116. data/app/pb_kits/playbook/tokens/_positioning.scss +0 -1
  117. data/app/pb_kits/playbook/utilities/_positioning.scss +1 -6
  118. data/app/pb_kits/playbook/utilities/globalProps.ts +1 -3
  119. data/dist/chunks/{_line_graph-CqE0-dq5.js → _line_graph-DY4PK6AH.js} +1 -1
  120. data/dist/chunks/_typeahead-fQDb_yVO.js +6 -0
  121. data/dist/chunks/{_weekday_stacked-W1kKx2Gl.js → _weekday_stacked-D_bGbWtk.js} +3 -3
  122. data/dist/chunks/{lib-CGxXTQ75.js → lib-QZuu1ltS.js} +1 -1
  123. data/dist/chunks/{pb_form_validation-DebqlUKZ.js → pb_form_validation-CleM960_.js} +1 -1
  124. data/dist/chunks/vendor.js +1 -1
  125. data/dist/menu.yml +0 -12
  126. data/dist/playbook-doc.js +2 -2
  127. data/dist/playbook-rails-react-bindings.js +1 -1
  128. data/dist/playbook-rails.js +1 -1
  129. data/dist/playbook.css +1 -1
  130. data/lib/playbook/pb_forms_helper.rb +6 -7
  131. data/lib/playbook/version.rb +2 -2
  132. data/lib/playbook/z_index.rb +1 -1
  133. metadata +8 -101
  134. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -43
  135. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +0 -1
  136. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +0 -51
  137. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +0 -1
  138. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +0 -40
  139. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +0 -1
  140. data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +0 -42
  141. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +0 -1
  142. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +0 -3
  143. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +0 -3
  144. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +0 -3
  145. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +0 -69
  146. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +0 -3
  147. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +0 -12
  148. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +0 -24
  149. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +0 -5
  150. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +0 -45
  151. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +0 -119
  152. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +0 -1
  153. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +0 -5
  154. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +0 -17
  155. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +0 -12
  156. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +0 -24
  157. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +0 -23
  158. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +0 -37
  159. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +0 -40
  160. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +0 -56
  161. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +0 -64
  162. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +0 -27
  163. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +0 -40
  164. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +0 -1
  165. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +0 -19
  166. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +0 -65
  167. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +0 -3
  168. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +0 -14
  169. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +0 -27
  170. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +0 -39
  171. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +0 -58
  172. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +0 -1
  173. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +0 -29
  174. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +0 -11
  175. data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +0 -91
  176. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +0 -1
  177. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +0 -25
  178. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +0 -80
  179. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +0 -3
  180. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +0 -61
  181. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +0 -3
  182. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +0 -34
  183. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +0 -52
  184. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +0 -5
  185. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +0 -34
  186. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +0 -45
  187. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +0 -47
  188. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +0 -64
  189. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +0 -3
  190. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +0 -24
  191. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +0 -37
  192. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +0 -39
  193. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +0 -45
  194. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +0 -86
  195. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +0 -116
  196. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +0 -11
  197. data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +0 -20
  198. data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +0 -6
  199. data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +0 -125
  200. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +0 -1
  201. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +0 -25
  202. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +0 -110
  203. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +0 -68
  204. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +0 -1
  205. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +0 -38
  206. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +0 -1
  207. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +0 -34
  208. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +0 -1
  209. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +0 -37
  210. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +0 -1
  211. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +0 -37
  212. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +0 -38
  213. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +0 -1
  214. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +0 -69
  215. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +0 -1
  216. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +0 -63
  217. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +0 -89
  218. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +0 -4
  219. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +0 -3
  220. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +0 -64
  221. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +0 -70
  222. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +0 -1
  223. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +0 -102
  224. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +0 -1
  225. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +0 -103
  226. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +0 -1
  227. data/dist/chunks/_typeahead-3ZAbZUqU.js +0 -6
  228. /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to_rails.md → _popover_append_to.md} +0 -0
@@ -1,119 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import Flex from '../../pb_flex/_flex'
4
- import FlexItem from '../../pb_flex/_flex_item'
5
- import Card from '../../pb_card/_card'
6
- import Caption from '../../pb_caption/_caption'
7
- import Body from '../../pb_body/_body'
8
- import SectionSeparator from '../../pb_section_separator/_section_separator'
9
- import Title from '../../pb_title/_title'
10
- import { colors, typography } from 'playbook-ui'
11
-
12
- const data = [{ name: "Name", y: 10 }];
13
-
14
- const chartOptions = {
15
- series: [{ data: data }],
16
- chart: {
17
- height: "150",
18
- },
19
- plotOptions: {
20
- series: {
21
- animation: false,
22
- },
23
- solidgauge: {
24
- dataLabels: {
25
- format:
26
- `<span class="fix">{y:,f}</span>` +
27
- `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
28
- },
29
- },
30
- },
31
- };
32
-
33
- const PbGaugeChartComplex = (props) => (
34
- <Flex
35
- gap="sm"
36
- padding="xl"
37
- wrap
38
- >
39
- <FlexItem
40
- flex={1}
41
- grow
42
- >
43
- <Card
44
- maxWidth="xs"
45
- padding="md"
46
- >
47
- <Title
48
- paddingBottom="sm"
49
- size={4}
50
- text="Abandoned Calls"
51
- />
52
- <Flex
53
- align="stretch"
54
- >
55
- <Flex
56
- marginRight="sm"
57
- orientation="column"
58
- >
59
- <Body
60
- color="light"
61
- paddingBottom="sm"
62
- text="Total Abandoned"
63
- />
64
- <Flex
65
- align="baseline"
66
- paddingBottom="xs"
67
- >
68
- <Title
69
- size={1}
70
- text="39"
71
- />
72
- <Title
73
- color="light"
74
- size={3}
75
- text="calls"
76
- />
77
- </Flex>
78
- <Caption
79
- size="xs"
80
- text="of 390"
81
- />
82
- </Flex>
83
-
84
- <SectionSeparator
85
- alignSelf="stretch"
86
- marginRight="sm"
87
- orientation="vertical"
88
- />
89
-
90
- <Flex
91
- orientation="column"
92
- wrap
93
- >
94
- <Body
95
- color="light"
96
- text="% Abandoned"
97
- />
98
- <Flex
99
- wrap
100
- >
101
- <FlexItem
102
- fixedSize="150px"
103
- overflow="hidden"
104
- shrink
105
- >
106
- <PbGaugeChart
107
- options={chartOptions}
108
- {...props}
109
- />
110
- </FlexItem>
111
- </Flex>
112
- </Flex>
113
- </Flex>
114
- </Card>
115
- </FlexItem>
116
- </Flex>
117
- )
118
-
119
- export default PbGaugeChartComplex
@@ -1 +0,0 @@
1
- We are able to wrap the Highcharts Gauge kit within Playbook kits (such as Flex and Card components).
@@ -1,5 +0,0 @@
1
- <% chart_options = {
2
- series:[{data:[{ name: "Name", y: 45 }]}]
3
- } %>
4
-
5
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -1,17 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
-
4
- const chartOptions = {
5
- series:[{data:[{ name: "Name", y: 45 }]}]
6
- }
7
-
8
- const PbGaugeChartDefault = (props) => (
9
- <div>
10
- <PbGaugeChart
11
- options={chartOptions}
12
- {...props}
13
- />
14
- </div>
15
- )
16
-
17
- export default PbGaugeChartDefault
@@ -1,12 +0,0 @@
1
- <% data = [{ name: "Participants", y: 84 }] %>
2
-
3
- <% chart_options = {
4
- series: [{ data: data }],
5
- plotOptions: {
6
- series: {
7
- animation: false,
8
- },
9
- },
10
- } %>
11
-
12
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -1,24 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
-
4
- const data = [{ name: "Participants", y: 84 }]
5
-
6
- const chartOptions = {
7
- series: [{ data: data }],
8
- plotOptions: {
9
- series: {
10
- animation: false,
11
- },
12
- },
13
- };
14
-
15
- const PbGaugeChartDisableAnimation = (props) => (
16
- <div>
17
- <PbGaugeChart
18
- options={chartOptions}
19
- {...props}
20
- />
21
- </div>
22
- )
23
-
24
- export default PbGaugeChartDisableAnimation
@@ -1,23 +0,0 @@
1
- <% data = [{ name: "Capacity", y: 75 }] %>
2
-
3
- <% chart_options = {
4
- title: {
5
- text: "Seating Capacity",
6
- },
7
- series: [{ data: data }],
8
- pane: {
9
- startAngle: 0,
10
- endAngle: 360,
11
- },
12
- plotOptions: {
13
- solidgauge: {
14
- dataLabels: {
15
- format:
16
- '<span class="fix">{y:,f}</span>' +
17
- '<span style="fill: #687887; font-size: 27px;">%</span>',
18
- },
19
- },
20
- },
21
- } %>
22
-
23
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -1,37 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import { colors, typography } from 'playbook-ui'
4
-
5
- const data = [{ name: "Capacity", y: 75 }]
6
-
7
- const chartOptions = {
8
- title: {
9
- text: "Seating Capacity",
10
- },
11
- series: [{ data: data }],
12
- pane: {
13
- startAngle: 0,
14
- endAngle: 360,
15
- },
16
- plotOptions: {
17
- solidgauge: {
18
- dataLabels: {
19
- format:
20
- `<span class="fix">{y:,f}</span>` +
21
- `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
22
- },
23
- },
24
- },
25
- };
26
-
27
-
28
- const PbGaugeChartFullCircle = (props) => (
29
- <div>
30
- <PbGaugeChart
31
- options={chartOptions}
32
- {...props}
33
- />
34
- </div>
35
- )
36
-
37
- export default PbGaugeChartFullCircle
@@ -1,40 +0,0 @@
1
- <% chart_options = {
2
- title: {
3
- text: "Fixed Height in Pixels",
4
- },
5
- chart: {
6
- height: "400",
7
- },
8
- series: [{ data: [{ name: "Pixels", y: 400 }] }],
9
- plotOptions: {
10
- solidgauge: {
11
- dataLabels: {
12
- format:
13
- '<span class="fix">{y:,f}</span>' +
14
- '<span style="fill: #687887; font-size: 27px;">px</span>',
15
- },
16
- },
17
- },
18
- } %>
19
-
20
- <% chart_options_1 = {
21
- title: {
22
- text: "Height as Percentage of Width",
23
- },
24
- chart: {
25
- height: "45%",
26
- },
27
- series: [{ data: [{ name: "Percentage", y: 45 }] }],
28
- plotOptions: {
29
- solidgauge: {
30
- dataLabels: {
31
- format:
32
- '<span class="fix">{y:,f}</span>' +
33
- '<span style="fill: #687887; font-size: 27px;">%</span>',
34
- },
35
- },
36
- },
37
- } %>
38
-
39
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
40
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_1 }) %>
@@ -1,56 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import { colors, typography } from 'playbook-ui'
4
-
5
- const chartOptions = {
6
- title: {
7
- text: "Fixed Height in Pixels",
8
- },
9
- chart: {
10
- height: "400",
11
- },
12
- series: [{ data: [{ name: "Pixels", y: 400 }] }],
13
- plotOptions: {
14
- solidgauge: {
15
- dataLabels: {
16
- format:
17
- `<span class="fix">{y:,f}</span>` +
18
- `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">px</span>`,
19
- },
20
- },
21
- },
22
- };
23
-
24
- const chartOptions2 = {
25
- title: {
26
- text: "Height as Percentage of Width",
27
- },
28
- chart: {
29
- height: "45%",
30
- },
31
- series: [{ data: [{ name: "Percentage", y: 45 }] }],
32
- plotOptions: {
33
- solidgauge: {
34
- dataLabels: {
35
- format:
36
- `<span class="fix">{y:,f}</span>` +
37
- `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
38
- },
39
- },
40
- },
41
- };
42
-
43
- const PbGaugeChartHeight = (props) => (
44
- <div>
45
- <PbGaugeChart
46
- options={chartOptions}
47
- {...props}
48
- />
49
- <PbGaugeChart
50
- options={chartOptions2}
51
- {...props}
52
- />
53
- </div>
54
- )
55
-
56
- export default PbGaugeChartHeight
@@ -1,64 +0,0 @@
1
- import React, { useState, useRef } from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import Button from '../../pb_button/_button'
4
-
5
- const PbGaugeChartLiveData = (props) => {
6
- const [value, setValue] = useState(50)
7
- const [name, setName] = useState('Name')
8
- const chartRef = useRef(null)
9
-
10
- const namesArray = ['Name', 'Windows', 'Doors', 'Roofing', 'Siding', 'Gutters']
11
-
12
- const updateValue = () => {
13
- const newValue = Math.floor(Math.random() * 100)
14
- setValue(newValue)
15
-
16
- const chart = chartRef.current?.chart
17
- if (chart) {
18
- chart.series[0].points[0].update(newValue)
19
- }
20
- }
21
-
22
- const updateName = () => {
23
- let index = namesArray.indexOf(name)
24
- if (namesArray.indexOf(name) == 5) {
25
- index = 0
26
- } else {
27
- index += 1
28
- }
29
- setName(namesArray[index])
30
-
31
- const chart = chartRef.current?.chart
32
- if (chart) {
33
- chart.series[0].points[0].update({ name: namesArray[index] })
34
- }
35
- }
36
-
37
- const chartOptions = {
38
- title: {
39
- text: name,
40
- },
41
- series: [{
42
- data: [{ name: name, y: value }]
43
- }]
44
- }
45
- return (
46
- <div>
47
- <Button
48
- onClick={updateValue}
49
- text="Update Value"
50
- />
51
- <Button
52
- onClick={updateName}
53
- text="Update Name"
54
- />
55
- <PbGaugeChart
56
- options={chartOptions}
57
- ref={chartRef}
58
- {...props}
59
- />
60
- </div>
61
- );
62
- }
63
-
64
- export default PbGaugeChartLiveData
@@ -1,27 +0,0 @@
1
- <% data = [{ name: "Rating", y: 4.5 }] %>
2
-
3
- <% chart_options = {
4
- title: {
5
- text: "Product Rating",
6
- },
7
- yAxis: {
8
- min: 0,
9
- max: 5,
10
- lineWidth: 0,
11
- tickWidth: 0,
12
- minorTickInterval: nil,
13
- tickAmount: 2,
14
- tickPositions: [0, 5],
15
- labels: {
16
- y: 26,
17
- enabled: true,
18
- style: {
19
- color: '#C1CDD6',
20
- fontWeight:'700',
21
- }
22
- },
23
- },
24
- series: [{ data: data }],
25
- } %>
26
-
27
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -1,40 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import { colors, typography } from 'playbook-ui'
4
-
5
- const data = [{ name: "Rating", y: 4.5 }]
6
-
7
- const chartOptions = {
8
- title: {
9
- text: "Product Rating",
10
- },
11
- yAxis: {
12
- min: 0,
13
- max: 5,
14
- lineWidth: 0,
15
- tickWidth: 0,
16
- minorTickInterval: null,
17
- tickAmount: 2,
18
- tickPositions: [0, 5],
19
- labels: {
20
- y: 26,
21
- enabled: true,
22
- style: {
23
- color: colors.neutral,
24
- fontFamily: typography.font_family_base,
25
- fontWeight: typography.bold,
26
- }
27
- },
28
- },
29
- series: [{ data: data }],
30
- };
31
- const PbGaugeChartMinMax = (props) => (
32
- <div>
33
- <PbGaugeChart
34
- options={chartOptions}
35
- {...props}
36
- />
37
- </div>
38
- )
39
-
40
- export default PbGaugeChartMinMax
@@ -1 +0,0 @@
1
- By default, Highcharts set min to 0 and max to 100 but this can be customized if needed as shown here.
@@ -1,19 +0,0 @@
1
- <% chart_options = { series: [{ data:[{ name: "Point 1", y: 100 }] }] } %>
2
- <% chart_options_1 = { series: [{ data:[{ name: "Point 2", y: 75 }] }] } %>
3
- <% chart_options_2 = { series: [{ data:[{ name: "Point 3", y: 50 }] }] } %>
4
- <% chart_options_3 = { series: [{ data:[{ name: "Point 4", y: 25 }] }] } %>
5
-
6
- <%= pb_rails("flex", props: {wrap: true, align: "center"}) do %>
7
- <%= pb_rails("flex/flex_item", props: {fixed_size: "400px", overflow: "hidden", shrink: true }) do %>
8
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
9
- <% end %>
10
- <%= pb_rails("flex/flex_item", props: {fixed_size: "300px", overflow: "hidden", shrink: true }) do %>
11
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_1 }) %>
12
- <% end %>
13
- <%= pb_rails("flex/flex_item", props: {fixed_size: "200px", overflow: "hidden", shrink: true }) do %>
14
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_2 }) %>
15
- <% end %>
16
- <%= pb_rails("flex/flex_item", props: {fixed_size: "155px", overflow: "hidden", shrink: true }) do %>
17
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_3 }) %>
18
- <% end %>
19
- <% end %>
@@ -1,65 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
- import Flex from '../../pb_flex/_flex'
4
- import FlexItem from '../../pb_flex/_flex_item'
5
-
6
-
7
- const PbGaugeChartSizing = (props) => (
8
- <div>
9
- <Flex
10
- align="center"
11
- wrap
12
- >
13
- <FlexItem
14
- fixedSize="400px"
15
- overflow="hidden"
16
- shrink
17
- >
18
- <PbGaugeChart
19
- options={{
20
- series: [{ data: [{ name: "Point 1", y: 100 }] }],
21
- }}
22
- />
23
- </FlexItem>
24
- <FlexItem
25
- fixedSize="300px"
26
- overflow="hidden"
27
- shrink
28
- >
29
- <PbGaugeChart
30
- options={{
31
- series: [{ data: [{ name: "Point 2", y: 75 }] }],
32
- }}
33
- {...props}
34
- />
35
- </FlexItem>
36
- <FlexItem
37
- fixedSize="200px"
38
- overflow="hidden"
39
- shrink
40
- >
41
- <PbGaugeChart
42
- options={{
43
- series: [{ data: [{ name: "Point 3", y: 50 }] }],
44
- }}
45
- />
46
- </FlexItem>
47
- <FlexItem
48
- fixedSize="125px"
49
- overflow="hidden"
50
- shrink
51
- >
52
- <PbGaugeChart
53
- options={{
54
- chart: {
55
- height: "100%",
56
- },
57
- series: [{ data: [{ name: "Point 4", y: 25 }] }],
58
- }}
59
- />
60
- </FlexItem>
61
- </Flex>
62
- </div>
63
- )
64
-
65
- export default PbGaugeChartSizing
@@ -1,3 +0,0 @@
1
- The Gauge chart resizes dynamically to fit whatever element it's placed within.
2
-
3
- **Note**: set overflow to hidden on the parent element when nesting gauges inside of flex items to best respond to shrinking screens.
@@ -1,14 +0,0 @@
1
- <% data = [{ name: "Score", y: 780 }] %>
2
-
3
- <% chart_options = {
4
- title: {
5
- text: "Credit Score",
6
- },
7
- yAxis: {
8
- min: 300,
9
- max: 850,
10
- },
11
- series: [{ data: data }],
12
- } %>
13
-
14
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -1,27 +0,0 @@
1
- import React from 'react'
2
- import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
-
4
-
5
- const data = [{ name: "Score", y: 780 }]
6
-
7
- const chartOptions = {
8
- title: {
9
- text: "Credit Score",
10
- },
11
- yAxis: {
12
- min: 300,
13
- max: 850,
14
- },
15
- series: [{ data: data }],
16
- };
17
-
18
- const PbGaugeChartTitle = (props) => (
19
- <div>
20
- <PbGaugeChart
21
- options={chartOptions}
22
- {...props}
23
- />
24
- </div>
25
- )
26
-
27
- export default PbGaugeChartTitle
@@ -1,39 +0,0 @@
1
- <% data1 = [{ name: 'Data Used', y: 32 }] %>
2
- <% data2 = [{ name: 'Sales to Date', y: 65 }] %>
3
-
4
- <% chart_options_1 = {
5
- title: {
6
- text: "Data Usage",
7
- },
8
- series: [{ data: data1 }],
9
- plotOptions: {
10
- solidgauge: {
11
- dataLabels: {
12
- format:
13
- '<span class="fix">{y:,f}</span>' +
14
- '<span style="fill: #687887; font-size: 27px;">GB</span>',
15
- },
16
- },
17
- },
18
- } %>
19
-
20
- <% chart_options_2 = {
21
- title: {
22
- text: "Sales Goal",
23
- },
24
- series: [{ data: data2 }],
25
- plotOptions: {
26
- solidgauge: {
27
- dataLabels: {
28
- format:
29
- '<span y="28" style="fill: #687887; font-size: 16px;">$</span>' +
30
- '<span class="fix" y="38">{y:,f}</span>' +
31
- '<span style="fill: #687887; font-size: 27px;">k</span>',
32
- },
33
- },
34
- },
35
- } %>
36
-
37
-
38
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_1 }) %>
39
- <%= pb_rails("pb_gauge_chart", props: { options: chart_options_2 }) %>