@gitlab/ui 80.16.1 → 80.17.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 +15 -0
- package/dist/components/experimental/duo/chat/duo_chat.js +1 -1
- package/dist/tokens/build/js/tokens.dark.js +15 -1
- package/dist/tokens/build/js/tokens.js +15 -1
- package/dist/tokens/css/tokens.css +14 -0
- package/dist/tokens/css/tokens.dark.css +14 -0
- package/dist/tokens/js/tokens.dark.js +14 -0
- package/dist/tokens/js/tokens.js +14 -0
- package/dist/tokens/json/tokens.dark.json +296 -13
- package/dist/tokens/json/tokens.json +296 -13
- package/dist/tokens/scss/_tokens.dark.scss +14 -0
- package/dist/tokens/scss/_tokens.scss +14 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +14 -0
- package/dist/tokens/tailwind/tokens.cjs +21 -0
- package/package.json +1 -1
- package/src/components/experimental/duo/chat/duo_chat.vue +1 -1
- package/src/tokens/build/css/tokens.css +14 -0
- package/src/tokens/build/css/tokens.dark.css +14 -0
- package/src/tokens/build/js/tokens.dark.js +14 -0
- package/src/tokens/build/js/tokens.js +14 -0
- package/src/tokens/build/json/tokens.dark.json +296 -13
- package/src/tokens/build/json/tokens.json +296 -13
- package/src/tokens/build/scss/_tokens.dark.scss +14 -0
- package/src/tokens/build/scss/_tokens.scss +14 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +14 -0
- package/src/tokens/build/tailwind/tokens.cjs +21 -0
- package/src/tokens/color.alpha.tokens.json +66 -0
- package/src/tokens/color.transparency.tokens.json +26 -13
|
@@ -92,6 +92,263 @@
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"color": {
|
|
95
|
+
"alpha": {
|
|
96
|
+
"0": {
|
|
97
|
+
"value": "transparent",
|
|
98
|
+
"$type": "color",
|
|
99
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
100
|
+
"isSource": true,
|
|
101
|
+
"original": {
|
|
102
|
+
"value": "transparent",
|
|
103
|
+
"$type": "color"
|
|
104
|
+
},
|
|
105
|
+
"name": "COLOR_ALPHA_0",
|
|
106
|
+
"attributes": {},
|
|
107
|
+
"path": [
|
|
108
|
+
"color",
|
|
109
|
+
"alpha",
|
|
110
|
+
"0"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"dark": {
|
|
114
|
+
"2": {
|
|
115
|
+
"value": "rgba(31, 30, 36, 0.02)",
|
|
116
|
+
"$type": "color",
|
|
117
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
118
|
+
"isSource": true,
|
|
119
|
+
"original": {
|
|
120
|
+
"value": "rgba(31, 30, 36, 0.02)",
|
|
121
|
+
"$type": "color"
|
|
122
|
+
},
|
|
123
|
+
"name": "COLOR_ALPHA_DARK_2",
|
|
124
|
+
"attributes": {},
|
|
125
|
+
"path": [
|
|
126
|
+
"color",
|
|
127
|
+
"alpha",
|
|
128
|
+
"dark",
|
|
129
|
+
"2"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"4": {
|
|
133
|
+
"value": "rgba(31, 30, 36, 0.04)",
|
|
134
|
+
"$type": "color",
|
|
135
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
136
|
+
"isSource": true,
|
|
137
|
+
"original": {
|
|
138
|
+
"value": "rgba(31, 30, 36, 0.04)",
|
|
139
|
+
"$type": "color"
|
|
140
|
+
},
|
|
141
|
+
"name": "COLOR_ALPHA_DARK_4",
|
|
142
|
+
"attributes": {},
|
|
143
|
+
"path": [
|
|
144
|
+
"color",
|
|
145
|
+
"alpha",
|
|
146
|
+
"dark",
|
|
147
|
+
"4"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"6": {
|
|
151
|
+
"value": "rgba(31, 30, 36, 0.06)",
|
|
152
|
+
"$type": "color",
|
|
153
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
154
|
+
"isSource": true,
|
|
155
|
+
"original": {
|
|
156
|
+
"value": "rgba(31, 30, 36, 0.06)",
|
|
157
|
+
"$type": "color"
|
|
158
|
+
},
|
|
159
|
+
"name": "COLOR_ALPHA_DARK_6",
|
|
160
|
+
"attributes": {},
|
|
161
|
+
"path": [
|
|
162
|
+
"color",
|
|
163
|
+
"alpha",
|
|
164
|
+
"dark",
|
|
165
|
+
"6"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"8": {
|
|
169
|
+
"value": "rgba(31, 30, 36, 0.08)",
|
|
170
|
+
"$type": "color",
|
|
171
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
172
|
+
"isSource": true,
|
|
173
|
+
"original": {
|
|
174
|
+
"value": "rgba(31, 30, 36, 0.08)",
|
|
175
|
+
"$type": "color"
|
|
176
|
+
},
|
|
177
|
+
"name": "COLOR_ALPHA_DARK_8",
|
|
178
|
+
"attributes": {},
|
|
179
|
+
"path": [
|
|
180
|
+
"color",
|
|
181
|
+
"alpha",
|
|
182
|
+
"dark",
|
|
183
|
+
"8"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
"16": {
|
|
187
|
+
"value": "rgba(31, 30, 36, 0.16)",
|
|
188
|
+
"$type": "color",
|
|
189
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
190
|
+
"isSource": true,
|
|
191
|
+
"original": {
|
|
192
|
+
"value": "rgba(31, 30, 36, 0.16)",
|
|
193
|
+
"$type": "color"
|
|
194
|
+
},
|
|
195
|
+
"name": "COLOR_ALPHA_DARK_16",
|
|
196
|
+
"attributes": {},
|
|
197
|
+
"path": [
|
|
198
|
+
"color",
|
|
199
|
+
"alpha",
|
|
200
|
+
"dark",
|
|
201
|
+
"16"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"24": {
|
|
205
|
+
"value": "rgba(31, 30, 36, 0.24)",
|
|
206
|
+
"$type": "color",
|
|
207
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
208
|
+
"isSource": true,
|
|
209
|
+
"original": {
|
|
210
|
+
"value": "rgba(31, 30, 36, 0.24)",
|
|
211
|
+
"$type": "color"
|
|
212
|
+
},
|
|
213
|
+
"name": "COLOR_ALPHA_DARK_24",
|
|
214
|
+
"attributes": {},
|
|
215
|
+
"path": [
|
|
216
|
+
"color",
|
|
217
|
+
"alpha",
|
|
218
|
+
"dark",
|
|
219
|
+
"24"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"light": {
|
|
224
|
+
"2": {
|
|
225
|
+
"value": "rgba(255, 255, 255, 0.02)",
|
|
226
|
+
"$type": "color",
|
|
227
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
228
|
+
"isSource": true,
|
|
229
|
+
"original": {
|
|
230
|
+
"value": "rgba(255, 255, 255, 0.02)",
|
|
231
|
+
"$type": "color"
|
|
232
|
+
},
|
|
233
|
+
"name": "COLOR_ALPHA_LIGHT_2",
|
|
234
|
+
"attributes": {},
|
|
235
|
+
"path": [
|
|
236
|
+
"color",
|
|
237
|
+
"alpha",
|
|
238
|
+
"light",
|
|
239
|
+
"2"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
"4": {
|
|
243
|
+
"value": "rgba(255, 255, 255, 0.04)",
|
|
244
|
+
"$type": "color",
|
|
245
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
246
|
+
"isSource": true,
|
|
247
|
+
"original": {
|
|
248
|
+
"value": "rgba(255, 255, 255, 0.04)",
|
|
249
|
+
"$type": "color"
|
|
250
|
+
},
|
|
251
|
+
"name": "COLOR_ALPHA_LIGHT_4",
|
|
252
|
+
"attributes": {},
|
|
253
|
+
"path": [
|
|
254
|
+
"color",
|
|
255
|
+
"alpha",
|
|
256
|
+
"light",
|
|
257
|
+
"4"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"6": {
|
|
261
|
+
"value": "rgba(255, 255, 255, 0.06)",
|
|
262
|
+
"$type": "color",
|
|
263
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
264
|
+
"isSource": true,
|
|
265
|
+
"original": {
|
|
266
|
+
"value": "rgba(255, 255, 255, 0.06)",
|
|
267
|
+
"$type": "color"
|
|
268
|
+
},
|
|
269
|
+
"name": "COLOR_ALPHA_LIGHT_6",
|
|
270
|
+
"attributes": {},
|
|
271
|
+
"path": [
|
|
272
|
+
"color",
|
|
273
|
+
"alpha",
|
|
274
|
+
"light",
|
|
275
|
+
"6"
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
"8": {
|
|
279
|
+
"value": "rgba(255, 255, 255, 0.08)",
|
|
280
|
+
"$type": "color",
|
|
281
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
282
|
+
"isSource": true,
|
|
283
|
+
"original": {
|
|
284
|
+
"value": "rgba(255, 255, 255, 0.08)",
|
|
285
|
+
"$type": "color"
|
|
286
|
+
},
|
|
287
|
+
"name": "COLOR_ALPHA_LIGHT_8",
|
|
288
|
+
"attributes": {},
|
|
289
|
+
"path": [
|
|
290
|
+
"color",
|
|
291
|
+
"alpha",
|
|
292
|
+
"light",
|
|
293
|
+
"8"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
"16": {
|
|
297
|
+
"value": "rgba(255, 255, 255, 0.16)",
|
|
298
|
+
"$type": "color",
|
|
299
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
300
|
+
"isSource": true,
|
|
301
|
+
"original": {
|
|
302
|
+
"value": "rgba(255, 255, 255, 0.16)",
|
|
303
|
+
"$type": "color"
|
|
304
|
+
},
|
|
305
|
+
"name": "COLOR_ALPHA_LIGHT_16",
|
|
306
|
+
"attributes": {},
|
|
307
|
+
"path": [
|
|
308
|
+
"color",
|
|
309
|
+
"alpha",
|
|
310
|
+
"light",
|
|
311
|
+
"16"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"24": {
|
|
315
|
+
"value": "rgba(255, 255, 255, 0.24)",
|
|
316
|
+
"$type": "color",
|
|
317
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
318
|
+
"isSource": true,
|
|
319
|
+
"original": {
|
|
320
|
+
"value": "rgba(255, 255, 255, 0.24)",
|
|
321
|
+
"$type": "color"
|
|
322
|
+
},
|
|
323
|
+
"name": "COLOR_ALPHA_LIGHT_24",
|
|
324
|
+
"attributes": {},
|
|
325
|
+
"path": [
|
|
326
|
+
"color",
|
|
327
|
+
"alpha",
|
|
328
|
+
"light",
|
|
329
|
+
"24"
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
"36": {
|
|
333
|
+
"value": "rgba(255, 255, 255, 0.36)",
|
|
334
|
+
"$type": "color",
|
|
335
|
+
"filePath": "src/tokens/color.alpha.tokens.json",
|
|
336
|
+
"isSource": true,
|
|
337
|
+
"original": {
|
|
338
|
+
"value": "rgba(255, 255, 255, 0.36)",
|
|
339
|
+
"$type": "color"
|
|
340
|
+
},
|
|
341
|
+
"name": "COLOR_ALPHA_LIGHT_36",
|
|
342
|
+
"attributes": {},
|
|
343
|
+
"path": [
|
|
344
|
+
"color",
|
|
345
|
+
"alpha",
|
|
346
|
+
"light",
|
|
347
|
+
"36"
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
95
352
|
"blue": {
|
|
96
353
|
"50": {
|
|
97
354
|
"value": "#e9f3fc",
|
|
@@ -6193,13 +6450,15 @@
|
|
|
6193
6450
|
"$type": "color",
|
|
6194
6451
|
"themeable": true,
|
|
6195
6452
|
"prefix": false,
|
|
6453
|
+
"deprecated": true,
|
|
6196
6454
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6197
6455
|
"isSource": true,
|
|
6198
6456
|
"original": {
|
|
6199
6457
|
"value": "rgba(31, 30, 36, 0.16)",
|
|
6200
6458
|
"$type": "color",
|
|
6201
6459
|
"themeable": true,
|
|
6202
|
-
"prefix": false
|
|
6460
|
+
"prefix": false,
|
|
6461
|
+
"deprecated": true
|
|
6203
6462
|
},
|
|
6204
6463
|
"name": "RAY_A_16",
|
|
6205
6464
|
"attributes": {},
|
|
@@ -6213,13 +6472,15 @@
|
|
|
6213
6472
|
"$type": "color",
|
|
6214
6473
|
"themeable": true,
|
|
6215
6474
|
"prefix": false,
|
|
6475
|
+
"deprecated": true,
|
|
6216
6476
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6217
6477
|
"isSource": true,
|
|
6218
6478
|
"original": {
|
|
6219
6479
|
"value": "rgba(31, 30, 36, 0.24)",
|
|
6220
6480
|
"$type": "color",
|
|
6221
6481
|
"themeable": true,
|
|
6222
|
-
"prefix": false
|
|
6482
|
+
"prefix": false,
|
|
6483
|
+
"deprecated": true
|
|
6223
6484
|
},
|
|
6224
6485
|
"name": "RAY_A_24",
|
|
6225
6486
|
"attributes": {},
|
|
@@ -6233,13 +6494,15 @@
|
|
|
6233
6494
|
"$type": "color",
|
|
6234
6495
|
"themeable": true,
|
|
6235
6496
|
"prefix": false,
|
|
6497
|
+
"deprecated": true,
|
|
6236
6498
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6237
6499
|
"isSource": true,
|
|
6238
6500
|
"original": {
|
|
6239
6501
|
"value": "rgba(31, 30, 36, 0.02)",
|
|
6240
6502
|
"$type": "color",
|
|
6241
6503
|
"themeable": true,
|
|
6242
|
-
"prefix": false
|
|
6504
|
+
"prefix": false,
|
|
6505
|
+
"deprecated": true
|
|
6243
6506
|
},
|
|
6244
6507
|
"name": "RAY_A_02",
|
|
6245
6508
|
"attributes": {},
|
|
@@ -6253,13 +6516,15 @@
|
|
|
6253
6516
|
"$type": "color",
|
|
6254
6517
|
"themeable": true,
|
|
6255
6518
|
"prefix": false,
|
|
6519
|
+
"deprecated": true,
|
|
6256
6520
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6257
6521
|
"isSource": true,
|
|
6258
6522
|
"original": {
|
|
6259
6523
|
"value": "rgba(31, 30, 36, 0.04)",
|
|
6260
6524
|
"$type": "color",
|
|
6261
6525
|
"themeable": true,
|
|
6262
|
-
"prefix": false
|
|
6526
|
+
"prefix": false,
|
|
6527
|
+
"deprecated": true
|
|
6263
6528
|
},
|
|
6264
6529
|
"name": "RAY_A_04",
|
|
6265
6530
|
"attributes": {},
|
|
@@ -6273,13 +6538,15 @@
|
|
|
6273
6538
|
"$type": "color",
|
|
6274
6539
|
"themeable": true,
|
|
6275
6540
|
"prefix": false,
|
|
6541
|
+
"deprecated": true,
|
|
6276
6542
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6277
6543
|
"isSource": true,
|
|
6278
6544
|
"original": {
|
|
6279
6545
|
"value": "rgba(31, 30, 36, 0.06)",
|
|
6280
6546
|
"$type": "color",
|
|
6281
6547
|
"themeable": true,
|
|
6282
|
-
"prefix": false
|
|
6548
|
+
"prefix": false,
|
|
6549
|
+
"deprecated": true
|
|
6283
6550
|
},
|
|
6284
6551
|
"name": "RAY_A_06",
|
|
6285
6552
|
"attributes": {},
|
|
@@ -6293,13 +6560,15 @@
|
|
|
6293
6560
|
"$type": "color",
|
|
6294
6561
|
"themeable": true,
|
|
6295
6562
|
"prefix": false,
|
|
6563
|
+
"deprecated": true,
|
|
6296
6564
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6297
6565
|
"isSource": true,
|
|
6298
6566
|
"original": {
|
|
6299
6567
|
"value": "rgba(31, 30, 36, 0.08)",
|
|
6300
6568
|
"$type": "color",
|
|
6301
6569
|
"themeable": true,
|
|
6302
|
-
"prefix": false
|
|
6570
|
+
"prefix": false,
|
|
6571
|
+
"deprecated": true
|
|
6303
6572
|
},
|
|
6304
6573
|
"name": "RAY_A_08",
|
|
6305
6574
|
"attributes": {},
|
|
@@ -6315,13 +6584,15 @@
|
|
|
6315
6584
|
"$type": "color",
|
|
6316
6585
|
"themeable": true,
|
|
6317
6586
|
"prefix": false,
|
|
6587
|
+
"deprecated": true,
|
|
6318
6588
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6319
6589
|
"isSource": true,
|
|
6320
6590
|
"original": {
|
|
6321
6591
|
"value": "rgba(255, 255, 255, 0.16)",
|
|
6322
6592
|
"$type": "color",
|
|
6323
6593
|
"themeable": true,
|
|
6324
|
-
"prefix": false
|
|
6594
|
+
"prefix": false,
|
|
6595
|
+
"deprecated": true
|
|
6325
6596
|
},
|
|
6326
6597
|
"name": "HITE_A_16",
|
|
6327
6598
|
"attributes": {},
|
|
@@ -6335,13 +6606,15 @@
|
|
|
6335
6606
|
"$type": "color",
|
|
6336
6607
|
"themeable": true,
|
|
6337
6608
|
"prefix": false,
|
|
6609
|
+
"deprecated": true,
|
|
6338
6610
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6339
6611
|
"isSource": true,
|
|
6340
6612
|
"original": {
|
|
6341
6613
|
"value": "rgba(255, 255, 255, 0.24)",
|
|
6342
6614
|
"$type": "color",
|
|
6343
6615
|
"themeable": true,
|
|
6344
|
-
"prefix": false
|
|
6616
|
+
"prefix": false,
|
|
6617
|
+
"deprecated": true
|
|
6345
6618
|
},
|
|
6346
6619
|
"name": "HITE_A_24",
|
|
6347
6620
|
"attributes": {},
|
|
@@ -6355,13 +6628,15 @@
|
|
|
6355
6628
|
"$type": "color",
|
|
6356
6629
|
"themeable": true,
|
|
6357
6630
|
"prefix": false,
|
|
6631
|
+
"deprecated": true,
|
|
6358
6632
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6359
6633
|
"isSource": true,
|
|
6360
6634
|
"original": {
|
|
6361
6635
|
"value": "rgba(255, 255, 255, 0.36)",
|
|
6362
6636
|
"$type": "color",
|
|
6363
6637
|
"themeable": true,
|
|
6364
|
-
"prefix": false
|
|
6638
|
+
"prefix": false,
|
|
6639
|
+
"deprecated": true
|
|
6365
6640
|
},
|
|
6366
6641
|
"name": "HITE_A_36",
|
|
6367
6642
|
"attributes": {},
|
|
@@ -6375,13 +6650,15 @@
|
|
|
6375
6650
|
"$type": "color",
|
|
6376
6651
|
"themeable": true,
|
|
6377
6652
|
"prefix": false,
|
|
6653
|
+
"deprecated": true,
|
|
6378
6654
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6379
6655
|
"isSource": true,
|
|
6380
6656
|
"original": {
|
|
6381
6657
|
"value": "rgba(255, 255, 255, 0.02)",
|
|
6382
6658
|
"$type": "color",
|
|
6383
6659
|
"themeable": true,
|
|
6384
|
-
"prefix": false
|
|
6660
|
+
"prefix": false,
|
|
6661
|
+
"deprecated": true
|
|
6385
6662
|
},
|
|
6386
6663
|
"name": "HITE_A_02",
|
|
6387
6664
|
"attributes": {},
|
|
@@ -6395,13 +6672,15 @@
|
|
|
6395
6672
|
"$type": "color",
|
|
6396
6673
|
"themeable": true,
|
|
6397
6674
|
"prefix": false,
|
|
6675
|
+
"deprecated": true,
|
|
6398
6676
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6399
6677
|
"isSource": true,
|
|
6400
6678
|
"original": {
|
|
6401
6679
|
"value": "rgba(255, 255, 255, 0.04)",
|
|
6402
6680
|
"$type": "color",
|
|
6403
6681
|
"themeable": true,
|
|
6404
|
-
"prefix": false
|
|
6682
|
+
"prefix": false,
|
|
6683
|
+
"deprecated": true
|
|
6405
6684
|
},
|
|
6406
6685
|
"name": "HITE_A_04",
|
|
6407
6686
|
"attributes": {},
|
|
@@ -6415,13 +6694,15 @@
|
|
|
6415
6694
|
"$type": "color",
|
|
6416
6695
|
"themeable": true,
|
|
6417
6696
|
"prefix": false,
|
|
6697
|
+
"deprecated": true,
|
|
6418
6698
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6419
6699
|
"isSource": true,
|
|
6420
6700
|
"original": {
|
|
6421
6701
|
"value": "rgba(255, 255, 255, 0.06)",
|
|
6422
6702
|
"$type": "color",
|
|
6423
6703
|
"themeable": true,
|
|
6424
|
-
"prefix": false
|
|
6704
|
+
"prefix": false,
|
|
6705
|
+
"deprecated": true
|
|
6425
6706
|
},
|
|
6426
6707
|
"name": "HITE_A_06",
|
|
6427
6708
|
"attributes": {},
|
|
@@ -6435,13 +6716,15 @@
|
|
|
6435
6716
|
"$type": "color",
|
|
6436
6717
|
"themeable": true,
|
|
6437
6718
|
"prefix": false,
|
|
6719
|
+
"deprecated": true,
|
|
6438
6720
|
"filePath": "src/tokens/color.transparency.tokens.json",
|
|
6439
6721
|
"isSource": true,
|
|
6440
6722
|
"original": {
|
|
6441
6723
|
"value": "rgba(255, 255, 255, 0.08)",
|
|
6442
6724
|
"$type": "color",
|
|
6443
6725
|
"themeable": true,
|
|
6444
|
-
"prefix": false
|
|
6726
|
+
"prefix": false,
|
|
6727
|
+
"deprecated": true
|
|
6445
6728
|
},
|
|
6446
6729
|
"name": "HITE_A_08",
|
|
6447
6730
|
"attributes": {},
|