playbook_ui 14.3.2 → 14.4.0.pre.rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_collapsible/_helper_functions.ts +0 -4
  3. data/app/pb_kits/playbook/pb_radio/_radio.tsx +100 -50
  4. data/app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx +59 -0
  5. data/app/pb_kits/playbook/pb_radio/docs/example.yml +1 -0
  6. data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -0
  7. data/app/pb_kits/playbook/pb_text_input/_text_input.scss +0 -1
  8. data/app/pb_kits/playbook/pb_textarea/_textarea.tsx +1 -0
  9. data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +1 -0
  10. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +13 -0
  11. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +8 -1
  12. data/app/pb_kits/playbook/pb_typeahead/components/Control.tsx +23 -16
  13. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb +88 -0
  14. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx +60 -0
  15. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
  16. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
  17. data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +2 -1
  18. data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +6 -1
  19. data/dist/chunks/{_typeahead-DbAz2Okr.js → _typeahead-es44Ih6G.js} +3 -3
  20. data/dist/chunks/{_weekday_stacked-CZ5S17_d.js → _weekday_stacked-DWJJPUPQ.js} +2 -2
  21. data/dist/chunks/vendor.js +1 -1
  22. data/dist/playbook-doc.js +1 -1
  23. data/dist/playbook-rails-react-bindings.js +1 -1
  24. data/dist/playbook-rails.js +1 -1
  25. data/dist/playbook.css +1 -1
  26. data/lib/playbook/version.rb +2 -2
  27. metadata +10 -7
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "14.3.1"
5
- VERSION = "14.3.2"
4
+ PREVIOUS_VERSION = "14.3.0"
5
+ VERSION = "14.4.0.pre.rc.0"
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.3.2
4
+ version: 14.4.0.pre.rc.0
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: 2024-09-11 00:00:00.000000000 Z
12
+ date: 2024-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -2147,6 +2147,7 @@ files:
2147
2147
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.html.erb
2148
2148
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.jsx
2149
2149
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment_swift.md
2150
+ - app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx
2150
2151
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.html.erb
2151
2152
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.jsx
2152
2153
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom_swift.md
@@ -2853,6 +2854,8 @@ files:
2853
2854
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
2854
2855
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
2855
2856
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.jsx
2857
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb
2858
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
2856
2859
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
2857
2860
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.jsx
2858
2861
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context.html.erb
@@ -3034,8 +3037,8 @@ files:
3034
3037
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3035
3038
  - app/pb_kits/playbook/utilities/text.ts
3036
3039
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3037
- - dist/chunks/_typeahead-DbAz2Okr.js
3038
- - dist/chunks/_weekday_stacked-CZ5S17_d.js
3040
+ - dist/chunks/_typeahead-es44Ih6G.js
3041
+ - dist/chunks/_weekday_stacked-DWJJPUPQ.js
3039
3042
  - dist/chunks/lazysizes-B7xYodB-.js
3040
3043
  - dist/chunks/lib-D9uVVKnh.js
3041
3044
  - dist/chunks/pb_form_validation-u2wnZ3oe.js
@@ -3120,7 +3123,7 @@ homepage: https://playbook.powerapp.cloud/
3120
3123
  licenses:
3121
3124
  - ISC
3122
3125
  metadata: {}
3123
- post_install_message:
3126
+ post_install_message:
3124
3127
  rdoc_options: []
3125
3128
  require_paths:
3126
3129
  - lib
@@ -3136,7 +3139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3136
3139
  version: '0'
3137
3140
  requirements: []
3138
3141
  rubygems_version: 3.5.3
3139
- signing_key:
3142
+ signing_key:
3140
3143
  specification_version: 4
3141
3144
  summary: Playbook Design System
3142
3145
  test_files: []