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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cfb8f7fe443cf5e28e04fd293a4956d1224c39d6ec8a0b9f1034c823f5d31f8
|
|
4
|
+
data.tar.gz: 6151401209fb6d7a4dc092af0cfe83e8fe19c3493bc2a365981a647dfadf3dc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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",
|
|
14
|
-
<span data
|
|
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 %>
|
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.
|
|
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
|
+
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.
|
|
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: []
|