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