@total_onion/onion-library 1.0.41 → 1.0.42

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.
@@ -1948,5 +1948,5 @@
1948
1948
  "acfe_display_title": "",
1949
1949
  "acfe_meta": "",
1950
1950
  "acfe_note": "",
1951
- "modified": 1752877913
1951
+ "modified": 1752882847
1952
1952
  }
@@ -1,10 +1,10 @@
1
1
  {% set gridLayoutElement = include('components/grid-layout-element.twig', { fields: field, block }, with_context = false) %}
2
2
  {% set elementStyles = gridLayoutElement %}
3
3
  <style>
4
- .{{blockClassName}}__spacer-container.{{block.id}} {
4
+ .{{blockClassName}}__spacer-container.{{block.id}}{
5
5
  {{elementStyles}}
6
6
  }
7
7
  </style>
8
8
  <div class="{{blockClassName}}__spacer-container {{blockClassName}}__info-item {{block.id}}">
9
- {{ include( 'blocks/spacer-v2.twig', {fields : field, block, blockClassName}, with_context = false) }}
9
+ {{ include( 'blocks/spacer-v3.twig', {fields : field, block, blockClassName}, with_context = false) }}
10
10
  </div>
@@ -26,7 +26,7 @@
26
26
  {% if field.acf_fc_layout == 'cta_selection' or field.acf_fc_layout == 'social_media_share' %}
27
27
  {{include('components/' ~ field.acf_fc_layout|replace({'_': '-'}) ~ '.twig', {fields: field, field, post, block, blockClassName, postType, options, cta_styles, imageSizes}, with_context = false, ignore_missing = true)}}
28
28
  {% else %}
29
- {{include('blocks/post-info/' ~ field.acf_fc_layout|replace({'_': '-'}) ~ '.twig', {field, post, block, blockClassName, postType, options, cta_styles, imageSizes}, with_context = false, ignore_missing = true)}}
29
+ {{include('blocks/post-info-v3/' ~ field.acf_fc_layout|replace({'_': '-'}) ~ '.twig', {field, post, block, blockClassName, postType, options, cta_styles, imageSizes}, with_context = false, ignore_missing = true)}}
30
30
  {% endif %}
31
31
  {% endfor %}
32
32
  {% if fields.enable_post_cover_link %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {