lato 0.3.10 → 0.3.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0f940391fc2f80deb23580a9bbb53f775797ba2996d34507c93441df2737c9a
4
- data.tar.gz: dea7946a37b44fcfd6c88ee04ec5e908cc9effb9c72677d391a86d2d31cf038b
3
+ metadata.gz: a381fd7c8e6ce67863f4a97fc77ecf74c94d741dbe3e5f5d962a74eb35a39bdd
4
+ data.tar.gz: 81db1516f7400943b452b30c1be676d32d597956067fe6e96ba04606388bbc07
5
5
  SHA512:
6
- metadata.gz: 11dbcb75ea392b3698b64056c404a7048d1c388f4f7caefd0eaec592e42df25e4b614d2a56cf3ff6795491a8b7cf019ff9c54a7738388facea24d8d97efb75b6
7
- data.tar.gz: 351fdff7c4bcff8ecad5077f2da34cd2233b4819a928ade0d1c516a55836d839507266cc9f620d160273d1604b8312ee97bc926122b494a6a9b50446908b5ba4
6
+ metadata.gz: dbb0ee1964c0823a0b2295519e51bfe2ecec4cf0f75a18de88a402ae01c4f455a5a169176c0d7e8189a4c7e59b884e98921b6fd4845c67cf1ebfaae97bf96a75
7
+ data.tar.gz: 62156f6253ec167890e23782ac5376646bd3d9edc7d242fd63ecd9be9650456c92d3554c1db9bde28b4528ef6b5a4c71123fda0f9839beb7baae501bc50fbbfe
@@ -1,6 +1,6 @@
1
1
  <div class="toast-container">
2
2
  <% if notice %>
3
- <div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
3
+ <div class="position-fixed end-0 bottom-0 p-3" style="z-index: 11;">
4
4
  <div data-controller="lato-feedback" id="feedbackNotice" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
5
5
  <div class="toast-header">
6
6
  <i class="bi bi-check-circle-fill text-success me-2"></i>
@@ -15,7 +15,7 @@
15
15
  <% end %>
16
16
 
17
17
  <% if alert %>
18
- <div class="position-fixed bottom-0 end-0 p-3" style="z-index: 11">
18
+ <div class="position-fixed end-0 bottom-0 p-3" style="z-index: 11;">
19
19
  <div data-controller="lato-feedback" id="feedbackAlert" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
20
20
  <div class="toast-header">
21
21
  <i class="bi bi-check-circle-fill text-danger me-2"></i>
data/lib/lato/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lato
2
- VERSION = "0.3.10"
2
+ VERSION = "0.3.12"
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.3.10
4
+ version: 0.3.12
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-11-16 00:00:00.000000000 Z
11
+ date: 2023-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails