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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73cda896180c2a0065e8c6e57a8a5cf30208d4105b646210bbf4c6a5b0b8e875
|
4
|
+
data.tar.gz: 1ce88c1c03184bd46cce71baa93285ad7091ab483066c2da8347450f9a66f744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: beee179f8afdf42c9db104e989cbdaeaef6472edb1bd0b5c667e07cf3f6c4a01f4d89898268c607b38a3f3c7996eb95eaa3eacb4f71b3293e9cd7be6bec509d8
|
7
|
+
data.tar.gz: 38dd6ca8c1bb3847bbf655b181da031e31913238e631ff87b73210ff76e5d30713b499edf9985db80f0a78aaac93eb1fc32c361d928b6ea316fb3bd5ac6f934a
|
data/Gemfile.lock
CHANGED
@@ -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:
|
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" %>
|
data/lib/railsui/version.rb
CHANGED
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
|
+
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-
|
10
|
+
date: 2025-05-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|