playbook_ui 14.13.0.pre.alpha.PBNTR5596029 → 14.13.0.pre.alpha.PBNTR5596084

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 (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_date_picker/_date_picker.tsx +3 -1
  3. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb +2 -2
  4. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md +4 -1
  5. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx +1 -0
  6. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +1 -1
  7. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb +1 -2
  8. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb +27 -0
  9. data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +1 -3
  10. data/app/pb_kits/playbook/pb_icon_button/icon_button.html.erb +1 -1
  11. data/app/pb_kits/playbook/pb_icon_button/icon_button.rb +3 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb +47 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx +88 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md +1 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +96 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx +101 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md +1 -0
  18. data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -0
  19. data/app/pb_kits/playbook/pb_table/docs/index.js +3 -1
  20. data/app/pb_kits/playbook/pb_table/table_body.html.erb +13 -7
  21. data/app/pb_kits/playbook/pb_table/table_body.rb +2 -0
  22. data/app/pb_kits/playbook/pb_table/table_row.html.erb +13 -7
  23. data/app/pb_kits/playbook/pb_table/table_row.rb +4 -0
  24. data/dist/chunks/{_typeahead-TUUtEUg8.js → _typeahead-C_q1qAtC.js} +1 -1
  25. data/dist/chunks/_weekday_stacked-DCeouuO3.js +45 -0
  26. data/dist/chunks/{lib-DjpLC8uO.js → lib-WQEeEj3t.js} +1 -1
  27. data/dist/chunks/{pb_form_validation-S56UaHZl.js → pb_form_validation-Cq64l4zn.js} +1 -1
  28. data/dist/chunks/vendor.js +1 -1
  29. data/dist/playbook-doc.js +1 -1
  30. data/dist/playbook-rails-react-bindings.js +1 -1
  31. data/dist/playbook-rails.js +1 -1
  32. data/dist/playbook.css +1 -1
  33. data/lib/playbook/version.rb +1 -1
  34. metadata +13 -6
  35. data/dist/chunks/_weekday_stacked--GSH9pBR.js +0 -45
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.13.0"
5
- VERSION = "14.13.0.pre.alpha.PBNTR5596029"
5
+ VERSION = "14.13.0.pre.alpha.PBNTR5596084"
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.13.0.pre.alpha.PBNTR5596029
4
+ version: 14.13.0.pre.alpha.PBNTR5596084
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-02-11 00:00:00.000000000 Z
12
+ date: 2025-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1631,6 +1631,7 @@ files:
1631
1631
  - app/pb_kits/playbook/pb_icon/icon.test.js
1632
1632
  - app/pb_kits/playbook/pb_icon_button/_icon_button.scss
1633
1633
  - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
1634
+ - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
1634
1635
  - app/pb_kits/playbook/pb_icon_button/docs/example.yml
1635
1636
  - app/pb_kits/playbook/pb_icon_button/icon_button.html.erb
1636
1637
  - app/pb_kits/playbook/pb_icon_button/icon_button.rb
@@ -2745,6 +2746,9 @@ files:
2745
2746
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
2746
2747
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
2747
2748
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
2749
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb
2750
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx
2751
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md
2748
2752
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
2749
2753
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
2750
2754
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
@@ -2763,6 +2767,9 @@ files:
2763
2767
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
2764
2768
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
2765
2769
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
2770
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
2771
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
2772
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
2766
2773
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
2767
2774
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
2768
2775
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -3334,11 +3341,11 @@ files:
3334
3341
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3335
3342
  - app/pb_kits/playbook/utilities/text.ts
3336
3343
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3337
- - dist/chunks/_typeahead-TUUtEUg8.js
3338
- - dist/chunks/_weekday_stacked--GSH9pBR.js
3344
+ - dist/chunks/_typeahead-C_q1qAtC.js
3345
+ - dist/chunks/_weekday_stacked-DCeouuO3.js
3339
3346
  - dist/chunks/lazysizes-B7xYodB-.js
3340
- - dist/chunks/lib-DjpLC8uO.js
3341
- - dist/chunks/pb_form_validation-S56UaHZl.js
3347
+ - dist/chunks/lib-WQEeEj3t.js
3348
+ - dist/chunks/pb_form_validation-Cq64l4zn.js
3342
3349
  - dist/chunks/vendor.js
3343
3350
  - dist/menu.yml
3344
3351
  - dist/playbook-doc.js