playbook_ui 14.9.0.pre.alpha.play1703errorstatealignment4889 → 14.9.0.pre.alpha.play1742globalheightfixes4925

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +53 -49
  3. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
  4. data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +9 -4
  5. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.tsx +2 -2
  6. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleMain.tsx +2 -2
  7. data/app/pb_kits/playbook/pb_drawer/_drawer.tsx +2 -2
  8. data/app/pb_kits/playbook/pb_form_group/_form_group.scss +3 -15
  9. data/app/pb_kits/playbook/pb_layout/_layout.tsx +30 -11
  10. data/app/pb_kits/playbook/pb_link/_link.scss +3 -3
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
  18. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
  19. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
  20. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
  21. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  22. data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
  23. data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
  24. data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
  25. data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
  26. data/dist/chunks/{_typeahead-4sdDeM4X.js → _typeahead-D-DFD48D.js} +3 -3
  27. data/dist/chunks/_weekday_stacked-CCO9Egzl.js +45 -0
  28. data/dist/chunks/{lib-CVPInSs5.js → lib-CuCy3_xO.js} +3 -3
  29. data/dist/chunks/{pb_form_validation-CDLJ5eAG.js → pb_form_validation-D37k10a0.js} +1 -1
  30. data/dist/chunks/vendor.js +1 -1
  31. data/dist/menu.yml +1 -1
  32. data/dist/playbook-doc.js +1 -1
  33. data/dist/playbook-rails-react-bindings.js +1 -1
  34. data/dist/playbook-rails.js +1 -1
  35. data/dist/playbook.css +1 -1
  36. data/lib/playbook/version.rb +1 -1
  37. metadata +17 -6
  38. data/dist/chunks/_weekday_stacked-CblTZ9cd.js +0 -45
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.9.0"
5
- VERSION = "14.9.0.pre.alpha.play1703errorstatealignment4889"
5
+ VERSION = "14.9.0.pre.alpha.play1742globalheightfixes4925"
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.9.0.pre.alpha.play1703errorstatealignment4889
4
+ version: 14.9.0.pre.alpha.play1742globalheightfixes4925
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: 2024-12-11 00:00:00.000000000 Z
12
+ date: 2024-12-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2633,6 +2633,16 @@ files:
2633
2633
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
2634
2634
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
2635
2635
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
2636
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
2637
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
2638
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
2639
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
2640
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
2641
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
2642
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
2643
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
2644
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
2645
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
2636
2646
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
2637
2647
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
2638
2648
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -2645,6 +2655,7 @@ files:
2645
2655
  - app/pb_kits/playbook/pb_table/index.ts
2646
2656
  - app/pb_kits/playbook/pb_table/styles/_alignment.scss
2647
2657
  - app/pb_kits/playbook/pb_table/styles/_all.scss
2658
+ - app/pb_kits/playbook/pb_table/styles/_collapsible.scss
2648
2659
  - app/pb_kits/playbook/pb_table/styles/_content.scss
2649
2660
  - app/pb_kits/playbook/pb_table/styles/_desktop_collapse.scss
2650
2661
  - app/pb_kits/playbook/pb_table/styles/_headers.scss
@@ -3190,11 +3201,11 @@ files:
3190
3201
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3191
3202
  - app/pb_kits/playbook/utilities/text.ts
3192
3203
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3193
- - dist/chunks/_typeahead-4sdDeM4X.js
3194
- - dist/chunks/_weekday_stacked-CblTZ9cd.js
3204
+ - dist/chunks/_typeahead-D-DFD48D.js
3205
+ - dist/chunks/_weekday_stacked-CCO9Egzl.js
3195
3206
  - dist/chunks/lazysizes-B7xYodB-.js
3196
- - dist/chunks/lib-CVPInSs5.js
3197
- - dist/chunks/pb_form_validation-CDLJ5eAG.js
3207
+ - dist/chunks/lib-CuCy3_xO.js
3208
+ - dist/chunks/pb_form_validation-D37k10a0.js
3198
3209
  - dist/chunks/vendor.js
3199
3210
  - dist/menu.yml
3200
3211
  - dist/playbook-doc.js