playbook_ui 14.9.0.pre.alpha.PLAY1731inputmasking4890 → 14.9.0.pre.alpha.PLAY1731inputmasking4927

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 (37) 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_with_collapsible.jsx +75 -0
  9. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
  10. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
  18. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  19. data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
  20. data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
  21. data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
  22. data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
  23. data/app/pb_kits/playbook/pb_text_input/inputMask.ts +10 -18
  24. data/dist/chunks/_typeahead-l1kq1p9m.js +22 -0
  25. data/dist/chunks/_weekday_stacked-B28kYXl9.js +45 -0
  26. data/dist/chunks/{lib-CVPInSs5.js → lib-CuCy3_xO.js} +3 -3
  27. data/dist/chunks/{pb_form_validation-CDLJ5eAG.js → pb_form_validation-D37k10a0.js} +1 -1
  28. data/dist/chunks/vendor.js +1 -1
  29. data/dist/menu.yml +1 -1
  30. data/dist/playbook-doc.js +1 -1
  31. data/dist/playbook-rails-react-bindings.js +1 -1
  32. data/dist/playbook-rails.js +1 -1
  33. data/dist/playbook.css +1 -1
  34. data/lib/playbook/version.rb +1 -1
  35. metadata +17 -6
  36. data/dist/chunks/_typeahead-DpEzGwBY.js +0 -22
  37. data/dist/chunks/_weekday_stacked-DLTISjm1.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.PLAY1731inputmasking4890"
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.PLAY1731inputmasking4890
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-12 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
@@ -3192,11 +3203,11 @@ files:
3192
3203
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3193
3204
  - app/pb_kits/playbook/utilities/text.ts
3194
3205
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3195
- - dist/chunks/_typeahead-DpEzGwBY.js
3196
- - dist/chunks/_weekday_stacked-DLTISjm1.js
3206
+ - dist/chunks/_typeahead-l1kq1p9m.js
3207
+ - dist/chunks/_weekday_stacked-B28kYXl9.js
3197
3208
  - dist/chunks/lazysizes-B7xYodB-.js
3198
- - dist/chunks/lib-CVPInSs5.js
3199
- - dist/chunks/pb_form_validation-CDLJ5eAG.js
3209
+ - dist/chunks/lib-CuCy3_xO.js
3210
+ - dist/chunks/pb_form_validation-D37k10a0.js
3200
3211
  - dist/chunks/vendor.js
3201
3212
  - dist/menu.yml
3202
3213
  - dist/playbook-doc.js