@total_onion/onion-library 1.0.85 → 1.0.87
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/component-content-box-v3/group_686b8a4f1fe5d.json +1 -60
- package/components/component-content-container-settings-v3/content-container-settings-v3.scss +13 -13
- package/components/fields-core-critical-v3/core-critical-v3.scss +1 -0
- package/components/fields-core-typography-v3/core-typography-v3.scss +611 -609
- package/components/fields-core-wordpress-block-editor-preview-v3/core-wordpress-block-editor-preview-v3.scss +11 -7
- package/components/fields-typography-settings-v3/group_6876149264002.json +6177 -0
- package/package.json +1 -1
|
@@ -319,65 +319,6 @@
|
|
|
319
319
|
"acfe_layout_col": "auto",
|
|
320
320
|
"acfe_layout_allowed_col": false
|
|
321
321
|
},
|
|
322
|
-
"layout_66aba9299e9f8": {
|
|
323
|
-
"key": "layout_66aba9299e9f8",
|
|
324
|
-
"name": "accordion_v3",
|
|
325
|
-
"label": "Accordion v3",
|
|
326
|
-
"display": "block",
|
|
327
|
-
"sub_fields": [
|
|
328
|
-
{
|
|
329
|
-
"key": "field_layout_66aba9299e9f8_title",
|
|
330
|
-
"label": "",
|
|
331
|
-
"name": "acfe_flexible_layout_title",
|
|
332
|
-
"aria-label": "",
|
|
333
|
-
"type": "text",
|
|
334
|
-
"instructions": "",
|
|
335
|
-
"required": false,
|
|
336
|
-
"conditional_logic": false,
|
|
337
|
-
"wrapper": {
|
|
338
|
-
"width": "",
|
|
339
|
-
"class": "",
|
|
340
|
-
"id": ""
|
|
341
|
-
},
|
|
342
|
-
"maxlength": false,
|
|
343
|
-
"default_value": "Accordion v3",
|
|
344
|
-
"placeholder": "Accordion v3",
|
|
345
|
-
"prepend": "",
|
|
346
|
-
"append": "",
|
|
347
|
-
"wpml_cf_preferences": 2
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"key": "field_layout_66aba9299e9f8_toggle",
|
|
351
|
-
"label": "",
|
|
352
|
-
"name": "acfe_flexible_toggle",
|
|
353
|
-
"aria-label": "",
|
|
354
|
-
"type": "acfe_hidden",
|
|
355
|
-
"instructions": "",
|
|
356
|
-
"required": false,
|
|
357
|
-
"conditional_logic": false,
|
|
358
|
-
"wrapper": {
|
|
359
|
-
"width": "",
|
|
360
|
-
"class": "",
|
|
361
|
-
"id": ""
|
|
362
|
-
},
|
|
363
|
-
"default_value": false,
|
|
364
|
-
"wpml_cf_preferences": 2
|
|
365
|
-
}
|
|
366
|
-
],
|
|
367
|
-
"min": "",
|
|
368
|
-
"max": "",
|
|
369
|
-
"acfe_flexible_render_template": false,
|
|
370
|
-
"acfe_flexible_render_style": false,
|
|
371
|
-
"acfe_flexible_render_script": false,
|
|
372
|
-
"acfe_flexible_thumbnail": false,
|
|
373
|
-
"acfe_flexible_settings": false,
|
|
374
|
-
"acfe_flexible_settings_size": "medium",
|
|
375
|
-
"acfe_layout_locations": [],
|
|
376
|
-
"acfe_flexible_modal_edit_size": false,
|
|
377
|
-
"acfe_flexible_category": false,
|
|
378
|
-
"acfe_layout_col": "auto",
|
|
379
|
-
"acfe_layout_allowed_col": false
|
|
380
|
-
},
|
|
381
322
|
"layout_68722d588e103": {
|
|
382
323
|
"key": "layout_68722d588e103",
|
|
383
324
|
"name": "video_trigger_button_v3",
|
|
@@ -456,5 +397,5 @@
|
|
|
456
397
|
"acfe_display_title": "",
|
|
457
398
|
"acfe_meta": "",
|
|
458
399
|
"acfe_note": "",
|
|
459
|
-
"modified":
|
|
400
|
+
"modified": 1753551510
|
|
460
401
|
}
|
package/components/component-content-container-settings-v3/content-container-settings-v3.scss
CHANGED
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
@include core-mixins-v3.defaultTextTransform();
|
|
162
162
|
@include core-mixins-v3.defaultTextAlign();
|
|
163
163
|
@include core-mixins-v3.responsiveShowHide();
|
|
164
|
-
p,
|
|
165
|
-
h1,
|
|
166
|
-
h2,
|
|
167
|
-
h3,
|
|
168
|
-
h4,
|
|
169
|
-
h5,
|
|
170
|
-
h6,
|
|
171
|
-
a,
|
|
172
|
-
li,
|
|
173
|
-
div {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
164
|
+
// p,
|
|
165
|
+
// h1,
|
|
166
|
+
// h2,
|
|
167
|
+
// h3,
|
|
168
|
+
// h4,
|
|
169
|
+
// h5,
|
|
170
|
+
// h6,
|
|
171
|
+
// a,
|
|
172
|
+
// li,
|
|
173
|
+
// div {
|
|
174
|
+
// @include core-mixins-v3.defaultFontWeight();
|
|
175
|
+
// @include core-mixins-v3.defaultFontStyle();
|
|
176
|
+
// }
|
|
177
177
|
|
|
178
178
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
179
179
|
max-width: var(--wysiwyg-max-width-portrait);
|
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
@use 'Assets/scss/modules/library-modules/core-typography-v3/core-typography-v3';
|
|
5
5
|
@use 'Assets/scss/modules/library-modules/core-generic-v3/core-generic-v3';
|
|
6
6
|
@use 'Assets/scss/modules/library-modules/core-css-modules-v3/core-css-modules-v3';
|
|
7
|
+
@include core-typography-v3.core-typography-v3();
|