@total_onion/onion-library 1.0.67 → 1.0.69

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,7 @@
15
15
  {% set imageFitStyle = '--image-fit-style:' ~ (field.image_fit_style|ru|default('contain')) ~ ';' %}
16
16
  {% set styleVars = imageWidthPercentDesktop ~ imageWidthPercentMobile ~ imageWidthPercentMobilePx ~ imageWidthPercentDesktopPx ~ imageAspectRatioDesktop ~ imageAspectRatioPortrait ~ imageAspectRatioMobile ~ imageFitStyle %}
17
17
  <style>
18
- .{{blockClassName}}__post-image-container.{{block.id}} {
18
+ .{{blockClassName}}__post-image-container.{{block.id}}{
19
19
  {{styleVars}}
20
20
  {{gridLayoutElement}}
21
21
  {{positionVars}}
@@ -25,7 +25,7 @@
25
25
  {% set imageSizes = imageSizes|default('(min-width: 1440px) 50vw, (min-width: 768px) 50vw, (min-width: 500px) 50vw, 100vw') %}
26
26
  {% set imageFields = [] %}
27
27
  {% set imageFields = imageFields|merge({'enable_image' : true}) %}
28
- {% set imageClassname = 'post-info__post' %}
28
+ {% set imageClassname = 'post-info-v3__post' %}
29
29
  {% if attribute(post, 'post_' ~ imageSelect) %}
30
30
  {% set imageFields = imageFields|merge({'image' : attribute(post, 'post_' ~ imageSelect)}) %}
31
31
  {% elseif attribute(post, postType ~ '_' ~ imageSelect) %}
@@ -51,8 +51,6 @@
51
51
  "layout"
52
52
  ],
53
53
  "acfe_flexible_add_actions": [
54
- "title",
55
- "toggle",
56
54
  "copy",
57
55
  "close"
58
56
  ],
@@ -458,5 +456,5 @@
458
456
  "acfe_display_title": "",
459
457
  "acfe_meta": "",
460
458
  "acfe_note": "",
461
- "modified": 1752847298
459
+ "modified": 1753290857
462
460
  }
@@ -1382,5 +1382,5 @@
1382
1382
  "acfe_display_title": "",
1383
1383
  "acfe_meta": "",
1384
1384
  "acfe_note": "",
1385
- "modified": 1752931819
1385
+ "modified": 1753290730
1386
1386
  }
@@ -123,5 +123,5 @@
123
123
  "acfe_display_title": "",
124
124
  "acfe_meta": "",
125
125
  "acfe_note": "",
126
- "modified": 1752846137
126
+ "modified": 1753290982
127
127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {