@gitlab/ui 71.2.0 → 71.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/CHANGELOG.md +14 -0
- package/dist/components/base/filtered_search/filtered_search.js +0 -1
- package/dist/components/base/loading_icon/loading_icon.js +0 -1
- package/dist/components/experimental/duo/chat/duo_chat.js +0 -1
- package/dist/components/utilities/truncate_text/truncate_text.js +11 -1
- package/dist/config.js +0 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +122 -1
- package/dist/tokens/js/tokens.dark.js +122 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/json/tokens.dark.grouped.json +110 -110
- package/dist/tokens/json/tokens.dark.json +770 -638
- package/dist/tokens/scss/_tokens.dark.scss +122 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/package.json +3 -3
- package/src/components/utilities/truncate_text/truncate_text.spec.js +14 -0
- package/src/components/utilities/truncate_text/truncate_text.stories.js +2 -0
- package/src/components/utilities/truncate_text/truncate_text.vue +17 -3
- package/src/tokens/color.data_viz.dark.tokens.json +344 -0
- package/src/tokens/color.data_viz.dark.tokens.stories.js +56 -0
- package/src/tokens/color.data_viz.tokens.stories.js +1 -1
- package/src/tokens/color.theme.dark.tokens.json +412 -0
- package/src/tokens/color.theme.dark.tokens.stories.js +60 -0
- package/src/tokens/color.theme.tokens.stories.js +1 -1
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
"data-viz": {
|
|
3
3
|
"green": {
|
|
4
4
|
"50": {
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#133a03",
|
|
6
6
|
"$type": "color",
|
|
7
|
-
"themeable":
|
|
7
|
+
"themeable": false,
|
|
8
8
|
"prefix": false,
|
|
9
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
10
|
-
"isSource":
|
|
9
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
10
|
+
"isSource": true,
|
|
11
11
|
"original": {
|
|
12
|
-
"value": "#
|
|
12
|
+
"value": "#133a03",
|
|
13
13
|
"$type": "color",
|
|
14
|
-
"themeable":
|
|
14
|
+
"themeable": false,
|
|
15
15
|
"prefix": false
|
|
16
16
|
},
|
|
17
17
|
"name": "A_VIZ_GREEN_50",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
25
|
"100": {
|
|
26
|
-
"value": "#
|
|
26
|
+
"value": "#1a4500",
|
|
27
27
|
"$type": "color",
|
|
28
|
-
"themeable":
|
|
28
|
+
"themeable": false,
|
|
29
29
|
"prefix": false,
|
|
30
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
31
|
-
"isSource":
|
|
30
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
31
|
+
"isSource": true,
|
|
32
32
|
"original": {
|
|
33
|
-
"value": "#
|
|
33
|
+
"value": "#1a4500",
|
|
34
34
|
"$type": "color",
|
|
35
|
-
"themeable":
|
|
35
|
+
"themeable": false,
|
|
36
36
|
"prefix": false
|
|
37
37
|
},
|
|
38
38
|
"name": "A_VIZ_GREEN_100",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
"200": {
|
|
47
|
-
"value": "#
|
|
47
|
+
"value": "#275600",
|
|
48
48
|
"$type": "color",
|
|
49
|
-
"themeable":
|
|
49
|
+
"themeable": false,
|
|
50
50
|
"prefix": false,
|
|
51
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
52
|
-
"isSource":
|
|
51
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
52
|
+
"isSource": true,
|
|
53
53
|
"original": {
|
|
54
|
-
"value": "#
|
|
54
|
+
"value": "#275600",
|
|
55
55
|
"$type": "color",
|
|
56
|
-
"themeable":
|
|
56
|
+
"themeable": false,
|
|
57
57
|
"prefix": false
|
|
58
58
|
},
|
|
59
59
|
"name": "A_VIZ_GREEN_200",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"300": {
|
|
68
|
-
"value": "#
|
|
68
|
+
"value": "#366800",
|
|
69
69
|
"$type": "color",
|
|
70
|
-
"themeable":
|
|
70
|
+
"themeable": false,
|
|
71
71
|
"prefix": false,
|
|
72
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
73
|
-
"isSource":
|
|
72
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
73
|
+
"isSource": true,
|
|
74
74
|
"original": {
|
|
75
|
-
"value": "#
|
|
75
|
+
"value": "#366800",
|
|
76
76
|
"$type": "color",
|
|
77
|
-
"themeable":
|
|
77
|
+
"themeable": false,
|
|
78
78
|
"prefix": false
|
|
79
79
|
},
|
|
80
80
|
"name": "A_VIZ_GREEN_300",
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"400": {
|
|
89
|
-
"value": "#
|
|
89
|
+
"value": "#4e7f0e",
|
|
90
90
|
"$type": "color",
|
|
91
|
-
"themeable":
|
|
91
|
+
"themeable": false,
|
|
92
92
|
"prefix": false,
|
|
93
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
94
|
-
"isSource":
|
|
93
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
94
|
+
"isSource": true,
|
|
95
95
|
"original": {
|
|
96
|
-
"value": "#
|
|
96
|
+
"value": "#4e7f0e",
|
|
97
97
|
"$type": "color",
|
|
98
|
-
"themeable":
|
|
98
|
+
"themeable": false,
|
|
99
99
|
"prefix": false
|
|
100
100
|
},
|
|
101
101
|
"name": "A_VIZ_GREEN_400",
|
|
@@ -109,14 +109,14 @@
|
|
|
109
109
|
"500": {
|
|
110
110
|
"value": "#619025",
|
|
111
111
|
"$type": "color",
|
|
112
|
-
"themeable":
|
|
112
|
+
"themeable": false,
|
|
113
113
|
"prefix": false,
|
|
114
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
115
|
-
"isSource":
|
|
114
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
115
|
+
"isSource": true,
|
|
116
116
|
"original": {
|
|
117
117
|
"value": "#619025",
|
|
118
118
|
"$type": "color",
|
|
119
|
-
"themeable":
|
|
119
|
+
"themeable": false,
|
|
120
120
|
"prefix": false
|
|
121
121
|
},
|
|
122
122
|
"name": "A_VIZ_GREEN_500",
|
|
@@ -128,16 +128,16 @@
|
|
|
128
128
|
]
|
|
129
129
|
},
|
|
130
130
|
"600": {
|
|
131
|
-
"value": "#
|
|
131
|
+
"value": "#81ac41",
|
|
132
132
|
"$type": "color",
|
|
133
|
-
"themeable":
|
|
133
|
+
"themeable": false,
|
|
134
134
|
"prefix": false,
|
|
135
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
136
|
-
"isSource":
|
|
135
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
136
|
+
"isSource": true,
|
|
137
137
|
"original": {
|
|
138
|
-
"value": "#
|
|
138
|
+
"value": "#81ac41",
|
|
139
139
|
"$type": "color",
|
|
140
|
-
"themeable":
|
|
140
|
+
"themeable": false,
|
|
141
141
|
"prefix": false
|
|
142
142
|
},
|
|
143
143
|
"name": "A_VIZ_GREEN_600",
|
|
@@ -149,16 +149,16 @@
|
|
|
149
149
|
]
|
|
150
150
|
},
|
|
151
151
|
"700": {
|
|
152
|
-
"value": "#
|
|
152
|
+
"value": "#94c25e",
|
|
153
153
|
"$type": "color",
|
|
154
|
-
"themeable":
|
|
154
|
+
"themeable": false,
|
|
155
155
|
"prefix": false,
|
|
156
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
157
|
-
"isSource":
|
|
156
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
157
|
+
"isSource": true,
|
|
158
158
|
"original": {
|
|
159
|
-
"value": "#
|
|
159
|
+
"value": "#94c25e",
|
|
160
160
|
"$type": "color",
|
|
161
|
-
"themeable":
|
|
161
|
+
"themeable": false,
|
|
162
162
|
"prefix": false
|
|
163
163
|
},
|
|
164
164
|
"name": "A_VIZ_GREEN_700",
|
|
@@ -170,16 +170,16 @@
|
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
172
|
"800": {
|
|
173
|
-
"value": "#
|
|
173
|
+
"value": "#b0d97b",
|
|
174
174
|
"$type": "color",
|
|
175
|
-
"themeable":
|
|
175
|
+
"themeable": false,
|
|
176
176
|
"prefix": false,
|
|
177
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
178
|
-
"isSource":
|
|
177
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
178
|
+
"isSource": true,
|
|
179
179
|
"original": {
|
|
180
|
-
"value": "#
|
|
180
|
+
"value": "#b0d97b",
|
|
181
181
|
"$type": "color",
|
|
182
|
-
"themeable":
|
|
182
|
+
"themeable": false,
|
|
183
183
|
"prefix": false
|
|
184
184
|
},
|
|
185
185
|
"name": "A_VIZ_GREEN_800",
|
|
@@ -191,16 +191,16 @@
|
|
|
191
191
|
]
|
|
192
192
|
},
|
|
193
193
|
"900": {
|
|
194
|
-
"value": "#
|
|
194
|
+
"value": "#c6ed94",
|
|
195
195
|
"$type": "color",
|
|
196
|
-
"themeable":
|
|
196
|
+
"themeable": false,
|
|
197
197
|
"prefix": false,
|
|
198
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
199
|
-
"isSource":
|
|
198
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
199
|
+
"isSource": true,
|
|
200
200
|
"original": {
|
|
201
|
-
"value": "#
|
|
201
|
+
"value": "#c6ed94",
|
|
202
202
|
"$type": "color",
|
|
203
|
-
"themeable":
|
|
203
|
+
"themeable": false,
|
|
204
204
|
"prefix": false
|
|
205
205
|
},
|
|
206
206
|
"name": "A_VIZ_GREEN_900",
|
|
@@ -212,16 +212,16 @@
|
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
"950": {
|
|
215
|
-
"value": "#
|
|
215
|
+
"value": "#ddfab7",
|
|
216
216
|
"$type": "color",
|
|
217
|
-
"themeable":
|
|
217
|
+
"themeable": false,
|
|
218
218
|
"prefix": false,
|
|
219
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
220
|
-
"isSource":
|
|
219
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
220
|
+
"isSource": true,
|
|
221
221
|
"original": {
|
|
222
|
-
"value": "#
|
|
222
|
+
"value": "#ddfab7",
|
|
223
223
|
"$type": "color",
|
|
224
|
-
"themeable":
|
|
224
|
+
"themeable": false,
|
|
225
225
|
"prefix": false
|
|
226
226
|
},
|
|
227
227
|
"name": "A_VIZ_GREEN_950",
|
|
@@ -235,16 +235,16 @@
|
|
|
235
235
|
},
|
|
236
236
|
"aqua": {
|
|
237
237
|
"50": {
|
|
238
|
-
"value": "#
|
|
238
|
+
"value": "#00344b",
|
|
239
239
|
"$type": "color",
|
|
240
|
-
"themeable":
|
|
240
|
+
"themeable": false,
|
|
241
241
|
"prefix": false,
|
|
242
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
243
|
-
"isSource":
|
|
242
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
243
|
+
"isSource": true,
|
|
244
244
|
"original": {
|
|
245
|
-
"value": "#
|
|
245
|
+
"value": "#00344b",
|
|
246
246
|
"$type": "color",
|
|
247
|
-
"themeable":
|
|
247
|
+
"themeable": false,
|
|
248
248
|
"prefix": false
|
|
249
249
|
},
|
|
250
250
|
"name": "A_VIZ_AQUA_50",
|
|
@@ -256,16 +256,16 @@
|
|
|
256
256
|
]
|
|
257
257
|
},
|
|
258
258
|
"100": {
|
|
259
|
-
"value": "#
|
|
259
|
+
"value": "#004059",
|
|
260
260
|
"$type": "color",
|
|
261
|
-
"themeable":
|
|
261
|
+
"themeable": false,
|
|
262
262
|
"prefix": false,
|
|
263
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
264
|
-
"isSource":
|
|
263
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
264
|
+
"isSource": true,
|
|
265
265
|
"original": {
|
|
266
|
-
"value": "#
|
|
266
|
+
"value": "#004059",
|
|
267
267
|
"$type": "color",
|
|
268
|
-
"themeable":
|
|
268
|
+
"themeable": false,
|
|
269
269
|
"prefix": false
|
|
270
270
|
},
|
|
271
271
|
"name": "A_VIZ_AQUA_100",
|
|
@@ -277,16 +277,16 @@
|
|
|
277
277
|
]
|
|
278
278
|
},
|
|
279
279
|
"200": {
|
|
280
|
-
"value": "#
|
|
280
|
+
"value": "#00516c",
|
|
281
281
|
"$type": "color",
|
|
282
|
-
"themeable":
|
|
282
|
+
"themeable": false,
|
|
283
283
|
"prefix": false,
|
|
284
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
285
|
-
"isSource":
|
|
284
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
285
|
+
"isSource": true,
|
|
286
286
|
"original": {
|
|
287
|
-
"value": "#
|
|
287
|
+
"value": "#00516c",
|
|
288
288
|
"$type": "color",
|
|
289
|
-
"themeable":
|
|
289
|
+
"themeable": false,
|
|
290
290
|
"prefix": false
|
|
291
291
|
},
|
|
292
292
|
"name": "A_VIZ_AQUA_200",
|
|
@@ -298,16 +298,16 @@
|
|
|
298
298
|
]
|
|
299
299
|
},
|
|
300
300
|
"300": {
|
|
301
|
-
"value": "#
|
|
301
|
+
"value": "#006381",
|
|
302
302
|
"$type": "color",
|
|
303
|
-
"themeable":
|
|
303
|
+
"themeable": false,
|
|
304
304
|
"prefix": false,
|
|
305
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
306
|
-
"isSource":
|
|
305
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
306
|
+
"isSource": true,
|
|
307
307
|
"original": {
|
|
308
|
-
"value": "#
|
|
308
|
+
"value": "#006381",
|
|
309
309
|
"$type": "color",
|
|
310
|
-
"themeable":
|
|
310
|
+
"themeable": false,
|
|
311
311
|
"prefix": false
|
|
312
312
|
},
|
|
313
313
|
"name": "A_VIZ_AQUA_300",
|
|
@@ -319,16 +319,16 @@
|
|
|
319
319
|
]
|
|
320
320
|
},
|
|
321
321
|
"400": {
|
|
322
|
-
"value": "#
|
|
322
|
+
"value": "#007b9b",
|
|
323
323
|
"$type": "color",
|
|
324
|
-
"themeable":
|
|
324
|
+
"themeable": false,
|
|
325
325
|
"prefix": false,
|
|
326
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
327
|
-
"isSource":
|
|
326
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
327
|
+
"isSource": true,
|
|
328
328
|
"original": {
|
|
329
|
-
"value": "#
|
|
329
|
+
"value": "#007b9b",
|
|
330
330
|
"$type": "color",
|
|
331
|
-
"themeable":
|
|
331
|
+
"themeable": false,
|
|
332
332
|
"prefix": false
|
|
333
333
|
},
|
|
334
334
|
"name": "A_VIZ_AQUA_400",
|
|
@@ -342,14 +342,14 @@
|
|
|
342
342
|
"500": {
|
|
343
343
|
"value": "#0090b1",
|
|
344
344
|
"$type": "color",
|
|
345
|
-
"themeable":
|
|
345
|
+
"themeable": false,
|
|
346
346
|
"prefix": false,
|
|
347
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
348
|
-
"isSource":
|
|
347
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
348
|
+
"isSource": true,
|
|
349
349
|
"original": {
|
|
350
350
|
"value": "#0090b1",
|
|
351
351
|
"$type": "color",
|
|
352
|
-
"themeable":
|
|
352
|
+
"themeable": false,
|
|
353
353
|
"prefix": false
|
|
354
354
|
},
|
|
355
355
|
"name": "A_VIZ_AQUA_500",
|
|
@@ -361,16 +361,16 @@
|
|
|
361
361
|
]
|
|
362
362
|
},
|
|
363
363
|
"600": {
|
|
364
|
-
"value": "#
|
|
364
|
+
"value": "#00acc4",
|
|
365
365
|
"$type": "color",
|
|
366
|
-
"themeable":
|
|
366
|
+
"themeable": false,
|
|
367
367
|
"prefix": false,
|
|
368
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
369
|
-
"isSource":
|
|
368
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
369
|
+
"isSource": true,
|
|
370
370
|
"original": {
|
|
371
|
-
"value": "#
|
|
371
|
+
"value": "#00acc4",
|
|
372
372
|
"$type": "color",
|
|
373
|
-
"themeable":
|
|
373
|
+
"themeable": false,
|
|
374
374
|
"prefix": false
|
|
375
375
|
},
|
|
376
376
|
"name": "A_VIZ_AQUA_600",
|
|
@@ -382,16 +382,16 @@
|
|
|
382
382
|
]
|
|
383
383
|
},
|
|
384
384
|
"700": {
|
|
385
|
-
"value": "#
|
|
385
|
+
"value": "#32c5d2",
|
|
386
386
|
"$type": "color",
|
|
387
|
-
"themeable":
|
|
387
|
+
"themeable": false,
|
|
388
388
|
"prefix": false,
|
|
389
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
390
|
-
"isSource":
|
|
389
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
390
|
+
"isSource": true,
|
|
391
391
|
"original": {
|
|
392
|
-
"value": "#
|
|
392
|
+
"value": "#32c5d2",
|
|
393
393
|
"$type": "color",
|
|
394
|
-
"themeable":
|
|
394
|
+
"themeable": false,
|
|
395
395
|
"prefix": false
|
|
396
396
|
},
|
|
397
397
|
"name": "A_VIZ_AQUA_700",
|
|
@@ -403,16 +403,16 @@
|
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
405
|
"800": {
|
|
406
|
-
"value": "#
|
|
406
|
+
"value": "#5edee3",
|
|
407
407
|
"$type": "color",
|
|
408
|
-
"themeable":
|
|
408
|
+
"themeable": false,
|
|
409
409
|
"prefix": false,
|
|
410
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
411
|
-
"isSource":
|
|
410
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
411
|
+
"isSource": true,
|
|
412
412
|
"original": {
|
|
413
|
-
"value": "#
|
|
413
|
+
"value": "#5edee3",
|
|
414
414
|
"$type": "color",
|
|
415
|
-
"themeable":
|
|
415
|
+
"themeable": false,
|
|
416
416
|
"prefix": false
|
|
417
417
|
},
|
|
418
418
|
"name": "A_VIZ_AQUA_800",
|
|
@@ -424,16 +424,16 @@
|
|
|
424
424
|
]
|
|
425
425
|
},
|
|
426
426
|
"900": {
|
|
427
|
-
"value": "#
|
|
427
|
+
"value": "#93f2ef",
|
|
428
428
|
"$type": "color",
|
|
429
|
-
"themeable":
|
|
429
|
+
"themeable": false,
|
|
430
430
|
"prefix": false,
|
|
431
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
432
|
-
"isSource":
|
|
431
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
432
|
+
"isSource": true,
|
|
433
433
|
"original": {
|
|
434
|
-
"value": "#
|
|
434
|
+
"value": "#93f2ef",
|
|
435
435
|
"$type": "color",
|
|
436
|
-
"themeable":
|
|
436
|
+
"themeable": false,
|
|
437
437
|
"prefix": false
|
|
438
438
|
},
|
|
439
439
|
"name": "A_VIZ_AQUA_900",
|
|
@@ -445,16 +445,16 @@
|
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
447
|
"950": {
|
|
448
|
-
"value": "#
|
|
448
|
+
"value": "#b5fefd",
|
|
449
449
|
"$type": "color",
|
|
450
|
-
"themeable":
|
|
450
|
+
"themeable": false,
|
|
451
451
|
"prefix": false,
|
|
452
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
453
|
-
"isSource":
|
|
452
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
453
|
+
"isSource": true,
|
|
454
454
|
"original": {
|
|
455
|
-
"value": "#
|
|
455
|
+
"value": "#b5fefd",
|
|
456
456
|
"$type": "color",
|
|
457
|
-
"themeable":
|
|
457
|
+
"themeable": false,
|
|
458
458
|
"prefix": false
|
|
459
459
|
},
|
|
460
460
|
"name": "A_VIZ_AQUA_950",
|
|
@@ -468,16 +468,16 @@
|
|
|
468
468
|
},
|
|
469
469
|
"blue": {
|
|
470
470
|
"50": {
|
|
471
|
-
"value": "#
|
|
471
|
+
"value": "#2a2b59",
|
|
472
472
|
"$type": "color",
|
|
473
|
-
"themeable":
|
|
473
|
+
"themeable": false,
|
|
474
474
|
"prefix": false,
|
|
475
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
476
|
-
"isSource":
|
|
475
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
476
|
+
"isSource": true,
|
|
477
477
|
"original": {
|
|
478
|
-
"value": "#
|
|
478
|
+
"value": "#2a2b59",
|
|
479
479
|
"$type": "color",
|
|
480
|
-
"themeable":
|
|
480
|
+
"themeable": false,
|
|
481
481
|
"prefix": false
|
|
482
482
|
},
|
|
483
483
|
"name": "A_VIZ_BLUE_50",
|
|
@@ -489,16 +489,16 @@
|
|
|
489
489
|
]
|
|
490
490
|
},
|
|
491
491
|
"100": {
|
|
492
|
-
"value": "#
|
|
492
|
+
"value": "#303470",
|
|
493
493
|
"$type": "color",
|
|
494
|
-
"themeable":
|
|
494
|
+
"themeable": false,
|
|
495
495
|
"prefix": false,
|
|
496
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
497
|
-
"isSource":
|
|
496
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
497
|
+
"isSource": true,
|
|
498
498
|
"original": {
|
|
499
|
-
"value": "#
|
|
499
|
+
"value": "#303470",
|
|
500
500
|
"$type": "color",
|
|
501
|
-
"themeable":
|
|
501
|
+
"themeable": false,
|
|
502
502
|
"prefix": false
|
|
503
503
|
},
|
|
504
504
|
"name": "A_VIZ_BLUE_100",
|
|
@@ -510,16 +510,16 @@
|
|
|
510
510
|
]
|
|
511
511
|
},
|
|
512
512
|
"200": {
|
|
513
|
-
"value": "#
|
|
513
|
+
"value": "#374291",
|
|
514
514
|
"$type": "color",
|
|
515
|
-
"themeable":
|
|
515
|
+
"themeable": false,
|
|
516
516
|
"prefix": false,
|
|
517
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
518
|
-
"isSource":
|
|
517
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
518
|
+
"isSource": true,
|
|
519
519
|
"original": {
|
|
520
|
-
"value": "#
|
|
520
|
+
"value": "#374291",
|
|
521
521
|
"$type": "color",
|
|
522
|
-
"themeable":
|
|
522
|
+
"themeable": false,
|
|
523
523
|
"prefix": false
|
|
524
524
|
},
|
|
525
525
|
"name": "A_VIZ_BLUE_200",
|
|
@@ -531,16 +531,16 @@
|
|
|
531
531
|
]
|
|
532
532
|
},
|
|
533
533
|
"300": {
|
|
534
|
-
"value": "#
|
|
534
|
+
"value": "#3f51ae",
|
|
535
535
|
"$type": "color",
|
|
536
|
-
"themeable":
|
|
536
|
+
"themeable": false,
|
|
537
537
|
"prefix": false,
|
|
538
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
539
|
-
"isSource":
|
|
538
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
539
|
+
"isSource": true,
|
|
540
540
|
"original": {
|
|
541
|
-
"value": "#
|
|
541
|
+
"value": "#3f51ae",
|
|
542
542
|
"$type": "color",
|
|
543
|
-
"themeable":
|
|
543
|
+
"themeable": false,
|
|
544
544
|
"prefix": false
|
|
545
545
|
},
|
|
546
546
|
"name": "A_VIZ_BLUE_300",
|
|
@@ -552,16 +552,16 @@
|
|
|
552
552
|
]
|
|
553
553
|
},
|
|
554
554
|
"400": {
|
|
555
|
-
"value": "#
|
|
555
|
+
"value": "#4e65cd",
|
|
556
556
|
"$type": "color",
|
|
557
|
-
"themeable":
|
|
557
|
+
"themeable": false,
|
|
558
558
|
"prefix": false,
|
|
559
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
560
|
-
"isSource":
|
|
559
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
560
|
+
"isSource": true,
|
|
561
561
|
"original": {
|
|
562
|
-
"value": "#
|
|
562
|
+
"value": "#4e65cd",
|
|
563
563
|
"$type": "color",
|
|
564
|
-
"themeable":
|
|
564
|
+
"themeable": false,
|
|
565
565
|
"prefix": false
|
|
566
566
|
},
|
|
567
567
|
"name": "A_VIZ_BLUE_400",
|
|
@@ -575,14 +575,14 @@
|
|
|
575
575
|
"500": {
|
|
576
576
|
"value": "#617ae2",
|
|
577
577
|
"$type": "color",
|
|
578
|
-
"themeable":
|
|
578
|
+
"themeable": false,
|
|
579
579
|
"prefix": false,
|
|
580
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
581
|
-
"isSource":
|
|
580
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
581
|
+
"isSource": true,
|
|
582
582
|
"original": {
|
|
583
583
|
"value": "#617ae2",
|
|
584
584
|
"$type": "color",
|
|
585
|
-
"themeable":
|
|
585
|
+
"themeable": false,
|
|
586
586
|
"prefix": false
|
|
587
587
|
},
|
|
588
588
|
"name": "A_VIZ_BLUE_500",
|
|
@@ -594,16 +594,16 @@
|
|
|
594
594
|
]
|
|
595
595
|
},
|
|
596
596
|
"600": {
|
|
597
|
-
"value": "#
|
|
597
|
+
"value": "#7992f5",
|
|
598
598
|
"$type": "color",
|
|
599
|
-
"themeable":
|
|
599
|
+
"themeable": false,
|
|
600
600
|
"prefix": false,
|
|
601
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
602
|
-
"isSource":
|
|
601
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
602
|
+
"isSource": true,
|
|
603
603
|
"original": {
|
|
604
|
-
"value": "#
|
|
604
|
+
"value": "#7992f5",
|
|
605
605
|
"$type": "color",
|
|
606
|
-
"themeable":
|
|
606
|
+
"themeable": false,
|
|
607
607
|
"prefix": false
|
|
608
608
|
},
|
|
609
609
|
"name": "A_VIZ_BLUE_600",
|
|
@@ -615,16 +615,16 @@
|
|
|
615
615
|
]
|
|
616
616
|
},
|
|
617
617
|
"700": {
|
|
618
|
-
"value": "#
|
|
618
|
+
"value": "#97acff",
|
|
619
619
|
"$type": "color",
|
|
620
|
-
"themeable":
|
|
620
|
+
"themeable": false,
|
|
621
621
|
"prefix": false,
|
|
622
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
623
|
-
"isSource":
|
|
622
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
623
|
+
"isSource": true,
|
|
624
624
|
"original": {
|
|
625
|
-
"value": "#
|
|
625
|
+
"value": "#97acff",
|
|
626
626
|
"$type": "color",
|
|
627
|
-
"themeable":
|
|
627
|
+
"themeable": false,
|
|
628
628
|
"prefix": false
|
|
629
629
|
},
|
|
630
630
|
"name": "A_VIZ_BLUE_700",
|
|
@@ -636,16 +636,16 @@
|
|
|
636
636
|
]
|
|
637
637
|
},
|
|
638
638
|
"800": {
|
|
639
|
-
"value": "#
|
|
639
|
+
"value": "#b7c6ff",
|
|
640
640
|
"$type": "color",
|
|
641
|
-
"themeable":
|
|
641
|
+
"themeable": false,
|
|
642
642
|
"prefix": false,
|
|
643
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
644
|
-
"isSource":
|
|
643
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
644
|
+
"isSource": true,
|
|
645
645
|
"original": {
|
|
646
|
-
"value": "#
|
|
646
|
+
"value": "#b7c6ff",
|
|
647
647
|
"$type": "color",
|
|
648
|
-
"themeable":
|
|
648
|
+
"themeable": false,
|
|
649
649
|
"prefix": false
|
|
650
650
|
},
|
|
651
651
|
"name": "A_VIZ_BLUE_800",
|
|
@@ -657,16 +657,16 @@
|
|
|
657
657
|
]
|
|
658
658
|
},
|
|
659
659
|
"900": {
|
|
660
|
-
"value": "#
|
|
660
|
+
"value": "#d2dcff",
|
|
661
661
|
"$type": "color",
|
|
662
|
-
"themeable":
|
|
662
|
+
"themeable": false,
|
|
663
663
|
"prefix": false,
|
|
664
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
665
|
-
"isSource":
|
|
664
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
665
|
+
"isSource": true,
|
|
666
666
|
"original": {
|
|
667
|
-
"value": "#
|
|
667
|
+
"value": "#d2dcff",
|
|
668
668
|
"$type": "color",
|
|
669
|
-
"themeable":
|
|
669
|
+
"themeable": false,
|
|
670
670
|
"prefix": false
|
|
671
671
|
},
|
|
672
672
|
"name": "A_VIZ_BLUE_900",
|
|
@@ -678,16 +678,16 @@
|
|
|
678
678
|
]
|
|
679
679
|
},
|
|
680
680
|
"950": {
|
|
681
|
-
"value": "#
|
|
681
|
+
"value": "#e9ebff",
|
|
682
682
|
"$type": "color",
|
|
683
|
-
"themeable":
|
|
683
|
+
"themeable": false,
|
|
684
684
|
"prefix": false,
|
|
685
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
686
|
-
"isSource":
|
|
685
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
686
|
+
"isSource": true,
|
|
687
687
|
"original": {
|
|
688
|
-
"value": "#
|
|
688
|
+
"value": "#e9ebff",
|
|
689
689
|
"$type": "color",
|
|
690
|
-
"themeable":
|
|
690
|
+
"themeable": false,
|
|
691
691
|
"prefix": false
|
|
692
692
|
},
|
|
693
693
|
"name": "A_VIZ_BLUE_950",
|
|
@@ -701,16 +701,16 @@
|
|
|
701
701
|
},
|
|
702
702
|
"magenta": {
|
|
703
703
|
"50": {
|
|
704
|
-
"value": "#
|
|
704
|
+
"value": "#541d31",
|
|
705
705
|
"$type": "color",
|
|
706
|
-
"themeable":
|
|
706
|
+
"themeable": false,
|
|
707
707
|
"prefix": false,
|
|
708
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
709
|
-
"isSource":
|
|
708
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
709
|
+
"isSource": true,
|
|
710
710
|
"original": {
|
|
711
|
-
"value": "#
|
|
711
|
+
"value": "#541d31",
|
|
712
712
|
"$type": "color",
|
|
713
|
-
"themeable":
|
|
713
|
+
"themeable": false,
|
|
714
714
|
"prefix": false
|
|
715
715
|
},
|
|
716
716
|
"name": "A_VIZ_MAGENTA_50",
|
|
@@ -722,16 +722,16 @@
|
|
|
722
722
|
]
|
|
723
723
|
},
|
|
724
724
|
"100": {
|
|
725
|
-
"value": "#
|
|
725
|
+
"value": "#661e3a",
|
|
726
726
|
"$type": "color",
|
|
727
|
-
"themeable":
|
|
727
|
+
"themeable": false,
|
|
728
728
|
"prefix": false,
|
|
729
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
730
|
-
"isSource":
|
|
729
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
730
|
+
"isSource": true,
|
|
731
731
|
"original": {
|
|
732
|
-
"value": "#
|
|
732
|
+
"value": "#661e3a",
|
|
733
733
|
"$type": "color",
|
|
734
|
-
"themeable":
|
|
734
|
+
"themeable": false,
|
|
735
735
|
"prefix": false
|
|
736
736
|
},
|
|
737
737
|
"name": "A_VIZ_MAGENTA_100",
|
|
@@ -743,16 +743,16 @@
|
|
|
743
743
|
]
|
|
744
744
|
},
|
|
745
745
|
"200": {
|
|
746
|
-
"value": "#
|
|
746
|
+
"value": "#7c214f",
|
|
747
747
|
"$type": "color",
|
|
748
|
-
"themeable":
|
|
748
|
+
"themeable": false,
|
|
749
749
|
"prefix": false,
|
|
750
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
751
|
-
"isSource":
|
|
750
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
751
|
+
"isSource": true,
|
|
752
752
|
"original": {
|
|
753
|
-
"value": "#
|
|
753
|
+
"value": "#7c214f",
|
|
754
754
|
"$type": "color",
|
|
755
|
-
"themeable":
|
|
755
|
+
"themeable": false,
|
|
756
756
|
"prefix": false
|
|
757
757
|
},
|
|
758
758
|
"name": "A_VIZ_MAGENTA_200",
|
|
@@ -764,16 +764,16 @@
|
|
|
764
764
|
]
|
|
765
765
|
},
|
|
766
766
|
"300": {
|
|
767
|
-
"value": "#
|
|
767
|
+
"value": "#9a2e5d",
|
|
768
768
|
"$type": "color",
|
|
769
|
-
"themeable":
|
|
769
|
+
"themeable": false,
|
|
770
770
|
"prefix": false,
|
|
771
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
772
|
-
"isSource":
|
|
771
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
772
|
+
"isSource": true,
|
|
773
773
|
"original": {
|
|
774
|
-
"value": "#
|
|
774
|
+
"value": "#9a2e5d",
|
|
775
775
|
"$type": "color",
|
|
776
|
-
"themeable":
|
|
776
|
+
"themeable": false,
|
|
777
777
|
"prefix": false
|
|
778
778
|
},
|
|
779
779
|
"name": "A_VIZ_MAGENTA_300",
|
|
@@ -785,16 +785,16 @@
|
|
|
785
785
|
]
|
|
786
786
|
},
|
|
787
787
|
"400": {
|
|
788
|
-
"value": "#
|
|
788
|
+
"value": "#b93d71",
|
|
789
789
|
"$type": "color",
|
|
790
|
-
"themeable":
|
|
790
|
+
"themeable": false,
|
|
791
791
|
"prefix": false,
|
|
792
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
793
|
-
"isSource":
|
|
792
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
793
|
+
"isSource": true,
|
|
794
794
|
"original": {
|
|
795
|
-
"value": "#
|
|
795
|
+
"value": "#b93d71",
|
|
796
796
|
"$type": "color",
|
|
797
|
-
"themeable":
|
|
797
|
+
"themeable": false,
|
|
798
798
|
"prefix": false
|
|
799
799
|
},
|
|
800
800
|
"name": "A_VIZ_MAGENTA_400",
|
|
@@ -808,14 +808,14 @@
|
|
|
808
808
|
"500": {
|
|
809
809
|
"value": "#cf4d81",
|
|
810
810
|
"$type": "color",
|
|
811
|
-
"themeable":
|
|
811
|
+
"themeable": false,
|
|
812
812
|
"prefix": false,
|
|
813
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
814
|
-
"isSource":
|
|
813
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
814
|
+
"isSource": true,
|
|
815
815
|
"original": {
|
|
816
816
|
"value": "#cf4d81",
|
|
817
817
|
"$type": "color",
|
|
818
|
-
"themeable":
|
|
818
|
+
"themeable": false,
|
|
819
819
|
"prefix": false
|
|
820
820
|
},
|
|
821
821
|
"name": "A_VIZ_MAGENTA_500",
|
|
@@ -827,16 +827,16 @@
|
|
|
827
827
|
]
|
|
828
828
|
},
|
|
829
829
|
"600": {
|
|
830
|
-
"value": "#
|
|
830
|
+
"value": "#e86e9a",
|
|
831
831
|
"$type": "color",
|
|
832
|
-
"themeable":
|
|
832
|
+
"themeable": false,
|
|
833
833
|
"prefix": false,
|
|
834
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
835
|
-
"isSource":
|
|
834
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
835
|
+
"isSource": true,
|
|
836
836
|
"original": {
|
|
837
|
-
"value": "#
|
|
837
|
+
"value": "#e86e9a",
|
|
838
838
|
"$type": "color",
|
|
839
|
-
"themeable":
|
|
839
|
+
"themeable": false,
|
|
840
840
|
"prefix": false
|
|
841
841
|
},
|
|
842
842
|
"name": "A_VIZ_MAGENTA_600",
|
|
@@ -848,16 +848,16 @@
|
|
|
848
848
|
]
|
|
849
849
|
},
|
|
850
850
|
"700": {
|
|
851
|
-
"value": "#
|
|
851
|
+
"value": "#f88aaf",
|
|
852
852
|
"$type": "color",
|
|
853
|
-
"themeable":
|
|
853
|
+
"themeable": false,
|
|
854
854
|
"prefix": false,
|
|
855
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
856
|
-
"isSource":
|
|
855
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
856
|
+
"isSource": true,
|
|
857
857
|
"original": {
|
|
858
|
-
"value": "#
|
|
858
|
+
"value": "#f88aaf",
|
|
859
859
|
"$type": "color",
|
|
860
|
-
"themeable":
|
|
860
|
+
"themeable": false,
|
|
861
861
|
"prefix": false
|
|
862
862
|
},
|
|
863
863
|
"name": "A_VIZ_MAGENTA_700",
|
|
@@ -869,16 +869,16 @@
|
|
|
869
869
|
]
|
|
870
870
|
},
|
|
871
871
|
"800": {
|
|
872
|
-
"value": "#
|
|
872
|
+
"value": "#fcacc5",
|
|
873
873
|
"$type": "color",
|
|
874
|
-
"themeable":
|
|
874
|
+
"themeable": false,
|
|
875
875
|
"prefix": false,
|
|
876
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
877
|
-
"isSource":
|
|
876
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
877
|
+
"isSource": true,
|
|
878
878
|
"original": {
|
|
879
|
-
"value": "#
|
|
879
|
+
"value": "#fcacc5",
|
|
880
880
|
"$type": "color",
|
|
881
|
-
"themeable":
|
|
881
|
+
"themeable": false,
|
|
882
882
|
"prefix": false
|
|
883
883
|
},
|
|
884
884
|
"name": "A_VIZ_MAGENTA_800",
|
|
@@ -890,16 +890,16 @@
|
|
|
890
890
|
]
|
|
891
891
|
},
|
|
892
892
|
"900": {
|
|
893
|
-
"value": "#
|
|
893
|
+
"value": "#ffccdb",
|
|
894
894
|
"$type": "color",
|
|
895
|
-
"themeable":
|
|
895
|
+
"themeable": false,
|
|
896
896
|
"prefix": false,
|
|
897
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
898
|
-
"isSource":
|
|
897
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
898
|
+
"isSource": true,
|
|
899
899
|
"original": {
|
|
900
|
-
"value": "#
|
|
900
|
+
"value": "#ffccdb",
|
|
901
901
|
"$type": "color",
|
|
902
|
-
"themeable":
|
|
902
|
+
"themeable": false,
|
|
903
903
|
"prefix": false
|
|
904
904
|
},
|
|
905
905
|
"name": "A_VIZ_MAGENTA_900",
|
|
@@ -911,16 +911,16 @@
|
|
|
911
911
|
]
|
|
912
912
|
},
|
|
913
913
|
"950": {
|
|
914
|
-
"value": "#
|
|
914
|
+
"value": "#ffe3eb",
|
|
915
915
|
"$type": "color",
|
|
916
|
-
"themeable":
|
|
916
|
+
"themeable": false,
|
|
917
917
|
"prefix": false,
|
|
918
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
919
|
-
"isSource":
|
|
918
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
919
|
+
"isSource": true,
|
|
920
920
|
"original": {
|
|
921
|
-
"value": "#
|
|
921
|
+
"value": "#ffe3eb",
|
|
922
922
|
"$type": "color",
|
|
923
|
-
"themeable":
|
|
923
|
+
"themeable": false,
|
|
924
924
|
"prefix": false
|
|
925
925
|
},
|
|
926
926
|
"name": "A_VIZ_MAGENTA_950",
|
|
@@ -934,16 +934,16 @@
|
|
|
934
934
|
},
|
|
935
935
|
"orange": {
|
|
936
936
|
"50": {
|
|
937
|
-
"value": "#
|
|
937
|
+
"value": "#4b2707",
|
|
938
938
|
"$type": "color",
|
|
939
|
-
"themeable":
|
|
939
|
+
"themeable": false,
|
|
940
940
|
"prefix": false,
|
|
941
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
942
|
-
"isSource":
|
|
941
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
942
|
+
"isSource": true,
|
|
943
943
|
"original": {
|
|
944
|
-
"value": "#
|
|
944
|
+
"value": "#4b2707",
|
|
945
945
|
"$type": "color",
|
|
946
|
-
"themeable":
|
|
946
|
+
"themeable": false,
|
|
947
947
|
"prefix": false
|
|
948
948
|
},
|
|
949
949
|
"name": "A_VIZ_ORANGE_50",
|
|
@@ -955,16 +955,16 @@
|
|
|
955
955
|
]
|
|
956
956
|
},
|
|
957
957
|
"100": {
|
|
958
|
-
"value": "#
|
|
958
|
+
"value": "#5e2f05",
|
|
959
959
|
"$type": "color",
|
|
960
|
-
"themeable":
|
|
960
|
+
"themeable": false,
|
|
961
961
|
"prefix": false,
|
|
962
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
963
|
-
"isSource":
|
|
962
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
963
|
+
"isSource": true,
|
|
964
964
|
"original": {
|
|
965
|
-
"value": "#
|
|
965
|
+
"value": "#5e2f05",
|
|
966
966
|
"$type": "color",
|
|
967
|
-
"themeable":
|
|
967
|
+
"themeable": false,
|
|
968
968
|
"prefix": false
|
|
969
969
|
},
|
|
970
970
|
"name": "A_VIZ_ORANGE_100",
|
|
@@ -976,16 +976,16 @@
|
|
|
976
976
|
]
|
|
977
977
|
},
|
|
978
978
|
"200": {
|
|
979
|
-
"value": "#
|
|
979
|
+
"value": "#6f3500",
|
|
980
980
|
"$type": "color",
|
|
981
|
-
"themeable":
|
|
981
|
+
"themeable": false,
|
|
982
982
|
"prefix": false,
|
|
983
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
984
|
-
"isSource":
|
|
983
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
984
|
+
"isSource": true,
|
|
985
985
|
"original": {
|
|
986
|
-
"value": "#
|
|
986
|
+
"value": "#6f3500",
|
|
987
987
|
"$type": "color",
|
|
988
|
-
"themeable":
|
|
988
|
+
"themeable": false,
|
|
989
989
|
"prefix": false
|
|
990
990
|
},
|
|
991
991
|
"name": "A_VIZ_ORANGE_200",
|
|
@@ -997,16 +997,16 @@
|
|
|
997
997
|
]
|
|
998
998
|
},
|
|
999
999
|
"300": {
|
|
1000
|
-
"value": "#
|
|
1000
|
+
"value": "#92430a",
|
|
1001
1001
|
"$type": "color",
|
|
1002
|
-
"themeable":
|
|
1002
|
+
"themeable": false,
|
|
1003
1003
|
"prefix": false,
|
|
1004
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1005
|
-
"isSource":
|
|
1004
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1005
|
+
"isSource": true,
|
|
1006
1006
|
"original": {
|
|
1007
|
-
"value": "#
|
|
1007
|
+
"value": "#92430a",
|
|
1008
1008
|
"$type": "color",
|
|
1009
|
-
"themeable":
|
|
1009
|
+
"themeable": false,
|
|
1010
1010
|
"prefix": false
|
|
1011
1011
|
},
|
|
1012
1012
|
"name": "A_VIZ_ORANGE_300",
|
|
@@ -1018,16 +1018,16 @@
|
|
|
1018
1018
|
]
|
|
1019
1019
|
},
|
|
1020
1020
|
"400": {
|
|
1021
|
-
"value": "#
|
|
1021
|
+
"value": "#b14f18",
|
|
1022
1022
|
"$type": "color",
|
|
1023
|
-
"themeable":
|
|
1023
|
+
"themeable": false,
|
|
1024
1024
|
"prefix": false,
|
|
1025
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1026
|
-
"isSource":
|
|
1025
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1026
|
+
"isSource": true,
|
|
1027
1027
|
"original": {
|
|
1028
|
-
"value": "#
|
|
1028
|
+
"value": "#b14f18",
|
|
1029
1029
|
"$type": "color",
|
|
1030
|
-
"themeable":
|
|
1030
|
+
"themeable": false,
|
|
1031
1031
|
"prefix": false
|
|
1032
1032
|
},
|
|
1033
1033
|
"name": "A_VIZ_ORANGE_400",
|
|
@@ -1041,14 +1041,14 @@
|
|
|
1041
1041
|
"500": {
|
|
1042
1042
|
"value": "#c95d2e",
|
|
1043
1043
|
"$type": "color",
|
|
1044
|
-
"themeable":
|
|
1044
|
+
"themeable": false,
|
|
1045
1045
|
"prefix": false,
|
|
1046
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1047
|
-
"isSource":
|
|
1046
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1047
|
+
"isSource": true,
|
|
1048
1048
|
"original": {
|
|
1049
1049
|
"value": "#c95d2e",
|
|
1050
1050
|
"$type": "color",
|
|
1051
|
-
"themeable":
|
|
1051
|
+
"themeable": false,
|
|
1052
1052
|
"prefix": false
|
|
1053
1053
|
},
|
|
1054
1054
|
"name": "A_VIZ_ORANGE_500",
|
|
@@ -1060,16 +1060,16 @@
|
|
|
1060
1060
|
]
|
|
1061
1061
|
},
|
|
1062
1062
|
"600": {
|
|
1063
|
-
"value": "#
|
|
1063
|
+
"value": "#e07e41",
|
|
1064
1064
|
"$type": "color",
|
|
1065
|
-
"themeable":
|
|
1065
|
+
"themeable": false,
|
|
1066
1066
|
"prefix": false,
|
|
1067
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1068
|
-
"isSource":
|
|
1067
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1068
|
+
"isSource": true,
|
|
1069
1069
|
"original": {
|
|
1070
|
-
"value": "#
|
|
1070
|
+
"value": "#e07e41",
|
|
1071
1071
|
"$type": "color",
|
|
1072
|
-
"themeable":
|
|
1072
|
+
"themeable": false,
|
|
1073
1073
|
"prefix": false
|
|
1074
1074
|
},
|
|
1075
1075
|
"name": "A_VIZ_ORANGE_600",
|
|
@@ -1081,16 +1081,16 @@
|
|
|
1081
1081
|
]
|
|
1082
1082
|
},
|
|
1083
1083
|
"700": {
|
|
1084
|
-
"value": "#
|
|
1084
|
+
"value": "#e99b60",
|
|
1085
1085
|
"$type": "color",
|
|
1086
|
-
"themeable":
|
|
1086
|
+
"themeable": false,
|
|
1087
1087
|
"prefix": false,
|
|
1088
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1089
|
-
"isSource":
|
|
1088
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1089
|
+
"isSource": true,
|
|
1090
1090
|
"original": {
|
|
1091
|
-
"value": "#
|
|
1091
|
+
"value": "#e99b60",
|
|
1092
1092
|
"$type": "color",
|
|
1093
|
-
"themeable":
|
|
1093
|
+
"themeable": false,
|
|
1094
1094
|
"prefix": false
|
|
1095
1095
|
},
|
|
1096
1096
|
"name": "A_VIZ_ORANGE_700",
|
|
@@ -1102,16 +1102,16 @@
|
|
|
1102
1102
|
]
|
|
1103
1103
|
},
|
|
1104
1104
|
"800": {
|
|
1105
|
-
"value": "#
|
|
1105
|
+
"value": "#eebd8c",
|
|
1106
1106
|
"$type": "color",
|
|
1107
|
-
"themeable":
|
|
1107
|
+
"themeable": false,
|
|
1108
1108
|
"prefix": false,
|
|
1109
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1110
|
-
"isSource":
|
|
1109
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1110
|
+
"isSource": true,
|
|
1111
1111
|
"original": {
|
|
1112
|
-
"value": "#
|
|
1112
|
+
"value": "#eebd8c",
|
|
1113
1113
|
"$type": "color",
|
|
1114
|
-
"themeable":
|
|
1114
|
+
"themeable": false,
|
|
1115
1115
|
"prefix": false
|
|
1116
1116
|
},
|
|
1117
1117
|
"name": "A_VIZ_ORANGE_800",
|
|
@@ -1123,16 +1123,16 @@
|
|
|
1123
1123
|
]
|
|
1124
1124
|
},
|
|
1125
1125
|
"900": {
|
|
1126
|
-
"value": "#
|
|
1126
|
+
"value": "#f5d6b3",
|
|
1127
1127
|
"$type": "color",
|
|
1128
|
-
"themeable":
|
|
1128
|
+
"themeable": false,
|
|
1129
1129
|
"prefix": false,
|
|
1130
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1131
|
-
"isSource":
|
|
1130
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1131
|
+
"isSource": true,
|
|
1132
1132
|
"original": {
|
|
1133
|
-
"value": "#
|
|
1133
|
+
"value": "#f5d6b3",
|
|
1134
1134
|
"$type": "color",
|
|
1135
|
-
"themeable":
|
|
1135
|
+
"themeable": false,
|
|
1136
1136
|
"prefix": false
|
|
1137
1137
|
},
|
|
1138
1138
|
"name": "A_VIZ_ORANGE_900",
|
|
@@ -1144,16 +1144,16 @@
|
|
|
1144
1144
|
]
|
|
1145
1145
|
},
|
|
1146
1146
|
"950": {
|
|
1147
|
-
"value": "#
|
|
1147
|
+
"value": "#fae8d1",
|
|
1148
1148
|
"$type": "color",
|
|
1149
|
-
"themeable":
|
|
1149
|
+
"themeable": false,
|
|
1150
1150
|
"prefix": false,
|
|
1151
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.tokens.json",
|
|
1152
|
-
"isSource":
|
|
1151
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.data_viz.dark.tokens.json",
|
|
1152
|
+
"isSource": true,
|
|
1153
1153
|
"original": {
|
|
1154
|
-
"value": "#
|
|
1154
|
+
"value": "#fae8d1",
|
|
1155
1155
|
"$type": "color",
|
|
1156
|
-
"themeable":
|
|
1156
|
+
"themeable": false,
|
|
1157
1157
|
"prefix": false
|
|
1158
1158
|
},
|
|
1159
1159
|
"name": "A_VIZ_ORANGE_950",
|
|
@@ -1169,17 +1169,19 @@
|
|
|
1169
1169
|
"theme": {
|
|
1170
1170
|
"indigo": {
|
|
1171
1171
|
"50": {
|
|
1172
|
-
"value": "#
|
|
1172
|
+
"value": "#14143d",
|
|
1173
1173
|
"$type": "color",
|
|
1174
1174
|
"themable": true,
|
|
1175
1175
|
"prefix": false,
|
|
1176
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1177
|
-
"isSource":
|
|
1176
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1177
|
+
"isSource": true,
|
|
1178
|
+
"themeable": false,
|
|
1178
1179
|
"original": {
|
|
1179
|
-
"value": "#
|
|
1180
|
+
"value": "#14143d",
|
|
1180
1181
|
"$type": "color",
|
|
1181
1182
|
"themable": true,
|
|
1182
|
-
"prefix": false
|
|
1183
|
+
"prefix": false,
|
|
1184
|
+
"themeable": false
|
|
1183
1185
|
},
|
|
1184
1186
|
"name": "ME_INDIGO_50",
|
|
1185
1187
|
"attributes": {},
|
|
@@ -1190,17 +1192,19 @@
|
|
|
1190
1192
|
]
|
|
1191
1193
|
},
|
|
1192
1194
|
"100": {
|
|
1193
|
-
"value": "#
|
|
1195
|
+
"value": "#222261",
|
|
1194
1196
|
"$type": "color",
|
|
1195
1197
|
"themable": true,
|
|
1196
1198
|
"prefix": false,
|
|
1197
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1198
|
-
"isSource":
|
|
1199
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1200
|
+
"isSource": true,
|
|
1201
|
+
"themeable": false,
|
|
1199
1202
|
"original": {
|
|
1200
|
-
"value": "#
|
|
1203
|
+
"value": "#222261",
|
|
1201
1204
|
"$type": "color",
|
|
1202
1205
|
"themable": true,
|
|
1203
|
-
"prefix": false
|
|
1206
|
+
"prefix": false,
|
|
1207
|
+
"themeable": false
|
|
1204
1208
|
},
|
|
1205
1209
|
"name": "ME_INDIGO_100",
|
|
1206
1210
|
"attributes": {},
|
|
@@ -1211,17 +1215,19 @@
|
|
|
1211
1215
|
]
|
|
1212
1216
|
},
|
|
1213
1217
|
"200": {
|
|
1214
|
-
"value": "#
|
|
1218
|
+
"value": "#303083",
|
|
1215
1219
|
"$type": "color",
|
|
1216
1220
|
"themable": true,
|
|
1217
1221
|
"prefix": false,
|
|
1218
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1219
|
-
"isSource":
|
|
1222
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1223
|
+
"isSource": true,
|
|
1224
|
+
"themeable": false,
|
|
1220
1225
|
"original": {
|
|
1221
|
-
"value": "#
|
|
1226
|
+
"value": "#303083",
|
|
1222
1227
|
"$type": "color",
|
|
1223
1228
|
"themable": true,
|
|
1224
|
-
"prefix": false
|
|
1229
|
+
"prefix": false,
|
|
1230
|
+
"themeable": false
|
|
1225
1231
|
},
|
|
1226
1232
|
"name": "ME_INDIGO_200",
|
|
1227
1233
|
"attributes": {},
|
|
@@ -1232,17 +1238,19 @@
|
|
|
1232
1238
|
]
|
|
1233
1239
|
},
|
|
1234
1240
|
"300": {
|
|
1235
|
-
"value": "#
|
|
1241
|
+
"value": "#41419f",
|
|
1236
1242
|
"$type": "color",
|
|
1237
1243
|
"themable": true,
|
|
1238
1244
|
"prefix": false,
|
|
1239
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1240
|
-
"isSource":
|
|
1245
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1246
|
+
"isSource": true,
|
|
1247
|
+
"themeable": false,
|
|
1241
1248
|
"original": {
|
|
1242
|
-
"value": "#
|
|
1249
|
+
"value": "#41419f",
|
|
1243
1250
|
"$type": "color",
|
|
1244
1251
|
"themable": true,
|
|
1245
|
-
"prefix": false
|
|
1252
|
+
"prefix": false,
|
|
1253
|
+
"themeable": false
|
|
1246
1254
|
},
|
|
1247
1255
|
"name": "ME_INDIGO_300",
|
|
1248
1256
|
"attributes": {},
|
|
@@ -1253,17 +1261,19 @@
|
|
|
1253
1261
|
]
|
|
1254
1262
|
},
|
|
1255
1263
|
"400": {
|
|
1256
|
-
"value": "#
|
|
1264
|
+
"value": "#5252b5",
|
|
1257
1265
|
"$type": "color",
|
|
1258
1266
|
"themable": true,
|
|
1259
1267
|
"prefix": false,
|
|
1260
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1261
|
-
"isSource":
|
|
1268
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1269
|
+
"isSource": true,
|
|
1270
|
+
"themeable": false,
|
|
1262
1271
|
"original": {
|
|
1263
|
-
"value": "#
|
|
1272
|
+
"value": "#5252b5",
|
|
1264
1273
|
"$type": "color",
|
|
1265
1274
|
"themable": true,
|
|
1266
|
-
"prefix": false
|
|
1275
|
+
"prefix": false,
|
|
1276
|
+
"themeable": false
|
|
1267
1277
|
},
|
|
1268
1278
|
"name": "ME_INDIGO_400",
|
|
1269
1279
|
"attributes": {},
|
|
@@ -1278,13 +1288,15 @@
|
|
|
1278
1288
|
"$type": "color",
|
|
1279
1289
|
"themable": true,
|
|
1280
1290
|
"prefix": false,
|
|
1281
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1282
|
-
"isSource":
|
|
1291
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1292
|
+
"isSource": true,
|
|
1293
|
+
"themeable": false,
|
|
1283
1294
|
"original": {
|
|
1284
1295
|
"value": "#6666c4",
|
|
1285
1296
|
"$type": "color",
|
|
1286
1297
|
"themable": true,
|
|
1287
|
-
"prefix": false
|
|
1298
|
+
"prefix": false,
|
|
1299
|
+
"themeable": false
|
|
1288
1300
|
},
|
|
1289
1301
|
"name": "ME_INDIGO_500",
|
|
1290
1302
|
"attributes": {},
|
|
@@ -1295,17 +1307,19 @@
|
|
|
1295
1307
|
]
|
|
1296
1308
|
},
|
|
1297
1309
|
"600": {
|
|
1298
|
-
"value": "#
|
|
1310
|
+
"value": "#8181d7",
|
|
1299
1311
|
"$type": "color",
|
|
1300
1312
|
"themable": true,
|
|
1301
1313
|
"prefix": false,
|
|
1302
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1303
|
-
"isSource":
|
|
1314
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1315
|
+
"isSource": true,
|
|
1316
|
+
"themeable": false,
|
|
1304
1317
|
"original": {
|
|
1305
|
-
"value": "#
|
|
1318
|
+
"value": "#8181d7",
|
|
1306
1319
|
"$type": "color",
|
|
1307
1320
|
"themable": true,
|
|
1308
|
-
"prefix": false
|
|
1321
|
+
"prefix": false,
|
|
1322
|
+
"themeable": false
|
|
1309
1323
|
},
|
|
1310
1324
|
"name": "ME_INDIGO_600",
|
|
1311
1325
|
"attributes": {},
|
|
@@ -1316,17 +1330,19 @@
|
|
|
1316
1330
|
]
|
|
1317
1331
|
},
|
|
1318
1332
|
"700": {
|
|
1319
|
-
"value": "#
|
|
1333
|
+
"value": "#a2a2e6",
|
|
1320
1334
|
"$type": "color",
|
|
1321
1335
|
"themable": true,
|
|
1322
1336
|
"prefix": false,
|
|
1323
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1324
|
-
"isSource":
|
|
1337
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1338
|
+
"isSource": true,
|
|
1339
|
+
"themeable": false,
|
|
1325
1340
|
"original": {
|
|
1326
|
-
"value": "#
|
|
1341
|
+
"value": "#a2a2e6",
|
|
1327
1342
|
"$type": "color",
|
|
1328
1343
|
"themable": true,
|
|
1329
|
-
"prefix": false
|
|
1344
|
+
"prefix": false,
|
|
1345
|
+
"themeable": false
|
|
1330
1346
|
},
|
|
1331
1347
|
"name": "ME_INDIGO_700",
|
|
1332
1348
|
"attributes": {},
|
|
@@ -1337,17 +1353,19 @@
|
|
|
1337
1353
|
]
|
|
1338
1354
|
},
|
|
1339
1355
|
"800": {
|
|
1340
|
-
"value": "#
|
|
1356
|
+
"value": "#c7c7f2",
|
|
1341
1357
|
"$type": "color",
|
|
1342
1358
|
"themable": true,
|
|
1343
1359
|
"prefix": false,
|
|
1344
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1345
|
-
"isSource":
|
|
1360
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1361
|
+
"isSource": true,
|
|
1362
|
+
"themeable": false,
|
|
1346
1363
|
"original": {
|
|
1347
|
-
"value": "#
|
|
1364
|
+
"value": "#c7c7f2",
|
|
1348
1365
|
"$type": "color",
|
|
1349
1366
|
"themable": true,
|
|
1350
|
-
"prefix": false
|
|
1367
|
+
"prefix": false,
|
|
1368
|
+
"themeable": false
|
|
1351
1369
|
},
|
|
1352
1370
|
"name": "ME_INDIGO_800",
|
|
1353
1371
|
"attributes": {},
|
|
@@ -1358,17 +1376,19 @@
|
|
|
1358
1376
|
]
|
|
1359
1377
|
},
|
|
1360
1378
|
"900": {
|
|
1361
|
-
"value": "#
|
|
1379
|
+
"value": "#dbdbf8",
|
|
1362
1380
|
"$type": "color",
|
|
1363
1381
|
"themable": true,
|
|
1364
1382
|
"prefix": false,
|
|
1365
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1366
|
-
"isSource":
|
|
1383
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1384
|
+
"isSource": true,
|
|
1385
|
+
"themeable": false,
|
|
1367
1386
|
"original": {
|
|
1368
|
-
"value": "#
|
|
1387
|
+
"value": "#dbdbf8",
|
|
1369
1388
|
"$type": "color",
|
|
1370
1389
|
"themable": true,
|
|
1371
|
-
"prefix": false
|
|
1390
|
+
"prefix": false,
|
|
1391
|
+
"themeable": false
|
|
1372
1392
|
},
|
|
1373
1393
|
"name": "ME_INDIGO_900",
|
|
1374
1394
|
"attributes": {},
|
|
@@ -1379,17 +1399,19 @@
|
|
|
1379
1399
|
]
|
|
1380
1400
|
},
|
|
1381
1401
|
"950": {
|
|
1382
|
-
"value": "#
|
|
1402
|
+
"value": "#f1f1ff",
|
|
1383
1403
|
"$type": "color",
|
|
1384
1404
|
"themable": true,
|
|
1385
1405
|
"prefix": false,
|
|
1386
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1387
|
-
"isSource":
|
|
1406
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1407
|
+
"isSource": true,
|
|
1408
|
+
"themeable": false,
|
|
1388
1409
|
"original": {
|
|
1389
|
-
"value": "#
|
|
1410
|
+
"value": "#f1f1ff",
|
|
1390
1411
|
"$type": "color",
|
|
1391
1412
|
"themable": true,
|
|
1392
|
-
"prefix": false
|
|
1413
|
+
"prefix": false,
|
|
1414
|
+
"themeable": false
|
|
1393
1415
|
},
|
|
1394
1416
|
"name": "ME_INDIGO_950",
|
|
1395
1417
|
"attributes": {},
|
|
@@ -1402,17 +1424,19 @@
|
|
|
1402
1424
|
},
|
|
1403
1425
|
"blue": {
|
|
1404
1426
|
"50": {
|
|
1405
|
-
"value": "#
|
|
1427
|
+
"value": "#04101c",
|
|
1406
1428
|
"$type": "color",
|
|
1407
1429
|
"themable": true,
|
|
1408
1430
|
"prefix": false,
|
|
1409
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1410
|
-
"isSource":
|
|
1431
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1432
|
+
"isSource": true,
|
|
1433
|
+
"themeable": false,
|
|
1411
1434
|
"original": {
|
|
1412
|
-
"value": "#
|
|
1435
|
+
"value": "#04101c",
|
|
1413
1436
|
"$type": "color",
|
|
1414
1437
|
"themable": true,
|
|
1415
|
-
"prefix": false
|
|
1438
|
+
"prefix": false,
|
|
1439
|
+
"themeable": false
|
|
1416
1440
|
},
|
|
1417
1441
|
"name": "ME_BLUE_50",
|
|
1418
1442
|
"attributes": {},
|
|
@@ -1423,17 +1447,19 @@
|
|
|
1423
1447
|
]
|
|
1424
1448
|
},
|
|
1425
1449
|
"100": {
|
|
1426
|
-
"value": "#
|
|
1450
|
+
"value": "#0b2640",
|
|
1427
1451
|
"$type": "color",
|
|
1428
1452
|
"themable": true,
|
|
1429
1453
|
"prefix": false,
|
|
1430
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1431
|
-
"isSource":
|
|
1454
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1455
|
+
"isSource": true,
|
|
1456
|
+
"themeable": false,
|
|
1432
1457
|
"original": {
|
|
1433
|
-
"value": "#
|
|
1458
|
+
"value": "#0b2640",
|
|
1434
1459
|
"$type": "color",
|
|
1435
1460
|
"themable": true,
|
|
1436
|
-
"prefix": false
|
|
1461
|
+
"prefix": false,
|
|
1462
|
+
"themeable": false
|
|
1437
1463
|
},
|
|
1438
1464
|
"name": "ME_BLUE_100",
|
|
1439
1465
|
"attributes": {},
|
|
@@ -1444,17 +1470,19 @@
|
|
|
1444
1470
|
]
|
|
1445
1471
|
},
|
|
1446
1472
|
"200": {
|
|
1447
|
-
"value": "#
|
|
1473
|
+
"value": "#153c63",
|
|
1448
1474
|
"$type": "color",
|
|
1449
1475
|
"themable": true,
|
|
1450
1476
|
"prefix": false,
|
|
1451
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1452
|
-
"isSource":
|
|
1477
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1478
|
+
"isSource": true,
|
|
1479
|
+
"themeable": false,
|
|
1453
1480
|
"original": {
|
|
1454
|
-
"value": "#
|
|
1481
|
+
"value": "#153c63",
|
|
1455
1482
|
"$type": "color",
|
|
1456
1483
|
"themable": true,
|
|
1457
|
-
"prefix": false
|
|
1484
|
+
"prefix": false,
|
|
1485
|
+
"themeable": false
|
|
1458
1486
|
},
|
|
1459
1487
|
"name": "ME_BLUE_200",
|
|
1460
1488
|
"attributes": {},
|
|
@@ -1465,17 +1493,19 @@
|
|
|
1465
1493
|
]
|
|
1466
1494
|
},
|
|
1467
1495
|
"300": {
|
|
1468
|
-
"value": "#
|
|
1496
|
+
"value": "#235180",
|
|
1469
1497
|
"$type": "color",
|
|
1470
1498
|
"themable": true,
|
|
1471
1499
|
"prefix": false,
|
|
1472
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1473
|
-
"isSource":
|
|
1500
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1501
|
+
"isSource": true,
|
|
1502
|
+
"themeable": false,
|
|
1474
1503
|
"original": {
|
|
1475
|
-
"value": "#
|
|
1504
|
+
"value": "#235180",
|
|
1476
1505
|
"$type": "color",
|
|
1477
1506
|
"themable": true,
|
|
1478
|
-
"prefix": false
|
|
1507
|
+
"prefix": false,
|
|
1508
|
+
"themeable": false
|
|
1479
1509
|
},
|
|
1480
1510
|
"name": "ME_BLUE_300",
|
|
1481
1511
|
"attributes": {},
|
|
@@ -1486,17 +1516,19 @@
|
|
|
1486
1516
|
]
|
|
1487
1517
|
},
|
|
1488
1518
|
"400": {
|
|
1489
|
-
"value": "#
|
|
1519
|
+
"value": "#346596",
|
|
1490
1520
|
"$type": "color",
|
|
1491
1521
|
"themable": true,
|
|
1492
1522
|
"prefix": false,
|
|
1493
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1494
|
-
"isSource":
|
|
1523
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1524
|
+
"isSource": true,
|
|
1525
|
+
"themeable": false,
|
|
1495
1526
|
"original": {
|
|
1496
|
-
"value": "#
|
|
1527
|
+
"value": "#346596",
|
|
1497
1528
|
"$type": "color",
|
|
1498
1529
|
"themable": true,
|
|
1499
|
-
"prefix": false
|
|
1530
|
+
"prefix": false,
|
|
1531
|
+
"themeable": false
|
|
1500
1532
|
},
|
|
1501
1533
|
"name": "ME_BLUE_400",
|
|
1502
1534
|
"attributes": {},
|
|
@@ -1511,13 +1543,15 @@
|
|
|
1511
1543
|
"$type": "color",
|
|
1512
1544
|
"themable": true,
|
|
1513
1545
|
"prefix": false,
|
|
1514
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1515
|
-
"isSource":
|
|
1546
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1547
|
+
"isSource": true,
|
|
1548
|
+
"themeable": false,
|
|
1516
1549
|
"original": {
|
|
1517
1550
|
"value": "#4977a5",
|
|
1518
1551
|
"$type": "color",
|
|
1519
1552
|
"themable": true,
|
|
1520
|
-
"prefix": false
|
|
1553
|
+
"prefix": false,
|
|
1554
|
+
"themeable": false
|
|
1521
1555
|
},
|
|
1522
1556
|
"name": "ME_BLUE_500",
|
|
1523
1557
|
"attributes": {},
|
|
@@ -1528,17 +1562,19 @@
|
|
|
1528
1562
|
]
|
|
1529
1563
|
},
|
|
1530
1564
|
"600": {
|
|
1531
|
-
"value": "#
|
|
1565
|
+
"value": "#628eb9",
|
|
1532
1566
|
"$type": "color",
|
|
1533
1567
|
"themable": true,
|
|
1534
1568
|
"prefix": false,
|
|
1535
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1536
|
-
"isSource":
|
|
1569
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1570
|
+
"isSource": true,
|
|
1571
|
+
"themeable": false,
|
|
1537
1572
|
"original": {
|
|
1538
|
-
"value": "#
|
|
1573
|
+
"value": "#628eb9",
|
|
1539
1574
|
"$type": "color",
|
|
1540
1575
|
"themable": true,
|
|
1541
|
-
"prefix": false
|
|
1576
|
+
"prefix": false,
|
|
1577
|
+
"themeable": false
|
|
1542
1578
|
},
|
|
1543
1579
|
"name": "ME_BLUE_600",
|
|
1544
1580
|
"attributes": {},
|
|
@@ -1549,17 +1585,19 @@
|
|
|
1549
1585
|
]
|
|
1550
1586
|
},
|
|
1551
1587
|
"700": {
|
|
1552
|
-
"value": "#
|
|
1588
|
+
"value": "#81a5c9",
|
|
1553
1589
|
"$type": "color",
|
|
1554
1590
|
"themable": true,
|
|
1555
1591
|
"prefix": false,
|
|
1556
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1557
|
-
"isSource":
|
|
1592
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1593
|
+
"isSource": true,
|
|
1594
|
+
"themeable": false,
|
|
1558
1595
|
"original": {
|
|
1559
|
-
"value": "#
|
|
1596
|
+
"value": "#81a5c9",
|
|
1560
1597
|
"$type": "color",
|
|
1561
1598
|
"themable": true,
|
|
1562
|
-
"prefix": false
|
|
1599
|
+
"prefix": false,
|
|
1600
|
+
"themeable": false
|
|
1563
1601
|
},
|
|
1564
1602
|
"name": "ME_BLUE_700",
|
|
1565
1603
|
"attributes": {},
|
|
@@ -1570,17 +1608,19 @@
|
|
|
1570
1608
|
]
|
|
1571
1609
|
},
|
|
1572
1610
|
"800": {
|
|
1573
|
-
"value": "#
|
|
1611
|
+
"value": "#a6bdd5",
|
|
1574
1612
|
"$type": "color",
|
|
1575
1613
|
"themable": true,
|
|
1576
1614
|
"prefix": false,
|
|
1577
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1578
|
-
"isSource":
|
|
1615
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1616
|
+
"isSource": true,
|
|
1617
|
+
"themeable": false,
|
|
1579
1618
|
"original": {
|
|
1580
|
-
"value": "#
|
|
1619
|
+
"value": "#a6bdd5",
|
|
1581
1620
|
"$type": "color",
|
|
1582
1621
|
"themable": true,
|
|
1583
|
-
"prefix": false
|
|
1622
|
+
"prefix": false,
|
|
1623
|
+
"themeable": false
|
|
1584
1624
|
},
|
|
1585
1625
|
"name": "ME_BLUE_800",
|
|
1586
1626
|
"attributes": {},
|
|
@@ -1591,17 +1631,19 @@
|
|
|
1591
1631
|
]
|
|
1592
1632
|
},
|
|
1593
1633
|
"900": {
|
|
1594
|
-
"value": "#
|
|
1634
|
+
"value": "#b9cadc",
|
|
1595
1635
|
"$type": "color",
|
|
1596
1636
|
"themable": true,
|
|
1597
1637
|
"prefix": false,
|
|
1598
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1599
|
-
"isSource":
|
|
1638
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1639
|
+
"isSource": true,
|
|
1640
|
+
"themeable": false,
|
|
1600
1641
|
"original": {
|
|
1601
|
-
"value": "#
|
|
1642
|
+
"value": "#b9cadc",
|
|
1602
1643
|
"$type": "color",
|
|
1603
1644
|
"themable": true,
|
|
1604
|
-
"prefix": false
|
|
1645
|
+
"prefix": false,
|
|
1646
|
+
"themeable": false
|
|
1605
1647
|
},
|
|
1606
1648
|
"name": "ME_BLUE_900",
|
|
1607
1649
|
"attributes": {},
|
|
@@ -1612,17 +1654,19 @@
|
|
|
1612
1654
|
]
|
|
1613
1655
|
},
|
|
1614
1656
|
"950": {
|
|
1615
|
-
"value": "#
|
|
1657
|
+
"value": "#cdd8e3",
|
|
1616
1658
|
"$type": "color",
|
|
1617
1659
|
"themable": true,
|
|
1618
1660
|
"prefix": false,
|
|
1619
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1620
|
-
"isSource":
|
|
1661
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1662
|
+
"isSource": true,
|
|
1663
|
+
"themeable": false,
|
|
1621
1664
|
"original": {
|
|
1622
|
-
"value": "#
|
|
1665
|
+
"value": "#cdd8e3",
|
|
1623
1666
|
"$type": "color",
|
|
1624
1667
|
"themable": true,
|
|
1625
|
-
"prefix": false
|
|
1668
|
+
"prefix": false,
|
|
1669
|
+
"themeable": false
|
|
1626
1670
|
},
|
|
1627
1671
|
"name": "ME_BLUE_950",
|
|
1628
1672
|
"attributes": {},
|
|
@@ -1635,17 +1679,19 @@
|
|
|
1635
1679
|
},
|
|
1636
1680
|
"light-blue": {
|
|
1637
1681
|
"50": {
|
|
1638
|
-
"value": "#
|
|
1682
|
+
"value": "#0a3764",
|
|
1639
1683
|
"$type": "color",
|
|
1640
1684
|
"themable": true,
|
|
1641
1685
|
"prefix": false,
|
|
1642
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1643
|
-
"isSource":
|
|
1686
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1687
|
+
"isSource": true,
|
|
1688
|
+
"themeable": false,
|
|
1644
1689
|
"original": {
|
|
1645
|
-
"value": "#
|
|
1690
|
+
"value": "#0a3764",
|
|
1646
1691
|
"$type": "color",
|
|
1647
1692
|
"themable": true,
|
|
1648
|
-
"prefix": false
|
|
1693
|
+
"prefix": false,
|
|
1694
|
+
"themeable": false
|
|
1649
1695
|
},
|
|
1650
1696
|
"name": "ME_LIGHT_BLUE_50",
|
|
1651
1697
|
"attributes": {},
|
|
@@ -1656,17 +1702,19 @@
|
|
|
1656
1702
|
]
|
|
1657
1703
|
},
|
|
1658
1704
|
"100": {
|
|
1659
|
-
"value": "#
|
|
1705
|
+
"value": "#0c4277",
|
|
1660
1706
|
"$type": "color",
|
|
1661
1707
|
"themable": true,
|
|
1662
1708
|
"prefix": false,
|
|
1663
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1664
|
-
"isSource":
|
|
1709
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1710
|
+
"isSource": true,
|
|
1711
|
+
"themeable": false,
|
|
1665
1712
|
"original": {
|
|
1666
|
-
"value": "#
|
|
1713
|
+
"value": "#0c4277",
|
|
1667
1714
|
"$type": "color",
|
|
1668
1715
|
"themable": true,
|
|
1669
|
-
"prefix": false
|
|
1716
|
+
"prefix": false,
|
|
1717
|
+
"themeable": false
|
|
1670
1718
|
},
|
|
1671
1719
|
"name": "ME_LIGHT_BLUE_100",
|
|
1672
1720
|
"attributes": {},
|
|
@@ -1677,17 +1725,19 @@
|
|
|
1677
1725
|
]
|
|
1678
1726
|
},
|
|
1679
1727
|
"200": {
|
|
1680
|
-
"value": "#
|
|
1728
|
+
"value": "#0e4d8d",
|
|
1681
1729
|
"$type": "color",
|
|
1682
1730
|
"themable": true,
|
|
1683
1731
|
"prefix": false,
|
|
1684
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1685
|
-
"isSource":
|
|
1732
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1733
|
+
"isSource": true,
|
|
1734
|
+
"themeable": false,
|
|
1686
1735
|
"original": {
|
|
1687
|
-
"value": "#
|
|
1736
|
+
"value": "#0e4d8d",
|
|
1688
1737
|
"$type": "color",
|
|
1689
1738
|
"themable": true,
|
|
1690
|
-
"prefix": false
|
|
1739
|
+
"prefix": false,
|
|
1740
|
+
"themeable": false
|
|
1691
1741
|
},
|
|
1692
1742
|
"name": "ME_LIGHT_BLUE_200",
|
|
1693
1743
|
"attributes": {},
|
|
@@ -1698,17 +1748,19 @@
|
|
|
1698
1748
|
]
|
|
1699
1749
|
},
|
|
1700
1750
|
"300": {
|
|
1701
|
-
"value": "#
|
|
1751
|
+
"value": "#145aa1",
|
|
1702
1752
|
"$type": "color",
|
|
1703
1753
|
"themable": true,
|
|
1704
1754
|
"prefix": false,
|
|
1705
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1706
|
-
"isSource":
|
|
1755
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1756
|
+
"isSource": true,
|
|
1757
|
+
"themeable": false,
|
|
1707
1758
|
"original": {
|
|
1708
|
-
"value": "#
|
|
1759
|
+
"value": "#145aa1",
|
|
1709
1760
|
"$type": "color",
|
|
1710
1761
|
"themable": true,
|
|
1711
|
-
"prefix": false
|
|
1762
|
+
"prefix": false,
|
|
1763
|
+
"themeable": false
|
|
1712
1764
|
},
|
|
1713
1765
|
"name": "ME_LIGHT_BLUE_300",
|
|
1714
1766
|
"attributes": {},
|
|
@@ -1719,17 +1771,19 @@
|
|
|
1719
1771
|
]
|
|
1720
1772
|
},
|
|
1721
1773
|
"400": {
|
|
1722
|
-
"value": "#
|
|
1774
|
+
"value": "#2268ae",
|
|
1723
1775
|
"$type": "color",
|
|
1724
1776
|
"themable": true,
|
|
1725
1777
|
"prefix": false,
|
|
1726
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1727
|
-
"isSource":
|
|
1778
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1779
|
+
"isSource": true,
|
|
1780
|
+
"themeable": false,
|
|
1728
1781
|
"original": {
|
|
1729
|
-
"value": "#
|
|
1782
|
+
"value": "#2268ae",
|
|
1730
1783
|
"$type": "color",
|
|
1731
1784
|
"themable": true,
|
|
1732
|
-
"prefix": false
|
|
1785
|
+
"prefix": false,
|
|
1786
|
+
"themeable": false
|
|
1733
1787
|
},
|
|
1734
1788
|
"name": "ME_LIGHT_BLUE_400",
|
|
1735
1789
|
"attributes": {},
|
|
@@ -1744,13 +1798,15 @@
|
|
|
1744
1798
|
"$type": "color",
|
|
1745
1799
|
"themable": true,
|
|
1746
1800
|
"prefix": false,
|
|
1747
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1748
|
-
"isSource":
|
|
1801
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1802
|
+
"isSource": true,
|
|
1803
|
+
"themeable": false,
|
|
1749
1804
|
"original": {
|
|
1750
1805
|
"value": "#3476b9",
|
|
1751
1806
|
"$type": "color",
|
|
1752
1807
|
"themable": true,
|
|
1753
|
-
"prefix": false
|
|
1808
|
+
"prefix": false,
|
|
1809
|
+
"themeable": false
|
|
1754
1810
|
},
|
|
1755
1811
|
"name": "ME_LIGHT_BLUE_500",
|
|
1756
1812
|
"attributes": {},
|
|
@@ -1761,17 +1817,19 @@
|
|
|
1761
1817
|
]
|
|
1762
1818
|
},
|
|
1763
1819
|
"600": {
|
|
1764
|
-
"value": "#
|
|
1820
|
+
"value": "#4f8bc7",
|
|
1765
1821
|
"$type": "color",
|
|
1766
1822
|
"themable": true,
|
|
1767
1823
|
"prefix": false,
|
|
1768
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1769
|
-
"isSource":
|
|
1824
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1825
|
+
"isSource": true,
|
|
1826
|
+
"themeable": false,
|
|
1770
1827
|
"original": {
|
|
1771
|
-
"value": "#
|
|
1828
|
+
"value": "#4f8bc7",
|
|
1772
1829
|
"$type": "color",
|
|
1773
1830
|
"themable": true,
|
|
1774
|
-
"prefix": false
|
|
1831
|
+
"prefix": false,
|
|
1832
|
+
"themeable": false
|
|
1775
1833
|
},
|
|
1776
1834
|
"name": "ME_LIGHT_BLUE_600",
|
|
1777
1835
|
"attributes": {},
|
|
@@ -1782,17 +1840,19 @@
|
|
|
1782
1840
|
]
|
|
1783
1841
|
},
|
|
1784
1842
|
"700": {
|
|
1785
|
-
"value": "#
|
|
1843
|
+
"value": "#74a3d3",
|
|
1786
1844
|
"$type": "color",
|
|
1787
1845
|
"themable": true,
|
|
1788
1846
|
"prefix": false,
|
|
1789
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1790
|
-
"isSource":
|
|
1847
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1848
|
+
"isSource": true,
|
|
1849
|
+
"themeable": false,
|
|
1791
1850
|
"original": {
|
|
1792
|
-
"value": "#
|
|
1851
|
+
"value": "#74a3d3",
|
|
1793
1852
|
"$type": "color",
|
|
1794
1853
|
"themable": true,
|
|
1795
|
-
"prefix": false
|
|
1854
|
+
"prefix": false,
|
|
1855
|
+
"themeable": false
|
|
1796
1856
|
},
|
|
1797
1857
|
"name": "ME_LIGHT_BLUE_700",
|
|
1798
1858
|
"attributes": {},
|
|
@@ -1803,17 +1863,19 @@
|
|
|
1803
1863
|
]
|
|
1804
1864
|
},
|
|
1805
1865
|
"800": {
|
|
1806
|
-
"value": "#
|
|
1866
|
+
"value": "#a0bedc",
|
|
1807
1867
|
"$type": "color",
|
|
1808
1868
|
"themable": true,
|
|
1809
1869
|
"prefix": false,
|
|
1810
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1811
|
-
"isSource":
|
|
1870
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1871
|
+
"isSource": true,
|
|
1872
|
+
"themeable": false,
|
|
1812
1873
|
"original": {
|
|
1813
|
-
"value": "#
|
|
1874
|
+
"value": "#a0bedc",
|
|
1814
1875
|
"$type": "color",
|
|
1815
1876
|
"themable": true,
|
|
1816
|
-
"prefix": false
|
|
1877
|
+
"prefix": false,
|
|
1878
|
+
"themeable": false
|
|
1817
1879
|
},
|
|
1818
1880
|
"name": "ME_LIGHT_BLUE_800",
|
|
1819
1881
|
"attributes": {},
|
|
@@ -1824,17 +1886,19 @@
|
|
|
1824
1886
|
]
|
|
1825
1887
|
},
|
|
1826
1888
|
"900": {
|
|
1827
|
-
"value": "#
|
|
1889
|
+
"value": "#c1d4e6",
|
|
1828
1890
|
"$type": "color",
|
|
1829
1891
|
"themable": true,
|
|
1830
1892
|
"prefix": false,
|
|
1831
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1832
|
-
"isSource":
|
|
1893
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1894
|
+
"isSource": true,
|
|
1895
|
+
"themeable": false,
|
|
1833
1896
|
"original": {
|
|
1834
|
-
"value": "#
|
|
1897
|
+
"value": "#c1d4e6",
|
|
1835
1898
|
"$type": "color",
|
|
1836
1899
|
"themable": true,
|
|
1837
|
-
"prefix": false
|
|
1900
|
+
"prefix": false,
|
|
1901
|
+
"themeable": false
|
|
1838
1902
|
},
|
|
1839
1903
|
"name": "ME_LIGHT_BLUE_900",
|
|
1840
1904
|
"attributes": {},
|
|
@@ -1845,17 +1909,19 @@
|
|
|
1845
1909
|
]
|
|
1846
1910
|
},
|
|
1847
1911
|
"950": {
|
|
1848
|
-
"value": "#
|
|
1912
|
+
"value": "#dde6ee",
|
|
1849
1913
|
"$type": "color",
|
|
1850
1914
|
"themable": true,
|
|
1851
1915
|
"prefix": false,
|
|
1852
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1853
|
-
"isSource":
|
|
1916
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1917
|
+
"isSource": true,
|
|
1918
|
+
"themeable": false,
|
|
1854
1919
|
"original": {
|
|
1855
|
-
"value": "#
|
|
1920
|
+
"value": "#dde6ee",
|
|
1856
1921
|
"$type": "color",
|
|
1857
1922
|
"themable": true,
|
|
1858
|
-
"prefix": false
|
|
1923
|
+
"prefix": false,
|
|
1924
|
+
"themeable": false
|
|
1859
1925
|
},
|
|
1860
1926
|
"name": "ME_LIGHT_BLUE_950",
|
|
1861
1927
|
"attributes": {},
|
|
@@ -1868,17 +1934,19 @@
|
|
|
1868
1934
|
},
|
|
1869
1935
|
"green": {
|
|
1870
1936
|
"50": {
|
|
1871
|
-
"value": "#
|
|
1937
|
+
"value": "#052e19",
|
|
1872
1938
|
"$type": "color",
|
|
1873
1939
|
"themable": true,
|
|
1874
1940
|
"prefix": false,
|
|
1875
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1876
|
-
"isSource":
|
|
1941
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1942
|
+
"isSource": true,
|
|
1943
|
+
"themeable": false,
|
|
1877
1944
|
"original": {
|
|
1878
|
-
"value": "#
|
|
1945
|
+
"value": "#052e19",
|
|
1879
1946
|
"$type": "color",
|
|
1880
1947
|
"themable": true,
|
|
1881
|
-
"prefix": false
|
|
1948
|
+
"prefix": false,
|
|
1949
|
+
"themeable": false
|
|
1882
1950
|
},
|
|
1883
1951
|
"name": "ME_GREEN_50",
|
|
1884
1952
|
"attributes": {},
|
|
@@ -1889,17 +1957,19 @@
|
|
|
1889
1957
|
]
|
|
1890
1958
|
},
|
|
1891
1959
|
"100": {
|
|
1892
|
-
"value": "#
|
|
1960
|
+
"value": "#0e4328",
|
|
1893
1961
|
"$type": "color",
|
|
1894
1962
|
"themable": true,
|
|
1895
1963
|
"prefix": false,
|
|
1896
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1897
|
-
"isSource":
|
|
1964
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1965
|
+
"isSource": true,
|
|
1966
|
+
"themeable": false,
|
|
1898
1967
|
"original": {
|
|
1899
|
-
"value": "#
|
|
1968
|
+
"value": "#0e4328",
|
|
1900
1969
|
"$type": "color",
|
|
1901
1970
|
"themable": true,
|
|
1902
|
-
"prefix": false
|
|
1971
|
+
"prefix": false,
|
|
1972
|
+
"themeable": false
|
|
1903
1973
|
},
|
|
1904
1974
|
"name": "ME_GREEN_100",
|
|
1905
1975
|
"attributes": {},
|
|
@@ -1910,17 +1980,19 @@
|
|
|
1910
1980
|
]
|
|
1911
1981
|
},
|
|
1912
1982
|
"200": {
|
|
1913
|
-
"value": "#
|
|
1983
|
+
"value": "#155635",
|
|
1914
1984
|
"$type": "color",
|
|
1915
1985
|
"themable": true,
|
|
1916
1986
|
"prefix": false,
|
|
1917
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1918
|
-
"isSource":
|
|
1987
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
1988
|
+
"isSource": true,
|
|
1989
|
+
"themeable": false,
|
|
1919
1990
|
"original": {
|
|
1920
|
-
"value": "#
|
|
1991
|
+
"value": "#155635",
|
|
1921
1992
|
"$type": "color",
|
|
1922
1993
|
"themable": true,
|
|
1923
|
-
"prefix": false
|
|
1994
|
+
"prefix": false,
|
|
1995
|
+
"themeable": false
|
|
1924
1996
|
},
|
|
1925
1997
|
"name": "ME_GREEN_200",
|
|
1926
1998
|
"attributes": {},
|
|
@@ -1931,17 +2003,19 @@
|
|
|
1931
2003
|
]
|
|
1932
2004
|
},
|
|
1933
2005
|
"300": {
|
|
1934
|
-
"value": "#
|
|
2006
|
+
"value": "#1b653f",
|
|
1935
2007
|
"$type": "color",
|
|
1936
2008
|
"themable": true,
|
|
1937
2009
|
"prefix": false,
|
|
1938
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1939
|
-
"isSource":
|
|
2010
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2011
|
+
"isSource": true,
|
|
2012
|
+
"themeable": false,
|
|
1940
2013
|
"original": {
|
|
1941
|
-
"value": "#
|
|
2014
|
+
"value": "#1b653f",
|
|
1942
2015
|
"$type": "color",
|
|
1943
2016
|
"themable": true,
|
|
1944
|
-
"prefix": false
|
|
2017
|
+
"prefix": false,
|
|
2018
|
+
"themeable": false
|
|
1945
2019
|
},
|
|
1946
2020
|
"name": "ME_GREEN_300",
|
|
1947
2021
|
"attributes": {},
|
|
@@ -1952,17 +2026,19 @@
|
|
|
1952
2026
|
]
|
|
1953
2027
|
},
|
|
1954
2028
|
"400": {
|
|
1955
|
-
"value": "#
|
|
2029
|
+
"value": "#25744c",
|
|
1956
2030
|
"$type": "color",
|
|
1957
2031
|
"themable": true,
|
|
1958
2032
|
"prefix": false,
|
|
1959
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1960
|
-
"isSource":
|
|
2033
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2034
|
+
"isSource": true,
|
|
2035
|
+
"themeable": false,
|
|
1961
2036
|
"original": {
|
|
1962
|
-
"value": "#
|
|
2037
|
+
"value": "#25744c",
|
|
1963
2038
|
"$type": "color",
|
|
1964
2039
|
"themable": true,
|
|
1965
|
-
"prefix": false
|
|
2040
|
+
"prefix": false,
|
|
2041
|
+
"themeable": false
|
|
1966
2042
|
},
|
|
1967
2043
|
"name": "ME_GREEN_400",
|
|
1968
2044
|
"attributes": {},
|
|
@@ -1977,13 +2053,15 @@
|
|
|
1977
2053
|
"$type": "color",
|
|
1978
2054
|
"themable": true,
|
|
1979
2055
|
"prefix": false,
|
|
1980
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
1981
|
-
"isSource":
|
|
2056
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2057
|
+
"isSource": true,
|
|
2058
|
+
"themeable": false,
|
|
1982
2059
|
"original": {
|
|
1983
2060
|
"value": "#308258",
|
|
1984
2061
|
"$type": "color",
|
|
1985
2062
|
"themable": true,
|
|
1986
|
-
"prefix": false
|
|
2063
|
+
"prefix": false,
|
|
2064
|
+
"themeable": false
|
|
1987
2065
|
},
|
|
1988
2066
|
"name": "ME_GREEN_500",
|
|
1989
2067
|
"attributes": {},
|
|
@@ -1994,17 +2072,19 @@
|
|
|
1994
2072
|
]
|
|
1995
2073
|
},
|
|
1996
2074
|
"600": {
|
|
1997
|
-
"value": "#
|
|
2075
|
+
"value": "#499767",
|
|
1998
2076
|
"$type": "color",
|
|
1999
2077
|
"themable": true,
|
|
2000
2078
|
"prefix": false,
|
|
2001
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2002
|
-
"isSource":
|
|
2079
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2080
|
+
"isSource": true,
|
|
2081
|
+
"themeable": false,
|
|
2003
2082
|
"original": {
|
|
2004
|
-
"value": "#
|
|
2083
|
+
"value": "#499767",
|
|
2005
2084
|
"$type": "color",
|
|
2006
2085
|
"themable": true,
|
|
2007
|
-
"prefix": false
|
|
2086
|
+
"prefix": false,
|
|
2087
|
+
"themeable": false
|
|
2008
2088
|
},
|
|
2009
2089
|
"name": "ME_GREEN_600",
|
|
2010
2090
|
"attributes": {},
|
|
@@ -2015,17 +2095,19 @@
|
|
|
2015
2095
|
]
|
|
2016
2096
|
},
|
|
2017
2097
|
"700": {
|
|
2018
|
-
"value": "#
|
|
2098
|
+
"value": "#69af7d",
|
|
2019
2099
|
"$type": "color",
|
|
2020
2100
|
"themable": true,
|
|
2021
2101
|
"prefix": false,
|
|
2022
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2023
|
-
"isSource":
|
|
2102
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2103
|
+
"isSource": true,
|
|
2104
|
+
"themeable": false,
|
|
2024
2105
|
"original": {
|
|
2025
|
-
"value": "#
|
|
2106
|
+
"value": "#69af7d",
|
|
2026
2107
|
"$type": "color",
|
|
2027
2108
|
"themable": true,
|
|
2028
|
-
"prefix": false
|
|
2109
|
+
"prefix": false,
|
|
2110
|
+
"themeable": false
|
|
2029
2111
|
},
|
|
2030
2112
|
"name": "ME_GREEN_700",
|
|
2031
2113
|
"attributes": {},
|
|
@@ -2036,17 +2118,19 @@
|
|
|
2036
2118
|
]
|
|
2037
2119
|
},
|
|
2038
2120
|
"800": {
|
|
2039
|
-
"value": "#
|
|
2121
|
+
"value": "#8cc497",
|
|
2040
2122
|
"$type": "color",
|
|
2041
2123
|
"themable": true,
|
|
2042
2124
|
"prefix": false,
|
|
2043
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2044
|
-
"isSource":
|
|
2125
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2126
|
+
"isSource": true,
|
|
2127
|
+
"themeable": false,
|
|
2045
2128
|
"original": {
|
|
2046
|
-
"value": "#
|
|
2129
|
+
"value": "#8cc497",
|
|
2047
2130
|
"$type": "color",
|
|
2048
2131
|
"themable": true,
|
|
2049
|
-
"prefix": false
|
|
2132
|
+
"prefix": false,
|
|
2133
|
+
"themeable": false
|
|
2050
2134
|
},
|
|
2051
2135
|
"name": "ME_GREEN_800",
|
|
2052
2136
|
"attributes": {},
|
|
@@ -2057,17 +2141,19 @@
|
|
|
2057
2141
|
]
|
|
2058
2142
|
},
|
|
2059
2143
|
"900": {
|
|
2060
|
-
"value": "#
|
|
2144
|
+
"value": "#b1d6b5",
|
|
2061
2145
|
"$type": "color",
|
|
2062
2146
|
"themable": true,
|
|
2063
2147
|
"prefix": false,
|
|
2064
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2065
|
-
"isSource":
|
|
2148
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2149
|
+
"isSource": true,
|
|
2150
|
+
"themeable": false,
|
|
2066
2151
|
"original": {
|
|
2067
|
-
"value": "#
|
|
2152
|
+
"value": "#b1d6b5",
|
|
2068
2153
|
"$type": "color",
|
|
2069
2154
|
"themable": true,
|
|
2070
|
-
"prefix": false
|
|
2155
|
+
"prefix": false,
|
|
2156
|
+
"themeable": false
|
|
2071
2157
|
},
|
|
2072
2158
|
"name": "ME_GREEN_900",
|
|
2073
2159
|
"attributes": {},
|
|
@@ -2078,17 +2164,19 @@
|
|
|
2078
2164
|
]
|
|
2079
2165
|
},
|
|
2080
2166
|
"950": {
|
|
2081
|
-
"value": "#
|
|
2167
|
+
"value": "#dde9de",
|
|
2082
2168
|
"$type": "color",
|
|
2083
2169
|
"themable": true,
|
|
2084
2170
|
"prefix": false,
|
|
2085
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2086
|
-
"isSource":
|
|
2171
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2172
|
+
"isSource": true,
|
|
2173
|
+
"themeable": false,
|
|
2087
2174
|
"original": {
|
|
2088
|
-
"value": "#
|
|
2175
|
+
"value": "#dde9de",
|
|
2089
2176
|
"$type": "color",
|
|
2090
2177
|
"themable": true,
|
|
2091
|
-
"prefix": false
|
|
2178
|
+
"prefix": false,
|
|
2179
|
+
"themeable": false
|
|
2092
2180
|
},
|
|
2093
2181
|
"name": "ME_GREEN_950",
|
|
2094
2182
|
"attributes": {},
|
|
@@ -2101,17 +2189,19 @@
|
|
|
2101
2189
|
},
|
|
2102
2190
|
"red": {
|
|
2103
2191
|
"50": {
|
|
2104
|
-
"value": "#
|
|
2192
|
+
"value": "#380700",
|
|
2105
2193
|
"$type": "color",
|
|
2106
2194
|
"themable": true,
|
|
2107
2195
|
"prefix": false,
|
|
2108
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2109
|
-
"isSource":
|
|
2196
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2197
|
+
"isSource": true,
|
|
2198
|
+
"themeable": false,
|
|
2110
2199
|
"original": {
|
|
2111
|
-
"value": "#
|
|
2200
|
+
"value": "#380700",
|
|
2112
2201
|
"$type": "color",
|
|
2113
2202
|
"themable": true,
|
|
2114
|
-
"prefix": false
|
|
2203
|
+
"prefix": false,
|
|
2204
|
+
"themeable": false
|
|
2115
2205
|
},
|
|
2116
2206
|
"name": "ME_RED_50",
|
|
2117
2207
|
"attributes": {},
|
|
@@ -2122,17 +2212,19 @@
|
|
|
2122
2212
|
]
|
|
2123
2213
|
},
|
|
2124
2214
|
"100": {
|
|
2125
|
-
"value": "#
|
|
2215
|
+
"value": "#580d02",
|
|
2126
2216
|
"$type": "color",
|
|
2127
2217
|
"themable": true,
|
|
2128
2218
|
"prefix": false,
|
|
2129
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2130
|
-
"isSource":
|
|
2219
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2220
|
+
"isSource": true,
|
|
2221
|
+
"themeable": false,
|
|
2131
2222
|
"original": {
|
|
2132
|
-
"value": "#
|
|
2223
|
+
"value": "#580d02",
|
|
2133
2224
|
"$type": "color",
|
|
2134
2225
|
"themable": true,
|
|
2135
|
-
"prefix": false
|
|
2226
|
+
"prefix": false,
|
|
2227
|
+
"themeable": false
|
|
2136
2228
|
},
|
|
2137
2229
|
"name": "ME_RED_100",
|
|
2138
2230
|
"attributes": {},
|
|
@@ -2143,17 +2235,19 @@
|
|
|
2143
2235
|
]
|
|
2144
2236
|
},
|
|
2145
2237
|
"200": {
|
|
2146
|
-
"value": "#
|
|
2238
|
+
"value": "#761405",
|
|
2147
2239
|
"$type": "color",
|
|
2148
2240
|
"themable": true,
|
|
2149
2241
|
"prefix": false,
|
|
2150
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2151
|
-
"isSource":
|
|
2242
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2243
|
+
"isSource": true,
|
|
2244
|
+
"themeable": false,
|
|
2152
2245
|
"original": {
|
|
2153
|
-
"value": "#
|
|
2246
|
+
"value": "#761405",
|
|
2154
2247
|
"$type": "color",
|
|
2155
2248
|
"themable": true,
|
|
2156
|
-
"prefix": false
|
|
2249
|
+
"prefix": false,
|
|
2250
|
+
"themeable": false
|
|
2157
2251
|
},
|
|
2158
2252
|
"name": "ME_RED_200",
|
|
2159
2253
|
"attributes": {},
|
|
@@ -2164,17 +2258,19 @@
|
|
|
2164
2258
|
]
|
|
2165
2259
|
},
|
|
2166
2260
|
"300": {
|
|
2167
|
-
"value": "#
|
|
2261
|
+
"value": "#8f2110",
|
|
2168
2262
|
"$type": "color",
|
|
2169
2263
|
"themable": true,
|
|
2170
2264
|
"prefix": false,
|
|
2171
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2172
|
-
"isSource":
|
|
2265
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2266
|
+
"isSource": true,
|
|
2267
|
+
"themeable": false,
|
|
2173
2268
|
"original": {
|
|
2174
|
-
"value": "#
|
|
2269
|
+
"value": "#8f2110",
|
|
2175
2270
|
"$type": "color",
|
|
2176
2271
|
"themable": true,
|
|
2177
|
-
"prefix": false
|
|
2272
|
+
"prefix": false,
|
|
2273
|
+
"themeable": false
|
|
2178
2274
|
},
|
|
2179
2275
|
"name": "ME_RED_300",
|
|
2180
2276
|
"attributes": {},
|
|
@@ -2185,17 +2281,19 @@
|
|
|
2185
2281
|
]
|
|
2186
2282
|
},
|
|
2187
2283
|
"400": {
|
|
2188
|
-
"value": "#
|
|
2284
|
+
"value": "#a13322",
|
|
2189
2285
|
"$type": "color",
|
|
2190
2286
|
"themable": true,
|
|
2191
2287
|
"prefix": false,
|
|
2192
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2193
|
-
"isSource":
|
|
2288
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2289
|
+
"isSource": true,
|
|
2290
|
+
"themeable": false,
|
|
2194
2291
|
"original": {
|
|
2195
|
-
"value": "#
|
|
2292
|
+
"value": "#a13322",
|
|
2196
2293
|
"$type": "color",
|
|
2197
2294
|
"themable": true,
|
|
2198
|
-
"prefix": false
|
|
2295
|
+
"prefix": false,
|
|
2296
|
+
"themeable": false
|
|
2199
2297
|
},
|
|
2200
2298
|
"name": "ME_RED_400",
|
|
2201
2299
|
"attributes": {},
|
|
@@ -2210,13 +2308,15 @@
|
|
|
2210
2308
|
"$type": "color",
|
|
2211
2309
|
"themable": true,
|
|
2212
2310
|
"prefix": false,
|
|
2213
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2214
|
-
"isSource":
|
|
2311
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2312
|
+
"isSource": true,
|
|
2313
|
+
"themeable": false,
|
|
2215
2314
|
"original": {
|
|
2216
2315
|
"value": "#ad4a3b",
|
|
2217
2316
|
"$type": "color",
|
|
2218
2317
|
"themable": true,
|
|
2219
|
-
"prefix": false
|
|
2318
|
+
"prefix": false,
|
|
2319
|
+
"themeable": false
|
|
2220
2320
|
},
|
|
2221
2321
|
"name": "ME_RED_500",
|
|
2222
2322
|
"attributes": {},
|
|
@@ -2227,17 +2327,19 @@
|
|
|
2227
2327
|
]
|
|
2228
2328
|
},
|
|
2229
2329
|
"600": {
|
|
2230
|
-
"value": "#
|
|
2330
|
+
"value": "#c66e60",
|
|
2231
2331
|
"$type": "color",
|
|
2232
2332
|
"themable": true,
|
|
2233
2333
|
"prefix": false,
|
|
2234
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2235
|
-
"isSource":
|
|
2334
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2335
|
+
"isSource": true,
|
|
2336
|
+
"themeable": false,
|
|
2236
2337
|
"original": {
|
|
2237
|
-
"value": "#
|
|
2338
|
+
"value": "#c66e60",
|
|
2238
2339
|
"$type": "color",
|
|
2239
2340
|
"themable": true,
|
|
2240
|
-
"prefix": false
|
|
2341
|
+
"prefix": false,
|
|
2342
|
+
"themeable": false
|
|
2241
2343
|
},
|
|
2242
2344
|
"name": "ME_RED_600",
|
|
2243
2345
|
"attributes": {},
|
|
@@ -2248,17 +2350,19 @@
|
|
|
2248
2350
|
]
|
|
2249
2351
|
},
|
|
2250
2352
|
"700": {
|
|
2251
|
-
"value": "#
|
|
2353
|
+
"value": "#d59086",
|
|
2252
2354
|
"$type": "color",
|
|
2253
2355
|
"themable": true,
|
|
2254
2356
|
"prefix": false,
|
|
2255
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2256
|
-
"isSource":
|
|
2357
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2358
|
+
"isSource": true,
|
|
2359
|
+
"themeable": false,
|
|
2257
2360
|
"original": {
|
|
2258
|
-
"value": "#
|
|
2361
|
+
"value": "#d59086",
|
|
2259
2362
|
"$type": "color",
|
|
2260
2363
|
"themable": true,
|
|
2261
|
-
"prefix": false
|
|
2364
|
+
"prefix": false,
|
|
2365
|
+
"themeable": false
|
|
2262
2366
|
},
|
|
2263
2367
|
"name": "ME_RED_700",
|
|
2264
2368
|
"attributes": {},
|
|
@@ -2269,17 +2373,19 @@
|
|
|
2269
2373
|
]
|
|
2270
2374
|
},
|
|
2271
2375
|
"800": {
|
|
2272
|
-
"value": "#
|
|
2376
|
+
"value": "#e3bab5",
|
|
2273
2377
|
"$type": "color",
|
|
2274
2378
|
"themable": true,
|
|
2275
2379
|
"prefix": false,
|
|
2276
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2277
|
-
"isSource":
|
|
2380
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2381
|
+
"isSource": true,
|
|
2382
|
+
"themeable": false,
|
|
2278
2383
|
"original": {
|
|
2279
|
-
"value": "#
|
|
2384
|
+
"value": "#e3bab5",
|
|
2280
2385
|
"$type": "color",
|
|
2281
2386
|
"themable": true,
|
|
2282
|
-
"prefix": false
|
|
2387
|
+
"prefix": false,
|
|
2388
|
+
"themeable": false
|
|
2283
2389
|
},
|
|
2284
2390
|
"name": "ME_RED_800",
|
|
2285
2391
|
"attributes": {},
|
|
@@ -2290,17 +2396,19 @@
|
|
|
2290
2396
|
]
|
|
2291
2397
|
},
|
|
2292
2398
|
"900": {
|
|
2293
|
-
"value": "#
|
|
2399
|
+
"value": "#ecd3d0",
|
|
2294
2400
|
"$type": "color",
|
|
2295
2401
|
"themable": true,
|
|
2296
2402
|
"prefix": false,
|
|
2297
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2298
|
-
"isSource":
|
|
2403
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2404
|
+
"isSource": true,
|
|
2405
|
+
"themeable": false,
|
|
2299
2406
|
"original": {
|
|
2300
|
-
"value": "#
|
|
2407
|
+
"value": "#ecd3d0",
|
|
2301
2408
|
"$type": "color",
|
|
2302
2409
|
"themable": true,
|
|
2303
|
-
"prefix": false
|
|
2410
|
+
"prefix": false,
|
|
2411
|
+
"themeable": false
|
|
2304
2412
|
},
|
|
2305
2413
|
"name": "ME_RED_900",
|
|
2306
2414
|
"attributes": {},
|
|
@@ -2311,17 +2419,19 @@
|
|
|
2311
2419
|
]
|
|
2312
2420
|
},
|
|
2313
2421
|
"950": {
|
|
2314
|
-
"value": "#
|
|
2422
|
+
"value": "#f4e9e7",
|
|
2315
2423
|
"$type": "color",
|
|
2316
2424
|
"themable": true,
|
|
2317
2425
|
"prefix": false,
|
|
2318
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2319
|
-
"isSource":
|
|
2426
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2427
|
+
"isSource": true,
|
|
2428
|
+
"themeable": false,
|
|
2320
2429
|
"original": {
|
|
2321
|
-
"value": "#
|
|
2430
|
+
"value": "#f4e9e7",
|
|
2322
2431
|
"$type": "color",
|
|
2323
2432
|
"themable": true,
|
|
2324
|
-
"prefix": false
|
|
2433
|
+
"prefix": false,
|
|
2434
|
+
"themeable": false
|
|
2325
2435
|
},
|
|
2326
2436
|
"name": "ME_RED_950",
|
|
2327
2437
|
"attributes": {},
|
|
@@ -2334,17 +2444,19 @@
|
|
|
2334
2444
|
},
|
|
2335
2445
|
"light-red": {
|
|
2336
2446
|
"50": {
|
|
2337
|
-
"value": "#
|
|
2447
|
+
"value": "#5c1105",
|
|
2338
2448
|
"$type": "color",
|
|
2339
2449
|
"themable": true,
|
|
2340
2450
|
"prefix": false,
|
|
2341
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2342
|
-
"isSource":
|
|
2451
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2452
|
+
"isSource": true,
|
|
2453
|
+
"themeable": false,
|
|
2343
2454
|
"original": {
|
|
2344
|
-
"value": "#
|
|
2455
|
+
"value": "#5c1105",
|
|
2345
2456
|
"$type": "color",
|
|
2346
2457
|
"themable": true,
|
|
2347
|
-
"prefix": false
|
|
2458
|
+
"prefix": false,
|
|
2459
|
+
"themeable": false
|
|
2348
2460
|
},
|
|
2349
2461
|
"name": "ME_LIGHT_RED_50",
|
|
2350
2462
|
"attributes": {},
|
|
@@ -2355,17 +2467,19 @@
|
|
|
2355
2467
|
]
|
|
2356
2468
|
},
|
|
2357
2469
|
"100": {
|
|
2358
|
-
"value": "#
|
|
2470
|
+
"value": "#751709",
|
|
2359
2471
|
"$type": "color",
|
|
2360
2472
|
"themable": true,
|
|
2361
2473
|
"prefix": false,
|
|
2362
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2363
|
-
"isSource":
|
|
2474
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2475
|
+
"isSource": true,
|
|
2476
|
+
"themeable": false,
|
|
2364
2477
|
"original": {
|
|
2365
|
-
"value": "#
|
|
2478
|
+
"value": "#751709",
|
|
2366
2479
|
"$type": "color",
|
|
2367
2480
|
"themable": true,
|
|
2368
|
-
"prefix": false
|
|
2481
|
+
"prefix": false,
|
|
2482
|
+
"themeable": false
|
|
2369
2483
|
},
|
|
2370
2484
|
"name": "ME_LIGHT_RED_100",
|
|
2371
2485
|
"attributes": {},
|
|
@@ -2376,17 +2490,19 @@
|
|
|
2376
2490
|
]
|
|
2377
2491
|
},
|
|
2378
2492
|
"200": {
|
|
2379
|
-
"value": "#
|
|
2493
|
+
"value": "#8b2212",
|
|
2380
2494
|
"$type": "color",
|
|
2381
2495
|
"themable": true,
|
|
2382
2496
|
"prefix": false,
|
|
2383
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2384
|
-
"isSource":
|
|
2497
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2498
|
+
"isSource": true,
|
|
2499
|
+
"themeable": false,
|
|
2385
2500
|
"original": {
|
|
2386
|
-
"value": "#
|
|
2501
|
+
"value": "#8b2212",
|
|
2387
2502
|
"$type": "color",
|
|
2388
2503
|
"themable": true,
|
|
2389
|
-
"prefix": false
|
|
2504
|
+
"prefix": false,
|
|
2505
|
+
"themeable": false
|
|
2390
2506
|
},
|
|
2391
2507
|
"name": "ME_LIGHT_RED_200",
|
|
2392
2508
|
"attributes": {},
|
|
@@ -2397,17 +2513,19 @@
|
|
|
2397
2513
|
]
|
|
2398
2514
|
},
|
|
2399
2515
|
"300": {
|
|
2400
|
-
"value": "#
|
|
2516
|
+
"value": "#a02e1c",
|
|
2401
2517
|
"$type": "color",
|
|
2402
2518
|
"themable": true,
|
|
2403
2519
|
"prefix": false,
|
|
2404
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2405
|
-
"isSource":
|
|
2520
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2521
|
+
"isSource": true,
|
|
2522
|
+
"themeable": false,
|
|
2406
2523
|
"original": {
|
|
2407
|
-
"value": "#
|
|
2524
|
+
"value": "#a02e1c",
|
|
2408
2525
|
"$type": "color",
|
|
2409
2526
|
"themable": true,
|
|
2410
|
-
"prefix": false
|
|
2527
|
+
"prefix": false,
|
|
2528
|
+
"themeable": false
|
|
2411
2529
|
},
|
|
2412
2530
|
"name": "ME_LIGHT_RED_300",
|
|
2413
2531
|
"attributes": {},
|
|
@@ -2418,17 +2536,19 @@
|
|
|
2418
2536
|
]
|
|
2419
2537
|
},
|
|
2420
2538
|
"400": {
|
|
2421
|
-
"value": "#
|
|
2539
|
+
"value": "#b53a26",
|
|
2422
2540
|
"$type": "color",
|
|
2423
2541
|
"themable": true,
|
|
2424
2542
|
"prefix": false,
|
|
2425
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2426
|
-
"isSource":
|
|
2543
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2544
|
+
"isSource": true,
|
|
2545
|
+
"themeable": false,
|
|
2427
2546
|
"original": {
|
|
2428
|
-
"value": "#
|
|
2547
|
+
"value": "#b53a26",
|
|
2429
2548
|
"$type": "color",
|
|
2430
2549
|
"themable": true,
|
|
2431
|
-
"prefix": false
|
|
2550
|
+
"prefix": false,
|
|
2551
|
+
"themeable": false
|
|
2432
2552
|
},
|
|
2433
2553
|
"name": "ME_LIGHT_RED_400",
|
|
2434
2554
|
"attributes": {},
|
|
@@ -2443,13 +2563,15 @@
|
|
|
2443
2563
|
"$type": "color",
|
|
2444
2564
|
"themable": true,
|
|
2445
2565
|
"prefix": false,
|
|
2446
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2447
|
-
"isSource":
|
|
2566
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2567
|
+
"isSource": true,
|
|
2568
|
+
"themeable": false,
|
|
2448
2569
|
"original": {
|
|
2449
2570
|
"value": "#c24b38",
|
|
2450
2571
|
"$type": "color",
|
|
2451
2572
|
"themable": true,
|
|
2452
|
-
"prefix": false
|
|
2573
|
+
"prefix": false,
|
|
2574
|
+
"themeable": false
|
|
2453
2575
|
},
|
|
2454
2576
|
"name": "ME_LIGHT_RED_500",
|
|
2455
2577
|
"attributes": {},
|
|
@@ -2460,17 +2582,19 @@
|
|
|
2460
2582
|
]
|
|
2461
2583
|
},
|
|
2462
2584
|
"600": {
|
|
2463
|
-
"value": "#
|
|
2585
|
+
"value": "#d36250",
|
|
2464
2586
|
"$type": "color",
|
|
2465
2587
|
"themable": true,
|
|
2466
2588
|
"prefix": false,
|
|
2467
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2468
|
-
"isSource":
|
|
2589
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2590
|
+
"isSource": true,
|
|
2591
|
+
"themeable": false,
|
|
2469
2592
|
"original": {
|
|
2470
|
-
"value": "#
|
|
2593
|
+
"value": "#d36250",
|
|
2471
2594
|
"$type": "color",
|
|
2472
2595
|
"themable": true,
|
|
2473
|
-
"prefix": false
|
|
2596
|
+
"prefix": false,
|
|
2597
|
+
"themeable": false
|
|
2474
2598
|
},
|
|
2475
2599
|
"name": "ME_LIGHT_RED_600",
|
|
2476
2600
|
"attributes": {},
|
|
@@ -2481,17 +2605,19 @@
|
|
|
2481
2605
|
]
|
|
2482
2606
|
},
|
|
2483
2607
|
"700": {
|
|
2484
|
-
"value": "#
|
|
2608
|
+
"value": "#e07f6f",
|
|
2485
2609
|
"$type": "color",
|
|
2486
2610
|
"themable": true,
|
|
2487
2611
|
"prefix": false,
|
|
2488
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2489
|
-
"isSource":
|
|
2612
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2613
|
+
"isSource": true,
|
|
2614
|
+
"themeable": false,
|
|
2490
2615
|
"original": {
|
|
2491
|
-
"value": "#
|
|
2616
|
+
"value": "#e07f6f",
|
|
2492
2617
|
"$type": "color",
|
|
2493
2618
|
"themable": true,
|
|
2494
|
-
"prefix": false
|
|
2619
|
+
"prefix": false,
|
|
2620
|
+
"themeable": false
|
|
2495
2621
|
},
|
|
2496
2622
|
"name": "ME_LIGHT_RED_700",
|
|
2497
2623
|
"attributes": {},
|
|
@@ -2502,17 +2628,19 @@
|
|
|
2502
2628
|
]
|
|
2503
2629
|
},
|
|
2504
2630
|
"800": {
|
|
2505
|
-
"value": "#
|
|
2631
|
+
"value": "#ebada2",
|
|
2506
2632
|
"$type": "color",
|
|
2507
2633
|
"themable": true,
|
|
2508
2634
|
"prefix": false,
|
|
2509
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2510
|
-
"isSource":
|
|
2635
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2636
|
+
"isSource": true,
|
|
2637
|
+
"themeable": false,
|
|
2511
2638
|
"original": {
|
|
2512
|
-
"value": "#
|
|
2639
|
+
"value": "#ebada2",
|
|
2513
2640
|
"$type": "color",
|
|
2514
2641
|
"themable": true,
|
|
2515
|
-
"prefix": false
|
|
2642
|
+
"prefix": false,
|
|
2643
|
+
"themeable": false
|
|
2516
2644
|
},
|
|
2517
2645
|
"name": "ME_LIGHT_RED_800",
|
|
2518
2646
|
"attributes": {},
|
|
@@ -2523,17 +2651,19 @@
|
|
|
2523
2651
|
]
|
|
2524
2652
|
},
|
|
2525
2653
|
"900": {
|
|
2526
|
-
"value": "#
|
|
2654
|
+
"value": "#f6d9d5",
|
|
2527
2655
|
"$type": "color",
|
|
2528
2656
|
"themable": true,
|
|
2529
2657
|
"prefix": false,
|
|
2530
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2531
|
-
"isSource":
|
|
2658
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2659
|
+
"isSource": true,
|
|
2660
|
+
"themeable": false,
|
|
2532
2661
|
"original": {
|
|
2533
|
-
"value": "#
|
|
2662
|
+
"value": "#f6d9d5",
|
|
2534
2663
|
"$type": "color",
|
|
2535
2664
|
"themable": true,
|
|
2536
|
-
"prefix": false
|
|
2665
|
+
"prefix": false,
|
|
2666
|
+
"themeable": false
|
|
2537
2667
|
},
|
|
2538
2668
|
"name": "ME_LIGHT_RED_900",
|
|
2539
2669
|
"attributes": {},
|
|
@@ -2544,17 +2674,19 @@
|
|
|
2544
2674
|
]
|
|
2545
2675
|
},
|
|
2546
2676
|
"950": {
|
|
2547
|
-
"value": "#
|
|
2677
|
+
"value": "#faf2f1",
|
|
2548
2678
|
"$type": "color",
|
|
2549
2679
|
"themable": true,
|
|
2550
2680
|
"prefix": false,
|
|
2551
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.tokens.json",
|
|
2552
|
-
"isSource":
|
|
2681
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/color.theme.dark.tokens.json",
|
|
2682
|
+
"isSource": true,
|
|
2683
|
+
"themeable": false,
|
|
2553
2684
|
"original": {
|
|
2554
|
-
"value": "#
|
|
2685
|
+
"value": "#faf2f1",
|
|
2555
2686
|
"$type": "color",
|
|
2556
2687
|
"themable": true,
|
|
2557
|
-
"prefix": false
|
|
2688
|
+
"prefix": false,
|
|
2689
|
+
"themeable": false
|
|
2558
2690
|
},
|
|
2559
2691
|
"name": "ME_LIGHT_RED_950",
|
|
2560
2692
|
"attributes": {},
|