@covalent/tokens 7.1.1 → 7.2.0
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/_index.scss +29 -11
- package/index.css +19 -10
- package/index.d.ts +10 -1
- package/index.js +19 -10
- package/index.json +285 -114
- package/package.json +1 -1
package/_index.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 24 Oct 2023 16:00:13 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$light-primary: #007373 !default;
|
|
@@ -432,36 +432,45 @@ $teradata-slate-1700: #101314 !default;
|
|
|
432
432
|
$teradata-slate-1800: #0c0e0f !default;
|
|
433
433
|
$teradata-slate-1900: #060708 !default;
|
|
434
434
|
$teradata-slate-2000: #020203 !default;
|
|
435
|
+
$teradata-orange-100: #FFCFB3 !default;
|
|
436
|
+
$teradata-orange-200: #FFAF81 !default;
|
|
437
|
+
$teradata-orange-300: #FF8F4E !default;
|
|
438
|
+
$teradata-orange-400: #FF7728 !default;
|
|
439
|
+
$teradata-orange-500: #FF5F02 !default;
|
|
440
|
+
$teradata-orange-600: #F05800 !default;
|
|
441
|
+
$teradata-orange-700: #E54900 !default;
|
|
442
|
+
$teradata-orange-800: #D83B03 !default;
|
|
443
|
+
$teradata-orange-900: #C23200 !default;
|
|
435
444
|
$typography-font-family: Arial, sans-serif !default;
|
|
436
|
-
$typography-headline1-font-family: '
|
|
445
|
+
$typography-headline1-font-family: 'Inter', sans-serif !default;
|
|
437
446
|
$typography-headline1-font-size: 96px !default;
|
|
438
447
|
$typography-headline1-font-weight: 500 !default;
|
|
439
448
|
$typography-headline1-line-height: 112px !default;
|
|
440
|
-
$typography-headline2-font-family: '
|
|
449
|
+
$typography-headline2-font-family: 'Inter', sans-serif !default;
|
|
441
450
|
$typography-headline2-font-size: 60px !default;
|
|
442
451
|
$typography-headline2-font-weight: 600 !default;
|
|
443
452
|
$typography-headline2-line-height: 84px !default;
|
|
444
|
-
$typography-headline3-font-family: '
|
|
453
|
+
$typography-headline3-font-family: 'Inter', sans-serif !default;
|
|
445
454
|
$typography-headline3-font-size: 48px !default;
|
|
446
455
|
$typography-headline3-font-weight: 600 !default;
|
|
447
456
|
$typography-headline3-line-height: 64px !default;
|
|
448
|
-
$typography-headline4-font-family: '
|
|
457
|
+
$typography-headline4-font-family: 'Inter', sans-serif !default;
|
|
449
458
|
$typography-headline4-font-size: 34px !default;
|
|
450
459
|
$typography-headline4-font-weight: 700 !default;
|
|
451
460
|
$typography-headline4-line-height: 48px !default;
|
|
452
|
-
$typography-headline5-font-family: '
|
|
461
|
+
$typography-headline5-font-family: 'Inter', sans-serif !default;
|
|
453
462
|
$typography-headline5-font-size: 24px !default;
|
|
454
463
|
$typography-headline5-font-weight: 700 !default;
|
|
455
464
|
$typography-headline5-line-height: 36px !default;
|
|
456
|
-
$typography-headline6-font-family: '
|
|
465
|
+
$typography-headline6-font-family: 'Inter', sans-serif !default;
|
|
457
466
|
$typography-headline6-font-size: 20px !default;
|
|
458
467
|
$typography-headline6-font-weight: 700 !default;
|
|
459
468
|
$typography-headline6-line-height: 28px !default;
|
|
460
|
-
$typography-subtitle1-font-family: '
|
|
469
|
+
$typography-subtitle1-font-family: 'Inter', sans-serif !default;
|
|
461
470
|
$typography-subtitle1-font-size: 14px !default;
|
|
462
471
|
$typography-subtitle1-font-weight: 600 !default;
|
|
463
472
|
$typography-subtitle1-line-height: 20px !default;
|
|
464
|
-
$typography-subtitle2-font-family: '
|
|
473
|
+
$typography-subtitle2-font-family: 'Inter', sans-serif !default;
|
|
465
474
|
$typography-subtitle2-font-size: 16px !default;
|
|
466
475
|
$typography-subtitle2-font-weight: 600 !default;
|
|
467
476
|
$typography-subtitle2-line-height: 24px !default;
|
|
@@ -473,7 +482,7 @@ $typography-body2-font-family: Arial, sans-serif !default;
|
|
|
473
482
|
$typography-body2-font-size: 14px !default;
|
|
474
483
|
$typography-body2-font-weight: 400 !default;
|
|
475
484
|
$typography-body2-line-height: 20px !default;
|
|
476
|
-
$typography-button-font-family: '
|
|
485
|
+
$typography-button-font-family: 'Inter', sans-serif !default;
|
|
477
486
|
$typography-button-font-size: 14px !default;
|
|
478
487
|
$typography-button-font-weight: 600 !default;
|
|
479
488
|
$typography-button-line-height: 16px !default;
|
|
@@ -917,7 +926,16 @@ $tokens: (
|
|
|
917
926
|
'slate-1700': $teradata-slate-1700,
|
|
918
927
|
'slate-1800': $teradata-slate-1800,
|
|
919
928
|
'slate-1900': $teradata-slate-1900,
|
|
920
|
-
'slate-2000': $teradata-slate-2000
|
|
929
|
+
'slate-2000': $teradata-slate-2000,
|
|
930
|
+
'orange-100': $teradata-orange-100,
|
|
931
|
+
'orange-200': $teradata-orange-200,
|
|
932
|
+
'orange-300': $teradata-orange-300,
|
|
933
|
+
'orange-400': $teradata-orange-400,
|
|
934
|
+
'orange-500': $teradata-orange-500,
|
|
935
|
+
'orange-600': $teradata-orange-600,
|
|
936
|
+
'orange-700': $teradata-orange-700,
|
|
937
|
+
'orange-800': $teradata-orange-800,
|
|
938
|
+
'orange-900': $teradata-orange-900
|
|
921
939
|
),
|
|
922
940
|
'typography': (
|
|
923
941
|
'font-family': $typography-font-family,
|
package/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 24 Oct 2023 16:00:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -432,36 +432,45 @@
|
|
|
432
432
|
--cv-teradata-slate-1800: #0c0e0f;
|
|
433
433
|
--cv-teradata-slate-1900: #060708;
|
|
434
434
|
--cv-teradata-slate-2000: #020203;
|
|
435
|
+
--cv-teradata-orange-100: #FFCFB3;
|
|
436
|
+
--cv-teradata-orange-200: #FFAF81;
|
|
437
|
+
--cv-teradata-orange-300: #FF8F4E;
|
|
438
|
+
--cv-teradata-orange-400: #FF7728;
|
|
439
|
+
--cv-teradata-orange-500: #FF5F02;
|
|
440
|
+
--cv-teradata-orange-600: #F05800;
|
|
441
|
+
--cv-teradata-orange-700: #E54900;
|
|
442
|
+
--cv-teradata-orange-800: #D83B03;
|
|
443
|
+
--cv-teradata-orange-900: #C23200;
|
|
435
444
|
--cv-typography-font-family: Arial, sans-serif;
|
|
436
|
-
--cv-typography-headline1-font-family: '
|
|
445
|
+
--cv-typography-headline1-font-family: 'Inter', sans-serif;
|
|
437
446
|
--cv-typography-headline1-font-size: 96px;
|
|
438
447
|
--cv-typography-headline1-font-weight: 500;
|
|
439
448
|
--cv-typography-headline1-line-height: 112px;
|
|
440
|
-
--cv-typography-headline2-font-family: '
|
|
449
|
+
--cv-typography-headline2-font-family: 'Inter', sans-serif;
|
|
441
450
|
--cv-typography-headline2-font-size: 60px;
|
|
442
451
|
--cv-typography-headline2-font-weight: 600;
|
|
443
452
|
--cv-typography-headline2-line-height: 84px;
|
|
444
|
-
--cv-typography-headline3-font-family: '
|
|
453
|
+
--cv-typography-headline3-font-family: 'Inter', sans-serif;
|
|
445
454
|
--cv-typography-headline3-font-size: 48px;
|
|
446
455
|
--cv-typography-headline3-font-weight: 600;
|
|
447
456
|
--cv-typography-headline3-line-height: 64px;
|
|
448
|
-
--cv-typography-headline4-font-family: '
|
|
457
|
+
--cv-typography-headline4-font-family: 'Inter', sans-serif;
|
|
449
458
|
--cv-typography-headline4-font-size: 34px;
|
|
450
459
|
--cv-typography-headline4-font-weight: 700;
|
|
451
460
|
--cv-typography-headline4-line-height: 48px;
|
|
452
|
-
--cv-typography-headline5-font-family: '
|
|
461
|
+
--cv-typography-headline5-font-family: 'Inter', sans-serif;
|
|
453
462
|
--cv-typography-headline5-font-size: 24px;
|
|
454
463
|
--cv-typography-headline5-font-weight: 700;
|
|
455
464
|
--cv-typography-headline5-line-height: 36px;
|
|
456
|
-
--cv-typography-headline6-font-family: '
|
|
465
|
+
--cv-typography-headline6-font-family: 'Inter', sans-serif;
|
|
457
466
|
--cv-typography-headline6-font-size: 20px;
|
|
458
467
|
--cv-typography-headline6-font-weight: 700;
|
|
459
468
|
--cv-typography-headline6-line-height: 28px;
|
|
460
|
-
--cv-typography-subtitle1-font-family: '
|
|
469
|
+
--cv-typography-subtitle1-font-family: 'Inter', sans-serif;
|
|
461
470
|
--cv-typography-subtitle1-font-size: 14px;
|
|
462
471
|
--cv-typography-subtitle1-font-weight: 600;
|
|
463
472
|
--cv-typography-subtitle1-line-height: 20px;
|
|
464
|
-
--cv-typography-subtitle2-font-family: '
|
|
473
|
+
--cv-typography-subtitle2-font-family: 'Inter', sans-serif;
|
|
465
474
|
--cv-typography-subtitle2-font-size: 16px;
|
|
466
475
|
--cv-typography-subtitle2-font-weight: 600;
|
|
467
476
|
--cv-typography-subtitle2-line-height: 24px;
|
|
@@ -473,7 +482,7 @@
|
|
|
473
482
|
--cv-typography-body2-font-size: 14px;
|
|
474
483
|
--cv-typography-body2-font-weight: 400;
|
|
475
484
|
--cv-typography-body2-line-height: 20px;
|
|
476
|
-
--cv-typography-button-font-family: '
|
|
485
|
+
--cv-typography-button-font-family: 'Inter', sans-serif;
|
|
477
486
|
--cv-typography-button-font-size: 14px;
|
|
478
487
|
--cv-typography-button-font-weight: 600;
|
|
479
488
|
--cv-typography-button-line-height: 16px;
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 24 Oct 2023 16:00:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const CvLightPrimary : string;
|
|
@@ -431,6 +431,15 @@ export const CvTeradataSlate1700 : string;
|
|
|
431
431
|
export const CvTeradataSlate1800 : string;
|
|
432
432
|
export const CvTeradataSlate1900 : string;
|
|
433
433
|
export const CvTeradataSlate2000 : string;
|
|
434
|
+
export const CvTeradataOrange100 : string;
|
|
435
|
+
export const CvTeradataOrange200 : string;
|
|
436
|
+
export const CvTeradataOrange300 : string;
|
|
437
|
+
export const CvTeradataOrange400 : string;
|
|
438
|
+
export const CvTeradataOrange500 : string;
|
|
439
|
+
export const CvTeradataOrange600 : string;
|
|
440
|
+
export const CvTeradataOrange700 : string;
|
|
441
|
+
export const CvTeradataOrange800 : string;
|
|
442
|
+
export const CvTeradataOrange900 : string;
|
|
434
443
|
export const CvTypographyFontFamily : string;
|
|
435
444
|
export const CvTypographyHeadline1FontFamily : string;
|
|
436
445
|
export const CvTypographyHeadline1FontSize : string;
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 24 Oct 2023 16:00:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const CvLightPrimary = "#007373";
|
|
@@ -431,36 +431,45 @@ export const CvTeradataSlate1700 = "#101314";
|
|
|
431
431
|
export const CvTeradataSlate1800 = "#0c0e0f";
|
|
432
432
|
export const CvTeradataSlate1900 = "#060708";
|
|
433
433
|
export const CvTeradataSlate2000 = "#020203";
|
|
434
|
+
export const CvTeradataOrange100 = "#FFCFB3";
|
|
435
|
+
export const CvTeradataOrange200 = "#FFAF81";
|
|
436
|
+
export const CvTeradataOrange300 = "#FF8F4E";
|
|
437
|
+
export const CvTeradataOrange400 = "#FF7728";
|
|
438
|
+
export const CvTeradataOrange500 = "#FF5F02";
|
|
439
|
+
export const CvTeradataOrange600 = "#F05800";
|
|
440
|
+
export const CvTeradataOrange700 = "#E54900";
|
|
441
|
+
export const CvTeradataOrange800 = "#D83B03";
|
|
442
|
+
export const CvTeradataOrange900 = "#C23200";
|
|
434
443
|
export const CvTypographyFontFamily = "Arial, sans-serif";
|
|
435
|
-
export const CvTypographyHeadline1FontFamily = "'
|
|
444
|
+
export const CvTypographyHeadline1FontFamily = "'Inter', sans-serif";
|
|
436
445
|
export const CvTypographyHeadline1FontSize = "96px";
|
|
437
446
|
export const CvTypographyHeadline1FontWeight = "500";
|
|
438
447
|
export const CvTypographyHeadline1LineHeight = "112px";
|
|
439
|
-
export const CvTypographyHeadline2FontFamily = "'
|
|
448
|
+
export const CvTypographyHeadline2FontFamily = "'Inter', sans-serif";
|
|
440
449
|
export const CvTypographyHeadline2FontSize = "60px";
|
|
441
450
|
export const CvTypographyHeadline2FontWeight = "600";
|
|
442
451
|
export const CvTypographyHeadline2LineHeight = "84px";
|
|
443
|
-
export const CvTypographyHeadline3FontFamily = "'
|
|
452
|
+
export const CvTypographyHeadline3FontFamily = "'Inter', sans-serif";
|
|
444
453
|
export const CvTypographyHeadline3FontSize = "48px";
|
|
445
454
|
export const CvTypographyHeadline3FontWeight = "600";
|
|
446
455
|
export const CvTypographyHeadline3LineHeight = "64px";
|
|
447
|
-
export const CvTypographyHeadline4FontFamily = "'
|
|
456
|
+
export const CvTypographyHeadline4FontFamily = "'Inter', sans-serif";
|
|
448
457
|
export const CvTypographyHeadline4FontSize = "34px";
|
|
449
458
|
export const CvTypographyHeadline4FontWeight = "700";
|
|
450
459
|
export const CvTypographyHeadline4LineHeight = "48px";
|
|
451
|
-
export const CvTypographyHeadline5FontFamily = "'
|
|
460
|
+
export const CvTypographyHeadline5FontFamily = "'Inter', sans-serif";
|
|
452
461
|
export const CvTypographyHeadline5FontSize = "24px";
|
|
453
462
|
export const CvTypographyHeadline5FontWeight = "700";
|
|
454
463
|
export const CvTypographyHeadline5LineHeight = "36px";
|
|
455
|
-
export const CvTypographyHeadline6FontFamily = "'
|
|
464
|
+
export const CvTypographyHeadline6FontFamily = "'Inter', sans-serif";
|
|
456
465
|
export const CvTypographyHeadline6FontSize = "20px";
|
|
457
466
|
export const CvTypographyHeadline6FontWeight = "700";
|
|
458
467
|
export const CvTypographyHeadline6LineHeight = "28px";
|
|
459
|
-
export const CvTypographySubtitle1FontFamily = "'
|
|
468
|
+
export const CvTypographySubtitle1FontFamily = "'Inter', sans-serif";
|
|
460
469
|
export const CvTypographySubtitle1FontSize = "14px";
|
|
461
470
|
export const CvTypographySubtitle1FontWeight = "600";
|
|
462
471
|
export const CvTypographySubtitle1LineHeight = "20px";
|
|
463
|
-
export const CvTypographySubtitle2FontFamily = "'
|
|
472
|
+
export const CvTypographySubtitle2FontFamily = "'Inter', sans-serif";
|
|
464
473
|
export const CvTypographySubtitle2FontSize = "16px";
|
|
465
474
|
export const CvTypographySubtitle2FontWeight = "600";
|
|
466
475
|
export const CvTypographySubtitle2LineHeight = "24px";
|
|
@@ -472,7 +481,7 @@ export const CvTypographyBody2FontFamily = "Arial, sans-serif";
|
|
|
472
481
|
export const CvTypographyBody2FontSize = "14px";
|
|
473
482
|
export const CvTypographyBody2FontWeight = "400";
|
|
474
483
|
export const CvTypographyBody2LineHeight = "20px";
|
|
475
|
-
export const CvTypographyButtonFontFamily = "'
|
|
484
|
+
export const CvTypographyButtonFontFamily = "'Inter', sans-serif";
|
|
476
485
|
export const CvTypographyButtonFontSize = "14px";
|
|
477
486
|
export const CvTypographyButtonFontWeight = "600";
|
|
478
487
|
export const CvTypographyButtonLineHeight = "16px";
|