bullet_train-themes 1.3.0 → 1.3.2

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: 8dd0a191651334aa62d766d42e872a70b47bf0003a82500925e9e5e68a57aaad
4
- data.tar.gz: 5091e0954cbce846b121f1b4396d505b98b838813167f1ce96346db0fa5257e9
3
+ metadata.gz: 9cfb8f7fe443cf5e28e04fd293a4956d1224c39d6ec8a0b9f1034c823f5d31f8
4
+ data.tar.gz: 6151401209fb6d7a4dc092af0cfe83e8fe19c3493bc2a365981a647dfadf3dc7
5
5
  SHA512:
6
- metadata.gz: 16f4a6f09b6d9d674f829082a4a250a1c1a8905c1638aeba68ace53cec78db9e985c697670be74c889e7112b89949cf9980acb6764c98a4c51dc5511fbd6acba
7
- data.tar.gz: aaa27a63708ec55dc3fbe5c30f82c9f6cbd622ee80609d37510dbdf40da61db0aa63cc2a0500ffd9bdf1fc9017efedc486ac03a96019355170d7f55cfddf4f2b
6
+ metadata.gz: 5349573be0a8ae97311b98e44e13b83f729f5613e9efbbb4bf8426e90a954c78807ea4834d76d2bb8ace5501b1953154544dc46bf9e50b82313cd1a7e2ac42dc
7
+ data.tar.gz: f0934afd99ca592807d2c4dc0a79d31d0689a874a718f4acfca147e4e185f0161808f60cb770e37a1d054bae6b1f5a5c8a91e24bb53884328771c56c99bc447d
@@ -10,8 +10,8 @@ value = form.object.send(method)
10
10
  <%= render 'shared/fields/field', form: form, method: method, options: options, other_options: other_options do %>
11
11
  <% content_for :field do %>
12
12
  <div data-controller="<%= stimulus_controller %>">
13
- <%= tag.button data: {action: "#{stimulus_controller}#toggle", target: "#{stimulus_controller}.button"}, class: "button-alternative" do %>
14
- <span data-target="<%= stimulus_controller %>.display">
13
+ <%= tag.button data: {action: "#{stimulus_controller}#toggle", "#{stimulus_controller}_target": "button"}, class: "button-alternative" do %>
14
+ <span data-<%= stimulus_controller %>-target="display">
15
15
  <% if value.present? %>
16
16
  <%= value %>
17
17
  <% else %>
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.3.0"
3
+ VERSION = "1.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -91,7 +91,7 @@ licenses:
91
91
  metadata:
92
92
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes
93
93
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes
94
- post_install_message:
94
+ post_install_message:
95
95
  rdoc_options: []
96
96
  require_paths:
97
97
  - lib
@@ -106,8 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.3.7
110
- signing_key:
109
+ rubygems_version: 3.4.10
110
+ signing_key:
111
111
  specification_version: 4
112
112
  summary: Bullet Train Themes
113
113
  test_files: []