avo 3.16.3 → 3.16.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 260e9b5f86b0faf9f58269faf8f36d0c1f3ae210b01c23f0eccc931b0f938b06
|
4
|
+
data.tar.gz: df776265fba8e03cef941d7d9e8379b8a2d3be28fd24d049b7c66709f69bb861
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9c6d39a78ec0fb23a4966eafbc0e8d0b7e879d4c41eb3eee36082a7d08b31eae7d2586bc28cbdeb3144f68f33c9146c01ef4c29bd65ed5025316c5c465c8f8c
|
7
|
+
data.tar.gz: 4878457e61bdac8e9852f2c9d8b20a07846c139afb5082ce224692d9b394d197f0cda31fbbf7809ed34a5adcc98700a32f867fc86273d0ed6920f03e3c27dd4f
|
data/Gemfile.lock
CHANGED
@@ -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
|
-
|
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
@@ -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
|