playbook_ui 14.24.0.pre.alpha.testingwithoutlazyload9529 → 14.24.0.pre.rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +1 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +6 -7
  4. data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +1 -4
  5. data/app/pb_kits/playbook/pb_advanced_table/Components/SortIconButton.tsx +25 -24
  6. data/app/pb_kits/playbook/pb_advanced_table/Components/TableActionBar.tsx +10 -10
  7. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +13 -11
  8. data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +4 -7
  9. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +1 -1
  10. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +2 -112
  11. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +7 -13
  12. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +1 -1
  13. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +2 -12
  14. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +0 -90
  15. data/app/pb_kits/playbook/pb_advanced_table/advanced_table_action_bar.js +0 -16
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_header_rails.html.erb +1 -1
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +1 -1
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -7
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +0 -6
  20. data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +11 -4
  21. data/app/pb_kits/playbook/pb_advanced_table/index.js +125 -108
  22. data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +1 -7
  23. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +4 -5
  24. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +4 -10
  25. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -2
  26. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +5 -22
  27. data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb +1 -1
  28. data/app/pb_kits/playbook/pb_checkbox/checkbox.rb +1 -12
  29. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb +1 -1
  30. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md +1 -2
  31. data/app/pb_kits/playbook/pb_checkbox/index.js +26 -218
  32. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -10
  33. data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.rb +0 -2
  34. data/app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml +0 -1
  35. data/app/pb_kits/playbook/pb_date/_date.tsx +3 -5
  36. data/app/pb_kits/playbook/pb_date/date.html.erb +6 -6
  37. data/app/pb_kits/playbook/pb_date/date.rb +0 -2
  38. data/app/pb_kits/playbook/pb_date/docs/example.yml +0 -2
  39. data/app/pb_kits/playbook/pb_date/docs/index.js +0 -1
  40. data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +1 -17
  41. data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +0 -6
  42. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.jsx +0 -1
  43. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_react.md +1 -1
  44. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +2 -3
  45. data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -2
  46. data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +0 -24
  47. data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +1 -11
  48. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +2 -2
  49. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +0 -2
  50. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/index.js +0 -1
  51. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +1 -2
  52. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -1
  53. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +0 -6
  54. data/app/pb_kits/playbook/pb_multi_level_select/_helper_functions.tsx +9 -18
  55. data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +1 -3
  56. data/app/pb_kits/playbook/pb_multi_level_select/docs/index.js +1 -1
  57. data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.rb +0 -3
  58. data/app/pb_kits/playbook/pb_pagination/_pagination.tsx +1 -12
  59. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md +1 -3
  60. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -3
  61. data/app/pb_kits/playbook/pb_pagination/docs/example.yml +0 -1
  62. data/app/pb_kits/playbook/pb_pagination/docs/index.js +0 -1
  63. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +1 -11
  64. data/app/pb_kits/playbook/pb_select/select.rb +2 -4
  65. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +0 -1
  66. data/app/pb_kits/playbook/pb_table/styles/_vertical_border.scss +1 -49
  67. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.scss +0 -0
  68. data/app/pb_kits/playbook/pb_walkthrough/_walkthrough.tsx +202 -0
  69. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx +69 -0
  70. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx +71 -0
  71. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx +110 -0
  72. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx +76 -0
  73. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx +76 -0
  74. data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx +76 -0
  75. data/app/pb_kits/playbook/pb_walkthrough/docs/example.yml +10 -0
  76. data/app/pb_kits/playbook/pb_walkthrough/docs/index.js +6 -0
  77. data/app/pb_kits/playbook/pb_walkthrough/walkthrough.test.jsx +34 -0
  78. data/dist/chunks/{_line_graph-qk_BN_J0.js → _line_graph-BfCo79KE.js} +1 -1
  79. data/dist/chunks/{_typeahead-ZLTFtAoW.js → _typeahead-Db4YQA5c.js} +2 -2
  80. data/dist/chunks/_weekday_stacked-DhFTG-Jt.js +61 -0
  81. data/dist/chunks/lazysizes-B7xYodB-.js +1 -0
  82. data/dist/chunks/{lib-CY5ZPzic.js → lib-DnQyMxO1.js} +2 -2
  83. data/dist/chunks/{pb_form_validation-D3b0JKHH.js → pb_form_validation-kl-4Jv4t.js} +1 -1
  84. data/dist/chunks/vendor.js +1 -1
  85. data/dist/menu.yml +11 -4
  86. data/dist/playbook-doc.js +2 -2
  87. data/dist/playbook-rails-react-bindings.js +1 -1
  88. data/dist/playbook-rails.js +1 -1
  89. data/dist/playbook.css +1 -1
  90. data/lib/playbook/version.rb +2 -2
  91. metadata +19 -36
  92. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.html.erb +0 -43
  93. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx +0 -64
  94. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +0 -60
  95. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +0 -3
  96. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.jsx +0 -57
  97. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.md +0 -1
  98. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.jsx +0 -55
  99. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.md +0 -6
  100. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.jsx +0 -80
  101. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.md +0 -1
  102. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.jsx +0 -107
  103. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.md +0 -1
  104. data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_input_options.html.erb +0 -24
  105. data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_input_options.md +0 -3
  106. data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.html.erb +0 -4
  107. data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.jsx +0 -17
  108. data/app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.md +0 -1
  109. data/app/pb_kits/playbook/pb_dropdown/_dropdown_mixin.scss +0 -36
  110. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options.jsx +0 -90
  111. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +0 -4
  112. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.html.erb +0 -22
  113. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.jsx +0 -43
  114. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.md +0 -1
  115. data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.html.erb +0 -75
  116. data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.jsx +0 -94
  117. data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.md +0 -3
  118. data/app/pb_kits/playbook/pb_pagination/_pagination.test.jsx +0 -212
  119. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control.jsx +0 -112
  120. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control_react.md +0 -3
  121. data/dist/chunks/_weekday_stacked-rU5SIBAO.js +0 -37
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "14.24.0"
5
- VERSION = "14.24.0.pre.alpha.testingwithoutlazyload9529"
4
+ PREVIOUS_VERSION = "14.23.0"
5
+ VERSION = "14.24.0.pre.rc.0"
6
6
  end
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.24.0.pre.alpha.testingwithoutlazyload9529
4
+ version: 14.24.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-08-12 00:00:00.000000000 Z
12
+ date: 2025-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -308,8 +308,6 @@ files:
308
308
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.html.erb
309
309
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.jsx
310
310
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.md
311
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.html.erb
312
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_vertical_border.jsx
313
311
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx
314
312
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md
315
313
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx
@@ -352,10 +350,6 @@ files:
352
350
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading_react.md
353
351
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_no_subrows.html.erb
354
352
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_no_subrows.jsx
355
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx
356
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md
357
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.jsx
358
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.md
359
353
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.jsx
360
354
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
361
355
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx
@@ -391,10 +385,6 @@ files:
391
385
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.md
392
386
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.jsx
393
387
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.md
394
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.jsx
395
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.md
396
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.jsx
397
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.md
398
388
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.jsx
399
389
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns.md
400
390
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.jsx
@@ -417,8 +407,6 @@ files:
417
407
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md
418
408
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.jsx
419
409
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.md
420
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.jsx
421
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.md
422
410
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb
423
411
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md
424
412
  - app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
@@ -816,8 +804,6 @@ files:
816
804
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_click.jsx
817
805
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.html.erb
818
806
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.jsx
819
- - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_input_options.html.erb
820
- - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_input_options.md
821
807
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.html.erb
822
808
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.jsx
823
809
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.md
@@ -988,9 +974,6 @@ files:
988
974
  - app/pb_kits/playbook/pb_date/docs/_date_variants.html.erb
989
975
  - app/pb_kits/playbook/pb_date/docs/_date_variants.jsx
990
976
  - app/pb_kits/playbook/pb_date/docs/_date_variants_swift.md
991
- - app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.html.erb
992
- - app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.jsx
993
- - app/pb_kits/playbook/pb_date/docs/_date_with_show_current_year.md
994
977
  - app/pb_kits/playbook/pb_date/docs/_description.md
995
978
  - app/pb_kits/playbook/pb_date/docs/example.yml
996
979
  - app/pb_kits/playbook/pb_date/docs/index.js
@@ -1367,7 +1350,6 @@ files:
1367
1350
  - app/pb_kits/playbook/pb_drawer/index.js
1368
1351
  - app/pb_kits/playbook/pb_dropdown/_dropdown.scss
1369
1352
  - app/pb_kits/playbook/pb_dropdown/_dropdown.tsx
1370
- - app/pb_kits/playbook/pb_dropdown/_dropdown_mixin.scss
1371
1353
  - app/pb_kits/playbook/pb_dropdown/context/index.tsx
1372
1354
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.html.erb
1373
1355
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.jsx
@@ -1411,8 +1393,6 @@ files:
1411
1393
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.html.erb
1412
1394
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.jsx
1413
1395
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.md
1414
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options.jsx
1415
- - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md
1416
1396
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx
1417
1397
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md
1418
1398
  - app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb
@@ -1579,9 +1559,6 @@ files:
1579
1559
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx
1580
1560
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.md
1581
1561
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line_swift.md
1582
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.html.erb
1583
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.jsx
1584
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_no_icon.md
1585
1562
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.html.erb
1586
1563
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.jsx
1587
1564
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions_swift.md
@@ -2205,9 +2182,6 @@ files:
2205
2182
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids.md
2206
2183
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.jsx
2207
2184
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.md
2208
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.html.erb
2209
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.jsx
2210
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.md
2211
2185
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.html.erb
2212
2186
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.jsx
2213
2187
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.md
@@ -2397,14 +2371,11 @@ files:
2397
2371
  - app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_percentage.tsx
2398
2372
  - app/pb_kits/playbook/pb_overlay/subcomponents/_overlay_token.tsx
2399
2373
  - app/pb_kits/playbook/pb_pagination/_pagination.scss
2400
- - app/pb_kits/playbook/pb_pagination/_pagination.test.jsx
2401
2374
  - app/pb_kits/playbook/pb_pagination/_pagination.tsx
2402
2375
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
2403
2376
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
2404
2377
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
2405
2378
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
2406
- - app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control.jsx
2407
- - app/pb_kits/playbook/pb_pagination/docs/_pagination_external_control_react.md
2408
2379
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
2409
2380
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
2410
2381
  - app/pb_kits/playbook/pb_pagination/docs/data.js
@@ -3540,6 +3511,17 @@ files:
3540
3511
  - app/pb_kits/playbook/pb_user_badge/user_badge.html.erb
3541
3512
  - app/pb_kits/playbook/pb_user_badge/user_badge.rb
3542
3513
  - app/pb_kits/playbook/pb_user_badge/user_badge.test.js
3514
+ - app/pb_kits/playbook/pb_walkthrough/_walkthrough.scss
3515
+ - app/pb_kits/playbook/pb_walkthrough/_walkthrough.tsx
3516
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx
3517
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx
3518
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx
3519
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx
3520
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx
3521
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx
3522
+ - app/pb_kits/playbook/pb_walkthrough/docs/example.yml
3523
+ - app/pb_kits/playbook/pb_walkthrough/docs/index.js
3524
+ - app/pb_kits/playbook/pb_walkthrough/walkthrough.test.jsx
3543
3525
  - app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.scss
3544
3526
  - app/pb_kits/playbook/pb_weekday_stacked/_weekday_stacked.tsx
3545
3527
  - app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_compact.html.erb
@@ -3647,11 +3629,12 @@ files:
3647
3629
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3648
3630
  - app/pb_kits/playbook/utilities/text.ts
3649
3631
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3650
- - dist/chunks/_line_graph-qk_BN_J0.js
3651
- - dist/chunks/_typeahead-ZLTFtAoW.js
3652
- - dist/chunks/_weekday_stacked-rU5SIBAO.js
3653
- - dist/chunks/lib-CY5ZPzic.js
3654
- - dist/chunks/pb_form_validation-D3b0JKHH.js
3632
+ - dist/chunks/_line_graph-BfCo79KE.js
3633
+ - dist/chunks/_typeahead-Db4YQA5c.js
3634
+ - dist/chunks/_weekday_stacked-DhFTG-Jt.js
3635
+ - dist/chunks/lazysizes-B7xYodB-.js
3636
+ - dist/chunks/lib-DnQyMxO1.js
3637
+ - dist/chunks/pb_form_validation-kl-4Jv4t.js
3655
3638
  - dist/chunks/vendor.js
3656
3639
  - dist/menu.yml
3657
3640
  - dist/playbook-doc.js
@@ -1,43 +0,0 @@
1
- <% column_definitions = [
2
- {
3
- accessor: "year",
4
- label: "Year",
5
- cellAccessors: ["quarter", "month", "day"],
6
- },
7
- {
8
- label: "Enrollment Data",
9
- columns: [
10
- {
11
- accessor: "newEnrollments",
12
- label: "New Enrollments",
13
- },
14
- {
15
- accessor: "scheduledMeetings",
16
- label: "Scheduled Meetings",
17
- },
18
- ],
19
- },
20
- {
21
- label: "Performance Data",
22
- columns: [
23
- {
24
- accessor: "attendanceRate",
25
- label: "Attendance Rate",
26
- },
27
- {
28
- accessor: "completedClasses",
29
- label: "Completed Classes",
30
- },
31
- {
32
- accessor: "classCompletionRate",
33
- label: "Class Completion Rate",
34
- },
35
- {
36
- accessor: "graduatedStudents",
37
- label: "Graduated Students",
38
- },
39
- ],
40
- },
41
- ] %>
42
-
43
- <%= pb_rails("advanced_table", props: { id: "table_multi_headers_vertical_borders", table_data: @table_data, column_definitions: column_definitions, table_props: { vertical_border: true } }) %>
@@ -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 AdvancedTableColumnHeadersVerticalBorder = (props) => {
6
- const columnDefinitions = [
7
- {
8
- accessor: "year",
9
- label: "Year",
10
- cellAccessors: ["quarter", "month", "day"],
11
- },
12
- {
13
- label: "Enrollment Data",
14
- columns: [
15
- {
16
- accessor: "newEnrollments",
17
- label: "New Enrollments",
18
- },
19
- {
20
- accessor: "scheduledMeetings",
21
- label: "Scheduled Meetings",
22
- },
23
- ],
24
- },
25
- {
26
- label: "Performance Data",
27
- columns: [
28
- {
29
- accessor: "attendanceRate",
30
- label: "Attendance Rate",
31
- },
32
- {
33
- accessor: "completedClasses",
34
- label: "Completed Classes",
35
- },
36
- {
37
- accessor: "classCompletionRate",
38
- label: "Class Completion Rate",
39
- },
40
- {
41
- accessor: "graduatedStudents",
42
- label: "Graduated Students",
43
- },
44
- ],
45
- },
46
- ];
47
-
48
- const tableProps = {
49
- verticalBorder: true
50
- }
51
-
52
- return (
53
- <>
54
- <AdvancedTable
55
- columnDefinitions={columnDefinitions}
56
- tableData={MOCK_DATA}
57
- tableProps={tableProps}
58
- {...props}
59
- />
60
- </>
61
- )
62
- }
63
-
64
- export default AdvancedTableColumnHeadersVerticalBorder
@@ -1,60 +0,0 @@
1
- import React from "react"
2
- import AdvancedTable from '../_advanced_table'
3
- import Background from '../../pb_background/_background'
4
- import MOCK_DATA from "./advanced_table_mock_data_with_id.json"
5
-
6
- const AdvancedTablePaddingControl = (props) => {
7
- const columnDefinitions = [
8
- {
9
- accessor: "year",
10
- label: "Year",
11
- cellAccessors: ["quarter", "month", "day"],
12
- },
13
- {
14
- accessor: "newEnrollments",
15
- label: "New Enrollments",
16
- columnStyling:{cellPadding: "none"},
17
- customRenderer: (row, value) => (
18
- <Background
19
- backgroundColor={row.original.newEnrollments > 20 ? "success_secondary" : "warning_secondary"}
20
- padding="xs"
21
- >
22
- {value}
23
- </Background>
24
- ),
25
-
26
- },
27
- {
28
- accessor: "scheduledMeetings",
29
- label: "Scheduled Meetings",
30
- },
31
- {
32
- accessor: "attendanceRate",
33
- label: "Attendance Rate",
34
- },
35
- {
36
- accessor: "completedClasses",
37
- label: "Completed Classes",
38
- },
39
- {
40
- accessor: "classCompletionRate",
41
- label: "Class Completion Rate",
42
- },
43
- {
44
- accessor: "graduatedStudents",
45
- label: "Graduated Students",
46
- },
47
- ]
48
-
49
- return (
50
- <div>
51
- <AdvancedTable
52
- columnDefinitions={columnDefinitions}
53
- tableData={MOCK_DATA}
54
- {...props}
55
- />
56
- </div>
57
- )
58
- }
59
-
60
- export default AdvancedTablePaddingControl
@@ -1,3 +0,0 @@
1
- `columnStyling` can also be used to control padding on all cells in a given column via the use of the `cellPadding` key/value pair. `cellPadding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
2
-
3
- This control can be used in conjunction with the `customRenderer` item within each columnDefinition to achieve custom background colors for individual cells as seen here.
@@ -1,57 +0,0 @@
1
- import React from "react"
2
- import AdvancedTable from '../_advanced_table'
3
- import MOCK_DATA from "./advanced_table_mock_data_with_id.json"
4
-
5
- const AdvancedTablePaddingControlPerRow = (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 rowStyling = [
39
- {
40
- rowId: "1",
41
- cellPadding:"md"
42
- },
43
- ];
44
-
45
- return (
46
- <div>
47
- <AdvancedTable
48
- columnDefinitions={columnDefinitions}
49
- rowStyling={rowStyling}
50
- tableData={MOCK_DATA}
51
- {...props}
52
- />
53
- </div>
54
- )
55
- }
56
-
57
- export default AdvancedTablePaddingControlPerRow
@@ -1 +0,0 @@
1
- `rowStyling` can also be used to control padding on all cells in a given row via the use of the `cellPadding` key/value pair as shown here. `cellPadding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
@@ -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 AdvancedTableSortPerColumn = (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
- enableSort: true,
16
- },
17
- {
18
- accessor: "scheduledMeetings",
19
- label: "Scheduled Meetings",
20
- },
21
- {
22
- accessor: "attendanceRate",
23
- label: "Attendance Rate",
24
- enableSort: true,
25
- },
26
- {
27
- accessor: "completedClasses",
28
- label: "Completed Classes",
29
- },
30
- {
31
- accessor: "classCompletionRate",
32
- label: "Class Completion Rate",
33
- },
34
- {
35
- accessor: "graduatedStudents",
36
- label: "Graduated Students",
37
- },
38
- ]
39
-
40
- return (
41
- <div>
42
- <AdvancedTable
43
- columnDefinitions={columnDefinitions}
44
- enableSortingRemoval
45
- tableData={MOCK_DATA}
46
- {...props}
47
- >
48
- <AdvancedTable.Header />
49
- <AdvancedTable.Body />
50
- </AdvancedTable>
51
- </div>
52
- )
53
- }
54
-
55
- export default AdvancedTableSortPerColumn;
@@ -1,6 +0,0 @@
1
- Sorting can now be enabled on any of the columns. To do this, add `enableSort:true` to the columnDefinition of the column you want sorting enabled on. Once enabled, clicking on the header will toggle sort between ascending and descending.
2
-
3
- The optional `enableSortingRemoval` prop can also be used in conjunction with sorting functionality. This prop is set to 'false' by default but if set to 'true' sorting order will circle like: 'none' -> 'desc' -> 'asc' -> 'none' -> ...
4
- It is recommended that `enableSortingRemoval` be set to 'true' when sort is enabled on mutiple columns so that sorting direction is always clear via the sort icon.
5
-
6
- __NOTE:__ For sort on the first column, continue to use the separate `enableSorting` prop on AdvancedTable.Header as [shown here](https://playbook.powerapp.cloud/kits/advanced_table/sorting/react#enable-sorting).
@@ -1,80 +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 AdvancedTableSortPerColumnForMultiColumn = (props) => {
6
- const columnDefinitions = [
7
- {
8
- accessor: "year",
9
- label: "Year",
10
- cellAccessors: ["quarter", "month", "day"],
11
- },
12
- {
13
- label: "Enrollment Data",
14
- columns: [
15
- {
16
- label: "Enrollment Stats",
17
- columns: [
18
- {
19
- accessor: "newEnrollments",
20
- label: "New Enrollments",
21
- enableSort: true,
22
- },
23
- {
24
- accessor: "scheduledMeetings",
25
- label: "Scheduled Meetings",
26
- },
27
- ],
28
- },
29
- ],
30
- },
31
- {
32
- label: "Performance Data",
33
- columns: [
34
- {
35
- label: "Completion Metrics",
36
- columns: [
37
- {
38
- accessor: "completedClasses",
39
- label: "Completed Classes",
40
- enableSort: true,
41
- },
42
- {
43
- accessor: "classCompletionRate",
44
- label: "Class Completion Rate",
45
- },
46
- ],
47
- },
48
- {
49
- label: "Attendance",
50
- columns: [
51
- {
52
- accessor: "attendanceRate",
53
- label: "Attendance Rate",
54
- },
55
- {
56
- accessor: "scheduledMeetings",
57
- label: "Scheduled Meetings",
58
- },
59
- ],
60
- },
61
- ],
62
- },
63
- ];
64
-
65
- return (
66
- <div>
67
- <AdvancedTable
68
- columnDefinitions={columnDefinitions}
69
- enableSortingRemoval
70
- tableData={MOCK_DATA}
71
- {...props}
72
- >
73
- <AdvancedTable.Header enableSorting />
74
- <AdvancedTable.Body />
75
- </AdvancedTable>
76
- </div>
77
- )
78
- }
79
-
80
- export default AdvancedTableSortPerColumnForMultiColumn;
@@ -1 +0,0 @@
1
- Sorting on columns can also be applied to columns when using the multi-header variant, however in this case sorting can only be set on leaf columns NOT on parent columns.
@@ -1,107 +0,0 @@
1
- import React from "react"
2
- import AdvancedTable from '../../pb_advanced_table/_advanced_table'
3
- import Icon from "../../pb_icon/_icon"
4
- import Flex from "../../pb_flex/_flex"
5
- import Caption from "../../pb_caption/_caption"
6
- import Tooltip from "../../pb_tooltip/_tooltip"
7
- import MOCK_DATA from "./advanced_table_mock_data.json"
8
-
9
- const AdvancedTableWithCustomHeaderMultiHeader = (props) => {
10
-
11
- const columnDefinitions = [
12
- {
13
- accessor: "year",
14
- label: "Year",
15
- id: "year",
16
- cellAccessors: ["quarter", "month", "day"],
17
- },
18
- {
19
- label: "Enrollment Data",
20
- id: "enrollmentData",
21
- header: () => (
22
- <Flex alignItems="center"
23
- justifyContent="center"
24
- >
25
- <Caption marginRight="xs">Enrollments Data</Caption>
26
- <Tooltip placement="top"
27
- text="Whoa. I'm a Tooltip"
28
- zIndex={10}
29
- >
30
- <Icon cursor="pointer"
31
- icon="info"
32
- size="xs"
33
- />
34
- </Tooltip>
35
- </Flex>
36
- ),
37
- columns: [
38
- {
39
- label: "Enrollment Stats",
40
- id: "enrollmentStats",
41
- columns: [
42
- {
43
- accessor: "newEnrollments",
44
- id: "newEnrollments",
45
- label: "New Enrollments",
46
- },
47
- {
48
- accessor: "scheduledMeetings",
49
- id: "scheduledMeetings",
50
- label: "Scheduled Meetings",
51
- },
52
- ],
53
- },
54
- ],
55
- },
56
- {
57
- label: "Performance Data",
58
- id: "performanceData",
59
- columns: [
60
- {
61
- label: "Completion Metrics",
62
- id: "completionMetrics",
63
- columns: [
64
- {
65
- accessor: "completedClasses",
66
- label: "Completed Classes",
67
- id: "completedClasses",
68
- },
69
- {
70
- accessor: "classCompletionRate",
71
- label: "Class Completion Rate",
72
- id: "classCompletionRate",
73
- },
74
- ],
75
- },
76
- {
77
- label: "Attendance",
78
- id: "attendance",
79
- columns: [
80
- {
81
- accessor: "attendanceRate",
82
- label: "Attendance Rate",
83
- id: "attendanceRate",
84
- },
85
- {
86
- accessor: "scheduledMeetings",
87
- label: "Scheduled Meetings",
88
- id: "scheduledMeetings",
89
- },
90
- ],
91
- },
92
- ],
93
- },
94
- ];
95
-
96
- return (
97
- <div>
98
- <AdvancedTable
99
- columnDefinitions={columnDefinitions}
100
- tableData={MOCK_DATA}
101
- {...props}
102
- />
103
- </div>
104
- )
105
- }
106
-
107
- export default AdvancedTableWithCustomHeaderMultiHeader;
@@ -1 +0,0 @@
1
- The optional `header` key/value pair within `columnDefinitions` can also be used with multi headers as seen here.