@total_onion/onion-library 1.0.109 → 1.0.112

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.
@@ -21,19 +21,22 @@
21
21
  {% set ctaAnimationStyle = ctaData.cta_settings.cta_animation_style %}
22
22
 
23
23
  <style>
24
- .{{blockClassName}}__post-link.{{block.id}} {
24
+ .{{blockClassName}}__post-link.{{block.id}}{
25
25
  {{widgetStyles}}
26
26
  }
27
27
  </style>
28
- <a href="{{post.link}}" data-pattern-post-info="link" class="{{blockClassName}}__post-link {{blockClassName}}__info-item {{blockClassName}}__cta cmpl-cta-style-{{ctaStyle}} {{blockClassName}}__cta-animation-style-{{enableCtaAnimation ? ctaAnimationStyle : ''}} {{enableCtaAnimation ? 'cmpl-cta-animation-style-' ~ ctaAnimationStyle : ''}} {{block.id}}">
29
- <span class="{{blockClassName}}__cta-span">{{field.post_link_text}}</span>
30
- {% set icon = enableCtaIcon %}
31
- {% if icon %}
32
- {% set iconType = cta.cta_link.target == '_blank' ? options.theme_cta_icons.cta_external_link_icon : options.theme_cta_icons.cta_link_icon %}
33
- {% set iconImage = get_image(iconType) %}
34
- {% set isSVG = iconImage.post_mime_type == 'image/svg+xml' %}
35
- <span class="{{ blockClassName ~ '__icon-link ' ~ blockClassName ~ '__cta-icon cmpl-cta-icon'}}">
36
- {{ isSVG ? get_raw_svg(iconImage.id) : '<img class="" src="' ~ iconImage.src ~ '">'}}
37
- </span>
38
- {% endif %}
39
- </a>
28
+ <div class="{{blockClassName}}__post-link-container {{blockClassName}}__post-link {{blockClassName}}__info-item {{block.id}}">
29
+
30
+ <a href="{{post.link}}" data-pattern-post-info="link" class=" {{blockClassName}}__cta cmpl-cta-style-{{ctaStyle}} {{enableCtaAnimation ? 'cmpl-cta-animation-style-' ~ ctaAnimationStyle : ''}} {{block.id}}">
31
+ <span class="{{blockClassName}}__cta-span">{{field.post_link_text}}</span>
32
+ {% set icon = enableCtaIcon %}
33
+ {% if icon %}
34
+ {% set iconType = cta.cta_link.target == '_blank' ? options.theme_cta_icons.cta_external_link_icon : options.theme_cta_icons.cta_link_icon %}
35
+ {% set iconImage = get_image(iconType) %}
36
+ {% set isSVG = iconImage.post_mime_type == 'image/svg+xml' %}
37
+ <span class="{{ blockClassName ~ '__icon-link ' ~ blockClassName ~ '__cta-icon cmpl-cta-icon'}}">
38
+ {{ isSVG ? get_raw_svg(iconImage.id) : '<img class="" src="' ~ iconImage.src ~ '">'}}
39
+ </span>
40
+ {% endif %}
41
+ </a>
42
+ </div>
@@ -795,7 +795,7 @@
795
795
  },
796
796
  "wpml_cf_preferences": 3,
797
797
  "clone": [
798
- "group_64060dc280525"
798
+ "group_686b8cb48c708"
799
799
  ],
800
800
  "display": "seamless",
801
801
  "layout": "block",
@@ -1386,5 +1386,5 @@
1386
1386
  "acfe_display_title": "",
1387
1387
  "acfe_meta": "",
1388
1388
  "acfe_note": "",
1389
- "modified": 1753975464
1389
+ "modified": 1754036824
1390
1390
  }
@@ -49,25 +49,7 @@
49
49
  "type": "select",
50
50
  "instructions": "",
51
51
  "required": 0,
52
- "conditional_logic": [
53
- [
54
- {
55
- "field": "field_687a624a6e353",
56
- "operator": "==",
57
- "value": ""
58
- },
59
- {
60
- "field": "field_687a621c6e352",
61
- "operator": "==",
62
- "value": ""
63
- },
64
- {
65
- "field": "field_687a4e4e1c0da",
66
- "operator": "==",
67
- "value": ""
68
- }
69
- ]
70
- ],
52
+ "conditional_logic": 0,
71
53
  "wrapper": {
72
54
  "width": "50",
73
55
  "class": "",
@@ -75,19 +57,19 @@
75
57
  },
76
58
  "wpml_cf_preferences": 3,
77
59
  "choices": {
78
- "__h1-l-sizing": "H extra large",
79
- "__h1-sizing": "H large",
80
- "__h2-sizing": "H medium",
81
- "__h3-sizing": "H small",
82
- "__h4-sizing": "H extra small",
83
- "__h5-sizing": "H xx smal",
84
- "__h6-sizing": "H xxx small",
85
- "__sh1-sizing": "SH extra large",
86
- "__sh2-sizing": "SH large",
87
- "__sh3-sizing": "SH medium",
88
- "__sh4-sizing": "SH small",
89
- "__sh5-sizing": "SH x small",
90
- "__sh6-sizing": "SH xx small",
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",
91
73
  "__p-l-sizing": "P large",
92
74
  "__p-sizing": "P",
93
75
  "__p-s-sizing": "P small",
@@ -494,8 +476,8 @@
494
476
  },
495
477
  {
496
478
  "key": "field_687a624a6e353",
497
- "label": "Typographic style desktop",
498
- "name": "typographic_style_desktop",
479
+ "label": "Font size desktop",
480
+ "name": "font_size_desktop",
499
481
  "aria-label": "",
500
482
  "type": "select",
501
483
  "instructions": "",
@@ -508,7 +490,7 @@
508
490
  },
509
491
  "wpml_cf_preferences": 3,
510
492
  "choices": {
511
- "__h-extra-large-desktop": "H extra large",
493
+ "__h-xl-fs-desktop": "H extra large",
512
494
  "__h-large-desktop": "H large",
513
495
  "__h-medium-desktop": "H medium",
514
496
  "__h-small-desktop": "H small",
@@ -763,8 +745,8 @@
763
745
  },
764
746
  {
765
747
  "key": "field_687a621c6e352",
766
- "label": "Typographic style portrait",
767
- "name": "typographic_style_portrait",
748
+ "label": "Font size portrait",
749
+ "name": "font_size_portrait",
768
750
  "aria-label": "",
769
751
  "type": "select",
770
752
  "instructions": "",
@@ -1023,8 +1005,8 @@
1023
1005
  },
1024
1006
  {
1025
1007
  "key": "field_687a4e4e1c0da",
1026
- "label": "Typographic style mobile",
1027
- "name": "typographic_style_mobile",
1008
+ "label": "Font size mobile",
1009
+ "name": "font_size_mobile",
1028
1010
  "aria-label": "",
1029
1011
  "type": "select",
1030
1012
  "instructions": "",
@@ -1367,5 +1349,5 @@
1367
1349
  "acfe_display_title": "",
1368
1350
  "acfe_meta": "",
1369
1351
  "acfe_note": "",
1370
- "modified": 1753795382
1352
+ "modified": 1754216792
1371
1353
  }
@@ -8,7 +8,7 @@
8
8
  }
9
9
  </style>
10
10
  {% if fields.wysiwyg_editor %}
11
- <div class="{{blockClassName}}__content-container {{textEditorContainerClasses}} standard-content-box-wysiwyg-editor {{block.id}}">
11
+ <div class="{{blockClassName}}__content-container {{textEditorContainerClasses}} standard-content-box-wysiwyg-editor cmpl-text-editor-settings {{block.id}}">
12
12
  {% if fields.wysiwyg_editor is not empty %}
13
13
  <{{elementType}} class="{{textEditorElementClasses}}">
14
14
  {{fields.wysiwyg_editor|striptags('<br>, <a>, <em>, <i>, <span>, <strong>')|raw}}
@@ -8,6 +8,8 @@
8
8
  core-functions-v3.fontSize(var(--h-xl-desktop)),
9
9
  var(--h-xl-font-size-max-desktop, 180px)
10
10
  );
11
+ line-height: var(--h1-l-line-height);
12
+ letter-spacing: var(--h1-l-letter-spacing);
11
13
  }
12
14
  @mixin h-xl {
13
15
  letter-spacing: var(--h1-l-letter-spacing);
@@ -49,6 +51,8 @@
49
51
  core-functions-v3.fontSize(var(--h-l-desktop)),
50
52
  var(--h-l-font-size-max-desktop, 180px)
51
53
  );
54
+ letter-spacing: var(--h1-letter-spacing);
55
+ line-height: var(--h1-line-height);
52
56
  }
53
57
  @mixin h-l {
54
58
  letter-spacing: var(--h1-letter-spacing);
@@ -94,6 +98,8 @@
94
98
  core-functions-v3.fontSize(var(--h-m-desktop)),
95
99
  var(--h-m-font-size-max-desktop, 180px)
96
100
  );
101
+ letter-spacing: var(--h2-letter-spacing);
102
+ line-height: var(--h2-line-height);
97
103
  }
98
104
  @mixin h-m {
99
105
  letter-spacing: var(--h2-letter-spacing);
@@ -139,6 +145,8 @@
139
145
  core-functions-v3.fontSize(var(--h-s-desktop)),
140
146
  var(--h-s-font-size-max-desktop, 180px)
141
147
  );
148
+ letter-spacing: var(--h3-letter-spacing);
149
+ line-height: var(--h3-line-height);
142
150
  }
143
151
  @mixin h-s {
144
152
  letter-spacing: var(--h3-letter-spacing);
@@ -184,6 +192,8 @@
184
192
  core-functions-v3.fontSize(var(--h-xs-desktop)),
185
193
  var(--h-xs-font-size-max-desktop, 180px)
186
194
  );
195
+ letter-spacing: var(--h4-letter-spacing);
196
+ line-height: var(--h4-line-height);
187
197
  }
188
198
  @mixin h-xs {
189
199
  letter-spacing: var(--h4-letter-spacing);
@@ -229,6 +239,8 @@
229
239
  core-functions-v3.fontSize(var(--h-xxs-desktop)),
230
240
  var(--h-xxs-font-size-max-desktop, 180px)
231
241
  );
242
+ letter-spacing: var(--h5-letter-spacing);
243
+ line-height: var(--h5-line-height);
232
244
  }
233
245
  @mixin h-xxs {
234
246
  letter-spacing: var(--h5-letter-spacing);
@@ -274,6 +286,8 @@
274
286
  core-functions-v3.fontSize(var(--h-xxxs-desktop)),
275
287
  var(--h-xxxs-font-size-max-desktop, 180px)
276
288
  );
289
+ letter-spacing: var(--h6-letter-spacing);
290
+ line-height: var(--h6-line-height);
277
291
  }
278
292
  @mixin h-xxxs {
279
293
  letter-spacing: var(--h6-letter-spacing);
@@ -319,6 +333,8 @@
319
333
  core-functions-v3.fontSize(var(--sh-xl-desktop)),
320
334
  var(--sh-xl-font-size-max-desktop, 180px)
321
335
  );
336
+ letter-spacing: var(--sh1-letter-spacing);
337
+ line-height: var(--sh1-line-height);
322
338
  }
323
339
  @mixin sh-xl {
324
340
  letter-spacing: var(--sh1-letter-spacing);
@@ -364,6 +380,8 @@
364
380
  core-functions-v3.fontSize(var(--sh-l-desktop)),
365
381
  var(--sh-l-font-size-max-desktop, 180px)
366
382
  );
383
+ letter-spacing: var(--sh2-letter-spacing);
384
+ line-height: var(--sh2-line-height);
367
385
  }
368
386
  @mixin sh-l {
369
387
  letter-spacing: var(--sh2-letter-spacing);
@@ -409,6 +427,8 @@
409
427
  core-functions-v3.fontSize(var(--sh-m-desktop)),
410
428
  var(--sh-m-font-size-max-desktop, 180px)
411
429
  );
430
+ letter-spacing: var(--sh3-letter-spacing);
431
+ line-height: var(--sh3-line-height);
412
432
  }
413
433
  @mixin sh-m {
414
434
  letter-spacing: var(--sh3-letter-spacing);
@@ -454,6 +474,8 @@
454
474
  core-functions-v3.fontSize(var(--sh-s-desktop)),
455
475
  var(--sh-s-font-size-max-desktop, 180px)
456
476
  );
477
+ letter-spacing: var(--sh4-letter-spacing);
478
+ line-height: var(--sh4-line-height);
457
479
  }
458
480
  @mixin sh-s {
459
481
  letter-spacing: var(--sh4-letter-spacing);
@@ -499,6 +521,8 @@
499
521
  core-functions-v3.fontSize(var(--sh-xs-desktop)),
500
522
  var(--sh-xs-font-size-max-desktop, 180px)
501
523
  );
524
+ letter-spacing: var(--sh5-letter-spacing);
525
+ line-height: var(--sh5-line-height);
502
526
  }
503
527
  @mixin sh-xs {
504
528
  letter-spacing: var(--sh5-letter-spacing);
@@ -544,6 +568,8 @@
544
568
  core-functions-v3.fontSize(var(--sh-xxs-desktop)),
545
569
  var(--sh-xxs-font-size-max-desktop, 180px)
546
570
  );
571
+ letter-spacing: var(--sh6-letter-spacing);
572
+ line-height: var(--sh6-line-height);
547
573
  }
548
574
  @mixin sh-xxs {
549
575
  letter-spacing: var(--sh6-letter-spacing);
@@ -589,11 +615,13 @@
589
615
  core-functions-v3.fontSize(var(--p-l-desktop)),
590
616
  var(--p-l-font-size-max-desktop, 180px)
591
617
  );
618
+ line-height: var(--paragraph-large-line-height);
619
+ letter-spacing: var(--paragraph-large-letter-spacing);
592
620
  }
593
621
  @mixin p-l {
594
- line-height: var(--paragraph-line-height);
595
- letter-spacing: var(--paragraph-letter-spacing);
596
- font-family: var(--paragraph-font-family);
622
+ line-height: var(--paragraph-large-line-height);
623
+ letter-spacing: var(--paragraph-large-letter-spacing);
624
+ font-family: var(--paragraph-large-font-family);
597
625
 
598
626
  strong,
599
627
  b {
@@ -637,13 +665,7 @@
637
665
  @include p-l-size();
638
666
  }
639
667
  }
640
- @mixin p-size {
641
- font-size: clamp(
642
- var(--p-m-font-size-min-desktop, 10px),
643
- core-functions-v3.fontSize(var(--p-m-desktop)),
644
- var(--p-m-font-size-max-desktop, 180px)
645
- );
646
- }
668
+
647
669
  @mixin p-size {
648
670
  font-size: clamp(
649
671
  var(--p-font-size-min-desktop, 10px),
@@ -10,19 +10,19 @@ function core_typography_v3()
10
10
  $output = '
11
11
  <style id="core-typography-v3-vars">
12
12
  body {
13
- --paragraph-block-spacing-mobile:' . ($options['paragraph_spacing_mobile'] ?? 0) . 'px;
14
- --paragraph-block-spacing-portrait:' . ($options['paragraph_spacing_portrait'] ?? 0) . 'px;
15
- --paragraph-block-spacing-desktop:' . ($options['paragraph_spacing_desktop'] ?? 0) . 'px;
16
- --heading-block-spacing-mobile:' . ($options['heading_spacing_mobile'] ?? 0) . 'px;
17
- --heading-block-spacing-portrait:' . ($options['heading_spacing_portrait'] ?? 0) . 'px;
18
- --heading-block-spacing-desktop:' . ($options['heading_spacing_desktop'] ?? 0) . 'px;
13
+ --paragraph-block-spacing-desktop:' . ($options['paragraph_spacing_desktop'] ?? 0) . 'em;
14
+ --paragraph-block-spacing-portrait:' . ($options['paragraph_spacing_portrait'] ?? 0) . 'em;
15
+ --paragraph-block-spacing-mobile:' . ($options['paragraph_spacing_mobile'] ?? 0) . 'em;
16
+ --heading-block-spacing-desktop:' . ($options['heading_spacing_desktop'] ?? 0) . 'em;
17
+ --heading-block-spacing-portrait:' . ($options['heading_spacing_portrait'] ?? 0) . 'em;
18
+ --heading-block-spacing-mobile:' . ($options['heading_spacing_mobile'] ?? 0) . 'em;
19
19
 
20
20
  --list-item-line-height:' . ($options['list_item_line_height'] ?? 0) . '%;
21
21
  --list-item-letter-spacing:' . ($options['list_item_letter_spacing'] ?? 0) . 'em;
22
- --list-item-block-spacing-mobile:' . ($options['list_item_block_spacing_mobile'] ?? 0) . 'px;
23
- --list-item-block-spacing-portrait:' . ($options['list_item_block_spacing_portrait'] ?? 0) . 'px;
24
- --list-item-block-spacing-landscape:' . ($options['list_item_block_spacing_landscape'] ?? 0) . 'px;
25
- --list-item-block-spacing-desktop:' . ($options['list_item_block_spacing_desktop'] ?? 0) . 'px;
22
+ --list-item-block-spacing-desktop:' . ($options['list_item_block_spacing_desktop'] ?? 0) . 'em;
23
+ --list-item-block-spacing-landscape:' . ($options['list_item_block_spacing_desktop'] ?? 0) . 'em;
24
+ --list-item-block-spacing-portrait:' . ($options['list_item_block_spacing_portrait'] ?? 0) . 'em;
25
+ --list-item-block-spacing-mobile:' . ($options['list_item_block_spacing_mobile'] ?? 0) . 'em;
26
26
 
27
27
  --h1-l-font-family:' . (remove_underscore($options['headings']['h1_l_font_family'] ?? 'arial')) . ';
28
28
  --h1-font-family:' . (remove_underscore($options['headings']['h1_font_family'] ?? 'arial')) . ';
@@ -129,82 +129,82 @@ function core_typography_v3()
129
129
  --paragraph-extra-small-font-family:' . (remove_underscore($options['paragraphs']['paragraph_extra_small_font_family'] ?? 'arial')) . ';
130
130
  --paragraph-extra-extra-small-font-family:' . (remove_underscore($options['paragraphs']['paragraph_extra_extra_small_font_family'] ?? 'arial')) . ';
131
131
 
132
- --h-xl-desktop:' . ($options['headings']['h1_l_desktop'] ?? 40) . ';
133
- --h-xl-landscape:' . ($options['headings']['h1_l_landscape'] ?? 40) . ';
134
- --h-xl-portrait:' . ($options['headings']['h1_l_portrait'] ?? 40) . ';
135
- --h-xl-mobile:' . ($options['headings']['h1_l_mobile'] ?? 40) . ';
136
- --h-l-desktop:' . ($options['headings']['h1_desktop'] ?? 40) . ';
137
- --h-l-landscape:' . ($options['headings']['h1_landscape'] ?? 40) . ';
138
- --h-l-portrait:' . ($options['headings']['h1_portrait'] ?? 40) . ';
139
- --h-l-mobile:' . ($options['headings']['h1_mobile'] ?? 40) . ';
140
- --h-m-desktop:' . ($options['headings']['h2_desktop'] ?? 36) . ';
141
- --h-m-landscape:' . ($options['headings']['h2_landscape'] ?? 36) . ';
142
- --h-m-portrait:' . ($options['headings']['h2_portrait'] ?? 36) . ';
143
- --h-m-mobile:' . ($options['headings']['h2_mobile'] ?? 36) . ';
144
- --h-s-desktop:' . ($options['headings']['h3_desktop'] ?? 34) . ';
145
- --h-s-landscape:' . ($options['headings']['h3_landscape'] ?? 34) . ';
146
- --h-s-portrait:' . ($options['headings']['h3_portrait'] ?? 34) . ';
147
- --h-s-mobile:' . ($options['headings']['h3_mobile'] ?? 34) . ';
148
- --h-xs-desktop:' . ($options['headings']['h4_desktop'] ?? 32) . ';
149
- --h-xs-landscape:' . ($options['headings']['h4_landscape'] ?? 32) . ';
150
- --h-xs-portrait:' . ($options['headings']['h4_portrait'] ?? 32) . ';
151
- --h-xs-mobile:' . ($options['headings']['h4_mobile'] ?? 32) . ';
152
- --h-xxs-desktop:' . ($options['headings']['h5_desktop'] ?? 26) . ';
153
- --h-xxs-landscape:' . ($options['headings']['h5_landscape'] ?? 26) . ';
154
- --h-xxs-portrait:' . ($options['headings']['h5_portrait'] ?? 26) . ';
155
- --h-xxs-mobile:' . ($options['headings']['h5_mobile'] ?? 26) . ';
156
- --h-xxxs-desktop:' . ($options['headings']['h6_desktop'] ?? 24) . ';
157
- --h-xxxs-landscape:' . ($options['headings']['h6_landscape'] ?? 24) . ';
158
- --h-xxxs-portrait:' . ($options['headings']['h6_portrait'] ?? 24) . ';
159
- --h-xxxs-mobile:' . ($options['headings']['h6_mobile'] ?? 24) . ';
160
-
161
- --sh-xl-desktop:' . ($options['sub_headings']['sh1_desktop'] ?? 40) . ';
162
- --sh-xl-landscape:' . ($options['sub_headings']['sh1_landscape'] ?? 40) . ';
163
- --sh-xl-portrait:' . ($options['sub_headings']['sh1_portrait'] ?? 40) . ';
164
- --sh-xl-mobile:' . ($options['sub_headings']['sh1_mobile'] ?? 40) . ';
165
- --sh-l-desktop:' . ($options['sub_headings']['sh2_desktop'] ?? 36) . ';
166
- --sh-l-landscape:' . ($options['sub_headings']['sh2_landscape'] ?? 36) . ';
167
- --sh-l-portrait:' . ($options['sub_headings']['sh2_portrait'] ?? 36) . ';
168
- --sh-l-mobile:' . ($options['sub_headings']['sh2_mobile'] ?? 36) . ';
169
- --sh-m-desktop:' . ($options['sub_headings']['sh3_desktop'] ?? 34) . ';
170
- --sh-m-landscape:' . ($options['sub_headings']['sh3_landscape'] ?? 34) . ';
171
- --sh-m-portrait:' . ($options['sub_headings']['sh3_portrait'] ?? 34) . ';
172
- --sh-m-mobile:' . ($options['sub_headings']['sh3_mobile'] ?? 34) . ';
173
- --sh-s-desktop:' . ($options['sub_headings']['sh4_desktop'] ?? 32) . ';
174
- --sh-s-landscape:' . ($options['sub_headings']['sh4_landscape'] ?? 32) . ';
175
- --sh-s-portrait:' . ($options['sub_headings']['sh4_portrait'] ?? 32) . ';
176
- --sh-s-mobile:' . ($options['sub_headings']['sh4_mobile'] ?? 32) . ';
177
- --sh-xs-desktop:' . ($options['sub_headings']['sh5_desktop'] ?? 26) . ';
178
- --sh-xs-landscape:' . ($options['sub_headings']['sh5_landscape'] ?? 26) . ';
179
- --sh-xs-portrait:' . ($options['sub_headings']['sh5_portrait'] ?? 26) . ';
180
- --sh-xs-mobile:' . ($options['sub_headings']['sh5_mobile'] ?? 26) . ';
181
- --sh-xxs-desktop:' . ($options['sub_headings']['sh6_desktop'] ?? 24) . ';
182
- --sh-xxs-landscape:' . ($options['sub_headings']['sh6_landscape'] ?? 24) . ';
183
- --sh-xxs-portrait:' . ($options['sub_headings']['sh6_portrait'] ?? 24) . ';
184
- --sh-xxs-mobile:' . ($options['sub_headings']['sh6_mobile'] ?? 24) . ';
132
+ --h-xl-desktop:' . ($options['headings']['h_xl_desktop'] ?? 70) . ';
133
+ --h-xl-landscape:' . ($options['headings']['h_xl_desktop'] ?? 70) . ';
134
+ --h-xl-portrait:' . ($options['headings']['h_xl_portrait'] ?? 44) . ';
135
+ --h-xl-mobile:' . ($options['headings']['h_xl_mobile'] ?? 44) . ';
136
+ --h-l-desktop:' . ($options['headings']['h_l_desktop'] ?? 44) . ';
137
+ --h-l-landscape:' . ($options['headings']['h_l_landscape'] ?? 44) . ';
138
+ --h-l-portrait:' . ($options['headings']['h_l_portrait'] ?? 32) . ';
139
+ --h-l-mobile:' . ($options['headings']['h_l_mobile'] ?? 32) . ';
140
+ --h-m-desktop:' . ($options['headings']['h_m_desktop'] ?? 24) . ';
141
+ --h-m-landscape:' . ($options['headings']['h_m_desktop'] ?? 24) . ';
142
+ --h-m-portrait:' . ($options['headings']['h_m_portrait'] ?? 20) . ';
143
+ --h-m-mobile:' . ($options['headings']['h_m_mobile'] ?? 20) . ';
144
+ --h-s-desktop:' . ($options['headings']['h_s_desktop'] ?? 20) . ';
145
+ --h-s-landscape:' . ($options['headings']['h_s_desktop'] ?? 20) . ';
146
+ --h-s-portrait:' . ($options['headings']['h_s_portrait'] ?? 18) . ';
147
+ --h-s-mobile:' . ($options['headings']['h_s_mobile'] ?? 18) . ';
148
+ --h-xs-desktop:' . ($options['headings']['h_xs_desktop'] ?? 18) . ';
149
+ --h-xs-landscape:' . ($options['headings']['h_xs_desktop'] ?? 18) . ';
150
+ --h-xs-portrait:' . ($options['headings']['h_xs_portrait'] ?? 16) . ';
151
+ --h-xs-mobile:' . ($options['headings']['h_xs_mobile'] ?? 16) . ';
152
+ --h-xxs-desktop:' . ($options['headings']['h_xxs_desktop'] ?? 16) . ';
153
+ --h-xxs-landscape:' . ($options['headings']['h_xxs_desktop'] ?? 16) . ';
154
+ --h-xxs-portrait:' . ($options['headings']['h_xxs_portrait'] ?? 14) . ';
155
+ --h-xxs-mobile:' . ($options['headings']['h_xxs_mobile'] ?? 14) . ';
156
+ --h-xxxs-desktop:' . ($options['headings']['h_xxxs_desktop'] ?? 14) . ';
157
+ --h-xxxs-landscape:' . ($options['headings']['h_xxxs_desktop'] ?? 14) . ';
158
+ --h-xxxs-portrait:' . ($options['headings']['h_xxxs_portrait'] ?? 14) . ';
159
+ --h-xxxs-mobile:' . ($options['headings']['h_xxxs_mobile'] ?? 14) . ';
160
+
161
+ --sh-xl-desktop:' . ($options['sub_headings']['sh_xl_desktop'] ?? 70) . ';
162
+ --sh-xl-landscape:' . ($options['sub_headings']['sh_xl_desktop'] ?? 70) . ';
163
+ --sh-xl-portrait:' . ($options['sub_headings']['sh_xl_portrait'] ?? 44) . ';
164
+ --sh-xl-mobile:' . ($options['sub_headings']['sh_xl_mobile'] ?? 44) . ';
165
+ --sh-l-desktop:' . ($options['sub_headings']['sh_l_desktop'] ?? 44) . ';
166
+ --sh-l-landscape:' . ($options['sub_headings']['sh_l_desktop'] ?? 44) . ';
167
+ --sh-l-portrait:' . ($options['sub_headings']['sh_l_portrait'] ?? 32) . ';
168
+ --sh-l-mobile:' . ($options['sub_headings']['sh_l_mobile'] ?? 32) . ';
169
+ --sh-m-desktop:' . ($options['sub_headings']['sh_m_desktop'] ?? 32) . ';
170
+ --sh-m-landscape:' . ($options['sub_headings']['sh_m_desktop'] ?? 32) . ';
171
+ --sh-m-portrait:' . ($options['sub_headings']['sh_m_portrait'] ?? 24) . ';
172
+ --sh-m-mobile:' . ($options['sub_headings']['sh_m_mobile'] ?? 24) . ';
173
+ --sh-s-desktop:' . ($options['sub_headings']['sh_s_desktop'] ?? 24) . ';
174
+ --sh-s-landscape:' . ($options['sub_headings']['sh_s_desktop'] ?? 24) . ';
175
+ --sh-s-portrait:' . ($options['sub_headings']['sh_s_portrait'] ?? 20) . ';
176
+ --sh-s-mobile:' . ($options['sub_headings']['sh_s_mobile'] ?? 20) . ';
177
+ --sh-xs-desktop:' . ($options['sub_headings']['sh_xs_desktop'] ?? 20) . ';
178
+ --sh-xs-landscape:' . ($options['sub_headings']['sh_xs_desktop'] ?? 20) . ';
179
+ --sh-xs-portrait:' . ($options['sub_headings']['sh_xs_portrait'] ?? 18) . ';
180
+ --sh-xs-mobile:' . ($options['sub_headings']['sh_xs_mobile'] ?? 18) . ';
181
+ --sh-xxs-desktop:' . ($options['sub_headings']['sh_xxs_desktop'] ?? 18) . ';
182
+ --sh-xxs-landscape:' . ($options['sub_headings']['sh_xxs_desktop'] ?? 18) . ';
183
+ --sh-xxs-portrait:' . ($options['sub_headings']['sh_xxs_portrait'] ?? 18) . ';
184
+ --sh-xxs-mobile:' . ($options['sub_headings']['sh_xxs_mobile'] ?? 18) . ';
185
185
 
186
186
  --p-l-desktop:' . ($options['paragraphs']['p_l_desktop'] ?? 18) . ';
187
- --p-l-landscape:' . ($options['paragraphs']['p_l_landscape'] ?? 18) . ';
187
+ --p-l-landscape:' . ($options['paragraphs']['p_l_desktop'] ?? 18) . ';
188
188
  --p-l-portrait:' . ($options['paragraphs']['p_l_portrait'] ?? 18) . ';
189
189
  --p-l-mobile:' . ($options['paragraphs']['p_l_mobile'] ?? 18) . ';
190
190
  --p-desktop:' . ($options['paragraphs']['p_desktop'] ?? 16) . ';
191
- --p-landscape:' . ($options['paragraphs']['p_landscape'] ?? 16) . ';
191
+ --p-landscape:' . ($options['paragraphs']['p_desktop'] ?? 16) . ';
192
192
  --p-portrait:' . ($options['paragraphs']['p_portrait'] ?? 16) . ';
193
193
  --p-mobile:' . ($options['paragraphs']['p_mobile'] ?? 16) . ';
194
194
  --p-s-desktop:' . ($options['paragraphs']['p_s_desktop'] ?? 14) . ';
195
- --p-s-landscape:' . ($options['paragraphs']['p_s_landscape'] ?? 14) . ';
195
+ --p-s-landscape:' . ($options['paragraphs']['p_s_desktop'] ?? 14) . ';
196
196
  --p-s-portrait:' . ($options['paragraphs']['p_s_portrait'] ?? 14) . ';
197
197
  --p-s-mobile:' . ($options['paragraphs']['p_s_mobile'] ?? 14) . ';
198
198
  --p-xs-desktop:' . ($options['paragraphs']['p_xs_desktop'] ?? 12) . ';
199
- --p-xs-landscape:' . ($options['paragraphs']['p_xs_landscape'] ?? 12) . ';
199
+ --p-xs-landscape:' . ($options['paragraphs']['p_xs_desktop'] ?? 12) . ';
200
200
  --p-xs-portrait:' . ($options['paragraphs']['p_xs_portrait'] ?? 12) . ';
201
201
  --p-xs-mobile:' . ($options['paragraphs']['p_xs_mobile'] ?? 12) . ';
202
202
  --p-xxs-desktop:' . ($options['paragraphs']['p_xxs_desktop'] ?? 10) . ';
203
- --p-xxs-landscape:' . ($options['paragraphs']['p_xxs_landscape'] ?? 10) . ';
203
+ --p-xxs-landscape:' . ($options['paragraphs']['p_xxs_desktop'] ?? 10) . ';
204
204
  --p-xxs-portrait:' . ($options['paragraphs']['p_xxs_portrait'] ?? 10) . ';
205
205
  --p-xxs-mobile:' . ($options['paragraphs']['p_xxs_mobile'] ?? 10) . ';
206
206
  --p-xxxs-desktop:' . ($options['paragraphs']['p_xxxs_desktop'] ?? 8) . ';
207
- --p-xxxs-landscape:' . ($options['paragraphs']['p_xxxs_landscape'] ?? 8) . ';
207
+ --p-xxxs-landscape:' . ($options['paragraphs']['p_xxxs_desktop'] ?? 8) . ';
208
208
  --p-xxxs-portrait:' . ($options['paragraphs']['p_xxxs_portrait'] ?? 8) . ';
209
209
  --p-xxxs-mobile:' . ($options['paragraphs']['p_xxxs_mobile'] ?? 8) . ';';
210
210
  }