playbook_ui 13.20.0.pre.alpha.play1247htmloptions2403 → 13.20.0.pre.alpha.play1247htmloptions2404

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20abf2c5fe178ed6b4e57bfcb4594e19422a896320894a73dc21e235a6c73900
4
- data.tar.gz: 94f3a5e02dce461ac10b0cdb5a97f4dd37b9ffc98a0515d15e8a4e3e385905bb
3
+ metadata.gz: e02e5f3489c1023e0b6ad3090f1970ec8e1c36691376a085c6f76d75b8ce8fa6
4
+ data.tar.gz: d94386b85c53885fd714d25b360fbe654eafae1e39af8f3be133b2516238a616
5
5
  SHA512:
6
- metadata.gz: 0751da3abfc4b7819bbcd33afd9f37a6945b6a02f347bfde538ccaed29231d1e361839bce246b2ce09a1e9a85b5f8c57d2cd19e5be43d442fac6108612a96cdc
7
- data.tar.gz: c5088daa8946d2af65085af515ebc537a2a3890a64141f4a60bf36505e3bf829a82d8c56c4fd25b07b51e2056bdba5d7607a4f238eacdd793ddeab224dc2226c
6
+ metadata.gz: b0bfc0c59486a1a564f48db1a05bae3979c9e3b2262b39ccbfc45043c618192af84658355555ac64a06ece1ffe9caed19227d619b7f15ff51bf5d279a021dc77
7
+ data.tar.gz: 54a237fe6b13077b388c408009a1b34552d6d35e90bfaece2ea53481bd96f84e3e1fa66db6e170cab2c10a74f49db22ec47114c938b89df84fcbcfb08dc910d9
@@ -34,10 +34,8 @@ module Playbook
34
34
  default: "far"
35
35
 
36
36
  def options
37
- {
38
- aria: aria,
37
+ options = {
39
38
  class: classname,
40
- data: data,
41
39
  disabled: disabled,
42
40
  id: id,
43
41
  role: "button",
@@ -46,6 +44,7 @@ module Playbook
46
44
  value: value,
47
45
  form: form,
48
46
  }.compact
47
+ combined_html_options.merge!(options) if combined_html_options.present?
49
48
  end
50
49
 
51
50
  def target_attribute
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.20.0"
5
- VERSION = "13.20.0.pre.alpha.play1247htmloptions2403"
5
+ VERSION = "13.20.0.pre.alpha.play1247htmloptions2404"
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: 13.20.0.pre.alpha.play1247htmloptions2403
4
+ version: 13.20.0.pre.alpha.play1247htmloptions2404
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: 2024-03-19 00:00:00.000000000 Z
12
+ date: 2024-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack