playbook_ui 14.14.0.pre.alpha.play1755pbcontenttag6472 → 14.14.0.pre.alpha.play1755pbcontenttag6478

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: a6b22aac679b64082afaa02a16e0c9a045cc0dad1cff8d40201028af1342082a
4
- data.tar.gz: 12a6a6e6b021717ea6576be20bb60244215eca070af93e869edb7488c4788182
3
+ metadata.gz: 75df3674f8f456297271d19d7bdec5b140b02934333f5c30b240e78ad49b22fe
4
+ data.tar.gz: e72544cb74c0bfcaaaf4bee86472e708cab3c0211f0d87c30127e021308a112c
5
5
  SHA512:
6
- metadata.gz: 2b3ff55ad15e18ebf7d4bf0abe9d5edb4ac17d3ba3fc3c5c6ecd7815c84b640f00864d341485b7bd94529d4a76c6a1686a872f454db119452288136ef29119b7
7
- data.tar.gz: a919fc40ce06f9a5f87b94c34d5a5ee6ff1f2ba8a2e3fb369da414ea7630a9de77e639ca23e40ccee880c410a57557bc62f0dfa02c50f8255e65ecc1e422c535
6
+ metadata.gz: 51dc9734d8f18e5f93f0254a2f7905a765ebe511ab92b7d74ef498dd338b7c1bcc1c9eac430f0ae607fc33a2c36e3aaa697e494826905f95e1b39e973c483c49
7
+ data.tar.gz: ffcba81e2bf1c02c0c2d1087af2c0a57e1f82fc651d7154814133b0e58b92cb9e332da573ec28f918cadf0f99befe3332ee9c0fdbc7d9f5b20c7ed78a210dc26
@@ -1,8 +1,6 @@
1
1
  <%= pb_content_tag(:div,
2
- aria: object.aria,
3
- data: object.data,
4
- class: object.classnames,
5
- **combined_html_options) do %>
2
+ id: nil,
3
+ class: object.classnames ) do %>
6
4
  <% if object.label %>
7
5
  <label class="pb_select_kit_label" for="<%= object.name %>">
8
6
  <%= pb_rails("caption", props: { text: object.label, dark: object.dark }) %>
@@ -148,7 +148,7 @@ module Playbook
148
148
 
149
149
  def default_options
150
150
  options = {
151
- # id: id,
151
+ id: id,
152
152
  data: data,
153
153
  class: classname,
154
154
  aria: aria,
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.14.0"
5
- VERSION = "14.14.0.pre.alpha.play1755pbcontenttag6472"
5
+ VERSION = "14.14.0.pre.alpha.play1755pbcontenttag6478"
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: 14.14.0.pre.alpha.play1755pbcontenttag6472
4
+ version: 14.14.0.pre.alpha.play1755pbcontenttag6478
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX