playbook_ui 14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5646 → 14.12.0.pre.alpha.play1828updateviteversion5680

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 (30) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +13 -8
  3. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +1 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb +38 -0
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  6. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +15 -3
  7. data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +11 -11
  8. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +12 -3
  9. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
  10. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +7 -1
  11. data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.html.erb +1 -1
  12. data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb +9 -0
  13. data/app/pb_kits/playbook/pb_card/card.html.erb +21 -2
  14. data/app/pb_kits/playbook/pb_card/card.rb +7 -0
  15. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.html.erb +1 -3
  16. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.md +7 -0
  17. data/app/pb_kits/playbook/pb_lightbox/lightbox.scss +5 -5
  18. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +12 -8
  19. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb +52 -0
  20. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md +0 -0
  21. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb +52 -0
  22. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +3 -0
  23. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb +80 -0
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +1 -0
  25. data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
  26. data/app/pb_kits/playbook/pb_table/table_row.rb +1 -1
  27. data/dist/playbook-doc.js +1 -1
  28. data/dist/playbook.css +1 -1
  29. data/lib/playbook/version.rb +1 -1
  30. metadata +9 -2
@@ -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.play1828updateviteversion5680"
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.play1828updateviteversion5680
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