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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4bb96ca665f26bae7342b8bc6013dccd68518b0afa385979a6baf3a13f48049
4
- data.tar.gz: afe9b15cb7688366523079d8f78ad08692c7f6b1497f674c33c8954ecb6c4af5
3
+ metadata.gz: d8449636bde7d7bc0be448c50fe0ad890cb9dfba72b46871bfaeb866fb96602d
4
+ data.tar.gz: c4ebe4f7e7f0cec63b96a62a766e7f75a33627ab63b6f72e3d231054743ab812
5
5
  SHA512:
6
- metadata.gz: 98f239d1eaf566b72e5d566600a5adb8f3f23b88e3545aeacb47f8c2600f702c64aebb2348a8b42015f3a1fe51a4a71489b5fbfd1c55b28545502a983bd31dbe
7
- data.tar.gz: a04360c292f45c3076c6e764a2c99776a01cce3045f94a3ffe4044d8cf470a109e7a93903980a3c9b2d8185583ead83c8494a56eed74616f7a298b5bab4957fe
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://auuu.link/s/lato) 👈 👈
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](http://lato.gregoriogalante.com/AI.html) directly on your browser to generate code and get helps with the gem.
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
- .lato-guide-tooltip {
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
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "3.13.9"
2
+ VERSION = "3.13.10"
3
3
  end
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.9
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-05 00:00:00.000000000 Z
11
+ date: 2025-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails