avo 2.37.1 → 2.37.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of avo might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23ddc6ba1d200de7c9597eb8aeb0d52b82f18f9321d859dd4f2089dfc11e7991
4
- data.tar.gz: 8825e4520ec2c6792c3b34de9be0658cc13e4fa13bdd15e1c2930719ae98391a
3
+ metadata.gz: f1b38ca1d96f4df240bf375e0555f2672c330d94503209aded0e9b518a2ad5ca
4
+ data.tar.gz: b12535f62397f583916a856b826eca7d7f25cf9ba35e9d58d5de7babc1cdc8a0
5
5
  SHA512:
6
- metadata.gz: 9e0d26ced1c8bbfdb1d1c29a90e8c11ff86e038d58f985f06b2241888416b1c2d4ab13a8179229bcf39af94861b591804616312342e06ed069cd1bbdb6fb4f21
7
- data.tar.gz: b2be4690bf39bee8d27fa064393b91431b38476022610e084e5f625890abd563669009d043ca9b56f57c21671ecb7c63eb7040629b3bc23c5b501b1429ff1c71
6
+ metadata.gz: 04ccefa10303cb67373831fb18b4fb409639146125c3868e19c3c86dcefa65bad3bd9a18a2f94813dbda633f752181761b52a61238608e0d996ac94c12a2b928
7
+ data.tar.gz: b878ad1ad56c0de5010f14423c8dec4bd025d2063c2fd94eaa949ff07387dda50cdfa011151b03c08891085aec0b3de4434e7a3c67c1b70bbe26c2433c486a9e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (2.37.1)
4
+ avo (2.37.2)
5
5
  actionview (>= 6.0)
6
6
  active_link_to
7
7
  activerecord (>= 6.0)
@@ -3,7 +3,7 @@
3
3
  data-modal-target="modal"
4
4
  >
5
5
  <div aria-expanded="true" class="modal-overlay absolute w-full h-full bg-opacity-25 bg-gray-800 flex justify-center items-center" data-action="click->modal#close"></div>
6
- <div aria-expanded="true" role="dialog" aria-modal="true" class="modal-body rounded-lg overflow-hidden inset-auto w-11/12 lg:w-1/2 sm:max-w-168 min-h-1/4 bg-white flex z-50 relative shadow-modal">
6
+ <div aria-expanded="true" role="dialog" aria-modal="true" class="modal-body rounded-lg inset-auto w-11/12 lg:w-1/2 sm:max-w-168 min-h-1/4 bg-white flex z-50 relative shadow-modal overflow-auto max-h-full">
7
7
  <div class="flex-1 flex flex-col justify-between">
8
8
  <div>
9
9
  <div class="p-6 text-2xl tracking-normal font-semibold text-black">
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "2.37.1" unless const_defined?(:VERSION)
2
+ VERSION = "2.37.2" unless const_defined?(:VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.37.1
4
+ version: 2.37.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin