@sage/design-tokens 2.64.0 → 2.65.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 +4 -2
- package/android/dashboard/darkMode.xml +11 -0
- package/android/dashboard/lightMode.xml +11 -0
- package/android/origin.xml +108 -97
- package/css/base.css +4 -2
- package/css/dashboard/darkMode.css +13 -0
- package/css/dashboard/lightMode.css +13 -0
- package/css/origin.css +108 -97
- package/data/tokens.json +1125 -132
- package/docs/tokens/base/border-radius/index.html +41 -20
- package/docs/tokens/base/border-width/index.html +2 -2
- package/docs/tokens/base/box-shadow/index.html +2 -2
- package/docs/tokens/base/colors/index.html +23 -2
- package/docs/tokens/base/font-families/index.html +2 -2
- package/docs/tokens/base/font-sizes/index.html +2 -2
- package/docs/tokens/base/font-weights/index.html +2 -2
- package/docs/tokens/base/index.html +62 -20
- package/docs/tokens/base/line-heights/index.html +2 -2
- package/docs/tokens/base/opacity/index.html +2 -2
- package/docs/tokens/base/sizing/index.html +2 -2
- package/docs/tokens/base/spacing/index.html +2 -2
- package/docs/tokens/base/typography/index.html +2 -2
- package/docs/tokens/index.html +812 -539
- package/docs/tokens/origin/index.html +750 -519
- package/docs/tokens/origin/{colors → origin-colors-reference-only}/index.html +751 -520
- package/index.js +4 -0
- package/ios/base.h +4 -2
- package/ios/dashboard/darkMode.h +15 -0
- package/ios/dashboard/lightMode.h +15 -0
- package/ios/origin.h +108 -97
- package/js/base/common.d.ts +3 -1
- package/js/base/common.js +4 -2
- package/js/base/es6.d.ts +3 -1
- package/js/base/es6.js +3 -1
- package/js/dashboard/darkMode/common.d.ts +2 -0
- package/js/dashboard/darkMode/common.js +13 -0
- package/js/dashboard/darkMode/es6.d.ts +5 -0
- package/js/dashboard/darkMode/es6.js +8 -0
- package/js/dashboard/lightMode/common.d.ts +2 -0
- package/js/dashboard/lightMode/common.js +13 -0
- package/js/dashboard/lightMode/es6.d.ts +5 -0
- package/js/dashboard/lightMode/es6.js +8 -0
- package/js/origin/common.d.ts +107 -96
- package/js/origin/common.js +108 -97
- package/js/origin/es6.d.ts +107 -96
- package/js/origin/es6.js +107 -96
- package/package.json +1 -1
- package/sage-design-tokens-2.65.0.tgz +0 -0
- package/scss/base.scss +4 -2
- package/scss/dashboard/darkMode.scss +10 -0
- package/scss/dashboard/lightMode.scss +10 -0
- package/scss/origin.scss +108 -97
- package/sage-design-tokens-2.64.0.tgz +0 -0
package/js/origin/common.d.ts
CHANGED
|
@@ -1,98 +1,109 @@
|
|
|
1
1
|
export const metaName: string;
|
|
2
2
|
export const metaPublic: string;
|
|
3
|
-
export const
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
76
|
-
export const
|
|
77
|
-
export const
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
86
|
-
export const
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
91
|
-
export const
|
|
92
|
-
export const
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
95
|
-
export const
|
|
96
|
-
export const
|
|
97
|
-
export const
|
|
98
|
-
export const
|
|
3
|
+
export const originColorsReferenceOnlyYin100: string;
|
|
4
|
+
export const originColorsReferenceOnlyYin010: string;
|
|
5
|
+
export const originColorsReferenceOnlyYin020: string;
|
|
6
|
+
export const originColorsReferenceOnlyYin030: string;
|
|
7
|
+
export const originColorsReferenceOnlyYin055: string;
|
|
8
|
+
export const originColorsReferenceOnlyYin065: string;
|
|
9
|
+
export const originColorsReferenceOnlyYin075: string;
|
|
10
|
+
export const originColorsReferenceOnlyYin090: string;
|
|
11
|
+
export const originColorsReferenceOnlyYang100: string;
|
|
12
|
+
export const originColorsReferenceOnlyYang030: string;
|
|
13
|
+
export const originColorsReferenceOnlyYang080: string;
|
|
14
|
+
export const originColorsReferenceOnlyMalachite100: string;
|
|
15
|
+
export const originColorsReferenceOnlyMalachite200: string;
|
|
16
|
+
export const originColorsReferenceOnlyMalachite300: string;
|
|
17
|
+
export const originColorsReferenceOnlyMalachite400: string;
|
|
18
|
+
export const originColorsReferenceOnlyMalachite500: string;
|
|
19
|
+
export const originColorsReferenceOnlyMalachite600: string;
|
|
20
|
+
export const originColorsReferenceOnlyMalachite700: string;
|
|
21
|
+
export const originColorsReferenceOnlyMalachite800: string;
|
|
22
|
+
export const originColorsReferenceOnlyMalachite900: string;
|
|
23
|
+
export const originColorsReferenceOnlyMalachite010: string;
|
|
24
|
+
export const originColorsReferenceOnlyMalachite050: string;
|
|
25
|
+
export const originColorsReferenceOnlyJade100: string;
|
|
26
|
+
export const originColorsReferenceOnlyJade200: string;
|
|
27
|
+
export const originColorsReferenceOnlyJade300: string;
|
|
28
|
+
export const originColorsReferenceOnlyJade400: string;
|
|
29
|
+
export const originColorsReferenceOnlyJade500: string;
|
|
30
|
+
export const originColorsReferenceOnlyJade600: string;
|
|
31
|
+
export const originColorsReferenceOnlyJade700: string;
|
|
32
|
+
export const originColorsReferenceOnlyJade800: string;
|
|
33
|
+
export const originColorsReferenceOnlyJade900: string;
|
|
34
|
+
export const originColorsReferenceOnlyJade010: string;
|
|
35
|
+
export const originColorsReferenceOnlyJade050: string;
|
|
36
|
+
export const originColorsReferenceOnlyNavy100: string;
|
|
37
|
+
export const originColorsReferenceOnlyNavy200: string;
|
|
38
|
+
export const originColorsReferenceOnlyNavy300: string;
|
|
39
|
+
export const originColorsReferenceOnlyNavy400: string;
|
|
40
|
+
export const originColorsReferenceOnlyNavy500: string;
|
|
41
|
+
export const originColorsReferenceOnlyNavy600: string;
|
|
42
|
+
export const originColorsReferenceOnlyNavy700: string;
|
|
43
|
+
export const originColorsReferenceOnlyNavy800: string;
|
|
44
|
+
export const originColorsReferenceOnlyNavy900: string;
|
|
45
|
+
export const originColorsReferenceOnlyNavy010: string;
|
|
46
|
+
export const originColorsReferenceOnlyNavy050: string;
|
|
47
|
+
export const originColorsReferenceOnlyTeal100: string;
|
|
48
|
+
export const originColorsReferenceOnlyTeal200: string;
|
|
49
|
+
export const originColorsReferenceOnlyTeal300: string;
|
|
50
|
+
export const originColorsReferenceOnlyTeal400: string;
|
|
51
|
+
export const originColorsReferenceOnlyTeal500: string;
|
|
52
|
+
export const originColorsReferenceOnlyTeal600: string;
|
|
53
|
+
export const originColorsReferenceOnlyTeal700: string;
|
|
54
|
+
export const originColorsReferenceOnlyTeal800: string;
|
|
55
|
+
export const originColorsReferenceOnlyTeal900: string;
|
|
56
|
+
export const originColorsReferenceOnlyTeal010: string;
|
|
57
|
+
export const originColorsReferenceOnlyTeal050: string;
|
|
58
|
+
export const originColorsReferenceOnlyAmber100: string;
|
|
59
|
+
export const originColorsReferenceOnlyAmber200: string;
|
|
60
|
+
export const originColorsReferenceOnlyAmber300: string;
|
|
61
|
+
export const originColorsReferenceOnlyAmber400: string;
|
|
62
|
+
export const originColorsReferenceOnlyAmber500: string;
|
|
63
|
+
export const originColorsReferenceOnlyAmber600: string;
|
|
64
|
+
export const originColorsReferenceOnlyAmber700: string;
|
|
65
|
+
export const originColorsReferenceOnlyAmber800: string;
|
|
66
|
+
export const originColorsReferenceOnlyAmber900: string;
|
|
67
|
+
export const originColorsReferenceOnlyAmber010: string;
|
|
68
|
+
export const originColorsReferenceOnlyAmber050: string;
|
|
69
|
+
export const originColorsReferenceOnlyCherry100: string;
|
|
70
|
+
export const originColorsReferenceOnlyCherry200: string;
|
|
71
|
+
export const originColorsReferenceOnlyCherry300: string;
|
|
72
|
+
export const originColorsReferenceOnlyCherry400: string;
|
|
73
|
+
export const originColorsReferenceOnlyCherry500: string;
|
|
74
|
+
export const originColorsReferenceOnlyCherry600: string;
|
|
75
|
+
export const originColorsReferenceOnlyCherry700: string;
|
|
76
|
+
export const originColorsReferenceOnlyCherry800: string;
|
|
77
|
+
export const originColorsReferenceOnlyCherry900: string;
|
|
78
|
+
export const originColorsReferenceOnlyCherry010: string;
|
|
79
|
+
export const originColorsReferenceOnlyCherry050: string;
|
|
80
|
+
export const originColorsReferenceOnlyTerra100: string;
|
|
81
|
+
export const originColorsReferenceOnlyTerra200: string;
|
|
82
|
+
export const originColorsReferenceOnlyTerra300: string;
|
|
83
|
+
export const originColorsReferenceOnlyTerra400: string;
|
|
84
|
+
export const originColorsReferenceOnlyTerra500: string;
|
|
85
|
+
export const originColorsReferenceOnlyTerra600: string;
|
|
86
|
+
export const originColorsReferenceOnlyTerra700: string;
|
|
87
|
+
export const originColorsReferenceOnlyTerra800: string;
|
|
88
|
+
export const originColorsReferenceOnlyTerra900: string;
|
|
89
|
+
export const originColorsReferenceOnlyTerra010: string;
|
|
90
|
+
export const originColorsReferenceOnlyTerra050: string;
|
|
91
|
+
export const originColorsReferenceOnlyGray100: string;
|
|
92
|
+
export const originColorsReferenceOnlyGray200: string;
|
|
93
|
+
export const originColorsReferenceOnlyGray300: string;
|
|
94
|
+
export const originColorsReferenceOnlyGray400: string;
|
|
95
|
+
export const originColorsReferenceOnlyGray500: string;
|
|
96
|
+
export const originColorsReferenceOnlyGray600: string;
|
|
97
|
+
export const originColorsReferenceOnlyGray700: string;
|
|
98
|
+
export const originColorsReferenceOnlyGray800: string;
|
|
99
|
+
export const originColorsReferenceOnlyGray900: string;
|
|
100
|
+
export const originColorsReferenceOnlyGray1000: string;
|
|
101
|
+
export const originColorsReferenceOnlyGray000: string;
|
|
102
|
+
export const originColorsReferenceOnlyGray010: string;
|
|
103
|
+
export const originColorsReferenceOnlyGray050: string;
|
|
104
|
+
export const originColorsReferenceOnlySkin400: string;
|
|
105
|
+
export const originColorsReferenceOnlySkin500: string;
|
|
106
|
+
export const originColorsReferenceOnlySkin600: string;
|
|
107
|
+
export const originColorsReferenceOnlySkin700: string;
|
|
108
|
+
export const originColorsReferenceOnlyFuchsia400: string;
|
|
109
|
+
export const originColorsReferenceOnlyFuchsia500: string;
|
package/js/origin/common.js
CHANGED
|
@@ -4,106 +4,117 @@ 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 Wed,
|
|
7
|
+
* Generated on Wed, 21 Dec 2022 15:17:51 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
metaName: 'Origin Token Set',
|
|
12
12
|
metaPublic: 'true',
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
13
|
+
originColorsReferenceOnlyYin100: '#000000ff',
|
|
14
|
+
originColorsReferenceOnlyYin010: '#0000001a',
|
|
15
|
+
originColorsReferenceOnlyYin020: '#00000033',
|
|
16
|
+
originColorsReferenceOnlyYin030: '#0000004d',
|
|
17
|
+
originColorsReferenceOnlyYin055: '#0000008c',
|
|
18
|
+
originColorsReferenceOnlyYin065: '#000000a6',
|
|
19
|
+
originColorsReferenceOnlyYin075: '#000000bf',
|
|
20
|
+
originColorsReferenceOnlyYin090: '#000000e6',
|
|
21
|
+
originColorsReferenceOnlyYang100: '#ffffffff',
|
|
22
|
+
originColorsReferenceOnlyYang030: '#ffffff4d',
|
|
23
|
+
originColorsReferenceOnlyYang080: '#ffffffcc',
|
|
24
|
+
originColorsReferenceOnlyMalachite100: '#8df79fff',
|
|
25
|
+
originColorsReferenceOnlyMalachite200: '#42eb64ff',
|
|
26
|
+
originColorsReferenceOnlyMalachite300: '#00d639ff',
|
|
27
|
+
originColorsReferenceOnlyMalachite400: '#00af2dff',
|
|
28
|
+
originColorsReferenceOnlyMalachite500: '#008a21ff',
|
|
29
|
+
originColorsReferenceOnlyMalachite600: '#006716ff',
|
|
30
|
+
originColorsReferenceOnlyMalachite700: '#00460cff',
|
|
31
|
+
originColorsReferenceOnlyMalachite800: '#002f08ff',
|
|
32
|
+
originColorsReferenceOnlyMalachite900: '#001704ff',
|
|
33
|
+
originColorsReferenceOnlyMalachite010: '#effcf0ff',
|
|
34
|
+
originColorsReferenceOnlyMalachite050: '#c1fac7ff',
|
|
35
|
+
originColorsReferenceOnlyJade100: '#8ff8b7ff',
|
|
36
|
+
originColorsReferenceOnlyJade200: '#44ed90ff',
|
|
37
|
+
originColorsReferenceOnlyJade300: '#00ca71ff',
|
|
38
|
+
originColorsReferenceOnlyJade400: '#00a65cff',
|
|
39
|
+
originColorsReferenceOnlyJade500: '#00884aff',
|
|
40
|
+
originColorsReferenceOnlyJade600: '#006d3bff',
|
|
41
|
+
originColorsReferenceOnlyJade700: '#00522cff',
|
|
42
|
+
originColorsReferenceOnlyJade800: '#00361eff',
|
|
43
|
+
originColorsReferenceOnlyJade900: '#001b0fff',
|
|
44
|
+
originColorsReferenceOnlyJade010: '#f2fef7ff',
|
|
45
|
+
originColorsReferenceOnlyJade050: '#c4fcd8ff',
|
|
46
|
+
originColorsReferenceOnlyNavy100: '#89d7edff',
|
|
47
|
+
originColorsReferenceOnlyNavy200: '#65bedfff',
|
|
48
|
+
originColorsReferenceOnlyNavy300: '#41a5d1ff',
|
|
49
|
+
originColorsReferenceOnlyNavy400: '#1d8cc3ff',
|
|
50
|
+
originColorsReferenceOnlyNavy500: '#0e74a7ff',
|
|
51
|
+
originColorsReferenceOnlyNavy600: '#095b84ff',
|
|
52
|
+
originColorsReferenceOnlyNavy700: '#054262ff',
|
|
53
|
+
originColorsReferenceOnlyNavy800: '#00293fff',
|
|
54
|
+
originColorsReferenceOnlyNavy900: '#001520ff',
|
|
55
|
+
originColorsReferenceOnlyNavy010: '#f4fcfeff',
|
|
56
|
+
originColorsReferenceOnlyNavy050: '#caf1fcff',
|
|
57
|
+
originColorsReferenceOnlyTeal100: '#89edeaff',
|
|
58
|
+
originColorsReferenceOnlyTeal200: '#5bcfcdff',
|
|
59
|
+
originColorsReferenceOnlyTeal300: '#2eb2b1ff',
|
|
60
|
+
originColorsReferenceOnlyTeal400: '#009494ff',
|
|
61
|
+
originColorsReferenceOnlyTeal500: '#007776ff',
|
|
62
|
+
originColorsReferenceOnlyTeal600: '#006362ff',
|
|
63
|
+
originColorsReferenceOnlyTeal700: '#004a4aff',
|
|
64
|
+
originColorsReferenceOnlyTeal800: '#003231ff',
|
|
65
|
+
originColorsReferenceOnlyTeal900: '#001919ff',
|
|
66
|
+
originColorsReferenceOnlyTeal010: '#f4fefeff',
|
|
67
|
+
originColorsReferenceOnlyTeal050: '#c3faf8ff',
|
|
68
|
+
originColorsReferenceOnlyAmber100: '#ffe290ff',
|
|
69
|
+
originColorsReferenceOnlyAmber200: '#f5ce55ff',
|
|
70
|
+
originColorsReferenceOnlyAmber300: '#efab2fff',
|
|
71
|
+
originColorsReferenceOnlyAmber400: '#e98709ff',
|
|
72
|
+
originColorsReferenceOnlyAmber500: '#c15708ff',
|
|
73
|
+
originColorsReferenceOnlyAmber600: '#9b4609ff',
|
|
74
|
+
originColorsReferenceOnlyAmber700: '#75330aff',
|
|
75
|
+
originColorsReferenceOnlyAmber800: '#4f220bff',
|
|
76
|
+
originColorsReferenceOnlyAmber900: '#281106ff',
|
|
77
|
+
originColorsReferenceOnlyAmber010: '#fffcefff',
|
|
78
|
+
originColorsReferenceOnlyAmber050: '#fff0c3ff',
|
|
79
|
+
originColorsReferenceOnlyCherry100: '#f7b3c2ff',
|
|
80
|
+
originColorsReferenceOnlyCherry200: '#ed94aaff',
|
|
81
|
+
originColorsReferenceOnlyCherry300: '#e27491ff',
|
|
82
|
+
originColorsReferenceOnlyCherry400: '#d85579ff',
|
|
83
|
+
originColorsReferenceOnlyCherry500: '#ba3c63ff',
|
|
84
|
+
originColorsReferenceOnlyCherry600: '#95304fff',
|
|
85
|
+
originColorsReferenceOnlyCherry700: '#70243bff',
|
|
86
|
+
originColorsReferenceOnlyCherry800: '#4a1828ff',
|
|
87
|
+
originColorsReferenceOnlyCherry900: '#250c14ff',
|
|
88
|
+
originColorsReferenceOnlyCherry010: '#fef5f7ff',
|
|
89
|
+
originColorsReferenceOnlyCherry050: '#fad4deff',
|
|
90
|
+
originColorsReferenceOnlyTerra100: '#ffbca6ff',
|
|
91
|
+
originColorsReferenceOnlyTerra200: '#f59a83ff',
|
|
92
|
+
originColorsReferenceOnlyTerra300: '#ea7961ff',
|
|
93
|
+
originColorsReferenceOnlyTerra400: '#e0583eff',
|
|
94
|
+
originColorsReferenceOnlyTerra500: '#c94633ff',
|
|
95
|
+
originColorsReferenceOnlyTerra600: '#a13829ff',
|
|
96
|
+
originColorsReferenceOnlyTerra700: '#782a1eff',
|
|
97
|
+
originColorsReferenceOnlyTerra800: '#501c14ff',
|
|
98
|
+
originColorsReferenceOnlyTerra900: '#280e0aff',
|
|
99
|
+
originColorsReferenceOnlyTerra010: '#fff7f5ff',
|
|
100
|
+
originColorsReferenceOnlyTerra050: '#ffdcd1ff',
|
|
101
|
+
originColorsReferenceOnlyGray100: '#e6e6e6ff',
|
|
102
|
+
originColorsReferenceOnlyGray200: '#ccccccff',
|
|
103
|
+
originColorsReferenceOnlyGray300: '#b3b3b3ff',
|
|
104
|
+
originColorsReferenceOnlyGray400: '#999999ff',
|
|
105
|
+
originColorsReferenceOnlyGray500: '#808080ff',
|
|
106
|
+
originColorsReferenceOnlyGray600: '#666666ff',
|
|
107
|
+
originColorsReferenceOnlyGray700: '#4d4d4dff',
|
|
108
|
+
originColorsReferenceOnlyGray800: '#333333ff',
|
|
109
|
+
originColorsReferenceOnlyGray900: '#191919ff',
|
|
110
|
+
originColorsReferenceOnlyGray1000: '#000000ff',
|
|
111
|
+
originColorsReferenceOnlyGray000: '#ffffffff',
|
|
112
|
+
originColorsReferenceOnlyGray010: '#fcfcfcff',
|
|
113
|
+
originColorsReferenceOnlyGray050: '#f2f2f2ff',
|
|
114
|
+
originColorsReferenceOnlySkin400: '#ddb89eff',
|
|
115
|
+
originColorsReferenceOnlySkin500: '#e84d4fff',
|
|
116
|
+
originColorsReferenceOnlySkin600: '#b26e3dff',
|
|
117
|
+
originColorsReferenceOnlySkin700: '#3a2417ff',
|
|
118
|
+
originColorsReferenceOnlyFuchsia400: '#bf47c3ff',
|
|
119
|
+
originColorsReferenceOnlyFuchsia500: '#b832bcff'
|
|
109
120
|
}
|
package/js/origin/es6.d.ts
CHANGED
|
@@ -1,101 +1,112 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
const metaName: string;
|
|
3
3
|
const metaPublic: string;
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
const
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
const
|
|
69
|
-
const
|
|
70
|
-
const
|
|
71
|
-
const
|
|
72
|
-
const
|
|
73
|
-
const
|
|
74
|
-
const
|
|
75
|
-
const
|
|
76
|
-
const
|
|
77
|
-
const
|
|
78
|
-
const
|
|
79
|
-
const
|
|
80
|
-
const
|
|
81
|
-
const
|
|
82
|
-
const
|
|
83
|
-
const
|
|
84
|
-
const
|
|
85
|
-
const
|
|
86
|
-
const
|
|
87
|
-
const
|
|
88
|
-
const
|
|
89
|
-
const
|
|
90
|
-
const
|
|
91
|
-
const
|
|
92
|
-
const
|
|
93
|
-
const
|
|
94
|
-
const
|
|
95
|
-
const
|
|
96
|
-
const
|
|
97
|
-
const
|
|
98
|
-
const
|
|
99
|
-
const
|
|
4
|
+
const originColorsReferenceOnlyYin100: string;
|
|
5
|
+
const originColorsReferenceOnlyYin010: string;
|
|
6
|
+
const originColorsReferenceOnlyYin020: string;
|
|
7
|
+
const originColorsReferenceOnlyYin030: string;
|
|
8
|
+
const originColorsReferenceOnlyYin055: string;
|
|
9
|
+
const originColorsReferenceOnlyYin065: string;
|
|
10
|
+
const originColorsReferenceOnlyYin075: string;
|
|
11
|
+
const originColorsReferenceOnlyYin090: string;
|
|
12
|
+
const originColorsReferenceOnlyYang100: string;
|
|
13
|
+
const originColorsReferenceOnlyYang030: string;
|
|
14
|
+
const originColorsReferenceOnlyYang080: string;
|
|
15
|
+
const originColorsReferenceOnlyMalachite100: string;
|
|
16
|
+
const originColorsReferenceOnlyMalachite200: string;
|
|
17
|
+
const originColorsReferenceOnlyMalachite300: string;
|
|
18
|
+
const originColorsReferenceOnlyMalachite400: string;
|
|
19
|
+
const originColorsReferenceOnlyMalachite500: string;
|
|
20
|
+
const originColorsReferenceOnlyMalachite600: string;
|
|
21
|
+
const originColorsReferenceOnlyMalachite700: string;
|
|
22
|
+
const originColorsReferenceOnlyMalachite800: string;
|
|
23
|
+
const originColorsReferenceOnlyMalachite900: string;
|
|
24
|
+
const originColorsReferenceOnlyMalachite010: string;
|
|
25
|
+
const originColorsReferenceOnlyMalachite050: string;
|
|
26
|
+
const originColorsReferenceOnlyJade100: string;
|
|
27
|
+
const originColorsReferenceOnlyJade200: string;
|
|
28
|
+
const originColorsReferenceOnlyJade300: string;
|
|
29
|
+
const originColorsReferenceOnlyJade400: string;
|
|
30
|
+
const originColorsReferenceOnlyJade500: string;
|
|
31
|
+
const originColorsReferenceOnlyJade600: string;
|
|
32
|
+
const originColorsReferenceOnlyJade700: string;
|
|
33
|
+
const originColorsReferenceOnlyJade800: string;
|
|
34
|
+
const originColorsReferenceOnlyJade900: string;
|
|
35
|
+
const originColorsReferenceOnlyJade010: string;
|
|
36
|
+
const originColorsReferenceOnlyJade050: string;
|
|
37
|
+
const originColorsReferenceOnlyNavy100: string;
|
|
38
|
+
const originColorsReferenceOnlyNavy200: string;
|
|
39
|
+
const originColorsReferenceOnlyNavy300: string;
|
|
40
|
+
const originColorsReferenceOnlyNavy400: string;
|
|
41
|
+
const originColorsReferenceOnlyNavy500: string;
|
|
42
|
+
const originColorsReferenceOnlyNavy600: string;
|
|
43
|
+
const originColorsReferenceOnlyNavy700: string;
|
|
44
|
+
const originColorsReferenceOnlyNavy800: string;
|
|
45
|
+
const originColorsReferenceOnlyNavy900: string;
|
|
46
|
+
const originColorsReferenceOnlyNavy010: string;
|
|
47
|
+
const originColorsReferenceOnlyNavy050: string;
|
|
48
|
+
const originColorsReferenceOnlyTeal100: string;
|
|
49
|
+
const originColorsReferenceOnlyTeal200: string;
|
|
50
|
+
const originColorsReferenceOnlyTeal300: string;
|
|
51
|
+
const originColorsReferenceOnlyTeal400: string;
|
|
52
|
+
const originColorsReferenceOnlyTeal500: string;
|
|
53
|
+
const originColorsReferenceOnlyTeal600: string;
|
|
54
|
+
const originColorsReferenceOnlyTeal700: string;
|
|
55
|
+
const originColorsReferenceOnlyTeal800: string;
|
|
56
|
+
const originColorsReferenceOnlyTeal900: string;
|
|
57
|
+
const originColorsReferenceOnlyTeal010: string;
|
|
58
|
+
const originColorsReferenceOnlyTeal050: string;
|
|
59
|
+
const originColorsReferenceOnlyAmber100: string;
|
|
60
|
+
const originColorsReferenceOnlyAmber200: string;
|
|
61
|
+
const originColorsReferenceOnlyAmber300: string;
|
|
62
|
+
const originColorsReferenceOnlyAmber400: string;
|
|
63
|
+
const originColorsReferenceOnlyAmber500: string;
|
|
64
|
+
const originColorsReferenceOnlyAmber600: string;
|
|
65
|
+
const originColorsReferenceOnlyAmber700: string;
|
|
66
|
+
const originColorsReferenceOnlyAmber800: string;
|
|
67
|
+
const originColorsReferenceOnlyAmber900: string;
|
|
68
|
+
const originColorsReferenceOnlyAmber010: string;
|
|
69
|
+
const originColorsReferenceOnlyAmber050: string;
|
|
70
|
+
const originColorsReferenceOnlyCherry100: string;
|
|
71
|
+
const originColorsReferenceOnlyCherry200: string;
|
|
72
|
+
const originColorsReferenceOnlyCherry300: string;
|
|
73
|
+
const originColorsReferenceOnlyCherry400: string;
|
|
74
|
+
const originColorsReferenceOnlyCherry500: string;
|
|
75
|
+
const originColorsReferenceOnlyCherry600: string;
|
|
76
|
+
const originColorsReferenceOnlyCherry700: string;
|
|
77
|
+
const originColorsReferenceOnlyCherry800: string;
|
|
78
|
+
const originColorsReferenceOnlyCherry900: string;
|
|
79
|
+
const originColorsReferenceOnlyCherry010: string;
|
|
80
|
+
const originColorsReferenceOnlyCherry050: string;
|
|
81
|
+
const originColorsReferenceOnlyTerra100: string;
|
|
82
|
+
const originColorsReferenceOnlyTerra200: string;
|
|
83
|
+
const originColorsReferenceOnlyTerra300: string;
|
|
84
|
+
const originColorsReferenceOnlyTerra400: string;
|
|
85
|
+
const originColorsReferenceOnlyTerra500: string;
|
|
86
|
+
const originColorsReferenceOnlyTerra600: string;
|
|
87
|
+
const originColorsReferenceOnlyTerra700: string;
|
|
88
|
+
const originColorsReferenceOnlyTerra800: string;
|
|
89
|
+
const originColorsReferenceOnlyTerra900: string;
|
|
90
|
+
const originColorsReferenceOnlyTerra010: string;
|
|
91
|
+
const originColorsReferenceOnlyTerra050: string;
|
|
92
|
+
const originColorsReferenceOnlyGray100: string;
|
|
93
|
+
const originColorsReferenceOnlyGray200: string;
|
|
94
|
+
const originColorsReferenceOnlyGray300: string;
|
|
95
|
+
const originColorsReferenceOnlyGray400: string;
|
|
96
|
+
const originColorsReferenceOnlyGray500: string;
|
|
97
|
+
const originColorsReferenceOnlyGray600: string;
|
|
98
|
+
const originColorsReferenceOnlyGray700: string;
|
|
99
|
+
const originColorsReferenceOnlyGray800: string;
|
|
100
|
+
const originColorsReferenceOnlyGray900: string;
|
|
101
|
+
const originColorsReferenceOnlyGray1000: string;
|
|
102
|
+
const originColorsReferenceOnlyGray000: string;
|
|
103
|
+
const originColorsReferenceOnlyGray010: string;
|
|
104
|
+
const originColorsReferenceOnlyGray050: string;
|
|
105
|
+
const originColorsReferenceOnlySkin400: string;
|
|
106
|
+
const originColorsReferenceOnlySkin500: string;
|
|
107
|
+
const originColorsReferenceOnlySkin600: string;
|
|
108
|
+
const originColorsReferenceOnlySkin700: string;
|
|
109
|
+
const originColorsReferenceOnlyFuchsia400: string;
|
|
110
|
+
const originColorsReferenceOnlyFuchsia500: string;
|
|
100
111
|
}
|
|
101
112
|
export default _default;
|