playbook_ui 14.17.0.pre.rc.1 → 14.18.0.pre.alpha.PLAY2037selectinlinecareterror7490
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/pb_advanced_table/Components/RegularTableView.tsx +23 -3
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +67 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +29 -19
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/types.ts +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +429 -137
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +97 -3
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +6 -1
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +20 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.jsx +80 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.html.erb +58 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx +66 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.md +10 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.jsx +90 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.jsx +58 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.md +6 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.jsx +64 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +8 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.jsx +55 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.html.erb +33 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_rails.md +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +6 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +6 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +11 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +7 -1
- data/app/pb_kits/playbook/pb_advanced_table/index.js +7 -0
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +97 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
- data/app/pb_kits/playbook/pb_background/_background.scss +26 -0
- data/app/pb_kits/playbook/pb_background/_background.tsx +5 -3
- data/app/pb_kits/playbook/pb_background/background.test.js +5 -0
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx +35 -0
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.md +1 -0
- data/app/pb_kits/playbook/pb_background/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_background/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/circleChart.test.js +2 -2
- data/app/pb_kits/playbook/pb_circle_chart/circleChartTheme.ts +53 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.html.erb +2 -2
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx +2 -2
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx +38 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +2 -3
- data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.scss +39 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +4 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.rb +9 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.test.js +14 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_size.html.erb +28 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_size.jsx +42 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_size.md +1 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +14 -7
- data/app/pb_kits/playbook/pb_contact/contact.test.js +7 -7
- data/app/pb_kits/playbook/pb_copy_button/_copy_button.tsx +19 -45
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.jsx +54 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md +3 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook_rails.html.erb +14 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook_rails.md +3 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_copy_button/index.js +46 -20
- data/app/pb_kits/playbook/pb_copy_button/usePBCopy.ts +45 -0
- data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +12 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +12 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +50 -1
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_error.html.erb +2 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_error.jsx +4 -1
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_rails.md +4 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_range_limit.md +1 -1
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_react.md +5 -1
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +34 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.md +14 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern_rails.html.erb +20 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern_rails.md +14 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_date_picker/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_date_picker/plugins/quickPick.tsx +10 -0
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.test.js +2 -2
- data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.test.js +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +10 -1
- data/app/pb_kits/playbook/pb_dialog/dialog.rb +2 -0
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames.html.erb +117 -0
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames_rails.md +9 -0
- data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_dialog/index.js +106 -14
- data/app/pb_kits/playbook/pb_draggable/_draggable.scss +43 -20
- data/app/pb_kits/playbook/pb_draggable/context/index.tsx +58 -17
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.html.erb +43 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.jsx +102 -105
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.html.erb +55 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.jsx +50 -48
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors_rails.md +1 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors_react.md +1 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.jsx +110 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.md +5 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_react.md +5 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.html.erb +42 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.md +1 -0
- data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_table_react.jsx → _draggable_with_table.jsx} +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md +3 -1
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +12 -7
- data/app/pb_kits/playbook/pb_draggable/docs/index.js +4 -1
- data/app/pb_kits/playbook/pb_draggable/draggable.rb +9 -1
- data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +71 -3
- data/app/pb_kits/playbook/pb_draggable/index.js +139 -142
- data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableContainer.tsx +4 -3
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.html.erb +5 -2
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.jsx +4 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +6 -6
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx +6 -6
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +6 -6
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb +8 -8
- data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +3 -3
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +1 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb +41 -0
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.md +1 -0
- data/app/pb_kits/playbook/pb_filter/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_form_group/_error_state_mixin.scss +22 -18
- data/app/pb_kits/playbook/pb_form_group/_form_group.scss +45 -3
- data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.html.erb +15 -5
- data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.jsx +39 -6
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.jsx +30 -0
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_gauge/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_gauge/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_gauge/gaugeTheme.ts +85 -0
- data/app/pb_kits/playbook/pb_icon/icon.test.js +9 -9
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.test.js +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.test.js +1 -1
- data/app/pb_kits/playbook/pb_icon_value/icon_value.test.js +1 -1
- data/app/pb_kits/playbook/pb_label_value/label_value.test.js +1 -1
- data/app/pb_kits/playbook/pb_layout/_layout.scss +127 -0
- data/app/pb_kits/playbook/pb_layout/_layout.tsx +47 -7
- data/app/pb_kits/playbook/pb_layout/docs/_layout_bracket.jsx +394 -0
- data/app/pb_kits/playbook/pb_layout/docs/_layout_bracket.md +5 -0
- data/app/pb_kits/playbook/pb_layout/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_layout/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_layout/layout.test.js +4 -0
- data/app/pb_kits/playbook/pb_layout/subcomponents/_game.tsx +121 -0
- data/app/pb_kits/playbook/pb_layout/subcomponents/_participant.tsx +79 -0
- data/app/pb_kits/playbook/pb_layout/subcomponents/_round.tsx +74 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.jsx +52 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_line_graph/lineGraphTheme.ts +110 -0
- data/app/pb_kits/playbook/pb_link/link.test.jsx +2 -2
- data/app/pb_kits/playbook/pb_nav/_nav_item.test.js +5 -3
- data/app/pb_kits/playbook/pb_overlay/_overlay.scss +83 -22
- data/app/pb_kits/playbook/pb_overlay/_overlay.tsx +39 -7
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_color.jsx +63 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_color.md +3 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_default.md +1 -7
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.jsx +49 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.md +1 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.jsx +81 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.md +1 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.jsx +39 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.md +1 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.jsx +40 -0
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +5 -0
- data/app/pb_kits/playbook/pb_overlay/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_overlay/docs/index.js +5 -0
- data/app/pb_kits/playbook/pb_overlay/overlay.test.jsx +39 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +13 -0
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +3 -1
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.html.erb +10 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.jsx +20 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_country_search.md +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.jsx +8 -1
- data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.rb +3 -0
- data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.test.js +19 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb +46 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_popover/index.ts +13 -1
- data/app/pb_kits/playbook/pb_popover/popover.rb +2 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical.md +1 -0
- data/app/pb_kits/playbook/pb_select/_select.scss +10 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_error.html.erb +1 -1
- data/app/pb_kits/playbook/pb_select/docs/_select_error.jsx +7 -2
- data/app/pb_kits/playbook/pb_stat_change/stat_change.test.js +8 -4
- data/app/pb_kits/playbook/pb_table/_table.tsx +2 -2
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +3 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb +34 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.html.erb +36 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_rails.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_react.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +1 -1
- data/app/pb_kits/playbook/pb_table/styles/_headers.scss +19 -7
- data/app/pb_kits/playbook/pb_table/styles/_striped.scss +3 -3
- data/app/pb_kits/playbook/pb_table/table.rb +13 -1
- data/app/pb_kits/playbook/pb_table/table_header.rb +13 -1
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +13 -5
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.html.erb +1 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.jsx +9 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.jsx +94 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.md +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_text_input/inputMask.ts +8 -1
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.html.erb +5 -1
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.jsx +7 -1
- data/app/pb_kits/playbook/pb_tooltip/tooltip.html.erb +2 -5
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.html.erb +8 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.jsx +6 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_highlight.jsx +4 -4
- data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +2 -5
- data/app/pb_kits/playbook/pb_user/user.html.erb +1 -6
- data/app/pb_kits/playbook/pb_user_badge/user_badge.html.erb +1 -6
- data/dist/chunks/_typeahead-D8CsVBZO.js +22 -0
- data/dist/chunks/_weekday_stacked-D3oLTSkH.js +45 -0
- data/dist/chunks/lib-BmTAc7Nc.js +29 -0
- data/dist/chunks/{pb_form_validation-BvNy9Bd6.js → pb_form_validation-BWjy4bFn.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +2 -2
- data/dist/playbook-doc.js +19 -1
- 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/kit_base.rb +4 -4
- data/lib/playbook/version.rb +2 -2
- metadata +98 -20
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones.md +0 -5
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.md +0 -1
- data/dist/chunks/_typeahead-Djo6qCne.js +0 -22
- data/dist/chunks/_weekday_stacked-DIIHW0OV.js +0 -45
- data/dist/chunks/lib-BGzBzFZX.js +0 -29
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_default_rails.html.erb → _draggable_default.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_default.md → _draggable_default_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_multiple_containers_rails.html.erb → _draggable_multiple_containers.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_multiple_containers.md → _draggable_multiple_containers_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_cards_rails.html.erb → _draggable_with_cards.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_cards.md → _draggable_with_cards_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_list_rails.html.erb → _draggable_with_list.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_list.md → _draggable_with_list_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_selectable_list_rails.html.erb → _draggable_with_selectable_list.html.erb} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_selectable_list.md → _draggable_with_selectable_list_react.md} +0 -0
- /data/app/pb_kits/playbook/pb_draggable/docs/{_draggable_with_table.md → _draggable_with_table_rails.md} +0 -0
@@ -7,10 +7,32 @@
|
|
7
7
|
@import "./scss_partials/chrome_styles";
|
8
8
|
@import "../tokens/screen_sizes";
|
9
9
|
@import "../tokens/shadows";
|
10
|
+
@import "../tokens/positioning";
|
11
|
+
@import "./scss_partials/advanced_table_sticky_mixin";
|
10
12
|
|
11
13
|
.pb_advanced_table {
|
12
14
|
$border-color: 1px solid $border_light;
|
13
15
|
|
16
|
+
// Base vertical border color variable setup
|
17
|
+
--column-border-color: #{$border_light};
|
18
|
+
|
19
|
+
// Define color tokens once
|
20
|
+
$border_color_options: (
|
21
|
+
"text_lt_default": $text_lt_default,
|
22
|
+
"text_lt_light": $text_lt_light,
|
23
|
+
"text_lt_lighter": $text_lt_lighter,
|
24
|
+
"text_dk_default": $text_dk_default,
|
25
|
+
"text_dk_light": $text_dk_light,
|
26
|
+
"text_dk_lighter": $text_dk_lighter
|
27
|
+
);
|
28
|
+
|
29
|
+
// Generate classes for each color option
|
30
|
+
@each $color_name, $color_value in $border_color_options {
|
31
|
+
&.column-group-border-#{$color_name} {
|
32
|
+
--column-border-color: #{$color_value};
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
14
36
|
[id$="-span"] {
|
15
37
|
word-wrap: normal;
|
16
38
|
}
|
@@ -92,8 +114,8 @@
|
|
92
114
|
border-right: 1px solid $border_light !important;
|
93
115
|
}
|
94
116
|
.table-header-cells-custom {
|
95
|
-
text-align:center;
|
96
|
-
[class^=pb_checkbox_kit] .pb_checkbox_label {
|
117
|
+
text-align: center;
|
118
|
+
[class^="pb_checkbox_kit"] .pb_checkbox_label {
|
97
119
|
padding-left: 0px;
|
98
120
|
}
|
99
121
|
}
|
@@ -103,7 +125,7 @@
|
|
103
125
|
}
|
104
126
|
// Right align header content of first data column in selectable row no subrow setup
|
105
127
|
&.selectable-rows-enabled {
|
106
|
-
tr {
|
128
|
+
tr {
|
107
129
|
th:nth-child(2),
|
108
130
|
.pb_flex_kit_orientation_row_justify_content_start_align_items_center_spacing_none.gap_none {
|
109
131
|
justify-content: flex-end;
|
@@ -121,13 +143,20 @@
|
|
121
143
|
}
|
122
144
|
|
123
145
|
// Set fixed width for checkbox column
|
124
|
-
&.table-header-cells-custom,
|
146
|
+
&.table-header-cells-custom,
|
125
147
|
&.checkbox-cell.checkbox-cell-header {
|
126
148
|
width: 40px !important;
|
127
149
|
min-width: 40px !important;
|
128
150
|
box-sizing: border-box !important;
|
129
151
|
}
|
130
152
|
}
|
153
|
+
.expand-by-depth-dropdown-wrapper {
|
154
|
+
position: unset !important;
|
155
|
+
}
|
156
|
+
.expand-by-depth-dropdown {
|
157
|
+
width: unset !important;
|
158
|
+
text-align: left;
|
159
|
+
}
|
131
160
|
}
|
132
161
|
|
133
162
|
.pb_advanced_table_body {
|
@@ -144,7 +173,7 @@
|
|
144
173
|
.checkbox-cell {
|
145
174
|
display: flex;
|
146
175
|
justify-content: center;
|
147
|
-
[class^=pb_checkbox_kit] .pb_checkbox_label {
|
176
|
+
[class^="pb_checkbox_kit"] .pb_checkbox_label {
|
148
177
|
padding-left: 0px;
|
149
178
|
}
|
150
179
|
}
|
@@ -172,7 +201,7 @@
|
|
172
201
|
}
|
173
202
|
}
|
174
203
|
td {
|
175
|
-
[class^=pb_text_input_kit] .text_input_wrapper input {
|
204
|
+
[class^="pb_text_input_kit"] .text_input_wrapper input {
|
176
205
|
padding: 0 $space_xxs;
|
177
206
|
font-size: 14px;
|
178
207
|
text-align: right;
|
@@ -229,6 +258,56 @@
|
|
229
258
|
max-height: 1920px;
|
230
259
|
overflow-y: auto;
|
231
260
|
}
|
261
|
+
|
262
|
+
// Fullscreen
|
263
|
+
&.advanced-table-allow-fullscreen {
|
264
|
+
transition: all 0.3s ease;
|
265
|
+
}
|
266
|
+
|
267
|
+
&.advanced-table-fullscreen {
|
268
|
+
background-color: $bg_light;
|
269
|
+
box-sizing: border-box;
|
270
|
+
height: 100vh;
|
271
|
+
left: 0;
|
272
|
+
overflow: auto;
|
273
|
+
position: fixed;
|
274
|
+
top: 0;
|
275
|
+
width: 100%;
|
276
|
+
z-index: $z_10;
|
277
|
+
|
278
|
+
.pb_table {
|
279
|
+
th,
|
280
|
+
td,
|
281
|
+
div,
|
282
|
+
button {
|
283
|
+
font-size: calc(100%);
|
284
|
+
}
|
285
|
+
box-sizing: border-box;
|
286
|
+
margin: $space_lg;
|
287
|
+
max-width: calc(100% - 64px);
|
288
|
+
width: calc(100% - 64px);
|
289
|
+
}
|
290
|
+
|
291
|
+
.pb_table.sticky-header {
|
292
|
+
thead,
|
293
|
+
.pb_advanced_table_header {
|
294
|
+
position: sticky !important;
|
295
|
+
top: 44px !important;
|
296
|
+
z-index: $z_10;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
.advanced-table-fullscreen-header {
|
302
|
+
background-color: $white;
|
303
|
+
height: 44px;
|
304
|
+
padding: 13px 20px;
|
305
|
+
position: sticky;
|
306
|
+
top: 0;
|
307
|
+
width: 100%;
|
308
|
+
z-index: $z_10;
|
309
|
+
}
|
310
|
+
|
232
311
|
// Icons
|
233
312
|
.button-icon {
|
234
313
|
display: flex;
|
@@ -277,13 +356,143 @@
|
|
277
356
|
}
|
278
357
|
}
|
279
358
|
|
280
|
-
|
359
|
+
.fullscreen-icon {
|
360
|
+
@extend .button-icon;
|
361
|
+
@extend %primary-color-pseudo;
|
362
|
+
padding: 2px 0;
|
363
|
+
|
364
|
+
&:focus-visible {
|
365
|
+
border-radius: $border_rad_lighter;
|
366
|
+
}
|
367
|
+
}
|
368
|
+
|
369
|
+
// First column separator/border
|
281
370
|
.table-header-cells:first-child,
|
282
371
|
.table-header-cells-custom:first-child,
|
283
372
|
td:first-child,
|
284
373
|
.pb_table_td:first-child,
|
285
374
|
.checkbox-cell.checkbox-cell-header:first-child {
|
286
|
-
box-shadow: 1px 0px 0px 0px
|
375
|
+
box-shadow: 1px 0px 0px 0px var(--column-border-color) !important;
|
376
|
+
}
|
377
|
+
|
378
|
+
// Color for collapsible trail
|
379
|
+
.collapsible-trail {
|
380
|
+
background-color: $border_light !important;
|
381
|
+
position: absolute;
|
382
|
+
top: 0;
|
383
|
+
bottom: 0;
|
384
|
+
width: 2px;
|
385
|
+
}
|
386
|
+
|
387
|
+
// Make sure all horizontal borders use the default border color
|
388
|
+
tr, th, td {
|
389
|
+
border-top-color: $border_light !important;
|
390
|
+
border-bottom-color: $border_light !important;
|
391
|
+
}
|
392
|
+
|
393
|
+
// Apply border colors when columnGroupBorderColor is set
|
394
|
+
&[class*="column-group-border-"] {
|
395
|
+
// For top-level column groups
|
396
|
+
.pb_advanced_table_header {
|
397
|
+
// The main column group headers
|
398
|
+
> tr:first-child {
|
399
|
+
th[colspan]:not([colspan="1"]):not(:last-child) {
|
400
|
+
border-right: 1px solid var(--column-border-color) !important;
|
401
|
+
}
|
402
|
+
}
|
403
|
+
|
404
|
+
// Subgroup headers
|
405
|
+
> tr:nth-child(2) {
|
406
|
+
th[colspan]:not([colspan="1"]):not(:last-child) {
|
407
|
+
border-right: 1px solid var(--column-border-color) !important;
|
408
|
+
}
|
409
|
+
|
410
|
+
// Last cell in each subgroup
|
411
|
+
th.last-header-cell:not(:last-child) {
|
412
|
+
border-right: 1px solid var(--column-border-color) !important;
|
413
|
+
}
|
414
|
+
}
|
415
|
+
|
416
|
+
// Individual column headers at subgroup boundaries
|
417
|
+
> tr:last-child {
|
418
|
+
// Last cell in each subgroup
|
419
|
+
th.last-header-cell:not(:last-child) {
|
420
|
+
border-right: 1px solid var(--column-border-color) !important;
|
421
|
+
}
|
422
|
+
}
|
423
|
+
}
|
424
|
+
|
425
|
+
// For data cells at column group boundaries
|
426
|
+
.pb_advanced_table_body {
|
427
|
+
// Apply to cells that are at column group boundaries
|
428
|
+
td.last-cell:not(:last-child),
|
429
|
+
.pb_table_td.last-cell:not(:last-child) {
|
430
|
+
border-right: 1px solid var(--column-border-color) !important;
|
431
|
+
}
|
432
|
+
|
433
|
+
// Virtualized row cells at column group boundaries
|
434
|
+
tr.virtualized-table-row {
|
435
|
+
td.last-cell:not(:last-child) {
|
436
|
+
border-right: 1px solid var(--column-border-color) !important;
|
437
|
+
}
|
438
|
+
}
|
439
|
+
}
|
440
|
+
|
441
|
+
// Sub-row headers
|
442
|
+
.toggle-content {
|
443
|
+
td {
|
444
|
+
border-bottom: 1px solid $border_light !important;
|
445
|
+
}
|
446
|
+
}
|
447
|
+
}
|
448
|
+
|
449
|
+
// Restore vertical border styling when verticalBorder is true
|
450
|
+
.pb_table[data-vertical-border="true"] {
|
451
|
+
.pb_advanced_table_header {
|
452
|
+
> tr:not(:first-child) {
|
453
|
+
th:not(:last-child) {
|
454
|
+
border-right: 1px solid $border_light !important;
|
455
|
+
}
|
456
|
+
}
|
457
|
+
}
|
458
|
+
|
459
|
+
.pb_advanced_table_body {
|
460
|
+
td:not(:last-child),
|
461
|
+
.pb_table_td:not(:last-child) {
|
462
|
+
border-right: 1px solid $border_light !important;
|
463
|
+
}
|
464
|
+
}
|
465
|
+
|
466
|
+
tr.virtualized-table-row {
|
467
|
+
td:not(:last-child) {
|
468
|
+
border-right: 1px solid $border_light !important;
|
469
|
+
}
|
470
|
+
}
|
471
|
+
|
472
|
+
// When both verticalBorder AND columnGroupBorderColor are set,
|
473
|
+
// override the default border-light with the custom color
|
474
|
+
&.pb_advanced_table[class*="column-group-border-"] {
|
475
|
+
.pb_advanced_table_header {
|
476
|
+
> tr:not(:first-child) {
|
477
|
+
th:not(:last-child) {
|
478
|
+
border-right: 1px solid var(--column-border-color) !important;
|
479
|
+
}
|
480
|
+
}
|
481
|
+
}
|
482
|
+
|
483
|
+
.pb_advanced_table_body {
|
484
|
+
td:not(:last-child),
|
485
|
+
.pb_table_td:not(:last-child) {
|
486
|
+
border-right: 1px solid var(--column-border-color) !important;
|
487
|
+
}
|
488
|
+
}
|
489
|
+
|
490
|
+
tr.virtualized-table-row {
|
491
|
+
td:not(:last-child) {
|
492
|
+
border-right: 1px solid var(--column-border-color) !important;
|
493
|
+
}
|
494
|
+
}
|
495
|
+
}
|
287
496
|
}
|
288
497
|
|
289
498
|
@include chrome_styles($border-color);
|
@@ -306,88 +515,74 @@
|
|
306
515
|
height: auto;
|
307
516
|
}
|
308
517
|
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
518
|
+
// Mixin to apply sticky column styles for different color modes and themes
|
519
|
+
@mixin apply-sticky-colors($theme) {
|
520
|
+
@each $color_name, $color_value in $border_color_options {
|
521
|
+
&.column-group-border-#{$color_name} {
|
522
|
+
@if $theme == "light" {
|
523
|
+
@include advanced-table-sticky-mixin(
|
524
|
+
$color_value,
|
525
|
+
$white,
|
526
|
+
lighten($silver, $opacity_7)
|
527
|
+
);
|
528
|
+
} @else if $theme == "dark" {
|
529
|
+
@include advanced-table-sticky-mixin(
|
530
|
+
$color_value,
|
531
|
+
$bg_dark_card,
|
532
|
+
$bg_dark
|
533
|
+
);
|
534
|
+
}
|
535
|
+
}
|
536
|
+
}
|
537
|
+
}
|
538
|
+
|
539
|
+
// Sticky Left Columns Styling
|
540
|
+
&[class*="advanced-table-sticky-left-columns"] {
|
541
|
+
overflow-x: scroll;
|
542
|
+
.sticky-left {
|
543
|
+
position: sticky !important;
|
544
|
+
z-index: 2;
|
545
|
+
background-color: $white;
|
546
|
+
box-shadow: $shadow_deep;
|
547
|
+
}
|
548
|
+
@include advanced-table-sticky-mixin(
|
549
|
+
$border_light,
|
550
|
+
$white,
|
551
|
+
lighten($silver, $opacity_7)
|
552
|
+
);
|
553
|
+
|
554
|
+
// Apply border colors for sticky columns
|
555
|
+
@include apply-sticky-colors("light");
|
315
556
|
}
|
316
557
|
|
317
558
|
// Responsive Styles
|
318
559
|
@media only screen and (max-width: $screen-xl-min) {
|
319
560
|
&[class*="advanced-table-responsive-scroll"] {
|
320
|
-
border-radius: 4px;
|
321
|
-
box-shadow: 1px 0 0 0px $border_light,
|
322
|
-
-1px 0 0 0px $border_light;
|
323
|
-
display: block;
|
324
561
|
overflow-x: auto;
|
325
562
|
width: 100%;
|
326
|
-
[class^=pb_table].table-sm.table-card thead tr th:first-child,
|
327
|
-
[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:first-child {
|
328
|
-
border-left-width: 0px !important;
|
329
|
-
}
|
330
|
-
[class^=pb_table].table-sm.table-card thead tr th:last-child,
|
331
|
-
[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:last-child {
|
332
|
-
border-right-width: 0px;
|
333
|
-
}
|
334
|
-
[class^=pb_table].table-sm.table-card tbody tr:last-child td:first-child,
|
335
|
-
[class^=pb_table].table-sm.table-card tbody tr:last-child td:last-child {
|
336
|
-
border-radius: 0 0 0 0;
|
337
|
-
}
|
338
|
-
.table-header-cells:first-child,
|
339
|
-
td:first-child,
|
340
|
-
.pb_table_td:first-child,
|
341
|
-
.checkbox-cell.checkbox-cell-header:first-child,
|
342
|
-
[class*="pinned-left"] {
|
343
|
-
background-color: $white;
|
344
|
-
box-shadow: $shadow_deep !important;
|
345
|
-
position: sticky !important;
|
346
|
-
left: 0;
|
347
|
-
z-index: 2;
|
348
|
-
}
|
349
|
-
.bg-silver td:first-child {
|
350
|
-
background-color: lighten($silver, $opacity_7);
|
351
|
-
}
|
352
|
-
.bg-white td:first-child {
|
353
|
-
background-color: $white;
|
354
|
-
}
|
355
563
|
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
}
|
363
|
-
&.bg-row-selection td:first-child {
|
364
|
-
background-color: $info_subtle;
|
365
|
-
}
|
366
|
-
}
|
564
|
+
// These are the responsive borders that should NOT inherit the custom color
|
565
|
+
@include advanced-table-sticky-mixin(
|
566
|
+
$border_light,
|
567
|
+
$white,
|
568
|
+
lighten($silver, $opacity_7)
|
569
|
+
);
|
367
570
|
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
position: sticky;
|
372
|
-
top: 0;
|
373
|
-
left: 0;
|
374
|
-
border-radius: unset;
|
571
|
+
// Override any columnGroupBorderColor inheritance for responsive borders
|
572
|
+
.sticky-left {
|
573
|
+
box-shadow: $shadow_deep !important;
|
375
574
|
}
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
box-shadow: 1px 0 10px -2px $border_light !important;
|
383
|
-
}
|
384
|
-
}
|
385
|
-
.pb_advanced_table_header {
|
386
|
-
box-shadow: none !important;
|
575
|
+
|
576
|
+
.pb_advanced_table_header,
|
577
|
+
.pb_advanced_table_body {
|
578
|
+
th.sticky-left,
|
579
|
+
td.sticky-left {
|
580
|
+
border-right: 1px solid $border_light !important;
|
387
581
|
}
|
388
582
|
}
|
389
583
|
}
|
390
584
|
}
|
585
|
+
|
391
586
|
@media only screen and (min-width: $screen-xl-min) {
|
392
587
|
&[class*="advanced-table-responsive-scroll"] {
|
393
588
|
overflow-x: visible;
|
@@ -395,6 +590,20 @@
|
|
395
590
|
}
|
396
591
|
|
397
592
|
&.dark {
|
593
|
+
// Override default border color for dark mode
|
594
|
+
--column-border-color: #{$border_dark};
|
595
|
+
|
596
|
+
// Dark mode default border colors for trails and horizontal borders
|
597
|
+
.collapsible-trail {
|
598
|
+
background-color: $border_dark !important;
|
599
|
+
}
|
600
|
+
|
601
|
+
// Make sure all horizontal borders use the default border color in dark mode
|
602
|
+
tr, th, td {
|
603
|
+
border-top-color: $border_dark !important;
|
604
|
+
border-bottom-color: $border_dark !important;
|
605
|
+
}
|
606
|
+
|
398
607
|
.bg-white {
|
399
608
|
background: $bg_dark_card;
|
400
609
|
}
|
@@ -422,20 +631,115 @@
|
|
422
631
|
}
|
423
632
|
}
|
424
633
|
|
425
|
-
.table-header-cells:first-child,
|
426
|
-
|
634
|
+
.table-header-cells:first-child,
|
635
|
+
.table-header-cells-custom:first-child,
|
636
|
+
td:first-child,
|
637
|
+
.pb_table_td:first-child,
|
638
|
+
.checkbox-cell.checkbox-cell-header:first-child {
|
639
|
+
box-shadow: 1px 0px 0px 0px var(--column-border-color) !important;
|
427
640
|
}
|
428
641
|
|
429
|
-
|
430
|
-
|
642
|
+
// Apply border colors in dark mode
|
643
|
+
&[class*="column-group-border-"] {
|
644
|
+
// For top-level column groups (ENROLLMENT DATA, PERFORMANCE DATA)
|
645
|
+
.pb_advanced_table_header {
|
646
|
+
// The main column group headers - NOT the last column
|
647
|
+
> tr:first-child {
|
648
|
+
th[colspan]:not([colspan="1"]):not(:last-child) {
|
649
|
+
border-right: 1px solid var(--column-border-color) !important;
|
650
|
+
}
|
651
|
+
}
|
652
|
+
|
653
|
+
// Subgroup headers
|
654
|
+
> tr:nth-child(2) {
|
655
|
+
th[colspan]:not([colspan="1"]):not(:last-child) {
|
656
|
+
border-right: 1px solid var(--column-border-color) !important;
|
657
|
+
}
|
658
|
+
|
659
|
+
// Last cell in each subgroup
|
660
|
+
th.last-header-cell:not(:last-child) {
|
661
|
+
border-right: 1px solid var(--column-border-color) !important;
|
662
|
+
}
|
663
|
+
}
|
664
|
+
|
665
|
+
// Individual column headers at subgroup boundaries
|
666
|
+
> tr:last-child {
|
667
|
+
// Last cell in each subgroup
|
668
|
+
th.last-header-cell:not(:last-child) {
|
669
|
+
border-right: 1px solid var(--column-border-color) !important;
|
670
|
+
}
|
671
|
+
}
|
672
|
+
}
|
673
|
+
|
674
|
+
// For data cells at column group boundaries in dark mode
|
675
|
+
.pb_advanced_table_body {
|
676
|
+
// Apply to cells that are at column group boundaries
|
677
|
+
td.last-cell:not(:last-child),
|
678
|
+
.pb_table_td.last-cell:not(:last-child) {
|
679
|
+
border-right: 1px solid var(--column-border-color) !important;
|
680
|
+
}
|
681
|
+
|
682
|
+
// Virtualized row cells at column group boundaries
|
683
|
+
tr.virtualized-table-row {
|
684
|
+
td.last-cell:not(:last-child) {
|
685
|
+
border-right: 1px solid var(--column-border-color) !important;
|
686
|
+
}
|
687
|
+
}
|
688
|
+
}
|
689
|
+
|
690
|
+
// Sub-row headers
|
691
|
+
.toggle-content {
|
692
|
+
td {
|
693
|
+
border-bottom: 1px solid $border_dark !important;
|
694
|
+
}
|
695
|
+
}
|
696
|
+
}
|
697
|
+
|
698
|
+
// Restore vertical border styling in dark mode when verticalBorder is true
|
699
|
+
.pb_table[data-vertical-border="true"] {
|
700
|
+
.pb_advanced_table_header {
|
701
|
+
> tr:not(:first-child) {
|
702
|
+
th:not(:last-child) {
|
703
|
+
border-right: 1px solid $border_dark !important;
|
704
|
+
}
|
705
|
+
}
|
706
|
+
}
|
707
|
+
|
708
|
+
.pb_advanced_table_body {
|
709
|
+
td:not(:last-child),
|
710
|
+
.pb_table_td:not(:last-child) {
|
711
|
+
border-right: 1px solid $border_dark !important;
|
712
|
+
}
|
713
|
+
}
|
714
|
+
|
715
|
+
// When both verticalBorder AND columnGroupBorderColor are set in dark mode,
|
716
|
+
// override the default border-dark with the custom color
|
717
|
+
&.pb_advanced_table[class*="column-group-border-"] {
|
718
|
+
.pb_advanced_table_header {
|
719
|
+
> tr:not(:first-child) {
|
720
|
+
th:not(:last-child) {
|
721
|
+
border-right: 1px solid var(--column-border-color) !important;
|
722
|
+
}
|
723
|
+
}
|
724
|
+
}
|
725
|
+
|
726
|
+
.pb_advanced_table_body {
|
727
|
+
td:not(:last-child),
|
728
|
+
.pb_table_td:not(:last-child) {
|
729
|
+
border-right: 1px solid var(--column-border-color) !important;
|
730
|
+
}
|
731
|
+
}
|
732
|
+
}
|
431
733
|
}
|
432
734
|
|
433
|
-
.sort-button-icon,
|
735
|
+
.sort-button-icon,
|
736
|
+
.header-sort-button > div,
|
737
|
+
.pb_th_link {
|
434
738
|
color: $white !important;
|
435
739
|
}
|
436
740
|
|
437
741
|
.gray-icon {
|
438
|
-
color:
|
742
|
+
color: $text_dk_light !important;
|
439
743
|
}
|
440
744
|
|
441
745
|
.sticky-header {
|
@@ -457,72 +761,60 @@
|
|
457
761
|
}
|
458
762
|
}
|
459
763
|
|
460
|
-
//
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
.
|
466
|
-
|
764
|
+
// Fullscreen
|
765
|
+
&.advanced-table-fullscreen {
|
766
|
+
background: $bg_dark;
|
767
|
+
}
|
768
|
+
|
769
|
+
.advanced-table-fullscreen-header {
|
770
|
+
background-color: $bg_dark_card;
|
771
|
+
position: sticky;
|
772
|
+
top: 0;
|
773
|
+
z-index: $z_10;
|
774
|
+
}
|
775
|
+
|
776
|
+
&[class*="advanced-table-sticky-left-columns"] {
|
777
|
+
.sticky-left {
|
778
|
+
background-color: $bg_dark;
|
779
|
+
}
|
780
|
+
@include advanced-table-sticky-mixin(
|
781
|
+
$border_dark,
|
782
|
+
$bg_dark_card,
|
783
|
+
$bg_dark
|
784
|
+
);
|
467
785
|
}
|
468
786
|
|
469
787
|
// Dark Mode Responsive Styles
|
470
788
|
@media only screen and (max-width: $screen-xl-min) {
|
471
789
|
&[class*="advanced-table-responsive-scroll"] {
|
472
|
-
border-radius: 4px;
|
473
|
-
box-shadow: 1px 0 0 0px $border_dark,
|
474
|
-
-1px 0 0 0px $border_dark;
|
475
|
-
display: block;
|
476
|
-
overflow-x: scroll;
|
477
|
-
width: 100%;
|
478
|
-
[class^=pb_table].table-sm.table-card thead tr th:first-child,
|
479
|
-
[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:first-child {
|
480
|
-
border-left-width: 0px;
|
481
|
-
}
|
482
|
-
[class^=pb_table].table-sm.table-card thead tr th:last-child,
|
483
|
-
[class^=pb_table].table-sm:not(.no-hover).table-card tbody tr td:last-child {
|
484
|
-
border-right-width: 0px;
|
485
|
-
}
|
486
|
-
[class^=pb_table].table-sm.table-card tbody tr:last-child td:first-child,
|
487
|
-
[class^=pb_table].table-sm.table-card tbody tr:last-child td:last-child {
|
488
|
-
border-radius: 0 0 0 0;
|
489
|
-
}
|
490
|
-
.table-header-cells:first-child,
|
491
|
-
td:first-child,
|
492
|
-
.pb_table_td:first-child,
|
493
|
-
.checkbox-cell.checkbox-cell-header:first-child,
|
494
|
-
[class*="pinned-left"] {
|
495
|
-
background: $bg_dark_card;
|
496
|
-
border-right: $border_dark;
|
497
|
-
box-shadow: $shadow_deep !important;
|
498
|
-
position: sticky !important;
|
499
|
-
}
|
500
|
-
.bg-silver td:first-child {
|
501
|
-
background-color: $bg_dark;
|
502
|
-
}
|
503
|
-
.bg-white td:first-child {
|
504
|
-
background-color: $bg_dark_card;
|
505
|
-
}
|
506
|
-
|
507
|
-
// Dark mode virtualized rows
|
508
|
-
.virtualized-table-row {
|
509
|
-
&.bg-silver td:first-child {
|
510
|
-
background-color: $bg_dark;
|
511
|
-
}
|
512
|
-
&.bg-white td:first-child {
|
513
|
-
background-color: $bg_dark_card;
|
514
|
-
}
|
515
|
-
}
|
516
|
-
|
517
790
|
.sticky-header {
|
518
791
|
thead {
|
519
792
|
th:first-child {
|
520
|
-
background: $
|
521
|
-
box-shadow: 1px 0 10px -2px $border_dark !important;
|
793
|
+
background: $bg_dark_card;
|
522
794
|
}
|
523
795
|
}
|
524
796
|
}
|
797
|
+
|
798
|
+
// These are the responsive borders that should NOT inherit the custom color
|
799
|
+
@include advanced-table-sticky-mixin(
|
800
|
+
$border_dark,
|
801
|
+
$bg_dark_card,
|
802
|
+
$bg_dark
|
803
|
+
);
|
804
|
+
|
805
|
+
// Override any columnGroupBorderColor inheritance for responsive borders in dark mode
|
806
|
+
.sticky-left {
|
807
|
+
box-shadow: $shadow_deep !important;
|
808
|
+
}
|
809
|
+
|
810
|
+
.pb_advanced_table_header,
|
811
|
+
.pb_advanced_table_body {
|
812
|
+
th.sticky-left,
|
813
|
+
td.sticky-left {
|
814
|
+
border-right: 1px solid $border_dark !important;
|
815
|
+
}
|
816
|
+
}
|
525
817
|
}
|
526
818
|
}
|
527
819
|
}
|
528
|
-
}
|
820
|
+
}
|