@total_onion/onion-library 1.1.19 → 1.1.20

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.
@@ -120,7 +120,7 @@
120
120
  {% endfor %}
121
121
  </div>
122
122
  </div>
123
- {% set positionVars = include('components/element-positioning.twig', { fields, block, blockClassName, is_preview}, with_context = false) %}
123
+ {% set positionVars = include('components/element-positioning-v3.twig', { fields, block, blockClassName, is_preview}, with_context = false) %}
124
124
 
125
125
  {% if fields.carousel_pagination %}
126
126
  <div class="swiper-pagination" style="{{positionVars}}"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {