playbook_ui 16.9.0.pre.rc.0 → 16.9.0.pre.rc.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4412a0b3ca6e9db6c2e5671017a08db7631e37c5ba33b4e21781f99efc00185d
4
- data.tar.gz: 06653fef3a9196489acdfc26f260de21720b61f4399470eb94b9a69921ffb69e
3
+ metadata.gz: 91ebeea28c04658f79b9a08aa5b6a8b9dede7bb5109dede9ef71c3b64e8093fb
4
+ data.tar.gz: ad562cd5197047ca2a547d8ff9fa1649ce2ddd971861bc5e4d43415566947278
5
5
  SHA512:
6
- metadata.gz: 68b3d931c6b6a7290a697eada42442bd43b0c9818306162e3f4a2d77e8ed349a8616cfc9c5fd3a3932296e0a41341842e0606d2afd4ac12129f5618ea6ace36e
7
- data.tar.gz: c78a3d80ed021ad9a8e2f8c6690ea72e24f30294ca8d86f3ecdc4818997140528958336a58b785cbe01aeb3e880604a7b49fc79bf1d7d81280233c40da8688c1
6
+ metadata.gz: 18aa9470276b15d413127604c8ef49980255242a255ba72c0c2d72882889c4e68c36ba0d8fe078f4beb4fbb30ad922c0727db1b8fdf19a98b21c05b3675eb42e
7
+ data.tar.gz: cdf8b96157bba2aa9f93e51c2fcf890e66c8660c74d9d53c564de768fbb28a28955e13027fa6ed4bc8a87b58f1b8139b7614e1cf0cba855c28dce1d45a01abd0
@@ -16,7 +16,7 @@ module Playbook
16
16
  end
17
17
 
18
18
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
19
- options[:prompt] = props[:blank_selection] || ""
19
+ options[:prompt] = props[:blank_selection] if props.key?(:blank_selection)
20
20
  html_options[:required] = "required" if props[:required]
21
21
  html_options[:id] = props[:input_options][:id]
22
22
  html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
@@ -16,7 +16,7 @@ module Playbook
16
16
  end
17
17
 
18
18
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
19
- options[:prompt] = props[:blank_selection] || ""
19
+ options[:prompt] = props[:blank_selection] if props.key?(:blank_selection)
20
20
  html_options[:required] = "required" if props[:required]
21
21
  html_options[:id] = props[:input_options][:id]
22
22
  html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
@@ -16,7 +16,7 @@ module Playbook
16
16
  end
17
17
 
18
18
  options[:skip_default_ids] = false unless options.key?(:skip_default_ids)
19
- options[:prompt] = props[:blank_selection] || ""
19
+ options[:prompt] = props[:blank_selection] if props.key?(:blank_selection)
20
20
  html_options[:required] = "required" if props[:required]
21
21
  html_options[:id] = props[:input_options][:id]
22
22
  html_options[:class] = props[:input_options][:class] if props[:input_options][:class]
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "16.8.0"
5
- VERSION = "16.9.0.pre.rc.0"
5
+ VERSION = "16.9.0.pre.rc.1"
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: 16.9.0.pre.rc.0
4
+ version: 16.9.0.pre.rc.1
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: 2026-05-19 00:00:00.000000000 Z
12
+ date: 2026-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack