@sage/design-tokens 18.9.1 → 18.11.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/css/global.css +84 -76
- package/css/light-all.css +84 -76
- package/js/common/global.d.ts +10 -0
- package/js/common/global.js +84 -76
- package/js/es6/global.d.ts +20 -2
- package/js/es6/global.js +84 -76
- package/json/global.json +526 -76
- package/package.json +1 -1
- package/scss/global.scss +84 -76
package/js/common/global.js
CHANGED
|
@@ -15,80 +15,86 @@ module.exports.globalBreakpointM = "960px";
|
|
|
15
15
|
module.exports.globalBreakpointL = "1260px";
|
|
16
16
|
module.exports.globalBreakpointXl = "1600px";
|
|
17
17
|
module.exports.globalBreakpointXxl = "1920px";
|
|
18
|
-
module.exports.globalFontFluidHeadingS = {"fontFamily":"
|
|
19
|
-
module.exports.globalFontFluidHeadingM = {"fontFamily":"
|
|
20
|
-
module.exports.globalFontFluidHeadingL = {"fontFamily":"
|
|
21
|
-
module.exports.globalFontFluidSubheadingM = {"fontFamily":"
|
|
22
|
-
module.exports.globalFontFluidSubheadingL = {"fontFamily":"
|
|
23
|
-
module.exports.globalFontFluidSectionHeadingS = {"fontFamily":"
|
|
24
|
-
module.exports.globalFontFluidSectionHeadingM = {"fontFamily":"
|
|
25
|
-
module.exports.globalFontFluidBodyRegularS = {"fontFamily":"
|
|
26
|
-
module.exports.globalFontFluidBodyRegularM = {"fontFamily":"
|
|
27
|
-
module.exports.globalFontFluidBodyRegularL = {"fontFamily":"
|
|
28
|
-
module.exports.globalFontFluidBodyMediumS = {"fontFamily":"
|
|
29
|
-
module.exports.globalFontFluidBodyMediumM = {"fontFamily":"
|
|
30
|
-
module.exports.globalFontFluidBodyMediumL = {"fontFamily":"
|
|
31
|
-
module.exports.globalFontFluidCompMediumXs = {"fontFamily":"
|
|
32
|
-
module.exports.globalFontFluidCompMediumS = {"fontFamily":"
|
|
33
|
-
module.exports.globalFontFluidCompMediumM = {"fontFamily":"
|
|
34
|
-
module.exports.globalFontFluidCompMediumL = {"fontFamily":"
|
|
35
|
-
module.exports.globalFontFluidCompRegularXs = {"fontFamily":"
|
|
36
|
-
module.exports.globalFontFluidCompRegularS = {"fontFamily":"
|
|
37
|
-
module.exports.globalFontFluidCompRegularM = {"fontFamily":"
|
|
38
|
-
module.exports.globalFontFluidCompRegularL = {"fontFamily":"
|
|
39
|
-
module.exports.globalFontFluidCompIconS = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
40
|
-
module.exports.globalFontFluidCompIconM = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
41
|
-
module.exports.globalFontFluidCompIconL = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
42
|
-
module.exports.globalFontFluidCompLinedRegularS = {"fontFamily":"
|
|
43
|
-
module.exports.globalFontFluidCompLinedRegularM = {"fontFamily":"
|
|
44
|
-
module.exports.globalFontFluidCompLinedRegularL = {"fontFamily":"
|
|
45
|
-
module.exports.globalFontFluidCompLinedMediumS = {"fontFamily":"
|
|
46
|
-
module.exports.globalFontFluidCompLinedMediumM = {"fontFamily":"
|
|
47
|
-
module.exports.globalFontFluidCompLinedMediumL = {"fontFamily":"
|
|
48
|
-
module.exports.globalFontFluidCompPlaceholderXs = {"fontFamily":"
|
|
49
|
-
module.exports.globalFontFluidCompPlaceholderS = {"fontFamily":"
|
|
50
|
-
module.exports.globalFontFluidCompPlaceholderM = {"fontFamily":"
|
|
51
|
-
module.exports.globalFontFluidCompPlaceholderMl = {"fontFamily":"
|
|
52
|
-
module.exports.globalFontFluidCompPlaceholderL = {"fontFamily":"
|
|
53
|
-
module.exports.globalFontFluidCompPlaceholderXl = {"fontFamily":"
|
|
54
|
-
module.exports.globalFontFluidCompPlaceholderXxl = {"fontFamily":"
|
|
55
|
-
module.exports.globalFontStaticHeadingS = {"fontFamily":"
|
|
56
|
-
module.exports.globalFontStaticHeadingM = {"fontFamily":"
|
|
57
|
-
module.exports.globalFontStaticHeadingL = {"fontFamily":"
|
|
58
|
-
module.exports.globalFontStaticSubheadingM = {"fontFamily":"
|
|
59
|
-
module.exports.globalFontStaticSubheadingL = {"fontFamily":"
|
|
60
|
-
module.exports.globalFontStaticSectionHeadingS = {"fontFamily":"
|
|
61
|
-
module.exports.globalFontStaticSectionHeadingM = {"fontFamily":"
|
|
62
|
-
module.exports.globalFontStaticBodyRegularS = {"fontFamily":"
|
|
63
|
-
module.exports.globalFontStaticBodyRegularM = {"fontFamily":"
|
|
64
|
-
module.exports.globalFontStaticBodyRegularL = {"fontFamily":"
|
|
65
|
-
module.exports.globalFontStaticBodyMediumS = {"fontFamily":"
|
|
66
|
-
module.exports.globalFontStaticBodyMediumM = {"fontFamily":"
|
|
67
|
-
module.exports.globalFontStaticBodyMediumL = {"fontFamily":"
|
|
68
|
-
module.exports.globalFontStaticCompMediumXs = {"fontFamily":"
|
|
69
|
-
module.exports.globalFontStaticCompMediumS = {"fontFamily":"
|
|
70
|
-
module.exports.globalFontStaticCompMediumM = {"fontFamily":"
|
|
71
|
-
module.exports.globalFontStaticCompMediumL = {"fontFamily":"
|
|
72
|
-
module.exports.globalFontStaticCompRegularXs = {"fontFamily":"
|
|
73
|
-
module.exports.globalFontStaticCompRegularS = {"fontFamily":"
|
|
74
|
-
module.exports.globalFontStaticCompRegularM = {"fontFamily":"
|
|
75
|
-
module.exports.globalFontStaticCompRegularL = {"fontFamily":"
|
|
76
|
-
module.exports.globalFontStaticCompIconS = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
77
|
-
module.exports.globalFontStaticCompIconM = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
78
|
-
module.exports.globalFontStaticCompIconL = {"fontSize":"20px","fontFamily":"sage-icons","paragraphSpacing":"0"};
|
|
79
|
-
module.exports.globalFontStaticCompLinedRegularS = {"fontFamily":"
|
|
80
|
-
module.exports.globalFontStaticCompLinedRegularM = {"fontFamily":"
|
|
81
|
-
module.exports.globalFontStaticCompLinedRegularL = {"fontFamily":"
|
|
82
|
-
module.exports.globalFontStaticCompLinedMediumS = {"fontFamily":"
|
|
83
|
-
module.exports.globalFontStaticCompLinedMediumM = {"fontFamily":"
|
|
84
|
-
module.exports.globalFontStaticCompLinedMediumL = {"fontFamily":"
|
|
85
|
-
module.exports.globalFontStaticCompPlaceholderXs = {"fontFamily":"
|
|
86
|
-
module.exports.globalFontStaticCompPlaceholderS = {"fontFamily":"
|
|
87
|
-
module.exports.globalFontStaticCompPlaceholderM = {"fontFamily":"
|
|
88
|
-
module.exports.globalFontStaticCompPlaceholderMl = {"fontFamily":"
|
|
89
|
-
module.exports.globalFontStaticCompPlaceholderL = {"fontFamily":"
|
|
90
|
-
module.exports.globalFontStaticCompPlaceholderXl = {"fontFamily":"
|
|
91
|
-
module.exports.globalFontStaticCompPlaceholderXxl = {"fontFamily":"
|
|
18
|
+
module.exports.globalFontFluidHeadingS = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
19
|
+
module.exports.globalFontFluidHeadingM = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)"};
|
|
20
|
+
module.exports.globalFontFluidHeadingL = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)"};
|
|
21
|
+
module.exports.globalFontFluidSubheadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
22
|
+
module.exports.globalFontFluidSubheadingL = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)"};
|
|
23
|
+
module.exports.globalFontFluidSectionHeadingS = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
24
|
+
module.exports.globalFontFluidSectionHeadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
25
|
+
module.exports.globalFontFluidBodyRegularS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
26
|
+
module.exports.globalFontFluidBodyRegularM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
27
|
+
module.exports.globalFontFluidBodyRegularL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
28
|
+
module.exports.globalFontFluidBodyMediumS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
29
|
+
module.exports.globalFontFluidBodyMediumM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
30
|
+
module.exports.globalFontFluidBodyMediumL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
31
|
+
module.exports.globalFontFluidCompMediumXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
32
|
+
module.exports.globalFontFluidCompMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
33
|
+
module.exports.globalFontFluidCompMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
34
|
+
module.exports.globalFontFluidCompMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
35
|
+
module.exports.globalFontFluidCompRegularXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
36
|
+
module.exports.globalFontFluidCompRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
37
|
+
module.exports.globalFontFluidCompRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
38
|
+
module.exports.globalFontFluidCompRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
39
|
+
module.exports.globalFontFluidCompIconS = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
40
|
+
module.exports.globalFontFluidCompIconM = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
41
|
+
module.exports.globalFontFluidCompIconL = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
42
|
+
module.exports.globalFontFluidCompLinedRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
43
|
+
module.exports.globalFontFluidCompLinedRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
44
|
+
module.exports.globalFontFluidCompLinedRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
45
|
+
module.exports.globalFontFluidCompLinedMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
46
|
+
module.exports.globalFontFluidCompLinedMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
47
|
+
module.exports.globalFontFluidCompLinedMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
48
|
+
module.exports.globalFontFluidCompPlaceholderXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.6733rem, 0.7398rem + -0.0831vw, 0.7231rem)","paragraphSpacing":"0"};
|
|
49
|
+
module.exports.globalFontFluidCompPlaceholderS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
50
|
+
module.exports.globalFontFluidCompPlaceholderM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"0"};
|
|
51
|
+
module.exports.globalFontFluidCompPlaceholderMl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)","paragraphSpacing":"0"};
|
|
52
|
+
module.exports.globalFontFluidCompPlaceholderL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)","paragraphSpacing":"0"};
|
|
53
|
+
module.exports.globalFontFluidCompPlaceholderXl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.8756rem, 1.6688rem + 1.034vw, 2.496rem)","paragraphSpacing":"0"};
|
|
54
|
+
module.exports.globalFontFluidCompPlaceholderXxl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(2.2695rem, 1.9448rem + 1.6238vw, 3.2438rem)","paragraphSpacing":"0"};
|
|
55
|
+
module.exports.globalFontStaticHeadingS = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"500","lineHeight":1.25,"fontSize":"21px"};
|
|
56
|
+
module.exports.globalFontStaticHeadingM = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"24px"};
|
|
57
|
+
module.exports.globalFontStaticHeadingL = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"30px"};
|
|
58
|
+
module.exports.globalFontStaticSubheadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"16px"};
|
|
59
|
+
module.exports.globalFontStaticSubheadingL = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"18px"};
|
|
60
|
+
module.exports.globalFontStaticSectionHeadingS = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"16px"};
|
|
61
|
+
module.exports.globalFontStaticSectionHeadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"21px"};
|
|
62
|
+
module.exports.globalFontStaticBodyRegularS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
63
|
+
module.exports.globalFontStaticBodyRegularM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
64
|
+
module.exports.globalFontStaticBodyRegularL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
65
|
+
module.exports.globalFontStaticBodyMediumS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
66
|
+
module.exports.globalFontStaticBodyMediumM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
67
|
+
module.exports.globalFontStaticBodyMediumL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
68
|
+
module.exports.globalFontStaticCompMediumXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
69
|
+
module.exports.globalFontStaticCompMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
70
|
+
module.exports.globalFontStaticCompMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
71
|
+
module.exports.globalFontStaticCompMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
72
|
+
module.exports.globalFontStaticCompRegularXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
73
|
+
module.exports.globalFontStaticCompRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
74
|
+
module.exports.globalFontStaticCompRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
75
|
+
module.exports.globalFontStaticCompRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
76
|
+
module.exports.globalFontStaticCompIconS = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
77
|
+
module.exports.globalFontStaticCompIconM = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
78
|
+
module.exports.globalFontStaticCompIconL = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
79
|
+
module.exports.globalFontStaticCompLinedRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
80
|
+
module.exports.globalFontStaticCompLinedRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
81
|
+
module.exports.globalFontStaticCompLinedRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
82
|
+
module.exports.globalFontStaticCompLinedMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
83
|
+
module.exports.globalFontStaticCompLinedMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
84
|
+
module.exports.globalFontStaticCompLinedMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
85
|
+
module.exports.globalFontStaticCompPlaceholderXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"12px","paragraphSpacing":"0"};
|
|
86
|
+
module.exports.globalFontStaticCompPlaceholderS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
87
|
+
module.exports.globalFontStaticCompPlaceholderM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"18px","paragraphSpacing":"0"};
|
|
88
|
+
module.exports.globalFontStaticCompPlaceholderMl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"24px","paragraphSpacing":"0"};
|
|
89
|
+
module.exports.globalFontStaticCompPlaceholderL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"30px","paragraphSpacing":"0"};
|
|
90
|
+
module.exports.globalFontStaticCompPlaceholderXl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"40px","paragraphSpacing":"0"};
|
|
91
|
+
module.exports.globalFontStaticCompPlaceholderXxl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"52px","paragraphSpacing":"0"};
|
|
92
|
+
module.exports.globalFontFamiliesHeading = "Sage UI";
|
|
93
|
+
module.exports.globalFontFamiliesSubheading = "Sage UI";
|
|
94
|
+
module.exports.globalFontFamiliesBody = "Sage UI";
|
|
95
|
+
module.exports.globalFontFamiliesComponent = "Sage UI";
|
|
96
|
+
module.exports.globalFontFamiliesSageIcons = "sage-icons";
|
|
97
|
+
module.exports.globalFontFamiliesOther = "Open Sans";
|
|
92
98
|
module.exports.globalModifierButtonActive = "0.30";
|
|
93
99
|
module.exports.globalModifierButtonActiveAlt = "0.15";
|
|
94
100
|
module.exports.globalModifierButtonHover = "0.15";
|
|
@@ -96,6 +102,7 @@ module.exports.globalModifierButtonHoverAlt = "0.10";
|
|
|
96
102
|
module.exports.globalModifierInputDisabledFg = "0.3";
|
|
97
103
|
module.exports.globalModifierInputDisabledBg = "0.05";
|
|
98
104
|
module.exports.globalRadiusNone = "0";
|
|
105
|
+
module.exports.globalRadiusScale = "1px";
|
|
99
106
|
module.exports.globalRadiusContainer3Xs = "1px";
|
|
100
107
|
module.exports.globalRadiusContainer2Xs = "2px";
|
|
101
108
|
module.exports.globalRadiusContainerXs = "4px";
|
|
@@ -121,8 +128,9 @@ module.exports.globalDepthLvl1 = "0 1px 2px 0 var(--mode-color-generic-depth-fai
|
|
|
121
128
|
module.exports.globalDepthLvl2 = "0 2px 3px 0 var(--mode-color-generic-depth-faint), 6px 6px 30px 0 var(--mode-color-generic-depth-delicate)";
|
|
122
129
|
module.exports.globalDepthLvl3 = "0 3px 4px 0 var(--mode-color-generic-depth-faint), 10px 10px 60px 0 var(--mode-color-generic-depth-faint)";
|
|
123
130
|
module.exports.globalDepthStickyB = "0 -1px 2px 0 var(--mode-color-generic-depth-faint), 2px -2px 10px 0 var(--mode-color-generic-depth-soft)";
|
|
124
|
-
module.exports.globalDepthStickyL = "
|
|
125
|
-
module.exports.globalDepthStickyR = "2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
131
|
+
module.exports.globalDepthStickyL = "2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
132
|
+
module.exports.globalDepthStickyR = "-2px 0 2px 0 var(--mode-color-generic-depth-faint), -5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
133
|
+
module.exports.globalDepthStickyT = "inset 0 8px 4px -4px var(--mode-color-generic-depth-faint)";
|
|
126
134
|
module.exports.globalSizeNone = "0px";
|
|
127
135
|
module.exports.globalSize6Xs = "2px";
|
|
128
136
|
module.exports.globalSize5Xs = "4px";
|
package/js/es6/global.d.ts
CHANGED
|
@@ -551,6 +551,14 @@ export const globalFontStaticCompPlaceholderXxl: {
|
|
|
551
551
|
fontSize: string;
|
|
552
552
|
paragraphSpacing: string;
|
|
553
553
|
};
|
|
554
|
+
export const globalFontFamiliesHeading: string;
|
|
555
|
+
export const globalFontFamiliesSubheading: string;
|
|
556
|
+
export const globalFontFamiliesBody: string;
|
|
557
|
+
/** Used in componentry such as tables, buttons, inputs etc. */
|
|
558
|
+
export const globalFontFamiliesComponent: string;
|
|
559
|
+
export const globalFontFamiliesSageIcons: string;
|
|
560
|
+
/** Fallback for when Sage fonts cannot load. */
|
|
561
|
+
export const globalFontFamiliesOther: string;
|
|
554
562
|
/** Actve modifier used when 15% hover is used */
|
|
555
563
|
export const globalModifierButtonActive: string;
|
|
556
564
|
/** Actve modifier used when 15% hover is used */
|
|
@@ -565,6 +573,7 @@ export const globalModifierInputDisabledFg: string;
|
|
|
565
573
|
export const globalModifierInputDisabledBg: string;
|
|
566
574
|
/** Button groups (internal/adjacent corners), Card select group (internal/adjacent corners), File input (integrated base bar top corners). */
|
|
567
575
|
export const globalRadiusNone: string;
|
|
576
|
+
export const globalRadiusScale: string;
|
|
568
577
|
/** Validation bar on input components */
|
|
569
578
|
export const globalRadiusContainer3Xs: string;
|
|
570
579
|
/** Pill */
|
|
@@ -654,7 +663,7 @@ export const globalDepthStickyB: {
|
|
|
654
663
|
offsetX: string;
|
|
655
664
|
offsetY: string;
|
|
656
665
|
}[];
|
|
657
|
-
/**
|
|
666
|
+
/** Left sticky column in Table. */
|
|
658
667
|
export const globalDepthStickyL: {
|
|
659
668
|
blur: string;
|
|
660
669
|
spread: string;
|
|
@@ -663,7 +672,7 @@ export const globalDepthStickyL: {
|
|
|
663
672
|
offsetX: string;
|
|
664
673
|
offsetY: string;
|
|
665
674
|
}[];
|
|
666
|
-
/**
|
|
675
|
+
/** Right sticky column in Table. */
|
|
667
676
|
export const globalDepthStickyR: {
|
|
668
677
|
blur: string;
|
|
669
678
|
spread: string;
|
|
@@ -672,6 +681,15 @@ export const globalDepthStickyR: {
|
|
|
672
681
|
offsetX: string;
|
|
673
682
|
offsetY: string;
|
|
674
683
|
}[];
|
|
684
|
+
/** Sticky inset shadow applied to first child cells on expandable table */
|
|
685
|
+
export const globalDepthStickyT: {
|
|
686
|
+
blur: string;
|
|
687
|
+
spread: string;
|
|
688
|
+
color: string;
|
|
689
|
+
type: string;
|
|
690
|
+
offsetX: string;
|
|
691
|
+
offsetY: string;
|
|
692
|
+
}[];
|
|
675
693
|
export const globalSizeNone: string;
|
|
676
694
|
export const globalSize6Xs: string;
|
|
677
695
|
export const globalSize5Xs: string;
|
package/js/es6/global.js
CHANGED
|
@@ -15,80 +15,86 @@ export const globalBreakpointM = "960px";
|
|
|
15
15
|
export const globalBreakpointL = "1260px";
|
|
16
16
|
export const globalBreakpointXl = "1600px";
|
|
17
17
|
export const globalBreakpointXxl = "1920px";
|
|
18
|
-
export const globalFontFluidHeadingS = "500
|
|
19
|
-
export const globalFontFluidHeadingM = "700
|
|
20
|
-
export const globalFontFluidHeadingL = "700
|
|
21
|
-
export const globalFontFluidSubheadingM = "500
|
|
22
|
-
export const globalFontFluidSubheadingL = "500
|
|
23
|
-
export const globalFontFluidSectionHeadingS = "700
|
|
24
|
-
export const globalFontFluidSectionHeadingM = "700
|
|
25
|
-
export const globalFontFluidBodyRegularS = "400
|
|
26
|
-
export const globalFontFluidBodyRegularM = "400
|
|
27
|
-
export const globalFontFluidBodyRegularL = "400
|
|
28
|
-
export const globalFontFluidBodyMediumS = "500
|
|
29
|
-
export const globalFontFluidBodyMediumM = "500
|
|
30
|
-
export const globalFontFluidBodyMediumL = "500
|
|
31
|
-
export const globalFontFluidCompMediumXs = "500
|
|
32
|
-
export const globalFontFluidCompMediumS = "500
|
|
33
|
-
export const globalFontFluidCompMediumM = "500
|
|
34
|
-
export const globalFontFluidCompMediumL = "500
|
|
35
|
-
export const globalFontFluidCompRegularXs = "400
|
|
36
|
-
export const globalFontFluidCompRegularS = "400
|
|
37
|
-
export const globalFontFluidCompRegularM = "400
|
|
38
|
-
export const globalFontFluidCompRegularL = "400
|
|
39
|
-
export const globalFontFluidCompIconS = "20px
|
|
40
|
-
export const globalFontFluidCompIconM = "20px
|
|
41
|
-
export const globalFontFluidCompIconL = "20px
|
|
42
|
-
export const globalFontFluidCompLinedRegularS = "400
|
|
43
|
-
export const globalFontFluidCompLinedRegularM = "400
|
|
44
|
-
export const globalFontFluidCompLinedRegularL = "400
|
|
45
|
-
export const globalFontFluidCompLinedMediumS = "500
|
|
46
|
-
export const globalFontFluidCompLinedMediumM = "500
|
|
47
|
-
export const globalFontFluidCompLinedMediumL = "500
|
|
48
|
-
export const globalFontFluidCompPlaceholderXs = "500
|
|
49
|
-
export const globalFontFluidCompPlaceholderS = "500
|
|
50
|
-
export const globalFontFluidCompPlaceholderM = "500
|
|
51
|
-
export const globalFontFluidCompPlaceholderMl = "500
|
|
52
|
-
export const globalFontFluidCompPlaceholderL = "500
|
|
53
|
-
export const globalFontFluidCompPlaceholderXl = "500
|
|
54
|
-
export const globalFontFluidCompPlaceholderXxl = "500
|
|
55
|
-
export const globalFontStaticHeadingS = "500
|
|
56
|
-
export const globalFontStaticHeadingM = "700
|
|
57
|
-
export const globalFontStaticHeadingL = "700
|
|
58
|
-
export const globalFontStaticSubheadingM = "500
|
|
59
|
-
export const globalFontStaticSubheadingL = "500
|
|
60
|
-
export const globalFontStaticSectionHeadingS = "700
|
|
61
|
-
export const globalFontStaticSectionHeadingM = "700
|
|
62
|
-
export const globalFontStaticBodyRegularS = "400
|
|
63
|
-
export const globalFontStaticBodyRegularM = "400
|
|
64
|
-
export const globalFontStaticBodyRegularL = "400
|
|
65
|
-
export const globalFontStaticBodyMediumS = "500
|
|
66
|
-
export const globalFontStaticBodyMediumM = "500
|
|
67
|
-
export const globalFontStaticBodyMediumL = "500
|
|
68
|
-
export const globalFontStaticCompMediumXs = "500
|
|
69
|
-
export const globalFontStaticCompMediumS = "500
|
|
70
|
-
export const globalFontStaticCompMediumM = "500
|
|
71
|
-
export const globalFontStaticCompMediumL = "500
|
|
72
|
-
export const globalFontStaticCompRegularXs = "400
|
|
73
|
-
export const globalFontStaticCompRegularS = "400
|
|
74
|
-
export const globalFontStaticCompRegularM = "400
|
|
75
|
-
export const globalFontStaticCompRegularL = "400
|
|
76
|
-
export const globalFontStaticCompIconS = "20px
|
|
77
|
-
export const globalFontStaticCompIconM = "20px
|
|
78
|
-
export const globalFontStaticCompIconL = "20px
|
|
79
|
-
export const globalFontStaticCompLinedRegularS = "400
|
|
80
|
-
export const globalFontStaticCompLinedRegularM = "400
|
|
81
|
-
export const globalFontStaticCompLinedRegularL = "400
|
|
82
|
-
export const globalFontStaticCompLinedMediumS = "500
|
|
83
|
-
export const globalFontStaticCompLinedMediumM = "500
|
|
84
|
-
export const globalFontStaticCompLinedMediumL = "500
|
|
85
|
-
export const globalFontStaticCompPlaceholderXs = "500
|
|
86
|
-
export const globalFontStaticCompPlaceholderS = "500
|
|
87
|
-
export const globalFontStaticCompPlaceholderM = "500
|
|
88
|
-
export const globalFontStaticCompPlaceholderMl = "500
|
|
89
|
-
export const globalFontStaticCompPlaceholderL = "500
|
|
90
|
-
export const globalFontStaticCompPlaceholderXl = "500
|
|
91
|
-
export const globalFontStaticCompPlaceholderXxl = "500
|
|
18
|
+
export const globalFontFluidHeadingS = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
19
|
+
export const globalFontFluidHeadingM = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)"};
|
|
20
|
+
export const globalFontFluidHeadingL = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)"};
|
|
21
|
+
export const globalFontFluidSubheadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
22
|
+
export const globalFontFluidSubheadingL = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)"};
|
|
23
|
+
export const globalFontFluidSectionHeadingS = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
24
|
+
export const globalFontFluidSectionHeadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
25
|
+
export const globalFontFluidBodyRegularS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
26
|
+
export const globalFontFluidBodyRegularM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
27
|
+
export const globalFontFluidBodyRegularL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
28
|
+
export const globalFontFluidBodyMediumS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
29
|
+
export const globalFontFluidBodyMediumM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
30
|
+
export const globalFontFluidBodyMediumL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
31
|
+
export const globalFontFluidCompMediumXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
32
|
+
export const globalFontFluidCompMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
33
|
+
export const globalFontFluidCompMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
34
|
+
export const globalFontFluidCompMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
35
|
+
export const globalFontFluidCompRegularXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
36
|
+
export const globalFontFluidCompRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
37
|
+
export const globalFontFluidCompRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
38
|
+
export const globalFontFluidCompRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
39
|
+
export const globalFontFluidCompIconS = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
40
|
+
export const globalFontFluidCompIconM = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
41
|
+
export const globalFontFluidCompIconL = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
42
|
+
export const globalFontFluidCompLinedRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
43
|
+
export const globalFontFluidCompLinedRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
44
|
+
export const globalFontFluidCompLinedRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
45
|
+
export const globalFontFluidCompLinedMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
46
|
+
export const globalFontFluidCompLinedMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
47
|
+
export const globalFontFluidCompLinedMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
48
|
+
export const globalFontFluidCompPlaceholderXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.6733rem, 0.7398rem + -0.0831vw, 0.7231rem)","paragraphSpacing":"0"};
|
|
49
|
+
export const globalFontFluidCompPlaceholderS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
50
|
+
export const globalFontFluidCompPlaceholderM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"0"};
|
|
51
|
+
export const globalFontFluidCompPlaceholderMl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)","paragraphSpacing":"0"};
|
|
52
|
+
export const globalFontFluidCompPlaceholderL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)","paragraphSpacing":"0"};
|
|
53
|
+
export const globalFontFluidCompPlaceholderXl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.8756rem, 1.6688rem + 1.034vw, 2.496rem)","paragraphSpacing":"0"};
|
|
54
|
+
export const globalFontFluidCompPlaceholderXxl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(2.2695rem, 1.9448rem + 1.6238vw, 3.2438rem)","paragraphSpacing":"0"};
|
|
55
|
+
export const globalFontStaticHeadingS = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"500","lineHeight":1.25,"fontSize":"21px"};
|
|
56
|
+
export const globalFontStaticHeadingM = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"24px"};
|
|
57
|
+
export const globalFontStaticHeadingL = {"fontFamily":"var(--global-font-families-heading)","fontWeight":"700","lineHeight":1.25,"fontSize":"30px"};
|
|
58
|
+
export const globalFontStaticSubheadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"16px"};
|
|
59
|
+
export const globalFontStaticSubheadingL = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"500","lineHeight":1.25,"fontSize":"18px"};
|
|
60
|
+
export const globalFontStaticSectionHeadingS = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"16px"};
|
|
61
|
+
export const globalFontStaticSectionHeadingM = {"fontFamily":"var(--global-font-families-subheading)","fontWeight":"700","lineHeight":1.25,"fontSize":"21px"};
|
|
62
|
+
export const globalFontStaticBodyRegularS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
63
|
+
export const globalFontStaticBodyRegularM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
64
|
+
export const globalFontStaticBodyRegularL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
65
|
+
export const globalFontStaticBodyMediumS = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
66
|
+
export const globalFontStaticBodyMediumM = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
67
|
+
export const globalFontStaticBodyMediumL = {"fontFamily":"var(--global-font-families-body)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
68
|
+
export const globalFontStaticCompMediumXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
69
|
+
export const globalFontStaticCompMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
70
|
+
export const globalFontStaticCompMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
71
|
+
export const globalFontStaticCompMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
72
|
+
export const globalFontStaticCompRegularXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
73
|
+
export const globalFontStaticCompRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
74
|
+
export const globalFontStaticCompRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
75
|
+
export const globalFontStaticCompRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
76
|
+
export const globalFontStaticCompIconS = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
77
|
+
export const globalFontStaticCompIconM = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
78
|
+
export const globalFontStaticCompIconL = {"fontSize":"20px","fontFamily":"var(--global-font-families-sage-icons)","paragraphSpacing":"0"};
|
|
79
|
+
export const globalFontStaticCompLinedRegularS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
80
|
+
export const globalFontStaticCompLinedRegularM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
81
|
+
export const globalFontStaticCompLinedRegularL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
82
|
+
export const globalFontStaticCompLinedMediumS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
83
|
+
export const globalFontStaticCompLinedMediumM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
84
|
+
export const globalFontStaticCompLinedMediumL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
85
|
+
export const globalFontStaticCompPlaceholderXs = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"12px","paragraphSpacing":"0"};
|
|
86
|
+
export const globalFontStaticCompPlaceholderS = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
87
|
+
export const globalFontStaticCompPlaceholderM = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"18px","paragraphSpacing":"0"};
|
|
88
|
+
export const globalFontStaticCompPlaceholderMl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"24px","paragraphSpacing":"0"};
|
|
89
|
+
export const globalFontStaticCompPlaceholderL = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"30px","paragraphSpacing":"0"};
|
|
90
|
+
export const globalFontStaticCompPlaceholderXl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"40px","paragraphSpacing":"0"};
|
|
91
|
+
export const globalFontStaticCompPlaceholderXxl = {"fontFamily":"var(--global-font-families-component)","fontWeight":"500","lineHeight":1.5,"fontSize":"52px","paragraphSpacing":"0"};
|
|
92
|
+
export const globalFontFamiliesHeading = "Sage UI";
|
|
93
|
+
export const globalFontFamiliesSubheading = "Sage UI";
|
|
94
|
+
export const globalFontFamiliesBody = "Sage UI";
|
|
95
|
+
export const globalFontFamiliesComponent = "Sage UI";
|
|
96
|
+
export const globalFontFamiliesSageIcons = "sage-icons";
|
|
97
|
+
export const globalFontFamiliesOther = "Open Sans";
|
|
92
98
|
export const globalModifierButtonActive = "0.30";
|
|
93
99
|
export const globalModifierButtonActiveAlt = "0.15";
|
|
94
100
|
export const globalModifierButtonHover = "0.15";
|
|
@@ -96,6 +102,7 @@ export const globalModifierButtonHoverAlt = "0.10";
|
|
|
96
102
|
export const globalModifierInputDisabledFg = "0.3";
|
|
97
103
|
export const globalModifierInputDisabledBg = "0.05";
|
|
98
104
|
export const globalRadiusNone = "0";
|
|
105
|
+
export const globalRadiusScale = "1px";
|
|
99
106
|
export const globalRadiusContainer3Xs = "1px";
|
|
100
107
|
export const globalRadiusContainer2Xs = "2px";
|
|
101
108
|
export const globalRadiusContainerXs = "4px";
|
|
@@ -121,8 +128,9 @@ export const globalDepthLvl1 = "0 1px 2px 0 var(--mode-color-generic-depth-faint
|
|
|
121
128
|
export const globalDepthLvl2 = "0 2px 3px 0 var(--mode-color-generic-depth-faint), 6px 6px 30px 0 var(--mode-color-generic-depth-delicate)";
|
|
122
129
|
export const globalDepthLvl3 = "0 3px 4px 0 var(--mode-color-generic-depth-faint), 10px 10px 60px 0 var(--mode-color-generic-depth-faint)";
|
|
123
130
|
export const globalDepthStickyB = "0 -1px 2px 0 var(--mode-color-generic-depth-faint), 2px -2px 10px 0 var(--mode-color-generic-depth-soft)";
|
|
124
|
-
export const globalDepthStickyL = "
|
|
125
|
-
export const globalDepthStickyR = "2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
131
|
+
export const globalDepthStickyL = "2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
132
|
+
export const globalDepthStickyR = "-2px 0 2px 0 var(--mode-color-generic-depth-faint), -5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
133
|
+
export const globalDepthStickyT = "inset 0 8px 4px -4px var(--mode-color-generic-depth-faint)";
|
|
126
134
|
export const globalSizeNone = "0px";
|
|
127
135
|
export const globalSize6Xs = "2px";
|
|
128
136
|
export const globalSize5Xs = "4px";
|