playbook_ui 14.17.0.pre.alpha.play1735highchartscirclechartdefaultrebuild7372 → 14.17.0.pre.alpha.play1906overlaykitaddopacityandgradient7201
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 +3 -23
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +3 -67
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +2 -1
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +19 -29
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +128 -67
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +0 -9
- 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 +2 -1
- 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 +2 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +2 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +2 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -5
- data/app/pb_kits/playbook/pb_advanced_table/index.js +0 -7
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
- data/app/pb_kits/playbook/pb_background/_background.scss +0 -26
- data/app/pb_kits/playbook/pb_background/_background.tsx +3 -5
- data/app/pb_kits/playbook/pb_background/background.test.js +0 -5
- data/app/pb_kits/playbook/pb_background/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_background/docs/index.js +0 -1
- 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/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_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 +3 -2
- data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_copy_button/_copy_button.tsx +45 -19
- data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_copy_button/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -10
- data/app/pb_kits/playbook/pb_dialog/dialog.rb +0 -2
- data/app/pb_kits/playbook/pb_dialog/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_dialog/index.js +14 -106
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +1 -1
- data/app/pb_kits/playbook/pb_form_group/_form_group.scss +3 -23
- data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.html.erb +5 -15
- data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.jsx +6 -39
- data/app/pb_kits/playbook/pb_gauge/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_gauge/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_layout/_layout.scss +1 -70
- data/app/pb_kits/playbook/pb_layout/_layout.tsx +2 -29
- data/app/pb_kits/playbook/pb_layout/docs/_layout_bracket.jsx +118 -322
- data/app/pb_kits/playbook/pb_layout/docs/_layout_bracket.md +1 -1
- data/app/pb_kits/playbook/pb_layout/subcomponents/_game.tsx +43 -74
- data/app/pb_kits/playbook/pb_layout/subcomponents/_round.tsx +4 -21
- data/app/pb_kits/playbook/pb_overlay/_overlay.scss +0 -34
- data/app/pb_kits/playbook/pb_overlay/_overlay.tsx +4 -25
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_default.md +9 -1
- data/app/pb_kits/playbook/pb_overlay/docs/example.yml +0 -5
- data/app/pb_kits/playbook/pb_overlay/docs/index.js +0 -5
- 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 +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +1 -3
- 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 +0 -2
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +1 -1
- data/app/pb_kits/playbook/pb_table/table.rb +1 -13
- data/app/pb_kits/playbook/pb_table/table_header.rb +1 -13
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +5 -13
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/inputMask.ts +1 -8
- data/dist/chunks/_typeahead-HqfDnjRe.js +22 -0
- data/dist/chunks/_weekday_stacked--YupDiur.js +45 -0
- data/dist/chunks/lib-BGzBzFZX.js +29 -0
- data/dist/chunks/{pb_form_validation-CFPfX89U.js → pb_form_validation-BvNy9Bd6.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -1
- data/dist/playbook-doc.js +1 -19
- 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/version.rb +1 -1
- metadata +6 -49
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx +0 -66
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.md +0 -10
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.jsx +0 -58
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.md +0 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.jsx +0 -64
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +0 -8
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.jsx +0 -55
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.md +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.html.erb +0 -33
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.md +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +0 -97
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx +0 -35
- data/app/pb_kits/playbook/pb_background/docs/_background_overlay.md +0 -1
- data/app/pb_kits/playbook/pb_circle_chart/circleChartTheme.ts +0 -53
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx +0 -38
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md +0 -1
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.jsx +0 -54
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md +0 -3
- data/app/pb_kits/playbook/pb_copy_button/usePBCopy.ts +0 -45
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames.html.erb +0 -117
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames_rails.md +0 -9
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.html.erb +0 -42
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.md +0 -1
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.jsx +0 -30
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.md +0 -1
- data/app/pb_kits/playbook/pb_gauge/gaugeTheme.ts +0 -85
- data/app/pb_kits/playbook/pb_layout/subcomponents/_participant.tsx +0 -79
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_color.jsx +0 -63
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_color.md +0 -3
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.jsx +0 -49
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.md +0 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.jsx +0 -81
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.md +0 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.jsx +0 -39
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.md +0 -1
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.jsx +0 -40
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +0 -5
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb +0 -34
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.html.erb +0 -36
- data/app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_rails.md +0 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.jsx +0 -94
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.md +0 -1
- data/dist/chunks/_typeahead-Cut4TNua.js +0 -22
- data/dist/chunks/_weekday_stacked-DzDjhKiS.js +0 -45
- data/dist/chunks/lib-yWHJ_8mm.js +0 -29
data/lib/playbook/version.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: 14.17.0.pre.alpha.
|
4
|
+
version: 14.17.0.pre.alpha.play1906overlaykitaddopacityandgradient7201
|
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-04-
|
12
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -307,8 +307,6 @@ files:
|
|
307
307
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell_rails.md
|
308
308
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx
|
309
309
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.md
|
310
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx
|
311
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.md
|
312
310
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expanded_control.jsx
|
313
311
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expanded_control.md
|
314
312
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.jsx
|
@@ -346,14 +344,6 @@ files:
|
|
346
344
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.md
|
347
345
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.jsx
|
348
346
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.md
|
349
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.jsx
|
350
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.md
|
351
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.jsx
|
352
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md
|
353
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.jsx
|
354
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header.md
|
355
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.html.erb
|
356
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.md
|
357
347
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_subrow_headers.jsx
|
358
348
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_subrow_headers.md
|
359
349
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_options.jsx
|
@@ -378,7 +368,6 @@ files:
|
|
378
368
|
- app/pb_kits/playbook/pb_advanced_table/scss_partials/_chrome_styles.scss
|
379
369
|
- app/pb_kits/playbook/pb_advanced_table/scss_partials/_loading.scss
|
380
370
|
- app/pb_kits/playbook/pb_advanced_table/scss_partials/_pseudo_states.scss
|
381
|
-
- app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss
|
382
371
|
- app/pb_kits/playbook/pb_advanced_table/table_body.html.erb
|
383
372
|
- app/pb_kits/playbook/pb_advanced_table/table_body.rb
|
384
373
|
- app/pb_kits/playbook/pb_advanced_table/table_header.html.erb
|
@@ -432,8 +421,6 @@ files:
|
|
432
421
|
- app/pb_kits/playbook/pb_background/docs/_background_image.md
|
433
422
|
- app/pb_kits/playbook/pb_background/docs/_background_light.html.erb
|
434
423
|
- app/pb_kits/playbook/pb_background/docs/_background_light.jsx
|
435
|
-
- app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx
|
436
|
-
- app/pb_kits/playbook/pb_background/docs/_background_overlay.md
|
437
424
|
- app/pb_kits/playbook/pb_background/docs/_background_size.html.erb
|
438
425
|
- app/pb_kits/playbook/pb_background/docs/_background_size.jsx
|
439
426
|
- app/pb_kits/playbook/pb_background/docs/_background_size.md
|
@@ -713,7 +700,6 @@ files:
|
|
713
700
|
- app/pb_kits/playbook/pb_circle_chart/_circle_chart.scss
|
714
701
|
- app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx
|
715
702
|
- app/pb_kits/playbook/pb_circle_chart/circleChart.test.js
|
716
|
-
- app/pb_kits/playbook/pb_circle_chart/circleChartTheme.ts
|
717
703
|
- app/pb_kits/playbook/pb_circle_chart/circle_chart.html.erb
|
718
704
|
- app/pb_kits/playbook/pb_circle_chart/circle_chart.rb
|
719
705
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.html.erb
|
@@ -732,8 +718,6 @@ files:
|
|
732
718
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx
|
733
719
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.md
|
734
720
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx
|
735
|
-
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx
|
736
|
-
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md
|
737
721
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.html.erb
|
738
722
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
|
739
723
|
- app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
|
@@ -838,12 +822,9 @@ files:
|
|
838
822
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.html.erb
|
839
823
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx
|
840
824
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md
|
841
|
-
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.jsx
|
842
|
-
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md
|
843
825
|
- app/pb_kits/playbook/pb_copy_button/docs/example.yml
|
844
826
|
- app/pb_kits/playbook/pb_copy_button/docs/index.js
|
845
827
|
- app/pb_kits/playbook/pb_copy_button/index.js
|
846
|
-
- app/pb_kits/playbook/pb_copy_button/usePBCopy.ts
|
847
828
|
- app/pb_kits/playbook/pb_currency/_currency.scss
|
848
829
|
- app/pb_kits/playbook/pb_currency/_currency.tsx
|
849
830
|
- app/pb_kits/playbook/pb_currency/currency.html.erb
|
@@ -1182,8 +1163,6 @@ files:
|
|
1182
1163
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_status.jsx
|
1183
1164
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_status.md
|
1184
1165
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_status_swift.md
|
1185
|
-
- app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames.html.erb
|
1186
|
-
- app/pb_kits/playbook/pb_dialog/docs/_dialog_turbo_frames_rails.md
|
1187
1166
|
- app/pb_kits/playbook/pb_dialog/docs/example.yml
|
1188
1167
|
- app/pb_kits/playbook/pb_dialog/docs/index.js
|
1189
1168
|
- app/pb_kits/playbook/pb_dialog/index.js
|
@@ -1215,8 +1194,6 @@ files:
|
|
1215
1194
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_colors.md
|
1216
1195
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.jsx
|
1217
1196
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_drop_zones_line.md
|
1218
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.html.erb
|
1219
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_event_listeners.md
|
1220
1197
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.html.erb
|
1221
1198
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx
|
1222
1199
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md
|
@@ -1588,8 +1565,6 @@ files:
|
|
1588
1565
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.html.erb
|
1589
1566
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.jsx
|
1590
1567
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.md
|
1591
|
-
- app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.jsx
|
1592
|
-
- app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.md
|
1593
1568
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
|
1594
1569
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.jsx
|
1595
1570
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.md
|
@@ -1602,7 +1577,6 @@ files:
|
|
1602
1577
|
- app/pb_kits/playbook/pb_gauge/gauge.html.erb
|
1603
1578
|
- app/pb_kits/playbook/pb_gauge/gauge.rb
|
1604
1579
|
- app/pb_kits/playbook/pb_gauge/gauge.test.js
|
1605
|
-
- app/pb_kits/playbook/pb_gauge/gaugeTheme.ts
|
1606
1580
|
- app/pb_kits/playbook/pb_hashtag/_hashtag.scss
|
1607
1581
|
- app/pb_kits/playbook/pb_hashtag/_hashtag.tsx
|
1608
1582
|
- app/pb_kits/playbook/pb_hashtag/docs/_description.md
|
@@ -1861,7 +1835,6 @@ files:
|
|
1861
1835
|
- app/pb_kits/playbook/pb_layout/sidebar.html.erb
|
1862
1836
|
- app/pb_kits/playbook/pb_layout/sidebar.rb
|
1863
1837
|
- app/pb_kits/playbook/pb_layout/subcomponents/_game.tsx
|
1864
|
-
- app/pb_kits/playbook/pb_layout/subcomponents/_participant.tsx
|
1865
1838
|
- app/pb_kits/playbook/pb_layout/subcomponents/_round.tsx
|
1866
1839
|
- app/pb_kits/playbook/pb_legend/_legend.scss
|
1867
1840
|
- app/pb_kits/playbook/pb_legend/_legend.tsx
|
@@ -2220,23 +2193,13 @@ files:
|
|
2220
2193
|
- app/pb_kits/playbook/pb_online_status/online_status.test.js
|
2221
2194
|
- app/pb_kits/playbook/pb_overlay/_overlay.scss
|
2222
2195
|
- app/pb_kits/playbook/pb_overlay/_overlay.tsx
|
2223
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_color.jsx
|
2224
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_color.md
|
2225
2196
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.html.erb
|
2226
2197
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.jsx
|
2227
2198
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.md
|
2228
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.jsx
|
2229
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_background.md
|
2230
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.jsx
|
2231
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_fullscreen_opacity.md
|
2232
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.jsx
|
2233
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_gradient_opacity.md
|
2234
2199
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_hide_scroll_bar.html.erb
|
2235
2200
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_hide_scroll_bar.jsx
|
2236
2201
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_hide_scroll_bar_rails.md
|
2237
2202
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_hide_scroll_bar_react.md
|
2238
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.jsx
|
2239
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md
|
2240
2203
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.html.erb
|
2241
2204
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.jsx
|
2242
2205
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.md
|
@@ -2906,13 +2869,9 @@ files:
|
|
2906
2869
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
2907
2870
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
2908
2871
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
|
2909
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
|
2910
2872
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
|
2911
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
|
2912
2873
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_react.md
|
2913
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.html.erb
|
2914
2874
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.jsx
|
2915
|
-
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_rails.md
|
2916
2875
|
- app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_react.md
|
2917
2876
|
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
|
2918
2877
|
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
|
@@ -3001,8 +2960,6 @@ files:
|
|
3001
2960
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
3002
2961
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|
3003
2962
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
|
3004
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.jsx
|
3005
|
-
- app/pb_kits/playbook/pb_text_input/docs/_text_input_sanitize.md
|
3006
2963
|
- app/pb_kits/playbook/pb_text_input/docs/example.yml
|
3007
2964
|
- app/pb_kits/playbook/pb_text_input/docs/index.js
|
3008
2965
|
- app/pb_kits/playbook/pb_text_input/index.js
|
@@ -3512,11 +3469,11 @@ files:
|
|
3512
3469
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3513
3470
|
- app/pb_kits/playbook/utilities/text.ts
|
3514
3471
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3515
|
-
- dist/chunks/_typeahead-
|
3516
|
-
- dist/chunks/_weekday_stacked
|
3472
|
+
- dist/chunks/_typeahead-HqfDnjRe.js
|
3473
|
+
- dist/chunks/_weekday_stacked--YupDiur.js
|
3517
3474
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3518
|
-
- dist/chunks/lib-
|
3519
|
-
- dist/chunks/pb_form_validation-
|
3475
|
+
- dist/chunks/lib-BGzBzFZX.js
|
3476
|
+
- dist/chunks/pb_form_validation-BvNy9Bd6.js
|
3520
3477
|
- dist/chunks/vendor.js
|
3521
3478
|
- dist/menu.yml
|
3522
3479
|
- dist/playbook-doc.js
|
@@ -1,66 +0,0 @@
|
|
1
|
-
import React from "react"
|
2
|
-
import AdvancedTable from '../../pb_advanced_table/_advanced_table'
|
3
|
-
import MOCK_DATA from "./advanced_table_mock_data.json"
|
4
|
-
|
5
|
-
const AdvancedTableExpandByDepth = (props) => {
|
6
|
-
const columnDefinitions = [
|
7
|
-
{
|
8
|
-
accessor: "year",
|
9
|
-
label: "Year",
|
10
|
-
cellAccessors: ["quarter", "month", "day"],
|
11
|
-
},
|
12
|
-
{
|
13
|
-
accessor: "newEnrollments",
|
14
|
-
label: "New Enrollments",
|
15
|
-
},
|
16
|
-
{
|
17
|
-
accessor: "scheduledMeetings",
|
18
|
-
label: "Scheduled Meetings",
|
19
|
-
},
|
20
|
-
{
|
21
|
-
accessor: "attendanceRate",
|
22
|
-
label: "Attendance Rate",
|
23
|
-
},
|
24
|
-
{
|
25
|
-
accessor: "completedClasses",
|
26
|
-
label: "Completed Classes",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
accessor: "classCompletionRate",
|
30
|
-
label: "Class Completion Rate",
|
31
|
-
},
|
32
|
-
{
|
33
|
-
accessor: "graduatedStudents",
|
34
|
-
label: "Graduated Students",
|
35
|
-
},
|
36
|
-
]
|
37
|
-
|
38
|
-
const expandByDepth = [
|
39
|
-
{
|
40
|
-
depth: 0,
|
41
|
-
label: "Year",
|
42
|
-
},
|
43
|
-
{
|
44
|
-
depth: 1,
|
45
|
-
label: "Quarter",
|
46
|
-
},
|
47
|
-
{
|
48
|
-
depth: 2,
|
49
|
-
label: "Month",
|
50
|
-
}
|
51
|
-
]
|
52
|
-
|
53
|
-
return (
|
54
|
-
<div>
|
55
|
-
<AdvancedTable
|
56
|
-
columnDefinitions={columnDefinitions}
|
57
|
-
expandByDepth={expandByDepth}
|
58
|
-
onExpandByDepthClick={(depth, rows) => {console.log(depth, rows)}}
|
59
|
-
tableData={MOCK_DATA}
|
60
|
-
{...props}
|
61
|
-
/>
|
62
|
-
</div>
|
63
|
-
)
|
64
|
-
}
|
65
|
-
|
66
|
-
export default AdvancedTableExpandByDepth
|
@@ -1,10 +0,0 @@
|
|
1
|
-
The `expandByDepth` prop enables users to expand or collapse table rows by specific levels of nesting. When provided, it renders a dropdown that appears when the toggle icon in the header is clicked.
|
2
|
-
|
3
|
-
`expandByDepth` accepts an array of objects, where each object defines the depth level to target and the label to display in the dropdown. When a user selects an option:
|
4
|
-
|
5
|
-
**Expanding a depth**: Expands all rows at the selected depth AND all parent levels above it (if parent levels were closed), ensuring nested content is visible.
|
6
|
-
|
7
|
-
**Collapsing a depth**: Only collapses rows at the selected depth, keeping parent rows expanded for context.
|
8
|
-
|
9
|
-
If you want to attach further logic to each option click, the **optional** `onExpandByDepthClick` prop can be used. This click event provides 2 arguments that can be hooked into: the depth level of the clicked item AND all flattened table rows. Any additional functionality provided through this onClick will be applied in addition to the default.
|
10
|
-
|
@@ -1,58 +0,0 @@
|
|
1
|
-
import React from "react"
|
2
|
-
import AdvancedTable from '../../pb_advanced_table/_advanced_table'
|
3
|
-
import MOCK_DATA from "./advanced_table_mock_data.json"
|
4
|
-
|
5
|
-
const AdvancedTableStickyColumns = (props) => {
|
6
|
-
const columnDefinitions = [
|
7
|
-
{
|
8
|
-
accessor: "year",
|
9
|
-
label: "Year",
|
10
|
-
id: "year",
|
11
|
-
cellAccessors: ["quarter", "month", "day"],
|
12
|
-
},
|
13
|
-
{
|
14
|
-
accessor: "newEnrollments",
|
15
|
-
label: "New Enrollments",
|
16
|
-
id: "newEnrollments",
|
17
|
-
},
|
18
|
-
{
|
19
|
-
accessor: "scheduledMeetings",
|
20
|
-
label: "Scheduled Meetings",
|
21
|
-
id: "scheduledMeetings",
|
22
|
-
},
|
23
|
-
{
|
24
|
-
accessor: "attendanceRate",
|
25
|
-
label: "Attendance Rate",
|
26
|
-
id: "attendanceRate",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
accessor: "completedClasses",
|
30
|
-
label: "Completed Classes",
|
31
|
-
id: "completedClasses",
|
32
|
-
},
|
33
|
-
{
|
34
|
-
accessor: "classCompletionRate",
|
35
|
-
label: "Class Completion Rate",
|
36
|
-
id: "classCompletionRate",
|
37
|
-
},
|
38
|
-
{
|
39
|
-
accessor: "graduatedStudents",
|
40
|
-
label: "Graduated Students",
|
41
|
-
id: "graduatedStudents",
|
42
|
-
},
|
43
|
-
]
|
44
|
-
|
45
|
-
return (
|
46
|
-
<div>
|
47
|
-
<AdvancedTable
|
48
|
-
columnDefinitions={columnDefinitions}
|
49
|
-
responsive="none"
|
50
|
-
stickyLeftColumn={["year"]}
|
51
|
-
tableData={MOCK_DATA}
|
52
|
-
{...props}
|
53
|
-
/>
|
54
|
-
</div>
|
55
|
-
)
|
56
|
-
}
|
57
|
-
|
58
|
-
export default AdvancedTableStickyColumns
|
@@ -1,6 +0,0 @@
|
|
1
|
-
To render sticky columns for the Advanced Table, you can use the `stickyLeftColumn` prop. This prop expects an array of the column ids you want to be sticky.
|
2
|
-
|
3
|
-
To achieve this:
|
4
|
-
- Make sure to provide an id for each column via columnDefinitions as shown below. Id can be any string.
|
5
|
-
- One or multiple columns can be made sticky, it is recommended to set the ids within `stickyLeftColumn` in the order in which the columns are rendered.
|
6
|
-
- It is recommended to set `responsive` to none when using `stickyLeftColumn` since responsive just makes the first column sticky and the slightly different styling for `responsive` and `stickyLeftColumn` may override each other in unexpected ways.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.jsx
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
import React from "react"
|
2
|
-
import AdvancedTable from '../../pb_advanced_table/_advanced_table'
|
3
|
-
import MOCK_DATA from "./advanced_table_mock_data.json"
|
4
|
-
|
5
|
-
const AdvancedTableStickyColumnsAndHeader = (props) => {
|
6
|
-
const columnDefinitions = [
|
7
|
-
{
|
8
|
-
accessor: "year",
|
9
|
-
label: "Year",
|
10
|
-
id: "year",
|
11
|
-
cellAccessors: ["quarter", "month", "day"],
|
12
|
-
},
|
13
|
-
{
|
14
|
-
accessor: "newEnrollments",
|
15
|
-
label: "New Enrollments",
|
16
|
-
id: "newEnrollments",
|
17
|
-
},
|
18
|
-
{
|
19
|
-
accessor: "scheduledMeetings",
|
20
|
-
label: "Scheduled Meetings",
|
21
|
-
id: "scheduledMeetings",
|
22
|
-
},
|
23
|
-
{
|
24
|
-
accessor: "attendanceRate",
|
25
|
-
label: "Attendance Rate",
|
26
|
-
id: "attendanceRate",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
accessor: "completedClasses",
|
30
|
-
label: "Completed Classes",
|
31
|
-
id: "completedClasses",
|
32
|
-
},
|
33
|
-
{
|
34
|
-
accessor: "classCompletionRate",
|
35
|
-
label: "Class Completion Rate",
|
36
|
-
id: "classCompletionRate",
|
37
|
-
},
|
38
|
-
{
|
39
|
-
accessor: "graduatedStudents",
|
40
|
-
label: "Graduated Students",
|
41
|
-
id: "graduatedStudents",
|
42
|
-
},
|
43
|
-
]
|
44
|
-
|
45
|
-
const tableProps = {
|
46
|
-
sticky: true
|
47
|
-
}
|
48
|
-
|
49
|
-
return (
|
50
|
-
<div>
|
51
|
-
<AdvancedTable
|
52
|
-
columnDefinitions={columnDefinitions}
|
53
|
-
maxHeight="xs"
|
54
|
-
responsive="none"
|
55
|
-
stickyLeftColumn={["year"]}
|
56
|
-
tableData={MOCK_DATA}
|
57
|
-
tableProps={tableProps}
|
58
|
-
{...props}
|
59
|
-
/>
|
60
|
-
</div>
|
61
|
-
)
|
62
|
-
}
|
63
|
-
|
64
|
-
export default AdvancedTableStickyColumnsAndHeader
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
To achieve a sticky header AND sticky columns together, in addition to the `stickyLeftColumn` logic outlined above, you can:
|
2
|
-
|
3
|
-
- Set `sticky: true` via `tableProps`
|
4
|
-
- Give the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop.
|
5
|
-
|
6
|
-
**NOTE**: This behavior requires a `maxHeight` to work. The header is sticky within the table container, allowing for it to work along with the column stickiness.
|
7
|
-
|
8
|
-
Expand the table above to see this in action.
|
@@ -1,55 +0,0 @@
|
|
1
|
-
import React from "react"
|
2
|
-
import AdvancedTable from '../../pb_advanced_table/_advanced_table'
|
3
|
-
import MOCK_DATA from "./advanced_table_mock_data.json"
|
4
|
-
|
5
|
-
const AdvancedTableStickyHeader = (props) => {
|
6
|
-
const columnDefinitions = [
|
7
|
-
{
|
8
|
-
accessor: "year",
|
9
|
-
label: "Year",
|
10
|
-
cellAccessors: ["quarter", "month", "day"],
|
11
|
-
},
|
12
|
-
{
|
13
|
-
accessor: "newEnrollments",
|
14
|
-
label: "New Enrollments",
|
15
|
-
},
|
16
|
-
{
|
17
|
-
accessor: "scheduledMeetings",
|
18
|
-
label: "Scheduled Meetings",
|
19
|
-
},
|
20
|
-
{
|
21
|
-
accessor: "attendanceRate",
|
22
|
-
label: "Attendance Rate",
|
23
|
-
},
|
24
|
-
{
|
25
|
-
accessor: "completedClasses",
|
26
|
-
label: "Completed Classes",
|
27
|
-
},
|
28
|
-
{
|
29
|
-
accessor: "classCompletionRate",
|
30
|
-
label: "Class Completion Rate",
|
31
|
-
},
|
32
|
-
{
|
33
|
-
accessor: "graduatedStudents",
|
34
|
-
label: "Graduated Students",
|
35
|
-
},
|
36
|
-
]
|
37
|
-
|
38
|
-
const tableProps = {
|
39
|
-
sticky: true
|
40
|
-
}
|
41
|
-
|
42
|
-
return (
|
43
|
-
<div>
|
44
|
-
<AdvancedTable
|
45
|
-
columnDefinitions={columnDefinitions}
|
46
|
-
responsive="none"
|
47
|
-
tableData={MOCK_DATA}
|
48
|
-
tableProps={tableProps}
|
49
|
-
{...props}
|
50
|
-
/>
|
51
|
-
</div>
|
52
|
-
)
|
53
|
-
}
|
54
|
-
|
55
|
-
export default AdvancedTableStickyHeader
|
@@ -1,3 +0,0 @@
|
|
1
|
-
The `TableProps` prop can also be used to render a sticky header for the Advanced Table.
|
2
|
-
|
3
|
-
This doc example showcases how to set a sticky header for a nonresponsive table (see the `responsive` prop set to "none"). To achieve sticky header AND responsive functionality, see the "Sticky Header for Responsive Table" doc example below.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_header_rails.html.erb
DELETED
@@ -1,33 +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
|
-
<%= pb_rails("advanced_table", props: { id: "sticky_header_table", table_data: @table_data, column_definitions: column_definitions, responsive: "none", table_props: { sticky: true }}) %>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
The `table_props` prop can also be used to render a sticky header for the Advanced Table.
|
2
|
-
|
3
|
-
This doc example showcases how to set a sticky header for a nonresponsive table (see the `responsive` prop set to "none"). To achieve sticky header AND responsive functionality, see the "[Sticky Header for Responsive Table](https://playbook.powerapp.cloud/kits/advanced_table/react#sticky-header-for-responsive-table)" doc example below.
|
@@ -1,97 +0,0 @@
|
|
1
|
-
@mixin advanced-table-sticky-mixin(
|
2
|
-
$border-color,
|
3
|
-
$bg-main,
|
4
|
-
$bg-secondary,
|
5
|
-
$highlight: $info_subtle
|
6
|
-
) {
|
7
|
-
border-radius: 4px;
|
8
|
-
box-shadow: 1px 0 0 0px $border-color, -1px 0 0 0px $border-color;
|
9
|
-
display: block;
|
10
|
-
[class^="pb_table"].table-sm.table-card thead tr th:first-child,
|
11
|
-
[class^="pb_table"].table-sm:not(.no-hover).table-card
|
12
|
-
tbody
|
13
|
-
tr
|
14
|
-
td:first-child {
|
15
|
-
border-left-width: 0px !important;
|
16
|
-
}
|
17
|
-
[class^="pb_table"].table-sm.table-card thead tr th:last-child,
|
18
|
-
[class^="pb_table"].table-sm:not(.no-hover).table-card
|
19
|
-
tbody
|
20
|
-
tr
|
21
|
-
td:last-child {
|
22
|
-
border-right-width: 0px;
|
23
|
-
}
|
24
|
-
[class^="pb_table"].table-sm.table-card tbody tr:last-child td:first-child,
|
25
|
-
[class^="pb_table"].table-sm.table-card tbody tr:last-child td:last-child {
|
26
|
-
border-radius: 0 0 0 0;
|
27
|
-
}
|
28
|
-
.table-header-cells:first-child,
|
29
|
-
td:first-child,
|
30
|
-
.pb_table_td:first-child,
|
31
|
-
.checkbox-cell.checkbox-cell-header:first-child,
|
32
|
-
.table-header-cells.sticky-left,
|
33
|
-
[class*="pinned-left"] {
|
34
|
-
background-color: $bg-main;
|
35
|
-
box-shadow: $shadow_deep !important;
|
36
|
-
position: sticky !important;
|
37
|
-
left: 0;
|
38
|
-
z-index: 2;
|
39
|
-
}
|
40
|
-
|
41
|
-
.bg-silver {
|
42
|
-
td:first-child,
|
43
|
-
.sticky-left {
|
44
|
-
background-color: $bg-secondary;
|
45
|
-
}
|
46
|
-
}
|
47
|
-
.bg-row-selection {
|
48
|
-
td:first-child,
|
49
|
-
.sticky-left {
|
50
|
-
background-color: $highlight;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.bg-white {
|
55
|
-
td:first-child,
|
56
|
-
.sticky-left {
|
57
|
-
background-color: $bg-main;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
.virtualized-table-row {
|
62
|
-
&.bg-silver td:first-child {
|
63
|
-
background-color: $bg-secondary;
|
64
|
-
}
|
65
|
-
&.bg-white td:first-child {
|
66
|
-
background-color: $bg-main;
|
67
|
-
}
|
68
|
-
&.bg-row-selection td:first-child {
|
69
|
-
background-color: $highlight;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
.row-selection-actions-card {
|
74
|
-
border-right-width: 0px;
|
75
|
-
border-left-width: 0px;
|
76
|
-
position: sticky;
|
77
|
-
top: 0;
|
78
|
-
left: 0;
|
79
|
-
border-radius: unset;
|
80
|
-
}
|
81
|
-
|
82
|
-
.checkbox-cell {
|
83
|
-
display: table-cell !important;
|
84
|
-
}
|
85
|
-
|
86
|
-
.sticky-header {
|
87
|
-
thead {
|
88
|
-
th:first-child {
|
89
|
-
box-shadow: 1px 0 10px -2px $border-color !important;
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
.pb_advanced_table_header {
|
94
|
-
box-shadow: none !important;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import Background from "../../pb_background/_background"
|
3
|
-
import Flex from "../../pb_flex/_flex"
|
4
|
-
import FlexItem from "../../pb_flex/_flex_item"
|
5
|
-
import Title from "../../pb_title/_title"
|
6
|
-
|
7
|
-
const BackgroundOverlay = (props) => {
|
8
|
-
return (
|
9
|
-
<Background
|
10
|
-
alt="colorful background"
|
11
|
-
backgroundColor="category_21"
|
12
|
-
className="background lazyload"
|
13
|
-
imageOverlay="opacity_2"
|
14
|
-
imageUrl="https://unsplash.it/500/400/?image=633"
|
15
|
-
{...props}
|
16
|
-
>
|
17
|
-
<Flex
|
18
|
-
orientation="column"
|
19
|
-
vertical="center"
|
20
|
-
{...props}
|
21
|
-
>
|
22
|
-
<FlexItem>
|
23
|
-
<Title
|
24
|
-
dark
|
25
|
-
padding="lg"
|
26
|
-
size={1}
|
27
|
-
text="Background Kit Image"
|
28
|
-
/>
|
29
|
-
</FlexItem>
|
30
|
-
</Flex>
|
31
|
-
</Background>
|
32
|
-
)
|
33
|
-
}
|
34
|
-
|
35
|
-
export default BackgroundOverlay
|
@@ -1 +0,0 @@
|
|
1
|
-
An overlay can be added to the background image by setting the `imageOverlay` prop and adding a `backgroundColor`. The `imageOverlay` prop can be set to any opacity ranging from `opacity_1` to `opacity_10`.
|