polaris_view_helpers 2.0.0 → 2.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfad6d181259f671a5f644fd891405bb34dcb6d9aba94626a27ba33335037206
|
4
|
+
data.tar.gz: 9eb55b6f8532ad4f6770756b61fcdd00e84be6fa43b0ff972f76b156d950849c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09de1b763866657352bd49200844809176520abcd7fd57f80e9f8e467bc57880300c1694e8c3d0778ad7b970983ade731c0152cafbeb726edf7cbdf91e35bb8e'
|
7
|
+
data.tar.gz: d3269067cfebab14a1e7b6597dc21652afb49b0386ea46e139981addd72dbd8e924aaf16ea6ac49d0a28a027e213536184d79b7a9bc716eeedcabf43bfdaab2a
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<%= link_to link_destination, data: { method: method, remote: remote
|
1
|
+
<%= link_to link_destination, data: { method: method, remote: remote, confirm: confirm }, class: "Polaris-Button Polaris-Button--pressable Polaris-Button--sizeMedium Polaris-Button--textAlignCenter #{additional_classes}", target: target, 'data-polaris-unstyled': true do %>
|
2
2
|
<span class="Polaris-Text--root Polaris-Text--bodySm Polaris-Text--medium"><%= name || capture(&block) %></span>
|
3
3
|
<% end %>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<%= link_to link_destination, method: method, confirm: confirm, class: "Polaris-Link", target: target, 'data-polaris-unstyled': true do %>
|
1
|
+
<%= link_to link_destination, data: {method: method, confirm: confirm}, class: "Polaris-Link", target: target, 'data-polaris-unstyled': true do %>
|
2
2
|
<%= name || capture(&block) %>
|
3
3
|
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polaris_view_helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Green
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -516,7 +516,6 @@ files:
|
|
516
516
|
- test/dummy/tmp/cache/assets/sprockets/v4.0.0/yn/yndI79omu3HVFPyVKkn9KZ0U1fezM01AsR2aj5uNfbE.cache
|
517
517
|
- test/dummy/tmp/cache/assets/sprockets/v4.0.0/z5/z5X_v4sRx65HO8cidsN9lycgFbeMMuyFXug0wk1n8O8.cache
|
518
518
|
- test/dummy/tmp/local_secret.txt
|
519
|
-
- test/dummy/tmp/pids/server.pid
|
520
519
|
- test/polaris_view_helpers_test.rb
|
521
520
|
- test/test_helper.rb
|
522
521
|
- vendor/assets/stylesheets/shopify-polaris-1.0.3.css
|
@@ -1041,6 +1040,5 @@ test_files:
|
|
1041
1040
|
- test/dummy/tmp/cache/assets/sprockets/v4.0.0/yn/yndI79omu3HVFPyVKkn9KZ0U1fezM01AsR2aj5uNfbE.cache
|
1042
1041
|
- test/dummy/tmp/cache/assets/sprockets/v4.0.0/z5/z5X_v4sRx65HO8cidsN9lycgFbeMMuyFXug0wk1n8O8.cache
|
1043
1042
|
- test/dummy/tmp/local_secret.txt
|
1044
|
-
- test/dummy/tmp/pids/server.pid
|
1045
1043
|
- test/polaris_view_helpers_test.rb
|
1046
1044
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
27901
|