playbook_ui 14.9.0.pre.alpha.PLAY1731inputmasking4868 → 14.9.0.pre.alpha.PLAY1731inputmasking4927

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) 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_link/_link.scss +3 -3
  8. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +95 -0
  9. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
  10. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
  18. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
  19. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  20. data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
  21. data/app/pb_kits/playbook/pb_table/index.ts +100 -26
  22. data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
  23. data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
  24. data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
  25. data/app/pb_kits/playbook/pb_table/table.html.erb +1 -1
  26. data/app/pb_kits/playbook/pb_table/table.rb +17 -2
  27. data/app/pb_kits/playbook/pb_text_input/inputMask.ts +1 -1
  28. data/dist/chunks/_typeahead-l1kq1p9m.js +22 -0
  29. data/dist/chunks/_weekday_stacked-B28kYXl9.js +45 -0
  30. data/dist/chunks/{lib-SyD3buPZ.js → lib-CuCy3_xO.js} +3 -3
  31. data/dist/chunks/{pb_form_validation-Dt8UJgrJ.js → pb_form_validation-D37k10a0.js} +1 -1
  32. data/dist/chunks/vendor.js +1 -1
  33. data/dist/menu.yml +1 -1
  34. data/dist/playbook-doc.js +1 -1
  35. data/dist/playbook-rails-react-bindings.js +1 -1
  36. data/dist/playbook-rails.js +1 -1
  37. data/dist/playbook.css +1 -1
  38. data/lib/playbook/version.rb +1 -1
  39. metadata +18 -6
  40. data/dist/chunks/_typeahead-Cx7J1O_I.js +0 -22
  41. data/dist/chunks/_weekday_stacked-Z6CSak-K.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.PLAY1731inputmasking4868"
5
+ VERSION = "14.9.0.pre.alpha.PLAY1731inputmasking4927"
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.PLAY1731inputmasking4868
4
+ version: 14.9.0.pre.alpha.PLAY1731inputmasking4927
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-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2617,6 +2617,7 @@ files:
2617
2617
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
2618
2618
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
2619
2619
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.md
2620
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
2620
2621
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
2621
2622
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
2622
2623
  - app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
@@ -2632,6 +2633,16 @@ files:
2632
2633
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
2633
2634
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
2634
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
2635
2646
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
2636
2647
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
2637
2648
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -2644,6 +2655,7 @@ files:
2644
2655
  - app/pb_kits/playbook/pb_table/index.ts
2645
2656
  - app/pb_kits/playbook/pb_table/styles/_alignment.scss
2646
2657
  - app/pb_kits/playbook/pb_table/styles/_all.scss
2658
+ - app/pb_kits/playbook/pb_table/styles/_collapsible.scss
2647
2659
  - app/pb_kits/playbook/pb_table/styles/_content.scss
2648
2660
  - app/pb_kits/playbook/pb_table/styles/_desktop_collapse.scss
2649
2661
  - app/pb_kits/playbook/pb_table/styles/_headers.scss
@@ -3191,11 +3203,11 @@ files:
3191
3203
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3192
3204
  - app/pb_kits/playbook/utilities/text.ts
3193
3205
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3194
- - dist/chunks/_typeahead-Cx7J1O_I.js
3195
- - dist/chunks/_weekday_stacked-Z6CSak-K.js
3206
+ - dist/chunks/_typeahead-l1kq1p9m.js
3207
+ - dist/chunks/_weekday_stacked-B28kYXl9.js
3196
3208
  - dist/chunks/lazysizes-B7xYodB-.js
3197
- - dist/chunks/lib-SyD3buPZ.js
3198
- - dist/chunks/pb_form_validation-Dt8UJgrJ.js
3209
+ - dist/chunks/lib-CuCy3_xO.js
3210
+ - dist/chunks/pb_form_validation-D37k10a0.js
3199
3211
  - dist/chunks/vendor.js
3200
3212
  - dist/menu.yml
3201
3213
  - dist/playbook-doc.js