@terrahq/wysiwyg 1.0.0 → 1.0.2

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 (33) hide show
  1. package/README.md +666 -746
  2. package/content/wordpress-content.html +193 -152
  3. package/dist/content/wordpress-content.html +185 -154
  4. package/dist/wordpress-starter/assets/icons/ArrowRight.svg +3 -0
  5. package/package.json +1 -1
  6. package/public/wordpress-starter/assets/icons/ArrowRight.svg +3 -0
  7. package/readme/blocks/Button.md +33 -13
  8. package/readme/blocks/Columns.md +28 -13
  9. package/readme/blocks/Links.md +2 -0
  10. package/readme/blocks/Quote.md +12 -0
  11. package/readme/blocks/Separator.md +25 -0
  12. package/readme/blocks/Table.md +96 -103
  13. package/readme/blocks/Video.md +80 -11
  14. package/readme/properties/Background.md +74 -0
  15. package/readme/properties/Font.md +15 -0
  16. package/readme/properties/Media.md +33 -0
  17. package/src/assets/icons/ArrowRight.svg +3 -0
  18. package/src/scss/_paths.scss +2 -1
  19. package/src/scss/framework/_var/_vars.scss +1 -1
  20. package/src/scss/framework/components/btn/_c--btn-a.scss +1 -0
  21. package/src/scss/framework/components/content/_c--content-a.scss +405 -455
  22. package/src/scss/framework/components/link/_c--link-a.scss +38 -7
  23. package/src/scss/global-content/_global-mixins/blocks/_content-block-btn.scss +25 -6
  24. package/src/scss/global-content/_global-mixins/blocks/_content-block-columns.scss +11 -0
  25. package/src/scss/global-content/_global-mixins/blocks/_content-block-quote.scss +23 -6
  26. package/src/scss/global-content/_global-mixins/blocks/_content-block-separator.scss +49 -3
  27. package/src/scss/global-content/_global-mixins/blocks/_content-block-table.scss +79 -7
  28. package/src/scss/global-content/_global-mixins/blocks/_content-links.scss +9 -2
  29. package/src/scss/global-content/_global-mixins/properties/_background.scss +50 -0
  30. package/src/scss/global-content/_global-mixins/properties/_font.scss +18 -6
  31. package/src/scss/global-content/_global-mixins/properties/_properties.scss +1 -0
  32. package/src/scss/sanity.scss +17 -1
  33. package/src/scss/wp.scss +441 -256
@@ -2,459 +2,409 @@
2
2
  @use "@scss/framework/foundation/_foundation.scss";
3
3
  @use "@scss/framework/_var/_vars.scss" as *;
4
4
  .c--content-a {
5
- @include make-content();
6
- @include make-content-modifier(
7
- $headings-options: (
8
- // "h1": (
9
- // "className": f--font-a,
10
- // "color": #638c1d,
11
- // "font-family": arial,
12
- // "font-size": 2rem,
13
- // "font-style": italic,
14
- // "font-weight": 400,
15
- // "letter-spacing": 1px,
16
- // "line-height": 1.5,
17
- // "max-lines": 3,
18
- // "text-decoration": underline,
19
- // "text-decoration-color": #000000,
20
- // "text-underline-position": under,
21
- // "margin-bottom": $measure*3,
22
- // "padding-top": $measure*5,
23
- // "text-align": center,
24
- // "margin-bottom-before-lists": 24px,
25
- // "bold-font-weight": 800,
26
- // ),
27
- "h2":
28
- (
29
- // "className": f--font-a,
30
- // "color": #638c1d,
31
- // "font-family": arial,
32
- // "font-size": 2rem,
33
- // "font-style": italic,
34
- // "font-weight": 400,
35
- // "letter-spacing": 1px,
36
- // "line-height": 1.5,
37
- // "max-lines": 3,
38
- // "text-decoration": underline,
39
- // "text-decoration-color": #000000,
40
- // "text-underline-position": under,
41
- "margin-bottom": $measure * 3,
42
- "padding-top": $measure * 5,
43
- // "text-align": center,
44
- // "margin-bottom-before-lists": 24px,
45
- // "bold-font-weight": 800,
46
- ),
47
- "h3": (
48
- // "className": f--font-a,
49
- // "color": #638c1d,
50
- // "font-family": arial,
51
- // "font-size": 2rem,
52
- // "font-style": italic,
53
- // "font-weight": 400,
54
- // "letter-spacing": 1px,
55
- // "line-height": 1.5,
56
- // "max-lines": 3,
57
- // "text-decoration": underline,
58
- // "text-decoration-color": #000000,
59
- // "text-underline-position": under,
60
- "margin-bottom": $measure * 3,
61
- "padding-top": $measure * 5,
62
- // "text-align": center,
63
- // "margin-bottom-before-lists": 24px,
64
- // "bold-font-weight": 800,
65
- ),
66
- "h4": (
67
- // "className": f--font-a,
68
- // "color": #638c1d,
69
- // "font-family": arial,
70
- // "font-size": 2rem,
71
- // "font-style": italic,
72
- // "font-weight": 400,
73
- // "letter-spacing": 1px,
74
- // "line-height": 1.5,
75
- // "max-lines": 3,
76
- // "text-decoration": underline,
77
- // "text-decoration-color": #000000,
78
- // "text-underline-position": under,
79
- "margin-bottom": $measure * 2,
80
- "padding-top": $measure * 5,
81
- // "text-align": center,
82
- // "margin-bottom-before-lists": 24px,
83
- // "bold-font-weight": 800,
84
- ),
85
- "h5": (
86
- // "className": f--font-a,
87
- // "color": #638c1d,
88
- // "font-family": arial,
89
- // "font-size": 2rem,
90
- // "font-style": italic,
91
- // "font-weight": 400,
92
- // "letter-spacing": 1px,
93
- // "line-height": 1.5,
94
- // "max-lines": 3,
95
- // "text-decoration": underline,
96
- // "text-decoration-color": #000000,
97
- // "text-underline-position": under,
98
- "margin-bottom": $measure * 2,
99
- "padding-top": $measure * 5,
100
- // "text-align": center,
101
- // "margin-bottom-before-lists": 24px,
102
- // "bold-font-weight": 800,
103
- ),
104
- "h6": (
105
- // "className": f--font-a,
106
- // "color": #638c1d,
107
- // "font-family": arial,
108
- // "font-size": 2rem,
109
- // "font-style": italic,
110
- // "font-weight": 400,
111
- // "letter-spacing": 1px,
112
- // "line-height": 1.5,
113
- // "max-lines": 3,
114
- // "text-decoration": underline,
115
- // "text-decoration-color": #000000,
116
- // "text-underline-position": under,
117
- "margin-bottom": $measure,
118
- "padding-top": $measure * 5,
119
- // "text-align": center,
120
- // "margin-bottom-before-lists": 24px,
121
- // "bold-font-weight": 800,
122
- ),
123
- ),
124
- $image-options: (
125
- // "border-color": red,
126
- // "border-radius": 20px,
127
- // "border-style": solid,
128
- // "border-width": 2px,
129
- // "object-fit": cover,
130
- // "max-height": 700px,
131
- // "min-height": 0,
132
- // "object-position": center,
133
- // "max-width": 100%,
134
- // "min-width": 30px,
135
- "margin-bottom": $measure * 5,
136
- "caption": (
137
- // "className": f--font-a,
138
- // "color": #638c1d,
139
- // "font-family": arial,
140
- // "font-size": 2rem,
141
- // "font-style": italic,
142
- // "font-weight": 400,
143
- // "letter-spacing": 1px,
144
- // "line-height": 1.5,
145
- // "max-lines": 3,
146
- // "text-decoration": underline,
147
- // "text-decoration-color": #000000,
148
- // "text-underline-position": under,
149
- // "margin-bottom": $measure*2,
150
- "padding-top": $measure * 2,
151
- "text-align": right,
152
- // "margin-bottom-before-lists": 24px,
153
- // "bold-font-weight": 800,
154
- ),
155
- ),
156
- $link-options: (
157
- // "className": g--link-01 g--link-01--second,
158
- ),
159
- $lists-options: (
160
- // "number-font": (
161
- // "className": f--font-a,
162
- // "color": #638c1d,
163
- // "font-family": arial,
164
- // "font-size": 2rem,
165
- // "font-style": italic,
166
- // "font-weight": 400,
167
- // "letter-spacing": 1px,
168
- // "line-height": 1.5,
169
- // "max-lines": 3,
170
- // "text-decoration": underline,
171
- // "text-decoration-color": #000000,
172
- // "text-underline-position": under,
173
- // "margin-bottom": $measure*2,
174
- // "padding-top": $measure*2,
175
- // "text-align": right,
176
- // "margin-bottom-before-lists": 24px,
177
- // "bold-font-weight": 800,
178
- // ),
179
- // "first-number-width": 14px,
180
- // "first-level-number-color": map.get($color-options, d),
181
- // "first-level-artwork-width": 8px,
182
- // "first-level-artwork-top": 8px,
183
- // "first-level-artwork-image": '(../img/artwork.png)',
184
- // "first-level-artwork-background": map.get($color-options, d),
185
- // "first-level-artwork-border-radius": 50%,
186
- // "first-level-artwork-border-width": 1px,
187
- // "first-level-artwork-border-color": map.get($color-options, d),
188
- // "second-level-number-color": map.get($color-options, d),
189
- // "second-level-artwork-width": 8px,
190
- // "second-level-artwork-top": 8px,
191
- // "second-level-artwork-image": '(../img/artwork.png)',
192
- // "second-level-artwork-background": map.get($color-options, d),
193
- // "second-level-artwork-border-radius": 50%,
194
- // "second-level-artwork-border-width": 1px,
195
- // "second-level-artwork-border-color": map.get($color-options, d),
196
- // "third-level-number-color": map.get($color-options, d),
197
- // "third-level-artwork-width": 8px,
198
- // "third-level-artwork-top": 8px,
199
- // "third-level-artwork-image": '(../img/artwork.png)',
200
- // "third-level-artwork-background": map.get($color-options, d),
201
- // "third-level-artwork-border-radius": 50%,
202
- // "third-level-artwork-border-width": 1px,
203
- // "third-level-artwork-border-color": map.get($color-options, d),
204
- "margin-bottom": $measure * 4,
205
- "font-styles": (
206
- // "className": f--font-a,
207
- // "color": #638c1d,
208
- // "font-family": arial,
209
- // "font-size": 2rem,
210
- // "font-style": italic,
211
- // "font-weight": 400,
212
- // "letter-spacing": 1px,
213
- // "line-height": 1.5,
214
- // "max-lines": 3,
215
- // "text-decoration": underline,
216
- // "text-decoration-color": #000000,
217
- // "text-underline-position": under,
218
- "margin-bottom": $measure * 2,
219
- // "padding-top": $measure*2,
220
- // "text-align": right,
221
- // "margin-bottom-before-lists": 24px,
222
- // "bold-font-weight": 800,
223
- ),
224
- ),
225
- $paragraphs-options: (
226
- // "className": f--font-a,
227
- // "color": #638c1d,
228
- // "font-family": arial,
229
- // "font-size": 2rem,
230
- // "font-style": italic,
231
- // "font-weight": 400,
232
- // "letter-spacing": 1px,
233
- // "line-height": 1.5,
234
- // "max-lines": 3,
235
- // "text-decoration": underline,
236
- // "text-decoration-color": #000000,
237
- // "text-underline-position": under,
238
- "margin-bottom": $measure * 4,
239
- // "padding-top": $measure*2,
240
- // "text-align": right,
241
- "margin-bottom-before-lists": $measure * 3,
242
- // "bold-font-weight": 800,
243
- ),
244
- $quote-options: (
245
- "padding": $measure * 3 0,
246
- "margin-top": $measure * 5,
247
- "margin-bottom": $measure * 6,
248
- // "border": (
249
- // "border-color": red,
250
- // "border-radius": 0,
251
- // "border-style": solid,
252
- // "border-width": 2px 0,
253
- // ),
254
- // "paragraph": (
255
- // "className": f--font-a,
256
- // "color": #638c1d,
257
- // "font-family": arial,
258
- // "font-size": 2rem,
259
- // "font-style": italic,
260
- // "font-weight": 400,
261
- // "letter-spacing": 1px,
262
- // "line-height": 1.5,
263
- // "max-lines": 3,
264
- // "text-decoration": underline,
265
- // "text-decoration-color": #000000,
266
- // "text-underline-position": under,
267
- // "margin-bottom": $measure*2,
268
- // "padding-top": $measure*2,
269
- // "text-align": right,
270
- // "margin-bottom-before-lists": 24px,
271
- // "bold-font-weight": 800,
272
- // ),
273
- "cite":
274
- (
275
- // "className": f--font-a,
276
- // "color": #638c1d,
277
- // "font-family": arial,
278
- // "font-size": 2rem,
279
- // "font-style": italic,
280
- // "font-weight": 400,
281
- // "letter-spacing": 1px,
282
- // "line-height": 1.5,
283
- // "max-lines": 3,
284
- // "text-decoration": underline,
285
- // "text-decoration-color": #000000,
286
- // "text-underline-position": under,
287
- // "margin-bottom": $measure*2,
288
- "padding-top": $measure * 3,
289
- // "text-align": right,
290
- // "margin-bottom-before-lists": 24px,
291
- // "bold-font-weight": 800,,,,
292
- ),
293
- ),
294
- $footnote-options: (
295
- // "className": f--font-a,
296
- // "color": #638c1d,
297
- // "font-family": arial,
298
- // "font-size": 2rem,
299
- // "font-style": italic,
300
- // "font-weight": 400,
301
- // "letter-spacing": 1px,
302
- // "line-height": 1.5,
303
- // "max-lines": 3,
304
- // "text-decoration": underline,
305
- // "text-decoration-color": #000000,
306
- // "text-underline-position": under,
307
- "margin-bottom": $measure * 2,
308
- // "padding-top": $measure*2,
309
- // "text-align": right,
310
- // "margin-bottom-before-lists": 24px,
311
- // "bold-font-weight": 800,,,,
312
- ),
313
- $highlighted-options: (
314
- // "className": f--font-a,
315
- // "color": #638c1d,
316
- // "font-family": arial,
317
- // "font-size": 2rem,
318
- // "font-style": italic,
319
- // "font-weight": 400,
320
- // "letter-spacing": 1px,
321
- // "line-height": 1.5,
322
- // "max-lines": 3,
323
- // "text-decoration": underline,
324
- // "text-decoration-color": #000000,
325
- // "text-underline-position": under,
326
- "margin-bottom": $measure * 4,
327
- // "padding-top": $measure*2,
328
- // "text-align": right,
329
- // "margin-bottom-before-lists": 24px,
330
- // "bold-font-weight": 800,,,,
331
- ),
332
- $btn-options: (
333
- // "className": g--btn-01,
334
- "margin-bottom": $measure * 4,
335
- ),
336
- $columns-options: (
337
- "breakpoint": $tablets,
338
- "margin-bottom": $measure * 4,
339
- ),
340
- $separator-options: (
341
- "margin": $measure * 6 auto,
342
- // "width": 60%,
343
- // "color": orange,
344
- // "height": 2px,,,,
345
- ),
346
- $table-options: (
347
- "margin-bottom": $measure * 4,
348
- "header-cells-padding": $measure * 2,
349
- "body-cells-padding": $measure $measure * 2,
350
- // "header-font-styles": (
351
- // "className": f--font-a,
352
- // "color": #638c1d,
353
- // "font-family": arial,
354
- // "font-size": 2rem,
355
- // "font-style": italic,
356
- // "font-weight": 400,
357
- // "letter-spacing": 1px,
358
- // "line-height": 1.5,
359
- // "max-lines": 3,
360
- // "text-decoration": underline,
361
- // "text-decoration-color": #000000,
362
- // "text-underline-position": under,
363
- // "margin-bottom": $measure*2,
364
- // "padding-top": $measure*2,
365
- // "text-align": right,
366
- // "margin-bottom-before-lists": 24px,
367
- // "bold-font-weight": 800,
368
- // ),
369
- // "header-border": (
370
- // "border-radius": 1px,
371
- // "border-width": 1px,
372
- // "border-style": solid,
373
- // "border-color": map.get($color-options, a)
374
- // ),
375
- // "header-background": map.get($color-options, a),
376
- // "body-font-styles": (
377
- // "className": f--font-a,
378
- // "color": #638c1d,
379
- // "font-family": arial,
380
- // "font-size": 2rem,
381
- // "font-style": italic,
382
- // "font-weight": 400,
383
- // "letter-spacing": 1px,
384
- // "line-height": 1.5,
385
- // "max-lines": 3,
386
- // "text-decoration": underline,
387
- // "text-decoration-color": #000000,
388
- // "text-underline-position": under,
389
- // "margin-bottom": $measure*2,
390
- // "padding-top": $measure*2,
391
- // "text-align": right,
392
- // "margin-bottom-before-lists": 24px,
393
- // "bold-font-weight": 800,
394
- // ),
395
- // "body-border": (
396
- // "border-radius": 1px,
397
- // "border-width": 1px,
398
- // "border-style": solid,
399
- // "border-color": map.get($color-options, a)
400
- // ),
401
- // "body-background": map.get($color-options, a),
402
- // "odd-rows-background": map.get($color-options, c),
403
- // "odd-rows-text-color": map.get($color-options, d),
404
- // "caption": (
405
- // "className": f--font-a,
406
- // "color": #638c1d,
407
- // "font-family": arial,
408
- // "font-size": 2rem,
409
- // "font-style": italic,
410
- // "font-weight": 400,
411
- // "letter-spacing": 1px,
412
- // "line-height": 1.5,
413
- // "max-lines": 3,
414
- // "text-decoration": underline,
415
- // "text-decoration-color": #000000,
416
- // "text-underline-position": under,
417
- // "margin-bottom": $measure*2,
418
- "padding-top": $measure * 2,
419
- "text-align": right,
420
- // "margin-bottom-before-lists": 24px,
421
- // "bold-font-weight": 800,
422
- // ),,,,
423
- ),
424
- $video-options: (
425
- // "border-color": red,
426
- // "border-radius": 20px,
427
- // "border-style": solid,
428
- // "border-width": 2px,
429
- // "object-fit": cover,
430
- // "max-height": 700px,
431
- // "min-height": 0,
432
- // "object-position": center,
433
- // "max-width": 100%,
434
- // "min-width": 30px,
435
- "margin-bottom": $measure * 5,
436
- "caption": (
437
- // "className": f--font-a,
438
- // "color": #638c1d,
439
- // "font-family": arial,
440
- // "font-size": 2rem,
441
- // "font-style": italic,
442
- // "font-weight": 400,
443
- // "letter-spacing": 1px,
444
- // "line-height": 1.5,
445
- // "max-lines": 3,
446
- // "text-decoration": underline,
447
- // "text-decoration-color": #000000,
448
- // "text-underline-position": under,
449
- // "margin-bottom": $measure*2,
450
- "padding-top": $measure * 2,
451
- "text-align": right,
452
- // "margin-bottom-before-lists": 24px,
453
- // "bold-font-weight": 800,
454
- ),
455
- ),
456
- $utilities-options: (
457
- "media-text-aligned-margin-x": $measure * 5,
458
- )
459
- );
5
+ &--wp {
6
+ @include make-content();
7
+ @include make-content-modifier(
8
+ $btn-options: (
9
+ //"className": c--btn-a c--btn-a--second,
10
+ //"even-className": c--btn-a,
11
+ //"margin-bottom": $measure * 3,
12
+ //"column-gap": $measure * 2,
13
+ //"row-gap": $measure,
14
+ ),
15
+ $columns-options: (
16
+ //"breakpoint": $tablets,
17
+ //"column-gap": $measure * 4,
18
+ //"margin-bottom": $measure * 3,
19
+ //"row-gap": $measure * 4,
20
+ ),
21
+ $footnote-options: (
22
+ //"className": f--font-f,
23
+ //"color": map.get($color-options, h),
24
+ //"bold-color": red,
25
+ //"bold-font-weight": 600,
26
+ //"font-weight": 300,
27
+ //"font-style": italic,
28
+ //"margin-bottom": $measure * 3,
29
+ //"margin-bottom-before-lists": $measure * 2,
30
+ //"max-lines": 1,
31
+ //"padding-top": $measure*9,
32
+ //"text-align": left,
33
+ //"text-decoration": underline,
34
+ //"text-decoration-color": map.get($color-options, g),
35
+ //"text-underline-position": above,
36
+ ),
37
+ $headings-options: (
38
+ "h1": (
39
+ //"bold-color": red,
40
+ //"bold-font-weight": 600,
41
+ //"className": f--font-a,
42
+ //"color": orange,
43
+ //"font-style": italic,
44
+ //"font-weight": 400,
45
+ //"margin-bottom": $measure * 3,
46
+ //"margin-bottom-before-lists": $measure * 2,
47
+ //"padding-top": $measure * 2,
48
+ //"text-align": left,
49
+ //"text-decoration": none,
50
+ //"text-decoration-color": #000000,
51
+ //"text-underline-position": under,
52
+ ),
53
+ "h2": (
54
+ //"bold-color": map.get($color-options, e),
55
+ //"bold-font-weight": 600,
56
+ //"className": f--font-a,
57
+ //"color": map.get($color-options, h),
58
+ //"font-style": italic,
59
+ //"font-weight": 400,
60
+ //"margin-bottom": $measure * 3,
61
+ //"margin-bottom-before-lists": $measure * 2,
62
+ //"padding-top": $measure * 2,
63
+ //"text-align": left,
64
+ //"text-decoration": none,
65
+ //"text-decoration-color": #000000,
66
+ //"text-underline-position": under,
67
+ ),
68
+ "h3": (
69
+ //"bold-color": map.get($color-options, e),
70
+ //"bold-font-weight": 600,
71
+ //"className": f--font-b,
72
+ //"color": map.get($color-options, h),
73
+ //"font-style": italic,
74
+ //"font-weight": 400,
75
+ //"margin-bottom": $measure * 3,
76
+ //"margin-bottom-before-lists": $measure * 2,
77
+ //"padding-top": $measure * 2,
78
+ //"text-align": left,
79
+ //"text-decoration": none,
80
+ //"text-decoration-color": #000000,
81
+ //"text-underline-position": under,
82
+ ),
83
+ "h4": (
84
+ //"bold-color": map.get($color-options, f),
85
+ //"bold-font-weight": 600,
86
+ //"className": f--font-c,
87
+ //"color": map.get($color-options, i),
88
+ //"font-style": italic,
89
+ //"font-weight": 400,
90
+ //"margin-bottom": $measure * 3,
91
+ //"margin-bottom-before-lists": $measure * 2,
92
+ //"padding-top": $measure * 2,
93
+ //"text-align": left,
94
+ //"text-decoration": none,
95
+ //"text-decoration-color": #000000,
96
+ //"text-underline-position": under,
97
+ ),
98
+ "h5": (
99
+ //"bold-color": map.get($color-options, f),
100
+ //"bold-font-weight": 600,
101
+ //"className": f--font-d,
102
+ //"color": map.get($color-options, i),
103
+ //"font-style": italic,
104
+ //"font-weight": 400,
105
+ //"margin-bottom": $measure * 3,
106
+ //"margin-bottom-before-lists": $measure * 2,
107
+
108
+ //"padding-top": $measure * 2,
109
+ //"text-align": left,
110
+ //"text-decoration": none,
111
+ //"text-decoration-color": #000000,
112
+ //"text-underline-position": under,
113
+ ),
114
+ "h6": (
115
+ //"bold-color": map.get($color-options, h),
116
+ //"bold-font-weight": 600,
117
+ //"className": f--font-e,
118
+ //"color": map.get($color-options, g),
119
+ //"font-style": italic,
120
+ //"font-weight": 400,
121
+ //"margin-bottom": $measure * 3,
122
+ //"margin-bottom-before-lists": $measure * 2,
123
+
124
+ //"padding-top": $measure * 2,
125
+ //"text-align": left,
126
+ //"text-decoration": none,
127
+ //"text-decoration-color": #000000,
128
+ //"text-underline-position": under,
129
+ ),
130
+ ),
131
+ $highlighted-options: (
132
+ //"bold-color": map.get($color-options, i),
133
+ //"bold-font-weight": 600,
134
+ //"className": f--font-d f--color-a,
135
+ //"color": red,
136
+ //"font-style": italic,
137
+ //"font-weight": 400,
138
+ //"margin-bottom": $measure * 3,
139
+ //"margin-bottom-before-lists": $measure * 2,
140
+ //"padding-top": $measure,
141
+ //"text-align": center,
142
+ //"text-decoration": none,
143
+ //"text-decoration-color": #000000,
144
+ //"text-underline-position": under,
145
+ ),
146
+ $image-options: (
147
+ //"border-color": red,
148
+ //"border-radius": $measure*2,
149
+ //"border-style": solid,
150
+ //"border-width": 2px,
151
+ "caption": (
152
+ //"bold-color": map.get($color-options, f),
153
+ //"bold-font-weight": 600,
154
+ //"className": f--font-f,
155
+ //"color": red,
156
+ //"font-style": italic,
157
+ //"font-weight": 400,
158
+ //"margin-bottom": $measure * 3,
159
+ //"margin-bottom-before-lists": $measure * 2,
160
+ //"padding-top": $measure*2,
161
+ //"text-align": right,
162
+ //"text-decoration": none,
163
+ //"text-decoration-color": #000000,
164
+ //"text-underline-position": under,
165
+ ),
166
+ //"margin-bottom": $measure * 3,
167
+ //"max-height": 700px,
168
+ //"max-width": 100%,
169
+ //"min-height": 0,
170
+ //"min-width": 30px,
171
+ //"object-fit": cover,
172
+ //"object-position": center,
173
+ //"zoom-button-background-color": map.get($color-options, f),
174
+ //"zoom-button-border-radius": 4px,
175
+ //"zoom-button-bottom": 16px,
176
+ //"zoom-button-right": 16px,
177
+ ),
178
+ $link-options: (
179
+ //"className": c--link-a,
180
+ ),
181
+ $lists-options: (
182
+ //"first-level-artwork-background": map.get($color-options, i),
183
+ //"first-level-artwork-border-color": map.get($color-options, f),
184
+ //"first-level-artwork-border-radius": 50%,
185
+ //"first-level-artwork-border-width": 2px,
186
+ //"first-level-artwork-image": null,
187
+ //"first-level-artwork-top": 6px,
188
+ //"first-level-artwork-width": 10px,
189
+ //"first-level-number-color": map.get($color-options, f),
190
+ //"first-number-width": 14px,
191
+ "font-styles": (
192
+ //"bold-color": map.get($color-options, f),
193
+ //"bold-font-weight": 600,
194
+ //"className": f--font-e f--color-a,
195
+ //"color": red,
196
+ //"font-style": italic,
197
+ //"font-weight": 400,
198
+ //"margin-bottom": $measure,
199
+ //"margin-bottom-before-lists": $measure * 2,
200
+ //"padding-top": $measure,
201
+ //"text-align": left,
202
+ //"text-decoration": none,
203
+ //"text-decoration-color": #000000,
204
+ //"text-underline-position": under,
205
+ ),
206
+ "number-font": (
207
+ //"bold-color": red,
208
+ //"bold-font-weight": 600,
209
+ //"className": f--font-e,
210
+ //"color": red,
211
+ //"font-style": italic,
212
+ //"font-weight": 600,
213
+ //"margin-bottom": $measure,
214
+ //"margin-bottom-before-lists": $measure * 2,
215
+ //"padding-top": $measure,
216
+ //"text-align": left,
217
+ //"text-decoration": none,
218
+ //"text-decoration-color": #000000,
219
+ //"text-underline-position": under,
220
+ ),
221
+ //"second-level-artwork-background": null,
222
+ //"second-level-artwork-border-color": transparent,
223
+ //"second-level-artwork-border-radius": null,
224
+ //"second-level-artwork-border-width": null,
225
+ //"second-level-artwork-image": null,
226
+ //"second-level-artwork-top": null,
227
+ //"second-level-artwork-width": null,
228
+ //"second-level-number-color": map.get($color-options, g),
229
+ //"third-level-artwork-background": map.get($color-options, f),
230
+ //"third-level-artwork-border-color": null,
231
+ //"third-level-artwork-border-radius": null,
232
+ //"third-level-artwork-border-width": 2px,
233
+ //"third-level-artwork-image": null,
234
+ //"third-level-artwork-top": 8px,
235
+ //"third-level-artwork-width": 8px,
236
+ //"third-level-number-color": map.get($color-options, f),
237
+ //"margin-bottom": $measure * 3,
238
+ //"nested-list-spacing": $measure,
239
+ ),
240
+ $paragraphs-options: (
241
+ //"bold-color": map.get($color-options, e),
242
+ //"bold-font-weight": 600,
243
+ //"className": f--font-e f--color-a,
244
+ //"color": red,
245
+ //"font-style": italic,
246
+ //"font-weight": 400,
247
+ //"margin-bottom": $measure * 3,
248
+ //"margin-bottom-before-lists": $measure * 2,
249
+ //"padding-top": $measure,
250
+ //"text-align": left,
251
+ //"text-decoration": none,
252
+ //"text-decoration-color": #000000,
253
+ //"text-underline-position": under,
254
+ ),
255
+ $quote-options: (
256
+ //"background-color": color.adjust(map.get($color-options, e), $lightness: 50%),
257
+ //"margin-bottom": $measure * 5,
258
+ //"margin-top": $measure,
259
+ //"padding": $measure * 5,
260
+ "border": (
261
+ //"border-color": color.adjust(map.get($color-options, e), $lightness: 45%),
262
+ //"border-radius": $measure*2,
263
+ //"border-style": solid,
264
+ //"border-width": 2px 0,
265
+ ),
266
+ "cite": (
267
+ //"bold-color": red,
268
+ //"bold-font-weight": 600,
269
+ //"className": f--font-f,
270
+ //"color": map.get($color-options, e),
271
+ //"font-weight": 400,
272
+ //"font-style": italic,
273
+ //"margin-bottom": $measure * 3,
274
+ //"padding-top": $measure * 2,
275
+ //"text-align": right,
276
+ //"text-decoration": none,
277
+ //"text-decoration-color": #000000,
278
+ //"text-underline-position": under,
279
+ ),
280
+ "paragraph": (
281
+ //"bold-color": red,
282
+ //"bold-font-weight": 600,
283
+ //"className": f--font-d,
284
+ //"color": color.adjust(map.get($color-options, e), $lightness: -20%),
285
+ //"font-style": italic,
286
+ //"font-weight": 400,
287
+ //"margin-bottom": $measure * 3,
288
+ //"padding-top": $measure,
289
+ //"text-align": right,
290
+ //"text-decoration": none,
291
+ //"text-decoration-color": #000000,
292
+ //"text-underline-position": under,
293
+ ),
294
+ ),
295
+ $separator-options: (
296
+ //"color": color.adjust(map.get($color-options, e), $lightness: -10%),
297
+ //"height": 7px,
298
+ //"margin": $measure * 10 0,
299
+ //"width": 100%,
300
+ //"dots-color": map.get($color-options, h),
301
+ //"dots-size": 8rem,
302
+ //"dots-spacing": 1em,
303
+ ),
304
+ $table-options: (
305
+ //"body-background": rgba(map.get($color-options, e), 0.3),
306
+ //"body-border-right": 1px solid map.get($color-options, e),
307
+ //"body-border-bottom": 1px solid map.get($color-options, e),
308
+ //"table-border": 3px solid map.get($color-options, e),
309
+ //"table-border-radius": $measure * 2,
310
+ //"scroll-breakpoint": 700px,
311
+ //"body-cells-padding": $measure $measure * 2,
312
+ //"odd-rows-background": rgba(map.get($color-options, e), 0.5),
313
+ //"odd-rows-text-color": map.get($color-options, i),
314
+ "body-font-styles": (
315
+ //"bold-color": map.get($color-options, h),
316
+ //"bold-font-weight": 600,
317
+ //"className": f--font-d,
318
+ //"color": red,
319
+ //"font-style": italic,
320
+ //"font-weight": 600,
321
+ //"margin-bottom": $measure * 3,
322
+ //"margin-bottom-before-lists": $measure * 2,
323
+ //"padding-top": $measure,
324
+ //"text-align": right,
325
+ //"text-decoration": none,
326
+ //"text-decoration-color": #000000,
327
+ //"text-underline-position": under,
328
+ ),
329
+ //"header-background": rgba(map.get($color-options, e), 0.1),
330
+ //"header-border-right": 1px solid map.get($color-options, e),
331
+ //"header-border-bottom": 2px solid map.get($color-options, e),
332
+ //"header-cells-padding": $measure * 2,
333
+ "header-font-styles": (
334
+ //"bold-color": red,
335
+ //"bold-font-weight": 600,
336
+ //"className": f--font-d,
337
+ //"color": map.get($color-options, e),
338
+ //"font-style": italic,
339
+ //"font-weight": 600,
340
+ //"margin-bottom": $measure * 3,
341
+ //"margin-bottom-before-lists": $measure * 2,
342
+ //"padding-top": $measure,
343
+ //"text-align": center,
344
+ //"text-decoration": none,
345
+ //"text-decoration-color": #000000,
346
+ //"text-underline-position": under,
347
+ ),
348
+ "caption": (
349
+ //"bold-color": map.get($color-options, h),
350
+ // "bold-font-weight": 600,
351
+ //"className": f--font-f,
352
+ // "color": map.get($color-options, a),
353
+ // "font-style": italic,
354
+ // "font-weight": 600,
355
+ // "margin-bottom": $measure,
356
+ // "margin-bottom-before-lists": $measure * 2,
357
+ //"padding-top": $measure,
358
+ // "text-align": right,
359
+ // "text-decoration": none,
360
+ // "text-decoration-color": #000000,
361
+ // "text-underline-position": under,
362
+ ),
363
+ //"margin-bottom": $measure * 4,
364
+
365
+ ),
366
+ $utilities-options: (
367
+ //"media-text-aligned-margin-x": 32px,
368
+ ),
369
+ $video-options: (
370
+ //"border-color": map.get($color-options, e),
371
+ //"border-radius": $measure*2,
372
+ //"border-style": solid,
373
+ //"border-width": 4px,
374
+ "caption": (
375
+ //"bold-color": map.get($color-options, e),
376
+ //"bold-font-weight": 600,
377
+ //"className": f--font-f,
378
+ //"color": red,
379
+ //"font-style": italic,
380
+ //"font-weight": 400,
381
+ //"margin-bottom": $measure * 3,
382
+ //"margin-bottom-before-lists": $measure * 2,
383
+
384
+ //"padding-top": $measure*1.5,
385
+ //"text-align": right,
386
+ //"text-decoration": none,
387
+ //"text-decoration-color": #000000,
388
+ //"text-underline-position": under,
389
+ ),
390
+ //"margin-bottom": $measure * 3,
391
+ //"max-height": 700px,
392
+ //"max-width": 100%,
393
+ //"min-height": 0,
394
+ //"min-width": 30px,
395
+ //"object-fit": cover,
396
+ //"object-position": center,
397
+ ),
398
+ $custom-options: (
399
+ //".mi-selector": (
400
+ //"class": f--font-e f--color-f,
401
+ //"color": red,
402
+ // ),
403
+ //"parent": (
404
+ // "background": map.get($color-options, i),
405
+ // "padding": $measure * 2,
406
+ // ),
407
+ ),
408
+ );
409
+ }
460
410
  }