railsui 3.1.4 → 3.1.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: 3a50459023882f904ec9c9c65d16c10c40df5ea71b68609788fdf7faaa648754
4
- data.tar.gz: 80705182bfbf26f90efa906da3cb5a7783294fb30af91c2e1bad0927463fce29
3
+ metadata.gz: 73cda896180c2a0065e8c6e57a8a5cf30208d4105b646210bbf4c6a5b0b8e875
4
+ data.tar.gz: 1ce88c1c03184bd46cce71baa93285ad7091ab483066c2da8347450f9a66f744
5
5
  SHA512:
6
- metadata.gz: 94a990e878c21fcf9d72ef62de7fe5ae01eac8fcaa1d2bca1581adca6e9e7c99423b8bf8599bbbb3432f449557c7065870259e7cfed76dee04b002ac46f085fc
7
- data.tar.gz: 4b29dc49fe711b5e18acb8f049f2a518d77fc06c901c95347508f018548cda13b0a0564da4b6f088c881d62231b1c5221b739b96335360f26f0e79eb35ba8236
6
+ metadata.gz: beee179f8afdf42c9db104e989cbdaeaef6472edb1bd0b5c667e07cf3f6c4a01f4d89898268c607b38a3f3c7996eb95eaa3eacb4f71b3293e9cd7be6bec509d8
7
+ data.tar.gz: 38dd6ca8c1bb3847bbf655b181da031e31913238e631ff87b73210ff76e5d30713b499edf9985db80f0a78aaac93eb1fc32c361d928b6ea316fb3bd5ac6f934a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- railsui (3.1.4)
4
+ railsui (3.1.5)
5
5
  meta-tags
6
6
  psych
7
7
  rails (>= 7.0)
@@ -75,7 +75,7 @@
75
75
  <ul class="leading-loose text-base font-medium font-medium grid sm:grid-cols-4 gap-4 text-neutral-600 dark:text-neutral-300 max-w-3xl grid-cols-2">
76
76
  <%= render "railsui/default/link", path: systems_path, icon: "puzzle-piece", text: "Components" %>
77
77
 
78
- <%= render "railsui/default/link", path: railsui.root_path(anchor: "pages"), icon: "window", text: "Pages" %>
78
+ <%= render "railsui/default/link", path: pages_path, icon: "window", text: "Pages" %>
79
79
 
80
80
  <%= render "railsui/default/link", path: "/rails/mailers", icon: "envelope", text: "Mailers" %>
81
81
 
@@ -37,11 +37,11 @@
37
37
  <% if Railsui.config.theme.present? %>
38
38
  <%= render "railsui/shared/global_nav_item", path: systems_path, icon: "cube", label:"Components" %>
39
39
 
40
- <%= render "railsui/shared/global_nav_item", path: pages_url, icon: "window", label: "Pages" %>
41
-
42
40
  <% if params[:controller].include?('systems') %>
43
41
  <%= render "railsui/shared/system_nav" %>
44
42
  <% end %>
43
+
44
+ <%= render "railsui/shared/global_nav_item", path: pages_url, icon: "window", label: "Pages" %>
45
45
  <% end %>
46
46
 
47
47
  <%= render "railsui/shared/global_nav_item", path: "https://railsui.com/docs", icon: "document-magnifying-glass", label: "Docs" %>
@@ -1,3 +1,3 @@
1
1
  module Railsui
2
- VERSION = "3.1.4"
2
+ VERSION = "3.1.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsui
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Leverenz
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-01 00:00:00.000000000 Z
10
+ date: 2025-05-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails