@sage/design-tokens 2.1.0 → 2.4.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 +9 -3
- package/assets/fonts/sageui.css +18 -18
- package/css/base.css +9 -3
- package/data/tokens.json +60 -1677
- package/docs/tokens/base/border-radius/index.html +0 -74
- package/docs/tokens/base/border-width/index.html +0 -74
- package/docs/tokens/base/box-shadow/index.html +0 -74
- package/docs/tokens/base/colors/index.html +0 -74
- package/docs/tokens/base/font-families/index.html +0 -74
- package/docs/tokens/base/font-sizes/index.html +0 -74
- package/docs/tokens/base/font-weights/index.html +0 -74
- package/docs/tokens/base/index.html +148 -96
- package/docs/tokens/base/line-heights/index.html +0 -74
- package/docs/tokens/base/opacity/index.html +0 -74
- package/docs/tokens/base/sizing/index.html +21 -95
- package/docs/tokens/base/spacing/index.html +63 -74
- package/docs/tokens/base/typography/index.html +64 -75
- package/docs/tokens/index.html +148 -5736
- package/index.d.ts +0 -2
- package/index.js +0 -2
- package/ios/base.h +9 -3
- package/js/base/common.d.ts +7 -1
- package/js/base/common.js +9 -3
- package/js/base/es6.d.ts +7 -1
- package/js/base/es6.js +8 -2
- package/package.json +1 -1
- package/sage-design-tokens-2.4.0.tgz +0 -0
- package/scss/base.scss +9 -3
- package/android/no-theme.xml +0 -265
- package/css/no-theme.css +0 -267
- package/docs/tokens/figma-only/index.html +0 -394
- package/docs/tokens/figma-only/sizing/index.html +0 -399
- package/docs/tokens/no-theme/border-radius/index.html +0 -399
- package/docs/tokens/no-theme/border-width/index.html +0 -483
- package/docs/tokens/no-theme/box-shadow/index.html +0 -462
- package/docs/tokens/no-theme/colors/index.html +0 -2982
- package/docs/tokens/no-theme/font-families/index.html +0 -462
- package/docs/tokens/no-theme/font-sizes/index.html +0 -664
- package/docs/tokens/no-theme/font-weights/index.html +0 -441
- package/docs/tokens/no-theme/index.html +0 -5890
- package/docs/tokens/no-theme/line-heights/index.html +0 -420
- package/docs/tokens/no-theme/sizing/index.html +0 -819
- package/docs/tokens/no-theme/spacing/index.html +0 -735
- package/docs/tokens/no-theme/typography/index.html +0 -1638
- package/ios/no-theme.h +0 -269
- package/js/no-theme/common.d.ts +0 -256
- package/js/no-theme/common.js +0 -267
- package/js/no-theme/es6.d.ts +0 -259
- package/js/no-theme/es6.js +0 -262
- package/sage-design-tokens-2.1.0.tgz +0 -0
- package/scss/no-theme.scss +0 -264
package/ios/no-theme.h
DELETED
|
@@ -1,269 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//
|
|
3
|
-
// no-theme.h
|
|
4
|
-
//
|
|
5
|
-
|
|
6
|
-
// Do not edit directly
|
|
7
|
-
// Generated on Mon, 14 Mar 2022 10:20:22 GMT
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
#import <Foundation/Foundation.h>
|
|
11
|
-
#import <UIKit/UIKit.h>
|
|
12
|
-
|
|
13
|
-
#define metaName No Theme
|
|
14
|
-
#define metaPublic true
|
|
15
|
-
#define colorsLogo #ef001dff
|
|
16
|
-
#define colorsTransparent #00000000
|
|
17
|
-
#define colorsYin030 #00ac004d
|
|
18
|
-
#define colorsYin055 #00ac008c
|
|
19
|
-
#define colorsYin065 #00ac00a6
|
|
20
|
-
#define colorsYin090 #00ac00e6
|
|
21
|
-
#define colorsYang100 #ffff00ff
|
|
22
|
-
#define colorsDisabled400 #ed99f9ff
|
|
23
|
-
#define colorsDisabled500 #e880f7ff
|
|
24
|
-
#define colorsDisabled600 #e366f5ff
|
|
25
|
-
#define colorsReadOnly400 #4da6f4ff
|
|
26
|
-
#define colorsReadOnly500 #198df1ff
|
|
27
|
-
#define colorsReadOnly600 #0073d7ff
|
|
28
|
-
#define colorsComponentsNavigation500 #fcccd2ff
|
|
29
|
-
#define colorsComponentsNavigation600 #f999a5ff
|
|
30
|
-
#define colorsComponentsNavigation700 #f56677ff
|
|
31
|
-
#define colorsComponentsNavigationTransparent #00000000
|
|
32
|
-
#define colorsComponentsNavigationYin100 #00ac00ff
|
|
33
|
-
#define colorsComponentsNavigationYin030 #00ac004d
|
|
34
|
-
#define colorsComponentsNavigationYin055 #00ac008c
|
|
35
|
-
#define colorsComponentsNavigationYin065 #00ac00a6
|
|
36
|
-
#define colorsComponentsNavigationYin090 #00ac00e6
|
|
37
|
-
#define colorsComponentsNavigationYang100 #ffff00ff
|
|
38
|
-
#define colorsUtilityMajor100 #94a9ffff
|
|
39
|
-
#define colorsUtilityMajor150 #7c96ffff
|
|
40
|
-
#define colorsUtilityMajor200 #6482ffff
|
|
41
|
-
#define colorsUtilityMajor300 #3a61ffff
|
|
42
|
-
#define colorsUtilityMajor400 #0031fcff
|
|
43
|
-
#define colorsUtilityMajor500 #0029d1ff
|
|
44
|
-
#define colorsUtilityMajor800 #001053ff
|
|
45
|
-
#define colorsUtilityMajor025 #e5eaffff
|
|
46
|
-
#define colorsUtilityMajor050 #ced8ffff
|
|
47
|
-
#define colorsUtilityMajor075 #afbfffff
|
|
48
|
-
#define colorsUtilityMajorTransparent #00000000
|
|
49
|
-
#define colorsUtilityYin030 #00ac004d
|
|
50
|
-
#define colorsUtilityYin055 #00ac008c
|
|
51
|
-
#define colorsUtilityYin065 #00ac00a6
|
|
52
|
-
#define colorsUtilityYin090 #00ac00e6
|
|
53
|
-
#define colorsUtilityYang100 #ffff00ff
|
|
54
|
-
#define colorsUtilityDisabled400 #ed99f9ff
|
|
55
|
-
#define colorsUtilityDisabled500 #e880f7ff
|
|
56
|
-
#define colorsUtilityDisabled600 #e366f5ff
|
|
57
|
-
#define colorsUtilityReadOnly400 #4da6f4ff
|
|
58
|
-
#define colorsUtilityReadOnly500 #198df1ff
|
|
59
|
-
#define colorsUtilityReadOnly600 #0073d7ff
|
|
60
|
-
#define colorsActionMajor150 #daccfcff
|
|
61
|
-
#define colorsActionMajor500 #9166f5ff
|
|
62
|
-
#define colorsActionMajor600 #6c33f2ff
|
|
63
|
-
#define colorsActionMajor700 #4700efff
|
|
64
|
-
#define colorsActionMajorTransparent #00000000
|
|
65
|
-
#define colorsActionMajorYin030 #00ac004d
|
|
66
|
-
#define colorsActionMajorYin055 #00ac008c
|
|
67
|
-
#define colorsActionMajorYin065 #00ac00a6
|
|
68
|
-
#define colorsActionMajorYin090 #00ac00e6
|
|
69
|
-
#define colorsActionMajorYang100 #ffff00ff
|
|
70
|
-
#define colorsActionMinor100 #ced8ffff
|
|
71
|
-
#define colorsActionMinor150 #afbfffff
|
|
72
|
-
#define colorsActionMinor200 #94a9ffff
|
|
73
|
-
#define colorsActionMinor250 #7c96ffff
|
|
74
|
-
#define colorsActionMinor300 #6482ffff
|
|
75
|
-
#define colorsActionMinor400 #3a61ffff
|
|
76
|
-
#define colorsActionMinor500 #0031fcff
|
|
77
|
-
#define colorsActionMinor600 #0029d1ff
|
|
78
|
-
#define colorsActionMinor900 #001053ff
|
|
79
|
-
#define colorsActionMinor025 #f1f4ffff
|
|
80
|
-
#define colorsActionMinor050 #e5eaffff
|
|
81
|
-
#define colorsActionMinorTransparent #00000000
|
|
82
|
-
#define colorsActionMinorYin030 #00ac004d
|
|
83
|
-
#define colorsActionMinorYin055 #00ac008c
|
|
84
|
-
#define colorsActionMinorYin065 #00ac00a6
|
|
85
|
-
#define colorsActionMinorYin090 #00ac00e6
|
|
86
|
-
#define colorsActionMinorYang100 #ffff00ff
|
|
87
|
-
#define colorsActionDisabled400 #ed99f9ff
|
|
88
|
-
#define colorsActionDisabled500 #e880f7ff
|
|
89
|
-
#define colorsActionDisabled600 #e366f5ff
|
|
90
|
-
#define colorsActionReadOnly400 #4da6f4ff
|
|
91
|
-
#define colorsActionReadOnly500 #198df1ff
|
|
92
|
-
#define colorsActionReadOnly600 #0073d7ff
|
|
93
|
-
#define colorsSemanticNeutral200 #99f0f9ff
|
|
94
|
-
#define colorsSemanticNeutral500 #00d9efff
|
|
95
|
-
#define colorsSemanticNeutral600 #00aebfff
|
|
96
|
-
#define colorsSemanticNeutralTransparent #00000000
|
|
97
|
-
#define colorsSemanticNeutralYin030 #00ac004d
|
|
98
|
-
#define colorsSemanticNeutralYin055 #00ac008c
|
|
99
|
-
#define colorsSemanticNeutralYin065 #00ac00a6
|
|
100
|
-
#define colorsSemanticNeutralYin090 #00ac00e6
|
|
101
|
-
#define colorsSemanticNeutralYang100 #ffff00ff
|
|
102
|
-
#define colorsSemanticFocus250 #80f7d2ff
|
|
103
|
-
#define colorsSemanticFocus500 #00efa5ff
|
|
104
|
-
#define colorsSemanticFocusTransparent #00000000
|
|
105
|
-
#define colorsSemanticPositive500 #ffc173ff
|
|
106
|
-
#define colorsSemanticPositive600 #ffb04bff
|
|
107
|
-
#define colorsSemanticPositiveTransparent #00000000
|
|
108
|
-
#define colorsSemanticPositiveYin030 #00ac004d
|
|
109
|
-
#define colorsSemanticPositiveYin055 #00ac008c
|
|
110
|
-
#define colorsSemanticPositiveYin065 #00ac00a6
|
|
111
|
-
#define colorsSemanticPositiveYin090 #00ac00e6
|
|
112
|
-
#define colorsSemanticPositiveYang100 #ffff00ff
|
|
113
|
-
#define colorsSemanticNegative500 #d5ef00ff
|
|
114
|
-
#define colorsSemanticNegative600 #aabf00ff
|
|
115
|
-
#define colorsSemanticNegativeTransparent #00000000
|
|
116
|
-
#define colorsSemanticNegativeYin030 #00ac004d
|
|
117
|
-
#define colorsSemanticNegativeYin055 #00ac008c
|
|
118
|
-
#define colorsSemanticNegativeYin065 #00ac00a6
|
|
119
|
-
#define colorsSemanticNegativeYin090 #00ac00e6
|
|
120
|
-
#define colorsSemanticNegativeYang100 #ffff00ff
|
|
121
|
-
#define colorsSemanticCaution400 #4dcbb9ff
|
|
122
|
-
#define colorsSemanticCaution500 #01b49bff
|
|
123
|
-
#define colorsSemanticCaution600 #01907cff
|
|
124
|
-
#define colorsSemanticCautionTransparent #00000000
|
|
125
|
-
#define colorsSemanticCautionYin030 #00ac004d
|
|
126
|
-
#define colorsSemanticCautionYin055 #00ac008c
|
|
127
|
-
#define colorsSemanticCautionYin065 #00ac00a6
|
|
128
|
-
#define colorsSemanticCautionYin090 #00ac00e6
|
|
129
|
-
#define colorsSemanticCautionYang100 #ffff00ff
|
|
130
|
-
#define colorsSemanticInfo150 #ffd7c8ff
|
|
131
|
-
#define colorsSemanticInfo500 #ffaf90ff
|
|
132
|
-
#define colorsSemanticInfo600 #ff946bff
|
|
133
|
-
#define colorsSemanticInfoTransparent #00000000
|
|
134
|
-
#define colorsSemanticInfoYin030 #00ac004d
|
|
135
|
-
#define colorsSemanticInfoYin055 #00ac008c
|
|
136
|
-
#define colorsSemanticInfoYin065 #00ac00a6
|
|
137
|
-
#define colorsSemanticInfoYin090 #00ac00e6
|
|
138
|
-
#define colorsSemanticInfoYang100 #ffff00ff
|
|
139
|
-
#define sizing100 8px
|
|
140
|
-
#define sizing125 10px
|
|
141
|
-
#define sizing150 12px
|
|
142
|
-
#define sizing175 14px
|
|
143
|
-
#define sizing200 16px
|
|
144
|
-
#define sizing250 20px
|
|
145
|
-
#define sizing300 24px
|
|
146
|
-
#define sizing350 28px
|
|
147
|
-
#define sizing375 30px
|
|
148
|
-
#define sizing400 32px
|
|
149
|
-
#define sizing500 40px
|
|
150
|
-
#define sizing600 48px
|
|
151
|
-
#define sizing700 56px
|
|
152
|
-
#define sizing800 64px
|
|
153
|
-
#define sizing900 72px
|
|
154
|
-
#define sizing1000 80px
|
|
155
|
-
#define sizing025 2px
|
|
156
|
-
#define sizing050 4px
|
|
157
|
-
#define sizing075 6px
|
|
158
|
-
#define sizingLogowidth 40px
|
|
159
|
-
#define sizing010 1px
|
|
160
|
-
#define spacing100 8px
|
|
161
|
-
#define spacing125 10px
|
|
162
|
-
#define spacing150 12px
|
|
163
|
-
#define spacing200 16px
|
|
164
|
-
#define spacing250 20px
|
|
165
|
-
#define spacing300 24px
|
|
166
|
-
#define spacing400 32px
|
|
167
|
-
#define spacing500 40px
|
|
168
|
-
#define spacing600 48px
|
|
169
|
-
#define spacing700 56px
|
|
170
|
-
#define spacing800 64px
|
|
171
|
-
#define spacing900 72px
|
|
172
|
-
#define spacing1000 80px
|
|
173
|
-
#define spacing000 0
|
|
174
|
-
#define spacing025 2px
|
|
175
|
-
#define spacing050 4px
|
|
176
|
-
#define spacing075 6px
|
|
177
|
-
#define borderWidth100 1px
|
|
178
|
-
#define borderWidth200 2px
|
|
179
|
-
#define borderWidth300 3px
|
|
180
|
-
#define borderWidth400 4px
|
|
181
|
-
#define borderWidth000 0px
|
|
182
|
-
#define fontSizes100 14px
|
|
183
|
-
#define fontSizes200 16px
|
|
184
|
-
#define fontSizes300 18px
|
|
185
|
-
#define fontSizes400 20px
|
|
186
|
-
#define fontSizes500 22px
|
|
187
|
-
#define fontSizes600 24px
|
|
188
|
-
#define fontSizes700 32px
|
|
189
|
-
#define fontSizes800 48px
|
|
190
|
-
#define fontSizes900 56px
|
|
191
|
-
#define fontSizes1000 64px
|
|
192
|
-
#define fontSizes010 10px
|
|
193
|
-
#define fontSizes025 12px
|
|
194
|
-
#define fontSizes050 13px
|
|
195
|
-
#define boxShadow100 0 10px 10px 0 #fb450080
|
|
196
|
-
#define boxShadow200 0 20px 40px 0 #95db0080
|
|
197
|
-
#define boxShadow300 0 30px 60px 0 #00b3db80
|
|
198
|
-
#define boxShadow400 0 50px 80px 0 #6000db80
|
|
199
|
-
#define fontWeights400 Regular
|
|
200
|
-
#define fontWeights500 Medium
|
|
201
|
-
#define fontWeights700 Bold
|
|
202
|
-
#define lineHeights400 125%
|
|
203
|
-
#define lineHeights500 150%
|
|
204
|
-
#define fontFamiliesDefault Pridi
|
|
205
|
-
#define fontFamiliesIos San Francisco
|
|
206
|
-
#define fontFamiliesAndroid Roboto
|
|
207
|
-
#define fontFamiliesOther Open Sans
|
|
208
|
-
#define borderRadiusCircle 10%
|
|
209
|
-
#define typographyButtonLabelS Bold 14px/150% Pridi
|
|
210
|
-
#define typographyButtonLabelM Bold 14px/150% Pridi
|
|
211
|
-
#define typographyButtonLabelL Bold 16px/150% Pridi
|
|
212
|
-
#define typographyDialogTitleXs Bold 20px/125% Pridi
|
|
213
|
-
#define typographyDialogTitleS Bold 20px/125% Pridi
|
|
214
|
-
#define typographyDialogTitleMs Bold 20px/125% Pridi
|
|
215
|
-
#define typographyDialogTitleM Bold 20px/125% Pridi
|
|
216
|
-
#define typographyDialogTitleMl Bold 20px/125% Pridi
|
|
217
|
-
#define typographyDialogTitleL Bold 20px/125% Pridi
|
|
218
|
-
#define typographyDialogTitleXl Bold 20px/125% Pridi
|
|
219
|
-
#define typographyFlashTextM Regular 14px/150% Pridi
|
|
220
|
-
#define typographyFlashTextL Regular 16px/150% Pridi
|
|
221
|
-
#define typographyFormFieldLabelXs Medium 14px/150% Pridi
|
|
222
|
-
#define typographyFormFieldLabelS Medium 14px/150% Pridi
|
|
223
|
-
#define typographyFormFieldLabelM Medium 14px/150% Pridi
|
|
224
|
-
#define typographyFormFieldLabelL Medium 16px/150% Pridi
|
|
225
|
-
#define typographyFormFieldHintTextXs Regular 14px/150% Pridi
|
|
226
|
-
#define typographyFormFieldHintTextS Regular 14px/150% Pridi
|
|
227
|
-
#define typographyFormFieldHintTextM Regular 14px/150% Pridi
|
|
228
|
-
#define typographyFormFieldHintTextL Regular 16px/150% Pridi
|
|
229
|
-
#define typographyFormFieldErrorMessageXs Medium 14px/150% Pridi
|
|
230
|
-
#define typographyFormFieldErrorMessageS Medium 14px/150% Pridi
|
|
231
|
-
#define typographyFormFieldErrorMessageM Medium 14px/150% Pridi
|
|
232
|
-
#define typographyFormFieldErrorMessageL Medium 16px/150% Pridi
|
|
233
|
-
#define typographyFormFieldCautionMessageXs Regular 14px/150% Pridi
|
|
234
|
-
#define typographyFormFieldCautionMessageS Regular 14px/150% Pridi
|
|
235
|
-
#define typographyFormFieldCautionMessageM Regular 14px/150% Pridi
|
|
236
|
-
#define typographyFormFieldCautionMessageL Regular 16px/150% Pridi
|
|
237
|
-
#define typographyFormFieldInputTextXs Regular 14px/150% Pridi
|
|
238
|
-
#define typographyFormFieldInputTextS Regular 14px/150% Pridi
|
|
239
|
-
#define typographyFormFieldInputTextM Regular 14px/150% Pridi
|
|
240
|
-
#define typographyFormFieldInputTextL Regular 16px/150% Pridi
|
|
241
|
-
#define typographyFormFieldDropdownOptionsXs Regular 14px/150% Pridi
|
|
242
|
-
#define typographyFormFieldDropdownOptionsS Regular 14px/150% Pridi
|
|
243
|
-
#define typographyFormFieldDropdownOptionsM Regular 14px/150% Pridi
|
|
244
|
-
#define typographyFormFieldDropdownOptionsL Regular 16px/150% Pridi
|
|
245
|
-
#define typographyFormFieldSecondLabelXs Medium 14px/150% Pridi
|
|
246
|
-
#define typographyFormFieldSecondLabelS Medium 14px/150% Pridi
|
|
247
|
-
#define typographyFormFieldSecondLabelM Medium 14px/150% Pridi
|
|
248
|
-
#define typographyFormFieldSecondLabelL Medium 16px/150% Pridi
|
|
249
|
-
#define typographyFormFieldCharacterCountXs Regular 14px/150% Pridi
|
|
250
|
-
#define typographyFormFieldCharacterCountS Regular 14px/150% Pridi
|
|
251
|
-
#define typographyFormFieldCharacterCountM Regular 14px/150% Pridi
|
|
252
|
-
#define typographyFormFieldCharacterCountL Regular 14px/150% Pridi
|
|
253
|
-
#define typographyLinkTextM Regular 14px/150% Pridi
|
|
254
|
-
#define typographyLinkTextL Regular 16px/150% Pridi
|
|
255
|
-
#define typographyMessageHeadingM Bold 14px/150% Pridi
|
|
256
|
-
#define typographyMessageHeadingL Bold 16px/150% Pridi
|
|
257
|
-
#define typographyMessageTextM Regular 14px/150% Pridi
|
|
258
|
-
#define typographyMessageTextL Regular 16px/150% Pridi
|
|
259
|
-
#define typographyPillLabelS Medium 10px/150% Pridi
|
|
260
|
-
#define typographyPillLabelM Medium 12px/150% Pridi
|
|
261
|
-
#define typographyPillLabelL Medium 14px/150% Pridi
|
|
262
|
-
#define typographyPillLabelXl Medium 16px/150% Pridi
|
|
263
|
-
#define typographySwitchOptionLabelM Medium 12px/150% Pridi
|
|
264
|
-
#define typographySwitchOptionLabelL Medium 14px/150% Pridi
|
|
265
|
-
#define typographyTableHeaderTextM Medium 14px/150% Pridi
|
|
266
|
-
#define typographyTableCellTextM Regular 14px/150% Pridi
|
|
267
|
-
#define typographyTooltipTextM Regular 14px/150% Pridi
|
|
268
|
-
#define typographyTooltipTextL Regular 16px/150% Pridi
|
|
269
|
-
|
package/js/no-theme/common.d.ts
DELETED
|
@@ -1,256 +0,0 @@
|
|
|
1
|
-
export const metaName: string;
|
|
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 colorsYin090: string;
|
|
9
|
-
export const colorsYang100: string;
|
|
10
|
-
export const colorsDisabled400: string;
|
|
11
|
-
export const colorsDisabled500: string;
|
|
12
|
-
export const colorsDisabled600: string;
|
|
13
|
-
export const colorsReadOnly400: string;
|
|
14
|
-
export const colorsReadOnly500: string;
|
|
15
|
-
export const colorsReadOnly600: string;
|
|
16
|
-
export const colorsComponentsNavigation500: string;
|
|
17
|
-
export const colorsComponentsNavigation600: string;
|
|
18
|
-
export const colorsComponentsNavigation700: string;
|
|
19
|
-
export const colorsComponentsNavigationTransparent: string;
|
|
20
|
-
export const colorsComponentsNavigationYin100: string;
|
|
21
|
-
export const colorsComponentsNavigationYin030: string;
|
|
22
|
-
export const colorsComponentsNavigationYin055: string;
|
|
23
|
-
export const colorsComponentsNavigationYin065: string;
|
|
24
|
-
export const colorsComponentsNavigationYin090: string;
|
|
25
|
-
export const colorsComponentsNavigationYang100: string;
|
|
26
|
-
export const colorsUtilityMajor100: string;
|
|
27
|
-
export const colorsUtilityMajor150: string;
|
|
28
|
-
export const colorsUtilityMajor200: string;
|
|
29
|
-
export const colorsUtilityMajor300: string;
|
|
30
|
-
export const colorsUtilityMajor400: string;
|
|
31
|
-
export const colorsUtilityMajor500: string;
|
|
32
|
-
export const colorsUtilityMajor800: string;
|
|
33
|
-
export const colorsUtilityMajor025: string;
|
|
34
|
-
export const colorsUtilityMajor050: string;
|
|
35
|
-
export const colorsUtilityMajor075: string;
|
|
36
|
-
export const colorsUtilityMajorTransparent: string;
|
|
37
|
-
export const colorsUtilityYin030: string;
|
|
38
|
-
export const colorsUtilityYin055: string;
|
|
39
|
-
export const colorsUtilityYin065: string;
|
|
40
|
-
export const colorsUtilityYin090: string;
|
|
41
|
-
export const colorsUtilityYang100: string;
|
|
42
|
-
export const colorsUtilityDisabled400: string;
|
|
43
|
-
export const colorsUtilityDisabled500: string;
|
|
44
|
-
export const colorsUtilityDisabled600: string;
|
|
45
|
-
export const colorsUtilityReadOnly400: string;
|
|
46
|
-
export const colorsUtilityReadOnly500: string;
|
|
47
|
-
export const colorsUtilityReadOnly600: string;
|
|
48
|
-
export const colorsActionMajor150: string;
|
|
49
|
-
export const colorsActionMajor500: string;
|
|
50
|
-
export const colorsActionMajor600: string;
|
|
51
|
-
export const colorsActionMajor700: string;
|
|
52
|
-
export const colorsActionMajorTransparent: string;
|
|
53
|
-
export const colorsActionMajorYin030: string;
|
|
54
|
-
export const colorsActionMajorYin055: string;
|
|
55
|
-
export const colorsActionMajorYin065: string;
|
|
56
|
-
export const colorsActionMajorYin090: string;
|
|
57
|
-
export const colorsActionMajorYang100: string;
|
|
58
|
-
export const colorsActionMinor100: string;
|
|
59
|
-
export const colorsActionMinor150: string;
|
|
60
|
-
export const colorsActionMinor200: string;
|
|
61
|
-
export const colorsActionMinor250: string;
|
|
62
|
-
export const colorsActionMinor300: string;
|
|
63
|
-
export const colorsActionMinor400: string;
|
|
64
|
-
export const colorsActionMinor500: string;
|
|
65
|
-
export const colorsActionMinor600: string;
|
|
66
|
-
export const colorsActionMinor900: string;
|
|
67
|
-
export const colorsActionMinor025: string;
|
|
68
|
-
export const colorsActionMinor050: string;
|
|
69
|
-
export const colorsActionMinorTransparent: string;
|
|
70
|
-
export const colorsActionMinorYin030: string;
|
|
71
|
-
export const colorsActionMinorYin055: string;
|
|
72
|
-
export const colorsActionMinorYin065: string;
|
|
73
|
-
export const colorsActionMinorYin090: string;
|
|
74
|
-
export const colorsActionMinorYang100: string;
|
|
75
|
-
export const colorsActionDisabled400: string;
|
|
76
|
-
export const colorsActionDisabled500: string;
|
|
77
|
-
export const colorsActionDisabled600: string;
|
|
78
|
-
export const colorsActionReadOnly400: string;
|
|
79
|
-
export const colorsActionReadOnly500: string;
|
|
80
|
-
export const colorsActionReadOnly600: string;
|
|
81
|
-
export const colorsSemanticNeutral200: string;
|
|
82
|
-
export const colorsSemanticNeutral500: string;
|
|
83
|
-
export const colorsSemanticNeutral600: string;
|
|
84
|
-
export const colorsSemanticNeutralTransparent: string;
|
|
85
|
-
export const colorsSemanticNeutralYin030: string;
|
|
86
|
-
export const colorsSemanticNeutralYin055: string;
|
|
87
|
-
export const colorsSemanticNeutralYin065: string;
|
|
88
|
-
export const colorsSemanticNeutralYin090: string;
|
|
89
|
-
export const colorsSemanticNeutralYang100: string;
|
|
90
|
-
export const colorsSemanticFocus250: string;
|
|
91
|
-
export const colorsSemanticFocus500: string;
|
|
92
|
-
export const colorsSemanticFocusTransparent: string;
|
|
93
|
-
export const colorsSemanticPositive500: string;
|
|
94
|
-
export const colorsSemanticPositive600: string;
|
|
95
|
-
export const colorsSemanticPositiveTransparent: string;
|
|
96
|
-
export const colorsSemanticPositiveYin030: string;
|
|
97
|
-
export const colorsSemanticPositiveYin055: string;
|
|
98
|
-
export const colorsSemanticPositiveYin065: string;
|
|
99
|
-
export const colorsSemanticPositiveYin090: string;
|
|
100
|
-
export const colorsSemanticPositiveYang100: string;
|
|
101
|
-
export const colorsSemanticNegative500: string;
|
|
102
|
-
export const colorsSemanticNegative600: string;
|
|
103
|
-
export const colorsSemanticNegativeTransparent: string;
|
|
104
|
-
export const colorsSemanticNegativeYin030: string;
|
|
105
|
-
export const colorsSemanticNegativeYin055: string;
|
|
106
|
-
export const colorsSemanticNegativeYin065: string;
|
|
107
|
-
export const colorsSemanticNegativeYin090: string;
|
|
108
|
-
export const colorsSemanticNegativeYang100: string;
|
|
109
|
-
export const colorsSemanticCaution400: string;
|
|
110
|
-
export const colorsSemanticCaution500: string;
|
|
111
|
-
export const colorsSemanticCaution600: string;
|
|
112
|
-
export const colorsSemanticCautionTransparent: string;
|
|
113
|
-
export const colorsSemanticCautionYin030: string;
|
|
114
|
-
export const colorsSemanticCautionYin055: string;
|
|
115
|
-
export const colorsSemanticCautionYin065: string;
|
|
116
|
-
export const colorsSemanticCautionYin090: string;
|
|
117
|
-
export const colorsSemanticCautionYang100: string;
|
|
118
|
-
export const colorsSemanticInfo150: string;
|
|
119
|
-
export const colorsSemanticInfo500: string;
|
|
120
|
-
export const colorsSemanticInfo600: string;
|
|
121
|
-
export const colorsSemanticInfoTransparent: string;
|
|
122
|
-
export const colorsSemanticInfoYin030: string;
|
|
123
|
-
export const colorsSemanticInfoYin055: string;
|
|
124
|
-
export const colorsSemanticInfoYin065: string;
|
|
125
|
-
export const colorsSemanticInfoYin090: string;
|
|
126
|
-
export const colorsSemanticInfoYang100: string;
|
|
127
|
-
export const sizing100: string;
|
|
128
|
-
export const sizing125: string;
|
|
129
|
-
export const sizing150: string;
|
|
130
|
-
export const sizing175: string;
|
|
131
|
-
export const sizing200: string;
|
|
132
|
-
export const sizing250: string;
|
|
133
|
-
export const sizing300: string;
|
|
134
|
-
export const sizing350: string;
|
|
135
|
-
export const sizing375: string;
|
|
136
|
-
export const sizing400: string;
|
|
137
|
-
export const sizing500: string;
|
|
138
|
-
export const sizing600: string;
|
|
139
|
-
export const sizing700: string;
|
|
140
|
-
export const sizing800: string;
|
|
141
|
-
export const sizing900: string;
|
|
142
|
-
export const sizing1000: string;
|
|
143
|
-
export const sizing025: string;
|
|
144
|
-
export const sizing050: string;
|
|
145
|
-
export const sizing075: string;
|
|
146
|
-
export const sizingLogowidth: string;
|
|
147
|
-
export const sizing010: string;
|
|
148
|
-
export const spacing100: string;
|
|
149
|
-
export const spacing125: string;
|
|
150
|
-
export const spacing150: string;
|
|
151
|
-
export const spacing200: string;
|
|
152
|
-
export const spacing250: string;
|
|
153
|
-
export const spacing300: string;
|
|
154
|
-
export const spacing400: string;
|
|
155
|
-
export const spacing500: string;
|
|
156
|
-
export const spacing600: string;
|
|
157
|
-
export const spacing700: string;
|
|
158
|
-
export const spacing800: string;
|
|
159
|
-
export const spacing900: string;
|
|
160
|
-
export const spacing1000: string;
|
|
161
|
-
export const spacing000: string;
|
|
162
|
-
export const spacing025: string;
|
|
163
|
-
export const spacing050: string;
|
|
164
|
-
export const spacing075: string;
|
|
165
|
-
export const borderWidth100: string;
|
|
166
|
-
export const borderWidth200: string;
|
|
167
|
-
export const borderWidth300: string;
|
|
168
|
-
export const borderWidth400: string;
|
|
169
|
-
export const borderWidth000: string;
|
|
170
|
-
export const fontSizes100: string;
|
|
171
|
-
export const fontSizes200: string;
|
|
172
|
-
export const fontSizes300: string;
|
|
173
|
-
export const fontSizes400: string;
|
|
174
|
-
export const fontSizes500: string;
|
|
175
|
-
export const fontSizes600: string;
|
|
176
|
-
export const fontSizes700: string;
|
|
177
|
-
export const fontSizes800: string;
|
|
178
|
-
export const fontSizes900: string;
|
|
179
|
-
export const fontSizes1000: string;
|
|
180
|
-
export const fontSizes010: string;
|
|
181
|
-
export const fontSizes025: string;
|
|
182
|
-
export const fontSizes050: string;
|
|
183
|
-
export const boxShadow100: string;
|
|
184
|
-
export const boxShadow200: string;
|
|
185
|
-
export const boxShadow300: string;
|
|
186
|
-
export const boxShadow400: string;
|
|
187
|
-
export const fontWeights400: string;
|
|
188
|
-
export const fontWeights500: string;
|
|
189
|
-
export const fontWeights700: string;
|
|
190
|
-
export const lineHeights400: string;
|
|
191
|
-
export const lineHeights500: string;
|
|
192
|
-
export const fontFamiliesDefault: string;
|
|
193
|
-
export const fontFamiliesIos: string;
|
|
194
|
-
export const fontFamiliesAndroid: string;
|
|
195
|
-
export const fontFamiliesOther: string;
|
|
196
|
-
export const borderRadiusCircle: string;
|
|
197
|
-
export const typographyButtonLabelS: string;
|
|
198
|
-
export const typographyButtonLabelM: string;
|
|
199
|
-
export const typographyButtonLabelL: string;
|
|
200
|
-
export const typographyDialogTitleXs: string;
|
|
201
|
-
export const typographyDialogTitleS: string;
|
|
202
|
-
export const typographyDialogTitleMs: string;
|
|
203
|
-
export const typographyDialogTitleM: string;
|
|
204
|
-
export const typographyDialogTitleMl: string;
|
|
205
|
-
export const typographyDialogTitleL: string;
|
|
206
|
-
export const typographyDialogTitleXl: string;
|
|
207
|
-
export const typographyFlashTextM: string;
|
|
208
|
-
export const typographyFlashTextL: string;
|
|
209
|
-
export const typographyFormFieldLabelXs: string;
|
|
210
|
-
export const typographyFormFieldLabelS: string;
|
|
211
|
-
export const typographyFormFieldLabelM: string;
|
|
212
|
-
export const typographyFormFieldLabelL: string;
|
|
213
|
-
export const typographyFormFieldHintTextXs: string;
|
|
214
|
-
export const typographyFormFieldHintTextS: string;
|
|
215
|
-
export const typographyFormFieldHintTextM: string;
|
|
216
|
-
export const typographyFormFieldHintTextL: string;
|
|
217
|
-
export const typographyFormFieldErrorMessageXs: string;
|
|
218
|
-
export const typographyFormFieldErrorMessageS: string;
|
|
219
|
-
export const typographyFormFieldErrorMessageM: string;
|
|
220
|
-
export const typographyFormFieldErrorMessageL: string;
|
|
221
|
-
export const typographyFormFieldCautionMessageXs: string;
|
|
222
|
-
export const typographyFormFieldCautionMessageS: string;
|
|
223
|
-
export const typographyFormFieldCautionMessageM: string;
|
|
224
|
-
export const typographyFormFieldCautionMessageL: string;
|
|
225
|
-
export const typographyFormFieldInputTextXs: string;
|
|
226
|
-
export const typographyFormFieldInputTextS: string;
|
|
227
|
-
export const typographyFormFieldInputTextM: string;
|
|
228
|
-
export const typographyFormFieldInputTextL: string;
|
|
229
|
-
export const typographyFormFieldDropdownOptionsXs: string;
|
|
230
|
-
export const typographyFormFieldDropdownOptionsS: string;
|
|
231
|
-
export const typographyFormFieldDropdownOptionsM: string;
|
|
232
|
-
export const typographyFormFieldDropdownOptionsL: string;
|
|
233
|
-
export const typographyFormFieldSecondLabelXs: string;
|
|
234
|
-
export const typographyFormFieldSecondLabelS: string;
|
|
235
|
-
export const typographyFormFieldSecondLabelM: string;
|
|
236
|
-
export const typographyFormFieldSecondLabelL: string;
|
|
237
|
-
export const typographyFormFieldCharacterCountXs: string;
|
|
238
|
-
export const typographyFormFieldCharacterCountS: string;
|
|
239
|
-
export const typographyFormFieldCharacterCountM: string;
|
|
240
|
-
export const typographyFormFieldCharacterCountL: string;
|
|
241
|
-
export const typographyLinkTextM: string;
|
|
242
|
-
export const typographyLinkTextL: string;
|
|
243
|
-
export const typographyMessageHeadingM: string;
|
|
244
|
-
export const typographyMessageHeadingL: string;
|
|
245
|
-
export const typographyMessageTextM: string;
|
|
246
|
-
export const typographyMessageTextL: string;
|
|
247
|
-
export const typographyPillLabelS: string;
|
|
248
|
-
export const typographyPillLabelM: string;
|
|
249
|
-
export const typographyPillLabelL: string;
|
|
250
|
-
export const typographyPillLabelXl: string;
|
|
251
|
-
export const typographySwitchOptionLabelM: string;
|
|
252
|
-
export const typographySwitchOptionLabelL: string;
|
|
253
|
-
export const typographyTableHeaderTextM: string;
|
|
254
|
-
export const typographyTableCellTextM: string;
|
|
255
|
-
export const typographyTooltipTextM: string;
|
|
256
|
-
export const typographyTooltipTextL: string;
|