@total_onion/onion-library 2.0.145 → 2.0.147

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 (135) hide show
  1. package/assembleAssetList.js +10 -3
  2. package/build-library.js +4 -0
  3. package/components/block-back-to-top-button-v3/back-to-top-button-v3.scss +3 -3
  4. package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.scss +1 -1
  5. package/components/block-cocktail-recipe-v3/cocktail-recipe-v3.scss +5 -5
  6. package/components/block-raw-html-v3/raw-html-v3.js +0 -0
  7. package/components/block-raw-html-v3/raw-html-v3.scss +0 -0
  8. package/components/block-raw-html-v3/raw-html-v3.twig +14 -0
  9. package/components/component-text-editor-settings-v3/group_687a4e2334e37.json +241 -196
  10. package/createDynamicBlockScss-v3.js +8 -13
  11. package/esbuild.mjs +15 -1
  12. package/package.json +1 -1
  13. package/public/assetList.mjs +2 -36
  14. package/public/block-accent-image-v3/accent-image-v3.js +7 -0
  15. package/public/block-accordion-v3/accordion-v3.js +117 -0
  16. package/public/block-back-to-top-button-v3/back-to-top-button-v3.css +62 -0
  17. package/public/block-back-to-top-button-v3/back-to-top-button-v3.js +12 -0
  18. package/public/block-betterreviews-display-v3/betterreviews-display-v3.js +7 -0
  19. package/public/block-block-interactions-v3/block-interactions-v3.js +44 -0
  20. package/public/block-carousel-multi-layout-v3/carousel-multi-layout-v3.js +169 -0
  21. package/public/block-cocktail-recipe-v3/cocktail-recipe-v3.css +317 -0
  22. package/public/block-cocktail-recipe-v3/cocktail-recipe-v3.js +93 -0
  23. package/public/block-cover-link-v3/cover-link-v3.js +7 -0
  24. package/public/block-divider-v3/divider-v3.js +7 -0
  25. package/public/block-featured-image-gallery-v3/featured-image-gallery-v3.js +44 -0
  26. package/public/block-form-selection-v3/form-selection-v3.js +61 -0
  27. package/public/block-gradient-layer-v3/gradient-layer-v3.js +7 -0
  28. package/public/block-group-container-v3/group-container-v3.js +7 -0
  29. package/public/block-lottie-content-v3/lottie-content-v3.js +25 -0
  30. package/public/block-market-selector-v3/market-selector-v3.js +7 -0
  31. package/public/block-modal-form-v3/modal-form-v3.js +44 -0
  32. package/public/block-nav-menu-container-v3/nav-menu-container-v3.js +7 -0
  33. package/public/block-post-info-v3/post-info-v3.js +7 -0
  34. package/public/block-post-type-filter-grid-v3/post-type-filter-grid-v3.css +1 -0
  35. package/public/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +13 -0
  36. package/public/block-product-info-v3/product-info-v3.js +7 -0
  37. package/public/block-responsive-table-v3/responsive-table-v3.js +7 -0
  38. package/public/block-scrolling-banner-v3/scrolling-banner-v3.js +106 -0
  39. package/public/block-section-separator-v3/section-separator-v3.js +7 -0
  40. package/public/block-single-column-container-v3/single-column-container-v3.js +7 -0
  41. package/public/block-single-responsive-image-v3/single-responsive-image-v3.js +7 -0
  42. package/public/block-site-copyright-notice-v3/site-copyright-notice-v3.js +7 -0
  43. package/public/block-site-logo-container-v3/site-logo-container-v3.js +7 -0
  44. package/public/block-site-title-and-tagline-v3/site-title-and-tagline-v3.js +7 -0
  45. package/public/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.js +8 -0
  46. package/public/block-social-networks-v3/social-networks-v3.js +7 -0
  47. package/public/block-spacer-v3/spacer-v3.js +2 -0
  48. package/public/block-spotify-embed-v3/spotify-embed-v3.js +7 -0
  49. package/public/block-standard-content-v3/standard-content-v3.js +7 -0
  50. package/public/block-sticky-buy-cta-v3/sticky-buy-cta-v3.js +7 -0
  51. package/public/block-sub-group-container-v3/sub-group-container-v3.js +2 -0
  52. package/public/block-video-content-v3/video-content-v3.js +11 -0
  53. package/public/components/block-accent-image-v3/accent-image-v3.css +0 -0
  54. package/public/components/block-accent-image-v3/accent-image-v3.js +7 -0
  55. package/public/components/block-accordion-v3/accordion-v3.css +474 -0
  56. package/public/components/block-accordion-v3/accordion-v3.js +117 -0
  57. package/public/components/block-back-to-top-button-v3/back-to-top-button-v3.css +62 -0
  58. package/public/components/block-back-to-top-button-v3/back-to-top-button-v3.js +12 -0
  59. package/public/components/block-betterreviews-display-v3/betterreviews-display-v3.css +96 -0
  60. package/public/components/block-betterreviews-display-v3/betterreviews-display-v3.js +7 -0
  61. package/public/components/block-block-interactions-v3/block-interactions-v3.css +34 -0
  62. package/public/components/block-block-interactions-v3/block-interactions-v3.js +44 -0
  63. package/public/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.css +928 -0
  64. package/public/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.js +169 -0
  65. package/public/components/block-cocktail-recipe-v3/cocktail-recipe-v3.css +317 -0
  66. package/public/components/block-cocktail-recipe-v3/cocktail-recipe-v3.js +93 -0
  67. package/public/components/block-cover-link-v3/cover-link-v3.css +0 -0
  68. package/public/components/block-cover-link-v3/cover-link-v3.js +7 -0
  69. package/public/components/block-divider-v3/divider-v3.css +74 -0
  70. package/public/components/block-divider-v3/divider-v3.js +7 -0
  71. package/public/components/block-featured-image-gallery-v3/featured-image-gallery-v3.css +102 -0
  72. package/public/components/block-featured-image-gallery-v3/featured-image-gallery-v3.js +44 -0
  73. package/public/components/block-form-selection-v3/form-selection-v3.css +32 -0
  74. package/public/components/block-form-selection-v3/form-selection-v3.js +61 -0
  75. package/public/components/block-gradient-layer-v3/gradient-layer-v3.css +52 -0
  76. package/public/components/block-gradient-layer-v3/gradient-layer-v3.js +7 -0
  77. package/public/components/block-group-container-v3/group-container-v3.css +323 -0
  78. package/public/components/block-group-container-v3/group-container-v3.js +7 -0
  79. package/public/components/block-lottie-content-v3/lottie-content-v3.css +0 -0
  80. package/public/components/block-lottie-content-v3/lottie-content-v3.js +25 -0
  81. package/public/components/block-market-selector-v3/market-selector-v3.css +139 -0
  82. package/public/components/block-market-selector-v3/market-selector-v3.js +7 -0
  83. package/public/components/block-modal-form-v3/modal-form-v3.css +0 -0
  84. package/public/components/block-modal-form-v3/modal-form-v3.js +44 -0
  85. package/public/components/block-modal-form-v3/modal-form-v3.scss.css +0 -0
  86. package/public/components/block-nav-menu-container-v3/nav-menu-container-v3.css +3 -0
  87. package/public/components/block-nav-menu-container-v3/nav-menu-container-v3.js +7 -0
  88. package/public/components/block-post-info-v3/post-info-v3.css +1310 -0
  89. package/public/components/block-post-info-v3/post-info-v3.js +7 -0
  90. package/public/components/block-post-info-v3/post-info-v3.scss.css +1310 -0
  91. package/public/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.css +859 -0
  92. package/public/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.js +13 -0
  93. package/public/components/block-product-info-v3/product-info-v3.css +993 -0
  94. package/public/components/block-product-info-v3/product-info-v3.js +7 -0
  95. package/public/components/block-product-info-v3/product-info-v3.scss.css +993 -0
  96. package/public/components/block-responsive-table-v3/responsive-table-v3.css +48 -0
  97. package/public/components/block-responsive-table-v3/responsive-table-v3.js +7 -0
  98. package/public/components/block-scrolling-banner-v3/scrolling-banner-v3.css +85 -0
  99. package/public/components/block-scrolling-banner-v3/scrolling-banner-v3.js +106 -0
  100. package/public/components/block-section-separator-v3/section-separator-v3.css +43 -0
  101. package/public/components/block-section-separator-v3/section-separator-v3.js +7 -0
  102. package/public/components/block-single-column-container-v3/single-column-container-v3.css +14 -0
  103. package/public/components/block-single-column-container-v3/single-column-container-v3.js +7 -0
  104. package/public/components/block-single-responsive-image-v3/single-responsive-image-v3.css +60 -0
  105. package/public/components/block-single-responsive-image-v3/single-responsive-image-v3.js +7 -0
  106. package/public/components/block-site-copyright-notice-v3/site-copyright-notice-v3.css +0 -0
  107. package/public/components/block-site-copyright-notice-v3/site-copyright-notice-v3.js +7 -0
  108. package/public/components/block-site-logo-container-v3/site-logo-container-v3.css +18 -0
  109. package/public/components/block-site-logo-container-v3/site-logo-container-v3.js +7 -0
  110. package/public/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.css +14 -0
  111. package/public/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.js +7 -0
  112. package/public/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.css +25 -0
  113. package/public/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.js +8 -0
  114. package/public/components/block-social-networks-v3/social-networks-v3.css +74 -0
  115. package/public/components/block-social-networks-v3/social-networks-v3.js +7 -0
  116. package/public/components/block-spacer-v3/spacer-v3.css +16 -0
  117. package/public/components/block-spacer-v3/spacer-v3.js +2 -0
  118. package/public/components/block-spacer-v3/spacer-v3.scss.css +16 -0
  119. package/public/components/block-spotify-embed-v3/spotify-embed-v3.css +7 -0
  120. package/public/components/block-spotify-embed-v3/spotify-embed-v3.js +7 -0
  121. package/public/components/block-standard-content-v3/standard-content-v3.css +529 -0
  122. package/public/components/block-standard-content-v3/standard-content-v3.js +7 -0
  123. package/public/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.css +0 -0
  124. package/public/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.js +7 -0
  125. package/public/components/block-sub-group-container-v3/sub-group-container-v3.css +308 -0
  126. package/public/components/block-sub-group-container-v3/sub-group-container-v3.js +2 -0
  127. package/public/components/block-video-content-v3/video-content-v3.css +105 -0
  128. package/public/components/block-video-content-v3/video-content-v3.js +11 -0
  129. package/public/dynamicBlockScss-v3.css +7140 -0
  130. package/public/dynamicBlockScss-v3.scss +36 -28
  131. package/public/jsAssets.mjs +3 -36
  132. package/public/publicBundle.css +7140 -0
  133. package/public/publicBundle.scss +7 -0
  134. package/public/publicbundlecss.css +0 -3
  135. package/public/publicbundlecss.css.map +0 -1
@@ -55,29 +55,28 @@
55
55
  "class": "",
56
56
  "id": ""
57
57
  },
58
- "wpml_cf_preferences": 3,
59
58
  "choices": {
60
- "__h-xl-sizing": "H extra large",
61
- "__h-l-sizing": "H large",
62
- "__h-m-sizing": "H medium",
63
- "__h-s-sizing": "H small",
64
- "__h-xs-sizing": "H extra small",
65
- "__h-xxs-sizing": "H xx smal",
66
- "__h-xxxs-sizing": "H xxx small",
67
- "__sh-xl-sizing": "SH extra large",
68
- "__sh-l-sizing": "SH large",
69
- "__sh-m-sizing": "SH medium",
70
- "__sh-s-sizing": "SH small",
71
- "__sh-xs-sizing": "SH x small",
72
- "__sh-xxs-sizing": "SH xx small",
73
- "__p-l-sizing": "P large",
74
- "__p-sizing": "P",
75
- "__p-s-sizing": "P small",
76
- "__p-xs-sizing": "P extra small",
77
- "__p-xxs-sizing": "P xx small",
78
- "__p-xxxs-sizing": "P xxx small"
59
+ "h-xl-sizing": "H extra large",
60
+ "h-l-sizing": "H large",
61
+ "h-m-sizing": "H medium",
62
+ "h-s-sizing": "H small",
63
+ "h-xs-sizing": "H extra small",
64
+ "h-xxs-sizing": "H xx smal",
65
+ "h-xxxs-sizing": "H xxx small",
66
+ "sh-xl-sizing": "SH extra large",
67
+ "sh-l-sizing": "SH large",
68
+ "sh-m-sizing": "SH medium",
69
+ "sh-s-sizing": "SH small",
70
+ "sh-xs-sizing": "SH x small",
71
+ "sh-xxs-sizing": "SH xx small",
72
+ "p-l-sizing": "P large",
73
+ "p-sizing": "P",
74
+ "p-s-sizing": "P small",
75
+ "p-xs-sizing": "P extra small",
76
+ "p-xxs-sizing": "P xx small",
77
+ "p-xxxs-sizing": "P xxx small"
79
78
  },
80
- "default_value": "__p-sizing",
79
+ "default_value": "p-sizing",
81
80
  "return_format": "value",
82
81
  "multiple": 0,
83
82
  "max": "",
@@ -87,8 +86,11 @@
87
86
  "prepend": "",
88
87
  "append": "",
89
88
  "allow_null": 1,
89
+ "allow_in_bindings": 1,
90
90
  "ui": 1,
91
91
  "ajax": 0,
92
+ "create_options": 0,
93
+ "save_options": 0,
92
94
  "min": ""
93
95
  },
94
96
  {
@@ -105,26 +107,28 @@
105
107
  "class": "",
106
108
  "id": ""
107
109
  },
108
- "wpml_cf_preferences": 3,
109
110
  "choices": {
110
- "__h1": "H1",
111
- "__h2": "H2",
112
- "__h3": "H3",
113
- "__h4": "H4",
114
- "__h5": "H5",
115
- "__h6": "H6",
116
- "__p": "P"
111
+ "h1": "H1",
112
+ "h2": "H2",
113
+ "h3": "H3",
114
+ "h4": "H4",
115
+ "h5": "H5",
116
+ "h6": "H6",
117
+ "p": "P"
117
118
  },
118
- "default_value": "__p",
119
+ "default_value": "p",
119
120
  "return_format": "value",
120
121
  "multiple": 0,
121
122
  "max": "",
122
123
  "prepend": "",
123
124
  "append": "",
124
125
  "allow_null": 0,
126
+ "allow_in_bindings": 1,
125
127
  "ui": 0,
126
128
  "ajax": 0,
127
129
  "placeholder": "",
130
+ "create_options": 0,
131
+ "save_options": 0,
128
132
  "allow_custom": 0,
129
133
  "search_placeholder": "",
130
134
  "min": ""
@@ -232,7 +236,10 @@
232
236
  "input": 1,
233
237
  "allow_null": 1,
234
238
  "theme_colors": 0,
235
- "colors": []
239
+ "colors": [],
240
+ "custom_palette_source": "",
241
+ "palette_colors": "",
242
+ "show_color_wheel": true
236
243
  },
237
244
  {
238
245
  "key": "field_687a4e2341f23",
@@ -388,7 +395,10 @@
388
395
  "input": true,
389
396
  "allow_null": true,
390
397
  "theme_colors": false,
391
- "colors": []
398
+ "colors": [],
399
+ "custom_palette_source": "",
400
+ "palette_colors": "",
401
+ "show_color_wheel": true
392
402
  },
393
403
  {
394
404
  "key": "field_687a4e23432a6",
@@ -450,7 +460,9 @@
450
460
  "placeholder": "",
451
461
  "allow_custom": 0,
452
462
  "search_placeholder": "",
453
- "min": ""
463
+ "min": "",
464
+ "create_options": 0,
465
+ "save_options": 0
454
466
  },
455
467
  {
456
468
  "key": "field_687a4e2343a79",
@@ -486,27 +498,26 @@
486
498
  "class": "",
487
499
  "id": ""
488
500
  },
489
- "wpml_cf_preferences": 3,
490
501
  "choices": {
491
- "__h-xl-fs-desktop": "H extra large",
492
- "__h-l-fs-desktop": "H large",
493
- "__h-m-fs-desktop": "H medium",
494
- "__h-s-fs-desktop": "H small",
495
- "__h-xs-fs-desktop": "H extra small",
496
- "__h-xxs-fs-desktop": "H xx smal",
497
- "__h-xxxs-fs-desktop": "H xxx small",
498
- "__sh-xl-fs-desktop": "SH extra large",
499
- "__sh-l-fs-desktop": "SH large",
500
- "__sh-m-fs-desktop": "SH medium",
501
- "__sh-s-fs-desktop": "SH small",
502
- "__sh-xs-fs-desktop": "SH x small",
503
- "__sh-xxs-fs-desktop": "SH xx small",
504
- "__p-l-fs-desktop": "P large",
505
- "__p-fs-desktop": "P",
506
- "__p-s-fs-desktop": "P small",
507
- "__p-xs-fs-desktop": "P extra small",
508
- "__p-xxs-fs-desktop": "P xx small",
509
- "__p-xxxs-fs-desktop": "P xxx small"
502
+ "h-xl-fs-desktop": "H extra large",
503
+ "h-l-fs-desktop": "H large",
504
+ "h-m-fs-desktop": "H medium",
505
+ "h-s-fs-desktop": "H small",
506
+ "h-xs-fs-desktop": "H extra small",
507
+ "h-xxs-fs-desktop": "H xx smal",
508
+ "h-xxxs-fs-desktop": "H xxx small",
509
+ "sh-xl-fs-desktop": "SH extra large",
510
+ "sh-l-fs-desktop": "SH large",
511
+ "sh-m-fs-desktop": "SH medium",
512
+ "sh-s-fs-desktop": "SH small",
513
+ "sh-xs-fs-desktop": "SH x small",
514
+ "sh-xxs-fs-desktop": "SH xx small",
515
+ "p-l-fs-desktop": "P large",
516
+ "p-fs-desktop": "P",
517
+ "p-s-fs-desktop": "P small",
518
+ "p-xs-fs-desktop": "P extra small",
519
+ "p-xxs-fs-desktop": "P xx small",
520
+ "p-xxxs-fs-desktop": "P xxx small"
510
521
  },
511
522
  "default_value": false,
512
523
  "return_format": "value",
@@ -518,8 +529,11 @@
518
529
  "prepend": "",
519
530
  "append": "",
520
531
  "allow_null": 1,
532
+ "allow_in_bindings": 1,
521
533
  "ui": 1,
522
534
  "ajax": 0,
535
+ "create_options": 0,
536
+ "save_options": 0,
523
537
  "min": ""
524
538
  },
525
539
  {
@@ -536,25 +550,27 @@
536
550
  "class": "",
537
551
  "id": ""
538
552
  },
539
- "wpml_cf_preferences": 3,
540
553
  "choices": {
541
- "__var(--theme-primary-text-colour)": "Theme primary text",
542
- "__var(--theme-secondary-text-colour)": "Theme secondary text",
543
- "__var(--theme-tertiary-text-colour)": "Theme tertiary text"
554
+ "var(--theme-primary-text-colour)": "Theme primary text",
555
+ "var(--theme-secondary-text-colour)": "Theme secondary text",
556
+ "var(--theme-tertiary-text-colour)": "Theme tertiary text"
544
557
  },
545
558
  "default_value": false,
546
559
  "return_format": "value",
547
560
  "multiple": 0,
561
+ "max": "",
562
+ "placeholder": "",
563
+ "prepend": "",
564
+ "append": "",
548
565
  "allow_null": 1,
566
+ "allow_in_bindings": 1,
549
567
  "ui": 0,
550
568
  "ajax": 0,
551
- "placeholder": "",
569
+ "create_options": 0,
570
+ "save_options": 0,
552
571
  "allow_custom": 0,
553
572
  "search_placeholder": "",
554
- "prepend": "",
555
- "append": "",
556
- "min": "",
557
- "max": ""
573
+ "min": ""
558
574
  },
559
575
  {
560
576
  "key": "field_687a4e234424a",
@@ -570,12 +586,10 @@
570
586
  "class": "",
571
587
  "id": ""
572
588
  },
573
- "wpml_cf_preferences": 3,
574
- "user_roles": ["administrator"],
575
589
  "choices": {
576
- "__left": "Left",
577
- "__center": "Center",
578
- "__right": "Right"
590
+ "left": "Left",
591
+ "center": "Center",
592
+ "right": "Right"
579
593
  },
580
594
  "default_value": false,
581
595
  "return_format": "value",
@@ -587,8 +601,11 @@
587
601
  "prepend": "",
588
602
  "append": "",
589
603
  "allow_null": 1,
604
+ "allow_in_bindings": 1,
590
605
  "ui": 1,
591
- "ajax": 1,
606
+ "ajax": 0,
607
+ "create_options": 0,
608
+ "save_options": 0,
592
609
  "min": ""
593
610
  },
594
611
  {
@@ -605,10 +622,9 @@
605
622
  "class": "",
606
623
  "id": ""
607
624
  },
608
- "wpml_cf_preferences": 3,
609
625
  "choices": {
610
- "__uppercase": "Uppercase",
611
- "__capitalize": "Capitalize"
626
+ "uppercase": "Uppercase",
627
+ "capitalize": "Capitalize"
612
628
  },
613
629
  "default_value": false,
614
630
  "return_format": "value",
@@ -620,8 +636,11 @@
620
636
  "prepend": "",
621
637
  "append": "",
622
638
  "allow_null": 1,
639
+ "allow_in_bindings": 1,
623
640
  "ui": 1,
624
641
  "ajax": 0,
642
+ "create_options": 0,
643
+ "save_options": 0,
625
644
  "min": ""
626
645
  },
627
646
  {
@@ -638,11 +657,10 @@
638
657
  "class": "",
639
658
  "id": ""
640
659
  },
641
- "wpml_cf_preferences": 3,
642
660
  "choices": {
643
- "__200": "Light",
644
- "__default": "Default",
645
- "__bold": "Bold"
661
+ "200": "Light",
662
+ "default": "Default",
663
+ "bold": "Bold"
646
664
  },
647
665
  "default_value": false,
648
666
  "return_format": "value",
@@ -654,8 +672,11 @@
654
672
  "prepend": "",
655
673
  "append": "",
656
674
  "allow_null": 1,
675
+ "allow_in_bindings": 1,
657
676
  "ui": 1,
658
677
  "ajax": 0,
678
+ "create_options": 0,
679
+ "save_options": 0,
659
680
  "min": ""
660
681
  },
661
682
  {
@@ -672,12 +693,11 @@
672
693
  "class": "",
673
694
  "id": ""
674
695
  },
675
- "wpml_cf_preferences": 3,
676
696
  "choices": {
677
- "__normal": "Normal",
678
- "__italic": "Italic"
697
+ "normal": "Normal",
698
+ "italic": "Italic"
679
699
  },
680
- "default_value": "__normal",
700
+ "default_value": "normal",
681
701
  "return_format": "value",
682
702
  "multiple": 0,
683
703
  "max": "",
@@ -687,8 +707,11 @@
687
707
  "prepend": "",
688
708
  "append": "",
689
709
  "allow_null": 1,
710
+ "allow_in_bindings": 1,
690
711
  "ui": 1,
691
712
  "ajax": 0,
713
+ "create_options": 0,
714
+ "save_options": 0,
692
715
  "min": ""
693
716
  },
694
717
  {
@@ -748,27 +771,26 @@
748
771
  "class": "",
749
772
  "id": ""
750
773
  },
751
- "wpml_cf_preferences": 3,
752
774
  "choices": {
753
- "__h-xl-fs-portrait": "H extra large",
754
- "__h-l-fs-portrait": "H large",
755
- "__h-m-fs-portrait": "H medium",
756
- "__h-s-fs-portrait": "H small",
757
- "__h-xs-fs-portrait": "H extra small",
758
- "__h-xxs-fs-portrait": "H xx smal",
759
- "__h-xxxs-fs-portrait": "H xxx small",
760
- "__sh-xl-fs-portrait": "SH extra large",
761
- "__sh-l-fs-portrait": "SH large",
762
- "__sh-m-fs-portrait": "SH medium",
763
- "__sh-s-fs-portrait": "SH small",
764
- "__sh-xs-fs-portrait": "SH x small",
765
- "__sh-xxs-fs-portrait": "SH xx small",
766
- "__p-l-fs-portrait": "P large",
767
- "__p-fs-portrait": "P",
768
- "__p-s-fs-portrait": "P small",
769
- "__p-xs-fs-portrait": "P extra small",
770
- "__p-xxs-fs-portrait": "P xx small",
771
- "__p-xxxs-fs-portrait": "P xxx small"
775
+ "h-xl-fs-portrait": "H extra large",
776
+ "h-l-fs-portrait": "H large",
777
+ "h-m-fs-portrait": "H medium",
778
+ "h-s-fs-portrait": "H small",
779
+ "h-xs-fs-portrait": "H extra small",
780
+ "h-xxs-fs-portrait": "H xx smal",
781
+ "h-xxxs-fs-portrait": "H xxx small",
782
+ "sh-xl-fs-portrait": "SH extra large",
783
+ "sh-l-fs-portrait": "SH large",
784
+ "sh-m-fs-portrait": "SH medium",
785
+ "sh-s-fs-portrait": "SH small",
786
+ "sh-xs-fs-portrait": "SH x small",
787
+ "sh-xxs-fs-portrait": "SH xx small",
788
+ "p-l-fs-portrait": "P large",
789
+ "p-fs-portrait": "P",
790
+ "p-s-fs-portrait": "P small",
791
+ "p-xs-fs-portrait": "P extra small",
792
+ "p-xxs-fs-portrait": "P xx small",
793
+ "p-xxxs-fs-portrait": "P xxx small"
772
794
  },
773
795
  "default_value": false,
774
796
  "return_format": "value",
@@ -780,8 +802,11 @@
780
802
  "prepend": "",
781
803
  "append": "",
782
804
  "allow_null": 1,
805
+ "allow_in_bindings": 1,
783
806
  "ui": 1,
784
807
  "ajax": 0,
808
+ "create_options": 0,
809
+ "save_options": 0,
785
810
  "min": ""
786
811
  },
787
812
  {
@@ -798,25 +823,27 @@
798
823
  "class": "",
799
824
  "id": ""
800
825
  },
801
- "wpml_cf_preferences": 3,
802
826
  "choices": {
803
- "__var(--theme-primary-text-colour)": "Theme primary text colour",
804
- "__var(--theme-secondary-text-colour)": "Theme secondary text colour",
805
- "__var(--theme-tertiary-text-colour)": "Theme tertiary text"
827
+ "var(--theme-primary-text-colour)": "Theme primary text colour",
828
+ "var(--theme-secondary-text-colour)": "Theme secondary text colour",
829
+ "var(--theme-tertiary-text-colour)": "Theme tertiary text"
806
830
  },
807
831
  "default_value": false,
808
832
  "return_format": "value",
809
833
  "multiple": 0,
810
- "allow_null": 1,
811
- "ui": 1,
812
- "ajax": 0,
813
- "placeholder": "",
834
+ "max": "",
814
835
  "allow_custom": 0,
836
+ "placeholder": "",
815
837
  "search_placeholder": "",
816
838
  "prepend": "",
817
839
  "append": "",
818
- "min": "",
819
- "max": ""
840
+ "allow_null": 1,
841
+ "allow_in_bindings": 1,
842
+ "ui": 1,
843
+ "ajax": 0,
844
+ "create_options": 0,
845
+ "save_options": 0,
846
+ "min": ""
820
847
  },
821
848
  {
822
849
  "key": "field_687a4e2345da3",
@@ -832,25 +859,27 @@
832
859
  "class": "",
833
860
  "id": ""
834
861
  },
835
- "wpml_cf_preferences": 3,
836
862
  "choices": {
837
- "__left": "Left",
838
- "__center": "Center",
839
- "__right": "Right"
863
+ "left": "Left",
864
+ "center": "Center",
865
+ "right": "Right"
840
866
  },
841
867
  "default_value": false,
842
868
  "return_format": "value",
843
869
  "multiple": 0,
844
- "allow_null": 1,
845
- "ui": 1,
846
- "ajax": 0,
847
- "placeholder": "",
870
+ "max": "",
848
871
  "allow_custom": 0,
872
+ "placeholder": "",
849
873
  "search_placeholder": "",
850
874
  "prepend": "",
851
875
  "append": "",
852
- "min": "",
853
- "max": ""
876
+ "allow_null": 1,
877
+ "allow_in_bindings": 1,
878
+ "ui": 1,
879
+ "ajax": 0,
880
+ "create_options": 0,
881
+ "save_options": 0,
882
+ "min": ""
854
883
  },
855
884
  {
856
885
  "key": "field_687a4e2346189",
@@ -866,24 +895,26 @@
866
895
  "class": "",
867
896
  "id": ""
868
897
  },
869
- "wpml_cf_preferences": 3,
870
898
  "choices": {
871
- "__uppercase": "Uppercase",
872
- "__capitalize": "Capitalize"
899
+ "uppercase": "Uppercase",
900
+ "capitalize": "Capitalize"
873
901
  },
874
902
  "default_value": false,
875
903
  "return_format": "value",
876
904
  "multiple": 0,
877
- "allow_null": 1,
878
- "ui": 1,
879
- "ajax": 0,
880
- "placeholder": "",
905
+ "max": "",
881
906
  "allow_custom": 0,
907
+ "placeholder": "",
882
908
  "search_placeholder": "",
883
909
  "prepend": "",
884
910
  "append": "",
885
- "min": "",
886
- "max": ""
911
+ "allow_null": 1,
912
+ "allow_in_bindings": 1,
913
+ "ui": 1,
914
+ "ajax": 0,
915
+ "create_options": 0,
916
+ "save_options": 0,
917
+ "min": ""
887
918
  },
888
919
  {
889
920
  "key": "field_687a4e234656f",
@@ -899,11 +930,10 @@
899
930
  "class": "",
900
931
  "id": ""
901
932
  },
902
- "wpml_cf_preferences": 3,
903
933
  "choices": {
904
- "__200": "Light",
905
- "__default": "Default",
906
- "__bold": "Bold"
934
+ "200": "Light",
935
+ "default": "Default",
936
+ "bold": "Bold"
907
937
  },
908
938
  "default_value": false,
909
939
  "return_format": "value",
@@ -915,8 +945,11 @@
915
945
  "prepend": "",
916
946
  "append": "",
917
947
  "allow_null": 1,
948
+ "allow_in_bindings": 1,
918
949
  "ui": 1,
919
950
  "ajax": 0,
951
+ "create_options": 0,
952
+ "save_options": 0,
920
953
  "min": ""
921
954
  },
922
955
  {
@@ -933,10 +966,9 @@
933
966
  "class": "",
934
967
  "id": ""
935
968
  },
936
- "wpml_cf_preferences": 3,
937
969
  "choices": {
938
- "__normal": "Normal",
939
- "__italic": "Italic"
970
+ "normal": "Normal",
971
+ "italic": "Italic"
940
972
  },
941
973
  "default_value": false,
942
974
  "return_format": "value",
@@ -948,8 +980,11 @@
948
980
  "prepend": "",
949
981
  "append": "",
950
982
  "allow_null": 1,
983
+ "allow_in_bindings": 1,
951
984
  "ui": 1,
952
985
  "ajax": 0,
986
+ "create_options": 0,
987
+ "save_options": 0,
953
988
  "min": ""
954
989
  },
955
990
  {
@@ -1008,27 +1043,26 @@
1008
1043
  "class": "",
1009
1044
  "id": ""
1010
1045
  },
1011
- "wpml_cf_preferences": 3,
1012
1046
  "choices": {
1013
- "__h-xl-fs-mobile": "H extra large",
1014
- "__h-l-fs-mobile": "H large",
1015
- "__h-m-fs-mobile": "H medium",
1016
- "__h-s-fs-mobile": "H small",
1017
- "__h-xs-fs-mobile": "H extra small",
1018
- "__h-xxs-fs-mobile": "H xx smal",
1019
- "__h-xxxs-fs-mobile": "H xxx small",
1020
- "__sh-xl-fs-mobile": "SH extra large",
1021
- "__sh-l-fs-mobile": "SH large",
1022
- "__sh-m-fs-mobile": "SH medium",
1023
- "__sh-s-fs-mobile": "SH small",
1024
- "__sh-xs-fs-mobile": "SH x small",
1025
- "__sh-xxs-fs-mobile": "SH xx small",
1026
- "__p-l-fs-mobile": "P large",
1027
- "__p-fs-mobile": "P",
1028
- "__p-s-fs-mobile": "P small",
1029
- "__p-xs-fs-mobile": "P extra small",
1030
- "__p-xxs-fs-mobile": "P xx small",
1031
- "__p-xxxs-fs-mobile": "P xxx small"
1047
+ "h-xl-fs-mobile": "H extra large",
1048
+ "h-l-fs-mobile": "H large",
1049
+ "h-m-fs-mobile": "H medium",
1050
+ "h-s-fs-mobile": "H small",
1051
+ "h-xs-fs-mobile": "H extra small",
1052
+ "h-xxs-fs-mobile": "H xx smal",
1053
+ "h-xxxs-fs-mobile": "H xxx small",
1054
+ "sh-xl-fs-mobile": "SH extra large",
1055
+ "sh-l-fs-mobile": "SH large",
1056
+ "sh-m-fs-mobile": "SH medium",
1057
+ "sh-s-fs-mobile": "SH small",
1058
+ "sh-xs-fs-mobile": "SH x small",
1059
+ "sh-xxs-fs-mobile": "SH xx small",
1060
+ "p-l-fs-mobile": "P large",
1061
+ "p-fs-mobile": "P",
1062
+ "p-s-fs-mobile": "P small",
1063
+ "p-xs-fs-mobile": "P extra small",
1064
+ "p-xxs-fs-mobile": "P xx small",
1065
+ "p-xxxs-fs-mobile": "P xxx small"
1032
1066
  },
1033
1067
  "default_value": false,
1034
1068
  "return_format": "value",
@@ -1040,8 +1074,11 @@
1040
1074
  "prepend": "",
1041
1075
  "append": "",
1042
1076
  "allow_null": 1,
1077
+ "allow_in_bindings": 1,
1043
1078
  "ui": 1,
1044
1079
  "ajax": 0,
1080
+ "create_options": 0,
1081
+ "save_options": 0,
1045
1082
  "min": ""
1046
1083
  },
1047
1084
  {
@@ -1058,25 +1095,27 @@
1058
1095
  "class": "",
1059
1096
  "id": ""
1060
1097
  },
1061
- "wpml_cf_preferences": 3,
1062
1098
  "choices": {
1063
- "__var(--theme-primary-text-colour)": "Theme primary text colour",
1064
- "__var(--theme-secondary-text-colour)": "Theme secondary text colour",
1065
- "__var(--theme-tertiary-text-colour)": "Theme tertiary text"
1099
+ "var(--theme-primary-text-colour)": "Theme primary text colour",
1100
+ "var(--theme-secondary-text-colour)": "Theme secondary text colour",
1101
+ "var(--theme-tertiary-text-colour)": "Theme tertiary text"
1066
1102
  },
1067
1103
  "default_value": false,
1068
1104
  "return_format": "value",
1069
1105
  "multiple": 0,
1070
- "allow_null": 1,
1071
- "ui": 1,
1072
- "ajax": 0,
1073
- "placeholder": "",
1106
+ "max": "",
1074
1107
  "allow_custom": 0,
1108
+ "placeholder": "",
1075
1109
  "search_placeholder": "",
1076
1110
  "prepend": "",
1077
1111
  "append": "",
1078
- "min": "",
1079
- "max": ""
1112
+ "allow_null": 1,
1113
+ "allow_in_bindings": 1,
1114
+ "ui": 1,
1115
+ "ajax": 0,
1116
+ "create_options": 0,
1117
+ "save_options": 0,
1118
+ "min": ""
1080
1119
  },
1081
1120
  {
1082
1121
  "key": "field_687a4e2347900",
@@ -1092,26 +1131,27 @@
1092
1131
  "class": "",
1093
1132
  "id": ""
1094
1133
  },
1095
- "wpml_cf_preferences": 3,
1096
- "user_roles": ["administrator"],
1097
1134
  "choices": {
1098
- "__left": "Left",
1099
- "__center": "Center",
1100
- "__right": "Right"
1135
+ "left": "Left",
1136
+ "center": "Center",
1137
+ "right": "Right"
1101
1138
  },
1102
1139
  "default_value": false,
1103
1140
  "return_format": "value",
1104
1141
  "multiple": 0,
1105
- "allow_null": 1,
1106
- "ui": 1,
1107
- "ajax": 0,
1108
- "placeholder": "",
1142
+ "max": "",
1109
1143
  "allow_custom": 0,
1144
+ "placeholder": "",
1110
1145
  "search_placeholder": "",
1111
1146
  "prepend": "",
1112
1147
  "append": "",
1113
- "min": "",
1114
- "max": ""
1148
+ "allow_null": 1,
1149
+ "allow_in_bindings": 1,
1150
+ "ui": 1,
1151
+ "ajax": 0,
1152
+ "create_options": 0,
1153
+ "save_options": 0,
1154
+ "min": ""
1115
1155
  },
1116
1156
  {
1117
1157
  "key": "field_687a4e2347ce0",
@@ -1127,25 +1167,26 @@
1127
1167
  "class": "",
1128
1168
  "id": ""
1129
1169
  },
1130
- "wpml_cf_preferences": 3,
1131
- "user_roles": ["administrator"],
1132
1170
  "choices": {
1133
- "__uppercase": "Uppercase",
1134
- "__capitalize": "Capitalize"
1171
+ "uppercase": "Uppercase",
1172
+ "capitalize": "Capitalize"
1135
1173
  },
1136
1174
  "default_value": false,
1137
1175
  "return_format": "value",
1138
1176
  "multiple": 0,
1139
- "allow_null": 1,
1140
- "ui": 1,
1141
- "ajax": 0,
1142
- "placeholder": "",
1177
+ "max": "",
1143
1178
  "allow_custom": 0,
1179
+ "placeholder": "",
1144
1180
  "search_placeholder": "",
1145
1181
  "prepend": "",
1146
1182
  "append": "",
1147
- "min": "",
1148
- "max": ""
1183
+ "allow_null": 1,
1184
+ "allow_in_bindings": 1,
1185
+ "ui": 1,
1186
+ "ajax": 0,
1187
+ "create_options": 0,
1188
+ "save_options": 0,
1189
+ "min": ""
1149
1190
  },
1150
1191
  {
1151
1192
  "key": "field_687a4e23480ca",
@@ -1161,11 +1202,10 @@
1161
1202
  "class": "",
1162
1203
  "id": ""
1163
1204
  },
1164
- "wpml_cf_preferences": 3,
1165
1205
  "choices": {
1166
- "__200": "Light",
1167
- "__default": "Default",
1168
- "__bold": "Bold"
1206
+ "200": "Light",
1207
+ "default": "Default",
1208
+ "bold": "Bold"
1169
1209
  },
1170
1210
  "default_value": false,
1171
1211
  "return_format": "value",
@@ -1177,8 +1217,11 @@
1177
1217
  "prepend": "",
1178
1218
  "append": "",
1179
1219
  "allow_null": 1,
1220
+ "allow_in_bindings": 1,
1180
1221
  "ui": 1,
1181
1222
  "ajax": 0,
1223
+ "create_options": 0,
1224
+ "save_options": 0,
1182
1225
  "min": ""
1183
1226
  },
1184
1227
  {
@@ -1195,12 +1238,11 @@
1195
1238
  "class": "",
1196
1239
  "id": ""
1197
1240
  },
1198
- "wpml_cf_preferences": 3,
1199
1241
  "choices": {
1200
- "__normal": "Normal",
1201
- "__italic": "Italic"
1242
+ "normal": "Normal",
1243
+ "italic": "Italic"
1202
1244
  },
1203
- "default_value": "__normal",
1245
+ "default_value": "normal",
1204
1246
  "return_format": "value",
1205
1247
  "multiple": 0,
1206
1248
  "max": "",
@@ -1210,8 +1252,11 @@
1210
1252
  "prepend": "",
1211
1253
  "append": "",
1212
1254
  "allow_null": 1,
1255
+ "allow_in_bindings": 1,
1213
1256
  "ui": 1,
1214
1257
  "ajax": 0,
1258
+ "create_options": 0,
1259
+ "save_options": 0,
1215
1260
  "min": ""
1216
1261
  },
1217
1262
  {
@@ -1322,11 +1367,11 @@
1322
1367
  "active": false,
1323
1368
  "description": "Library version - Do not modify in this project as any changes will be overwritten by future updates.",
1324
1369
  "show_in_rest": 0,
1370
+ "display_title": "",
1325
1371
  "acfe_autosync": ["json"],
1326
- "acfml_field_group_mode": "localization",
1327
1372
  "acfe_form": 0,
1328
1373
  "acfe_display_title": "",
1329
1374
  "acfe_meta": "",
1330
1375
  "acfe_note": "",
1331
- "modified": 1757608462
1376
+ "modified": 1762876700
1332
1377
  }