@aurodesignsystem/design-tokens 5.0.1 → 5.0.2
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/CHANGELOG.md +7 -0
- package/README.md +62 -86
- package/dist/{auro-classic → tokens}/CSSCustomProperties.css +312 -320
- package/dist/{auro-classic → tokens}/CSSSizeCustomProperties.css +1 -1
- package/dist/{auro-classic → tokens}/JSData--color.js +2071 -3145
- package/dist/{auro-classic → tokens}/JSONVariablesFlat.json +4 -12
- package/dist/{auro-classic → tokens}/JSONVariablesNested.json +9 -13
- package/dist/{auro-classic/JSObject--deprecated.js → tokens/JSObject--allTokens.js} +8777 -14655
- package/dist/tokens/JSObject--deprecated.js +3157 -0
- package/dist/{auro-classic → tokens}/JSVariables--color.js +312 -308
- package/dist/{auro-classic → tokens}/SCSSVariableMap.scss +1 -1
- package/dist/{auro-classic → tokens}/SCSSVariables.scss +312 -320
- package/dist/{auro-classic → tokens}/SCSSVariablesMapFlat.scss +312 -320
- package/dist/{auro-classic → tokens}/SassCustomProperties.scss +312 -320
- package/dist/{auro-classic → tokens}/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/base/SCSSVariables.scss +1372 -0
- package/dist/tokens/darkmode/CSSCustomProperties.css +28 -0
- package/dist/tokens/darkmode/JSDataColor.js +528 -0
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +528 -0
- package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
- package/dist/tokens/darkmode/SCSSVariables.scss +21 -0
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
- package/dist/tokens/darkmode/SassCustomProperties.scss +28 -0
- package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
- package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
- package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
- package/dist/{transparent/CSSCustomProperties--transparent.css → tokens/transparent/CSSCustomProperties.css} +5 -1
- package/package.json +3 -5
- package/src/{themes/auro-classic/animation.json → animation.json} +3 -6
- package/src/{themes/auro-classic → asset}/font.json +5 -10
- package/src/{themes/auro-classic/color → color}/alert.json +0 -7
- package/src/{themes/auro-classic/color → color}/background.json +25 -53
- package/src/{themes/auro-classic/color → color}/base.json +147 -303
- package/src/{themes/auro-classic/color → color}/border.json +32 -68
- package/src/{themes/auro-classic/color → color}/brand.json +158 -289
- package/src/{themes/auro-classic/color → color}/container.json +50 -101
- package/src/{themes/auro-classic/color → color}/icon.json +64 -129
- package/src/{themes/auro-classic/color → color}/text.json +28 -58
- package/src/{themes/auro-classic/color → color}/tier.json +22 -43
- package/src/{themes/auro-classic/color → color}/ui.json +1 -12
- package/src/{themes/auro-classic/color → color}/utility.json +30 -60
- package/src/color-darkmode/base.json +24 -0
- package/src/color-darkmode/border.json +32 -0
- package/src/color-darkmode/icon.json +32 -0
- package/src/color-darkmode/text.json +71 -0
- package/src/color-darkmode/tier.json +34 -0
- package/src/comments.json +34 -0
- package/src/{themes/auro-classic/depth.json → depth.json} +4 -9
- package/src/{themes/auro-classic/elevation.json → elevation.json} +3 -6
- package/src/{themes/auro-classic/grid-breakpoint.json → grid-breakpoint.json} +5 -10
- package/src/{themes/auro-classic/grid-column.json → grid-column.json} +5 -10
- package/src/{themes/auro-classic/grid-gutter.json → grid-gutter.json} +5 -10
- package/src/{themes/auro-classic/grid-margin.json → grid-margin.json} +5 -10
- package/src/{themes/auro-classic/size → size}/radius.json +1 -2
- package/src/size/scale.json +240 -0
- package/src/size/unitless-scale.json +82 -0
- package/src/{themes/auro-classic/text.json → text.json} +97 -192
- package/src/themes/excursion/animation.json +21 -0
- package/src/themes/excursion/asset/font.json +35 -0
- package/src/themes/excursion/color/alert.json +90 -0
- package/src/themes/excursion/color/background.json +280 -0
- package/src/themes/excursion/color/base.json +1303 -0
- package/src/themes/excursion/color/border.json +288 -0
- package/src/themes/excursion/color/brand.json +1549 -0
- package/src/themes/excursion/color/container.json +464 -0
- package/src/themes/excursion/color/excursion.json +254 -0
- package/src/themes/excursion/color/icon.json +476 -0
- package/src/themes/excursion/color/text.json +270 -0
- package/src/themes/excursion/color/tier.json +180 -0
- package/src/themes/excursion/color/ui.json +125 -0
- package/src/themes/excursion/comments.json +34 -0
- package/src/themes/excursion/depth copy.json +22 -0
- package/src/themes/excursion/elevation.json +22 -0
- package/src/themes/excursion/grid-breakpoint.json +29 -0
- package/src/themes/excursion/grid-column.json +29 -0
- package/src/themes/excursion/grid-gutter.json +29 -0
- package/src/themes/excursion/grid-margin.json +29 -0
- package/src/themes/excursion/size/radius.json +9 -0
- package/src/themes/excursion/size/scale.json +234 -0
- package/src/themes/excursion/size/unitless-scale.json +82 -0
- package/src/themes/excursion/text.json +572 -0
- package/src/themes/hawaiian/color/background.json +15 -0
- package/src/themes/hawaiian/color/border.json +18 -0
- package/src/themes/hawaiian/color/container.json +56 -0
- package/src/themes/hawaiian/color/icon.json +24 -0
- package/src/themes/hawaiian/color/text.json +44 -0
- package/src/themes/transparent/color/alert.json +0 -7
- package/src/themes/transparent/color/background.json +2 -30
- package/src/themes/transparent/color/base.json +0 -156
- package/src/themes/transparent/color/border.json +0 -36
- package/src/themes/transparent/color/brand.json +36 -167
- package/src/themes/transparent/color/container.json +0 -50
- package/src/themes/transparent/color/icon.json +0 -65
- package/src/themes/transparent/color/text.json +0 -30
- package/src/themes/transparent/color/tier.json +1 -22
- package/src/themes/transparent/color/ui.json +1 -12
- package/src/themes/transparent/color/utility.json +0 -30
- package/src/themes/transparent/elevation.json +0 -3
- package/dist/alaska/CSSCustomProperties--alaska.css +0 -66
- package/dist/alaska/SCSSVariables--alaska.scss +0 -63
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -67
- package/dist/alaska/primitives--alaska.scss +0 -215
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +0 -66
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +0 -63
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +0 -67
- package/dist/hawaiian/primitives--hawaiian.scss +0 -175
- package/src/primitives/alaska/color.json +0 -796
- package/src/primitives/alaska/typography.json +0 -27
- package/src/primitives/base/color.json +0 -489
- package/src/primitives/base/transparency.json +0 -183
- package/src/primitives/base/typography.json +0 -210
- package/src/primitives/hawaiian/color.json +0 -508
- package/src/primitives/hawaiian/typography.json +0 -28
- package/src/themes/alaska/color.json +0 -394
- package/src/themes/alaska/typography.json +0 -132
- package/src/themes/auro-classic/comments.json +0 -50
- package/src/themes/auro-classic/size/scale.json +0 -347
- package/src/themes/auro-classic/size/unitless-scale.json +0 -126
- package/src/themes/hawaiian/color.json +0 -394
- package/src/themes/hawaiian/typography.json +0 -132
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"font": {
|
|
3
|
-
"size": {
|
|
4
|
-
"10": {
|
|
5
|
-
"value": "0.625rem",
|
|
6
|
-
"type": "primitive",
|
|
7
|
-
"comment": "10px",
|
|
8
|
-
"public": false,
|
|
9
|
-
"default": true,
|
|
10
|
-
"deprecated": false
|
|
11
|
-
},
|
|
12
|
-
"12": {
|
|
13
|
-
"value": "0.75rem",
|
|
14
|
-
"type": "primitive",
|
|
15
|
-
"comment": "12px",
|
|
16
|
-
"public": false,
|
|
17
|
-
"default": true,
|
|
18
|
-
"deprecated": false
|
|
19
|
-
},
|
|
20
|
-
"14": {
|
|
21
|
-
"value": "0.875rem",
|
|
22
|
-
"type": "primitive",
|
|
23
|
-
"comment": "14px",
|
|
24
|
-
"public": false,
|
|
25
|
-
"default": true,
|
|
26
|
-
"deprecated": false
|
|
27
|
-
},
|
|
28
|
-
"16": {
|
|
29
|
-
"value": "1rem",
|
|
30
|
-
"type": "primitive",
|
|
31
|
-
"comment": "16px",
|
|
32
|
-
"public": false,
|
|
33
|
-
"default": true,
|
|
34
|
-
"deprecated": false
|
|
35
|
-
},
|
|
36
|
-
"18": {
|
|
37
|
-
"value": "1.125rem",
|
|
38
|
-
"type": "primitive",
|
|
39
|
-
"comment": "18px",
|
|
40
|
-
"public": false,
|
|
41
|
-
"default": true,
|
|
42
|
-
"deprecated": false
|
|
43
|
-
},
|
|
44
|
-
"20": {
|
|
45
|
-
"value": "1.25rem",
|
|
46
|
-
"type": "primitive",
|
|
47
|
-
"comment": "20px",
|
|
48
|
-
"public": false,
|
|
49
|
-
"default": true,
|
|
50
|
-
"deprecated": false
|
|
51
|
-
},
|
|
52
|
-
"22": {
|
|
53
|
-
"value": "1.375rem",
|
|
54
|
-
"type": "primitive",
|
|
55
|
-
"comment": "22px",
|
|
56
|
-
"public": false,
|
|
57
|
-
"default": true,
|
|
58
|
-
"deprecated": false
|
|
59
|
-
},
|
|
60
|
-
"24": {
|
|
61
|
-
"value": "1.5rem",
|
|
62
|
-
"type": "primitive",
|
|
63
|
-
"comment": "24px",
|
|
64
|
-
"public": false,
|
|
65
|
-
"default": true,
|
|
66
|
-
"deprecated": false
|
|
67
|
-
},
|
|
68
|
-
"26": {
|
|
69
|
-
"value": "1.625rem",
|
|
70
|
-
"type": "primitive",
|
|
71
|
-
"comment": "26px",
|
|
72
|
-
"public": false,
|
|
73
|
-
"default": true,
|
|
74
|
-
"deprecated": false
|
|
75
|
-
},
|
|
76
|
-
"28": {
|
|
77
|
-
"value": "1.75rem",
|
|
78
|
-
"type": "primitive",
|
|
79
|
-
"comment": "28px",
|
|
80
|
-
"public": false,
|
|
81
|
-
"default": true,
|
|
82
|
-
"deprecated": false
|
|
83
|
-
},
|
|
84
|
-
"32": {
|
|
85
|
-
"value": "2rem",
|
|
86
|
-
"type": "primitive",
|
|
87
|
-
"comment": "32px",
|
|
88
|
-
"public": false,
|
|
89
|
-
"default": true,
|
|
90
|
-
"deprecated": false
|
|
91
|
-
},
|
|
92
|
-
"36": {
|
|
93
|
-
"value": "2.25rem",
|
|
94
|
-
"type": "primitive",
|
|
95
|
-
"comment": "36px",
|
|
96
|
-
"public": false,
|
|
97
|
-
"default": true,
|
|
98
|
-
"deprecated": false
|
|
99
|
-
},
|
|
100
|
-
"38": {
|
|
101
|
-
"value": "2.375rem",
|
|
102
|
-
"type": "primitive",
|
|
103
|
-
"comment": "38px",
|
|
104
|
-
"public": false,
|
|
105
|
-
"default": true,
|
|
106
|
-
"deprecated": false
|
|
107
|
-
},
|
|
108
|
-
"40": {
|
|
109
|
-
"value": "2.5rem",
|
|
110
|
-
"type": "primitive",
|
|
111
|
-
"comment": "40px",
|
|
112
|
-
"public": false,
|
|
113
|
-
"default": true,
|
|
114
|
-
"deprecated": false
|
|
115
|
-
},
|
|
116
|
-
"44": {
|
|
117
|
-
"value": "2.75rem",
|
|
118
|
-
"type": "primitive",
|
|
119
|
-
"comment": "44px",
|
|
120
|
-
"public": false,
|
|
121
|
-
"default": true,
|
|
122
|
-
"deprecated": false
|
|
123
|
-
},
|
|
124
|
-
"48": {
|
|
125
|
-
"value": "3rem",
|
|
126
|
-
"type": "primitive",
|
|
127
|
-
"comment": "48px",
|
|
128
|
-
"public": false,
|
|
129
|
-
"default": true,
|
|
130
|
-
"deprecated": false
|
|
131
|
-
},
|
|
132
|
-
"56": {
|
|
133
|
-
"value": "3.5rem",
|
|
134
|
-
"type": "primitive",
|
|
135
|
-
"comment": "56px",
|
|
136
|
-
"public": false,
|
|
137
|
-
"default": true,
|
|
138
|
-
"deprecated": false
|
|
139
|
-
},
|
|
140
|
-
"64": {
|
|
141
|
-
"value": "4rem",
|
|
142
|
-
"type": "primitive",
|
|
143
|
-
"comment": "64px",
|
|
144
|
-
"public": false,
|
|
145
|
-
"default": true,
|
|
146
|
-
"deprecated": false
|
|
147
|
-
},
|
|
148
|
-
"72": {
|
|
149
|
-
"value": "4.5rem",
|
|
150
|
-
"type": "primitive",
|
|
151
|
-
"comment": "72px",
|
|
152
|
-
"public": false,
|
|
153
|
-
"default": true,
|
|
154
|
-
"deprecated": false
|
|
155
|
-
},
|
|
156
|
-
"86": {
|
|
157
|
-
"value": "5.375rem",
|
|
158
|
-
"type": "primitive",
|
|
159
|
-
"comment": "86px",
|
|
160
|
-
"public": false,
|
|
161
|
-
"default": true,
|
|
162
|
-
"deprecated": false
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
"weight": {
|
|
166
|
-
"bold": {
|
|
167
|
-
"value": "Bold",
|
|
168
|
-
"type": "primitive",
|
|
169
|
-
"public": false,
|
|
170
|
-
"default": true,
|
|
171
|
-
"deprecated": false
|
|
172
|
-
},
|
|
173
|
-
"book": {
|
|
174
|
-
"value": "Book",
|
|
175
|
-
"type": "primitive",
|
|
176
|
-
"public": false,
|
|
177
|
-
"default": true,
|
|
178
|
-
"deprecated": false
|
|
179
|
-
},
|
|
180
|
-
"light": {
|
|
181
|
-
"value": "Light",
|
|
182
|
-
"type": "primitive",
|
|
183
|
-
"public": false,
|
|
184
|
-
"default": true,
|
|
185
|
-
"deprecated": false
|
|
186
|
-
},
|
|
187
|
-
"medium": {
|
|
188
|
-
"value": "Medium",
|
|
189
|
-
"type": "primitive",
|
|
190
|
-
"public": false,
|
|
191
|
-
"default": true,
|
|
192
|
-
"deprecated": false
|
|
193
|
-
},
|
|
194
|
-
"regular": {
|
|
195
|
-
"value": "Regular",
|
|
196
|
-
"type": "primitive",
|
|
197
|
-
"public": false,
|
|
198
|
-
"default": true,
|
|
199
|
-
"deprecated": false
|
|
200
|
-
},
|
|
201
|
-
"semibold": {
|
|
202
|
-
"value": "Semibold",
|
|
203
|
-
"type": "primitive",
|
|
204
|
-
"public": false,
|
|
205
|
-
"default": true,
|
|
206
|
-
"deprecated": false
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
@@ -1,508 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"color": {
|
|
3
|
-
"alohapink": {
|
|
4
|
-
"100": {
|
|
5
|
-
"value": "#fdf1f8",
|
|
6
|
-
"type": "primitive",
|
|
7
|
-
"public": false,
|
|
8
|
-
"default": true,
|
|
9
|
-
"deprecated": false
|
|
10
|
-
},
|
|
11
|
-
"200": {
|
|
12
|
-
"value": "#fad8eb",
|
|
13
|
-
"type": "primitive",
|
|
14
|
-
"public": false,
|
|
15
|
-
"default": true,
|
|
16
|
-
"deprecated": false
|
|
17
|
-
},
|
|
18
|
-
"300": {
|
|
19
|
-
"value": "#f5bede",
|
|
20
|
-
"type": "primitive",
|
|
21
|
-
"public": false,
|
|
22
|
-
"default": true,
|
|
23
|
-
"deprecated": false
|
|
24
|
-
},
|
|
25
|
-
"400": {
|
|
26
|
-
"value": "#f0a5d2",
|
|
27
|
-
"type": "primitive",
|
|
28
|
-
"public": false,
|
|
29
|
-
"default": true,
|
|
30
|
-
"deprecated": false
|
|
31
|
-
},
|
|
32
|
-
"500": {
|
|
33
|
-
"value": "#e26db8",
|
|
34
|
-
"type": "primitive",
|
|
35
|
-
"public": false,
|
|
36
|
-
"default": true,
|
|
37
|
-
"deprecated": false
|
|
38
|
-
},
|
|
39
|
-
"600": {
|
|
40
|
-
"value": "#ce0c88",
|
|
41
|
-
"type": "primitive",
|
|
42
|
-
"public": false,
|
|
43
|
-
"default": true,
|
|
44
|
-
"deprecated": false
|
|
45
|
-
},
|
|
46
|
-
"700": {
|
|
47
|
-
"value": "#a91770",
|
|
48
|
-
"type": "primitive",
|
|
49
|
-
"public": false,
|
|
50
|
-
"default": true,
|
|
51
|
-
"deprecated": false
|
|
52
|
-
},
|
|
53
|
-
"800": {
|
|
54
|
-
"value": "#831a57",
|
|
55
|
-
"type": "primitive",
|
|
56
|
-
"public": false,
|
|
57
|
-
"default": true,
|
|
58
|
-
"deprecated": false
|
|
59
|
-
},
|
|
60
|
-
"900": {
|
|
61
|
-
"value": "#5f1940",
|
|
62
|
-
"type": "primitive",
|
|
63
|
-
"public": false,
|
|
64
|
-
"default": true,
|
|
65
|
-
"deprecated": false
|
|
66
|
-
},
|
|
67
|
-
"1000": {
|
|
68
|
-
"value": "#3d152a",
|
|
69
|
-
"type": "primitive",
|
|
70
|
-
"public": false,
|
|
71
|
-
"default": true,
|
|
72
|
-
"deprecated": false
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"kaunaoa": {
|
|
76
|
-
"100": {
|
|
77
|
-
"value": "#fcf3e9",
|
|
78
|
-
"type": "primitive",
|
|
79
|
-
"public": false,
|
|
80
|
-
"default": true,
|
|
81
|
-
"deprecated": false
|
|
82
|
-
},
|
|
83
|
-
"200": {
|
|
84
|
-
"value": "#f6dbbc",
|
|
85
|
-
"type": "primitive",
|
|
86
|
-
"public": false,
|
|
87
|
-
"default": true,
|
|
88
|
-
"deprecated": false
|
|
89
|
-
},
|
|
90
|
-
"300": {
|
|
91
|
-
"value": "#f2ca9c",
|
|
92
|
-
"type": "primitive",
|
|
93
|
-
"public": false,
|
|
94
|
-
"default": true,
|
|
95
|
-
"deprecated": false
|
|
96
|
-
},
|
|
97
|
-
"400": {
|
|
98
|
-
"value": "#edb97d",
|
|
99
|
-
"type": "primitive",
|
|
100
|
-
"public": false,
|
|
101
|
-
"default": true,
|
|
102
|
-
"deprecated": false
|
|
103
|
-
},
|
|
104
|
-
"500": {
|
|
105
|
-
"value": "#e7a14f",
|
|
106
|
-
"type": "primitive",
|
|
107
|
-
"public": false,
|
|
108
|
-
"default": true,
|
|
109
|
-
"deprecated": false
|
|
110
|
-
},
|
|
111
|
-
"600": {
|
|
112
|
-
"value": "#e39131",
|
|
113
|
-
"type": "primitive",
|
|
114
|
-
"public": false,
|
|
115
|
-
"default": true,
|
|
116
|
-
"deprecated": false
|
|
117
|
-
},
|
|
118
|
-
"700": {
|
|
119
|
-
"value": "#c6771b",
|
|
120
|
-
"type": "primitive",
|
|
121
|
-
"public": false,
|
|
122
|
-
"default": true,
|
|
123
|
-
"deprecated": false
|
|
124
|
-
},
|
|
125
|
-
"800": {
|
|
126
|
-
"value": "#995c15",
|
|
127
|
-
"type": "primitive",
|
|
128
|
-
"public": false,
|
|
129
|
-
"default": true,
|
|
130
|
-
"deprecated": false
|
|
131
|
-
},
|
|
132
|
-
"900": {
|
|
133
|
-
"value": "#6c410f",
|
|
134
|
-
"type": "primitive",
|
|
135
|
-
"public": false,
|
|
136
|
-
"default": true,
|
|
137
|
-
"deprecated": false
|
|
138
|
-
},
|
|
139
|
-
"1000": {
|
|
140
|
-
"value": "#3a2308",
|
|
141
|
-
"type": "primitive",
|
|
142
|
-
"public": false,
|
|
143
|
-
"default": true,
|
|
144
|
-
"deprecated": false
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"kukui": {
|
|
148
|
-
"100": {
|
|
149
|
-
"value": "#eef7ee",
|
|
150
|
-
"type": "primitive",
|
|
151
|
-
"public": false,
|
|
152
|
-
"default": true,
|
|
153
|
-
"deprecated": false
|
|
154
|
-
},
|
|
155
|
-
"200": {
|
|
156
|
-
"value": "#d2e9d4",
|
|
157
|
-
"type": "primitive",
|
|
158
|
-
"public": false,
|
|
159
|
-
"default": true,
|
|
160
|
-
"deprecated": false
|
|
161
|
-
},
|
|
162
|
-
"300": {
|
|
163
|
-
"value": "#b0d9b2",
|
|
164
|
-
"type": "primitive",
|
|
165
|
-
"public": false,
|
|
166
|
-
"default": true,
|
|
167
|
-
"deprecated": false
|
|
168
|
-
},
|
|
169
|
-
"400": {
|
|
170
|
-
"value": "#8ec891",
|
|
171
|
-
"type": "primitive",
|
|
172
|
-
"public": false,
|
|
173
|
-
"default": true,
|
|
174
|
-
"deprecated": false
|
|
175
|
-
},
|
|
176
|
-
"500": {
|
|
177
|
-
"value": "#76bc78",
|
|
178
|
-
"type": "primitive",
|
|
179
|
-
"public": false,
|
|
180
|
-
"default": true,
|
|
181
|
-
"deprecated": false
|
|
182
|
-
},
|
|
183
|
-
"600": {
|
|
184
|
-
"value": "#5db060",
|
|
185
|
-
"type": "primitive",
|
|
186
|
-
"public": false,
|
|
187
|
-
"default": true,
|
|
188
|
-
"deprecated": false
|
|
189
|
-
},
|
|
190
|
-
"700": {
|
|
191
|
-
"value": "#48934b",
|
|
192
|
-
"type": "primitive",
|
|
193
|
-
"public": false,
|
|
194
|
-
"default": true,
|
|
195
|
-
"deprecated": false
|
|
196
|
-
},
|
|
197
|
-
"800": {
|
|
198
|
-
"value": "#377139",
|
|
199
|
-
"type": "primitive",
|
|
200
|
-
"public": false,
|
|
201
|
-
"default": true,
|
|
202
|
-
"deprecated": false
|
|
203
|
-
},
|
|
204
|
-
"900": {
|
|
205
|
-
"value": "#264f28",
|
|
206
|
-
"type": "primitive",
|
|
207
|
-
"public": false,
|
|
208
|
-
"default": true,
|
|
209
|
-
"deprecated": false
|
|
210
|
-
},
|
|
211
|
-
"1000": {
|
|
212
|
-
"value": "#162d17",
|
|
213
|
-
"type": "primitive",
|
|
214
|
-
"public": false,
|
|
215
|
-
"default": true,
|
|
216
|
-
"deprecated": false
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
"marine": {
|
|
220
|
-
"100": {
|
|
221
|
-
"value": "#eaeefa",
|
|
222
|
-
"type": "primitive",
|
|
223
|
-
"public": false,
|
|
224
|
-
"default": true,
|
|
225
|
-
"deprecated": false
|
|
226
|
-
},
|
|
227
|
-
"200": {
|
|
228
|
-
"value": "#c0ccf1",
|
|
229
|
-
"type": "primitive",
|
|
230
|
-
"public": false,
|
|
231
|
-
"default": true,
|
|
232
|
-
"deprecated": false
|
|
233
|
-
},
|
|
234
|
-
"300": {
|
|
235
|
-
"value": "#b0beed",
|
|
236
|
-
"type": "primitive",
|
|
237
|
-
"public": false,
|
|
238
|
-
"default": true,
|
|
239
|
-
"deprecated": false
|
|
240
|
-
},
|
|
241
|
-
"400": {
|
|
242
|
-
"value": "#9bade9",
|
|
243
|
-
"type": "primitive",
|
|
244
|
-
"public": false,
|
|
245
|
-
"default": true,
|
|
246
|
-
"deprecated": false
|
|
247
|
-
},
|
|
248
|
-
"500": {
|
|
249
|
-
"value": "#8298e3",
|
|
250
|
-
"type": "primitive",
|
|
251
|
-
"public": false,
|
|
252
|
-
"default": true,
|
|
253
|
-
"deprecated": false
|
|
254
|
-
},
|
|
255
|
-
"600": {
|
|
256
|
-
"value": "#718bdf",
|
|
257
|
-
"type": "primitive",
|
|
258
|
-
"public": false,
|
|
259
|
-
"default": true,
|
|
260
|
-
"deprecated": false
|
|
261
|
-
},
|
|
262
|
-
"700": {
|
|
263
|
-
"value": "#5876da",
|
|
264
|
-
"type": "primitive",
|
|
265
|
-
"public": false,
|
|
266
|
-
"default": true,
|
|
267
|
-
"deprecated": false
|
|
268
|
-
},
|
|
269
|
-
"800": {
|
|
270
|
-
"value": "#4768d6",
|
|
271
|
-
"type": "primitive",
|
|
272
|
-
"public": false,
|
|
273
|
-
"default": true,
|
|
274
|
-
"deprecated": false
|
|
275
|
-
},
|
|
276
|
-
"900": {
|
|
277
|
-
"value": "#2b4dc0",
|
|
278
|
-
"type": "primitive",
|
|
279
|
-
"public": false,
|
|
280
|
-
"default": true,
|
|
281
|
-
"deprecated": false
|
|
282
|
-
},
|
|
283
|
-
"1000": {
|
|
284
|
-
"value": "#182c6c",
|
|
285
|
-
"type": "primitive",
|
|
286
|
-
"public": false,
|
|
287
|
-
"default": true,
|
|
288
|
-
"deprecated": false
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
"ocean": {
|
|
292
|
-
"100": {
|
|
293
|
-
"value": "#ecf6f8",
|
|
294
|
-
"type": "primitive",
|
|
295
|
-
"public": false,
|
|
296
|
-
"default": true,
|
|
297
|
-
"deprecated": false
|
|
298
|
-
},
|
|
299
|
-
"200": {
|
|
300
|
-
"value": "#cbe6ec",
|
|
301
|
-
"type": "primitive",
|
|
302
|
-
"public": false,
|
|
303
|
-
"default": true,
|
|
304
|
-
"deprecated": false
|
|
305
|
-
},
|
|
306
|
-
"300": {
|
|
307
|
-
"value": "#a8d6df",
|
|
308
|
-
"type": "primitive",
|
|
309
|
-
"public": false,
|
|
310
|
-
"default": true,
|
|
311
|
-
"deprecated": false
|
|
312
|
-
},
|
|
313
|
-
"400": {
|
|
314
|
-
"value": "#83c6d3",
|
|
315
|
-
"type": "primitive",
|
|
316
|
-
"public": false,
|
|
317
|
-
"default": true,
|
|
318
|
-
"deprecated": false
|
|
319
|
-
},
|
|
320
|
-
"500": {
|
|
321
|
-
"value": "#59b6c7",
|
|
322
|
-
"type": "primitive",
|
|
323
|
-
"public": false,
|
|
324
|
-
"default": true,
|
|
325
|
-
"deprecated": false
|
|
326
|
-
},
|
|
327
|
-
"600": {
|
|
328
|
-
"value": "#00a5ba",
|
|
329
|
-
"type": "primitive",
|
|
330
|
-
"public": false,
|
|
331
|
-
"default": true,
|
|
332
|
-
"deprecated": false
|
|
333
|
-
},
|
|
334
|
-
"700": {
|
|
335
|
-
"value": "#158798",
|
|
336
|
-
"type": "primitive",
|
|
337
|
-
"public": false,
|
|
338
|
-
"default": true,
|
|
339
|
-
"deprecated": false
|
|
340
|
-
},
|
|
341
|
-
"800": {
|
|
342
|
-
"value": "#1b6976",
|
|
343
|
-
"type": "primitive",
|
|
344
|
-
"public": false,
|
|
345
|
-
"default": true,
|
|
346
|
-
"deprecated": false
|
|
347
|
-
},
|
|
348
|
-
"900": {
|
|
349
|
-
"value": "#1b4c55",
|
|
350
|
-
"type": "primitive",
|
|
351
|
-
"public": false,
|
|
352
|
-
"default": true,
|
|
353
|
-
"deprecated": false
|
|
354
|
-
},
|
|
355
|
-
"1000": {
|
|
356
|
-
"value": "#173136",
|
|
357
|
-
"type": "primitive",
|
|
358
|
-
"public": false,
|
|
359
|
-
"default": true,
|
|
360
|
-
"deprecated": false
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"royalpurple": {
|
|
364
|
-
"100": {
|
|
365
|
-
"value": "#edeaf4",
|
|
366
|
-
"type": "primitive",
|
|
367
|
-
"public": false,
|
|
368
|
-
"default": true,
|
|
369
|
-
"deprecated": false
|
|
370
|
-
},
|
|
371
|
-
"200": {
|
|
372
|
-
"value": "#ccc5e0",
|
|
373
|
-
"type": "primitive",
|
|
374
|
-
"public": false,
|
|
375
|
-
"default": true,
|
|
376
|
-
"deprecated": false
|
|
377
|
-
},
|
|
378
|
-
"300": {
|
|
379
|
-
"value": "#aca1cc",
|
|
380
|
-
"type": "primitive",
|
|
381
|
-
"public": false,
|
|
382
|
-
"default": true,
|
|
383
|
-
"deprecated": false
|
|
384
|
-
},
|
|
385
|
-
"400": {
|
|
386
|
-
"value": "#8c7eb8",
|
|
387
|
-
"type": "primitive",
|
|
388
|
-
"public": false,
|
|
389
|
-
"default": true,
|
|
390
|
-
"deprecated": false
|
|
391
|
-
},
|
|
392
|
-
"500": {
|
|
393
|
-
"value": "#6b5da4",
|
|
394
|
-
"type": "primitive",
|
|
395
|
-
"public": false,
|
|
396
|
-
"default": true,
|
|
397
|
-
"deprecated": false
|
|
398
|
-
},
|
|
399
|
-
"600": {
|
|
400
|
-
"value": "#463c8f",
|
|
401
|
-
"type": "primitive",
|
|
402
|
-
"public": false,
|
|
403
|
-
"default": true,
|
|
404
|
-
"deprecated": false
|
|
405
|
-
},
|
|
406
|
-
"700": {
|
|
407
|
-
"value": "#3c3376",
|
|
408
|
-
"type": "primitive",
|
|
409
|
-
"public": false,
|
|
410
|
-
"default": true,
|
|
411
|
-
"deprecated": false
|
|
412
|
-
},
|
|
413
|
-
"800": {
|
|
414
|
-
"value": "#31295c",
|
|
415
|
-
"type": "primitive",
|
|
416
|
-
"public": false,
|
|
417
|
-
"default": true,
|
|
418
|
-
"deprecated": false
|
|
419
|
-
},
|
|
420
|
-
"900": {
|
|
421
|
-
"value": "#262043",
|
|
422
|
-
"type": "primitive",
|
|
423
|
-
"public": false,
|
|
424
|
-
"default": true,
|
|
425
|
-
"deprecated": false
|
|
426
|
-
},
|
|
427
|
-
"1000": {
|
|
428
|
-
"value": "#1b172c",
|
|
429
|
-
"type": "primitive",
|
|
430
|
-
"public": false,
|
|
431
|
-
"default": true,
|
|
432
|
-
"deprecated": false
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"sunset": {
|
|
436
|
-
"100": {
|
|
437
|
-
"value": "#ffeeea",
|
|
438
|
-
"type": "primitive",
|
|
439
|
-
"public": false,
|
|
440
|
-
"default": true,
|
|
441
|
-
"deprecated": false
|
|
442
|
-
},
|
|
443
|
-
"200": {
|
|
444
|
-
"value": "#ffcfc5",
|
|
445
|
-
"type": "primitive",
|
|
446
|
-
"public": false,
|
|
447
|
-
"default": true,
|
|
448
|
-
"deprecated": false
|
|
449
|
-
},
|
|
450
|
-
"300": {
|
|
451
|
-
"value": "#ffb0a2",
|
|
452
|
-
"type": "primitive",
|
|
453
|
-
"public": false,
|
|
454
|
-
"default": true,
|
|
455
|
-
"deprecated": false
|
|
456
|
-
},
|
|
457
|
-
"400": {
|
|
458
|
-
"value": "#ff9080",
|
|
459
|
-
"type": "primitive",
|
|
460
|
-
"public": false,
|
|
461
|
-
"default": true,
|
|
462
|
-
"deprecated": false
|
|
463
|
-
},
|
|
464
|
-
"500": {
|
|
465
|
-
"value": "#f86e5f",
|
|
466
|
-
"type": "primitive",
|
|
467
|
-
"public": false,
|
|
468
|
-
"default": true,
|
|
469
|
-
"deprecated": false
|
|
470
|
-
},
|
|
471
|
-
"600": {
|
|
472
|
-
"value": "#ee453d",
|
|
473
|
-
"type": "primitive",
|
|
474
|
-
"public": false,
|
|
475
|
-
"default": true,
|
|
476
|
-
"deprecated": false
|
|
477
|
-
},
|
|
478
|
-
"700": {
|
|
479
|
-
"value": "#c33c34",
|
|
480
|
-
"type": "primitive",
|
|
481
|
-
"public": false,
|
|
482
|
-
"default": true,
|
|
483
|
-
"deprecated": false
|
|
484
|
-
},
|
|
485
|
-
"800": {
|
|
486
|
-
"value": "#97322a",
|
|
487
|
-
"type": "primitive",
|
|
488
|
-
"public": false,
|
|
489
|
-
"default": true,
|
|
490
|
-
"deprecated": false
|
|
491
|
-
},
|
|
492
|
-
"900": {
|
|
493
|
-
"value": "#6d2721",
|
|
494
|
-
"type": "primitive",
|
|
495
|
-
"public": false,
|
|
496
|
-
"default": true,
|
|
497
|
-
"deprecated": false
|
|
498
|
-
},
|
|
499
|
-
"1000": {
|
|
500
|
-
"value": "#451c17",
|
|
501
|
-
"type": "primitive",
|
|
502
|
-
"public": false,
|
|
503
|
-
"default": true,
|
|
504
|
-
"deprecated": false
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
}
|