lato 3.13.9 → 3.13.10
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 +4 -4
- data/README.md +2 -2
- data/app/assets/stylesheets/lato/application.scss +10 -1
- data/lib/lato/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8449636bde7d7bc0be448c50fe0ad890cb9dfba72b46871bfaeb866fb96602d
|
4
|
+
data.tar.gz: c4ebe4f7e7f0cec63b96a62a766e7f75a33627ab63b6f72e3d231054743ab812
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d17dcc82d7a0e7e3077d601859e15dff5c556d124612050caf004875b592824471970d75320f71b47b6ecf365548dbee0838fe28052acc59ca476ac2f6b6478d
|
7
|
+
data.tar.gz: f0c8d152ad2a84969691a87ce37b27df6c946b5fe99d06d6167a63328cfa99147d60ab9951c4062d67b2748603a1377768adeeef0e1bb81d8b6870b6da0d0f90
|
data/README.md
CHANGED
@@ -19,9 +19,9 @@ The gem is ready to be used with the **latest Rails 7+** features like **[ESM im
|
|
19
19
|
|
20
20
|
## Full documentation
|
21
21
|
|
22
|
-
The full documentation is available at: 👉 👉 [THIS LINK](https://
|
22
|
+
The full documentation is available at: 👉 👉 [THIS LINK](https://lato-oss.gregoriogalante.com) 👈 👈
|
23
23
|
|
24
|
-
You can also use the [Lato AI Agent](
|
24
|
+
You can also use the [Lato AI Agent](https://lato-oss.gregoriogalante.com/AI.html) directly on your browser to generate code and get helps with the gem.
|
25
25
|
|
26
26
|
## Eco-system
|
27
27
|
The idea behind Lato is to create an eco-system of engines that can improve the functionalities of the panel. The following engines are already available:
|
@@ -145,6 +145,15 @@ main, aside {
|
|
145
145
|
min-height: 38px;
|
146
146
|
}
|
147
147
|
|
148
|
-
|
148
|
+
/** Print style */
|
149
149
|
|
150
|
+
@media print {
|
151
|
+
header, aside, footer {
|
152
|
+
display: none !important;
|
153
|
+
}
|
154
|
+
|
155
|
+
main {
|
156
|
+
padding-top: 0 !important;
|
157
|
+
width: 100% !important;
|
158
|
+
}
|
150
159
|
}
|
data/lib/lato/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lato
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.13.
|
4
|
+
version: 3.13.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gregorio Galante
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|