@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.
Files changed (53) hide show
  1. package/android/base.xml +4 -2
  2. package/android/dashboard/darkMode.xml +11 -0
  3. package/android/dashboard/lightMode.xml +11 -0
  4. package/android/origin.xml +108 -97
  5. package/css/base.css +4 -2
  6. package/css/dashboard/darkMode.css +13 -0
  7. package/css/dashboard/lightMode.css +13 -0
  8. package/css/origin.css +108 -97
  9. package/data/tokens.json +1125 -132
  10. package/docs/tokens/base/border-radius/index.html +41 -20
  11. package/docs/tokens/base/border-width/index.html +2 -2
  12. package/docs/tokens/base/box-shadow/index.html +2 -2
  13. package/docs/tokens/base/colors/index.html +23 -2
  14. package/docs/tokens/base/font-families/index.html +2 -2
  15. package/docs/tokens/base/font-sizes/index.html +2 -2
  16. package/docs/tokens/base/font-weights/index.html +2 -2
  17. package/docs/tokens/base/index.html +62 -20
  18. package/docs/tokens/base/line-heights/index.html +2 -2
  19. package/docs/tokens/base/opacity/index.html +2 -2
  20. package/docs/tokens/base/sizing/index.html +2 -2
  21. package/docs/tokens/base/spacing/index.html +2 -2
  22. package/docs/tokens/base/typography/index.html +2 -2
  23. package/docs/tokens/index.html +812 -539
  24. package/docs/tokens/origin/index.html +750 -519
  25. package/docs/tokens/origin/{colors → origin-colors-reference-only}/index.html +751 -520
  26. package/index.js +4 -0
  27. package/ios/base.h +4 -2
  28. package/ios/dashboard/darkMode.h +15 -0
  29. package/ios/dashboard/lightMode.h +15 -0
  30. package/ios/origin.h +108 -97
  31. package/js/base/common.d.ts +3 -1
  32. package/js/base/common.js +4 -2
  33. package/js/base/es6.d.ts +3 -1
  34. package/js/base/es6.js +3 -1
  35. package/js/dashboard/darkMode/common.d.ts +2 -0
  36. package/js/dashboard/darkMode/common.js +13 -0
  37. package/js/dashboard/darkMode/es6.d.ts +5 -0
  38. package/js/dashboard/darkMode/es6.js +8 -0
  39. package/js/dashboard/lightMode/common.d.ts +2 -0
  40. package/js/dashboard/lightMode/common.js +13 -0
  41. package/js/dashboard/lightMode/es6.d.ts +5 -0
  42. package/js/dashboard/lightMode/es6.js +8 -0
  43. package/js/origin/common.d.ts +107 -96
  44. package/js/origin/common.js +108 -97
  45. package/js/origin/es6.d.ts +107 -96
  46. package/js/origin/es6.js +107 -96
  47. package/package.json +1 -1
  48. package/sage-design-tokens-2.65.0.tgz +0 -0
  49. package/scss/base.scss +4 -2
  50. package/scss/dashboard/darkMode.scss +10 -0
  51. package/scss/dashboard/lightMode.scss +10 -0
  52. package/scss/origin.scss +108 -97
  53. package/sage-design-tokens-2.64.0.tgz +0 -0
@@ -1,98 +1,109 @@
1
1
  export const metaName: string;
2
2
  export const metaPublic: string;
3
- export const colorsJade100: string;
4
- export const colorsJade200: string;
5
- export const colorsJade300: string;
6
- export const colorsJade400: string;
7
- export const colorsJade500: string;
8
- export const colorsJade600: string;
9
- export const colorsJade700: string;
10
- export const colorsJade800: string;
11
- export const colorsJade900: string;
12
- export const colorsJade010: string;
13
- export const colorsJade050: string;
14
- export const colorsNavy100: string;
15
- export const colorsNavy200: string;
16
- export const colorsNavy300: string;
17
- export const colorsNavy400: string;
18
- export const colorsNavy500: string;
19
- export const colorsNavy600: string;
20
- export const colorsNavy700: string;
21
- export const colorsNavy800: string;
22
- export const colorsNavy900: string;
23
- export const colorsNavy010: string;
24
- export const colorsNavy050: string;
25
- export const colorsTeal100: string;
26
- export const colorsTeal200: string;
27
- export const colorsTeal300: string;
28
- export const colorsTeal400: string;
29
- export const colorsTeal500: string;
30
- export const colorsTeal600: string;
31
- export const colorsTeal700: string;
32
- export const colorsTeal800: string;
33
- export const colorsTeal900: string;
34
- export const colorsTeal010: string;
35
- export const colorsTeal050: string;
36
- export const colorsCherry100: string;
37
- export const colorsCherry200: string;
38
- export const colorsCherry300: string;
39
- export const colorsCherry400: string;
40
- export const colorsCherry500: string;
41
- export const colorsCherry600: string;
42
- export const colorsCherry700: string;
43
- export const colorsCherry800: string;
44
- export const colorsCherry900: string;
45
- export const colorsCherry010: string;
46
- export const colorsCherry050: string;
47
- export const colorsTerra100: string;
48
- export const colorsTerra200: string;
49
- export const colorsTerra300: string;
50
- export const colorsTerra400: string;
51
- export const colorsTerra500: string;
52
- export const colorsTerra600: string;
53
- export const colorsTerra700: string;
54
- export const colorsTerra800: string;
55
- export const colorsTerra900: string;
56
- export const colorsTerra010: string;
57
- export const colorsTerra050: string;
58
- export const colorsAmber100: string;
59
- export const colorsAmber200: string;
60
- export const colorsAmber300: string;
61
- export const colorsAmber400: string;
62
- export const colorsAmber500: string;
63
- export const colorsAmber600: string;
64
- export const colorsAmber700: string;
65
- export const colorsAmber800: string;
66
- export const colorsAmber900: string;
67
- export const colorsAmber010: string;
68
- export const colorsAmber050: string;
69
- export const colorsMalachite100: string;
70
- export const colorsMalachite200: string;
71
- export const colorsMalachite300: string;
72
- export const colorsMalachite400: string;
73
- export const colorsMalachite500: string;
74
- export const colorsMalachite600: string;
75
- export const colorsMalachite700: string;
76
- export const colorsMalachite800: string;
77
- export const colorsMalachite900: string;
78
- export const colorsMalachite010: string;
79
- export const colorsMalachite050: string;
80
- export const colorsGray100: string;
81
- export const colorsGray200: string;
82
- export const colorsGray300: string;
83
- export const colorsGray400: string;
84
- export const colorsGray500: string;
85
- export const colorsGray600: string;
86
- export const colorsGray700: string;
87
- export const colorsGray800: string;
88
- export const colorsGray900: string;
89
- export const colorsGray1000: string;
90
- export const colorsGray000: string;
91
- export const colorsGray010: string;
92
- export const colorsGray050: string;
93
- export const colorsSkin400: string;
94
- export const colorsSkin500: string;
95
- export const colorsSkin600: string;
96
- export const colorsSkin700: string;
97
- export const colorsFuchsia400: string;
98
- export const colorsFuchsia500: string;
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;
@@ -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, 14 Dec 2022 11:43:20 GMT
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
- colorsJade100: '#8ff8b7ff',
14
- colorsJade200: '#44ed90ff',
15
- colorsJade300: '#00ca71ff',
16
- colorsJade400: '#00a65cff',
17
- colorsJade500: '#00884aff',
18
- colorsJade600: '#006d3bff',
19
- colorsJade700: '#00522cff',
20
- colorsJade800: '#00361eff',
21
- colorsJade900: '#001b0fff',
22
- colorsJade010: '#f2fef7ff',
23
- colorsJade050: '#c4fcd8ff',
24
- colorsNavy100: '#89d7edff',
25
- colorsNavy200: '#65bedfff',
26
- colorsNavy300: '#41a5d1ff',
27
- colorsNavy400: '#1d8cc3ff',
28
- colorsNavy500: '#0e74a7ff',
29
- colorsNavy600: '#095b84ff',
30
- colorsNavy700: '#054262ff',
31
- colorsNavy800: '#00293fff',
32
- colorsNavy900: '#001520ff',
33
- colorsNavy010: '#f4fcfeff',
34
- colorsNavy050: '#caf1fcff',
35
- colorsTeal100: '#89edeaff',
36
- colorsTeal200: '#5bcfcdff',
37
- colorsTeal300: '#2eb2b1ff',
38
- colorsTeal400: '#009494ff',
39
- colorsTeal500: '#007776ff',
40
- colorsTeal600: '#006362ff',
41
- colorsTeal700: '#004a4aff',
42
- colorsTeal800: '#003231ff',
43
- colorsTeal900: '#001919ff',
44
- colorsTeal010: '#f4fefeff',
45
- colorsTeal050: '#c3faf8ff',
46
- colorsCherry100: '#f7b3c2ff',
47
- colorsCherry200: '#ed94aaff',
48
- colorsCherry300: '#e27491ff',
49
- colorsCherry400: '#d85579ff',
50
- colorsCherry500: '#ba3c63ff',
51
- colorsCherry600: '#95304fff',
52
- colorsCherry700: '#70243bff',
53
- colorsCherry800: '#4a1828ff',
54
- colorsCherry900: '#250c14ff',
55
- colorsCherry010: '#fef5f7ff',
56
- colorsCherry050: '#fad4deff',
57
- colorsTerra100: '#ffbca6ff',
58
- colorsTerra200: '#f59a83ff',
59
- colorsTerra300: '#ea7961ff',
60
- colorsTerra400: '#e0583eff',
61
- colorsTerra500: '#c94633ff',
62
- colorsTerra600: '#a13829ff',
63
- colorsTerra700: '#782a1eff',
64
- colorsTerra800: '#501c14ff',
65
- colorsTerra900: '#280e0aff',
66
- colorsTerra010: '#fff7f5ff',
67
- colorsTerra050: '#ffdcd1ff',
68
- colorsAmber100: '#ffe290ff',
69
- colorsAmber200: '#f5ce55ff',
70
- colorsAmber300: '#efab2fff',
71
- colorsAmber400: '#e98709ff',
72
- colorsAmber500: '#c15708ff',
73
- colorsAmber600: '#9b4609ff',
74
- colorsAmber700: '#75330aff',
75
- colorsAmber800: '#4f220bff',
76
- colorsAmber900: '#281106ff',
77
- colorsAmber010: '#fffcefff',
78
- colorsAmber050: '#fff0c3ff',
79
- colorsMalachite100: '#8df79fff',
80
- colorsMalachite200: '#42eb64ff',
81
- colorsMalachite300: '#00d639ff',
82
- colorsMalachite400: '#00af2dff',
83
- colorsMalachite500: '#008a21ff',
84
- colorsMalachite600: '#006716ff',
85
- colorsMalachite700: '#00460cff',
86
- colorsMalachite800: '#002f08ff',
87
- colorsMalachite900: '#001704ff',
88
- colorsMalachite010: '#effcf0ff',
89
- colorsMalachite050: '#c1fac7ff',
90
- colorsGray100: '#e6e6e6ff',
91
- colorsGray200: '#ccccccff',
92
- colorsGray300: '#b3b3b3ff',
93
- colorsGray400: '#999999ff',
94
- colorsGray500: '#808080ff',
95
- colorsGray600: '#666666ff',
96
- colorsGray700: '#4d4d4dff',
97
- colorsGray800: '#333333ff',
98
- colorsGray900: '#191919ff',
99
- colorsGray1000: '#000000ff',
100
- colorsGray000: '#ffffffff',
101
- colorsGray010: '#fcfcfcff',
102
- colorsGray050: '#f2f2f2ff',
103
- colorsSkin400: '#ddb89eff',
104
- colorsSkin500: '#e84d4fff',
105
- colorsSkin600: '#b26e3dff',
106
- colorsSkin700: '#3a2417ff',
107
- colorsFuchsia400: '#bf47c3ff',
108
- colorsFuchsia500: '#b832bcff'
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
  }
@@ -1,101 +1,112 @@
1
1
  declare namespace _default {
2
2
  const metaName: string;
3
3
  const metaPublic: string;
4
- const colorsJade100: string;
5
- const colorsJade200: string;
6
- const colorsJade300: string;
7
- const colorsJade400: string;
8
- const colorsJade500: string;
9
- const colorsJade600: string;
10
- const colorsJade700: string;
11
- const colorsJade800: string;
12
- const colorsJade900: string;
13
- const colorsJade010: string;
14
- const colorsJade050: string;
15
- const colorsNavy100: string;
16
- const colorsNavy200: string;
17
- const colorsNavy300: string;
18
- const colorsNavy400: string;
19
- const colorsNavy500: string;
20
- const colorsNavy600: string;
21
- const colorsNavy700: string;
22
- const colorsNavy800: string;
23
- const colorsNavy900: string;
24
- const colorsNavy010: string;
25
- const colorsNavy050: string;
26
- const colorsTeal100: string;
27
- const colorsTeal200: string;
28
- const colorsTeal300: string;
29
- const colorsTeal400: string;
30
- const colorsTeal500: string;
31
- const colorsTeal600: string;
32
- const colorsTeal700: string;
33
- const colorsTeal800: string;
34
- const colorsTeal900: string;
35
- const colorsTeal010: string;
36
- const colorsTeal050: string;
37
- const colorsCherry100: string;
38
- const colorsCherry200: string;
39
- const colorsCherry300: string;
40
- const colorsCherry400: string;
41
- const colorsCherry500: string;
42
- const colorsCherry600: string;
43
- const colorsCherry700: string;
44
- const colorsCherry800: string;
45
- const colorsCherry900: string;
46
- const colorsCherry010: string;
47
- const colorsCherry050: string;
48
- const colorsTerra100: string;
49
- const colorsTerra200: string;
50
- const colorsTerra300: string;
51
- const colorsTerra400: string;
52
- const colorsTerra500: string;
53
- const colorsTerra600: string;
54
- const colorsTerra700: string;
55
- const colorsTerra800: string;
56
- const colorsTerra900: string;
57
- const colorsTerra010: string;
58
- const colorsTerra050: string;
59
- const colorsAmber100: string;
60
- const colorsAmber200: string;
61
- const colorsAmber300: string;
62
- const colorsAmber400: string;
63
- const colorsAmber500: string;
64
- const colorsAmber600: string;
65
- const colorsAmber700: string;
66
- const colorsAmber800: string;
67
- const colorsAmber900: string;
68
- const colorsAmber010: string;
69
- const colorsAmber050: string;
70
- const colorsMalachite100: string;
71
- const colorsMalachite200: string;
72
- const colorsMalachite300: string;
73
- const colorsMalachite400: string;
74
- const colorsMalachite500: string;
75
- const colorsMalachite600: string;
76
- const colorsMalachite700: string;
77
- const colorsMalachite800: string;
78
- const colorsMalachite900: string;
79
- const colorsMalachite010: string;
80
- const colorsMalachite050: string;
81
- const colorsGray100: string;
82
- const colorsGray200: string;
83
- const colorsGray300: string;
84
- const colorsGray400: string;
85
- const colorsGray500: string;
86
- const colorsGray600: string;
87
- const colorsGray700: string;
88
- const colorsGray800: string;
89
- const colorsGray900: string;
90
- const colorsGray1000: string;
91
- const colorsGray000: string;
92
- const colorsGray010: string;
93
- const colorsGray050: string;
94
- const colorsSkin400: string;
95
- const colorsSkin500: string;
96
- const colorsSkin600: string;
97
- const colorsSkin700: string;
98
- const colorsFuchsia400: string;
99
- const colorsFuchsia500: string;
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;