@total_onion/onion-library 1.0.30 → 1.0.32
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.
- package/components/block-market-selector-v3/group_68752075dd831.json +75 -77
- package/components/block-market-selector-v3/market-selector-v3.scss +125 -4
- package/components/block-market-selector-v3/market-selector-v3.twig +46 -6
- package/components/component-text-editor-settings-v3/group_687a4e2334e37.json +1389 -0
- package/components/component-video-fields-v3/group_6872282f44634.json +3 -7
- package/components/component-wysiwyg-editor-v3/group_6867e153af466.json +127 -0
- package/components/fields-core-typography-v3/core-typography-v3.php +216 -0
- package/components/fields-core-typography-v3/core-typography-v3.scss +384 -0
- package/package.json +1 -1
|
@@ -1062,14 +1062,10 @@
|
|
|
1062
1062
|
"acfe_autosync": [
|
|
1063
1063
|
"json"
|
|
1064
1064
|
],
|
|
1065
|
+
"acfml_field_group_mode": "localization",
|
|
1065
1066
|
"acfe_form": 0,
|
|
1066
1067
|
"acfe_display_title": "",
|
|
1067
|
-
"acfe_meta":
|
|
1068
|
-
"acfcloneindex": {
|
|
1069
|
-
"acfe_meta_key": "",
|
|
1070
|
-
"acfe_meta_value": ""
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1068
|
+
"acfe_meta": "",
|
|
1073
1069
|
"acfe_note": "",
|
|
1074
|
-
"modified":
|
|
1070
|
+
"modified": 1752846171
|
|
1075
1071
|
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"key": "group_6867e153af466",
|
|
3
|
+
"title": "Component: Wysiwyg Editor v3",
|
|
4
|
+
"fields": [
|
|
5
|
+
{
|
|
6
|
+
"key": "field_6867e153bb674",
|
|
7
|
+
"label": "Enable Wysiwyg editor",
|
|
8
|
+
"name": "enable_wysiwyg_editor",
|
|
9
|
+
"aria-label": "",
|
|
10
|
+
"type": "true_false",
|
|
11
|
+
"instructions": "",
|
|
12
|
+
"required": 0,
|
|
13
|
+
"conditional_logic": 0,
|
|
14
|
+
"wrapper": {
|
|
15
|
+
"width": "",
|
|
16
|
+
"class": "",
|
|
17
|
+
"id": ""
|
|
18
|
+
},
|
|
19
|
+
"wpml_cf_preferences": 3,
|
|
20
|
+
"message": "",
|
|
21
|
+
"default_value": 0,
|
|
22
|
+
"ui_on_text": "",
|
|
23
|
+
"ui_off_text": "",
|
|
24
|
+
"ui": 1,
|
|
25
|
+
"style": ""
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"key": "field_6867e153bbb00",
|
|
29
|
+
"label": "Text Editor Fields",
|
|
30
|
+
"name": "text_editor_fields",
|
|
31
|
+
"aria-label": "",
|
|
32
|
+
"type": "clone",
|
|
33
|
+
"instructions": "",
|
|
34
|
+
"required": 0,
|
|
35
|
+
"conditional_logic": 0,
|
|
36
|
+
"wrapper": {
|
|
37
|
+
"width": "",
|
|
38
|
+
"class": "",
|
|
39
|
+
"id": ""
|
|
40
|
+
},
|
|
41
|
+
"wpml_cf_preferences": 3,
|
|
42
|
+
"clone": [
|
|
43
|
+
"group_687a4e2334e37"
|
|
44
|
+
],
|
|
45
|
+
"display": "seamless",
|
|
46
|
+
"layout": "block",
|
|
47
|
+
"prefix_label": 0,
|
|
48
|
+
"prefix_name": 0,
|
|
49
|
+
"acfe_seamless_style": 0,
|
|
50
|
+
"acfe_clone_modal": 0,
|
|
51
|
+
"acfe_clone_modal_close": 0,
|
|
52
|
+
"acfe_clone_modal_button": "",
|
|
53
|
+
"acfe_clone_modal_size": "large"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"key": "field_6867e153bbebf",
|
|
57
|
+
"label": "Text content",
|
|
58
|
+
"name": "wysiwyg_editor",
|
|
59
|
+
"aria-label": "",
|
|
60
|
+
"type": "wysiwyg",
|
|
61
|
+
"instructions": "",
|
|
62
|
+
"required": 0,
|
|
63
|
+
"conditional_logic": [
|
|
64
|
+
[
|
|
65
|
+
{
|
|
66
|
+
"field": "field_6867e153bb674",
|
|
67
|
+
"operator": "==",
|
|
68
|
+
"value": "1"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
],
|
|
72
|
+
"wrapper": {
|
|
73
|
+
"width": "",
|
|
74
|
+
"class": "",
|
|
75
|
+
"id": ""
|
|
76
|
+
},
|
|
77
|
+
"wpml_cf_preferences": 2,
|
|
78
|
+
"default_value": "",
|
|
79
|
+
"acfe_wysiwyg_height": 300,
|
|
80
|
+
"acfe_wysiwyg_max_height": "",
|
|
81
|
+
"acfe_wysiwyg_valid_elements": "",
|
|
82
|
+
"acfe_wysiwyg_custom_style": "",
|
|
83
|
+
"acfe_wysiwyg_disable_wp_style": 0,
|
|
84
|
+
"acfe_wysiwyg_autoresize": 0,
|
|
85
|
+
"acfe_wysiwyg_disable_resize": 0,
|
|
86
|
+
"acfe_wysiwyg_remove_path": 0,
|
|
87
|
+
"acfe_wysiwyg_menubar": 0,
|
|
88
|
+
"acfe_wysiwyg_transparent": 0,
|
|
89
|
+
"acfe_wysiwyg_merge_toolbar": 0,
|
|
90
|
+
"acfe_wysiwyg_custom_toolbar": 0,
|
|
91
|
+
"tabs": "visual",
|
|
92
|
+
"toolbar": "colour_bold_italic_underline_link",
|
|
93
|
+
"media_upload": 0,
|
|
94
|
+
"delay": 1,
|
|
95
|
+
"acfe_wysiwyg_auto_init": 1,
|
|
96
|
+
"acfe_wysiwyg_min_height": 300,
|
|
97
|
+
"acfe_wysiwyg_toolbar_buttons": []
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"location": [
|
|
101
|
+
[
|
|
102
|
+
{
|
|
103
|
+
"param": "block",
|
|
104
|
+
"operator": "!=",
|
|
105
|
+
"value": "all"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
],
|
|
109
|
+
"menu_order": 0,
|
|
110
|
+
"position": "normal",
|
|
111
|
+
"style": "default",
|
|
112
|
+
"label_placement": "top",
|
|
113
|
+
"instruction_placement": "label",
|
|
114
|
+
"hide_on_screen": "",
|
|
115
|
+
"active": false,
|
|
116
|
+
"description": "Library version - Do not modify in this project as any changes will be overwritten by future updates.",
|
|
117
|
+
"show_in_rest": 0,
|
|
118
|
+
"acfe_autosync": [
|
|
119
|
+
"json"
|
|
120
|
+
],
|
|
121
|
+
"acfml_field_group_mode": "localization",
|
|
122
|
+
"acfe_form": 0,
|
|
123
|
+
"acfe_display_title": "",
|
|
124
|
+
"acfe_meta": "",
|
|
125
|
+
"acfe_note": "",
|
|
126
|
+
"modified": 1752846137
|
|
127
|
+
}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
// @codingStandardsIgnoreStart
|
|
3
|
+
function core_typography_v3()
|
|
4
|
+
{
|
|
5
|
+
$output = '';
|
|
6
|
+
if (defined('TYPOGRAPHY_OPTIONS')) {
|
|
7
|
+
$options = TYPOGRAPHY_OPTIONS;
|
|
8
|
+
if (is_array($options)) {
|
|
9
|
+
if (array_key_exists('headings', $options)) {
|
|
10
|
+
$output = '
|
|
11
|
+
<style id="core-typography-vars">
|
|
12
|
+
:root {
|
|
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;
|
|
19
|
+
|
|
20
|
+
--list-item-line-height:' . ($options['list_item_line_height'] ?? 0) . '%;
|
|
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;
|
|
26
|
+
|
|
27
|
+
--h1-l-font-family:' . (remove_underscore($options['headings']['h1_l_font_family'] ?? 'arial')) . ';
|
|
28
|
+
--h1-font-family:' . (remove_underscore($options['headings']['h1_font_family'] ?? 'arial')) . ';
|
|
29
|
+
--h2-font-family:' . (remove_underscore($options['headings']['h2_font_family'] ?? 'arial')) . ';
|
|
30
|
+
--h3-font-family:' . (remove_underscore($options['headings']['h3_font_family'] ?? 'arial')) . ';
|
|
31
|
+
--h4-font-family:' . (remove_underscore($options['headings']['h4_font_family'] ?? 'arial')) . ';
|
|
32
|
+
--h5-font-family:' . (remove_underscore($options['headings']['h5_font_family'] ?? 'arial')) . ';
|
|
33
|
+
--h6-font-family:' . (remove_underscore($options['headings']['h6_font_family'] ?? 'arial')) . ';
|
|
34
|
+
|
|
35
|
+
--sh1-font-family:' . (remove_underscore($options['sub_headings']['sh1_font_family'] ?? 'arial')) . ';
|
|
36
|
+
--sh2-font-family:' . (remove_underscore($options['sub_headings']['sh2_font_family'] ?? 'arial')) . ';
|
|
37
|
+
--sh3-font-family:' . (remove_underscore($options['sub_headings']['sh3_font_family'] ?? 'arial')) . ';
|
|
38
|
+
--sh4-font-family:' . (remove_underscore($options['sub_headings']['sh4_font_family'] ?? 'arial')) . ';
|
|
39
|
+
--sh5-font-family:' . (remove_underscore($options['sub_headings']['sh5_font_family'] ?? 'arial')) . ';
|
|
40
|
+
--sh6-font-family:' . (remove_underscore($options['sub_headings']['sh6_font_family'] ?? 'arial')) . ';
|
|
41
|
+
|
|
42
|
+
--h1-l-letter-spacing:' . ($options['headings']['h1_l_letter_spacing'] ?? 0) . 'em;
|
|
43
|
+
--h1-letter-spacing:' . ($options['headings']['h1_letter_spacing'] ?? 0) . 'em;
|
|
44
|
+
--h2-letter-spacing:' . ($options['headings']['h2_letter_spacing'] ?? 0) . 'em;
|
|
45
|
+
--h3-letter-spacing:' . ($options['headings']['h3_letter_spacing'] ?? 0) . 'em;
|
|
46
|
+
--h4-letter-spacing:' . ($options['headings']['h4_letter_spacing'] ?? 0) . 'em;
|
|
47
|
+
--h5-letter-spacing:' . ($options['headings']['h5_letter_spacing'] ?? 0) . 'em;
|
|
48
|
+
--h6-letter-spacing:' . ($options['headings']['h6_letter_spacing'] ?? 0) . 'em;
|
|
49
|
+
|
|
50
|
+
--sh1-letter-spacing:' . ($options['sub_headings']['sh1_letter_spacing'] ?? 0) . 'em;
|
|
51
|
+
--sh2-letter-spacing:' . ($options['sub_headings']['sh2_letter_spacing'] ?? 0) . 'em;
|
|
52
|
+
--sh3-letter-spacing:' . ($options['sub_headings']['sh3_letter_spacing'] ?? 0) . 'em;
|
|
53
|
+
--sh4-letter-spacing:' . ($options['sub_headings']['sh4_letter_spacing'] ?? 0) . 'em;
|
|
54
|
+
--sh5-letter-spacing:' . ($options['sub_headings']['sh5_letter_spacing'] ?? 0) . 'em;
|
|
55
|
+
--sh6-letter-spacing:' . ($options['sub_headings']['sh6_letter_spacing'] ?? 0) . 'em;
|
|
56
|
+
|
|
57
|
+
--h1-l-line-height:' . ($options['headings']['h1_l_line_height'] ?? 100) . '%;
|
|
58
|
+
--h1-line-height:' . ($options['headings']['h1_line_height'] ?? 100) . '%;
|
|
59
|
+
--h2-line-height:' . ($options['headings']['h2_line_height'] ?? 100) . '%;
|
|
60
|
+
--h3-line-height:' . ($options['headings']['h3_line_height'] ?? 100) . '%;
|
|
61
|
+
--h4-line-height:' . ($options['headings']['h4_line_height'] ?? 100) . '%;
|
|
62
|
+
--h5-line-height:' . ($options['headings']['h5_line_height'] ?? 100) . '%;
|
|
63
|
+
--h6-line-height:' . ($options['headings']['h6_line_height'] ?? 100) . '%;
|
|
64
|
+
|
|
65
|
+
--sh1-line-height:' . ($options['sub_headings']['sh1_line_height'] ?? 100) . '%;
|
|
66
|
+
--sh2-line-height:' . ($options['sub_headings']['sh2_line_height'] ?? 100) . '%;
|
|
67
|
+
--sh3-line-height:' . ($options['sub_headings']['sh3_line_height'] ?? 100) . '%;
|
|
68
|
+
--sh4-line-height:' . ($options['sub_headings']['sh4_line_height'] ?? 100) . '%;
|
|
69
|
+
--sh5-line-height:' . ($options['sub_headings']['sh5_line_height'] ?? 100) . '%;
|
|
70
|
+
--sh6-line-height:' . ($options['sub_headings']['sh6_line_height'] ?? 100) . '%;
|
|
71
|
+
|
|
72
|
+
--sh1-default-font-weight:' . ($options['sub_headings']['sh1_default_font_weight'] ?? 400) . ';
|
|
73
|
+
--sh2-default-font-weight:' . ($options['sub_headings']['sh2_default_font_weight'] ?? 400) . ';
|
|
74
|
+
--sh3-default-font-weight:' . ($options['sub_headings']['sh3_default_font_weight'] ?? 400) . ';
|
|
75
|
+
--sh4-default-font-weight:' . ($options['sub_headings']['sh4_default_font_weight'] ?? 400) . ';
|
|
76
|
+
--sh5-default-font-weight:' . ($options['sub_headings']['sh5_default_font_weight'] ?? 400) . ';
|
|
77
|
+
--sh6-default-font-weight:' . ($options['sub_headings']['sh6_default_font_weight'] ?? 400) . ';
|
|
78
|
+
|
|
79
|
+
--sh1-bold-font-weight:' . ($options['sub_headings']['sh1_bold_font_weight'] ?? 600) . ';
|
|
80
|
+
--sh2-bold-font-weight:' . ($options['sub_headings']['sh2_bold_font_weight'] ?? 600) . ';
|
|
81
|
+
--sh3-bold-font-weight:' . ($options['sub_headings']['sh3_bold_font_weight'] ?? 600) . ';
|
|
82
|
+
--sh4-bold-font-weight:' . ($options['sub_headings']['sh4_bold_font_weight'] ?? 600) . ';
|
|
83
|
+
--sh5-bold-font-weight:' . ($options['sub_headings']['sh5_bold_font_weight'] ?? 600) . ';
|
|
84
|
+
--sh6-bold-font-weight:' . ($options['sub_headings']['sh6_bold_font_weight'] ?? 600) . ';
|
|
85
|
+
|
|
86
|
+
--h1-l-default-font-weight:' . ($options['headings']['h1_l_default_font_weight'] ?? 400) . ';
|
|
87
|
+
--h1-default-font-weight:' . ($options['headings']['h1_default_font_weight'] ?? 400) . ';
|
|
88
|
+
--h2-default-font-weight:' . ($options['headings']['h2_default_font_weight'] ?? 400) . ';
|
|
89
|
+
--h3-default-font-weight:' . ($options['headings']['h3_default_font_weight'] ?? 400) . ';
|
|
90
|
+
--h4-default-font-weight:' . ($options['headings']['h4_default_font_weight'] ?? 400) . ';
|
|
91
|
+
--h5-default-font-weight:' . ($options['headings']['h5_default_font_weight'] ?? 400) . ';
|
|
92
|
+
--h6-default-font-weight:' . ($options['headings']['h6_default_font_weight'] ?? 400) . ';
|
|
93
|
+
|
|
94
|
+
--h1-l-bold-font-weight:' . ($options['headings']['h1_l_bold_font_weight'] ?? 600) . ';
|
|
95
|
+
--h1-bold-font-weight:' . ($options['headings']['h1_bold_font_weight'] ?? 600) . ';
|
|
96
|
+
--h2-bold-font-weight:' . ($options['headings']['h2_bold_font_weight'] ?? 600) . ';
|
|
97
|
+
--h3-bold-font-weight:' . ($options['headings']['h3_bold_font_weight'] ?? 600) . ';
|
|
98
|
+
--h4-bold-font-weight:' . ($options['headings']['h4_bold_font_weight'] ?? 600) . ';
|
|
99
|
+
--h5-bold-font-weight:' . ($options['headings']['h5_bold_font_weight'] ?? 600) . ';
|
|
100
|
+
--h6-bold-font-weight:' . ($options['headings']['h6_bold_font_weight'] ?? 600) . ';
|
|
101
|
+
|
|
102
|
+
--paragraph-large-line-height:' . ($options['paragraphs']['paragraph_large_line_height'] ?? 100) . '%;
|
|
103
|
+
--paragraph-line-height:' . ($options['paragraphs']['paragraph_line_height'] ?? 100) . '%;
|
|
104
|
+
--paragraph-small-line-height:' . ($options['paragraphs']['paragraph_small_line_height'] ?? 100) . '%;
|
|
105
|
+
--paragraph-extra-small-line-height:' . ($options['paragraphs']['paragraph_extra_small_line_height'] ?? 100) . '%;
|
|
106
|
+
--paragraph-extra-extra-small-line-height:' . ($options['paragraphs']['paragraph_extra_extra_small_line_height'] ?? 100) . '%;
|
|
107
|
+
|
|
108
|
+
--paragraph-large-default-font-weight:' . ($options['paragraphs']['paragraph_large_default_font_weight'] ?? 400) . ';
|
|
109
|
+
--paragraph-default-font-weight:' . ($options['paragraphs']['paragraph_default_font_weight'] ?? 400) . ';
|
|
110
|
+
--paragraph-small-default-font-weight:' . ($options['paragraphs']['paragraph_small_default_font_weight'] ?? 400) . ';
|
|
111
|
+
--paragraph-extra-small-default-font-weight:' . ($options['paragraphs']['paragraph_extra_small_default_font_weight'] ?? 400) . ';
|
|
112
|
+
--paragraph-extra-extra-small-default-font-weight:' . ($options['paragraphs']['paragraph_extra_extra_small_default_font_weight'] ?? 400) . ';
|
|
113
|
+
|
|
114
|
+
--paragraph-large-bold-font-weight:' . ($options['paragraphs']['paragraph_large_bold_font_weight'] ?? 600) . ';
|
|
115
|
+
--paragraph-bold-font-weight:' . ($options['paragraphs']['paragraph_bold_font_weight'] ?? 600) . ';
|
|
116
|
+
--paragraph-small-bold-font-weight:' . ($options['paragraphs']['paragraph_small_bold_font_weight'] ?? 600) . ';
|
|
117
|
+
--paragraph-extra-small-bold-font-weight:' . ($options['paragraphs']['paragraph_extra_small_bold_font_weight'] ?? 600) . ';
|
|
118
|
+
--paragraph-extra-extra-small-bold-font-weight:' . ($options['paragraphs']['paragraph_extra_extra_small_bold_font_weight'] ?? 600) . ';
|
|
119
|
+
|
|
120
|
+
--paragraph-large-letter-spacing:' . ($options['paragraphs']['paragraph_large_letter_spacing'] ?? 100) . 'em;
|
|
121
|
+
--paragraph-letter-spacing:' . ($options['paragraphs']['paragraph_letter_spacing'] ?? 100) . 'em;
|
|
122
|
+
--paragraph-small-letter-spacing:' . ($options['paragraphs']['paragraph_small_letter_spacing'] ?? 100) . 'em;
|
|
123
|
+
--paragraph-extra-small-letter-spacing:' . ($options['paragraphs']['paragraph_extra_small_letter_spacing'] ?? 100) . 'em;
|
|
124
|
+
--paragraph-extra-extra-small-letter-spacing:' . ($options['paragraphs']['paragraph_extra_extra_small_letter_spacing'] ?? 100) . 'em;
|
|
125
|
+
|
|
126
|
+
--paragraph-large-font-family:' . (remove_underscore($options['paragraphs']['paragraph_large_font_family'] ?? 'arial')) . ';
|
|
127
|
+
--paragraph-font-family:' . (remove_underscore($options['paragraphs']['paragraph_font_family'] ?? 'arial')) . ';
|
|
128
|
+
--paragraph-small-font-family:' . (remove_underscore($options['paragraphs']['paragraph_small_font_family'] ?? 'arial')) . ';
|
|
129
|
+
--paragraph-extra-small-font-family:' . (remove_underscore($options['paragraphs']['paragraph_extra_small_font_family'] ?? 'arial')) . ';
|
|
130
|
+
--paragraph-extra-extra-small-font-family:' . (remove_underscore($options['paragraphs']['paragraph_extra_extra_small_font_family'] ?? 'arial')) . ';
|
|
131
|
+
|
|
132
|
+
--h1-l-desktop:' . ($options['headings']['h1_l_desktop'] ?? 40) . ';
|
|
133
|
+
--h1-l-landscape:' . ($options['headings']['h1_l_landscape'] ?? 40) . ';
|
|
134
|
+
--h1-l-portrait:' . ($options['headings']['h1_l_portrait'] ?? 40) . ';
|
|
135
|
+
--h1-l-mobile:' . ($options['headings']['h1_l_mobile'] ?? 40) . ';
|
|
136
|
+
--h1-desktop:' . ($options['headings']['h1_desktop'] ?? 40) . ';
|
|
137
|
+
--h1-landscape:' . ($options['headings']['h1_landscape'] ?? 40) . ';
|
|
138
|
+
--h1-portrait:' . ($options['headings']['h1_portrait'] ?? 40) . ';
|
|
139
|
+
--h1-mobile:' . ($options['headings']['h1_mobile'] ?? 40) . ';
|
|
140
|
+
--h2-desktop:' . ($options['headings']['h2_desktop'] ?? 36) . ';
|
|
141
|
+
--h2-landscape:' . ($options['headings']['h2_landscape'] ?? 36) . ';
|
|
142
|
+
--h2-portrait:' . ($options['headings']['h2_portrait'] ?? 36) . ';
|
|
143
|
+
--h2-mobile:' . ($options['headings']['h2_mobile'] ?? 36) . ';
|
|
144
|
+
--h3-desktop:' . ($options['headings']['h3_desktop'] ?? 34) . ';
|
|
145
|
+
--h3-landscape:' . ($options['headings']['h3_landscape'] ?? 34) . ';
|
|
146
|
+
--h3-portrait:' . ($options['headings']['h3_portrait'] ?? 34) . ';
|
|
147
|
+
--h3-mobile:' . ($options['headings']['h3_mobile'] ?? 34) . ';
|
|
148
|
+
--h4-desktop:' . ($options['headings']['h4_desktop'] ?? 32) . ';
|
|
149
|
+
--h4-landscape:' . ($options['headings']['h4_landscape'] ?? 32) . ';
|
|
150
|
+
--h4-portrait:' . ($options['headings']['h4_portrait'] ?? 32) . ';
|
|
151
|
+
--h4-mobile:' . ($options['headings']['h4_mobile'] ?? 32) . ';
|
|
152
|
+
--h5-desktop:' . ($options['headings']['h5_desktop'] ?? 26) . ';
|
|
153
|
+
--h5-landscape:' . ($options['headings']['h5_landscape'] ?? 26) . ';
|
|
154
|
+
--h5-portrait:' . ($options['headings']['h5_portrait'] ?? 26) . ';
|
|
155
|
+
--h5-mobile:' . ($options['headings']['h5_mobile'] ?? 26) . ';
|
|
156
|
+
--h6-desktop:' . ($options['headings']['h6_desktop'] ?? 24) . ';
|
|
157
|
+
--h6-landscape:' . ($options['headings']['h6_landscape'] ?? 24) . ';
|
|
158
|
+
--h6-portrait:' . ($options['headings']['h6_portrait'] ?? 24) . ';
|
|
159
|
+
--h6-mobile:' . ($options['headings']['h6_mobile'] ?? 24) . ';
|
|
160
|
+
|
|
161
|
+
--sh1-desktop:' . ($options['sub_headings']['sh1_desktop'] ?? 40) . ';
|
|
162
|
+
--sh1-landscape:' . ($options['sub_headings']['sh1_landscape'] ?? 40) . ';
|
|
163
|
+
--sh1-portrait:' . ($options['sub_headings']['sh1_portrait'] ?? 40) . ';
|
|
164
|
+
--sh1-mobile:' . ($options['sub_headings']['sh1_mobile'] ?? 40) . ';
|
|
165
|
+
--sh2-desktop:' . ($options['sub_headings']['sh2_desktop'] ?? 36) . ';
|
|
166
|
+
--sh2-landscape:' . ($options['sub_headings']['sh2_landscape'] ?? 36) . ';
|
|
167
|
+
--sh2-portrait:' . ($options['sub_headings']['sh2_portrait'] ?? 36) . ';
|
|
168
|
+
--sh2-mobile:' . ($options['sub_headings']['sh2_mobile'] ?? 36) . ';
|
|
169
|
+
--sh3-desktop:' . ($options['sub_headings']['sh3_desktop'] ?? 34) . ';
|
|
170
|
+
--sh3-landscape:' . ($options['sub_headings']['sh3_landscape'] ?? 34) . ';
|
|
171
|
+
--sh3-portrait:' . ($options['sub_headings']['sh3_portrait'] ?? 34) . ';
|
|
172
|
+
--sh3-mobile:' . ($options['sub_headings']['sh3_mobile'] ?? 34) . ';
|
|
173
|
+
--sh4-desktop:' . ($options['sub_headings']['sh4_desktop'] ?? 32) . ';
|
|
174
|
+
--sh4-landscape:' . ($options['sub_headings']['sh4_landscape'] ?? 32) . ';
|
|
175
|
+
--sh4-portrait:' . ($options['sub_headings']['sh4_portrait'] ?? 32) . ';
|
|
176
|
+
--sh4-mobile:' . ($options['sub_headings']['sh4_mobile'] ?? 32) . ';
|
|
177
|
+
--sh5-desktop:' . ($options['sub_headings']['sh5_desktop'] ?? 26) . ';
|
|
178
|
+
--sh5-landscape:' . ($options['sub_headings']['sh5_landscape'] ?? 26) . ';
|
|
179
|
+
--sh5-portrait:' . ($options['sub_headings']['sh5_portrait'] ?? 26) . ';
|
|
180
|
+
--sh5-mobile:' . ($options['sub_headings']['sh5_mobile'] ?? 26) . ';
|
|
181
|
+
--sh6-desktop:' . ($options['sub_headings']['sh6_desktop'] ?? 24) . ';
|
|
182
|
+
--sh6-landscape:' . ($options['sub_headings']['sh6_landscape'] ?? 24) . ';
|
|
183
|
+
--sh6-portrait:' . ($options['sub_headings']['sh6_portrait'] ?? 24) . ';
|
|
184
|
+
--sh6-mobile:' . ($options['sub_headings']['sh6_mobile'] ?? 24) . ';
|
|
185
|
+
|
|
186
|
+
--p-l-desktop:' . ($options['paragraphs']['p_l_desktop'] ?? 18) . ';
|
|
187
|
+
--p-l-landscape:' . ($options['paragraphs']['p_l_landscape'] ?? 18) . ';
|
|
188
|
+
--p-l-portrait:' . ($options['paragraphs']['p_l_portrait'] ?? 18) . ';
|
|
189
|
+
--p-l-mobile:' . ($options['paragraphs']['p_l_mobile'] ?? 18) . ';
|
|
190
|
+
--p-desktop:' . ($options['paragraphs']['p_desktop'] ?? 16) . ';
|
|
191
|
+
--p-landscape:' . ($options['paragraphs']['p_landscape'] ?? 16) . ';
|
|
192
|
+
--p-portrait:' . ($options['paragraphs']['p_portrait'] ?? 16) . ';
|
|
193
|
+
--p-mobile:' . ($options['paragraphs']['p_mobile'] ?? 16) . ';
|
|
194
|
+
--p-s-desktop:' . ($options['paragraphs']['p_s_desktop'] ?? 14) . ';
|
|
195
|
+
--p-s-landscape:' . ($options['paragraphs']['p_s_landscape'] ?? 14) . ';
|
|
196
|
+
--p-s-portrait:' . ($options['paragraphs']['p_s_portrait'] ?? 14) . ';
|
|
197
|
+
--p-s-mobile:' . ($options['paragraphs']['p_s_mobile'] ?? 14) . ';
|
|
198
|
+
--p-xs-desktop:' . ($options['paragraphs']['p_xs_desktop'] ?? 12) . ';
|
|
199
|
+
--p-xs-landscape:' . ($options['paragraphs']['p_xs_landscape'] ?? 12) . ';
|
|
200
|
+
--p-xs-portrait:' . ($options['paragraphs']['p_xs_portrait'] ?? 12) . ';
|
|
201
|
+
--p-xs-mobile:' . ($options['paragraphs']['p_xs_mobile'] ?? 12) . ';
|
|
202
|
+
--p-xxs-desktop:' . ($options['paragraphs']['p_xxs_desktop'] ?? 10) . ';
|
|
203
|
+
--p-xxs-landscape:' . ($options['paragraphs']['p_xxs_landscape'] ?? 10) . ';
|
|
204
|
+
--p-xxs-portrait:' . ($options['paragraphs']['p_xxs_portrait'] ?? 10) . ';
|
|
205
|
+
--p-xxs-mobile:' . ($options['paragraphs']['p_xxs_mobile'] ?? 10) . ';
|
|
206
|
+
--p-xxxs-desktop:' . ($options['paragraphs']['p_xxxs_desktop'] ?? 8) . ';
|
|
207
|
+
--p-xxxs-landscape:' . ($options['paragraphs']['p_xxxs_landscape'] ?? 8) . ';
|
|
208
|
+
--p-xxxs-portrait:' . ($options['paragraphs']['p_xxxs_portrait'] ?? 8) . ';
|
|
209
|
+
--p-xxxs-mobile:' . ($options['paragraphs']['p_xxxs_mobile'] ?? 8) . ';';
|
|
210
|
+
}
|
|
211
|
+
$output .= '</style>';
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
return [$output];
|
|
215
|
+
} // END function core_design_vars
|
|
216
|
+
// @codingStandardsIgnoreEnd
|