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