playbook_ui 14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 → 14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.md +2 -2
  3. data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +1 -1
  4. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb +3 -9
  5. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md +5 -0
  6. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb +38 -0
  7. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md +3 -0
  8. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +1 -0
  9. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.md +1 -1
  10. data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +1 -6
  11. data/app/pb_kits/playbook/pb_filter/filter.html.erb +1 -5
  12. data/app/pb_kits/playbook/pb_form_group/form_group.html.erb +1 -6
  13. data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +1 -1
  14. data/app/pb_kits/playbook/pb_list/item.html.erb +30 -8
  15. data/app/pb_kits/playbook/pb_list/item.rb +7 -0
  16. data/app/pb_kits/playbook/pb_list/list.html.erb +31 -11
  17. data/app/pb_kits/playbook/pb_list/list.rb +4 -0
  18. data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +6 -1
  19. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +30 -12
  20. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.html.erb +15 -0
  21. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.jsx +24 -0
  22. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.md +1 -0
  23. data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +3 -1
  24. data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +1 -0
  25. data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.rb +3 -0
  26. data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.test.js +20 -1
  27. data/app/pb_kits/playbook/pb_radio/_radio.scss +12 -8
  28. data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.jsx +8 -3
  29. data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +17 -3
  30. data/app/pb_kits/playbook/pb_selectable_list/selectable_list.rb +3 -0
  31. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +11 -4
  32. data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.rb +3 -0
  33. data/app/pb_kits/playbook/pb_table/_table.tsx +2 -3
  34. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb +74 -0
  35. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md +3 -0
  36. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +2 -2
  37. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb +74 -0
  38. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md +3 -0
  39. data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
  40. data/app/pb_kits/playbook/pb_table/index.ts +93 -34
  41. data/app/pb_kits/playbook/pb_table/styles/_scroll.scss +6 -5
  42. data/app/pb_kits/playbook/pb_table/table.html.erb +1 -1
  43. data/app/pb_kits/playbook/pb_table/table.rb +17 -2
  44. data/app/pb_kits/playbook/pb_table/utilities/addDataTitle.ts +22 -0
  45. data/app/pb_kits/playbook/pb_timeline/_timeline.scss +30 -30
  46. data/dist/chunks/{_typeahead-BNULwihE.js → _typeahead-TN5aDUj9.js} +2 -2
  47. data/dist/chunks/_weekday_stacked-BcnpLG66.js +45 -0
  48. data/dist/chunks/{lib-B7sgJtGS.js → lib-OFT985dg.js} +2 -2
  49. data/dist/chunks/{pb_form_validation-C5Cc0-1v.js → pb_form_validation-CrsXd1-Y.js} +1 -1
  50. data/dist/chunks/vendor.js +1 -1
  51. data/dist/playbook-doc.js +1 -1
  52. data/dist/playbook-rails-react-bindings.js +1 -1
  53. data/dist/playbook-rails.js +1 -1
  54. data/dist/playbook.css +1 -1
  55. data/lib/playbook/version.rb +1 -1
  56. metadata +34 -9
  57. data/dist/chunks/_weekday_stacked-BKWemDAe.js +0 -45
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.11.1"
5
- VERSION = "14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341"
5
+ VERSION = "14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341
4
+ version: 14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-01-10 00:00:00.000000000 Z
12
+ date: 2025-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -95,6 +95,20 @@ dependencies:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: 0.3.2
98
+ - !ruby/object:Gem::Dependency
99
+ name: brakeman
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - '='
103
+ - !ruby/object:Gem::Version
104
+ version: 7.0.0
105
+ type: :development
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - '='
110
+ - !ruby/object:Gem::Version
111
+ version: 7.0.0
98
112
  - !ruby/object:Gem::Dependency
99
113
  name: byebug
100
114
  requirement: !ruby/object:Gem::Requirement
@@ -1132,8 +1146,11 @@ files:
1132
1146
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx
1133
1147
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md
1134
1148
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb
1149
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md
1135
1150
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
1136
1151
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
1152
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
1153
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
1137
1154
  - app/pb_kits/playbook/pb_draggable/docs/example.yml
1138
1155
  - app/pb_kits/playbook/pb_draggable/docs/index.js
1139
1156
  - app/pb_kits/playbook/pb_draggable/draggable.html.erb
@@ -2140,6 +2157,9 @@ files:
2140
2157
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.html.erb
2141
2158
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.jsx
2142
2159
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.md
2160
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.html.erb
2161
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.jsx
2162
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.md
2143
2163
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.html.erb
2144
2164
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.jsx
2145
2165
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.md
@@ -2645,13 +2665,17 @@ files:
2645
2665
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
2646
2666
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
2647
2667
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.md
2668
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
2648
2669
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.jsx
2670
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md
2649
2671
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
2650
2672
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
2651
2673
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
2652
2674
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
2653
2675
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
2676
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb
2654
2677
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.jsx
2678
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md
2655
2679
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
2656
2680
  - app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
2657
2681
  - app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
@@ -2729,6 +2753,7 @@ files:
2729
2753
  - app/pb_kits/playbook/pb_table/table_header.rb
2730
2754
  - app/pb_kits/playbook/pb_table/table_row.html.erb
2731
2755
  - app/pb_kits/playbook/pb_table/table_row.rb
2756
+ - app/pb_kits/playbook/pb_table/utilities/addDataTitle.ts
2732
2757
  - app/pb_kits/playbook/pb_text_input/_text_input.scss
2733
2758
  - app/pb_kits/playbook/pb_text_input/_text_input.tsx
2734
2759
  - app/pb_kits/playbook/pb_text_input/add_on.html.erb
@@ -3237,11 +3262,11 @@ files:
3237
3262
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3238
3263
  - app/pb_kits/playbook/utilities/text.ts
3239
3264
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3240
- - dist/chunks/_typeahead-BNULwihE.js
3241
- - dist/chunks/_weekday_stacked-BKWemDAe.js
3265
+ - dist/chunks/_typeahead-TN5aDUj9.js
3266
+ - dist/chunks/_weekday_stacked-BcnpLG66.js
3242
3267
  - dist/chunks/lazysizes-B7xYodB-.js
3243
- - dist/chunks/lib-B7sgJtGS.js
3244
- - dist/chunks/pb_form_validation-C5Cc0-1v.js
3268
+ - dist/chunks/lib-OFT985dg.js
3269
+ - dist/chunks/pb_form_validation-CrsXd1-Y.js
3245
3270
  - dist/chunks/vendor.js
3246
3271
  - dist/menu.yml
3247
3272
  - dist/playbook-doc.js
@@ -3326,7 +3351,7 @@ homepage: https://playbook.powerapp.cloud/
3326
3351
  licenses:
3327
3352
  - ISC
3328
3353
  metadata: {}
3329
- post_install_message:
3354
+ post_install_message:
3330
3355
  rdoc_options: []
3331
3356
  require_paths:
3332
3357
  - lib
@@ -3342,7 +3367,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3342
3367
  version: '0'
3343
3368
  requirements: []
3344
3369
  rubygems_version: 3.5.3
3345
- signing_key:
3370
+ signing_key:
3346
3371
  specification_version: 4
3347
3372
  summary: Playbook Design System
3348
3373
  test_files: []