playbook_ui 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306 → 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2342

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 (32) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +3 -10
  3. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +1 -0
  4. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +15 -2
  5. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +62 -45
  6. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +2 -2
  7. data/app/pb_kits/playbook/pb_nav/_subtle_mixin.scss +4 -0
  8. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.html.erb +34 -0
  9. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md +7 -0
  10. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb +34 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.md +3 -0
  12. data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
  13. data/app/pb_kits/playbook/pb_table/styles/_striped.scss +2 -2
  14. data/app/pb_kits/playbook/pb_table/styles/_structure.scss +4 -2
  15. data/app/pb_kits/playbook/pb_table/table_body.html.erb +17 -0
  16. data/app/pb_kits/playbook/pb_table/table_body.rb +15 -0
  17. data/app/pb_kits/playbook/pb_table/table_cell.html.erb +17 -0
  18. data/app/pb_kits/playbook/pb_table/table_cell.rb +17 -0
  19. data/app/pb_kits/playbook/pb_table/table_head.html.erb +17 -0
  20. data/app/pb_kits/playbook/pb_table/table_head.rb +15 -0
  21. data/app/pb_kits/playbook/pb_table/table_header.html.erb +49 -39
  22. data/app/pb_kits/playbook/pb_table/table_header.rb +8 -1
  23. data/app/pb_kits/playbook/pb_table/table_row.html.erb +17 -7
  24. data/app/pb_kits/playbook/pb_table/table_row.rb +8 -1
  25. data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +9 -5
  26. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_add_on.jsx +20 -0
  27. data/app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md +30 -0
  28. data/app/pb_kits/playbook/pb_user/docs/_user_props_table.md +2 -1
  29. data/app/pb_kits/playbook/pb_user/docs/example.yml +1 -0
  30. data/dist/playbook-rails.js +3 -3
  31. data/lib/playbook/version.rb +1 -1
  32. metadata +13 -2
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.19.0"
5
- VERSION = "13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306"
5
+ VERSION = "13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2342"
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: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2306
4
+ version: 13.19.0.pre.alpha.play1174fixconfimationtoastmobilebug2342
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-03-06 00:00:00.000000000 Z
12
+ date: 2024-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2289,6 +2289,10 @@ files:
2289
2289
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
2290
2290
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
2291
2291
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
2292
+ - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.html.erb
2293
+ - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
2294
+ - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
2295
+ - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.md
2292
2296
  - app/pb_kits/playbook/pb_table/docs/example.yml
2293
2297
  - app/pb_kits/playbook/pb_table/docs/index.js
2294
2298
  - app/pb_kits/playbook/pb_table/index.ts
@@ -2315,6 +2319,12 @@ files:
2315
2319
  - app/pb_kits/playbook/pb_table/table.html.erb
2316
2320
  - app/pb_kits/playbook/pb_table/table.rb
2317
2321
  - app/pb_kits/playbook/pb_table/table.test.js
2322
+ - app/pb_kits/playbook/pb_table/table_body.html.erb
2323
+ - app/pb_kits/playbook/pb_table/table_body.rb
2324
+ - app/pb_kits/playbook/pb_table/table_cell.html.erb
2325
+ - app/pb_kits/playbook/pb_table/table_cell.rb
2326
+ - app/pb_kits/playbook/pb_table/table_head.html.erb
2327
+ - app/pb_kits/playbook/pb_table/table_head.rb
2318
2328
  - app/pb_kits/playbook/pb_table/table_header.html.erb
2319
2329
  - app/pb_kits/playbook/pb_table/table_header.rb
2320
2330
  - app/pb_kits/playbook/pb_table/table_row.html.erb
@@ -2643,6 +2653,7 @@ files:
2643
2653
  - app/pb_kits/playbook/pb_user/docs/_user_default.html.erb
2644
2654
  - app/pb_kits/playbook/pb_user/docs/_user_default.jsx
2645
2655
  - app/pb_kits/playbook/pb_user/docs/_user_horizontal_swift.md
2656
+ - app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md
2646
2657
  - app/pb_kits/playbook/pb_user/docs/_user_props_table.md
2647
2658
  - app/pb_kits/playbook/pb_user/docs/_user_size.html.erb
2648
2659
  - app/pb_kits/playbook/pb_user/docs/_user_size.jsx