@sage/design-tokens 18.7.5 → 18.8.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/dark.css +3 -0
- package/css/global.css +23 -23
- package/css/light-all.css +26 -23
- package/css/light.css +3 -0
- package/js/common/dark.d.ts +5 -0
- package/js/common/dark.js +3 -0
- package/js/common/global.js +82 -82
- package/js/common/light.d.ts +5 -0
- package/js/common/light.js +3 -0
- package/js/es6/dark.d.ts +3 -0
- package/js/es6/dark.js +3 -0
- package/js/es6/global.js +112 -686
- package/js/es6/light.d.ts +3 -0
- package/js/es6/light.js +3 -0
- package/json/dark.json +3 -0
- package/json/global.json +83 -83
- package/json/light.json +3 -0
- package/package.json +1 -1
- package/scss/components/button.scss +3 -3
- package/scss/components/link.scss +1 -1
- package/scss/components/message.scss +3 -3
- package/scss/components/pill.scss +2 -2
- package/scss/dark.scss +3 -0
- package/scss/global.scss +23 -23
- package/scss/light.scss +3 -0
package/css/dark.css
CHANGED
|
@@ -78,6 +78,9 @@
|
|
|
78
78
|
--mode-color-generic-bg-inverse-faint: #f4f5f6;
|
|
79
79
|
--mode-color-generic-bg-inverse-delicate: #e8eaec;
|
|
80
80
|
--mode-color-generic-bg-inverse-soft: #dde0e3;
|
|
81
|
+
--mode-color-generic-depth-faint: #ffffff1a;
|
|
82
|
+
--mode-color-generic-depth-delicate: #ffffff26;
|
|
83
|
+
--mode-color-generic-depth-soft: #fff3;
|
|
81
84
|
--mode-color-generic-txt-extreme: #FFFFFF;
|
|
82
85
|
--mode-color-generic-txt-severe: #fffffff2;
|
|
83
86
|
--mode-color-generic-txt-moderate: #ffffffab;
|
package/css/global.css
CHANGED
|
@@ -8,18 +8,22 @@
|
|
|
8
8
|
|
|
9
9
|
:root {
|
|
10
10
|
--global-borderwidth-none: 0;
|
|
11
|
-
--global-borderwidth-xs: 1px;
|
|
12
|
-
--global-borderwidth-s: 2px;
|
|
13
|
-
--global-borderwidth-m: 3px;
|
|
14
|
-
--global-borderwidth-l: 4px;
|
|
15
|
-
--global-borderwidth-xl: 6px;
|
|
16
|
-
--global-borderwidth-xxl: 8px;
|
|
17
11
|
--global-breakpoint-xs: 320px;
|
|
18
12
|
--global-breakpoint-s: 600px;
|
|
19
13
|
--global-breakpoint-m: 960px;
|
|
20
14
|
--global-breakpoint-l: 1260px;
|
|
21
15
|
--global-breakpoint-xl: 1600px;
|
|
22
16
|
--global-breakpoint-xxl: 1920px;
|
|
17
|
+
--global-modifier-button-active: 0.30;
|
|
18
|
+
--global-modifier-button-active-alt: 0.15;
|
|
19
|
+
--global-modifier-button-hover: 0.15;
|
|
20
|
+
--global-modifier-button-hover-alt: 0.10;
|
|
21
|
+
--global-modifier-input-disabled-fg: 0.3;
|
|
22
|
+
--global-modifier-input-disabled-bg: 0.05;
|
|
23
|
+
--global-radius-none: 0;
|
|
24
|
+
--global-radius-container-circle: 999px;
|
|
25
|
+
--global-radius-action-circle: 999px;
|
|
26
|
+
--global-depth-none: 0 0 0 0 rgba(0,0,0,0);
|
|
23
27
|
--global-font-fluid-heading-s: 500 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
|
24
28
|
--global-font-fluid-heading-m: 700 clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)/1.25 Sage UI;
|
|
25
29
|
--global-font-fluid-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
|
@@ -94,13 +98,19 @@
|
|
|
94
98
|
--global-font-static-comp-placeholder-l: 500 30px/1.5 Sage UI;
|
|
95
99
|
--global-font-static-comp-placeholder-xl: 500 40px/1.5 Sage UI;
|
|
96
100
|
--global-font-static-comp-placeholder-xxl: 500 52px/1.5 Sage UI;
|
|
97
|
-
--global-
|
|
98
|
-
--global-
|
|
99
|
-
--global-
|
|
100
|
-
--global-
|
|
101
|
-
--global-
|
|
102
|
-
--global-
|
|
103
|
-
--global-
|
|
101
|
+
--global-depth-lvl0: 0 0 1px 1px var(--mode-color-generic-depth-faint), 1px 2px 2px 0 var(--mode-color-generic-depth-soft);
|
|
102
|
+
--global-depth-lvl1: 0 1px 2px 0 var(--mode-color-generic-depth-faint), 2px 2px 10px 0 var(--mode-color-generic-depth-soft);
|
|
103
|
+
--global-depth-lvl2: 0 2px 3px 0 var(--mode-color-generic-depth-faint), 6px 6px 30px 0 var(--mode-color-generic-depth-delicate);
|
|
104
|
+
--global-depth-lvl3: 0 3px 4px 0 var(--mode-color-generic-depth-faint), 10px 10px 60px 0 var(--mode-color-generic-depth-faint);
|
|
105
|
+
--global-depth-sticky-b: 0 -1px 2px 0 var(--mode-color-generic-depth-faint), 2px -2px 10px 0 var(--mode-color-generic-depth-soft);
|
|
106
|
+
--global-depth-sticky-l: -2px 0 2px 0 var(--mode-color-generic-depth-faint), -5px 0 5px 0 var(--mode-color-generic-depth-faint);
|
|
107
|
+
--global-depth-sticky-r: 2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint);
|
|
108
|
+
--global-borderwidth-xs: 1px;
|
|
109
|
+
--global-borderwidth-s: 2px;
|
|
110
|
+
--global-borderwidth-m: 3px;
|
|
111
|
+
--global-borderwidth-l: 4px;
|
|
112
|
+
--global-borderwidth-xl: 6px;
|
|
113
|
+
--global-borderwidth-xxl: 8px;
|
|
104
114
|
--global-radius-container-3-xs: 1px;
|
|
105
115
|
--global-radius-container-2-xs: 2px;
|
|
106
116
|
--global-radius-container-xs: 4px;
|
|
@@ -111,7 +121,6 @@
|
|
|
111
121
|
--global-radius-container-2-xl: 32px;
|
|
112
122
|
--global-radius-container-3-xl: 40px;
|
|
113
123
|
--global-radius-container-4-xl: 80px;
|
|
114
|
-
--global-radius-container-circle: 999px;
|
|
115
124
|
--global-radius-action-2-xs: 1px;
|
|
116
125
|
--global-radius-action-xs: 2px;
|
|
117
126
|
--global-radius-action-s: 4px;
|
|
@@ -119,15 +128,6 @@
|
|
|
119
128
|
--global-radius-action-l: 16px;
|
|
120
129
|
--global-radius-action-xl: 20px;
|
|
121
130
|
--global-radius-action-2-xl: 24px;
|
|
122
|
-
--global-radius-action-circle: 999px;
|
|
123
|
-
--global-depth-none: 0 0 0 0 rgba(0,0,0,0);
|
|
124
|
-
--global-depth-lvl0: 0 0 1px 1px #0000001A, 1px 2px 2px 0 #00000033;
|
|
125
|
-
--global-depth-lvl1: 0 1px 2px 0 #0000001A, 2px 2px 10px 0 #00000033;
|
|
126
|
-
--global-depth-lvl2: 0 2px 3px 0 #0000001A, 6px 6px 30px 0 #00000026;
|
|
127
|
-
--global-depth-lvl3: 0 3px 4px 0 #0000001A, 10px 10px 60px 0 #0000001A;
|
|
128
|
-
--global-depth-sticky-b: 0 -1px 2px 0 #0000001A, 2px -2px 10px 0 #00000033;
|
|
129
|
-
--global-depth-sticky-l: -2px 0 2px 0 #0000001A, -5px 0 5px 0 #0000001A;
|
|
130
|
-
--global-depth-sticky-r: 2px 0 2px 0 #0000001A, 5px 0 5px 0 #0000001A;
|
|
131
131
|
--global-size-none: 0px;
|
|
132
132
|
--global-size-6-xs: 2px;
|
|
133
133
|
--global-size-5-xs: 4px;
|
package/css/light-all.css
CHANGED
|
@@ -4,18 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
6
|
--global-borderwidth-none: 0;
|
|
7
|
-
--global-borderwidth-xs: 1px;
|
|
8
|
-
--global-borderwidth-s: 2px;
|
|
9
|
-
--global-borderwidth-m: 3px;
|
|
10
|
-
--global-borderwidth-l: 4px;
|
|
11
|
-
--global-borderwidth-xl: 6px;
|
|
12
|
-
--global-borderwidth-xxl: 8px;
|
|
13
7
|
--global-breakpoint-xs: 320px;
|
|
14
8
|
--global-breakpoint-s: 600px;
|
|
15
9
|
--global-breakpoint-m: 960px;
|
|
16
10
|
--global-breakpoint-l: 1260px;
|
|
17
11
|
--global-breakpoint-xl: 1600px;
|
|
18
12
|
--global-breakpoint-xxl: 1920px;
|
|
13
|
+
--global-modifier-button-active: 0.30;
|
|
14
|
+
--global-modifier-button-active-alt: 0.15;
|
|
15
|
+
--global-modifier-button-hover: 0.15;
|
|
16
|
+
--global-modifier-button-hover-alt: 0.10;
|
|
17
|
+
--global-modifier-input-disabled-fg: 0.3;
|
|
18
|
+
--global-modifier-input-disabled-bg: 0.05;
|
|
19
|
+
--global-radius-none: 0;
|
|
20
|
+
--global-radius-container-circle: 999px;
|
|
21
|
+
--global-radius-action-circle: 999px;
|
|
22
|
+
--global-depth-none: 0 0 0 0 rgba(0,0,0,0);
|
|
19
23
|
--global-font-fluid-heading-s: 500 clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)/1.25 Sage UI;
|
|
20
24
|
--global-font-fluid-heading-m: 700 clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)/1.25 Sage UI;
|
|
21
25
|
--global-font-fluid-heading-l: 700 clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)/1.25 Sage UI;
|
|
@@ -90,13 +94,19 @@
|
|
|
90
94
|
--global-font-static-comp-placeholder-l: 500 30px/1.5 Sage UI;
|
|
91
95
|
--global-font-static-comp-placeholder-xl: 500 40px/1.5 Sage UI;
|
|
92
96
|
--global-font-static-comp-placeholder-xxl: 500 52px/1.5 Sage UI;
|
|
93
|
-
--global-
|
|
94
|
-
--global-
|
|
95
|
-
--global-
|
|
96
|
-
--global-
|
|
97
|
-
--global-
|
|
98
|
-
--global-
|
|
99
|
-
--global-
|
|
97
|
+
--global-depth-lvl0: 0 0 1px 1px var(--mode-color-generic-depth-faint), 1px 2px 2px 0 var(--mode-color-generic-depth-soft);
|
|
98
|
+
--global-depth-lvl1: 0 1px 2px 0 var(--mode-color-generic-depth-faint), 2px 2px 10px 0 var(--mode-color-generic-depth-soft);
|
|
99
|
+
--global-depth-lvl2: 0 2px 3px 0 var(--mode-color-generic-depth-faint), 6px 6px 30px 0 var(--mode-color-generic-depth-delicate);
|
|
100
|
+
--global-depth-lvl3: 0 3px 4px 0 var(--mode-color-generic-depth-faint), 10px 10px 60px 0 var(--mode-color-generic-depth-faint);
|
|
101
|
+
--global-depth-sticky-b: 0 -1px 2px 0 var(--mode-color-generic-depth-faint), 2px -2px 10px 0 var(--mode-color-generic-depth-soft);
|
|
102
|
+
--global-depth-sticky-l: -2px 0 2px 0 var(--mode-color-generic-depth-faint), -5px 0 5px 0 var(--mode-color-generic-depth-faint);
|
|
103
|
+
--global-depth-sticky-r: 2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint);
|
|
104
|
+
--global-borderwidth-xs: 1px;
|
|
105
|
+
--global-borderwidth-s: 2px;
|
|
106
|
+
--global-borderwidth-m: 3px;
|
|
107
|
+
--global-borderwidth-l: 4px;
|
|
108
|
+
--global-borderwidth-xl: 6px;
|
|
109
|
+
--global-borderwidth-xxl: 8px;
|
|
100
110
|
--global-radius-container-3-xs: 1px;
|
|
101
111
|
--global-radius-container-2-xs: 2px;
|
|
102
112
|
--global-radius-container-xs: 4px;
|
|
@@ -107,7 +117,6 @@
|
|
|
107
117
|
--global-radius-container-2-xl: 32px;
|
|
108
118
|
--global-radius-container-3-xl: 40px;
|
|
109
119
|
--global-radius-container-4-xl: 80px;
|
|
110
|
-
--global-radius-container-circle: 999px;
|
|
111
120
|
--global-radius-action-2-xs: 1px;
|
|
112
121
|
--global-radius-action-xs: 2px;
|
|
113
122
|
--global-radius-action-s: 4px;
|
|
@@ -115,15 +124,6 @@
|
|
|
115
124
|
--global-radius-action-l: 16px;
|
|
116
125
|
--global-radius-action-xl: 20px;
|
|
117
126
|
--global-radius-action-2-xl: 24px;
|
|
118
|
-
--global-radius-action-circle: 999px;
|
|
119
|
-
--global-depth-none: 0 0 0 0 rgba(0,0,0,0);
|
|
120
|
-
--global-depth-lvl0: 0 0 1px 1px #0000001A, 1px 2px 2px 0 #00000033;
|
|
121
|
-
--global-depth-lvl1: 0 1px 2px 0 #0000001A, 2px 2px 10px 0 #00000033;
|
|
122
|
-
--global-depth-lvl2: 0 2px 3px 0 #0000001A, 6px 6px 30px 0 #00000026;
|
|
123
|
-
--global-depth-lvl3: 0 3px 4px 0 #0000001A, 10px 10px 60px 0 #0000001A;
|
|
124
|
-
--global-depth-sticky-b: 0 -1px 2px 0 #0000001A, 2px -2px 10px 0 #00000033;
|
|
125
|
-
--global-depth-sticky-l: -2px 0 2px 0 #0000001A, -5px 0 5px 0 #0000001A;
|
|
126
|
-
--global-depth-sticky-r: 2px 0 2px 0 #0000001A, 5px 0 5px 0 #0000001A;
|
|
127
127
|
--global-size-none: 0px;
|
|
128
128
|
--global-size-6-xs: 2px;
|
|
129
129
|
--global-size-5-xs: 4px;
|
|
@@ -227,6 +227,9 @@
|
|
|
227
227
|
--mode-color-generic-bg-inverse-faint: #ffffff0d;
|
|
228
228
|
--mode-color-generic-bg-inverse-delicate: #ffffff1a;
|
|
229
229
|
--mode-color-generic-bg-inverse-soft: #ffffff26;
|
|
230
|
+
--mode-color-generic-depth-faint: #0000001a;
|
|
231
|
+
--mode-color-generic-depth-delicate: #00000026;
|
|
232
|
+
--mode-color-generic-depth-soft: #0003;
|
|
230
233
|
--mode-color-generic-txt-extreme: #000000;
|
|
231
234
|
--mode-color-generic-txt-severe: #000000f2;
|
|
232
235
|
--mode-color-generic-txt-moderate: #000000a6;
|
package/css/light.css
CHANGED
|
@@ -78,6 +78,9 @@
|
|
|
78
78
|
--mode-color-generic-bg-inverse-faint: #ffffff0d;
|
|
79
79
|
--mode-color-generic-bg-inverse-delicate: #ffffff1a;
|
|
80
80
|
--mode-color-generic-bg-inverse-soft: #ffffff26;
|
|
81
|
+
--mode-color-generic-depth-faint: #0000001a;
|
|
82
|
+
--mode-color-generic-depth-delicate: #00000026;
|
|
83
|
+
--mode-color-generic-depth-soft: #0003;
|
|
81
84
|
--mode-color-generic-txt-extreme: #000000;
|
|
82
85
|
--mode-color-generic-txt-severe: #000000f2;
|
|
83
86
|
--mode-color-generic-txt-moderate: #000000a6;
|
package/js/common/dark.d.ts
CHANGED
package/js/common/dark.js
CHANGED
|
@@ -73,6 +73,9 @@ module.exports.modeColorGenericBgInverseNought = "#FFFFFF";
|
|
|
73
73
|
module.exports.modeColorGenericBgInverseFaint = "#f4f5f6";
|
|
74
74
|
module.exports.modeColorGenericBgInverseDelicate = "#e8eaec";
|
|
75
75
|
module.exports.modeColorGenericBgInverseSoft = "#dde0e3";
|
|
76
|
+
module.exports.modeColorGenericDepthFaint = "#ffffff1a";
|
|
77
|
+
module.exports.modeColorGenericDepthDelicate = "#ffffff26";
|
|
78
|
+
module.exports.modeColorGenericDepthSoft = "#fff3";
|
|
76
79
|
module.exports.modeColorGenericTxtExtreme = "#FFFFFF";
|
|
77
80
|
module.exports.modeColorGenericTxtSevere = "#fffffff2";
|
|
78
81
|
module.exports.modeColorGenericTxtModerate = "#ffffffab";
|
package/js/common/global.js
CHANGED
|
@@ -15,80 +15,80 @@ 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 = "
|
|
19
|
-
module.exports.globalFontFluidHeadingM = "
|
|
20
|
-
module.exports.globalFontFluidHeadingL = "
|
|
21
|
-
module.exports.globalFontFluidSubheadingM = "
|
|
22
|
-
module.exports.globalFontFluidSubheadingL = "
|
|
23
|
-
module.exports.globalFontFluidSectionHeadingS = "
|
|
24
|
-
module.exports.globalFontFluidSectionHeadingM = "
|
|
25
|
-
module.exports.globalFontFluidBodyRegularS = "
|
|
26
|
-
module.exports.globalFontFluidBodyRegularM = "
|
|
27
|
-
module.exports.globalFontFluidBodyRegularL = "
|
|
28
|
-
module.exports.globalFontFluidBodyMediumS = "
|
|
29
|
-
module.exports.globalFontFluidBodyMediumM = "
|
|
30
|
-
module.exports.globalFontFluidBodyMediumL = "
|
|
31
|
-
module.exports.globalFontFluidCompMediumXs = "
|
|
32
|
-
module.exports.globalFontFluidCompMediumS = "
|
|
33
|
-
module.exports.globalFontFluidCompMediumM = "
|
|
34
|
-
module.exports.globalFontFluidCompMediumL = "
|
|
35
|
-
module.exports.globalFontFluidCompRegularXs = "
|
|
36
|
-
module.exports.globalFontFluidCompRegularS = "
|
|
37
|
-
module.exports.globalFontFluidCompRegularM = "
|
|
38
|
-
module.exports.globalFontFluidCompRegularL = "
|
|
39
|
-
module.exports.globalFontFluidCompIconS = "
|
|
40
|
-
module.exports.globalFontFluidCompIconM = "
|
|
41
|
-
module.exports.globalFontFluidCompIconL = "
|
|
42
|
-
module.exports.globalFontFluidCompLinedRegularS = "
|
|
43
|
-
module.exports.globalFontFluidCompLinedRegularM = "
|
|
44
|
-
module.exports.globalFontFluidCompLinedRegularL = "
|
|
45
|
-
module.exports.globalFontFluidCompLinedMediumS = "
|
|
46
|
-
module.exports.globalFontFluidCompLinedMediumM = "
|
|
47
|
-
module.exports.globalFontFluidCompLinedMediumL = "
|
|
48
|
-
module.exports.globalFontFluidCompPlaceholderXs = "
|
|
49
|
-
module.exports.globalFontFluidCompPlaceholderS = "
|
|
50
|
-
module.exports.globalFontFluidCompPlaceholderM = "
|
|
51
|
-
module.exports.globalFontFluidCompPlaceholderMl = "
|
|
52
|
-
module.exports.globalFontFluidCompPlaceholderL = "
|
|
53
|
-
module.exports.globalFontFluidCompPlaceholderXl = "
|
|
54
|
-
module.exports.globalFontFluidCompPlaceholderXxl = "
|
|
55
|
-
module.exports.globalFontStaticHeadingS = "
|
|
56
|
-
module.exports.globalFontStaticHeadingM = "
|
|
57
|
-
module.exports.globalFontStaticHeadingL = "
|
|
58
|
-
module.exports.globalFontStaticSubheadingM = "
|
|
59
|
-
module.exports.globalFontStaticSubheadingL = "
|
|
60
|
-
module.exports.globalFontStaticSectionHeadingS = "
|
|
61
|
-
module.exports.globalFontStaticSectionHeadingM = "
|
|
62
|
-
module.exports.globalFontStaticBodyRegularS = "
|
|
63
|
-
module.exports.globalFontStaticBodyRegularM = "
|
|
64
|
-
module.exports.globalFontStaticBodyRegularL = "
|
|
65
|
-
module.exports.globalFontStaticBodyMediumS = "
|
|
66
|
-
module.exports.globalFontStaticBodyMediumM = "
|
|
67
|
-
module.exports.globalFontStaticBodyMediumL = "
|
|
68
|
-
module.exports.globalFontStaticCompMediumXs = "
|
|
69
|
-
module.exports.globalFontStaticCompMediumS = "
|
|
70
|
-
module.exports.globalFontStaticCompMediumM = "
|
|
71
|
-
module.exports.globalFontStaticCompMediumL = "
|
|
72
|
-
module.exports.globalFontStaticCompRegularXs = "
|
|
73
|
-
module.exports.globalFontStaticCompRegularS = "
|
|
74
|
-
module.exports.globalFontStaticCompRegularM = "
|
|
75
|
-
module.exports.globalFontStaticCompRegularL = "
|
|
76
|
-
module.exports.globalFontStaticCompIconS = "
|
|
77
|
-
module.exports.globalFontStaticCompIconM = "
|
|
78
|
-
module.exports.globalFontStaticCompIconL = "
|
|
79
|
-
module.exports.globalFontStaticCompLinedRegularS = "
|
|
80
|
-
module.exports.globalFontStaticCompLinedRegularM = "
|
|
81
|
-
module.exports.globalFontStaticCompLinedRegularL = "
|
|
82
|
-
module.exports.globalFontStaticCompLinedMediumS = "
|
|
83
|
-
module.exports.globalFontStaticCompLinedMediumM = "
|
|
84
|
-
module.exports.globalFontStaticCompLinedMediumL = "
|
|
85
|
-
module.exports.globalFontStaticCompPlaceholderXs = "
|
|
86
|
-
module.exports.globalFontStaticCompPlaceholderS = "
|
|
87
|
-
module.exports.globalFontStaticCompPlaceholderM = "
|
|
88
|
-
module.exports.globalFontStaticCompPlaceholderMl = "
|
|
89
|
-
module.exports.globalFontStaticCompPlaceholderL = "
|
|
90
|
-
module.exports.globalFontStaticCompPlaceholderXl = "
|
|
91
|
-
module.exports.globalFontStaticCompPlaceholderXxl = "
|
|
18
|
+
module.exports.globalFontFluidHeadingS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
19
|
+
module.exports.globalFontFluidHeadingM = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)"};
|
|
20
|
+
module.exports.globalFontFluidHeadingL = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)"};
|
|
21
|
+
module.exports.globalFontFluidSubheadingM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
22
|
+
module.exports.globalFontFluidSubheadingL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)"};
|
|
23
|
+
module.exports.globalFontFluidSectionHeadingS = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)"};
|
|
24
|
+
module.exports.globalFontFluidSectionHeadingM = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"clamp(1.1646rem, 1.1207rem + 0.2195vw, 1.2964rem)"};
|
|
25
|
+
module.exports.globalFontFluidBodyRegularS = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
26
|
+
module.exports.globalFontFluidBodyRegularM = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
27
|
+
module.exports.globalFontFluidBodyRegularL = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
28
|
+
module.exports.globalFontFluidBodyMediumS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"16px"};
|
|
29
|
+
module.exports.globalFontFluidBodyMediumM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"24px"};
|
|
30
|
+
module.exports.globalFontFluidBodyMediumL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"24px"};
|
|
31
|
+
module.exports.globalFontFluidCompMediumXs = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
32
|
+
module.exports.globalFontFluidCompMediumS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
33
|
+
module.exports.globalFontFluidCompMediumM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
34
|
+
module.exports.globalFontFluidCompMediumL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
35
|
+
module.exports.globalFontFluidCompRegularXs = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.7675rem, 0.8048rem + -0.0465vw, 0.7955rem)","paragraphSpacing":"0"};
|
|
36
|
+
module.exports.globalFontFluidCompRegularS = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
37
|
+
module.exports.globalFontFluidCompRegularM = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
38
|
+
module.exports.globalFontFluidCompRegularL = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"clamp(0.9625rem, 0.9508rem + 0.0583vw, 0.9975rem)","paragraphSpacing":"0"};
|
|
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":"Sage UI","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":"Sage UI","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":"Sage UI","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":"Sage UI","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":"Sage UI","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":"Sage UI","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":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.6733rem, 0.7398rem + -0.0831vw, 0.7231rem)","paragraphSpacing":"0"};
|
|
49
|
+
module.exports.globalFontFluidCompPlaceholderS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(0.875rem, 0.875rem + 0vw, 0.875rem)","paragraphSpacing":"0"};
|
|
50
|
+
module.exports.globalFontFluidCompPlaceholderM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.0588rem, 1.0326rem + 0.1307vw, 1.1372rem)","paragraphSpacing":"0"};
|
|
51
|
+
module.exports.globalFontFluidCompPlaceholderMl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.2811rem, 1.2155rem + 0.3279vw, 1.4778rem)","paragraphSpacing":"0"};
|
|
52
|
+
module.exports.globalFontFluidCompPlaceholderL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.5869rem, 1.417rem + 0.8494vw, 2.4363rem)","paragraphSpacing":"0"};
|
|
53
|
+
module.exports.globalFontFluidCompPlaceholderXl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(1.8756rem, 1.6688rem + 1.034vw, 2.496rem)","paragraphSpacing":"0"};
|
|
54
|
+
module.exports.globalFontFluidCompPlaceholderXxl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"clamp(2.2695rem, 1.9448rem + 1.6238vw, 3.2438rem)","paragraphSpacing":"0"};
|
|
55
|
+
module.exports.globalFontStaticHeadingS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"21px"};
|
|
56
|
+
module.exports.globalFontStaticHeadingM = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"24px"};
|
|
57
|
+
module.exports.globalFontStaticHeadingL = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"30px"};
|
|
58
|
+
module.exports.globalFontStaticSubheadingM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"16px"};
|
|
59
|
+
module.exports.globalFontStaticSubheadingL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.25,"fontSize":"18px"};
|
|
60
|
+
module.exports.globalFontStaticSectionHeadingS = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"16px"};
|
|
61
|
+
module.exports.globalFontStaticSectionHeadingM = {"fontFamily":"Sage UI","fontWeight":"700","lineHeight":1.25,"fontSize":"21px"};
|
|
62
|
+
module.exports.globalFontStaticBodyRegularS = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
63
|
+
module.exports.globalFontStaticBodyRegularM = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
64
|
+
module.exports.globalFontStaticBodyRegularL = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
65
|
+
module.exports.globalFontStaticBodyMediumS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"16px"};
|
|
66
|
+
module.exports.globalFontStaticBodyMediumM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"24px"};
|
|
67
|
+
module.exports.globalFontStaticBodyMediumL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"24px"};
|
|
68
|
+
module.exports.globalFontStaticCompMediumXs = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
69
|
+
module.exports.globalFontStaticCompMediumS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
70
|
+
module.exports.globalFontStaticCompMediumM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
71
|
+
module.exports.globalFontStaticCompMediumL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
72
|
+
module.exports.globalFontStaticCompRegularXs = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"13px","paragraphSpacing":"0"};
|
|
73
|
+
module.exports.globalFontStaticCompRegularS = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
74
|
+
module.exports.globalFontStaticCompRegularM = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
75
|
+
module.exports.globalFontStaticCompRegularL = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","paragraphSpacing":"0"};
|
|
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":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
80
|
+
module.exports.globalFontStaticCompLinedRegularM = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
81
|
+
module.exports.globalFontStaticCompLinedRegularL = {"fontFamily":"Sage UI","fontWeight":"400","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
82
|
+
module.exports.globalFontStaticCompLinedMediumS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
83
|
+
module.exports.globalFontStaticCompLinedMediumM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
84
|
+
module.exports.globalFontStaticCompLinedMediumL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"16px","txtDecoration":"underline","paragraphSpacing":"0","textDecoration":"underline"};
|
|
85
|
+
module.exports.globalFontStaticCompPlaceholderXs = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"12px","paragraphSpacing":"0"};
|
|
86
|
+
module.exports.globalFontStaticCompPlaceholderS = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"14px","paragraphSpacing":"0"};
|
|
87
|
+
module.exports.globalFontStaticCompPlaceholderM = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"18px","paragraphSpacing":"0"};
|
|
88
|
+
module.exports.globalFontStaticCompPlaceholderMl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"24px","paragraphSpacing":"0"};
|
|
89
|
+
module.exports.globalFontStaticCompPlaceholderL = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"30px","paragraphSpacing":"0"};
|
|
90
|
+
module.exports.globalFontStaticCompPlaceholderXl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"40px","paragraphSpacing":"0"};
|
|
91
|
+
module.exports.globalFontStaticCompPlaceholderXxl = {"fontFamily":"Sage UI","fontWeight":"500","lineHeight":1.5,"fontSize":"52px","paragraphSpacing":"0"};
|
|
92
92
|
module.exports.globalModifierButtonActive = "0.30";
|
|
93
93
|
module.exports.globalModifierButtonActiveAlt = "0.15";
|
|
94
94
|
module.exports.globalModifierButtonHover = "0.15";
|
|
@@ -115,14 +115,14 @@ module.exports.globalRadiusActionL = "16px";
|
|
|
115
115
|
module.exports.globalRadiusActionXl = "20px";
|
|
116
116
|
module.exports.globalRadiusAction2Xl = "24px";
|
|
117
117
|
module.exports.globalRadiusActionCircle = "999px";
|
|
118
|
-
module.exports.globalDepthNone = "
|
|
119
|
-
module.exports.globalDepthLvl0 = "
|
|
120
|
-
module.exports.globalDepthLvl1 = "
|
|
121
|
-
module.exports.globalDepthLvl2 = "
|
|
122
|
-
module.exports.globalDepthLvl3 = "
|
|
123
|
-
module.exports.globalDepthStickyB = "
|
|
124
|
-
module.exports.globalDepthStickyL = "
|
|
125
|
-
module.exports.globalDepthStickyR = "
|
|
118
|
+
module.exports.globalDepthNone = "0 0 0 0 rgba(0,0,0,0)";
|
|
119
|
+
module.exports.globalDepthLvl0 = "0 0 1px 1px var(--mode-color-generic-depth-faint), 1px 2px 2px 0 var(--mode-color-generic-depth-soft)";
|
|
120
|
+
module.exports.globalDepthLvl1 = "0 1px 2px 0 var(--mode-color-generic-depth-faint), 2px 2px 10px 0 var(--mode-color-generic-depth-soft)";
|
|
121
|
+
module.exports.globalDepthLvl2 = "0 2px 3px 0 var(--mode-color-generic-depth-faint), 6px 6px 30px 0 var(--mode-color-generic-depth-delicate)";
|
|
122
|
+
module.exports.globalDepthLvl3 = "0 3px 4px 0 var(--mode-color-generic-depth-faint), 10px 10px 60px 0 var(--mode-color-generic-depth-faint)";
|
|
123
|
+
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 = "-2px 0 2px 0 var(--mode-color-generic-depth-faint), -5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
125
|
+
module.exports.globalDepthStickyR = "2px 0 2px 0 var(--mode-color-generic-depth-faint), 5px 0 5px 0 var(--mode-color-generic-depth-faint)";
|
|
126
126
|
module.exports.globalSizeNone = "0px";
|
|
127
127
|
module.exports.globalSize6Xs = "2px";
|
|
128
128
|
module.exports.globalSize5Xs = "4px";
|
package/js/common/light.d.ts
CHANGED
package/js/common/light.js
CHANGED
|
@@ -73,6 +73,9 @@ module.exports.modeColorGenericBgInverseNought = "#000000";
|
|
|
73
73
|
module.exports.modeColorGenericBgInverseFaint = "#ffffff0d";
|
|
74
74
|
module.exports.modeColorGenericBgInverseDelicate = "#ffffff1a";
|
|
75
75
|
module.exports.modeColorGenericBgInverseSoft = "#ffffff26";
|
|
76
|
+
module.exports.modeColorGenericDepthFaint = "#0000001a";
|
|
77
|
+
module.exports.modeColorGenericDepthDelicate = "#00000026";
|
|
78
|
+
module.exports.modeColorGenericDepthSoft = "#0003";
|
|
76
79
|
module.exports.modeColorGenericTxtExtreme = "#000000";
|
|
77
80
|
module.exports.modeColorGenericTxtSevere = "#000000f2";
|
|
78
81
|
module.exports.modeColorGenericTxtModerate = "#000000a6";
|
package/js/es6/dark.d.ts
CHANGED
|
@@ -78,6 +78,9 @@ export const modeColorGenericBgInverseNought: string;
|
|
|
78
78
|
export const modeColorGenericBgInverseFaint: string;
|
|
79
79
|
export const modeColorGenericBgInverseDelicate: string;
|
|
80
80
|
export const modeColorGenericBgInverseSoft: string;
|
|
81
|
+
export const modeColorGenericDepthFaint: string;
|
|
82
|
+
export const modeColorGenericDepthDelicate: string;
|
|
83
|
+
export const modeColorGenericDepthSoft: string;
|
|
81
84
|
export const modeColorGenericTxtExtreme: string;
|
|
82
85
|
export const modeColorGenericTxtSevere: string;
|
|
83
86
|
export const modeColorGenericTxtModerate: string;
|
package/js/es6/dark.js
CHANGED
|
@@ -77,6 +77,9 @@ export const modeColorGenericBgInverseNought = "#FFFFFF";
|
|
|
77
77
|
export const modeColorGenericBgInverseFaint = "#f4f5f6";
|
|
78
78
|
export const modeColorGenericBgInverseDelicate = "#e8eaec";
|
|
79
79
|
export const modeColorGenericBgInverseSoft = "#dde0e3";
|
|
80
|
+
export const modeColorGenericDepthFaint = "#ffffff1a";
|
|
81
|
+
export const modeColorGenericDepthDelicate = "#ffffff26";
|
|
82
|
+
export const modeColorGenericDepthSoft = "#fff3";
|
|
80
83
|
export const modeColorGenericTxtExtreme = "#FFFFFF";
|
|
81
84
|
export const modeColorGenericTxtSevere = "#fffffff2";
|
|
82
85
|
export const modeColorGenericTxtModerate = "#ffffffab";
|