@total_onion/onion-library 2.0.214 → 2.0.216
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.
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
<div class="{{ blockClassName }}__inner">
|
|
16
16
|
<div class="{{ blockClassName }}__wrapper">
|
|
17
17
|
{% if fields.title %}
|
|
18
|
-
{{
|
|
18
|
+
<div class="{{ blockClassName }}__title-container">
|
|
19
|
+
{{ fields.title }}
|
|
20
|
+
</div>
|
|
19
21
|
{% endif %}
|
|
20
22
|
<!-- inline-form -->
|
|
21
23
|
{{function('do_shortcode', '[cdbform id=' ~ fields.form ~ ']')}}
|
|
@@ -12,7 +12,7 @@ import peteBath from './pete-bath.webp';
|
|
|
12
12
|
import peteLawn from './pete-lawn.webp';
|
|
13
13
|
import skyLivingLarge from './sky-field.webp';
|
|
14
14
|
import skySecurity from './sky-security.webp';
|
|
15
|
-
import skyLuxury from './sky-luxury.webp';
|
|
15
|
+
import skyLuxury from './sky-luxury-2.webp';
|
|
16
16
|
import fatGigioSleepy from './fat-gigio-sleepy.webp';
|
|
17
17
|
import fatGigioKitten from './fat-gigio-kitten.webp';
|
|
18
18
|
import peteDinosaur from './pete-dinosaur.webp';
|