@total_onion/onion-library 2.0.66 → 2.0.70

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.
Files changed (129) hide show
  1. package/.github/workflows/npm-publish.yml +2 -2
  2. package/components/block-accent-image-v3/accent-image-v3.twig +2 -2
  3. package/components/block-accordion-v3/accordion-v3.twig +23 -24
  4. package/components/block-betterreviews-display-v3/betterreviews-display-v3.twig +2 -3
  5. package/components/block-block-interactions-v3/block-interactions-v3.twig +7 -9
  6. package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.twig +5 -3
  7. package/components/block-cover-link-v3/cover-link-v3.twig +1 -1
  8. package/components/block-divider-v3/divider-v3.twig +1 -1
  9. package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.twig +2 -2
  10. package/components/block-featured-image-gallery-v3/group_5f91897095b42.json +162 -7
  11. package/components/block-form-selection-v3/form-selection-v3.twig +16 -1
  12. package/components/block-gradient-layer-v3/gradient-layer-v3.twig +2 -2
  13. package/components/block-group-container-v3/group-container-v3.twig +5 -4
  14. package/components/block-group-container-v3/group_6865578ada499.json +364 -38
  15. package/components/block-lottie-content-v3/lottie-content-v3.twig +5 -7
  16. package/components/block-market-selector-v3/market-selector-v3.twig +1 -1
  17. package/components/block-modal-form-v3/modal-form-v3.twig +12 -12
  18. package/components/block-nav-menu-container-v3/group_687e00b45e9a3.json +96 -66
  19. package/components/block-nav-menu-container-v3/nav-menu-container-v3.twig +9 -8
  20. package/components/block-post-type-filter-grid-v3/group_64690c62487bc.json +3674 -0
  21. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/better-reviews-widget.vue +15 -0
  22. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/buy-now-widget.vue +72 -0
  23. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-category.vue +40 -0
  24. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/cocktail-tasting-notes.vue +15 -0
  25. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/divider-widget.vue +11 -0
  26. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/drink-tastes.vue +26 -0
  27. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/featured-post-component.vue +62 -0
  28. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/global-image-widget.vue +23 -0
  29. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/media-widget.vue +23 -0
  30. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-email-widget.vue +20 -0
  31. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-name-widget.vue +15 -0
  32. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-questionaire-widget.vue +17 -0
  33. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/person-rating-widget.vue +25 -0
  34. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-author-widget.vue +15 -0
  35. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-category-widget.vue +20 -0
  36. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-component.vue +130 -0
  37. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-headline-widget.vue +16 -0
  38. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-image-widget.vue +60 -0
  39. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-description.vue +14 -0
  40. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-info-subtitle.vue +14 -0
  41. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-link-widget.vue +44 -0
  42. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-publish-widget.vue +44 -0
  43. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-tags-widget.vue +19 -0
  44. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-text-alternative-style.vue +18 -0
  45. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/post-title-widget.vue +20 -0
  46. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/pre-render-posts-html.twig +17 -0
  47. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-abv.vue +18 -0
  48. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-age-statement.vue +17 -0
  49. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-bazaarvoice.vue +15 -0
  50. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-brand.vue +16 -0
  51. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-cask-type.vue +16 -0
  52. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-country.vue +14 -0
  53. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-description.vue +15 -0
  54. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-name.vue +18 -0
  55. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-details-price.vue +15 -0
  56. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-finish.vue +15 -0
  57. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-history.vue +16 -0
  58. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-link.vue +15 -0
  59. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-logo-widget.vue +22 -0
  60. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-name.vue +17 -0
  61. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-nose.vue +16 -0
  62. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-price.vue +15 -0
  63. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-slug.vue +14 -0
  64. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-taste.vue +16 -0
  65. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/product-whisky-type.vue +25 -0
  66. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-posts.twig +474 -0
  67. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/ptfg-utils.vue +38 -0
  68. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/shopify-add-to-cart.vue +31 -0
  69. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/social-media-item.vue +58 -0
  70. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/spacer-widget.vue +13 -0
  71. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3/text-search.vue +10 -0
  72. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +14 -0
  73. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +48 -0
  74. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.scss +1084 -0
  75. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.twig +157 -0
  76. package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.vue +938 -0
  77. package/components/block-product-info-v3/product-info-v3.twig +2 -1
  78. package/components/block-scrolling-banner-v3/group_68e67fca1ec80.json +1 -56
  79. package/components/block-scrolling-banner-v3/scrolling-banner-v3.twig +7 -4
  80. package/components/block-section-separator-v3/section-separator-v3.twig +2 -2
  81. package/components/block-single-column-container-v3/single-column-container-v3.twig +1 -1
  82. package/components/block-single-responsive-image-v3/group_6867bcf24c2fc.json +5 -11
  83. package/components/block-single-responsive-image-v3/single-responsive-image-v3.twig +2 -2
  84. package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
  85. package/components/block-site-logo-container-v3/group_687e3b887b508.json +53 -5
  86. package/components/block-site-logo-container-v3/site-logo-container-v3.twig +4 -2
  87. package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.twig +2 -2
  88. package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.twig +2 -2
  89. package/components/block-social-networks-v3/social-networks-v3.twig +5 -6
  90. package/components/block-standard-content-v3/standard-content-v3.twig +2 -3
  91. package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.twig +59 -59
  92. package/components/block-sub-group-container-v3/group_686ceba7d6066.json +197 -56
  93. package/components/block-sub-group-container-v3/sub-group-container-v3.twig +3 -4
  94. package/components/block-video-content-v3/group_687190b8d26df.json +175 -167
  95. package/components/block-video-content-v3/video-content-v3.twig +1 -1
  96. package/components/component-accent-image-v3/group_686cd5547efd2.json +5 -5
  97. package/components/component-athena-body-close-v3/athena-body-close-v3.twig +2 -2
  98. package/components/component-athena-head-v3/athena-head-v3.twig +11 -11
  99. package/components/component-block-settings-v3/group_689f649af2ac4.json +22 -1
  100. package/components/component-child-block-video-fields/group_6852a4f384204.json +351 -349
  101. package/components/component-content-box-settings-v3/group_686e6ec702acc.json +1727 -1937
  102. package/components/component-content-box-v3/group_686b8a4f1fe5d.json +50 -1
  103. package/components/component-core-body-close-v3/core-body-close-v3.twig +2 -0
  104. package/components/component-core-body-open-v3/core-body-open-v3.twig +32 -0
  105. package/components/component-core-head-v3/core-head-v3.twig +63 -0
  106. package/components/component-cta-selection-v3/cta-selection-v3.twig +1 -2
  107. package/components/component-responsive-image-v3/group_6867bc53f1da8.json +4 -31
  108. package/components/component-text-editor-settings-variables-v3/text-editor-settings-variables-v3.twig +1 -1
  109. package/components/component-video-component-v3/video-component-v3.twig +1 -1
  110. package/components/component-video-trigger-button-v3/video-trigger-button-v3.twig +1 -1
  111. package/components/entrypoint-entry-point-html-v3/entry-point-html-v3.twig +4 -7
  112. package/components/entrypoint-entry-point-style-v3/entry-point-style-v3.twig +2 -5
  113. package/components/fields-block-editor-assets-v3/block-editor-assets-v3.php +5 -7
  114. package/components/{fields-core-athena-block-render-function-v3/core-athena-block-render-function-v3.php → fields-core-block-render-function-v3/core-block-render-function-v3.php} +1 -1
  115. package/components/fields-drink-responsibly-notice-v3/group_68751257883ad.json +2 -1
  116. package/components/fields-dynamic-critical-css-v3/group_65abcd463e8d0.json +1 -1
  117. package/components/fields-image-management-service-v3/group_677813165b633.json +149 -0
  118. package/components/fields-modal-popup-content-v3/group_689876f1ee3fc.json +403 -0
  119. package/components/{component-modal-popup-content-v3 → fields-modal-popup-content-v3}/modal-popup-content-v3.twig +1 -1
  120. package/package.json +3 -2
  121. package/components/block-smash-balloon-social-media-v3/group_6890a2ab0e0a9.json +0 -143
  122. package/components/component-modal-popup-content/modal-popup-content.twig +0 -18
  123. package/components/fields-buy-now-button/group_658432636bde2.json +0 -340
  124. package/components/fields-cta-icons-v3/group_677ed96c3c64f.json +0 -822
  125. package/components/fields-design-system-v3/group_6870e9e74a347.json +0 -743
  126. package/components/fields-modal-popup-content/group_689876f1ee3fc.json +0 -390
  127. package/components/fields-modal-popup-content/modal-popup-content.twig +0 -18
  128. package/components/fields-site-logos-v3/group_6877b1697bf9f.json +0 -149
  129. package/components/fields-typography-settings-v3/group_6876149264002.json +0 -5636
@@ -0,0 +1,403 @@
1
+ {
2
+ "key": "group_689876f1ee3fc",
3
+ "title": "Fields: Modal Popup Content v3",
4
+ "fields": [
5
+ {
6
+ "key": "field_6898a645e88fd",
7
+ "label": "Modal Popup Content V3",
8
+ "name": "modal_popup_content_v3",
9
+ "aria-label": "",
10
+ "type": "group",
11
+ "instructions": "",
12
+ "required": 0,
13
+ "conditional_logic": 0,
14
+ "wrapper": {
15
+ "width": "",
16
+ "class": "",
17
+ "id": ""
18
+ },
19
+ "wpml_cf_preferences": 3,
20
+ "layout": "block",
21
+ "acfe_seamless_style": 0,
22
+ "acfe_group_modal": 0,
23
+ "sub_fields": [
24
+ {
25
+ "key": "field_689876f3d30ee",
26
+ "label": "Modal Popup Content Items",
27
+ "name": "modal_popup_content_items",
28
+ "aria-label": "",
29
+ "type": "flexible_content",
30
+ "instructions": "",
31
+ "required": 0,
32
+ "conditional_logic": 0,
33
+ "wrapper": {
34
+ "width": "",
35
+ "class": "",
36
+ "id": ""
37
+ },
38
+ "wpml_cf_preferences": 3,
39
+ "acfe_flexible_advanced": 1,
40
+ "acfe_flexible_stylised_button": 1,
41
+ "acfe_flexible_layouts_templates": 0,
42
+ "acfe_flexible_layouts_placeholder": 0,
43
+ "acfe_flexible_layouts_thumbnails": 0,
44
+ "acfe_flexible_layouts_settings": 0,
45
+ "acfe_flexible_layouts_locations": 0,
46
+ "acfe_flexible_async": [
47
+ "title",
48
+ "layout"
49
+ ],
50
+ "acfe_flexible_add_actions": [
51
+ "copy",
52
+ "lock",
53
+ "close"
54
+ ],
55
+ "acfe_flexible_remove_button": [],
56
+ "acfe_flexible_layouts_state": "user",
57
+ "acfe_flexible_modal_edit": {
58
+ "acfe_flexible_modal_edit_enabled": "0",
59
+ "acfe_flexible_modal_edit_size": "large"
60
+ },
61
+ "acfe_flexible_modal": {
62
+ "acfe_flexible_modal_enabled": "0",
63
+ "acfe_flexible_modal_title": false,
64
+ "acfe_flexible_modal_size": "full",
65
+ "acfe_flexible_modal_col": "4",
66
+ "acfe_flexible_modal_categories": false
67
+ },
68
+ "acfe_flexible_grid": {
69
+ "acfe_flexible_grid_enabled": "0",
70
+ "acfe_flexible_grid_align": "center",
71
+ "acfe_flexible_grid_valign": "stretch",
72
+ "acfe_flexible_grid_wrap": false
73
+ },
74
+ "layouts": {
75
+ "layout_6898774bed496": {
76
+ "key": "layout_6898774bed496",
77
+ "name": "raw_html",
78
+ "label": "Raw Html",
79
+ "display": "block",
80
+ "sub_fields": [
81
+ {
82
+ "key": "field_6898a78431d84",
83
+ "label": "Modal Popup Content ID",
84
+ "name": "modal_popup_content_id",
85
+ "aria-label": "",
86
+ "type": "text",
87
+ "instructions": "",
88
+ "required": 0,
89
+ "conditional_logic": 0,
90
+ "wrapper": {
91
+ "width": "",
92
+ "class": "",
93
+ "id": ""
94
+ },
95
+ "wpml_cf_preferences": 2,
96
+ "default_value": "",
97
+ "maxlength": "",
98
+ "placeholder": "",
99
+ "prepend": "",
100
+ "append": ""
101
+ },
102
+ {
103
+ "key": "field_6898776ad30f0",
104
+ "label": "Raw Html",
105
+ "name": "raw_html",
106
+ "aria-label": "",
107
+ "type": "acfe_code_editor",
108
+ "instructions": "",
109
+ "required": 0,
110
+ "conditional_logic": 0,
111
+ "wrapper": {
112
+ "width": "",
113
+ "class": "",
114
+ "id": ""
115
+ },
116
+ "wpml_cf_preferences": 2,
117
+ "default_value": "",
118
+ "placeholder": "",
119
+ "mode": "text\/html",
120
+ "lines": 1,
121
+ "indent_unit": 4,
122
+ "maxlength": "",
123
+ "rows": 4,
124
+ "max_rows": "",
125
+ "return_format": []
126
+ }
127
+ ],
128
+ "min": "",
129
+ "max": "",
130
+ "acfe_flexible_render_template": false,
131
+ "acfe_flexible_render_style": false,
132
+ "acfe_flexible_render_script": false,
133
+ "acfe_flexible_thumbnail": false,
134
+ "acfe_flexible_settings": false,
135
+ "acfe_flexible_settings_size": "medium",
136
+ "acfe_layout_locations": [],
137
+ "acfe_flexible_modal_edit_size": false,
138
+ "acfe_flexible_category": false,
139
+ "acfe_layout_col": "auto",
140
+ "acfe_layout_allowed_col": false
141
+ },
142
+ "layout_6898aed1ae16e": {
143
+ "key": "layout_6898aed1ae16e",
144
+ "name": "form_selection",
145
+ "label": "Form selection",
146
+ "display": "block",
147
+ "sub_fields": [
148
+ {
149
+ "key": "field_6898afb6ffcd5",
150
+ "label": "Modal Popup Content ID",
151
+ "name": "modal_popup_content_id",
152
+ "aria-label": "",
153
+ "type": "text",
154
+ "instructions": "",
155
+ "required": 0,
156
+ "conditional_logic": 0,
157
+ "wrapper": {
158
+ "width": "",
159
+ "class": "",
160
+ "id": ""
161
+ },
162
+ "default_value": "",
163
+ "maxlength": "",
164
+ "allow_in_bindings": 1,
165
+ "placeholder": "",
166
+ "prepend": "",
167
+ "append": "",
168
+ "wpml_cf_preferences": 2
169
+ },
170
+ {
171
+ "key": "field_6898aee0ae170",
172
+ "label": "Form",
173
+ "name": "form",
174
+ "aria-label": "",
175
+ "type": "post_object",
176
+ "instructions": "",
177
+ "required": 0,
178
+ "conditional_logic": 0,
179
+ "wrapper": {
180
+ "width": "",
181
+ "class": "",
182
+ "id": ""
183
+ },
184
+ "post_type": [
185
+ "cdbform"
186
+ ],
187
+ "post_status": "",
188
+ "taxonomy": "",
189
+ "return_format": "object",
190
+ "multiple": 0,
191
+ "save_custom": 0,
192
+ "save_post_status": "publish",
193
+ "acfe_add_post": 0,
194
+ "acfe_edit_post": 0,
195
+ "acfe_bidirectional": {
196
+ "acfe_bidirectional_enabled": "0"
197
+ },
198
+ "max": "",
199
+ "allow_null": 0,
200
+ "allow_in_bindings": 1,
201
+ "bidirectional": 0,
202
+ "ui": 1,
203
+ "bidirectional_target": [],
204
+ "save_post_type": "",
205
+ "min": "",
206
+ "wpml_cf_preferences": 3
207
+ },
208
+ {
209
+ "key": "field_689a187215a55",
210
+ "label": "Enable Title",
211
+ "name": "enable_title",
212
+ "aria-label": "",
213
+ "type": "true_false",
214
+ "instructions": "",
215
+ "required": 0,
216
+ "conditional_logic": 0,
217
+ "wrapper": {
218
+ "width": "",
219
+ "class": "",
220
+ "id": ""
221
+ },
222
+ "message": "",
223
+ "default_value": 0,
224
+ "style": "",
225
+ "allow_in_bindings": 0,
226
+ "ui_on_text": "",
227
+ "ui_off_text": "",
228
+ "ui": 1,
229
+ "wpml_cf_preferences": 3
230
+ },
231
+ {
232
+ "key": "field_689a187e15a56",
233
+ "label": "Title",
234
+ "name": "title",
235
+ "aria-label": "",
236
+ "type": "wysiwyg",
237
+ "instructions": "",
238
+ "required": 0,
239
+ "conditional_logic": [
240
+ [
241
+ {
242
+ "field": "field_689a187215a55",
243
+ "operator": "==",
244
+ "value": "1"
245
+ }
246
+ ]
247
+ ],
248
+ "wrapper": {
249
+ "width": "",
250
+ "class": "",
251
+ "id": ""
252
+ },
253
+ "default_value": "",
254
+ "acfe_wysiwyg_height": 300,
255
+ "acfe_wysiwyg_max_height": "",
256
+ "acfe_wysiwyg_valid_elements": "",
257
+ "acfe_wysiwyg_custom_style": "",
258
+ "acfe_wysiwyg_disable_wp_style": 0,
259
+ "acfe_wysiwyg_autoresize": 0,
260
+ "acfe_wysiwyg_disable_resize": 0,
261
+ "acfe_wysiwyg_remove_path": 0,
262
+ "acfe_wysiwyg_menubar": 0,
263
+ "acfe_wysiwyg_transparent": 0,
264
+ "acfe_wysiwyg_merge_toolbar": 0,
265
+ "acfe_wysiwyg_custom_toolbar": 0,
266
+ "allow_in_bindings": 0,
267
+ "tabs": "visual",
268
+ "toolbar": "formatselect_align_bold_italic_underline_link_removeformat",
269
+ "media_upload": 0,
270
+ "delay": 0,
271
+ "acfe_wysiwyg_auto_init": 0,
272
+ "acfe_wysiwyg_min_height": 300,
273
+ "acfe_wysiwyg_toolbar_buttons": [],
274
+ "wpml_cf_preferences": 2
275
+ }
276
+ ],
277
+ "min": "",
278
+ "max": "",
279
+ "acfe_flexible_render_template": false,
280
+ "acfe_flexible_render_style": false,
281
+ "acfe_flexible_render_script": false,
282
+ "acfe_flexible_thumbnail": false,
283
+ "acfe_flexible_settings": false,
284
+ "acfe_flexible_settings_size": "medium",
285
+ "acfe_layout_locations": [],
286
+ "acfe_flexible_modal_edit_size": false,
287
+ "acfe_flexible_category": false,
288
+ "acfe_layout_col": "auto",
289
+ "acfe_layout_allowed_col": false
290
+ },
291
+ "layout_68af324074c41": {
292
+ "key": "layout_68af324074c41",
293
+ "name": "market_selector_v3",
294
+ "label": "Market Selector v3",
295
+ "display": "block",
296
+ "sub_fields": [
297
+ {
298
+ "key": "field_68af4c8575eaf",
299
+ "label": "Modal Popup Content ID",
300
+ "name": "modal_popup_content_id",
301
+ "aria-label": "",
302
+ "type": "text",
303
+ "instructions": "",
304
+ "required": 0,
305
+ "conditional_logic": 0,
306
+ "wrapper": {
307
+ "width": "",
308
+ "class": "",
309
+ "id": ""
310
+ },
311
+ "wpml_cf_preferences": 2,
312
+ "default_value": "",
313
+ "maxlength": "",
314
+ "placeholder": "",
315
+ "prepend": "",
316
+ "append": ""
317
+ },
318
+ {
319
+ "key": "field_68af326a74c48",
320
+ "label": "market selector fields",
321
+ "name": "market_selector_fields",
322
+ "aria-label": "",
323
+ "type": "clone",
324
+ "instructions": "",
325
+ "required": 0,
326
+ "conditional_logic": 0,
327
+ "wrapper": {
328
+ "width": "",
329
+ "class": "",
330
+ "id": ""
331
+ },
332
+ "wpml_cf_preferences": 3,
333
+ "clone": [
334
+ "group_68752075dd831"
335
+ ],
336
+ "display": "seamless",
337
+ "layout": "block",
338
+ "prefix_label": 0,
339
+ "prefix_name": 0,
340
+ "acfe_seamless_style": 0,
341
+ "acfe_clone_modal": 0,
342
+ "acfe_clone_modal_close": 0,
343
+ "acfe_clone_modal_button": "",
344
+ "acfe_clone_modal_size": "large"
345
+ }
346
+ ],
347
+ "min": "",
348
+ "max": "",
349
+ "acfe_flexible_render_template": false,
350
+ "acfe_flexible_render_style": false,
351
+ "acfe_flexible_render_script": false,
352
+ "acfe_flexible_thumbnail": false,
353
+ "acfe_flexible_settings": false,
354
+ "acfe_flexible_settings_size": "medium",
355
+ "acfe_layout_locations": [],
356
+ "acfe_flexible_modal_edit_size": false,
357
+ "acfe_flexible_category": false,
358
+ "acfe_layout_col": "auto",
359
+ "acfe_layout_allowed_col": false
360
+ }
361
+ },
362
+ "min": "",
363
+ "max": "",
364
+ "button_label": "Add Row",
365
+ "acfe_flexible_hide_empty_message": false,
366
+ "acfe_flexible_empty_message": "",
367
+ "acfe_flexible_layouts_previews": false,
368
+ "acfe_flexible_grid_container": false
369
+ }
370
+ ],
371
+ "acfe_group_modal_close": 0,
372
+ "acfe_group_modal_button": "",
373
+ "acfe_group_modal_size": "large"
374
+ }
375
+ ],
376
+ "location": [
377
+ [
378
+ {
379
+ "param": "options_page",
380
+ "operator": "==",
381
+ "value": "market-settings"
382
+ }
383
+ ]
384
+ ],
385
+ "menu_order": 0,
386
+ "position": "normal",
387
+ "style": "default",
388
+ "label_placement": "left",
389
+ "instruction_placement": "label",
390
+ "hide_on_screen": "",
391
+ "active": true,
392
+ "description": "",
393
+ "show_in_rest": 0,
394
+ "acfe_autosync": [
395
+ "json"
396
+ ],
397
+ "acfml_field_group_mode": "localization",
398
+ "acfe_form": 0,
399
+ "acfe_display_title": "",
400
+ "acfe_meta": "",
401
+ "acfe_note": "",
402
+ "modified": 1758891783
403
+ }
@@ -1,4 +1,4 @@
1
- {% for item in market_settings.modal_popup_content.modal_popup_content_items %}
1
+ {% for item in market_settings.modal_popup_content_v3.modal_popup_content_items %}
2
2
  {% set contentId = item.modal_popup_content_id|lower %}
3
3
  <div class="{{ contentId }}-popup" style="display: none;">
4
4
  <div class="{{ contentId }}__content" data-modalpopupcontent="{{ contentId }}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.66",
3
+ "version": "2.0.70",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -41,6 +41,7 @@
41
41
  "devDependencies": {
42
42
  "dotenv": "^16.0.3",
43
43
  "esbuild": "0.25.5",
44
- "gsap": "^3.13.0"
44
+ "gsap": "^3.13.0",
45
+ "vue": "^3.5.22"
45
46
  }
46
47
  }
@@ -1,143 +0,0 @@
1
- {
2
- "key": "group_6890a2ab0e0a9",
3
- "title": "Block: Smash Ballon Social Media v3",
4
- "fields": [
5
- {
6
- "key": "field_6890a2ac6ae21",
7
- "label": "SETTINGS",
8
- "name": "",
9
- "aria-label": "",
10
- "type": "tab",
11
- "instructions": "",
12
- "required": 0,
13
- "conditional_logic": 0,
14
- "wrapper": {
15
- "width": "",
16
- "class": "",
17
- "id": ""
18
- },
19
- "wpml_cf_preferences": 3,
20
- "placement": "top",
21
- "endpoint": 0,
22
- "no_preference": 0,
23
- "selected": 0
24
- },
25
- {
26
- "key": "field_6890acc52983e",
27
- "label": "Information",
28
- "name": "",
29
- "aria-label": "",
30
- "type": "message",
31
- "instructions": "",
32
- "required": 0,
33
- "conditional_logic": 0,
34
- "wrapper": {
35
- "width": "",
36
- "class": "",
37
- "id": ""
38
- },
39
- "wpml_cf_preferences": 2,
40
- "message": "Install plugin first. <a href=\"https:\/\/pernod-ricard.atlassian.net\/wiki\/spaces\/IR\/pages\/31572263362\/Smash+Balloon+Social+Media+Plugin\"style=\"text-decoration:underline\">Documentation<\/a>. To add more social media options, please contact developers.",
41
- "new_lines": "wpautop",
42
- "esc_html": 0
43
- },
44
- {
45
- "key": "field_6890ac472983b",
46
- "label": "Feed ID",
47
- "name": "feed_id",
48
- "aria-label": "",
49
- "type": "number",
50
- "instructions": "",
51
- "required": 0,
52
- "conditional_logic": 0,
53
- "wrapper": {
54
- "width": "",
55
- "class": "",
56
- "id": ""
57
- },
58
- "wpml_cf_preferences": 3,
59
- "default_value": "",
60
- "min": "",
61
- "max": "",
62
- "placeholder": "",
63
- "step": "",
64
- "prepend": "",
65
- "append": ""
66
- },
67
- {
68
- "key": "field_6890ac532983c",
69
- "label": "Social Media Type",
70
- "name": "social_media_type",
71
- "aria-label": "",
72
- "type": "radio",
73
- "instructions": "",
74
- "required": 0,
75
- "conditional_logic": 0,
76
- "wrapper": {
77
- "width": "",
78
- "class": "",
79
- "id": ""
80
- },
81
- "wpml_cf_preferences": 3,
82
- "choices": {
83
- "instagram": "Instagram"
84
- },
85
- "default_value": "",
86
- "return_format": "value",
87
- "allow_null": 0,
88
- "other_choice": 0,
89
- "layout": "vertical",
90
- "save_other_choice": 0
91
- },
92
- {
93
- "key": "field_68a5b4f80677b",
94
- "label": "Transform to marquee carousel",
95
- "name": "marquee",
96
- "aria-label": "",
97
- "type": "true_false",
98
- "instructions": "",
99
- "required": 0,
100
- "conditional_logic": 0,
101
- "wrapper": {
102
- "width": "",
103
- "class": "",
104
- "id": ""
105
- },
106
- "wpml_cf_preferences": 0,
107
- "message": "Make carousel to scroll without delays and pauses.",
108
- "default_value": 0,
109
- "style": "",
110
- "allow_in_bindings": 0,
111
- "ui": 0,
112
- "ui_on_text": "",
113
- "ui_off_text": ""
114
- }
115
- ],
116
- "location": [
117
- [
118
- {
119
- "param": "block",
120
- "operator": "==",
121
- "value": "acf\/smash-balloon-social-media-v3"
122
- }
123
- ]
124
- ],
125
- "menu_order": 0,
126
- "position": "normal",
127
- "style": "default",
128
- "label_placement": "left",
129
- "instruction_placement": "label",
130
- "hide_on_screen": "",
131
- "active": true,
132
- "description": "",
133
- "show_in_rest": 0,
134
- "acfe_autosync": [
135
- "json"
136
- ],
137
- "acfml_field_group_mode": "localization",
138
- "acfe_form": 0,
139
- "acfe_display_title": "",
140
- "acfe_meta": "",
141
- "acfe_note": "",
142
- "modified": 1755690314
143
- }
@@ -1,18 +0,0 @@
1
- {% for item in market_settings.modal_popup_content.modal_popup_content_items %}
2
- {% set contentId = item.modal_popup_content_id|lower %}
3
- <div class="{{ contentId }}-popup" style="display: none;">
4
- <div class="{{ contentId }}__content" data-modalpopupcontent="{{ contentId }}">
5
- {% if item.acf_fc_layout == 'raw_html' %}
6
- {{item.raw_html}}
7
- {% endif %}
8
- {% if item.acf_fc_layout == 'form_selection' %}
9
- {% set data = {'title' : item.title, 'form' : item.form.ID} %}
10
- {{ include('blocks/modal-form-v3.twig', { fields: data, options, block, is_preview, current_post, nav_menus, site, market_settings, market_slug, cta_styles, languages, imageSizes}, with_context = false, ignore_missing = true) }}
11
- {% endif %}
12
- {% if item.acf_fc_layout == 'market_selector_v3' %}
13
- {% set data = {'heading_text' : item.heading_text, 'logo' : item.logo, 'selector_type': 'inline'} %}
14
- {{ include('blocks/market-selector-v3.twig', { fields: data, options, block, is_preview, current_post, nav_menus, site, market_settings, market_slug, cta_styles, languages, imageSizes}, with_context = false, ignore_missing = true) }}
15
- {% endif %}
16
- </div>
17
- </div>
18
- {% endfor %}