lato 0.1.34 → 0.1.36

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: 812fbe60084c9f4d5e61352c141c5ed7ed25cdff9518231a3993c0a4eced0a86
4
- data.tar.gz: 9ad26645a1a478fead284ebe80e16a1be758a7c2a543fa146561bc28e8c8a044
3
+ metadata.gz: 26a09a09607c42a7c3908638a3b72f46e897c6313a99d8685ca4642b466c3dd1
4
+ data.tar.gz: bb5a56a86eb94b574b0b4f9ca0f4ffb35b4c18065ed3cec882da41d8c9ff612e
5
5
  SHA512:
6
- metadata.gz: 6e91e5904f3cc4acce8c465011d33d880a275f00e87b568f07f36166521692b920c7e92f91cdef6ea8e109dc480fa48f6bd0a8b273dff29503eeb3b624699ddd
7
- data.tar.gz: 91edce6bde5d126e5ce6cdf25244e7d6d8435cd64778d65daa1225cb9efa49a6283e5dfea3b2647974c8362949738e13c5aa74a91a44c3ae3618913c462d8eb1
6
+ metadata.gz: 903bc9c0bdffcabe8ba4c78a6e788ccc4ee5f9937bc3ce0828d252f4a0a5969d9d6968c89fc7a5a5c9de3beef60380d919d6fc649e00481e61a4523cd395e57b
7
+ data.tar.gz: 100cf1fd0c49e47ae3c2247dbb9b5af503b3ecfdc4bb61c08530e2e3dfe2e72987042b098f3d51865e5c329d042f4b02b8d19e89f5419bb5fa778a20d688913d
@@ -43,6 +43,7 @@ main, aside {
43
43
  bottom: 0;
44
44
  left: 0;
45
45
  width: 100%;
46
+ min-height: 0;
46
47
  height: calc(100% - 54px);
47
48
  z-index: 99;
48
49
  transform: translateX(-100%);
@@ -0,0 +1 @@
1
+ <!-- Free for foot tags -->
@@ -0,0 +1 @@
1
+ <!-- Free for head tags -->
@@ -10,6 +10,8 @@
10
10
  <!-- TEMPORARY FIX: Popper js not working using bootstrap-gem -->
11
11
  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
12
12
 
13
+ <%= render 'layouts/lato/head_content' %>
14
+
13
15
  <%= stylesheet_link_tag Lato.config.assets_stylesheet_entry, media: "all" %>
14
16
  <%= javascript_importmap_tags %>
15
17
  </head>
@@ -40,8 +42,12 @@
40
42
  <%= render 'layouts/lato/footer' %>
41
43
  </footer>
42
44
 
43
- <%= render 'layouts/lato/aside-opener' %>
45
+ <% if @layout_sidebar %>
46
+ <%= render 'layouts/lato/aside-opener' %>
47
+ <% end %>
44
48
  <%= render 'layouts/lato/feedbacks' %>
45
49
  <%= render 'layouts/lato/action' %>
50
+
51
+ <%= render 'layouts/lato/foot_content' %>
46
52
  </body>
47
53
  </html>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "0.1.34"
2
+ VERSION = "0.1.36"
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: 0.1.34
4
+ version: 0.1.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregorio Galante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-22 00:00:00.000000000 Z
11
+ date: 2023-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -174,7 +174,9 @@ files:
174
174
  - app/views/layouts/lato/_aside-opener.html.erb
175
175
  - app/views/layouts/lato/_content.html.erb
176
176
  - app/views/layouts/lato/_feedbacks.html.erb
177
+ - app/views/layouts/lato/_foot_content.html.erb
177
178
  - app/views/layouts/lato/_footer.html.erb
179
+ - app/views/layouts/lato/_head_content.html.erb
178
180
  - app/views/layouts/lato/_mailer-foot_content.html.erb
179
181
  - app/views/layouts/lato/_mailer-head_content.html.erb
180
182
  - app/views/layouts/lato/_navbar-brand_content.html.erb