avo 3.16.3 → 3.16.4

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: 62b5e7b15648b554d65db37c238a35dc2a772cd008c973c30447f495185c2e2c
4
- data.tar.gz: 49849f08c2568a9de38d2bf5280bdb0bd9d1c4ca89c39534eab4b40ca869e27c
3
+ metadata.gz: 260e9b5f86b0faf9f58269faf8f36d0c1f3ae210b01c23f0eccc931b0f938b06
4
+ data.tar.gz: df776265fba8e03cef941d7d9e8379b8a2d3be28fd24d049b7c66709f69bb861
5
5
  SHA512:
6
- metadata.gz: 839459804e018cf93d48b73571c9d04fe79eee94aa720ce8067a790d45cf508dafb63be6c91170c28a542c481e177f22462b616501506f0c89cf343cdaae1b21
7
- data.tar.gz: e291195b3b5112d9f5bdb9d2dbd1d1c6d2fb665f1ba8ec569b812ae72ba05bab11f5ad48621e6ff9fee3e12b92281f74efbfe0c212416a30b71d84027bc3074f
6
+ metadata.gz: f9c6d39a78ec0fb23a4966eafbc0e8d0b7e879d4c41eb3eee36082a7d08b31eae7d2586bc28cbdeb3144f68f33c9146c01ef4c29bd65ed5025316c5c465c8f8c
7
+ data.tar.gz: 4878457e61bdac8e9852f2c9d8b20a07846c139afb5082ce224692d9b394d197f0cda31fbbf7809ed34a5adcc98700a32f867fc86273d0ed6920f03e3c27dd4f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.16.3)
4
+ avo (3.16.4)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -7594,6 +7594,11 @@ tag.tagify__tag{
7594
7594
  margin-bottom:-0.5rem
7595
7595
  }
7596
7596
 
7597
+ .-my-3{
7598
+ margin-top:-0.75rem;
7599
+ margin-bottom:-0.75rem
7600
+ }
7601
+
7597
7602
  .-my-4{
7598
7603
  margin-top:-1rem;
7599
7604
  margin-bottom:-1rem
@@ -10395,6 +10400,10 @@ tag.tagify__tag{
10395
10400
  will-change:transform
10396
10401
  }
10397
10402
 
10403
+ .\@container{
10404
+ container-type:inline-size
10405
+ }
10406
+
10398
10407
  .\@container\/details{
10399
10408
  container-type:inline-size;
10400
10409
  container-name:details
@@ -8,4 +8,8 @@
8
8
  <% end %>
9
9
 
10
10
  <%# This is the last script to run so it can register custom StimulusJS controllers from plugins. %>
11
- <%= javascript_include_tag 'late-registration', "data-turbo-track": "reload", defer: true %>
11
+ <% if Avo::PACKED %>
12
+ <%= javascript_include_tag '/avo-assets/late-registration', "data-turbo-track": "reload", defer: true %>
13
+ <% else %>
14
+ <%= javascript_include_tag 'late-registration', "data-turbo-track": "reload", defer: true %>
15
+ <% end %>
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.16.3" unless const_defined?(:VERSION)
2
+ VERSION = "3.16.4" unless const_defined?(:VERSION)
3
3
  end
@@ -7594,6 +7594,11 @@ tag.tagify__tag{
7594
7594
  margin-bottom:-0.5rem
7595
7595
  }
7596
7596
 
7597
+ .-my-3{
7598
+ margin-top:-0.75rem;
7599
+ margin-bottom:-0.75rem
7600
+ }
7601
+
7597
7602
  .-my-4{
7598
7603
  margin-top:-1rem;
7599
7604
  margin-bottom:-1rem
@@ -10395,6 +10400,10 @@ tag.tagify__tag{
10395
10400
  will-change:transform
10396
10401
  }
10397
10402
 
10403
+ .\@container{
10404
+ container-type:inline-size
10405
+ }
10406
+
10398
10407
  .\@container\/details{
10399
10408
  container-type:inline-size;
10400
10409
  container-name:details
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: 3.16.3
4
+ version: 3.16.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin