playbook_ui 15.2.0.pre.alpha.PLAY1978bugiconauto11317 → 15.2.0.pre.alpha.PLAY236711331

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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +4 -6
  3. data/app/pb_kits/playbook/pb_button/_button.scss +6 -0
  4. data/app/pb_kits/playbook/pb_button/docs/_button_loading.html.erb +7 -3
  5. data/app/pb_kits/playbook/pb_button/docs/_button_loading.jsx +29 -0
  6. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +2 -2
  7. data/app/pb_kits/playbook/pb_draggable/_draggable.scss +8 -0
  8. data/app/pb_kits/playbook/pb_dropdown/index.js +1 -1
  9. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -1
  10. data/app/pb_kits/playbook/pb_icon/_icon.tsx +2 -1
  11. data/app/pb_kits/playbook/pb_icon/icon.rb +2 -1
  12. data/app/pb_kits/playbook/pb_list/item.html.erb +1 -1
  13. data/app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx +8 -6
  14. data/app/pb_kits/playbook/pb_pb_bar_graph/pb_bar_graph.rb +7 -10
  15. data/app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx +73 -1
  16. data/app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx +1 -1
  17. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb +7 -10
  18. data/app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx +47 -0
  19. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss +3 -0
  20. data/app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx +61 -0
  21. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -0
  22. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb +34 -0
  23. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +52 -0
  24. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md +5 -0
  25. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb +34 -0
  26. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx +45 -0
  27. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb +47 -0
  28. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx +64 -0
  29. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md +3 -0
  30. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb +24 -0
  31. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx +37 -0
  32. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb +39 -0
  33. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx +45 -0
  34. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +86 -0
  35. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx +116 -0
  36. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md +11 -0
  37. data/app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml +20 -0
  38. data/app/pb_kits/playbook/pb_pb_line_graph/docs/index.js +6 -0
  39. data/app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts +125 -0
  40. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb +1 -0
  41. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb +25 -0
  42. data/app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx +110 -0
  43. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +105 -22
  44. data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +2 -2
  45. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +1 -1
  46. data/app/pb_kits/playbook/pb_timeline/_timeline.scss +250 -233
  47. data/app/pb_kits/playbook/pb_timeline/_timeline.tsx +1 -1
  48. data/app/pb_kits/playbook/pb_timeline/timeline.test.js +2 -2
  49. data/dist/chunks/{_line_graph-B-R1nzPu.js → _line_graph-AKTV-rqw.js} +1 -1
  50. data/dist/chunks/_typeahead-DCInCM2E.js +6 -0
  51. data/dist/chunks/{_weekday_stacked-C3YxWFMB.js → _weekday_stacked-ByJl1kOQ.js} +2 -2
  52. data/dist/chunks/vendor.js +1 -1
  53. data/dist/menu.yml +6 -0
  54. data/dist/playbook-doc.js +2 -2
  55. data/dist/playbook-rails-react-bindings.js +1 -1
  56. data/dist/playbook-rails.js +1 -1
  57. data/dist/playbook.css +1 -1
  58. data/lib/playbook/version.rb +1 -1
  59. metadata +28 -4
  60. data/dist/chunks/_typeahead-DqRbRocY.js +0 -6
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.2.0"
5
- VERSION = "15.2.0.pre.alpha.PLAY1978bugiconauto11317"
5
+ VERSION = "15.2.0.pre.alpha.PLAY236711331"
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: 15.2.0.pre.alpha.PLAY1978bugiconauto11317
4
+ version: 15.2.0.pre.alpha.PLAY236711331
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -2475,6 +2475,30 @@ files:
2475
2475
  - app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb
2476
2476
  - app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb
2477
2477
  - app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx
2478
+ - app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss
2479
+ - app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx
2480
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md
2481
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.html.erb
2482
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx
2483
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md
2484
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb
2485
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx
2486
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb
2487
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx
2488
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md
2489
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.html.erb
2490
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend.jsx
2491
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.html.erb
2492
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_nonclickable.jsx
2493
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb
2494
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.jsx
2495
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.md
2496
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/example.yml
2497
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/index.js
2498
+ - app/pb_kits/playbook/pb_pb_line_graph/pbLineGraphTheme.ts
2499
+ - app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.html.erb
2500
+ - app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.rb
2501
+ - app/pb_kits/playbook/pb_pb_line_graph/pb_line_graph.test.jsx
2478
2502
  - app/pb_kits/playbook/pb_person/_person.scss
2479
2503
  - app/pb_kits/playbook/pb_person/_person.tsx
2480
2504
  - app/pb_kits/playbook/pb_person/docs/_description.md
@@ -3708,9 +3732,9 @@ files:
3708
3732
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3709
3733
  - app/pb_kits/playbook/utilities/text.ts
3710
3734
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3711
- - dist/chunks/_line_graph-B-R1nzPu.js
3712
- - dist/chunks/_typeahead-DqRbRocY.js
3713
- - dist/chunks/_weekday_stacked-C3YxWFMB.js
3735
+ - dist/chunks/_line_graph-AKTV-rqw.js
3736
+ - dist/chunks/_typeahead-DCInCM2E.js
3737
+ - dist/chunks/_weekday_stacked-ByJl1kOQ.js
3714
3738
  - dist/chunks/componentRegistry-DzmmLR2x.js
3715
3739
  - dist/chunks/lazysizes-B7xYodB-.js
3716
3740
  - dist/chunks/lib-QZuu1ltS.js