@total_onion/onion-library 2.0.75 → 2.0.77

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.
@@ -1,14 +1,6 @@
1
1
  export default function groupcontainerv3Js(options = {}) {
2
2
  try {
3
3
  const {block} = options;
4
-
5
- // if (document.documentElement.dataset.athenadevelopment == 'true') {
6
- // import(
7
- // 'Assets/js/blocks/group-container-v3/group-container-v3-extra.js'
8
- // ).then((result) => {
9
- // result.default({block: block});
10
- // });
11
- // }
12
4
  } catch (error) {
13
5
  console.error(error);
14
6
  }
@@ -127,6 +127,17 @@
127
127
  }
128
128
  }
129
129
 
130
+ @keyframes reveal-up {
131
+ from {
132
+ opacity: 1;
133
+ clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
134
+ }
135
+ 100% {
136
+ opacity: 1;
137
+ clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
138
+ }
139
+ }
140
+
130
141
  &.loaded {
131
142
  animation: var(--animation-name) var(--animation-duration)
132
143
  var(--animation-delay) var(--animation-easing)
@@ -1,458 +1,453 @@
1
1
  {
2
- "key": "group_689f39c37980a",
3
- "title": "Component: Animations v3",
4
- "fields": [
5
- {
6
- "key": "field_689f39c38dfbb",
7
- "label": "Animations",
8
- "name": "animations",
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
- "user_roles": [
21
- "administrator"
22
- ],
23
- "layout": "block",
24
- "acfe_seamless_style": 0,
25
- "acfe_group_modal": 0,
26
- "acfe_group_modal_close": 0,
27
- "acfe_group_modal_button": "",
28
- "acfe_group_modal_size": "large",
29
- "sub_fields": [
30
- {
31
- "key": "field_689f39c38fbd7",
32
- "label": "Enable animations",
33
- "name": "enable_animations",
34
- "aria-label": "",
35
- "type": "true_false",
36
- "instructions": "",
37
- "required": 0,
38
- "conditional_logic": 0,
39
- "wrapper": {
40
- "width": "",
41
- "class": "",
42
- "id": ""
43
- },
44
- "message": "",
45
- "default_value": 0,
46
- "ui_on_text": "",
47
- "ui_off_text": "",
48
- "ui": 1,
49
- "style": "",
50
- "wpml_cf_preferences": 3
51
- },
52
- {
53
- "key": "field_689f39c38ff69",
54
- "label": "Animation name",
55
- "name": "animation_name",
56
- "aria-label": "",
57
- "type": "select",
58
- "instructions": "",
59
- "required": 0,
60
- "conditional_logic": [
61
- [
62
- {
63
- "field": "field_689f39c38fbd7",
64
- "operator": "==",
65
- "value": "1"
66
- }
67
- ]
68
- ],
69
- "wrapper": {
70
- "width": "50",
71
- "class": "",
72
- "id": ""
73
- },
74
- "wpml_cf_preferences": 3,
75
- "choices": {
76
- "__fade-in": "Fade In",
77
- "__fade-in-left": "Fade in left",
78
- "__fade-in-right": "Fade in right",
79
- "__fade-in-up": "Fade in up",
80
- "__fade-in-down": "Fade in down",
81
- "__rotate": "Rotate",
82
- "__scale-in": "Scale in",
83
- "__custom": "Custom"
84
- },
85
- "default_value": "__fade-in",
86
- "return_format": "value",
87
- "multiple": 0,
88
- "max": "",
89
- "prepend": "",
90
- "append": "",
91
- "allow_null": 0,
92
- "ui": 0,
93
- "ajax": 0,
94
- "placeholder": "",
95
- "allow_custom": 0,
96
- "search_placeholder": "",
97
- "min": ""
98
- },
99
- {
100
- "key": "field_689f39c39039e",
101
- "label": "Custom animation (keyframe)",
102
- "name": "custom_animation",
103
- "aria-label": "",
104
- "type": "acfe_code_editor",
105
- "instructions": "",
106
- "required": 0,
107
- "conditional_logic": [
108
- [
109
- {
110
- "field": "field_689f39c38ff69",
111
- "operator": "==",
112
- "value": "__custom"
113
- }
114
- ]
115
- ],
116
- "wrapper": {
117
- "width": "",
118
- "class": "",
119
- "id": ""
120
- },
121
- "wpml_cf_preferences": 2,
122
- "default_value": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
123
- "placeholder": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
124
- "mode": "css",
125
- "lines": 1,
126
- "indent_unit": 4,
127
- "maxlength": "",
128
- "rows": 9,
129
- "max_rows": "",
130
- "return_format": [
131
- "htmlentities"
132
- ]
133
- },
134
- {
135
- "key": "field_689f39c39073b",
136
- "label": "Animation duration",
137
- "name": "animation_duration",
138
- "aria-label": "",
139
- "type": "range",
140
- "instructions": "",
141
- "required": 0,
142
- "conditional_logic": [
143
- [
144
- {
145
- "field": "field_689f39c38fbd7",
146
- "operator": "==",
147
- "value": "1"
148
- }
149
- ]
150
- ],
151
- "wrapper": {
152
- "width": "50",
153
- "class": "",
154
- "id": ""
155
- },
156
- "wpml_cf_preferences": 3,
157
- "default_value": 1,
158
- "min": 0,
159
- "max": 10,
160
- "step": "0.1",
161
- "prepend": "",
162
- "append": ""
163
- },
164
- {
165
- "key": "field_689f39c390b34",
166
- "label": "Animation delay",
167
- "name": "animation_delay",
168
- "aria-label": "",
169
- "type": "range",
170
- "instructions": "",
171
- "required": 0,
172
- "conditional_logic": [
173
- [
174
- {
175
- "field": "field_689f39c38fbd7",
176
- "operator": "==",
177
- "value": "1"
178
- }
179
- ]
180
- ],
181
- "wrapper": {
182
- "width": "50",
183
- "class": "",
184
- "id": ""
185
- },
186
- "wpml_cf_preferences": 3,
187
- "default_value": 0,
188
- "min": 0,
189
- "max": 10,
190
- "step": "0.1",
191
- "prepend": "",
192
- "append": ""
193
- },
194
- {
195
- "key": "field_689f39c390f17",
196
- "label": "Animation fill mode",
197
- "name": "animation_fill_mode",
198
- "aria-label": "",
199
- "type": "select",
200
- "instructions": "",
201
- "required": 0,
202
- "conditional_logic": [
203
- [
204
- {
205
- "field": "field_689f39c38fbd7",
206
- "operator": "==",
207
- "value": "1"
208
- }
209
- ]
210
- ],
211
- "wrapper": {
212
- "width": "50",
213
- "class": "",
214
- "id": ""
215
- },
216
- "wpml_cf_preferences": 3,
217
- "choices": {
218
- "__forwards": "Forwards",
219
- "__none": "None"
220
- },
221
- "default_value": "__forwards",
222
- "return_format": "value",
223
- "multiple": 0,
224
- "max": "",
225
- "allow_custom": 0,
226
- "search_placeholder": "",
227
- "prepend": "",
228
- "append": "",
229
- "allow_null": 0,
230
- "ui": 1,
231
- "ajax": 1,
232
- "placeholder": "",
233
- "min": ""
234
- },
235
- {
236
- "key": "field_689f39c391309",
237
- "label": "Animation direction",
238
- "name": "animation_direction",
239
- "aria-label": "",
240
- "type": "select",
241
- "instructions": "",
242
- "required": 0,
243
- "conditional_logic": [
244
- [
245
- {
246
- "field": "field_689f39c38fbd7",
247
- "operator": "==",
248
- "value": "1"
249
- }
250
- ]
251
- ],
252
- "wrapper": {
253
- "width": "50",
254
- "class": "",
255
- "id": ""
256
- },
257
- "wpml_cf_preferences": 3,
258
- "choices": {
259
- "__normal": "Normal",
260
- "__reverse": "Reverse",
261
- "__alternate": "Alternate",
262
- "__alternate-reverse": "Alternate reverse"
263
- },
264
- "default_value": "__forwards",
265
- "return_format": "value",
266
- "multiple": 0,
267
- "max": "",
268
- "allow_custom": 0,
269
- "search_placeholder": "",
270
- "prepend": "",
271
- "append": "",
272
- "allow_null": 0,
273
- "ui": 1,
274
- "ajax": 1,
275
- "placeholder": "",
276
- "min": ""
277
- },
278
- {
279
- "key": "field_689f39c3916e8",
280
- "label": "Animation easing",
281
- "name": "animation_easing",
282
- "aria-label": "",
283
- "type": "select",
284
- "instructions": "",
285
- "required": 0,
286
- "conditional_logic": [
287
- [
288
- {
289
- "field": "field_689f39c38fbd7",
290
- "operator": "==",
291
- "value": "1"
292
- }
293
- ]
294
- ],
295
- "wrapper": {
296
- "width": "50",
297
- "class": "",
298
- "id": ""
299
- },
300
- "wpml_cf_preferences": 3,
301
- "choices": {
302
- "__linear": "Linear",
303
- "__ease-out": "Ease out",
304
- "__ease-in": "Ease in",
305
- "__ease-in-out": "Ease in out",
306
- "__custom": "Custom"
307
- },
308
- "default_value": "__linear",
309
- "return_format": "value",
310
- "multiple": 0,
311
- "max": "",
312
- "allow_custom": 0,
313
- "search_placeholder": "",
314
- "prepend": "",
315
- "append": "",
316
- "allow_null": 0,
317
- "ui": 1,
318
- "ajax": 1,
319
- "placeholder": "",
320
- "min": ""
321
- },
322
- {
323
- "key": "field_689f39c391acf",
324
- "label": "Animation easing custom",
325
- "name": "animation_easing_custom",
326
- "aria-label": "",
327
- "type": "text",
328
- "instructions": "",
329
- "required": 0,
330
- "conditional_logic": [
331
- [
332
- {
333
- "field": "field_689f39c38fbd7",
334
- "operator": "==",
335
- "value": "1"
336
- },
337
- {
338
- "field": "field_689f39c3916e8",
339
- "operator": "==",
340
- "value": "__custom"
341
- }
342
- ]
343
- ],
344
- "wrapper": {
345
- "width": "50",
346
- "class": "",
347
- "id": ""
348
- },
349
- "wpml_cf_preferences": 2,
350
- "default_value": "",
351
- "maxlength": "",
352
- "placeholder": "",
353
- "prepend": "",
354
- "append": ""
355
- },
356
- {
357
- "key": "field_689f39c391eb9",
358
- "label": "Animation repeat",
359
- "name": "animation_repeat",
360
- "aria-label": "",
361
- "type": "select",
362
- "instructions": "",
363
- "required": 0,
364
- "conditional_logic": [
365
- [
366
- {
367
- "field": "field_689f39c38fbd7",
368
- "operator": "==",
369
- "value": "1"
370
- }
371
- ]
372
- ],
373
- "wrapper": {
374
- "width": "50",
375
- "class": "",
376
- "id": ""
377
- },
378
- "wpml_cf_preferences": 3,
379
- "choices": {
380
- "__1": "Once",
381
- "__infinite": "Infinite",
382
- "__custom": "Custom"
383
- },
384
- "default_value": "__1",
385
- "return_format": "value",
386
- "multiple": 0,
387
- "max": "",
388
- "allow_custom": 0,
389
- "search_placeholder": "",
390
- "prepend": "",
391
- "append": "",
392
- "allow_null": 0,
393
- "ui": 1,
394
- "ajax": 1,
395
- "placeholder": "",
396
- "min": ""
397
- },
398
- {
399
- "key": "field_689f39c3922a7",
400
- "label": "Animation repeat number",
401
- "name": "animation_repeat_number",
402
- "aria-label": "",
403
- "type": "range",
404
- "instructions": "",
405
- "required": 0,
406
- "conditional_logic": [
407
- [
408
- {
409
- "field": "field_689f39c391eb9",
410
- "operator": "==",
411
- "value": "__custom"
412
- }
413
- ]
414
- ],
415
- "wrapper": {
416
- "width": "50",
417
- "class": "",
418
- "id": ""
419
- },
420
- "wpml_cf_preferences": 3,
421
- "default_value": 1,
422
- "min": "",
423
- "max": 50,
424
- "step": "",
425
- "prepend": "",
426
- "append": ""
427
- }
428
- ]
429
- }
430
- ],
431
- "location": [
432
- [
433
- {
434
- "param": "post_type",
435
- "operator": "==",
436
- "value": "post"
437
- }
438
- ]
439
- ],
440
- "menu_order": 0,
441
- "position": "normal",
442
- "style": "default",
443
- "label_placement": "left",
444
- "instruction_placement": "label",
445
- "hide_on_screen": "",
446
- "active": false,
447
- "description": "",
448
- "show_in_rest": 0,
449
- "acfe_autosync": [
450
- "json"
451
- ],
452
- "acfml_field_group_mode": "localization",
453
- "acfe_form": 0,
454
- "acfe_display_title": "",
455
- "acfe_meta": "",
456
- "acfe_note": "",
457
- "modified": 1755265492
2
+ "key": "group_689f39c37980a",
3
+ "title": "Component: Animations v3",
4
+ "fields": [
5
+ {
6
+ "key": "field_689f39c38dfbb",
7
+ "label": "Animations",
8
+ "name": "animations",
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
+ "user_roles": ["administrator"],
21
+ "layout": "block",
22
+ "acfe_seamless_style": 0,
23
+ "acfe_group_modal": 0,
24
+ "acfe_group_modal_close": 0,
25
+ "acfe_group_modal_button": "",
26
+ "acfe_group_modal_size": "large",
27
+ "sub_fields": [
28
+ {
29
+ "key": "field_689f39c38fbd7",
30
+ "label": "Enable animations",
31
+ "name": "enable_animations",
32
+ "aria-label": "",
33
+ "type": "true_false",
34
+ "instructions": "",
35
+ "required": 0,
36
+ "conditional_logic": 0,
37
+ "wrapper": {
38
+ "width": "",
39
+ "class": "",
40
+ "id": ""
41
+ },
42
+ "message": "",
43
+ "default_value": 0,
44
+ "ui_on_text": "",
45
+ "ui_off_text": "",
46
+ "ui": 1,
47
+ "style": "",
48
+ "wpml_cf_preferences": 3
49
+ },
50
+ {
51
+ "key": "field_689f39c38ff69",
52
+ "label": "Animation name",
53
+ "name": "animation_name",
54
+ "aria-label": "",
55
+ "type": "select",
56
+ "instructions": "",
57
+ "required": 0,
58
+ "conditional_logic": [
59
+ [
60
+ {
61
+ "field": "field_689f39c38fbd7",
62
+ "operator": "==",
63
+ "value": "1"
64
+ }
65
+ ]
66
+ ],
67
+ "wrapper": {
68
+ "width": "50",
69
+ "class": "",
70
+ "id": ""
71
+ },
72
+ "wpml_cf_preferences": 3,
73
+ "choices": {
74
+ "__fade-in": "Fade In",
75
+ "__fade-in-left": "Fade in left",
76
+ "__fade-in-right": "Fade in right",
77
+ "__fade-in-up": "Fade in up",
78
+ "__fade-in-down": "Fade in down",
79
+ "__rotate": "Rotate",
80
+ "__scale-in": "Scale in",
81
+ "__reveal-up": "Reveal Up",
82
+ "__custom": "Custom"
83
+ },
84
+ "default_value": "__fade-in",
85
+ "return_format": "value",
86
+ "multiple": 0,
87
+ "max": "",
88
+ "prepend": "",
89
+ "append": "",
90
+ "allow_null": 0,
91
+ "ui": 0,
92
+ "ajax": 0,
93
+ "placeholder": "",
94
+ "allow_custom": 0,
95
+ "search_placeholder": "",
96
+ "min": ""
97
+ },
98
+ {
99
+ "key": "field_689f39c39039e",
100
+ "label": "Custom animation (keyframe)",
101
+ "name": "custom_animation",
102
+ "aria-label": "",
103
+ "type": "acfe_code_editor",
104
+ "instructions": "",
105
+ "required": 0,
106
+ "conditional_logic": [
107
+ [
108
+ {
109
+ "field": "field_689f39c38ff69",
110
+ "operator": "==",
111
+ "value": "__custom"
112
+ }
113
+ ]
114
+ ],
115
+ "wrapper": {
116
+ "width": "",
117
+ "class": "",
118
+ "id": ""
119
+ },
120
+ "wpml_cf_preferences": 2,
121
+ "default_value": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
122
+ "placeholder": "{\r\n from {\r\n opacity: 0;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}",
123
+ "mode": "css",
124
+ "lines": 1,
125
+ "indent_unit": 4,
126
+ "maxlength": "",
127
+ "rows": 9,
128
+ "max_rows": "",
129
+ "return_format": ["htmlentities"]
130
+ },
131
+ {
132
+ "key": "field_689f39c39073b",
133
+ "label": "Animation duration",
134
+ "name": "animation_duration",
135
+ "aria-label": "",
136
+ "type": "range",
137
+ "instructions": "",
138
+ "required": 0,
139
+ "conditional_logic": [
140
+ [
141
+ {
142
+ "field": "field_689f39c38fbd7",
143
+ "operator": "==",
144
+ "value": "1"
145
+ }
146
+ ]
147
+ ],
148
+ "wrapper": {
149
+ "width": "50",
150
+ "class": "",
151
+ "id": ""
152
+ },
153
+ "wpml_cf_preferences": 3,
154
+ "default_value": 1,
155
+ "min": 0,
156
+ "max": 10,
157
+ "step": "0.1",
158
+ "prepend": "",
159
+ "append": ""
160
+ },
161
+ {
162
+ "key": "field_689f39c390b34",
163
+ "label": "Animation delay",
164
+ "name": "animation_delay",
165
+ "aria-label": "",
166
+ "type": "range",
167
+ "instructions": "",
168
+ "required": 0,
169
+ "conditional_logic": [
170
+ [
171
+ {
172
+ "field": "field_689f39c38fbd7",
173
+ "operator": "==",
174
+ "value": "1"
175
+ }
176
+ ]
177
+ ],
178
+ "wrapper": {
179
+ "width": "50",
180
+ "class": "",
181
+ "id": ""
182
+ },
183
+ "wpml_cf_preferences": 3,
184
+ "default_value": 0,
185
+ "min": 0,
186
+ "max": 10,
187
+ "step": "0.1",
188
+ "prepend": "",
189
+ "append": ""
190
+ },
191
+ {
192
+ "key": "field_689f39c390f17",
193
+ "label": "Animation fill mode",
194
+ "name": "animation_fill_mode",
195
+ "aria-label": "",
196
+ "type": "select",
197
+ "instructions": "",
198
+ "required": 0,
199
+ "conditional_logic": [
200
+ [
201
+ {
202
+ "field": "field_689f39c38fbd7",
203
+ "operator": "==",
204
+ "value": "1"
205
+ }
206
+ ]
207
+ ],
208
+ "wrapper": {
209
+ "width": "50",
210
+ "class": "",
211
+ "id": ""
212
+ },
213
+ "wpml_cf_preferences": 3,
214
+ "choices": {
215
+ "__forwards": "Forwards",
216
+ "__none": "None"
217
+ },
218
+ "default_value": "__forwards",
219
+ "return_format": "value",
220
+ "multiple": 0,
221
+ "max": "",
222
+ "allow_custom": 0,
223
+ "search_placeholder": "",
224
+ "prepend": "",
225
+ "append": "",
226
+ "allow_null": 0,
227
+ "ui": 1,
228
+ "ajax": 1,
229
+ "placeholder": "",
230
+ "min": ""
231
+ },
232
+ {
233
+ "key": "field_689f39c391309",
234
+ "label": "Animation direction",
235
+ "name": "animation_direction",
236
+ "aria-label": "",
237
+ "type": "select",
238
+ "instructions": "",
239
+ "required": 0,
240
+ "conditional_logic": [
241
+ [
242
+ {
243
+ "field": "field_689f39c38fbd7",
244
+ "operator": "==",
245
+ "value": "1"
246
+ }
247
+ ]
248
+ ],
249
+ "wrapper": {
250
+ "width": "50",
251
+ "class": "",
252
+ "id": ""
253
+ },
254
+ "wpml_cf_preferences": 3,
255
+ "choices": {
256
+ "__normal": "Normal",
257
+ "__reverse": "Reverse",
258
+ "__alternate": "Alternate",
259
+ "__alternate-reverse": "Alternate reverse"
260
+ },
261
+ "default_value": "__forwards",
262
+ "return_format": "value",
263
+ "multiple": 0,
264
+ "max": "",
265
+ "allow_custom": 0,
266
+ "search_placeholder": "",
267
+ "prepend": "",
268
+ "append": "",
269
+ "allow_null": 0,
270
+ "ui": 1,
271
+ "ajax": 1,
272
+ "placeholder": "",
273
+ "min": ""
274
+ },
275
+ {
276
+ "key": "field_689f39c3916e8",
277
+ "label": "Animation easing",
278
+ "name": "animation_easing",
279
+ "aria-label": "",
280
+ "type": "select",
281
+ "instructions": "",
282
+ "required": 0,
283
+ "conditional_logic": [
284
+ [
285
+ {
286
+ "field": "field_689f39c38fbd7",
287
+ "operator": "==",
288
+ "value": "1"
289
+ }
290
+ ]
291
+ ],
292
+ "wrapper": {
293
+ "width": "50",
294
+ "class": "",
295
+ "id": ""
296
+ },
297
+ "wpml_cf_preferences": 3,
298
+ "choices": {
299
+ "__linear": "Linear",
300
+ "__ease-out": "Ease out",
301
+ "__ease-in": "Ease in",
302
+ "__ease-in-out": "Ease in out",
303
+ "__custom": "Custom"
304
+ },
305
+ "default_value": "__linear",
306
+ "return_format": "value",
307
+ "multiple": 0,
308
+ "max": "",
309
+ "allow_custom": 0,
310
+ "search_placeholder": "",
311
+ "prepend": "",
312
+ "append": "",
313
+ "allow_null": 0,
314
+ "ui": 1,
315
+ "ajax": 1,
316
+ "placeholder": "",
317
+ "min": ""
318
+ },
319
+ {
320
+ "key": "field_689f39c391acf",
321
+ "label": "Animation easing custom",
322
+ "name": "animation_easing_custom",
323
+ "aria-label": "",
324
+ "type": "text",
325
+ "instructions": "",
326
+ "required": 0,
327
+ "conditional_logic": [
328
+ [
329
+ {
330
+ "field": "field_689f39c38fbd7",
331
+ "operator": "==",
332
+ "value": "1"
333
+ },
334
+ {
335
+ "field": "field_689f39c3916e8",
336
+ "operator": "==",
337
+ "value": "__custom"
338
+ }
339
+ ]
340
+ ],
341
+ "wrapper": {
342
+ "width": "50",
343
+ "class": "",
344
+ "id": ""
345
+ },
346
+ "wpml_cf_preferences": 2,
347
+ "default_value": "",
348
+ "maxlength": "",
349
+ "placeholder": "",
350
+ "prepend": "",
351
+ "append": ""
352
+ },
353
+ {
354
+ "key": "field_689f39c391eb9",
355
+ "label": "Animation repeat",
356
+ "name": "animation_repeat",
357
+ "aria-label": "",
358
+ "type": "select",
359
+ "instructions": "",
360
+ "required": 0,
361
+ "conditional_logic": [
362
+ [
363
+ {
364
+ "field": "field_689f39c38fbd7",
365
+ "operator": "==",
366
+ "value": "1"
367
+ }
368
+ ]
369
+ ],
370
+ "wrapper": {
371
+ "width": "50",
372
+ "class": "",
373
+ "id": ""
374
+ },
375
+ "wpml_cf_preferences": 3,
376
+ "choices": {
377
+ "__1": "Once",
378
+ "__infinite": "Infinite",
379
+ "__custom": "Custom"
380
+ },
381
+ "default_value": "__1",
382
+ "return_format": "value",
383
+ "multiple": 0,
384
+ "max": "",
385
+ "allow_custom": 0,
386
+ "search_placeholder": "",
387
+ "prepend": "",
388
+ "append": "",
389
+ "allow_null": 0,
390
+ "ui": 1,
391
+ "ajax": 1,
392
+ "placeholder": "",
393
+ "min": ""
394
+ },
395
+ {
396
+ "key": "field_689f39c3922a7",
397
+ "label": "Animation repeat number",
398
+ "name": "animation_repeat_number",
399
+ "aria-label": "",
400
+ "type": "range",
401
+ "instructions": "",
402
+ "required": 0,
403
+ "conditional_logic": [
404
+ [
405
+ {
406
+ "field": "field_689f39c391eb9",
407
+ "operator": "==",
408
+ "value": "__custom"
409
+ }
410
+ ]
411
+ ],
412
+ "wrapper": {
413
+ "width": "50",
414
+ "class": "",
415
+ "id": ""
416
+ },
417
+ "wpml_cf_preferences": 3,
418
+ "default_value": 1,
419
+ "min": "",
420
+ "max": 50,
421
+ "step": "",
422
+ "prepend": "",
423
+ "append": ""
424
+ }
425
+ ]
426
+ }
427
+ ],
428
+ "location": [
429
+ [
430
+ {
431
+ "param": "post_type",
432
+ "operator": "==",
433
+ "value": "post"
434
+ }
435
+ ]
436
+ ],
437
+ "menu_order": 0,
438
+ "position": "normal",
439
+ "style": "default",
440
+ "label_placement": "left",
441
+ "instruction_placement": "label",
442
+ "hide_on_screen": "",
443
+ "active": false,
444
+ "description": "",
445
+ "show_in_rest": 0,
446
+ "acfe_autosync": ["json"],
447
+ "acfml_field_group_mode": "localization",
448
+ "acfe_form": 0,
449
+ "acfe_display_title": "",
450
+ "acfe_meta": "",
451
+ "acfe_note": "",
452
+ "modified": 1761045273
458
453
  }
@@ -54,7 +54,7 @@
54
54
  {% set gridTemplateColumnsCustomDesktop = '--grid-template-columns-custom-desktop: ' ~ fields.grid_layout.grid_template_columns_custom_desktop ~ ';' %}
55
55
  {% endif %}
56
56
  {% if fields.grid_layout.grid_template_columns_custom_portrait is not empty %}
57
- {% set gridTemplateColumnsPortrait = '--grid-template-columns-custom-portrait: ' ~ fields.grid_layout.grid_template_columns_custom_portrait ~ ';' %}
57
+ {% set gridTemplateColumnsCustomPortrait = '--grid-template-columns-custom-portrait: ' ~ fields.grid_layout.grid_template_columns_custom_portrait ~ ';' %}
58
58
  {% endif %}
59
59
  {% if fields.grid_layout.grid_template_columns_custom_mobile is not empty %}
60
60
  {% set gridTemplateColumnsCustomMobile = '--grid-template-columns-custom-mobile: ' ~ fields.grid_layout.grid_template_columns_custom_mobile ~ ';' %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.75",
3
+ "version": "2.0.77",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {