playbook_ui 14.10.0.pre.rc.12 → 14.10.0.pre.rc.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +9 -4
  3. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.tsx +2 -2
  4. data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleMain.tsx +2 -2
  5. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
  6. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
  7. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
  8. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
  9. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
  10. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
  15. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  16. data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
  17. data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
  18. data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
  19. data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
  20. data/dist/chunks/{_typeahead-4sdDeM4X.js → _typeahead-DCXvj_rm.js} +3 -3
  21. data/dist/chunks/_weekday_stacked-FHf01JZY.js +45 -0
  22. data/dist/chunks/{lib-CVPInSs5.js → lib-BBLdPbau.js} +3 -3
  23. data/dist/chunks/{pb_form_validation-CDLJ5eAG.js → pb_form_validation-CbtUE6Nr.js} +1 -1
  24. data/dist/chunks/vendor.js +1 -1
  25. data/dist/playbook-doc.js +1 -1
  26. data/dist/playbook-rails-react-bindings.js +1 -1
  27. data/dist/playbook-rails.js +1 -1
  28. data/dist/playbook.css +1 -1
  29. data/lib/playbook/version.rb +1 -1
  30. metadata +17 -6
  31. 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.10.0.pre.rc.12"
5
+ VERSION = "14.10.0.pre.rc.13"
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.10.0.pre.rc.12
4
+ version: 14.10.0.pre.rc.13
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-10 00:00:00.000000000 Z
12
+ date: 2024-12-12 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-DCXvj_rm.js
3205
+ - dist/chunks/_weekday_stacked-FHf01JZY.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-BBLdPbau.js
3208
+ - dist/chunks/pb_form_validation-CbtUE6Nr.js
3198
3209
  - dist/chunks/vendor.js
3199
3210
  - dist/menu.yml
3200
3211
  - dist/playbook-doc.js