playbook_ui 14.2.0 → 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3669
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +7 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +13 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +8 -1
- data/app/pb_kits/playbook/pb_typeahead/components/Control.tsx +23 -16
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb +88 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx +60 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +2 -1
- data/app/pb_kits/playbook/pb_typeahead/typeahead.rb +6 -1
- data/dist/chunks/{_typeahead-Cq7RLPBA.js → _typeahead-DfMKlsoq.js} +1 -1
- data/dist/chunks/{_weekday_stacked-Cykj5kLZ.js → _weekday_stacked-DWwxor7z.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +2 -2
- metadata +9 -7
data/lib/playbook/version.rb
CHANGED
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.2.
|
4
|
+
version: 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3669
|
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-
|
12
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2841,6 +2841,8 @@ files:
|
|
2841
2841
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
|
2842
2842
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.html.erb
|
2843
2843
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_inline.jsx
|
2844
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.html.erb
|
2845
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_margin_bottom.jsx
|
2844
2846
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.html.erb
|
2845
2847
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_multi_kit.jsx
|
2846
2848
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_context.html.erb
|
@@ -3022,8 +3024,8 @@ files:
|
|
3022
3024
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3023
3025
|
- app/pb_kits/playbook/utilities/text.ts
|
3024
3026
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3025
|
-
- dist/chunks/_typeahead-
|
3026
|
-
- dist/chunks/_weekday_stacked-
|
3027
|
+
- dist/chunks/_typeahead-DfMKlsoq.js
|
3028
|
+
- dist/chunks/_weekday_stacked-DWwxor7z.js
|
3027
3029
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3028
3030
|
- dist/chunks/lib-DErGXNy3.js
|
3029
3031
|
- dist/chunks/pb_form_validation-BC6kh7Hu.js
|
@@ -3108,7 +3110,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
3108
3110
|
licenses:
|
3109
3111
|
- ISC
|
3110
3112
|
metadata: {}
|
3111
|
-
post_install_message:
|
3113
|
+
post_install_message:
|
3112
3114
|
rdoc_options: []
|
3113
3115
|
require_paths:
|
3114
3116
|
- lib
|
@@ -3124,7 +3126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3124
3126
|
version: '0'
|
3125
3127
|
requirements: []
|
3126
3128
|
rubygems_version: 3.5.3
|
3127
|
-
signing_key:
|
3129
|
+
signing_key:
|
3128
3130
|
specification_version: 4
|
3129
3131
|
summary: Playbook Design System
|
3130
3132
|
test_files: []
|