@bonniernews/dn-design-system-web 3.0.0-alpha.2 → 3.0.0-alpha.21

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 (56) hide show
  1. package/CHANGELOG.md +166 -0
  2. package/README.md +1 -1
  3. package/assets/article-image/article-image.njk +34 -0
  4. package/assets/article-image/article-image.scss +6 -0
  5. package/assets/form-field/form-field.scss +5 -9
  6. package/components/article-body-image/README.md +42 -0
  7. package/components/article-body-image/article-body-image.njk +19 -0
  8. package/components/article-body-image/article-body-image.scss +8 -0
  9. package/components/article-top-image/README.md +40 -0
  10. package/components/article-top-image/article-top-image.njk +19 -0
  11. package/components/article-top-image/article-top-image.scss +6 -0
  12. package/components/badge/badge.scss +5 -9
  13. package/components/blocked-content/blocked-content.scss +6 -6
  14. package/components/buddy-menu/buddy-menu.scss +14 -21
  15. package/components/button/button.scss +22 -19
  16. package/components/button-toggle/button-toggle.scss +22 -21
  17. package/components/byline/byline.scss +11 -8
  18. package/components/checkbox/checkbox.scss +10 -14
  19. package/components/disclaimer/disclaimer.scss +26 -12
  20. package/components/divider/divider.scss +1 -1
  21. package/components/factbox/factbox.scss +11 -9
  22. package/components/footer/footer.scss +14 -20
  23. package/components/icon-button/icon-button.scss +3 -3
  24. package/components/icon-button-toggle/icon-button-toggle.scss +3 -3
  25. package/components/image-caption/README.md +38 -0
  26. package/components/image-caption/image-caption.njk +25 -0
  27. package/components/image-caption/image-caption.scss +15 -0
  28. package/components/list-item/list-item.scss +9 -9
  29. package/components/quote/quote.scss +2 -2
  30. package/components/radio-button/radio-button.scss +10 -15
  31. package/components/switch/switch.scss +2 -2
  32. package/components/text-button/text-button.scss +8 -13
  33. package/components/text-button-toggle/text-button-toggle.scss +4 -10
  34. package/components/text-input/text-input.scss +20 -24
  35. package/components/thematic-break/thematic-break.scss +1 -1
  36. package/components/video-caption/README.md +37 -0
  37. package/components/video-caption/video-caption.njk +26 -0
  38. package/components/video-caption/video-caption.scss +18 -0
  39. package/foundations/helpers/README-links.md +1 -1
  40. package/foundations/helpers/README-spacing.md +48 -10
  41. package/foundations/helpers/spacing.scss +3 -1
  42. package/foundations/typography/fontDefinitions.scss +106 -60
  43. package/foundations/variables/colorsCssVariables.scss +3 -0
  44. package/foundations/variables/colorsDnDarkTokens.scss +4 -1
  45. package/foundations/variables/colorsDnLightTokens.scss +3 -0
  46. package/foundations/variables/spacingComponentList.scss +10 -0
  47. package/foundations/variables/spacingLayout.scss +1 -0
  48. package/foundations/variables/spacingLayoutLargeScreen.scss +3 -9
  49. package/foundations/variables/spacingLayoutList.scss +9 -0
  50. package/foundations/variables/typographyTokensList.scss +31 -30
  51. package/foundations/variables/typographyTokensScreenLarge.scss +167 -161
  52. package/foundations/variables/typographyTokensScreenSmall.scss +189 -183
  53. package/package.json +2 -2
  54. package/tokens/colors-css-variables.json +3 -0
  55. package/tokens/spacing-component-list.json +12 -0
  56. package/tokens/spacing-layout-list.json +11 -0
@@ -5,6 +5,8 @@
5
5
  @use "../variables/spacingComponent.scss" as *;
6
6
  @use "../variables/spacingLayout.scss" as *;
7
7
  @use "../variables/spacingLayoutLargeScreen.scss" as *;
8
+ @forward '../variables/spacingComponentList.scss';
9
+ @forward '../variables/spacingLayoutList.scss';
8
10
 
9
11
  @function ds-spacing-component(
10
12
  $units: null,
@@ -20,8 +22,8 @@
20
22
 
21
23
  @mixin ds-spacing-layout(
22
24
  $units: null,
23
- $sizeUnit: "px",
24
25
  $property: padding,
26
+ $sizeUnit: "px",
25
27
  $negative: false
26
28
  ) {
27
29
  @if $units {
@@ -3,7 +3,7 @@ $dnSerif: (
3
3
  fontFamily: DNSerifVf,
4
4
  sources: (
5
5
  (
6
- file: "DNSerif22-Variable.woff2",
6
+ file: "DNSerif25-Variable.woff2",
7
7
  format: "woff2-variations",
8
8
  ),
9
9
  ),
@@ -14,11 +14,11 @@ $dnSerif: (
14
14
  fontFamily: DNSerif,
15
15
  sources: (
16
16
  (
17
- file: "DNSerifHeadline22-Light.woff2",
17
+ file: "DNSerifHeadline25-Light.woff2",
18
18
  format: "woff2",
19
19
  ),
20
20
  (
21
- file: "DNSerifHeadline22-Light.woff",
21
+ file: "DNSerifHeadline25-Light.woff",
22
22
  format: "woff",
23
23
  ),
24
24
  ),
@@ -29,11 +29,11 @@ $dnSerif: (
29
29
  fontFamily: DNSerif,
30
30
  sources: (
31
31
  (
32
- file: "DNSerifHeadline22-Regular.woff2",
32
+ file: "DNSerifHeadline25-Regular.woff2",
33
33
  format: "woff2",
34
34
  ),
35
35
  (
36
- file: "DNSerifHeadline22-Regular.woff",
36
+ file: "DNSerifHeadline25-Regular.woff",
37
37
  format: "woff",
38
38
  ),
39
39
  ),
@@ -44,11 +44,11 @@ $dnSerif: (
44
44
  fontFamily: DNSerif,
45
45
  sources: (
46
46
  (
47
- file: "DNSerifHeadline22-Medium.woff2",
47
+ file: "DNSerifHeadline25-Medium.woff2",
48
48
  format: "woff2",
49
49
  ),
50
50
  (
51
- file: "DNSerifHeadline22-Medium.woff",
51
+ file: "DNSerifHeadline25-Medium.woff",
52
52
  format: "woff",
53
53
  ),
54
54
  ),
@@ -59,11 +59,11 @@ $dnSerif: (
59
59
  fontFamily: DNSerif,
60
60
  sources: (
61
61
  (
62
- file: "DNSerifHeadline22-SemiBold.woff2",
62
+ file: "DNSerifHeadline25-SemiBold.woff2",
63
63
  format: "woff2",
64
64
  ),
65
65
  (
66
- file: "DNSerifHeadline22-SemiBold.woff",
66
+ file: "DNSerifHeadline25-SemiBold.woff",
67
67
  format: "woff",
68
68
  ),
69
69
  ),
@@ -74,11 +74,11 @@ $dnSerif: (
74
74
  fontFamily: DNSerif,
75
75
  sources: (
76
76
  (
77
- file: "DNSerifHeadline22-Bold.woff2",
77
+ file: "DNSerifHeadline25-Bold.woff2",
78
78
  format: "woff2",
79
79
  ),
80
80
  (
81
- file: "DNSerifHeadline22-Bold.woff",
81
+ file: "DNSerifHeadline25-Bold.woff",
82
82
  format: "woff",
83
83
  ),
84
84
  ),
@@ -89,11 +89,11 @@ $dnSerif: (
89
89
  fontFamily: DNSerif,
90
90
  sources: (
91
91
  (
92
- file: "DNSerifHeadline22-ExtraBold.woff2",
92
+ file: "DNSerifHeadline25-ExtraBold.woff2",
93
93
  format: "woff2",
94
94
  ),
95
95
  (
96
- file: "DNSerifHeadline22-ExtraBold.woff",
96
+ file: "DNSerifHeadline25-ExtraBold.woff",
97
97
  format: "woff",
98
98
  ),
99
99
  ),
@@ -104,11 +104,11 @@ $dnSerif: (
104
104
  fontFamily: DNSerif,
105
105
  sources: (
106
106
  (
107
- file: "DNSerifHeadline22-Black.woff2",
107
+ file: "DNSerifHeadline25-Black.woff2",
108
108
  format: "woff2",
109
109
  ),
110
110
  (
111
- file: "DNSerifHeadline22-Black.woff",
111
+ file: "DNSerifHeadline25-Black.woff",
112
112
  format: "woff",
113
113
  ),
114
114
  ),
@@ -122,7 +122,7 @@ $dnSerifItalic: (
122
122
  fontFamily: DNSerifVf,
123
123
  sources: (
124
124
  (
125
- file: "DNSerifItalic22-Variable.woff2",
125
+ file: "DNSerifItalic25-Variable.woff2",
126
126
  format: "woff2-variations",
127
127
  ),
128
128
  ),
@@ -134,11 +134,11 @@ $dnSerifItalic: (
134
134
  fontFamily: DNSerif,
135
135
  sources: (
136
136
  (
137
- file: "DNSerifHeadline22-LightItalic.woff2",
137
+ file: "DNSerifHeadline25-LightItalic.woff2",
138
138
  format: "woff2",
139
139
  ),
140
140
  (
141
- file: "DNSerifHeadline22-LightItalic.woff",
141
+ file: "DNSerifHeadline25-LightItalic.woff",
142
142
  format: "woff",
143
143
  ),
144
144
  ),
@@ -150,11 +150,11 @@ $dnSerifItalic: (
150
150
  fontFamily: DNSerif,
151
151
  sources: (
152
152
  (
153
- file: "DNSerifHeadline22-RegularItalic.woff2",
153
+ file: "DNSerifHeadline25-RegularItalic.woff2",
154
154
  format: "woff2",
155
155
  ),
156
156
  (
157
- file: "DNSerifHeadline22-RegularItalic.woff",
157
+ file: "DNSerifHeadline25-RegularItalic.woff",
158
158
  format: "woff",
159
159
  ),
160
160
  ),
@@ -166,11 +166,11 @@ $dnSerifItalic: (
166
166
  fontFamily: DNSerif,
167
167
  sources: (
168
168
  (
169
- file: "DNSerifHeadline22-MediumItalic.woff2",
169
+ file: "DNSerifHeadline25-MediumItalic.woff2",
170
170
  format: "woff2",
171
171
  ),
172
172
  (
173
- file: "DNSerifHeadline22-MediumItalic.woff",
173
+ file: "DNSerifHeadline25-MediumItalic.woff",
174
174
  format: "woff",
175
175
  ),
176
176
  ),
@@ -182,11 +182,11 @@ $dnSerifItalic: (
182
182
  fontFamily: DNSerif,
183
183
  sources: (
184
184
  (
185
- file: "DNSerifHeadline22-SemiBoldItalic.woff2",
185
+ file: "DNSerifHeadline25-SemiBoldItalic.woff2",
186
186
  format: "woff2",
187
187
  ),
188
188
  (
189
- file: "DNSerifHeadline22-SemiBoldItalic.woff",
189
+ file: "DNSerifHeadline25-SemiBoldItalic.woff",
190
190
  format: "woff",
191
191
  ),
192
192
  ),
@@ -198,11 +198,11 @@ $dnSerifItalic: (
198
198
  fontFamily: DNSerif,
199
199
  sources: (
200
200
  (
201
- file: "DNSerifHeadline22-BoldItalic.woff2",
201
+ file: "DNSerifHeadline25-BoldItalic.woff2",
202
202
  format: "woff2",
203
203
  ),
204
204
  (
205
- file: "DNSerifHeadline22-BoldItalic.woff",
205
+ file: "DNSerifHeadline25-BoldItalic.woff",
206
206
  format: "woff",
207
207
  ),
208
208
  ),
@@ -214,11 +214,11 @@ $dnSerifItalic: (
214
214
  fontFamily: DNSerif,
215
215
  sources: (
216
216
  (
217
- file: "DNSerifHeadline22-ExtraBoldItalic.woff2",
217
+ file: "DNSerifHeadline25-ExtraBoldItalic.woff2",
218
218
  format: "woff2",
219
219
  ),
220
220
  (
221
- file: "DNSerifHeadline22-ExtraBoldItalic.woff",
221
+ file: "DNSerifHeadline25-ExtraBoldItalic.woff",
222
222
  format: "woff",
223
223
  ),
224
224
  ),
@@ -230,11 +230,11 @@ $dnSerifItalic: (
230
230
  fontFamily: DNSerif,
231
231
  sources: (
232
232
  (
233
- file: "DNSerifHeadline22-BlackItalic.woff2",
233
+ file: "DNSerifHeadline25-BlackItalic.woff2",
234
234
  format: "woff2",
235
235
  ),
236
236
  (
237
- file: "DNSerifHeadline22-BlackItalic.woff",
237
+ file: "DNSerifHeadline25-BlackItalic.woff",
238
238
  format: "woff",
239
239
  ),
240
240
  ),
@@ -249,7 +249,7 @@ $dnSans: (
249
249
  fontFamily: DNSansVF,
250
250
  sources: (
251
251
  (
252
- file: "DNSans10-Variable.woff2",
252
+ file: "DNSans12-Variable.woff2",
253
253
  format: "woff2-variations",
254
254
  ),
255
255
  ),
@@ -260,11 +260,11 @@ $dnSans: (
260
260
  fontFamily: DNSans,
261
261
  sources: (
262
262
  (
263
- file: "DNSans10-Light.woff2",
263
+ file: "DNSans12-Light.woff2",
264
264
  format: "woff2",
265
265
  ),
266
266
  (
267
- file: "DNSans10-Light.woff",
267
+ file: "DNSans12-Light.woff",
268
268
  format: "woff",
269
269
  ),
270
270
  ),
@@ -275,46 +275,89 @@ $dnSans: (
275
275
  fontFamily: DNSans,
276
276
  sources: (
277
277
  (
278
- file: "DNSans10-LightItalic.woff2",
278
+ file: "DNSans12-Regular.woff2",
279
279
  format: "woff2",
280
280
  ),
281
281
  (
282
- file: "DNSans10-LightItalic.woff",
282
+ file: "DNSans12-Regular.woff",
283
283
  format: "woff",
284
284
  ),
285
285
  ),
286
- fontWeight: 300,
287
- fontStyle: italic,
286
+ fontWeight: 400,
288
287
  fontDisplay: swap,
289
288
  ),
290
289
  (
291
290
  fontFamily: DNSans,
292
291
  sources: (
293
292
  (
294
- file: "DNSans10-Regular.woff2",
293
+ file: "DNSans12-Medium.woff2",
295
294
  format: "woff2",
296
295
  ),
297
296
  (
298
- file: "DNSans10-Regular.woff",
297
+ file: "DNSans12-Medium.woff",
299
298
  format: "woff",
300
299
  ),
301
300
  ),
302
- fontWeight: 400,
301
+ fontWeight: 500,
303
302
  fontDisplay: swap,
304
303
  ),
305
304
  (
306
305
  fontFamily: DNSans,
307
306
  sources: (
308
307
  (
309
- file: "DNSans10-RegularItalic.woff2",
308
+ file: "DNSans12-SemiBold.woff2",
310
309
  format: "woff2",
311
310
  ),
312
311
  (
313
- file: "DNSans10-RegularItalic.woff",
312
+ file: "DNSans12-SemiBold.woff",
314
313
  format: "woff",
315
314
  ),
316
315
  ),
317
- fontWeight: 400,
316
+ fontWeight: 600,
317
+ fontDisplay: swap,
318
+ ),
319
+ (
320
+ fontFamily: DNSans,
321
+ sources: (
322
+ (
323
+ file: "DNSans12-Bold.woff2",
324
+ format: "woff2",
325
+ ),
326
+ (
327
+ file: "DNSans12-Bold.woff",
328
+ format: "woff",
329
+ ),
330
+ ),
331
+ fontWeight: 700,
332
+ fontDisplay: swap,
333
+ ),
334
+ (
335
+ fontFamily: DNSans,
336
+ sources: (
337
+ (
338
+ file: "DNSans12-Black.woff2",
339
+ format: "woff2",
340
+ ),
341
+ (
342
+ file: "DNSans12-Black.woff",
343
+ format: "woff",
344
+ ),
345
+ ),
346
+ fontWeight: 900,
347
+ fontDisplay: swap,
348
+ )
349
+ );
350
+
351
+ $dnSansItalic: (
352
+ (
353
+ fontFamily: DNSansVF,
354
+ sources: (
355
+ (
356
+ file: "DNSansItalic12-Variable.woff2",
357
+ format: "woff2-variations",
358
+ ),
359
+ ),
360
+ fontWeight: 300 900,
318
361
  fontStyle: italic,
319
362
  fontDisplay: swap,
320
363
  ),
@@ -322,30 +365,31 @@ $dnSans: (
322
365
  fontFamily: DNSans,
323
366
  sources: (
324
367
  (
325
- file: "DNSans10-Medium.woff2",
368
+ file: "DNSans12-LightItalic.woff2",
326
369
  format: "woff2",
327
370
  ),
328
371
  (
329
- file: "DNSans10-Medium.woff",
372
+ file: "DNSans12-LightItalic.woff",
330
373
  format: "woff",
331
374
  ),
332
375
  ),
333
- fontWeight: 500,
376
+ fontWeight: 300,
377
+ fontStyle: italic,
334
378
  fontDisplay: swap,
335
379
  ),
336
380
  (
337
381
  fontFamily: DNSans,
338
382
  sources: (
339
383
  (
340
- file: "DNSans10-MediumItalic.woff2",
384
+ file: "DNSans12-RegularItalic.woff2",
341
385
  format: "woff2",
342
386
  ),
343
387
  (
344
- file: "DNSans10-MediumItalic.woff",
388
+ file: "DNSans12-RegularItalic.woff",
345
389
  format: "woff",
346
390
  ),
347
391
  ),
348
- fontWeight: 500,
392
+ fontWeight: 400,
349
393
  fontStyle: italic,
350
394
  fontDisplay: swap,
351
395
  ),
@@ -353,30 +397,31 @@ $dnSans: (
353
397
  fontFamily: DNSans,
354
398
  sources: (
355
399
  (
356
- file: "DNSans10-Bold.woff2",
400
+ file: "DNSans12-MediumItalic.woff2",
357
401
  format: "woff2",
358
402
  ),
359
403
  (
360
- file: "DNSans10-Bold.woff",
404
+ file: "DNSans12-MediumItalic.woff",
361
405
  format: "woff",
362
406
  ),
363
407
  ),
364
- fontWeight: 700,
408
+ fontWeight: 500,
409
+ fontStyle: italic,
365
410
  fontDisplay: swap,
366
411
  ),
367
412
  (
368
413
  fontFamily: DNSans,
369
414
  sources: (
370
415
  (
371
- file: "DNSans10-BoldItalic.woff2",
416
+ file: "DNSans12-SemiBoldItalic.woff2",
372
417
  format: "woff2",
373
418
  ),
374
419
  (
375
- file: "DNSans10-BoldItalic.woff",
420
+ file: "DNSans12-SemiBoldItalic.woff",
376
421
  format: "woff",
377
422
  ),
378
423
  ),
379
- fontWeight: 700,
424
+ fontWeight: 600,
380
425
  fontStyle: italic,
381
426
  fontDisplay: swap,
382
427
  ),
@@ -384,26 +429,27 @@ $dnSans: (
384
429
  fontFamily: DNSans,
385
430
  sources: (
386
431
  (
387
- file: "DNSans10-Black.woff2",
432
+ file: "DNSans12-BoldItalic.woff2",
388
433
  format: "woff2",
389
434
  ),
390
435
  (
391
- file: "DNSans10-Black.woff",
436
+ file: "DNSans12-BoldItalic.woff",
392
437
  format: "woff",
393
438
  ),
394
439
  ),
395
- fontWeight: 900,
440
+ fontWeight: 700,
441
+ fontStyle: italic,
396
442
  fontDisplay: swap,
397
443
  ),
398
444
  (
399
445
  fontFamily: DNSans,
400
446
  sources: (
401
447
  (
402
- file: "DNSans10-BlackItalic.woff2",
448
+ file: "DNSans12-BlackItalic.woff2",
403
449
  format: "woff2",
404
450
  ),
405
451
  (
406
- file: "DNSans10-BlackItalic.woff",
452
+ file: "DNSans12-BlackItalic.woff",
407
453
  format: "woff",
408
454
  ),
409
455
  ),
@@ -32,6 +32,7 @@ $ds-color-component-critical: var(--ds-color-component-critical);
32
32
  $ds-color-component-critical-overlay: var(--ds-color-component-critical-overlay);
33
33
  $ds-color-component-static-white: var(--ds-color-component-static-white);
34
34
  $ds-color-component-positive: var(--ds-color-component-positive);
35
+ $ds-color-component-primary-02: var(--ds-color-component-primary-02);
35
36
  $ds-color-surface-below: var(--ds-color-surface-below);
36
37
  $ds-color-surface-native-article: var(--ds-color-surface-native-article);
37
38
  $ds-color-surface-background: var(--ds-color-surface-background);
@@ -62,6 +63,8 @@ $ds-color-static-sport: var(--ds-color-static-sport);
62
63
  $ds-color-static-neutral-200: var(--ds-color-static-neutral-200);
63
64
  $ds-color-static-sthlm: var(--ds-color-static-sthlm);
64
65
  $ds-color-static-ad-yellow: var(--ds-color-static-ad-yellow);
66
+ $ds-color-static-neutral-100: var(--ds-color-static-neutral-100);
67
+ $ds-color-static-neutral-500: var(--ds-color-static-neutral-500);
65
68
  $ds-color-gradient-content-fade-left: var(--ds-color-gradient-content-fade-left);
66
69
  $ds-color-gradient-content-fade-right: var(--ds-color-gradient-content-fade-right);
67
70
  $ds-color-gradient-content-fade-up: var(--ds-color-gradient-content-fade-up);
@@ -24,7 +24,7 @@ $ds-hex-dark-component-brand: #EF7171;
24
24
  $ds-hex-dark-component-business: #3A8352;
25
25
  $ds-hex-dark-component-primary: #EDEDED;
26
26
  $ds-hex-dark-component-primary-overlay: #ffffff1a;
27
- $ds-hex-dark-component-primary-overlay-02: #ffffff33;
27
+ $ds-hex-dark-component-primary-overlay-02: #9E9E9E;
28
28
  $ds-hex-dark-component-secondary: #141414;
29
29
  $ds-hex-dark-component-secondary-overlay: #0808081a;
30
30
  $ds-hex-dark-component-secondary-overlay-02: #08080833;
@@ -32,6 +32,7 @@ $ds-hex-dark-component-critical: #EF7171;
32
32
  $ds-hex-dark-component-critical-overlay: #A51D24;
33
33
  $ds-hex-dark-component-static-white: #ffffff;
34
34
  $ds-hex-dark-component-positive: #3A8352;
35
+ $ds-hex-dark-component-primary-02: #CFCFCF;
35
36
  $ds-hex-dark-surface-below: #050505;
36
37
  $ds-hex-dark-surface-background: #141414;
37
38
  $ds-hex-dark-surface-raised: #2B2B2B;
@@ -67,3 +68,5 @@ $ds-hex-dark-static-sport: #F58D2D;
67
68
  $ds-hex-dark-static-neutral-200: #E0E0E0;
68
69
  $ds-hex-dark-static-sthlm: #FF589B;
69
70
  $ds-hex-dark-static-ad-yellow: #FFEAC2;
71
+ $ds-hex-dark-static-neutral-100: #EDEDED;
72
+ $ds-hex-dark-static-neutral-500: #9E9E9E;
@@ -32,6 +32,7 @@ $ds-hex-component-critical: #EA3E3F;
32
32
  $ds-hex-component-critical-overlay: #A51D24;
33
33
  $ds-hex-component-static-white: #ffffff;
34
34
  $ds-hex-component-positive: #3A8352;
35
+ $ds-hex-component-primary-02: #CFCFCF;
35
36
  $ds-hex-surface-below: #EDEDED;
36
37
  $ds-hex-surface-native-article: #EDEDED;
37
38
  $ds-hex-surface-background: #ffffff;
@@ -62,6 +63,8 @@ $ds-hex-static-sport: #F58D2D;
62
63
  $ds-hex-static-neutral-200: #E0E0E0;
63
64
  $ds-hex-static-sthlm: #FF589B;
64
65
  $ds-hex-static-ad-yellow: #FFEAC2;
66
+ $ds-hex-static-neutral-100: #EDEDED;
67
+ $ds-hex-static-neutral-500: #9E9E9E;
65
68
  $ds-hex-gradient-content-fade-left: linear-gradient(90deg, #ffffff00 0%, #ffffff 100%);
66
69
  $ds-hex-gradient-content-fade-right: linear-gradient(-90deg, #ffffff00 0%, #ffffff 100%);
67
70
  $ds-hex-gradient-content-fade-up: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
@@ -0,0 +1,10 @@
1
+ $ds-sc-x1: x1;
2
+ $ds-sc-x2: x2;
3
+ $ds-sc-x3: x3;
4
+ $ds-sc-x4: x4;
5
+ $ds-sc-x5: x5;
6
+ $ds-sc-x6: x6;
7
+ $ds-sc-x8: x8;
8
+ $ds-sc-x20: x20;
9
+ $ds-sc-outer: outer;
10
+ $ds-sc-outer-negative: outer-negative;
@@ -4,6 +4,7 @@ $spacingLayout: (
4
4
  page-top-large: 48,
5
5
  page-bottom: 16,
6
6
  gap-vertical-static-medium: 16,
7
+ gap-vertical-medium: 16,
7
8
  gap-vertical-static-large: 32,
8
9
  gap-horizontal-static-small: 8,
9
10
  gap-vertical-static-small: 8
@@ -1,17 +1,11 @@
1
1
  $spacingLayoutLargeScreen: (
2
2
  page-top-small: 32,
3
- page-top-large: 32,
3
+ page-top-large: 48,
4
4
  page-bottom: 32,
5
5
  page-horizontal: 32,
6
+ gap-vertical-medium: 32,
6
7
  gap-vertical-static-medium: 16,
7
8
  gap-vertical-static-large: 32,
8
9
  gap-horizontal-static-small: 8,
9
- gap-vertical-static-small: 8,
10
- x1: 8,
11
- x2: 16,
12
- x3: 24,
13
- x4: 32,
14
- x5: 40,
15
- x6: 48,
16
- x8: 64
10
+ gap-vertical-static-small: 8
17
11
  );
@@ -0,0 +1,9 @@
1
+ $ds-sl-page-horizontal: page-horizontal;
2
+ $ds-sl-page-top-small: page-top-small;
3
+ $ds-sl-page-top-large: page-top-large;
4
+ $ds-sl-page-bottom: page-bottom;
5
+ $ds-sl-gap-vertical-static-medium: gap-vertical-static-medium;
6
+ $ds-sl-gap-vertical-medium: gap-vertical-medium;
7
+ $ds-sl-gap-vertical-static-large: gap-vertical-static-large;
8
+ $ds-sl-gap-horizontal-static-small: gap-horizontal-static-small;
9
+ $ds-sl-gap-vertical-static-small: gap-vertical-static-small;