@sage/design-tokens 2.33.0 → 2.36.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/android/base.xml +99 -104
- package/css/base.css +99 -104
- package/data/tokens.json +724 -793
- package/docs/tokens/base/colors/index.html +1241 -1241
- package/docs/tokens/base/index.html +1242 -1347
- package/docs/tokens/base/typography/index.html +1 -106
- package/docs/tokens/index.html +1242 -1347
- package/ios/base.h +99 -104
- package/js/base/common.d.ts +97 -102
- package/js/base/common.js +99 -104
- package/js/base/es6.d.ts +97 -102
- package/js/base/es6.js +98 -103
- package/package.json +1 -1
- package/sage-design-tokens-2.36.0.tgz +0 -0
- package/scss/base.scss +99 -104
- package/sage-design-tokens-2.33.0.tgz +0 -0
package/js/base/common.js
CHANGED
|
@@ -4,109 +4,12 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on Thu, 23 Jun 2022 13:
|
|
7
|
+
* Generated on Thu, 23 Jun 2022 13:32:07 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
metaName: 'Base Theme',
|
|
12
12
|
metaPublic: 'true',
|
|
13
|
-
colorsLogo: '#00d639ff',
|
|
14
|
-
colorsTransparent: '#00000000',
|
|
15
|
-
colorsYin030: '#0000004d',
|
|
16
|
-
colorsYin055: '#0000008c',
|
|
17
|
-
colorsYin065: '#000000a6',
|
|
18
|
-
colorsYin075: '#000000bf',
|
|
19
|
-
colorsYin090: '#000000e6',
|
|
20
|
-
colorsYang100: '#ffffffff',
|
|
21
|
-
colorsYang030: '#ffffff4d',
|
|
22
|
-
colorsYang080: '#ffffffcc',
|
|
23
|
-
colorsGray600: '#666666ff',
|
|
24
|
-
colorsGray700: '#4d4d4dff',
|
|
25
|
-
colorsGray750: '#404040ff',
|
|
26
|
-
colorsGray850: '#262626ff',
|
|
27
|
-
colorsGray900: '#191919ff',
|
|
28
|
-
colorsGray1000: '#000000ff',
|
|
29
|
-
colorsGray000: '#ffffffff',
|
|
30
|
-
colorsDisabled400: '#f2f5f6ff',
|
|
31
|
-
colorsDisabled500: '#e6ebedff',
|
|
32
|
-
colorsDisabled600: '#ccd6dbff',
|
|
33
|
-
colorsReadOnly400: '#f2f5f6ff',
|
|
34
|
-
colorsReadOnly500: '#e6ebedff',
|
|
35
|
-
colorsReadOnly600: '#ccd6dbff',
|
|
36
|
-
colorsComponentsMenuSpringStandard500: '#e6ebedff',
|
|
37
|
-
colorsComponentsMenuSpringStandard600: '#007e45ff',
|
|
38
|
-
colorsComponentsMenuSpringStandard700: '#d9e0e4ff',
|
|
39
|
-
colorsComponentsMenuSpringParent500: '#e6ebedff',
|
|
40
|
-
colorsComponentsMenuSpringParent600: '#007e45ff',
|
|
41
|
-
colorsComponentsMenuSpringParent700: '#d9e0e4ff',
|
|
42
|
-
colorsComponentsMenuSpringChild400: '#ccd6dbff',
|
|
43
|
-
colorsComponentsMenuSpringChild500: '#ffffffff',
|
|
44
|
-
colorsComponentsMenuSpringChild600: '#007e45ff',
|
|
45
|
-
colorsComponentsMenuSpringChildAlt400: '#ccd6dbff',
|
|
46
|
-
colorsComponentsMenuSpringChildAlt500: '#e6ebedff',
|
|
47
|
-
colorsComponentsMenuSpringChildAlt600: '#007e45ff',
|
|
48
|
-
colorsComponentsMenuSummerStandard400: '#ccd6dbff',
|
|
49
|
-
colorsComponentsMenuSummerStandard500: '#ffffffff',
|
|
50
|
-
colorsComponentsMenuSummerStandard600: '#007e45ff',
|
|
51
|
-
colorsComponentsMenuSummerStandard700: '#e6ebedff',
|
|
52
|
-
colorsComponentsMenuSummerStandard800: '#e6ebedff',
|
|
53
|
-
colorsComponentsMenuSummerParent400: '#ccd6dbff',
|
|
54
|
-
colorsComponentsMenuSummerParent500: '#ffffffff',
|
|
55
|
-
colorsComponentsMenuSummerParent600: '#007e45ff',
|
|
56
|
-
colorsComponentsMenuSummerParent700: '#e6ebedff',
|
|
57
|
-
colorsComponentsMenuSummerParent800: '#e6ebedff',
|
|
58
|
-
colorsComponentsMenuSummerChild300: '#b3c2c9ff',
|
|
59
|
-
colorsComponentsMenuSummerChild400: '#ccd6dbff',
|
|
60
|
-
colorsComponentsMenuSummerChild500: '#e6ebedff',
|
|
61
|
-
colorsComponentsMenuSummerChild600: '#007e45ff',
|
|
62
|
-
colorsComponentsMenuSummerChild700: '#e6ebedff',
|
|
63
|
-
colorsComponentsMenuSummerChild800: '#e6ebedff',
|
|
64
|
-
colorsComponentsMenuSummerChildAlt300: '#b3c2c9ff',
|
|
65
|
-
colorsComponentsMenuSummerChildAlt400: '#ccd6dbff',
|
|
66
|
-
colorsComponentsMenuSummerChildAlt500: '#d9e0e4ff',
|
|
67
|
-
colorsComponentsMenuSummerChildAlt600: '#007e45ff',
|
|
68
|
-
colorsComponentsMenuSummerChildAlt700: '#d9e0e4ff',
|
|
69
|
-
colorsComponentsMenuSummerChildAlt800: '#d9e0e4ff',
|
|
70
|
-
colorsComponentsMenuAutumnStandard500: '#00324cff',
|
|
71
|
-
colorsComponentsMenuAutumnStandard600: '#007e45ff',
|
|
72
|
-
colorsComponentsMenuAutumnStandard700: '#19475eff',
|
|
73
|
-
colorsComponentsMenuAutumnParent500: '#00324cff',
|
|
74
|
-
colorsComponentsMenuAutumnParent600: '#007e45ff',
|
|
75
|
-
colorsComponentsMenuAutumnParent700: '#19475eff',
|
|
76
|
-
colorsComponentsMenuAutumnChild400: '#19475eff',
|
|
77
|
-
colorsComponentsMenuAutumnChild500: '#001926ff',
|
|
78
|
-
colorsComponentsMenuAutumnChild600: '#007e45ff',
|
|
79
|
-
colorsComponentsMenuAutumnChildAlt400: '#19475eff',
|
|
80
|
-
colorsComponentsMenuAutumnChildAlt500: '#00324cff',
|
|
81
|
-
colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
|
|
82
|
-
colorsComponentsMenuWinterStandard400: '#4d4d4dff',
|
|
83
|
-
colorsComponentsMenuWinterStandard500: '#000000ff',
|
|
84
|
-
colorsComponentsMenuWinterStandard600: '#007e45ff',
|
|
85
|
-
colorsComponentsMenuWinterStandard700: '#262626ff',
|
|
86
|
-
colorsComponentsMenuWinterStandard800: '#262626ff',
|
|
87
|
-
colorsComponentsMenuWinterParent400: '#4d4d4dff',
|
|
88
|
-
colorsComponentsMenuWinterParent500: '#000000ff',
|
|
89
|
-
colorsComponentsMenuWinterParent600: '#007e45ff',
|
|
90
|
-
colorsComponentsMenuWinterParent700: '#262626ff',
|
|
91
|
-
colorsComponentsMenuWinterParent800: '#262626ff',
|
|
92
|
-
colorsComponentsMenuWinterChild300: '#666666ff',
|
|
93
|
-
colorsComponentsMenuWinterChild400: '#4d4d4dff',
|
|
94
|
-
colorsComponentsMenuWinterChild500: '#262626ff',
|
|
95
|
-
colorsComponentsMenuWinterChild600: '#007e45ff',
|
|
96
|
-
colorsComponentsMenuWinterChild700: '#262626ff',
|
|
97
|
-
colorsComponentsMenuWinterChild800: '#262626ff',
|
|
98
|
-
colorsComponentsMenuWinterChildAlt300: '#666666ff',
|
|
99
|
-
colorsComponentsMenuWinterChildAlt400: '#4d4d4dff',
|
|
100
|
-
colorsComponentsMenuWinterChildAlt500: '#404040ff',
|
|
101
|
-
colorsComponentsMenuWinterChildAlt600: '#007e45ff',
|
|
102
|
-
colorsComponentsMenuWinterChildAlt700: '#404040ff',
|
|
103
|
-
colorsComponentsMenuWinterChildAlt800: '#404040ff',
|
|
104
|
-
colorsComponentsMenuYin100: '#000000ff',
|
|
105
|
-
colorsComponentsMenuYin065: '#000000a6',
|
|
106
|
-
colorsComponentsMenuYin090: '#000000e6',
|
|
107
|
-
colorsComponentsMenuYang100: '#ffffffff',
|
|
108
|
-
colorsComponentsMenuYang080: '#ffffffcc',
|
|
109
|
-
colorsComponentsMenuTransparent: '#00000000',
|
|
110
13
|
colorsUtilityMajor100: '#ccd6dbff',
|
|
111
14
|
colorsUtilityMajor150: '#b3c2c9ff',
|
|
112
15
|
colorsUtilityMajor200: '#99adb7ff',
|
|
@@ -219,6 +122,103 @@ module.exports = {
|
|
|
219
122
|
colorsSemanticInfoYin065: '#000000a6',
|
|
220
123
|
colorsSemanticInfoYin090: '#000000e6',
|
|
221
124
|
colorsSemanticInfoYang100: '#ffffffff',
|
|
125
|
+
colorsLogo: '#00d639ff',
|
|
126
|
+
colorsTransparent: '#00000000',
|
|
127
|
+
colorsYin030: '#0000004d',
|
|
128
|
+
colorsYin055: '#0000008c',
|
|
129
|
+
colorsYin065: '#000000a6',
|
|
130
|
+
colorsYin075: '#000000bf',
|
|
131
|
+
colorsYin090: '#000000e6',
|
|
132
|
+
colorsYang100: '#ffffffff',
|
|
133
|
+
colorsYang030: '#ffffff4d',
|
|
134
|
+
colorsYang080: '#ffffffcc',
|
|
135
|
+
colorsGray600: '#666666ff',
|
|
136
|
+
colorsGray700: '#4d4d4dff',
|
|
137
|
+
colorsGray750: '#404040ff',
|
|
138
|
+
colorsGray850: '#262626ff',
|
|
139
|
+
colorsGray900: '#191919ff',
|
|
140
|
+
colorsGray1000: '#000000ff',
|
|
141
|
+
colorsGray000: '#ffffffff',
|
|
142
|
+
colorsDisabled400: '#f2f5f6ff',
|
|
143
|
+
colorsDisabled500: '#e6ebedff',
|
|
144
|
+
colorsDisabled600: '#ccd6dbff',
|
|
145
|
+
colorsReadOnly400: '#f2f5f6ff',
|
|
146
|
+
colorsReadOnly500: '#e6ebedff',
|
|
147
|
+
colorsReadOnly600: '#ccd6dbff',
|
|
148
|
+
colorsComponentsMenuSpringStandard500: '#e6ebedff',
|
|
149
|
+
colorsComponentsMenuSpringStandard600: '#007e45ff',
|
|
150
|
+
colorsComponentsMenuSpringStandard700: '#d9e0e4ff',
|
|
151
|
+
colorsComponentsMenuSpringParent500: '#e6ebedff',
|
|
152
|
+
colorsComponentsMenuSpringParent600: '#007e45ff',
|
|
153
|
+
colorsComponentsMenuSpringParent700: '#d9e0e4ff',
|
|
154
|
+
colorsComponentsMenuSpringChild400: '#ccd6dbff',
|
|
155
|
+
colorsComponentsMenuSpringChild500: '#ffffffff',
|
|
156
|
+
colorsComponentsMenuSpringChild600: '#007e45ff',
|
|
157
|
+
colorsComponentsMenuSpringChildAlt400: '#ccd6dbff',
|
|
158
|
+
colorsComponentsMenuSpringChildAlt500: '#e6ebedff',
|
|
159
|
+
colorsComponentsMenuSpringChildAlt600: '#007e45ff',
|
|
160
|
+
colorsComponentsMenuSummerStandard400: '#ccd6dbff',
|
|
161
|
+
colorsComponentsMenuSummerStandard500: '#ffffffff',
|
|
162
|
+
colorsComponentsMenuSummerStandard600: '#007e45ff',
|
|
163
|
+
colorsComponentsMenuSummerStandard700: '#e6ebedff',
|
|
164
|
+
colorsComponentsMenuSummerStandard800: '#e6ebedff',
|
|
165
|
+
colorsComponentsMenuSummerParent400: '#ccd6dbff',
|
|
166
|
+
colorsComponentsMenuSummerParent500: '#ffffffff',
|
|
167
|
+
colorsComponentsMenuSummerParent600: '#007e45ff',
|
|
168
|
+
colorsComponentsMenuSummerParent700: '#e6ebedff',
|
|
169
|
+
colorsComponentsMenuSummerParent800: '#e6ebedff',
|
|
170
|
+
colorsComponentsMenuSummerChild300: '#b3c2c9ff',
|
|
171
|
+
colorsComponentsMenuSummerChild400: '#ccd6dbff',
|
|
172
|
+
colorsComponentsMenuSummerChild500: '#e6ebedff',
|
|
173
|
+
colorsComponentsMenuSummerChild600: '#007e45ff',
|
|
174
|
+
colorsComponentsMenuSummerChild700: '#e6ebedff',
|
|
175
|
+
colorsComponentsMenuSummerChild800: '#e6ebedff',
|
|
176
|
+
colorsComponentsMenuSummerChildAlt300: '#b3c2c9ff',
|
|
177
|
+
colorsComponentsMenuSummerChildAlt400: '#ccd6dbff',
|
|
178
|
+
colorsComponentsMenuSummerChildAlt500: '#d9e0e4ff',
|
|
179
|
+
colorsComponentsMenuSummerChildAlt600: '#007e45ff',
|
|
180
|
+
colorsComponentsMenuSummerChildAlt700: '#d9e0e4ff',
|
|
181
|
+
colorsComponentsMenuSummerChildAlt800: '#d9e0e4ff',
|
|
182
|
+
colorsComponentsMenuAutumnStandard500: '#00324cff',
|
|
183
|
+
colorsComponentsMenuAutumnStandard600: '#007e45ff',
|
|
184
|
+
colorsComponentsMenuAutumnStandard700: '#19475eff',
|
|
185
|
+
colorsComponentsMenuAutumnParent500: '#00324cff',
|
|
186
|
+
colorsComponentsMenuAutumnParent600: '#007e45ff',
|
|
187
|
+
colorsComponentsMenuAutumnParent700: '#19475eff',
|
|
188
|
+
colorsComponentsMenuAutumnChild400: '#19475eff',
|
|
189
|
+
colorsComponentsMenuAutumnChild500: '#001926ff',
|
|
190
|
+
colorsComponentsMenuAutumnChild600: '#007e45ff',
|
|
191
|
+
colorsComponentsMenuAutumnChildAlt400: '#19475eff',
|
|
192
|
+
colorsComponentsMenuAutumnChildAlt500: '#00324cff',
|
|
193
|
+
colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
|
|
194
|
+
colorsComponentsMenuWinterStandard400: '#4d4d4dff',
|
|
195
|
+
colorsComponentsMenuWinterStandard500: '#000000ff',
|
|
196
|
+
colorsComponentsMenuWinterStandard600: '#007e45ff',
|
|
197
|
+
colorsComponentsMenuWinterStandard700: '#262626ff',
|
|
198
|
+
colorsComponentsMenuWinterStandard800: '#262626ff',
|
|
199
|
+
colorsComponentsMenuWinterParent400: '#4d4d4dff',
|
|
200
|
+
colorsComponentsMenuWinterParent500: '#000000ff',
|
|
201
|
+
colorsComponentsMenuWinterParent600: '#007e45ff',
|
|
202
|
+
colorsComponentsMenuWinterParent700: '#262626ff',
|
|
203
|
+
colorsComponentsMenuWinterParent800: '#262626ff',
|
|
204
|
+
colorsComponentsMenuWinterChild300: '#666666ff',
|
|
205
|
+
colorsComponentsMenuWinterChild400: '#4d4d4dff',
|
|
206
|
+
colorsComponentsMenuWinterChild500: '#262626ff',
|
|
207
|
+
colorsComponentsMenuWinterChild600: '#007e45ff',
|
|
208
|
+
colorsComponentsMenuWinterChild700: '#262626ff',
|
|
209
|
+
colorsComponentsMenuWinterChild800: '#262626ff',
|
|
210
|
+
colorsComponentsMenuWinterChildAlt300: '#666666ff',
|
|
211
|
+
colorsComponentsMenuWinterChildAlt400: '#4d4d4dff',
|
|
212
|
+
colorsComponentsMenuWinterChildAlt500: '#404040ff',
|
|
213
|
+
colorsComponentsMenuWinterChildAlt600: '#007e45ff',
|
|
214
|
+
colorsComponentsMenuWinterChildAlt700: '#404040ff',
|
|
215
|
+
colorsComponentsMenuWinterChildAlt800: '#404040ff',
|
|
216
|
+
colorsComponentsMenuYin100: '#000000ff',
|
|
217
|
+
colorsComponentsMenuYin065: '#000000a6',
|
|
218
|
+
colorsComponentsMenuYin090: '#000000e6',
|
|
219
|
+
colorsComponentsMenuYang100: '#ffffffff',
|
|
220
|
+
colorsComponentsMenuYang080: '#ffffffcc',
|
|
221
|
+
colorsComponentsMenuTransparent: '#00000000',
|
|
222
222
|
sizing100: '8px',
|
|
223
223
|
sizing125: '10px',
|
|
224
224
|
sizing150: '12px',
|
|
@@ -318,7 +318,7 @@ module.exports = {
|
|
|
318
318
|
typographyCardSelectTitleM: '700 16px/150% Sage UI',
|
|
319
319
|
typographyCardSelectSubtitleM: '500 14px/150% Sage UI',
|
|
320
320
|
typographyCardSelectParagraphM: '400 14px/150% Sage UI',
|
|
321
|
-
typographyDatePickerCalendarDateM: '
|
|
321
|
+
typographyDatePickerCalendarDateM: '700 14px/150% Sage UI',
|
|
322
322
|
typographyDatePickerCalendarDayM: '700 14px/150% Sage UI',
|
|
323
323
|
typographyDatePickerCalendarMonthM: '700 16px/125% Sage UI',
|
|
324
324
|
typographyDialogTitleXs: '700 24px/125% Sage UI',
|
|
@@ -388,28 +388,24 @@ module.exports = {
|
|
|
388
388
|
typographyPillLabelM: '500 12px/150% Sage UI',
|
|
389
389
|
typographyPillLabelL: '500 14px/150% Sage UI',
|
|
390
390
|
typographyPillLabelXl: '500 16px/150% Sage UI',
|
|
391
|
-
typographyProfileEmailTextXs: '400 12px/100% Sage UI',
|
|
392
391
|
typographyProfileEmailTextS: '400 14px/100% Sage UI',
|
|
393
392
|
typographyProfileEmailTextM: '400 14px/125% Sage UI',
|
|
394
393
|
typographyProfileEmailTextMl: '400 14px/125% Sage UI',
|
|
395
394
|
typographyProfileEmailTextL: '400 14px/125% Sage UI',
|
|
396
395
|
typographyProfileEmailTextXl: '400 18px/125% Sage UI',
|
|
397
396
|
typographyProfileEmailTextXxl: '400 24px/125% Sage UI',
|
|
398
|
-
typographyProfileEmailLinkXs: '400 12px/100% Sage UI',
|
|
399
397
|
typographyProfileEmailLinkS: '400 14px/100% Sage UI',
|
|
400
398
|
typographyProfileEmailLinkM: '400 14px/125% Sage UI',
|
|
401
399
|
typographyProfileEmailLinkMl: '400 14px/125% Sage UI',
|
|
402
400
|
typographyProfileEmailLinkL: '400 14px/125% Sage UI',
|
|
403
401
|
typographyProfileEmailLinkXl: '400 18px/125% Sage UI',
|
|
404
402
|
typographyProfileEmailLinkXxl: '400 24px/125% Sage UI',
|
|
405
|
-
typographyProfileInitialsXs: '500 10px/150% Sage UI',
|
|
406
403
|
typographyProfileInitialsS: '500 14px/150% Sage UI',
|
|
407
404
|
typographyProfileInitialsM: '500 18px/150% Sage UI',
|
|
408
405
|
typographyProfileInitialsMl: '500 24px/150% Sage UI',
|
|
409
406
|
typographyProfileInitialsL: '500 32px/150% Sage UI',
|
|
410
407
|
typographyProfileInitialsXl: '500 48px/150% Sage UI',
|
|
411
408
|
typographyProfileInitialsXxl: '500 56px/150% Sage UI',
|
|
412
|
-
typographyProfileNameXs: '500 13px/100% Sage UI',
|
|
413
409
|
typographyProfileNameS: '500 14px/100% Sage UI',
|
|
414
410
|
typographyProfileNameM: '500 14px/125% Sage UI',
|
|
415
411
|
typographyProfileNameMl: '500 16px/125% Sage UI',
|
|
@@ -419,7 +415,6 @@ module.exports = {
|
|
|
419
415
|
typographyProgressTrackerValueLabelS: '500 14px/150% Sage UI',
|
|
420
416
|
typographyProgressTrackerValueLabelM: '500 14px/150% Sage UI',
|
|
421
417
|
typographyProgressTrackerValueLabelL: '500 14px/150% Sage UI',
|
|
422
|
-
typographySearchLabelM: '400 14px/150% Sage UI',
|
|
423
418
|
typographySidebarTitleXs: '700 20px/125% Sage UI',
|
|
424
419
|
typographySidebarTitleS: '700 20px/125% Sage UI',
|
|
425
420
|
typographySidebarTitleMs: '700 20px/125% Sage UI',
|
package/js/base/es6.d.ts
CHANGED
|
@@ -1,103 +1,6 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
const metaName: string;
|
|
3
3
|
const metaPublic: string;
|
|
4
|
-
const colorsLogo: string;
|
|
5
|
-
const colorsTransparent: string;
|
|
6
|
-
const colorsYin030: string;
|
|
7
|
-
const colorsYin055: string;
|
|
8
|
-
const colorsYin065: string;
|
|
9
|
-
const colorsYin075: string;
|
|
10
|
-
const colorsYin090: string;
|
|
11
|
-
const colorsYang100: string;
|
|
12
|
-
const colorsYang030: string;
|
|
13
|
-
const colorsYang080: string;
|
|
14
|
-
const colorsGray600: string;
|
|
15
|
-
const colorsGray700: string;
|
|
16
|
-
const colorsGray750: string;
|
|
17
|
-
const colorsGray850: string;
|
|
18
|
-
const colorsGray900: string;
|
|
19
|
-
const colorsGray1000: string;
|
|
20
|
-
const colorsGray000: string;
|
|
21
|
-
const colorsDisabled400: string;
|
|
22
|
-
const colorsDisabled500: string;
|
|
23
|
-
const colorsDisabled600: string;
|
|
24
|
-
const colorsReadOnly400: string;
|
|
25
|
-
const colorsReadOnly500: string;
|
|
26
|
-
const colorsReadOnly600: string;
|
|
27
|
-
const colorsComponentsMenuSpringStandard500: string;
|
|
28
|
-
const colorsComponentsMenuSpringStandard600: string;
|
|
29
|
-
const colorsComponentsMenuSpringStandard700: string;
|
|
30
|
-
const colorsComponentsMenuSpringParent500: string;
|
|
31
|
-
const colorsComponentsMenuSpringParent600: string;
|
|
32
|
-
const colorsComponentsMenuSpringParent700: string;
|
|
33
|
-
const colorsComponentsMenuSpringChild400: string;
|
|
34
|
-
const colorsComponentsMenuSpringChild500: string;
|
|
35
|
-
const colorsComponentsMenuSpringChild600: string;
|
|
36
|
-
const colorsComponentsMenuSpringChildAlt400: string;
|
|
37
|
-
const colorsComponentsMenuSpringChildAlt500: string;
|
|
38
|
-
const colorsComponentsMenuSpringChildAlt600: string;
|
|
39
|
-
const colorsComponentsMenuSummerStandard400: string;
|
|
40
|
-
const colorsComponentsMenuSummerStandard500: string;
|
|
41
|
-
const colorsComponentsMenuSummerStandard600: string;
|
|
42
|
-
const colorsComponentsMenuSummerStandard700: string;
|
|
43
|
-
const colorsComponentsMenuSummerStandard800: string;
|
|
44
|
-
const colorsComponentsMenuSummerParent400: string;
|
|
45
|
-
const colorsComponentsMenuSummerParent500: string;
|
|
46
|
-
const colorsComponentsMenuSummerParent600: string;
|
|
47
|
-
const colorsComponentsMenuSummerParent700: string;
|
|
48
|
-
const colorsComponentsMenuSummerParent800: string;
|
|
49
|
-
const colorsComponentsMenuSummerChild300: string;
|
|
50
|
-
const colorsComponentsMenuSummerChild400: string;
|
|
51
|
-
const colorsComponentsMenuSummerChild500: string;
|
|
52
|
-
const colorsComponentsMenuSummerChild600: string;
|
|
53
|
-
const colorsComponentsMenuSummerChild700: string;
|
|
54
|
-
const colorsComponentsMenuSummerChild800: string;
|
|
55
|
-
const colorsComponentsMenuSummerChildAlt300: string;
|
|
56
|
-
const colorsComponentsMenuSummerChildAlt400: string;
|
|
57
|
-
const colorsComponentsMenuSummerChildAlt500: string;
|
|
58
|
-
const colorsComponentsMenuSummerChildAlt600: string;
|
|
59
|
-
const colorsComponentsMenuSummerChildAlt700: string;
|
|
60
|
-
const colorsComponentsMenuSummerChildAlt800: string;
|
|
61
|
-
const colorsComponentsMenuAutumnStandard500: string;
|
|
62
|
-
const colorsComponentsMenuAutumnStandard600: string;
|
|
63
|
-
const colorsComponentsMenuAutumnStandard700: string;
|
|
64
|
-
const colorsComponentsMenuAutumnParent500: string;
|
|
65
|
-
const colorsComponentsMenuAutumnParent600: string;
|
|
66
|
-
const colorsComponentsMenuAutumnParent700: string;
|
|
67
|
-
const colorsComponentsMenuAutumnChild400: string;
|
|
68
|
-
const colorsComponentsMenuAutumnChild500: string;
|
|
69
|
-
const colorsComponentsMenuAutumnChild600: string;
|
|
70
|
-
const colorsComponentsMenuAutumnChildAlt400: string;
|
|
71
|
-
const colorsComponentsMenuAutumnChildAlt500: string;
|
|
72
|
-
const colorsComponentsMenuAutumnChildAlt600: string;
|
|
73
|
-
const colorsComponentsMenuWinterStandard400: string;
|
|
74
|
-
const colorsComponentsMenuWinterStandard500: string;
|
|
75
|
-
const colorsComponentsMenuWinterStandard600: string;
|
|
76
|
-
const colorsComponentsMenuWinterStandard700: string;
|
|
77
|
-
const colorsComponentsMenuWinterStandard800: string;
|
|
78
|
-
const colorsComponentsMenuWinterParent400: string;
|
|
79
|
-
const colorsComponentsMenuWinterParent500: string;
|
|
80
|
-
const colorsComponentsMenuWinterParent600: string;
|
|
81
|
-
const colorsComponentsMenuWinterParent700: string;
|
|
82
|
-
const colorsComponentsMenuWinterParent800: string;
|
|
83
|
-
const colorsComponentsMenuWinterChild300: string;
|
|
84
|
-
const colorsComponentsMenuWinterChild400: string;
|
|
85
|
-
const colorsComponentsMenuWinterChild500: string;
|
|
86
|
-
const colorsComponentsMenuWinterChild600: string;
|
|
87
|
-
const colorsComponentsMenuWinterChild700: string;
|
|
88
|
-
const colorsComponentsMenuWinterChild800: string;
|
|
89
|
-
const colorsComponentsMenuWinterChildAlt300: string;
|
|
90
|
-
const colorsComponentsMenuWinterChildAlt400: string;
|
|
91
|
-
const colorsComponentsMenuWinterChildAlt500: string;
|
|
92
|
-
const colorsComponentsMenuWinterChildAlt600: string;
|
|
93
|
-
const colorsComponentsMenuWinterChildAlt700: string;
|
|
94
|
-
const colorsComponentsMenuWinterChildAlt800: string;
|
|
95
|
-
const colorsComponentsMenuYin100: string;
|
|
96
|
-
const colorsComponentsMenuYin065: string;
|
|
97
|
-
const colorsComponentsMenuYin090: string;
|
|
98
|
-
const colorsComponentsMenuYang100: string;
|
|
99
|
-
const colorsComponentsMenuYang080: string;
|
|
100
|
-
const colorsComponentsMenuTransparent: string;
|
|
101
4
|
const colorsUtilityMajor100: string;
|
|
102
5
|
const colorsUtilityMajor150: string;
|
|
103
6
|
const colorsUtilityMajor200: string;
|
|
@@ -210,6 +113,103 @@ declare namespace _default {
|
|
|
210
113
|
const colorsSemanticInfoYin065: string;
|
|
211
114
|
const colorsSemanticInfoYin090: string;
|
|
212
115
|
const colorsSemanticInfoYang100: string;
|
|
116
|
+
const colorsLogo: string;
|
|
117
|
+
const colorsTransparent: string;
|
|
118
|
+
const colorsYin030: string;
|
|
119
|
+
const colorsYin055: string;
|
|
120
|
+
const colorsYin065: string;
|
|
121
|
+
const colorsYin075: string;
|
|
122
|
+
const colorsYin090: string;
|
|
123
|
+
const colorsYang100: string;
|
|
124
|
+
const colorsYang030: string;
|
|
125
|
+
const colorsYang080: string;
|
|
126
|
+
const colorsGray600: string;
|
|
127
|
+
const colorsGray700: string;
|
|
128
|
+
const colorsGray750: string;
|
|
129
|
+
const colorsGray850: string;
|
|
130
|
+
const colorsGray900: string;
|
|
131
|
+
const colorsGray1000: string;
|
|
132
|
+
const colorsGray000: string;
|
|
133
|
+
const colorsDisabled400: string;
|
|
134
|
+
const colorsDisabled500: string;
|
|
135
|
+
const colorsDisabled600: string;
|
|
136
|
+
const colorsReadOnly400: string;
|
|
137
|
+
const colorsReadOnly500: string;
|
|
138
|
+
const colorsReadOnly600: string;
|
|
139
|
+
const colorsComponentsMenuSpringStandard500: string;
|
|
140
|
+
const colorsComponentsMenuSpringStandard600: string;
|
|
141
|
+
const colorsComponentsMenuSpringStandard700: string;
|
|
142
|
+
const colorsComponentsMenuSpringParent500: string;
|
|
143
|
+
const colorsComponentsMenuSpringParent600: string;
|
|
144
|
+
const colorsComponentsMenuSpringParent700: string;
|
|
145
|
+
const colorsComponentsMenuSpringChild400: string;
|
|
146
|
+
const colorsComponentsMenuSpringChild500: string;
|
|
147
|
+
const colorsComponentsMenuSpringChild600: string;
|
|
148
|
+
const colorsComponentsMenuSpringChildAlt400: string;
|
|
149
|
+
const colorsComponentsMenuSpringChildAlt500: string;
|
|
150
|
+
const colorsComponentsMenuSpringChildAlt600: string;
|
|
151
|
+
const colorsComponentsMenuSummerStandard400: string;
|
|
152
|
+
const colorsComponentsMenuSummerStandard500: string;
|
|
153
|
+
const colorsComponentsMenuSummerStandard600: string;
|
|
154
|
+
const colorsComponentsMenuSummerStandard700: string;
|
|
155
|
+
const colorsComponentsMenuSummerStandard800: string;
|
|
156
|
+
const colorsComponentsMenuSummerParent400: string;
|
|
157
|
+
const colorsComponentsMenuSummerParent500: string;
|
|
158
|
+
const colorsComponentsMenuSummerParent600: string;
|
|
159
|
+
const colorsComponentsMenuSummerParent700: string;
|
|
160
|
+
const colorsComponentsMenuSummerParent800: string;
|
|
161
|
+
const colorsComponentsMenuSummerChild300: string;
|
|
162
|
+
const colorsComponentsMenuSummerChild400: string;
|
|
163
|
+
const colorsComponentsMenuSummerChild500: string;
|
|
164
|
+
const colorsComponentsMenuSummerChild600: string;
|
|
165
|
+
const colorsComponentsMenuSummerChild700: string;
|
|
166
|
+
const colorsComponentsMenuSummerChild800: string;
|
|
167
|
+
const colorsComponentsMenuSummerChildAlt300: string;
|
|
168
|
+
const colorsComponentsMenuSummerChildAlt400: string;
|
|
169
|
+
const colorsComponentsMenuSummerChildAlt500: string;
|
|
170
|
+
const colorsComponentsMenuSummerChildAlt600: string;
|
|
171
|
+
const colorsComponentsMenuSummerChildAlt700: string;
|
|
172
|
+
const colorsComponentsMenuSummerChildAlt800: string;
|
|
173
|
+
const colorsComponentsMenuAutumnStandard500: string;
|
|
174
|
+
const colorsComponentsMenuAutumnStandard600: string;
|
|
175
|
+
const colorsComponentsMenuAutumnStandard700: string;
|
|
176
|
+
const colorsComponentsMenuAutumnParent500: string;
|
|
177
|
+
const colorsComponentsMenuAutumnParent600: string;
|
|
178
|
+
const colorsComponentsMenuAutumnParent700: string;
|
|
179
|
+
const colorsComponentsMenuAutumnChild400: string;
|
|
180
|
+
const colorsComponentsMenuAutumnChild500: string;
|
|
181
|
+
const colorsComponentsMenuAutumnChild600: string;
|
|
182
|
+
const colorsComponentsMenuAutumnChildAlt400: string;
|
|
183
|
+
const colorsComponentsMenuAutumnChildAlt500: string;
|
|
184
|
+
const colorsComponentsMenuAutumnChildAlt600: string;
|
|
185
|
+
const colorsComponentsMenuWinterStandard400: string;
|
|
186
|
+
const colorsComponentsMenuWinterStandard500: string;
|
|
187
|
+
const colorsComponentsMenuWinterStandard600: string;
|
|
188
|
+
const colorsComponentsMenuWinterStandard700: string;
|
|
189
|
+
const colorsComponentsMenuWinterStandard800: string;
|
|
190
|
+
const colorsComponentsMenuWinterParent400: string;
|
|
191
|
+
const colorsComponentsMenuWinterParent500: string;
|
|
192
|
+
const colorsComponentsMenuWinterParent600: string;
|
|
193
|
+
const colorsComponentsMenuWinterParent700: string;
|
|
194
|
+
const colorsComponentsMenuWinterParent800: string;
|
|
195
|
+
const colorsComponentsMenuWinterChild300: string;
|
|
196
|
+
const colorsComponentsMenuWinterChild400: string;
|
|
197
|
+
const colorsComponentsMenuWinterChild500: string;
|
|
198
|
+
const colorsComponentsMenuWinterChild600: string;
|
|
199
|
+
const colorsComponentsMenuWinterChild700: string;
|
|
200
|
+
const colorsComponentsMenuWinterChild800: string;
|
|
201
|
+
const colorsComponentsMenuWinterChildAlt300: string;
|
|
202
|
+
const colorsComponentsMenuWinterChildAlt400: string;
|
|
203
|
+
const colorsComponentsMenuWinterChildAlt500: string;
|
|
204
|
+
const colorsComponentsMenuWinterChildAlt600: string;
|
|
205
|
+
const colorsComponentsMenuWinterChildAlt700: string;
|
|
206
|
+
const colorsComponentsMenuWinterChildAlt800: string;
|
|
207
|
+
const colorsComponentsMenuYin100: string;
|
|
208
|
+
const colorsComponentsMenuYin065: string;
|
|
209
|
+
const colorsComponentsMenuYin090: string;
|
|
210
|
+
const colorsComponentsMenuYang100: string;
|
|
211
|
+
const colorsComponentsMenuYang080: string;
|
|
212
|
+
const colorsComponentsMenuTransparent: string;
|
|
213
213
|
const sizing100: string;
|
|
214
214
|
const sizing125: string;
|
|
215
215
|
const sizing150: string;
|
|
@@ -379,28 +379,24 @@ declare namespace _default {
|
|
|
379
379
|
const typographyPillLabelM: string;
|
|
380
380
|
const typographyPillLabelL: string;
|
|
381
381
|
const typographyPillLabelXl: string;
|
|
382
|
-
const typographyProfileEmailTextXs: string;
|
|
383
382
|
const typographyProfileEmailTextS: string;
|
|
384
383
|
const typographyProfileEmailTextM: string;
|
|
385
384
|
const typographyProfileEmailTextMl: string;
|
|
386
385
|
const typographyProfileEmailTextL: string;
|
|
387
386
|
const typographyProfileEmailTextXl: string;
|
|
388
387
|
const typographyProfileEmailTextXxl: string;
|
|
389
|
-
const typographyProfileEmailLinkXs: string;
|
|
390
388
|
const typographyProfileEmailLinkS: string;
|
|
391
389
|
const typographyProfileEmailLinkM: string;
|
|
392
390
|
const typographyProfileEmailLinkMl: string;
|
|
393
391
|
const typographyProfileEmailLinkL: string;
|
|
394
392
|
const typographyProfileEmailLinkXl: string;
|
|
395
393
|
const typographyProfileEmailLinkXxl: string;
|
|
396
|
-
const typographyProfileInitialsXs: string;
|
|
397
394
|
const typographyProfileInitialsS: string;
|
|
398
395
|
const typographyProfileInitialsM: string;
|
|
399
396
|
const typographyProfileInitialsMl: string;
|
|
400
397
|
const typographyProfileInitialsL: string;
|
|
401
398
|
const typographyProfileInitialsXl: string;
|
|
402
399
|
const typographyProfileInitialsXxl: string;
|
|
403
|
-
const typographyProfileNameXs: string;
|
|
404
400
|
const typographyProfileNameS: string;
|
|
405
401
|
const typographyProfileNameM: string;
|
|
406
402
|
const typographyProfileNameMl: string;
|
|
@@ -410,7 +406,6 @@ declare namespace _default {
|
|
|
410
406
|
const typographyProgressTrackerValueLabelS: string;
|
|
411
407
|
const typographyProgressTrackerValueLabelM: string;
|
|
412
408
|
const typographyProgressTrackerValueLabelL: string;
|
|
413
|
-
const typographySearchLabelM: string;
|
|
414
409
|
const typographySidebarTitleXs: string;
|
|
415
410
|
const typographySidebarTitleS: string;
|
|
416
411
|
const typographySidebarTitleMs: string;
|