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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +5 -5
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +3 -18
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +14 -71
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +3 -12
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +5 -127
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +0 -28
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +2 -11
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +1 -9
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +1 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/index.js +8 -12
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +6 -79
- data/app/pb_kits/playbook/pb_background/background.html.erb +2 -10
- data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.html.erb +4 -4
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +0 -4
- data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
- data/app/pb_kits/playbook/pb_currency/_currency.tsx +7 -20
- data/app/pb_kits/playbook/pb_currency/currency.rb +8 -35
- data/app/pb_kits/playbook/pb_currency/currency.test.js +0 -47
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +0 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +30 -11
- data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +3 -5
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +0 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -4
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +0 -10
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +14 -7
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +15 -6
- data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +6 -8
- data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +10 -7
- data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +1 -73
- data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +10 -7
- data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +0 -47
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +6 -25
- data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +34 -69
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_popover/popover.test.js +0 -80
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +2 -41
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +20 -60
- data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +0 -36
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -8
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +1 -127
- data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +0 -29
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -76
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +2 -85
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -4
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -2
- data/app/pb_kits/playbook/tokens/_positioning.scss +0 -1
- data/app/pb_kits/playbook/utilities/_positioning.scss +1 -6
- data/app/pb_kits/playbook/utilities/globalProps.ts +1 -3
- data/dist/chunks/{_line_graph-CqE0-dq5.js → _line_graph-DY4PK6AH.js} +1 -1
- data/dist/chunks/_typeahead-fQDb_yVO.js +6 -0
- data/dist/chunks/{_weekday_stacked-W1kKx2Gl.js → _weekday_stacked-D_bGbWtk.js} +3 -3
- data/dist/chunks/{lib-CGxXTQ75.js → lib-QZuu1ltS.js} +1 -1
- data/dist/chunks/{pb_form_validation-DebqlUKZ.js → pb_form_validation-CleM960_.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +0 -12
- data/dist/playbook-doc.js +2 -2
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/pb_forms_helper.rb +6 -7
- data/lib/playbook/version.rb +2 -2
- data/lib/playbook/z_index.rb +1 -1
- metadata +8 -101
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -43
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +0 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +0 -40
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +0 -42
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +0 -69
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +0 -45
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +0 -119
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +0 -17
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +0 -23
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +0 -37
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +0 -56
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +0 -64
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +0 -19
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +0 -65
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +0 -14
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +0 -39
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +0 -58
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +0 -29
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +0 -91
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +0 -25
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +0 -80
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +0 -61
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +0 -34
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +0 -52
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +0 -5
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +0 -34
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +0 -45
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +0 -47
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +0 -64
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +0 -24
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +0 -37
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +0 -39
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +0 -45
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +0 -86
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +0 -116
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +0 -11
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +0 -20
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +0 -125
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +0 -25
- data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +0 -110
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +0 -68
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +0 -34
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +0 -69
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +0 -63
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +0 -89
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +0 -4
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +0 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +0 -64
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +0 -70
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +0 -102
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +0 -103
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +0 -1
- data/dist/chunks/_typeahead-3ZAbZUqU.js +0 -6
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to_rails.md → _popover_append_to.md} +0 -0
|
@@ -41,13 +41,12 @@ module Playbook
|
|
|
41
41
|
builder: ::Playbook::Forms::Builder
|
|
42
42
|
)
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
end
|
|
44
|
+
content_for(:pb_js, javascript_tag(<<~JS))
|
|
45
|
+
window.addEventListener("DOMContentLoaded", function() { PbFormValidation.start() })
|
|
46
|
+
window.addEventListener("DOMContentLoaded", () => formHelper())
|
|
47
|
+
JS
|
|
48
|
+
|
|
49
|
+
form_with(**options, &block)
|
|
51
50
|
end
|
|
52
51
|
end
|
|
53
52
|
end
|
data/lib/playbook/version.rb
CHANGED
data/lib/playbook/z_index.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.3.0.pre.
|
|
4
|
+
version: 15.3.0.pre.rc.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-
|
|
12
|
+
date: 2025-10-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -273,8 +273,6 @@ files:
|
|
|
273
273
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table.rb
|
|
274
274
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx
|
|
275
275
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table_action_bar.js
|
|
276
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
|
|
277
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md
|
|
278
276
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.html.erb
|
|
279
277
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md
|
|
280
278
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb
|
|
@@ -344,10 +342,6 @@ files:
|
|
|
344
342
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md
|
|
345
343
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.jsx
|
|
346
344
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.md
|
|
347
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb
|
|
348
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md
|
|
349
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
|
|
350
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md
|
|
351
345
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.jsx
|
|
352
346
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
|
|
353
347
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx
|
|
@@ -414,7 +408,6 @@ files:
|
|
|
414
408
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb
|
|
415
409
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md
|
|
416
410
|
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
|
|
417
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
|
|
418
411
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
|
|
419
412
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
|
|
420
413
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_no_subrows.json
|
|
@@ -946,7 +939,6 @@ files:
|
|
|
946
939
|
- app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.md
|
|
947
940
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb
|
|
948
941
|
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx
|
|
949
|
-
- app/pb_kits/playbook/pb_currency/docs/_currency_variants.md
|
|
950
942
|
- app/pb_kits/playbook/pb_currency/docs/_description.md
|
|
951
943
|
- app/pb_kits/playbook/pb_currency/docs/example.yml
|
|
952
944
|
- app/pb_kits/playbook/pb_currency/docs/index.js
|
|
@@ -2420,7 +2412,6 @@ files:
|
|
|
2420
2412
|
- app/pb_kits/playbook/pb_passphrase/passphrase.test.jsx
|
|
2421
2413
|
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss
|
|
2422
2414
|
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx
|
|
2423
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md
|
|
2424
2415
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb
|
|
2425
2416
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx
|
|
2426
2417
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md
|
|
@@ -2454,7 +2445,6 @@ files:
|
|
|
2454
2445
|
- app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx
|
|
2455
2446
|
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss
|
|
2456
2447
|
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx
|
|
2457
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md
|
|
2458
2448
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb
|
|
2459
2449
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx
|
|
2460
2450
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb
|
|
@@ -2485,65 +2475,6 @@ files:
|
|
|
2485
2475
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb
|
|
2486
2476
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb
|
|
2487
2477
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx
|
|
2488
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss
|
|
2489
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx
|
|
2490
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md
|
|
2491
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb
|
|
2492
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx
|
|
2493
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md
|
|
2494
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb
|
|
2495
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx
|
|
2496
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md
|
|
2497
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb
|
|
2498
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx
|
|
2499
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb
|
|
2500
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx
|
|
2501
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb
|
|
2502
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx
|
|
2503
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb
|
|
2504
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx
|
|
2505
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx
|
|
2506
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb
|
|
2507
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx
|
|
2508
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md
|
|
2509
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb
|
|
2510
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx
|
|
2511
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md
|
|
2512
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb
|
|
2513
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx
|
|
2514
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb
|
|
2515
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx
|
|
2516
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md
|
|
2517
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml
|
|
2518
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js
|
|
2519
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts
|
|
2520
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb
|
|
2521
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb
|
|
2522
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx
|
|
2523
|
-
- app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss
|
|
2524
|
-
- app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx
|
|
2525
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md
|
|
2526
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb
|
|
2527
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx
|
|
2528
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md
|
|
2529
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb
|
|
2530
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx
|
|
2531
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb
|
|
2532
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx
|
|
2533
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md
|
|
2534
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb
|
|
2535
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx
|
|
2536
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb
|
|
2537
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx
|
|
2538
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb
|
|
2539
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx
|
|
2540
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md
|
|
2541
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml
|
|
2542
|
-
- app/pb_kits/playbook/pb_pb_line_graph/docs/index.js
|
|
2543
|
-
- app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts
|
|
2544
|
-
- app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb
|
|
2545
|
-
- app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb
|
|
2546
|
-
- app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx
|
|
2547
2478
|
- app/pb_kits/playbook/pb_person/_person.scss
|
|
2548
2479
|
- app/pb_kits/playbook/pb_person/_person.tsx
|
|
2549
2480
|
- app/pb_kits/playbook/pb_person/docs/_description.md
|
|
@@ -2639,9 +2570,7 @@ files:
|
|
|
2639
2570
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
|
|
2640
2571
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
|
|
2641
2572
|
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
|
|
2642
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.
|
|
2643
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_rails.md
|
|
2644
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md
|
|
2573
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md
|
|
2645
2574
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
|
|
2646
2575
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
|
|
2647
2576
|
- app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
|
|
@@ -2771,20 +2700,9 @@ files:
|
|
|
2771
2700
|
- app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss
|
|
2772
2701
|
- app/pb_kits/playbook/pb_rich_text_editor/_trix_styles.scss
|
|
2773
2702
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
|
|
2774
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx
|
|
2775
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md
|
|
2776
2703
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
|
|
2777
2704
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
|
|
2778
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx
|
|
2779
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md
|
|
2780
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx
|
|
2781
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md
|
|
2782
2705
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
|
|
2783
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx
|
|
2784
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx
|
|
2785
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md
|
|
2786
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx
|
|
2787
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md
|
|
2788
2706
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
|
|
2789
2707
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
|
2790
2708
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|
|
@@ -3181,10 +3099,6 @@ files:
|
|
|
3181
3099
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
|
3182
3100
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
|
3183
3101
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
|
|
3184
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb
|
|
3185
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx
|
|
3186
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md
|
|
3187
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md
|
|
3188
3102
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
|
|
3189
3103
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
|
|
3190
3104
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
|
|
@@ -3578,15 +3492,8 @@ files:
|
|
|
3578
3492
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_async_createable.jsx
|
|
3579
3493
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
|
|
3580
3494
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
|
3581
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb
|
|
3582
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx
|
|
3583
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md
|
|
3584
3495
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
|
3585
3496
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
|
3586
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb
|
|
3587
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md
|
|
3588
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx
|
|
3589
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md
|
|
3590
3497
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_disabled.html.erb
|
|
3591
3498
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_disabled.jsx
|
|
3592
3499
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.html.erb
|
|
@@ -3801,13 +3708,13 @@ files:
|
|
|
3801
3708
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3802
3709
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3803
3710
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3804
|
-
- dist/chunks/_line_graph-
|
|
3805
|
-
- dist/chunks/_typeahead-
|
|
3806
|
-
- dist/chunks/_weekday_stacked-
|
|
3711
|
+
- dist/chunks/_line_graph-DY4PK6AH.js
|
|
3712
|
+
- dist/chunks/_typeahead-fQDb_yVO.js
|
|
3713
|
+
- dist/chunks/_weekday_stacked-D_bGbWtk.js
|
|
3807
3714
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
|
3808
3715
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3809
|
-
- dist/chunks/lib-
|
|
3810
|
-
- dist/chunks/pb_form_validation-
|
|
3716
|
+
- dist/chunks/lib-QZuu1ltS.js
|
|
3717
|
+
- dist/chunks/pb_form_validation-CleM960_.js
|
|
3811
3718
|
- dist/chunks/vendor.js
|
|
3812
3719
|
- dist/menu.yml
|
|
3813
3720
|
- dist/playbook-doc.js
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
column_styling: {
|
|
11
|
-
cell_background_color: ->(row) { row[:newEnrollments].to_i > 20 ? "success_secondary" : "warning_secondary" }
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
accessor: "scheduledMeetings",
|
|
16
|
-
label: "Scheduled Meetings",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
accessor: "attendanceRate",
|
|
20
|
-
label: "Attendance Rate",
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
accessor: "completedClasses",
|
|
24
|
-
label: "Completed Classes",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
accessor: "classCompletionRate",
|
|
28
|
-
label: "Class Completion Rate",
|
|
29
|
-
column_styling: {
|
|
30
|
-
cell_background_color: "category_1",
|
|
31
|
-
font_color: "white"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
accessor: "graduatedStudents",
|
|
36
|
-
label: "Graduated Students",
|
|
37
|
-
}
|
|
38
|
-
] %>
|
|
39
|
-
|
|
40
|
-
<%= pb_rails("advanced_table", props: { id: "background-control", table_data: @table_data, column_definitions: column_definitions }) do %>
|
|
41
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "background-control", column_definitions: column_definitions }) %>
|
|
42
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "background-control", table_data: @table_data, column_definitions: column_definitions }) %>
|
|
43
|
-
<% end %>
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`column_styling` can also be used to control the background color on all cells in a given column via the use of the `cell_background_color` key/value pair. Use `cell_background_color` to achieve custom background colors for individual cells as seen here. Use `font_color` to achieve better contrast between cell content and background for darker backgrounds.
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
accessor: "scheduledMeetings",
|
|
13
|
-
label: "Scheduled Meetings",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
accessor: "attendanceRate",
|
|
17
|
-
label: "Attendance Rate",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
accessor: "completedClasses",
|
|
21
|
-
label: "Completed Classes",
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
accessor: "classCompletionRate",
|
|
25
|
-
label: "Class Completion Rate",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
accessor: "graduatedStudents",
|
|
29
|
-
label: "Graduated Students",
|
|
30
|
-
}
|
|
31
|
-
] %>
|
|
32
|
-
|
|
33
|
-
<% row_styling = [
|
|
34
|
-
{
|
|
35
|
-
row_id: "1",
|
|
36
|
-
cell_padding: "md"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
row_id: "3",
|
|
40
|
-
cell_padding: "lg"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
row_id: "5",
|
|
44
|
-
cell_padding: "none"
|
|
45
|
-
},
|
|
46
|
-
] %>
|
|
47
|
-
|
|
48
|
-
<%= pb_rails("advanced_table", props: { id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) do %>
|
|
49
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control-per-row", column_definitions: column_definitions }) %>
|
|
50
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) %>
|
|
51
|
-
<% end %>
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`row_styling` can also be used to control padding on all cells in a given row via the use of the `cell_padding` key/value pair as shown here. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
column_styling: {
|
|
11
|
-
cell_padding: "none",
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
accessor: "scheduledMeetings",
|
|
16
|
-
label: "Scheduled Meetings",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
accessor: "attendanceRate",
|
|
20
|
-
label: "Attendance Rate",
|
|
21
|
-
column_styling: { cell_padding: "md" },
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
accessor: "completedClasses",
|
|
25
|
-
label: "Completed Classes",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
accessor: "classCompletionRate",
|
|
29
|
-
label: "Class Completion Rate",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
accessor: "graduatedStudents",
|
|
33
|
-
label: "Graduated Students",
|
|
34
|
-
}
|
|
35
|
-
] %>
|
|
36
|
-
|
|
37
|
-
<%= pb_rails("advanced_table", props: { id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) do %>
|
|
38
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control", column_definitions: column_definitions }) %>
|
|
39
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) %>
|
|
40
|
-
<% end %>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`column_styling` can also be used to control padding on all cells in a given column via the use of the `cell_padding` key/value pair. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export const MOCK_DATA_INLINE_LOADING_EMPTY_CHILDREN = [
|
|
2
|
-
{
|
|
3
|
-
year: "2021",
|
|
4
|
-
quarter: null,
|
|
5
|
-
month: null,
|
|
6
|
-
day: null,
|
|
7
|
-
newEnrollments: "20",
|
|
8
|
-
scheduledMeetings: "10",
|
|
9
|
-
attendanceRate: "51%",
|
|
10
|
-
completedClasses: "3",
|
|
11
|
-
classCompletionRate: "33%",
|
|
12
|
-
graduatedStudents: "19",
|
|
13
|
-
children: [],
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
year: "2022",
|
|
17
|
-
quarter: null,
|
|
18
|
-
month: null,
|
|
19
|
-
day: null,
|
|
20
|
-
newEnrollments: "25",
|
|
21
|
-
scheduledMeetings: "17",
|
|
22
|
-
attendanceRate: "75%",
|
|
23
|
-
completedClasses: "5",
|
|
24
|
-
classCompletionRate: "45%",
|
|
25
|
-
graduatedStudents: "32",
|
|
26
|
-
children: [],
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
year: "2023",
|
|
30
|
-
quarter: null,
|
|
31
|
-
month: null,
|
|
32
|
-
day: null,
|
|
33
|
-
newEnrollments: "10",
|
|
34
|
-
scheduledMeetings: "15",
|
|
35
|
-
attendanceRate: "65%",
|
|
36
|
-
completedClasses: "4",
|
|
37
|
-
classCompletionRate: "49%",
|
|
38
|
-
graduatedStudents: "29",
|
|
39
|
-
children: [],
|
|
40
|
-
},
|
|
41
|
-
]
|
|
42
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
**NOTE:** The value passed into the `amount` prop can be either a string or numeric value.
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import React, { useMemo } from 'react'
|
|
3
|
-
import classnames from 'classnames'
|
|
4
|
-
import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../utilities/props'
|
|
5
|
-
import Highcharts from "highcharts"
|
|
6
|
-
import HighchartsReact from "highcharts-react-official"
|
|
7
|
-
import pbGaugeGraphTheme from './pbGaugeGraphTheme'
|
|
8
|
-
import highchartsMore from "highcharts/highcharts-more";
|
|
9
|
-
import solidGauge from "highcharts/modules/solid-gauge";
|
|
10
|
-
import { globalProps } from '../utilities/globalProps'
|
|
11
|
-
|
|
12
|
-
type PbGaugeChartProps = {
|
|
13
|
-
aria?: { [key: string]: string },
|
|
14
|
-
className?: string,
|
|
15
|
-
data?: { [key: string]: string },
|
|
16
|
-
htmlOptions?: { [key: string]: string | number | boolean | (() => void) | ((arg?: Event) => void) },
|
|
17
|
-
id?: string,
|
|
18
|
-
ref?: React.RefObject<any>,
|
|
19
|
-
options: Record<string, unknown>
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
const PbGaugeChart = (props: PbGaugeChartProps) => {
|
|
23
|
-
const {
|
|
24
|
-
aria = {},
|
|
25
|
-
className,
|
|
26
|
-
data = {},
|
|
27
|
-
htmlOptions = {},
|
|
28
|
-
id,
|
|
29
|
-
ref,
|
|
30
|
-
options = {},
|
|
31
|
-
} = props
|
|
32
|
-
|
|
33
|
-
const ariaProps = buildAriaProps(aria)
|
|
34
|
-
const dataProps = buildDataProps(data)
|
|
35
|
-
const htmlProps = buildHtmlProps(htmlOptions)
|
|
36
|
-
const classes = classnames(buildCss('pb_pb_gauge_chart'), globalProps(props), className)
|
|
37
|
-
|
|
38
|
-
const mergedOptions = useMemo(() => {
|
|
39
|
-
if (!options || typeof options !== "object") {
|
|
40
|
-
// eslint-disable-next-line no-console
|
|
41
|
-
console.error("❌ Invalid options passed to <PbLineGraph />", options)
|
|
42
|
-
return {}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
return Highcharts.merge({}, pbGaugeGraphTheme, options)
|
|
46
|
-
}, [options])
|
|
47
|
-
|
|
48
|
-
highchartsMore(Highcharts);
|
|
49
|
-
solidGauge(Highcharts);
|
|
50
|
-
|
|
51
|
-
return (
|
|
52
|
-
<div>
|
|
53
|
-
<HighchartsReact
|
|
54
|
-
containerProps={{
|
|
55
|
-
className: classnames(classes),
|
|
56
|
-
id: id,
|
|
57
|
-
ref: ref,
|
|
58
|
-
...ariaProps,
|
|
59
|
-
...dataProps,
|
|
60
|
-
...htmlProps
|
|
61
|
-
}}
|
|
62
|
-
highcharts={Highcharts}
|
|
63
|
-
options={mergedOptions}
|
|
64
|
-
/>
|
|
65
|
-
</div>
|
|
66
|
-
)
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export default PbGaugeChart
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
|
|
3
|
-
import { colors } from 'playbook-ui'
|
|
4
|
-
|
|
5
|
-
const data = [{ name: "Name", y: 67 }]
|
|
6
|
-
|
|
7
|
-
const chartOptions = {
|
|
8
|
-
series: [{ data: data }],
|
|
9
|
-
plotOptions: {
|
|
10
|
-
solidgauge: {
|
|
11
|
-
borderColor: colors.data_7,
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
const PbGaugeChartColor = (props) => (
|
|
16
|
-
<div>
|
|
17
|
-
<PbGaugeChart
|
|
18
|
-
options={chartOptions}
|
|
19
|
-
{...props}
|
|
20
|
-
/>
|
|
21
|
-
</div>
|
|
22
|
-
)
|
|
23
|
-
|
|
24
|
-
export default PbGaugeChartColor
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Highcharts allows for any custom colors to be used. Custom data colors allow for color customization to match the needs of business requirements.
|
|
2
|
-
|
|
3
|
-
For React, pass the prop `plotOptions.solidgauge.borderColor` with a Playbook token like `colors.` + `data_1 | data_2 | data_3 | data_4 | data_5 | data_6 | data_7 | data_8`. HEX colors are also available `eg: #CA0095`
|
|
4
|
-
|
|
5
|
-
For Rails, the prop `plotOptions.solidgauge.borderColor` can only be used with HEX values as shown.
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<% chart_options = {
|
|
2
|
-
series:[{data:[{ name: "Name", y: 10 }]}],
|
|
3
|
-
chart: {
|
|
4
|
-
height: "150",
|
|
5
|
-
},
|
|
6
|
-
plotOptions: {
|
|
7
|
-
series: {
|
|
8
|
-
animation: false,
|
|
9
|
-
},
|
|
10
|
-
solidgauge: {
|
|
11
|
-
dataLabels: {
|
|
12
|
-
format:
|
|
13
|
-
'<span class="fix">{y:,f}</span>' +
|
|
14
|
-
'<span style="fill: #687887; font-size: 27px;">%</span>',
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
} %>
|
|
19
|
-
|
|
20
|
-
<%= pb_rails("flex", props: {wrap: true, padding: "xl", gap: "sm"}) do %>
|
|
21
|
-
<%= pb_rails("flex/flex_item", props: {flex: 1, grow: true }) do %>
|
|
22
|
-
<%= pb_rails("card", props: {max_width: "xs", padding: "md", }) do %>
|
|
23
|
-
<%= pb_rails("title", props: {padding_bottom: "sm", size: 4, text: "Abandoned Calls" })%>
|
|
24
|
-
<%= pb_rails("flex", props: {align: "stretch"}) do %>
|
|
25
|
-
<%= pb_rails("flex", props: {margin_right: "sm", orientation: "column"}) do %>
|
|
26
|
-
<%= pb_rails("body", props: {color: "light", padding_bottom: "sm",text: "Total Abandoned"}) %>
|
|
27
|
-
<%= pb_rails("flex", props: {align: "baseline", padding_bottom: "sx"}) do %>
|
|
28
|
-
<%= pb_rails("title", props: {size: 1, text: "39"})%>
|
|
29
|
-
<%= pb_rails("title", props: {color: "light", size: 3, text: "calls"}) %>
|
|
30
|
-
<% end %>
|
|
31
|
-
<%= pb_rails("caption", props: {size: "xs", text: "of 390" }) %>
|
|
32
|
-
<%end %>
|
|
33
|
-
<%= pb_rails("section_separator", props: {align_self: "stretch", margin_right: "sm", orientation: "vertical" }) %>
|
|
34
|
-
<%= pb_rails("flex", props: {orientation: "column", wrap: true}) do %>
|
|
35
|
-
<%= pb_rails("body", props: {color: "light", text: "% Abandoned"}) %>
|
|
36
|
-
<%= pb_rails("flex", props: {wrap: true}) do %>
|
|
37
|
-
<%= pb_rails("flex/flex_item", props: {fixed_size: "150px", overflow: "hidden", shrink: true}) do %>
|
|
38
|
-
<%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
|
|
39
|
-
<% end %>
|
|
40
|
-
<% end %>
|
|
41
|
-
<% end %>
|
|
42
|
-
<%end %>
|
|
43
|
-
<% end %>
|
|
44
|
-
<% end %>
|
|
45
|
-
<% end %>
|