playbook_ui 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 → 14.12.0.pre.alpha.advancedtablealignmentfixes5693

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +2 -2
  4. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +13 -8
  5. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +1 -1
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb +38 -0
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  8. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +15 -3
  9. data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +11 -11
  10. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +12 -3
  11. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
  12. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +7 -1
  13. data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.html.erb +1 -1
  14. data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb +9 -0
  15. data/app/pb_kits/playbook/pb_card/card.html.erb +21 -2
  16. data/app/pb_kits/playbook/pb_card/card.rb +7 -0
  17. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.html.erb +1 -3
  18. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.md +7 -0
  19. data/app/pb_kits/playbook/pb_lightbox/lightbox.scss +5 -5
  20. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +12 -8
  21. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb +52 -0
  22. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md +0 -0
  23. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb +52 -0
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +3 -0
  25. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb +80 -0
  26. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +1 -0
  27. data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
  28. data/app/pb_kits/playbook/pb_table/table_row.rb +1 -1
  29. data/dist/chunks/_weekday_stacked-N1NVUtQO.js +45 -0
  30. data/dist/chunks/vendor.js +1 -1
  31. data/dist/playbook-doc.js +1 -1
  32. data/dist/playbook.css +1 -1
  33. data/lib/playbook/version.rb +1 -1
  34. metadata +10 -3
  35. data/dist/chunks/_weekday_stacked-zyBCd1s8.js +0 -45
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.12.0"
5
- VERSION = "14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646"
5
+ VERSION = "14.12.0.pre.alpha.advancedtablealignmentfixes5693"
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.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646
4
+ version: 14.12.0.pre.alpha.advancedtablealignmentfixes5693
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-01-27 00:00:00.000000000 Z
12
+ date: 2025-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -307,6 +307,7 @@ files:
307
307
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
308
308
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx
309
309
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md
310
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb
310
311
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.jsx
311
312
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.md
312
313
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows.jsx
@@ -2720,10 +2721,16 @@ files:
2720
2721
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
2721
2722
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
2722
2723
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
2724
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb
2725
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md
2723
2726
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
2724
2727
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
2728
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb
2729
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md
2725
2730
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
2726
2731
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
2732
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
2733
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
2727
2734
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
2728
2735
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
2729
2736
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -3293,7 +3300,7 @@ files:
3293
3300
  - app/pb_kits/playbook/utilities/text.ts
3294
3301
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3295
3302
  - dist/chunks/_typeahead-BWwaAo_0.js
3296
- - dist/chunks/_weekday_stacked-zyBCd1s8.js
3303
+ - dist/chunks/_weekday_stacked-N1NVUtQO.js
3297
3304
  - dist/chunks/lazysizes-B7xYodB-.js
3298
3305
  - dist/chunks/lib-kMuhBuU7.js
3299
3306
  - dist/chunks/pb_form_validation-DBJ0wZuS.js