@abgov/design-tokens 1.0.5-dev.7 → 1.0.5-dev.8

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.
@@ -23,11 +23,6 @@
23
23
  "type": "color",
24
24
  "description": "Default color for interactive elements."
25
25
  },
26
- "disabled": {
27
- "value": "#80B7E1",
28
- "type": "color",
29
- "description": "Color for disabled interactive elements."
30
- },
31
26
  "hover": {
32
27
  "value": "#004F84",
33
28
  "type": "color",
@@ -42,23 +37,33 @@
42
37
  "value": "#FEBA35",
43
38
  "type": "color",
44
39
  "description": "Focus state color for interactive elements."
40
+ },
41
+ "disabled": {
42
+ "value": "#80B7E1",
43
+ "type": "color",
44
+ "description": "Color for disabled interactive elements."
45
45
  }
46
46
  },
47
47
  "text": {
48
48
  "default": {
49
- "value": "#333333",
49
+ "value": "{color.greyscale.black}",
50
50
  "type": "color",
51
51
  "description": "Default color for most text (such as body, headings, subheadings)."
52
52
  },
53
53
  "secondary": {
54
- "value": "#666666",
54
+ "value": "{color.greyscale.700}",
55
55
  "type": "color",
56
- "description": "Default color for secondary text (such as disabled button text, and secondary text labels eg. “optional” or “partially complete”)."
56
+ "description": "Default colour for secondary text labels such as “optional” or “required”."
57
57
  },
58
58
  "light": {
59
- "value": "#FFFFFF",
59
+ "value": "{color.greyscale.white}",
60
60
  "type": "color",
61
61
  "description": "Use as the text color on dark backgrounds."
62
+ },
63
+ "disabled": {
64
+ "value": "{color.greyscale.700}",
65
+ "type": "color",
66
+ "description": "Default color for text on a grey background within the disabled text input, text area, combobox, and dropdown."
62
67
  }
63
68
  },
64
69
  "info": {
@@ -67,11 +72,6 @@
67
72
  "type": "color",
68
73
  "description": "Use this color to indicate information to the user."
69
74
  },
70
- "background": {
71
- "value": "#EFF8FF",
72
- "type": "color",
73
- "description": "Use this color as a background when indicating information to the user such as within a container or small callout."
74
- },
75
75
  "light": {
76
76
  "value": "#B2D4ED",
77
77
  "type": "color"
@@ -79,14 +79,14 @@
79
79
  "dark": {
80
80
  "value": "#00347A",
81
81
  "type": "color"
82
+ },
83
+ "background": {
84
+ "value": "#EFF8FF",
85
+ "type": "color",
86
+ "description": "Use this color as a background when indicating information to the user such as within a container or small callout."
82
87
  }
83
88
  },
84
89
  "warning": {
85
- "background": {
86
- "value": "#FFF6E5",
87
- "type": "color",
88
- "description": "Use this color as a background when indicating caution to the user such as within a container or small callout."
89
- },
90
90
  "default": {
91
91
  "value": "#FEBA35",
92
92
  "type": "color",
@@ -99,14 +99,14 @@
99
99
  "dark": {
100
100
  "value": "#C68A00",
101
101
  "type": "color"
102
+ },
103
+ "background": {
104
+ "value": "#FFF6E5",
105
+ "type": "color",
106
+ "description": "Use this color as a background when indicating caution to the user such as within a container or small callout."
102
107
  }
103
108
  },
104
109
  "emergency": {
105
- "background": {
106
- "value": "#FFF1F2",
107
- "type": "color",
108
- "description": "Use this color as a background when indicating emergency to the user such as within a container or small callout."
109
- },
110
110
  "default": {
111
111
  "value": "#EC040B",
112
112
  "type": "color",
@@ -119,14 +119,14 @@
119
119
  "dark": {
120
120
  "value": "#B00000",
121
121
  "type": "color"
122
+ },
123
+ "background": {
124
+ "value": "#FFF1F2",
125
+ "type": "color",
126
+ "description": "Use this color as a background when indicating emergency to the user such as within a container or small callout."
122
127
  }
123
128
  },
124
129
  "success": {
125
- "background": {
126
- "value": "#EEF9F3",
127
- "type": "color",
128
- "description": "Use this color as a background when indicating success to the user such as within a container or small callout."
129
- },
130
130
  "default": {
131
131
  "value": "#00853F",
132
132
  "type": "color",
@@ -139,6 +139,11 @@
139
139
  "dark": {
140
140
  "value": "#005715",
141
141
  "type": "color"
142
+ },
143
+ "background": {
144
+ "value": "#EEF9F3",
145
+ "type": "color",
146
+ "description": "Use this color as a background when indicating success to the user such as within a container or small callout."
142
147
  }
143
148
  },
144
149
  "greyscale": {
@@ -242,7 +247,7 @@
242
247
  "description": "48px"
243
248
  }
244
249
  },
245
- "spacing": {
250
+ "space": {
246
251
  "none": {
247
252
  "value": "0rem",
248
253
  "type": "spacing",
@@ -300,42 +305,29 @@
300
305
  }
301
306
  },
302
307
  "borderRadius": {
303
- "0": {
308
+ "none": {
304
309
  "value": "0rem",
305
310
  "type": "borderRadius",
306
- "description": "0px"
311
+ "description": "0px, square corner"
307
312
  },
308
- "4": {
313
+ "m": {
309
314
  "value": "0.25rem",
310
315
  "type": "borderRadius",
311
316
  "description": "4px"
312
- },
313
- "pill": {
314
- "value": "999px",
315
- "type": "borderRadius",
316
- "description": "999px | 999rem"
317
- },
318
- "circle": {
319
- "value": "50%",
320
- "type": "borderRadius",
321
- "description": "50%"
322
317
  }
323
318
  },
324
319
  "opacity": {
325
- "3": {
326
- "value": "30%",
327
- "type": "opacity",
328
- "description": "30% opacity"
329
- },
330
- "5": {
331
- "value": "50%",
332
- "type": "opacity",
333
- "description": "50% opacity"
334
- },
335
- "8": {
336
- "value": "80%",
337
- "type": "opacity",
338
- "description": "80% opacity"
320
+ "background": {
321
+ "modal": {
322
+ "value": "50%",
323
+ "type": "opacity",
324
+ "description": "50% opacity for black scrim behind modal to disable the rest of the screen."
325
+ },
326
+ "loading": {
327
+ "value": "90%",
328
+ "type": "opacity",
329
+ "description": "90% opacity for white scrum behind loading indicator."
330
+ }
339
331
  }
340
332
  },
341
333
  "lineHeight": {
@@ -373,45 +365,50 @@
373
365
  "value": "3.5rem",
374
366
  "type": "lineHeights",
375
367
  "description": "56px"
368
+ },
369
+ "05": {
370
+ "value": "1.125rem",
371
+ "type": "lineHeights",
372
+ "description": "18px"
376
373
  }
377
374
  },
378
- "fontFamilies": {
379
- "default": {
380
- "value": "Acumin-pro-semi-condensed",
375
+ "fontFamily": {
376
+ "sans": {
377
+ "value": "acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif",
381
378
  "type": "fontFamilies",
382
- "description": "Deafult font family for GOA"
379
+ "description": "Deafult font family and fallback fonts when unavailable"
383
380
  },
384
- "numbers": {
385
- "value": "roboto-mono",
381
+ "number": {
382
+ "value": "roboto-mono, monospace",
386
383
  "type": "fontFamilies",
387
- "description": "monospace typeface for numbers"
384
+ "description": "monospace typeface for numbers and fallback fonts when unavailable"
388
385
  }
389
386
  },
390
387
  "typography": {
391
388
  "heading": {
392
- "xl": {
389
+ "xs": {
393
390
  "value": {
394
- "fontFamily": "{fontFamilies.default}",
391
+ "fontFamily": "{fontFamily.sans}",
395
392
  "fontWeight": "{fontWeight.bold}",
396
- "lineHeight": "{lineHeight.7}",
397
- "fontSize": "{fontSize.10}"
393
+ "lineHeight": "{lineHeight.2}",
394
+ "fontSize": "{fontSize.3}"
398
395
  },
399
396
  "type": "typography",
400
- "description": "Heading XL"
397
+ "description": "Heading XS"
401
398
  },
402
- "l": {
399
+ "s": {
403
400
  "value": {
404
- "fontFamily": "{fontFamilies.default}",
405
- "fontWeight": "{fontWeight.regular}",
406
- "lineHeight": "{lineHeight.6}",
407
- "fontSize": "{fontSize.9}"
401
+ "fontFamily": "{fontFamily.sans}",
402
+ "fontWeight": "{fontWeight.bold}",
403
+ "lineHeight": "{lineHeight.3}",
404
+ "fontSize": "{fontSize.4}"
408
405
  },
409
406
  "type": "typography",
410
- "description": "Heading L"
407
+ "description": "Heading S"
411
408
  },
412
409
  "m": {
413
410
  "value": {
414
- "fontFamily": "{fontFamilies.default}",
411
+ "fontFamily": "{fontFamily.sans}",
415
412
  "fontWeight": "{fontWeight.regular}",
416
413
  "lineHeight": "{lineHeight.4}",
417
414
  "fontSize": "{fontSize.7}"
@@ -419,77 +416,89 @@
419
416
  "type": "typography",
420
417
  "description": "Heading M"
421
418
  },
422
- "s": {
419
+ "l": {
423
420
  "value": {
424
- "fontFamily": "{fontFamilies.default}",
425
- "fontWeight": "{fontWeight.bold}",
426
- "lineHeight": "{lineHeight.3}",
427
- "fontSize": "{fontSize.4}"
421
+ "fontFamily": "{fontFamily.sans}",
422
+ "fontWeight": "{fontWeight.regular}",
423
+ "lineHeight": "{lineHeight.6}",
424
+ "fontSize": "{fontSize.9}"
428
425
  },
429
426
  "type": "typography",
430
- "description": "Heading S"
427
+ "description": "Heading L"
431
428
  },
432
- "xs": {
429
+ "xl": {
433
430
  "value": {
434
- "fontFamily": "{fontFamilies.default}",
431
+ "fontFamily": "{fontFamily.sans}",
435
432
  "fontWeight": "{fontWeight.bold}",
436
- "lineHeight": "{lineHeight.2}",
437
- "fontSize": "{fontSize.3}"
433
+ "lineHeight": "{lineHeight.7}",
434
+ "fontSize": "{fontSize.10}"
438
435
  },
439
436
  "type": "typography",
440
- "description": "Heading XS"
437
+ "description": "Heading XL"
441
438
  }
442
439
  },
443
440
  "body": {
444
- "l": {
441
+ "xs": {
445
442
  "value": {
446
- "fontFamily": "{fontFamilies.default}",
443
+ "fontFamily": "{fontFamily.sans}",
447
444
  "fontWeight": "{fontWeight.regular}",
448
- "lineHeight": "{lineHeight.4}",
449
- "fontSize": "{fontSize.7}"
445
+ "lineHeight": "{lineHeight.1}",
446
+ "fontSize": "{fontSize.2}"
450
447
  },
451
448
  "type": "typography",
452
- "description": "Large text"
449
+ "description": "Micro text"
453
450
  },
454
- "m": {
451
+ "s": {
455
452
  "value": {
456
- "fontFamily": "{fontFamilies.default}",
453
+ "fontFamily": "{fontFamily.sans}",
457
454
  "fontWeight": "{fontWeight.regular}",
458
- "lineHeight": "{lineHeight.3}",
459
- "fontSize": "{fontSize.4}"
455
+ "lineHeight": "{lineHeight.2}",
456
+ "fontSize": "{fontSize.3}"
460
457
  },
461
458
  "type": "typography",
462
- "description": "Body text"
459
+ "description": "Small text"
463
460
  },
464
- "s": {
461
+ "m": {
465
462
  "value": {
466
- "fontFamily": "{fontFamilies.default}",
463
+ "fontFamily": "{fontFamily.sans}",
467
464
  "fontWeight": "{fontWeight.regular}",
468
- "lineHeight": "{lineHeight.2}",
469
- "fontSize": "{fontSize.3}"
465
+ "lineHeight": "{lineHeight.3}",
466
+ "fontSize": "{fontSize.4}"
470
467
  },
471
468
  "type": "typography",
472
- "description": "Small text"
469
+ "description": "Body text"
473
470
  },
474
- "xs": {
471
+ "l": {
475
472
  "value": {
476
- "fontFamily": "{fontFamilies.default}",
473
+ "fontFamily": "{fontFamily.sans}",
477
474
  "fontWeight": "{fontWeight.regular}",
478
- "lineHeight": "{lineHeight.1}",
479
- "fontSize": "{fontSize.2}"
475
+ "lineHeight": "{lineHeight.4}",
476
+ "fontSize": "{fontSize.7}"
480
477
  },
481
478
  "type": "typography",
482
- "description": "Micro text"
479
+ "description": "Large text"
483
480
  }
484
481
  },
485
482
  "button": {
486
483
  "default": {
487
484
  "value": {
488
- "fontFamily": "{fontFamilies.default}",
485
+ "fontFamily": "{fontFamily.sans}",
489
486
  "fontWeight": "{fontWeight.regular}",
490
487
  "lineHeight": "{lineHeight.1}",
491
488
  "fontSize": "{fontSize.4}",
492
- "letterSpacing": "{letterSpacing.1}"
489
+ "letterSpacing": "{letterSpacing.button}"
490
+ },
491
+ "type": "typography"
492
+ }
493
+ },
494
+ "number": {
495
+ "m": {
496
+ "value": {
497
+ "fontFamily": "{fontFamily.number}",
498
+ "fontWeight": "{fontWeight.medium}",
499
+ "lineHeight": "{lineHeight.3}",
500
+ "fontSize": "{fontSize.4}",
501
+ "letterSpacing": ""
493
502
  },
494
503
  "type": "typography"
495
504
  }
@@ -513,10 +522,10 @@
513
522
  }
514
523
  },
515
524
  "letterSpacing": {
516
- "1": {
525
+ "button": {
517
526
  "value": "0.0125rem",
518
527
  "type": "letterSpacing",
519
- "description": "small letter spacing adjustment to slightly kern letters out for readability on buttons"
528
+ "description": "small letter spacing adjustment to slightly kern letters out for readability on buttons."
520
529
  }
521
530
  },
522
531
  "iconSize": {
@@ -536,7 +545,7 @@
536
545
  "description": "24px"
537
546
  }
538
547
  },
539
- "dropShadow": {
548
+ "Shadow": {
540
549
  "modal": {
541
550
  "value": {
542
551
  "x": "6",
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 06 Jan 2023 17:37:13 GMT
3
+ * Generated on Tue, 17 Jan 2023 21:33:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -8,29 +8,30 @@
8
8
  --goa-color-brand-dark: #005072;
9
9
  --goa-color-brand-light: #c8eefa;
10
10
  --goa-color-interactive-default: #0070c4;
11
- --goa-color-interactive-disabled: #80b7e1;
12
11
  --goa-color-interactive-hover: #004f84;
13
12
  --goa-color-interactive-error: #ec040b;
14
13
  --goa-color-interactive-focus: #feba35;
14
+ --goa-color-interactive-disabled: #80b7e1;
15
15
  --goa-color-text-default: #333333;
16
16
  --goa-color-text-secondary: #666666;
17
17
  --goa-color-text-light: #ffffff;
18
+ --goa-color-text-disabled: #666666;
18
19
  --goa-color-info-default: #005daa;
19
- --goa-color-info-background: #eff8ff;
20
20
  --goa-color-info-light: #b2d4ed;
21
21
  --goa-color-info-dark: #00347a;
22
- --goa-color-warning-background: #fff6e5;
22
+ --goa-color-info-background: #eff8ff;
23
23
  --goa-color-warning-default: #feba35;
24
24
  --goa-color-warning-light: #fcefd0;
25
25
  --goa-color-warning-dark: #c68a00;
26
- --goa-color-emergency-background: #fff1f2;
26
+ --goa-color-warning-background: #fff6e5;
27
27
  --goa-color-emergency-default: #ec040b;
28
28
  --goa-color-emergency-light: #ffcecf;
29
29
  --goa-color-emergency-dark: #b00000;
30
- --goa-color-success-background: #eef9f3;
30
+ --goa-color-emergency-background: #fff1f2;
31
31
  --goa-color-success-default: #00853f;
32
32
  --goa-color-success-light: #c6e0d0;
33
33
  --goa-color-success-dark: #005715;
34
+ --goa-color-success-background: #eef9f3;
34
35
  --goa-color-greyscale-100: #f1f1f1;
35
36
  --goa-color-greyscale-200: #dcdcdc;
36
37
  --goa-color-greyscale-400: #adadad;
@@ -52,24 +53,21 @@
52
53
  --goa-font-size-8: 2rem;
53
54
  --goa-font-size-9: 2.25rem;
54
55
  --goa-font-size-10: 3rem;
55
- --goa-spacing-none: 0rem;
56
- --goa-spacing-3xs: 0.125rem;
57
- --goa-spacing-2xs: 0.25rem;
58
- --goa-spacing-xs: 0.5rem;
59
- --goa-spacing-s: 0.75rem;
60
- --goa-spacing-m: 1rem;
61
- --goa-spacing-l: 1.5rem;
62
- --goa-spacing-xl: 2rem;
63
- --goa-spacing-2xl: 3rem;
64
- --goa-spacing-3xl: 4rem;
65
- --goa-spacing-4xl: 8rem;
66
- --goa-border-radius-0: 0rem;
67
- --goa-border-radius-4: 0.25rem;
68
- --goa-border-radius-pill: 999px;
69
- --goa-border-radius-circle: 50%;
70
- --goa-opacity-3: 30%;
71
- --goa-opacity-5: 50%;
72
- --goa-opacity-8: 80%;
56
+ --goa-space-none: 0rem;
57
+ --goa-space-3xs: 0.125rem;
58
+ --goa-space-2xs: 0.25rem;
59
+ --goa-space-xs: 0.5rem;
60
+ --goa-space-s: 0.75rem;
61
+ --goa-space-m: 1rem;
62
+ --goa-space-l: 1.5rem;
63
+ --goa-space-xl: 2rem;
64
+ --goa-space-2xl: 3rem;
65
+ --goa-space-3xl: 4rem;
66
+ --goa-space-4xl: 8rem;
67
+ --goa-border-radius-none: 0rem;
68
+ --goa-border-radius-m: 0.25rem;
69
+ --goa-opacity-background-modal: 50%;
70
+ --goa-opacity-background-loading: 90%;
73
71
  --goa-line-height-1: 1.25rem;
74
72
  --goa-line-height-2: 1.5rem;
75
73
  --goa-line-height-3: 1.75rem;
@@ -77,24 +75,26 @@
77
75
  --goa-line-height-5: 2.5rem;
78
76
  --goa-line-height-6: 2.75rem;
79
77
  --goa-line-height-7: 3.5rem;
80
- --goa-font-families-default: Acumin-pro-semi-condensed;
81
- --goa-font-families-numbers: roboto-mono;
82
- --goa-typography-heading-xl: 700 3rem/3.5rem Acumin-pro-semi-condensed;
83
- --goa-typography-heading-l: 400 2.25rem/2.75rem Acumin-pro-semi-condensed;
84
- --goa-typography-heading-m: 400 1.5rem/2rem Acumin-pro-semi-condensed;
85
- --goa-typography-heading-s: 700 1.125rem/1.75rem Acumin-pro-semi-condensed;
86
- --goa-typography-heading-xs: 700 1rem/1.5rem Acumin-pro-semi-condensed;
87
- --goa-typography-body-l: 400 1.5rem/2rem Acumin-pro-semi-condensed;
88
- --goa-typography-body-m: 400 1.125rem/1.75rem Acumin-pro-semi-condensed;
89
- --goa-typography-body-s: 400 1rem/1.5rem Acumin-pro-semi-condensed;
90
- --goa-typography-body-xs: 400 0.875rem/1.25rem Acumin-pro-semi-condensed;
91
- --goa-typography-button-default: 400 1.125rem/1.25rem Acumin-pro-semi-condensed;
78
+ --goa-line-height-05: 1.125rem;
79
+ --goa-font-family-sans: acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
80
+ --goa-font-family-number: roboto-mono, monospace;
81
+ --goa-typography-heading-xs: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
82
+ --goa-typography-heading-s: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
83
+ --goa-typography-heading-m: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
84
+ --goa-typography-heading-l: 400 2.25rem/2.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
85
+ --goa-typography-heading-xl: 700 3rem/3.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
86
+ --goa-typography-body-xs: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
87
+ --goa-typography-body-s: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
88
+ --goa-typography-body-m: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
89
+ --goa-typography-body-l: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
90
+ --goa-typography-button-default: 400 1.125rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
91
+ --goa-typography-number-m: 500 1.125rem/1.75rem roboto-mono, monospace;
92
92
  --goa-border-width-s: 1px;
93
93
  --goa-border-width-m: 2px;
94
94
  --goa-border-width-l: 3px;
95
- --goa-letter-spacing-1: 0.0125rem;
95
+ --goa-letter-spacing-button: 0.0125rem;
96
96
  --goa-icon-size-s: 1rem;
97
97
  --goa-icon-size-m: 1.25rem;
98
98
  --goa-icon-size-l: 1.5rem;
99
- --goa-drop-shadow-modal: 6px 6px 6px 0px rgba(0,0,0,0.16);
99
+ --goa-shadow-modal: 6px 6px 6px 0px rgba(0,0,0,0.16);
100
100
  }
package/dist/tokens.scss CHANGED
@@ -1,34 +1,35 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 06 Jan 2023 17:37:13 GMT
3
+ // Generated on Tue, 17 Jan 2023 21:33:46 GMT
4
4
 
5
5
  $goa-color-brand-default: #0081a2;
6
6
  $goa-color-brand-dark: #005072;
7
7
  $goa-color-brand-light: #c8eefa;
8
8
  $goa-color-interactive-default: #0070c4;
9
- $goa-color-interactive-disabled: #80b7e1;
10
9
  $goa-color-interactive-hover: #004f84;
11
10
  $goa-color-interactive-error: #ec040b;
12
11
  $goa-color-interactive-focus: #feba35;
12
+ $goa-color-interactive-disabled: #80b7e1;
13
13
  $goa-color-text-default: #333333;
14
14
  $goa-color-text-secondary: #666666;
15
15
  $goa-color-text-light: #ffffff;
16
+ $goa-color-text-disabled: #666666;
16
17
  $goa-color-info-default: #005daa;
17
- $goa-color-info-background: #eff8ff;
18
18
  $goa-color-info-light: #b2d4ed;
19
19
  $goa-color-info-dark: #00347a;
20
- $goa-color-warning-background: #fff6e5;
20
+ $goa-color-info-background: #eff8ff;
21
21
  $goa-color-warning-default: #feba35;
22
22
  $goa-color-warning-light: #fcefd0;
23
23
  $goa-color-warning-dark: #c68a00;
24
- $goa-color-emergency-background: #fff1f2;
24
+ $goa-color-warning-background: #fff6e5;
25
25
  $goa-color-emergency-default: #ec040b;
26
26
  $goa-color-emergency-light: #ffcecf;
27
27
  $goa-color-emergency-dark: #b00000;
28
- $goa-color-success-background: #eef9f3;
28
+ $goa-color-emergency-background: #fff1f2;
29
29
  $goa-color-success-default: #00853f;
30
30
  $goa-color-success-light: #c6e0d0;
31
31
  $goa-color-success-dark: #005715;
32
+ $goa-color-success-background: #eef9f3;
32
33
  $goa-color-greyscale-100: #f1f1f1;
33
34
  $goa-color-greyscale-200: #dcdcdc;
34
35
  $goa-color-greyscale-400: #adadad;
@@ -50,24 +51,21 @@ $goa-font-size-7: 1.5rem;
50
51
  $goa-font-size-8: 2rem;
51
52
  $goa-font-size-9: 2.25rem;
52
53
  $goa-font-size-10: 3rem;
53
- $goa-spacing-none: 0rem;
54
- $goa-spacing-3xs: 0.125rem;
55
- $goa-spacing-2xs: 0.25rem;
56
- $goa-spacing-xs: 0.5rem;
57
- $goa-spacing-s: 0.75rem;
58
- $goa-spacing-m: 1rem;
59
- $goa-spacing-l: 1.5rem;
60
- $goa-spacing-xl: 2rem;
61
- $goa-spacing-2xl: 3rem;
62
- $goa-spacing-3xl: 4rem;
63
- $goa-spacing-4xl: 8rem;
64
- $goa-border-radius-0: 0rem;
65
- $goa-border-radius-4: 0.25rem;
66
- $goa-border-radius-pill: 999px;
67
- $goa-border-radius-circle: 50%;
68
- $goa-opacity-3: 30%;
69
- $goa-opacity-5: 50%;
70
- $goa-opacity-8: 80%;
54
+ $goa-space-none: 0rem;
55
+ $goa-space-3xs: 0.125rem;
56
+ $goa-space-2xs: 0.25rem;
57
+ $goa-space-xs: 0.5rem;
58
+ $goa-space-s: 0.75rem;
59
+ $goa-space-m: 1rem;
60
+ $goa-space-l: 1.5rem;
61
+ $goa-space-xl: 2rem;
62
+ $goa-space-2xl: 3rem;
63
+ $goa-space-3xl: 4rem;
64
+ $goa-space-4xl: 8rem;
65
+ $goa-border-radius-none: 0rem;
66
+ $goa-border-radius-m: 0.25rem;
67
+ $goa-opacity-background-modal: 50%;
68
+ $goa-opacity-background-loading: 90%;
71
69
  $goa-line-height-1: 1.25rem;
72
70
  $goa-line-height-2: 1.5rem;
73
71
  $goa-line-height-3: 1.75rem;
@@ -75,23 +73,25 @@ $goa-line-height-4: 2rem;
75
73
  $goa-line-height-5: 2.5rem;
76
74
  $goa-line-height-6: 2.75rem;
77
75
  $goa-line-height-7: 3.5rem;
78
- $goa-font-families-default: Acumin-pro-semi-condensed;
79
- $goa-font-families-numbers: roboto-mono;
80
- $goa-typography-heading-xl: 700 3rem/3.5rem Acumin-pro-semi-condensed;
81
- $goa-typography-heading-l: 400 2.25rem/2.75rem Acumin-pro-semi-condensed;
82
- $goa-typography-heading-m: 400 1.5rem/2rem Acumin-pro-semi-condensed;
83
- $goa-typography-heading-s: 700 1.125rem/1.75rem Acumin-pro-semi-condensed;
84
- $goa-typography-heading-xs: 700 1rem/1.5rem Acumin-pro-semi-condensed;
85
- $goa-typography-body-l: 400 1.5rem/2rem Acumin-pro-semi-condensed;
86
- $goa-typography-body-m: 400 1.125rem/1.75rem Acumin-pro-semi-condensed;
87
- $goa-typography-body-s: 400 1rem/1.5rem Acumin-pro-semi-condensed;
88
- $goa-typography-body-xs: 400 0.875rem/1.25rem Acumin-pro-semi-condensed;
89
- $goa-typography-button-default: 400 1.125rem/1.25rem Acumin-pro-semi-condensed;
76
+ $goa-line-height-05: 1.125rem;
77
+ $goa-font-family-sans: acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
78
+ $goa-font-family-number: roboto-mono, monospace;
79
+ $goa-typography-heading-xs: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
80
+ $goa-typography-heading-s: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
81
+ $goa-typography-heading-m: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
82
+ $goa-typography-heading-l: 400 2.25rem/2.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
83
+ $goa-typography-heading-xl: 700 3rem/3.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
84
+ $goa-typography-body-xs: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
85
+ $goa-typography-body-s: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
86
+ $goa-typography-body-m: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
87
+ $goa-typography-body-l: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
88
+ $goa-typography-button-default: 400 1.125rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
89
+ $goa-typography-number-m: 500 1.125rem/1.75rem roboto-mono, monospace;
90
90
  $goa-border-width-s: 1px;
91
91
  $goa-border-width-m: 2px;
92
92
  $goa-border-width-l: 3px;
93
- $goa-letter-spacing-1: 0.0125rem;
93
+ $goa-letter-spacing-button: 0.0125rem;
94
94
  $goa-icon-size-s: 1rem;
95
95
  $goa-icon-size-m: 1.25rem;
96
96
  $goa-icon-size-l: 1.5rem;
97
- $goa-drop-shadow-modal: 6px 6px 6px 0px rgba(0,0,0,0.16);
97
+ $goa-shadow-modal: 6px 6px 6px 0px rgba(0,0,0,0.16);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.0.5-dev.7",
3
+ "version": "1.0.5-dev.8",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",