material_design 0.4.4 → 0.4.5

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: 0ec4144c982eca6e0688bc95f23fc70d5bf16a1c6e513d64e6310e66103c5723
4
- data.tar.gz: 8f89b40f1ccd2e6e53fc81f40b1ae5c1db287e322b6df9d06f43b954ede915da
3
+ metadata.gz: ce897d1d1a427418e4c459be563d14a3de51f51e97f3b490984fa72e52d5fa98
4
+ data.tar.gz: c749e8ba5932eccedd4f772800ee670f0c58991d8c450f56406e22f67500b725
5
5
  SHA512:
6
- metadata.gz: 677119ec73f7d5846ecffaf8282aff8ea99a98202ffced6c9da6ed75a4ac9ae8048018709befde0dff656367f22deb27eea4e26ac3ab67579a56c253d7a33c15
7
- data.tar.gz: 39ad22871b8ec16144f643d310f65101d9abfa24aaa47bec34a1b9d915aeee892baf22879bdd74c852634c1387b7442e9aa19f5088b44dd1b3305d52aba691b9
6
+ metadata.gz: 7241bcd776e093f6ae9ff9adf7ef35f79c31cbf64cff4a59e749a7fc2a1f6a875511b6a31ba269b26c6737df79660d6e12768aac0993cc138989376f8075c45a
7
+ data.tar.gz: 318398a94c76811c7c95e3270bb745362fe8f0e09c71be5ef2e591ee2b823d5c26c8c5ea6b6eddef71fb153532a3fac3c0883b07579964aad658270206c21b88
@@ -1,6 +1,6 @@
1
1
  <div class="secondary-tabs--container">
2
2
  <% locals[:tabs].each do |tab| %>
3
- <%= render "material_design/tabs/secondary/tab", locals: { label: tab[:label], path: tab[:path] } %>
3
+ <%= render "material_design/tabs/secondary/tab", locals: { label: tab[:label], path: tab[:path], turbo_frame_tag: locals[:turbo_frame_tag] } %>
4
4
  <% end %>
5
5
  </div>
6
6
  <%= render "material_design/dividers/horizontal", locals: { inset: false } %>
@@ -1,3 +1,3 @@
1
- <%= link_to locals[:path], data: { controller: locals[:controller] }, class: class_names('secondary-tabs--tab', active: request.fullpath.start_with?(locals[:path])) do %>
1
+ <%= link_to locals[:path], data: { turbo_frame: locals[:turbo_frame_tag] }, class: class_names('secondary-tabs--tab', active: request.fullpath.start_with?(locals[:path])) do %>
2
2
  <%= render "material_design/typography/title_small", locals: { title: locals[:label] } %>
3
3
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module MaterialDesign
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Yutaka Nakanishi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-02-07 00:00:00.000000000 Z
12
+ date: 2024-02-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails