@dialpad/dialtone-tokens 1.8.0 → 1.10.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/dist/android/java/tokens.kt +38 -1
- package/dist/android/res/values/colors.xml +16 -1
- package/dist/android/res/values/dimens.xml +23 -1
- package/dist/css/variables.css +38 -1
- package/dist/doc.json +978 -156
- package/dist/ios/tokens.swift +38 -1
- package/dist/less/variables.less +38 -1
- package/dist/tokens.json +37 -0
- package/package.json +2 -2
package/dist/doc.json
CHANGED
|
@@ -1,4 +1,670 @@
|
|
|
1
1
|
{
|
|
2
|
+
"radio/size/width": {
|
|
3
|
+
"css/variables": {
|
|
4
|
+
"name": "var(--dt-radio-size-width)",
|
|
5
|
+
"value": "1.6rem"
|
|
6
|
+
},
|
|
7
|
+
"android/resources": {
|
|
8
|
+
"name": "dt_radio_size_width",
|
|
9
|
+
"value": "16px"
|
|
10
|
+
},
|
|
11
|
+
"compose/object": {
|
|
12
|
+
"name": "dtRadioSizeWidth",
|
|
13
|
+
"value": "16.dp"
|
|
14
|
+
},
|
|
15
|
+
"ios-swift/enum.swift": {
|
|
16
|
+
"name": "dtRadioSizeWidth",
|
|
17
|
+
"value": "CGFloat(16.00)"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"radio/size/height": {
|
|
21
|
+
"css/variables": {
|
|
22
|
+
"name": "var(--dt-radio-size-height)",
|
|
23
|
+
"value": "1.6rem"
|
|
24
|
+
},
|
|
25
|
+
"android/resources": {
|
|
26
|
+
"name": "dt_radio_size_height",
|
|
27
|
+
"value": "16px"
|
|
28
|
+
},
|
|
29
|
+
"compose/object": {
|
|
30
|
+
"name": "dtRadioSizeHeight",
|
|
31
|
+
"value": "16.dp"
|
|
32
|
+
},
|
|
33
|
+
"ios-swift/enum.swift": {
|
|
34
|
+
"name": "dtRadioSizeHeight",
|
|
35
|
+
"value": "CGFloat(16.00)"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"radio/size/radius": {
|
|
39
|
+
"css/variables": {
|
|
40
|
+
"name": "var(--dt-radio-size-radius)",
|
|
41
|
+
"value": "5rem"
|
|
42
|
+
},
|
|
43
|
+
"android/resources": {
|
|
44
|
+
"name": "dt_radio_size_radius",
|
|
45
|
+
"value": "50%"
|
|
46
|
+
},
|
|
47
|
+
"compose/object": {
|
|
48
|
+
"name": "dtRadioSizeRadius",
|
|
49
|
+
"value": "50.dp"
|
|
50
|
+
},
|
|
51
|
+
"ios-swift/enum.swift": {
|
|
52
|
+
"name": "dtRadioSizeRadius",
|
|
53
|
+
"value": "CGFloat(50.00)"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"radio/color/border/unchecked": {
|
|
57
|
+
"css/variables": {
|
|
58
|
+
"name": "var(--dt-radio-color-border-unchecked)",
|
|
59
|
+
"value": "#AAAAAA"
|
|
60
|
+
},
|
|
61
|
+
"android/resources": {
|
|
62
|
+
"name": "dt_radio_color_border_unchecked",
|
|
63
|
+
"value": "#ffaaaaaa"
|
|
64
|
+
},
|
|
65
|
+
"compose/object": {
|
|
66
|
+
"name": "dtRadioColorBorderUnchecked",
|
|
67
|
+
"value": "Color(0xffaaaaaa)"
|
|
68
|
+
},
|
|
69
|
+
"ios-swift/enum.swift": {
|
|
70
|
+
"name": "dtRadioColorBorderUnchecked",
|
|
71
|
+
"value": "UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"radio/color/border/checked": {
|
|
75
|
+
"css/variables": {
|
|
76
|
+
"name": "var(--dt-radio-color-border-checked)",
|
|
77
|
+
"value": "#7C52FF"
|
|
78
|
+
},
|
|
79
|
+
"android/resources": {
|
|
80
|
+
"name": "dt_radio_color_border_checked",
|
|
81
|
+
"value": "#ff7c52ff"
|
|
82
|
+
},
|
|
83
|
+
"compose/object": {
|
|
84
|
+
"name": "dtRadioColorBorderChecked",
|
|
85
|
+
"value": "Color(0xff7c52ff)"
|
|
86
|
+
},
|
|
87
|
+
"ios-swift/enum.swift": {
|
|
88
|
+
"name": "dtRadioColorBorderChecked",
|
|
89
|
+
"value": "UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"radio/color/background/checked": {
|
|
93
|
+
"css/variables": {
|
|
94
|
+
"name": "var(--dt-radio-color-background-checked)",
|
|
95
|
+
"value": "#7C52FF"
|
|
96
|
+
},
|
|
97
|
+
"android/resources": {
|
|
98
|
+
"name": "dt_radio_color_background_checked",
|
|
99
|
+
"value": "#ff7c52ff"
|
|
100
|
+
},
|
|
101
|
+
"compose/object": {
|
|
102
|
+
"name": "dtRadioColorBackgroundChecked",
|
|
103
|
+
"value": "Color(0xff7c52ff)"
|
|
104
|
+
},
|
|
105
|
+
"ios-swift/enum.swift": {
|
|
106
|
+
"name": "dtRadioColorBackgroundChecked",
|
|
107
|
+
"value": "UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"icon/size/100": {
|
|
111
|
+
"css/variables": {
|
|
112
|
+
"name": "var(--dt-icon-size-100)",
|
|
113
|
+
"value": "1.2rem"
|
|
114
|
+
},
|
|
115
|
+
"android/resources": {
|
|
116
|
+
"name": "dt_icon_size_100",
|
|
117
|
+
"value": "12px"
|
|
118
|
+
},
|
|
119
|
+
"compose/object": {
|
|
120
|
+
"name": "dtIconSize100",
|
|
121
|
+
"value": "12.dp"
|
|
122
|
+
},
|
|
123
|
+
"ios-swift/enum.swift": {
|
|
124
|
+
"name": "dtIconSize100",
|
|
125
|
+
"value": "CGFloat(12.00)"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"icon/size/200": {
|
|
129
|
+
"css/variables": {
|
|
130
|
+
"name": "var(--dt-icon-size-200)",
|
|
131
|
+
"value": "1.4rem"
|
|
132
|
+
},
|
|
133
|
+
"android/resources": {
|
|
134
|
+
"name": "dt_icon_size_200",
|
|
135
|
+
"value": "14px"
|
|
136
|
+
},
|
|
137
|
+
"compose/object": {
|
|
138
|
+
"name": "dtIconSize200",
|
|
139
|
+
"value": "14.dp"
|
|
140
|
+
},
|
|
141
|
+
"ios-swift/enum.swift": {
|
|
142
|
+
"name": "dtIconSize200",
|
|
143
|
+
"value": "CGFloat(14.00)"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"icon/size/300": {
|
|
147
|
+
"css/variables": {
|
|
148
|
+
"name": "var(--dt-icon-size-300)",
|
|
149
|
+
"value": "1.8rem"
|
|
150
|
+
},
|
|
151
|
+
"android/resources": {
|
|
152
|
+
"name": "dt_icon_size_300",
|
|
153
|
+
"value": "18px"
|
|
154
|
+
},
|
|
155
|
+
"compose/object": {
|
|
156
|
+
"name": "dtIconSize300",
|
|
157
|
+
"value": "18.dp"
|
|
158
|
+
},
|
|
159
|
+
"ios-swift/enum.swift": {
|
|
160
|
+
"name": "dtIconSize300",
|
|
161
|
+
"value": "CGFloat(18.00)"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"icon/size/400": {
|
|
165
|
+
"css/variables": {
|
|
166
|
+
"name": "var(--dt-icon-size-400)",
|
|
167
|
+
"value": "2rem"
|
|
168
|
+
},
|
|
169
|
+
"android/resources": {
|
|
170
|
+
"name": "dt_icon_size_400",
|
|
171
|
+
"value": "20px"
|
|
172
|
+
},
|
|
173
|
+
"compose/object": {
|
|
174
|
+
"name": "dtIconSize400",
|
|
175
|
+
"value": "20.dp"
|
|
176
|
+
},
|
|
177
|
+
"ios-swift/enum.swift": {
|
|
178
|
+
"name": "dtIconSize400",
|
|
179
|
+
"value": "CGFloat(20.00)"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"icon/size/500": {
|
|
183
|
+
"css/variables": {
|
|
184
|
+
"name": "var(--dt-icon-size-500)",
|
|
185
|
+
"value": "2.4rem"
|
|
186
|
+
},
|
|
187
|
+
"android/resources": {
|
|
188
|
+
"name": "dt_icon_size_500",
|
|
189
|
+
"value": "24px"
|
|
190
|
+
},
|
|
191
|
+
"compose/object": {
|
|
192
|
+
"name": "dtIconSize500",
|
|
193
|
+
"value": "24.dp"
|
|
194
|
+
},
|
|
195
|
+
"ios-swift/enum.swift": {
|
|
196
|
+
"name": "dtIconSize500",
|
|
197
|
+
"value": "CGFloat(24.00)"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"icon/size/600": {
|
|
201
|
+
"css/variables": {
|
|
202
|
+
"name": "var(--dt-icon-size-600)",
|
|
203
|
+
"value": "3.2rem"
|
|
204
|
+
},
|
|
205
|
+
"android/resources": {
|
|
206
|
+
"name": "dt_icon_size_600",
|
|
207
|
+
"value": "32px"
|
|
208
|
+
},
|
|
209
|
+
"compose/object": {
|
|
210
|
+
"name": "dtIconSize600",
|
|
211
|
+
"value": "32.dp"
|
|
212
|
+
},
|
|
213
|
+
"ios-swift/enum.swift": {
|
|
214
|
+
"name": "dtIconSize600",
|
|
215
|
+
"value": "CGFloat(32.00)"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"icon/size/700": {
|
|
219
|
+
"css/variables": {
|
|
220
|
+
"name": "var(--dt-icon-size-700)",
|
|
221
|
+
"value": "3.8rem"
|
|
222
|
+
},
|
|
223
|
+
"android/resources": {
|
|
224
|
+
"name": "dt_icon_size_700",
|
|
225
|
+
"value": "38px"
|
|
226
|
+
},
|
|
227
|
+
"compose/object": {
|
|
228
|
+
"name": "dtIconSize700",
|
|
229
|
+
"value": "38.dp"
|
|
230
|
+
},
|
|
231
|
+
"ios-swift/enum.swift": {
|
|
232
|
+
"name": "dtIconSize700",
|
|
233
|
+
"value": "CGFloat(38.00)"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"icon/size/800": {
|
|
237
|
+
"css/variables": {
|
|
238
|
+
"name": "var(--dt-icon-size-800)",
|
|
239
|
+
"value": "4.8rem"
|
|
240
|
+
},
|
|
241
|
+
"android/resources": {
|
|
242
|
+
"name": "dt_icon_size_800",
|
|
243
|
+
"value": "48px"
|
|
244
|
+
},
|
|
245
|
+
"compose/object": {
|
|
246
|
+
"name": "dtIconSize800",
|
|
247
|
+
"value": "48.dp"
|
|
248
|
+
},
|
|
249
|
+
"ios-swift/enum.swift": {
|
|
250
|
+
"name": "dtIconSize800",
|
|
251
|
+
"value": "CGFloat(48.00)"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"icon/size/border/100": {
|
|
255
|
+
"css/variables": {
|
|
256
|
+
"name": "var(--dt-icon-size-border-100)",
|
|
257
|
+
"value": "0.1rem"
|
|
258
|
+
},
|
|
259
|
+
"android/resources": {
|
|
260
|
+
"name": "dt_icon_size_border_100",
|
|
261
|
+
"value": "1px"
|
|
262
|
+
},
|
|
263
|
+
"compose/object": {
|
|
264
|
+
"name": "dtIconSizeBorder100",
|
|
265
|
+
"value": "1.dp"
|
|
266
|
+
},
|
|
267
|
+
"ios-swift/enum.swift": {
|
|
268
|
+
"name": "dtIconSizeBorder100",
|
|
269
|
+
"value": "CGFloat(1.00)"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"icon/size/border/200": {
|
|
273
|
+
"css/variables": {
|
|
274
|
+
"name": "var(--dt-icon-size-border-200)",
|
|
275
|
+
"value": "0.125rem"
|
|
276
|
+
},
|
|
277
|
+
"android/resources": {
|
|
278
|
+
"name": "dt_icon_size_border_200",
|
|
279
|
+
"value": "1.25px"
|
|
280
|
+
},
|
|
281
|
+
"compose/object": {
|
|
282
|
+
"name": "dtIconSizeBorder200",
|
|
283
|
+
"value": "1.25.dp"
|
|
284
|
+
},
|
|
285
|
+
"ios-swift/enum.swift": {
|
|
286
|
+
"name": "dtIconSizeBorder200",
|
|
287
|
+
"value": "CGFloat(1.25)"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"icon/size/border/300": {
|
|
291
|
+
"css/variables": {
|
|
292
|
+
"name": "var(--dt-icon-size-border-300)",
|
|
293
|
+
"value": "0.15rem"
|
|
294
|
+
},
|
|
295
|
+
"android/resources": {
|
|
296
|
+
"name": "dt_icon_size_border_300",
|
|
297
|
+
"value": "1.5px"
|
|
298
|
+
},
|
|
299
|
+
"compose/object": {
|
|
300
|
+
"name": "dtIconSizeBorder300",
|
|
301
|
+
"value": "1.5.dp"
|
|
302
|
+
},
|
|
303
|
+
"ios-swift/enum.swift": {
|
|
304
|
+
"name": "dtIconSizeBorder300",
|
|
305
|
+
"value": "CGFloat(1.50)"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"icon/size/border/400": {
|
|
309
|
+
"css/variables": {
|
|
310
|
+
"name": "var(--dt-icon-size-border-400)",
|
|
311
|
+
"value": "0.175rem"
|
|
312
|
+
},
|
|
313
|
+
"android/resources": {
|
|
314
|
+
"name": "dt_icon_size_border_400",
|
|
315
|
+
"value": "1.75px"
|
|
316
|
+
},
|
|
317
|
+
"compose/object": {
|
|
318
|
+
"name": "dtIconSizeBorder400",
|
|
319
|
+
"value": "1.75.dp"
|
|
320
|
+
},
|
|
321
|
+
"ios-swift/enum.swift": {
|
|
322
|
+
"name": "dtIconSizeBorder400",
|
|
323
|
+
"value": "CGFloat(1.75)"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"icon/size/border/500": {
|
|
327
|
+
"css/variables": {
|
|
328
|
+
"name": "var(--dt-icon-size-border-500)",
|
|
329
|
+
"value": "0.175rem"
|
|
330
|
+
},
|
|
331
|
+
"android/resources": {
|
|
332
|
+
"name": "dt_icon_size_border_500",
|
|
333
|
+
"value": "1.75px"
|
|
334
|
+
},
|
|
335
|
+
"compose/object": {
|
|
336
|
+
"name": "dtIconSizeBorder500",
|
|
337
|
+
"value": "1.75.dp"
|
|
338
|
+
},
|
|
339
|
+
"ios-swift/enum.swift": {
|
|
340
|
+
"name": "dtIconSizeBorder500",
|
|
341
|
+
"value": "CGFloat(1.75)"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"icon/size/border/600": {
|
|
345
|
+
"css/variables": {
|
|
346
|
+
"name": "var(--dt-icon-size-border-600)",
|
|
347
|
+
"value": "0.25rem"
|
|
348
|
+
},
|
|
349
|
+
"android/resources": {
|
|
350
|
+
"name": "dt_icon_size_border_600",
|
|
351
|
+
"value": "2.5px"
|
|
352
|
+
},
|
|
353
|
+
"compose/object": {
|
|
354
|
+
"name": "dtIconSizeBorder600",
|
|
355
|
+
"value": "2.5.dp"
|
|
356
|
+
},
|
|
357
|
+
"ios-swift/enum.swift": {
|
|
358
|
+
"name": "dtIconSizeBorder600",
|
|
359
|
+
"value": "CGFloat(2.50)"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"icon/size/border/700": {
|
|
363
|
+
"css/variables": {
|
|
364
|
+
"name": "var(--dt-icon-size-border-700)",
|
|
365
|
+
"value": "0.275rem"
|
|
366
|
+
},
|
|
367
|
+
"android/resources": {
|
|
368
|
+
"name": "dt_icon_size_border_700",
|
|
369
|
+
"value": "2.75px"
|
|
370
|
+
},
|
|
371
|
+
"compose/object": {
|
|
372
|
+
"name": "dtIconSizeBorder700",
|
|
373
|
+
"value": "2.75.dp"
|
|
374
|
+
},
|
|
375
|
+
"ios-swift/enum.swift": {
|
|
376
|
+
"name": "dtIconSizeBorder700",
|
|
377
|
+
"value": "CGFloat(2.75)"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"icon/size/border/800": {
|
|
381
|
+
"css/variables": {
|
|
382
|
+
"name": "var(--dt-icon-size-border-800)",
|
|
383
|
+
"value": "0.35rem"
|
|
384
|
+
},
|
|
385
|
+
"android/resources": {
|
|
386
|
+
"name": "dt_icon_size_border_800",
|
|
387
|
+
"value": "3.5px"
|
|
388
|
+
},
|
|
389
|
+
"compose/object": {
|
|
390
|
+
"name": "dtIconSizeBorder800",
|
|
391
|
+
"value": "3.5.dp"
|
|
392
|
+
},
|
|
393
|
+
"ios-swift/enum.swift": {
|
|
394
|
+
"name": "dtIconSizeBorder800",
|
|
395
|
+
"value": "CGFloat(3.50)"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"checkbox/size/width": {
|
|
399
|
+
"css/variables": {
|
|
400
|
+
"name": "var(--dt-checkbox-size-width)",
|
|
401
|
+
"value": "1.6rem"
|
|
402
|
+
},
|
|
403
|
+
"android/resources": {
|
|
404
|
+
"name": "dt_checkbox_size_width",
|
|
405
|
+
"value": "16px"
|
|
406
|
+
},
|
|
407
|
+
"compose/object": {
|
|
408
|
+
"name": "dtCheckboxSizeWidth",
|
|
409
|
+
"value": "16.dp"
|
|
410
|
+
},
|
|
411
|
+
"ios-swift/enum.swift": {
|
|
412
|
+
"name": "dtCheckboxSizeWidth",
|
|
413
|
+
"value": "CGFloat(16.00)"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"checkbox/size/height": {
|
|
417
|
+
"css/variables": {
|
|
418
|
+
"name": "var(--dt-checkbox-size-height)",
|
|
419
|
+
"value": "1.6rem"
|
|
420
|
+
},
|
|
421
|
+
"android/resources": {
|
|
422
|
+
"name": "dt_checkbox_size_height",
|
|
423
|
+
"value": "16px"
|
|
424
|
+
},
|
|
425
|
+
"compose/object": {
|
|
426
|
+
"name": "dtCheckboxSizeHeight",
|
|
427
|
+
"value": "16.dp"
|
|
428
|
+
},
|
|
429
|
+
"ios-swift/enum.swift": {
|
|
430
|
+
"name": "dtCheckboxSizeHeight",
|
|
431
|
+
"value": "CGFloat(16.00)"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"checkbox/size/radius": {
|
|
435
|
+
"css/variables": {
|
|
436
|
+
"name": "var(--dt-checkbox-size-radius)",
|
|
437
|
+
"value": "0.4rem"
|
|
438
|
+
},
|
|
439
|
+
"android/resources": {
|
|
440
|
+
"name": "dt_checkbox_size_radius",
|
|
441
|
+
"value": "4px"
|
|
442
|
+
},
|
|
443
|
+
"compose/object": {
|
|
444
|
+
"name": "dtCheckboxSizeRadius",
|
|
445
|
+
"value": "4.dp"
|
|
446
|
+
},
|
|
447
|
+
"ios-swift/enum.swift": {
|
|
448
|
+
"name": "dtCheckboxSizeRadius",
|
|
449
|
+
"value": "CGFloat(4.00)"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"checkbox/color/border/unchecked": {
|
|
453
|
+
"css/variables": {
|
|
454
|
+
"name": "var(--dt-checkbox-color-border-unchecked)",
|
|
455
|
+
"value": "#AAAAAA"
|
|
456
|
+
},
|
|
457
|
+
"android/resources": {
|
|
458
|
+
"name": "dt_checkbox_color_border_unchecked",
|
|
459
|
+
"value": "#ffaaaaaa"
|
|
460
|
+
},
|
|
461
|
+
"compose/object": {
|
|
462
|
+
"name": "dtCheckboxColorBorderUnchecked",
|
|
463
|
+
"value": "Color(0xffaaaaaa)"
|
|
464
|
+
},
|
|
465
|
+
"ios-swift/enum.swift": {
|
|
466
|
+
"name": "dtCheckboxColorBorderUnchecked",
|
|
467
|
+
"value": "UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"checkbox/color/border/checked": {
|
|
471
|
+
"css/variables": {
|
|
472
|
+
"name": "var(--dt-checkbox-color-border-checked)",
|
|
473
|
+
"value": "#7C52FF"
|
|
474
|
+
},
|
|
475
|
+
"android/resources": {
|
|
476
|
+
"name": "dt_checkbox_color_border_checked",
|
|
477
|
+
"value": "#ff7c52ff"
|
|
478
|
+
},
|
|
479
|
+
"compose/object": {
|
|
480
|
+
"name": "dtCheckboxColorBorderChecked",
|
|
481
|
+
"value": "Color(0xff7c52ff)"
|
|
482
|
+
},
|
|
483
|
+
"ios-swift/enum.swift": {
|
|
484
|
+
"name": "dtCheckboxColorBorderChecked",
|
|
485
|
+
"value": "UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"checkbox/color/background/checked": {
|
|
489
|
+
"css/variables": {
|
|
490
|
+
"name": "var(--dt-checkbox-color-background-checked)",
|
|
491
|
+
"value": "#7C52FF"
|
|
492
|
+
},
|
|
493
|
+
"android/resources": {
|
|
494
|
+
"name": "dt_checkbox_color_background_checked",
|
|
495
|
+
"value": "#ff7c52ff"
|
|
496
|
+
},
|
|
497
|
+
"compose/object": {
|
|
498
|
+
"name": "dtCheckboxColorBackgroundChecked",
|
|
499
|
+
"value": "Color(0xff7c52ff)"
|
|
500
|
+
},
|
|
501
|
+
"ios-swift/enum.swift": {
|
|
502
|
+
"name": "dtCheckboxColorBackgroundChecked",
|
|
503
|
+
"value": "UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"badge/color/background/default": {
|
|
507
|
+
"css/variables": {
|
|
508
|
+
"name": "var(--dt-badge-color-background-default)",
|
|
509
|
+
"value": "#00000017"
|
|
510
|
+
},
|
|
511
|
+
"android/resources": {
|
|
512
|
+
"name": "dt_badge_color_background_default",
|
|
513
|
+
"value": "#17000000"
|
|
514
|
+
},
|
|
515
|
+
"compose/object": {
|
|
516
|
+
"name": "dtBadgeColorBackgroundDefault",
|
|
517
|
+
"value": "Color(0x17000000)"
|
|
518
|
+
},
|
|
519
|
+
"ios-swift/enum.swift": {
|
|
520
|
+
"name": "dtBadgeColorBackgroundDefault",
|
|
521
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.09019607843137255)"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"badge/color/background/info": {
|
|
525
|
+
"css/variables": {
|
|
526
|
+
"name": "var(--dt-badge-color-background-info)",
|
|
527
|
+
"value": "#EAF2FA"
|
|
528
|
+
},
|
|
529
|
+
"android/resources": {
|
|
530
|
+
"name": "dt_badge_color_background_info",
|
|
531
|
+
"value": "#ffeaf2fa"
|
|
532
|
+
},
|
|
533
|
+
"compose/object": {
|
|
534
|
+
"name": "dtBadgeColorBackgroundInfo",
|
|
535
|
+
"value": "Color(0xffeaf2fa)"
|
|
536
|
+
},
|
|
537
|
+
"ios-swift/enum.swift": {
|
|
538
|
+
"name": "dtBadgeColorBackgroundInfo",
|
|
539
|
+
"value": "UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"badge/color/background/success": {
|
|
543
|
+
"css/variables": {
|
|
544
|
+
"name": "var(--dt-badge-color-background-success)",
|
|
545
|
+
"value": "#EDF9EB"
|
|
546
|
+
},
|
|
547
|
+
"android/resources": {
|
|
548
|
+
"name": "dt_badge_color_background_success",
|
|
549
|
+
"value": "#ffedf9eb"
|
|
550
|
+
},
|
|
551
|
+
"compose/object": {
|
|
552
|
+
"name": "dtBadgeColorBackgroundSuccess",
|
|
553
|
+
"value": "Color(0xffedf9eb)"
|
|
554
|
+
},
|
|
555
|
+
"ios-swift/enum.swift": {
|
|
556
|
+
"name": "dtBadgeColorBackgroundSuccess",
|
|
557
|
+
"value": "UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)"
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
"badge/color/background/warning": {
|
|
561
|
+
"css/variables": {
|
|
562
|
+
"name": "var(--dt-badge-color-background-warning)",
|
|
563
|
+
"value": "#FFF4CC"
|
|
564
|
+
},
|
|
565
|
+
"android/resources": {
|
|
566
|
+
"name": "dt_badge_color_background_warning",
|
|
567
|
+
"value": "#fffff4cc"
|
|
568
|
+
},
|
|
569
|
+
"compose/object": {
|
|
570
|
+
"name": "dtBadgeColorBackgroundWarning",
|
|
571
|
+
"value": "Color(0xfffff4cc)"
|
|
572
|
+
},
|
|
573
|
+
"ios-swift/enum.swift": {
|
|
574
|
+
"name": "dtBadgeColorBackgroundWarning",
|
|
575
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
"badge/color/background/critical": {
|
|
579
|
+
"css/variables": {
|
|
580
|
+
"name": "var(--dt-badge-color-background-critical)",
|
|
581
|
+
"value": "#FFE5E6"
|
|
582
|
+
},
|
|
583
|
+
"android/resources": {
|
|
584
|
+
"name": "dt_badge_color_background_critical",
|
|
585
|
+
"value": "#ffffe5e6"
|
|
586
|
+
},
|
|
587
|
+
"compose/object": {
|
|
588
|
+
"name": "dtBadgeColorBackgroundCritical",
|
|
589
|
+
"value": "Color(0xffffe5e6)"
|
|
590
|
+
},
|
|
591
|
+
"ios-swift/enum.swift": {
|
|
592
|
+
"name": "dtBadgeColorBackgroundCritical",
|
|
593
|
+
"value": "UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"badge/color/background/bulletin": {
|
|
597
|
+
"css/variables": {
|
|
598
|
+
"name": "var(--dt-badge-color-background-bulletin)",
|
|
599
|
+
"value": "#7C52FF"
|
|
600
|
+
},
|
|
601
|
+
"android/resources": {
|
|
602
|
+
"name": "dt_badge_color_background_bulletin",
|
|
603
|
+
"value": "#ff7c52ff"
|
|
604
|
+
},
|
|
605
|
+
"compose/object": {
|
|
606
|
+
"name": "dtBadgeColorBackgroundBulletin",
|
|
607
|
+
"value": "Color(0xff7c52ff)"
|
|
608
|
+
},
|
|
609
|
+
"ios-swift/enum.swift": {
|
|
610
|
+
"name": "dtBadgeColorBackgroundBulletin",
|
|
611
|
+
"value": "UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"badge/color/background/ai": {
|
|
615
|
+
"css/variables": {
|
|
616
|
+
"name": "var(--dt-badge-color-background-ai)",
|
|
617
|
+
"value": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)"
|
|
618
|
+
},
|
|
619
|
+
"android/resources": {
|
|
620
|
+
"name": "dt_badge_color_background_ai",
|
|
621
|
+
"value": "#ff000000"
|
|
622
|
+
},
|
|
623
|
+
"compose/object": {
|
|
624
|
+
"name": "dtBadgeColorBackgroundAi",
|
|
625
|
+
"value": "Color(0xff000000)"
|
|
626
|
+
},
|
|
627
|
+
"ios-swift/enum.swift": {
|
|
628
|
+
"name": "dtBadgeColorBackgroundAi",
|
|
629
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"badge/color/foreground/default": {
|
|
633
|
+
"css/variables": {
|
|
634
|
+
"name": "var(--dt-badge-color-foreground-default)",
|
|
635
|
+
"value": "#000000"
|
|
636
|
+
},
|
|
637
|
+
"android/resources": {
|
|
638
|
+
"name": "dt_badge_color_foreground_default",
|
|
639
|
+
"value": "#ff000000"
|
|
640
|
+
},
|
|
641
|
+
"compose/object": {
|
|
642
|
+
"name": "dtBadgeColorForegroundDefault",
|
|
643
|
+
"value": "Color(0xff000000)"
|
|
644
|
+
},
|
|
645
|
+
"ios-swift/enum.swift": {
|
|
646
|
+
"name": "dtBadgeColorForegroundDefault",
|
|
647
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)"
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"badge/color/foreground/bulletin": {
|
|
651
|
+
"css/variables": {
|
|
652
|
+
"name": "var(--dt-badge-color-foreground-bulletin)",
|
|
653
|
+
"value": "#ffffff"
|
|
654
|
+
},
|
|
655
|
+
"android/resources": {
|
|
656
|
+
"name": "dt_badge_color_foreground_bulletin",
|
|
657
|
+
"value": "#ffffffff"
|
|
658
|
+
},
|
|
659
|
+
"compose/object": {
|
|
660
|
+
"name": "dtBadgeColorForegroundBulletin",
|
|
661
|
+
"value": "Color(0xffffffff)"
|
|
662
|
+
},
|
|
663
|
+
"ios-swift/enum.swift": {
|
|
664
|
+
"name": "dtBadgeColorForegroundBulletin",
|
|
665
|
+
"value": "UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)"
|
|
666
|
+
}
|
|
667
|
+
},
|
|
2
668
|
"color/foreground/primary": {
|
|
3
669
|
"css/variables": {
|
|
4
670
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -110,91 +776,111 @@
|
|
|
110
776
|
"color/foreground/critical": {
|
|
111
777
|
"css/variables": {
|
|
112
778
|
"name": "var(--dt-color-foreground-critical)",
|
|
113
|
-
"value": "#ec0e0e"
|
|
779
|
+
"value": "#ec0e0e",
|
|
780
|
+
"description": "critical, danger, error, alert"
|
|
114
781
|
},
|
|
115
782
|
"android/resources": {
|
|
116
783
|
"name": "dt_color_foreground_critical",
|
|
117
|
-
"value": "#ffec0e0e"
|
|
784
|
+
"value": "#ffec0e0e",
|
|
785
|
+
"description": "critical, danger, error, alert"
|
|
118
786
|
},
|
|
119
787
|
"compose/object": {
|
|
120
788
|
"name": "dtColorForegroundCritical",
|
|
121
|
-
"value": "Color(0xffec0e0e)"
|
|
789
|
+
"value": "Color(0xffec0e0e)",
|
|
790
|
+
"description": "critical, danger, error, alert"
|
|
122
791
|
},
|
|
123
792
|
"ios-swift/enum.swift": {
|
|
124
793
|
"name": "dtColorForegroundCritical",
|
|
125
|
-
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)"
|
|
794
|
+
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)",
|
|
795
|
+
"description": "critical, danger, error, alert"
|
|
126
796
|
}
|
|
127
797
|
},
|
|
128
798
|
"color/foreground/critical-strong": {
|
|
129
799
|
"css/variables": {
|
|
130
800
|
"name": "var(--dt-color-foreground-critical-strong)",
|
|
131
|
-
"value": "#b70b0b"
|
|
801
|
+
"value": "#b70b0b",
|
|
802
|
+
"description": "critical, danger, error, alert"
|
|
132
803
|
},
|
|
133
804
|
"android/resources": {
|
|
134
805
|
"name": "dt_color_foreground_critical_strong",
|
|
135
|
-
"value": "#ffb70b0b"
|
|
806
|
+
"value": "#ffb70b0b",
|
|
807
|
+
"description": "critical, danger, error, alert"
|
|
136
808
|
},
|
|
137
809
|
"compose/object": {
|
|
138
810
|
"name": "dtColorForegroundCriticalStrong",
|
|
139
|
-
"value": "Color(0xffb70b0b)"
|
|
811
|
+
"value": "Color(0xffb70b0b)",
|
|
812
|
+
"description": "critical, danger, error, alert"
|
|
140
813
|
},
|
|
141
814
|
"ios-swift/enum.swift": {
|
|
142
815
|
"name": "dtColorForegroundCriticalStrong",
|
|
143
|
-
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)"
|
|
816
|
+
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)",
|
|
817
|
+
"description": "critical, danger, error, alert"
|
|
144
818
|
}
|
|
145
819
|
},
|
|
146
820
|
"color/foreground/success": {
|
|
147
821
|
"css/variables": {
|
|
148
822
|
"name": "var(--dt-color-foreground-success)",
|
|
149
|
-
"value": "#1aa340"
|
|
823
|
+
"value": "#1aa340",
|
|
824
|
+
"description": "positive"
|
|
150
825
|
},
|
|
151
826
|
"android/resources": {
|
|
152
827
|
"name": "dt_color_foreground_success",
|
|
153
|
-
"value": "#ff1aa340"
|
|
828
|
+
"value": "#ff1aa340",
|
|
829
|
+
"description": "positive"
|
|
154
830
|
},
|
|
155
831
|
"compose/object": {
|
|
156
832
|
"name": "dtColorForegroundSuccess",
|
|
157
|
-
"value": "Color(0xff1aa340)"
|
|
833
|
+
"value": "Color(0xff1aa340)",
|
|
834
|
+
"description": "positive"
|
|
158
835
|
},
|
|
159
836
|
"ios-swift/enum.swift": {
|
|
160
837
|
"name": "dtColorForegroundSuccess",
|
|
161
|
-
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)"
|
|
838
|
+
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)",
|
|
839
|
+
"description": "positive"
|
|
162
840
|
}
|
|
163
841
|
},
|
|
164
842
|
"color/foreground/success-strong": {
|
|
165
843
|
"css/variables": {
|
|
166
844
|
"name": "var(--dt-color-foreground-success-strong)",
|
|
167
|
-
"value": "#124620"
|
|
845
|
+
"value": "#124620",
|
|
846
|
+
"description": "positive"
|
|
168
847
|
},
|
|
169
848
|
"android/resources": {
|
|
170
849
|
"name": "dt_color_foreground_success_strong",
|
|
171
|
-
"value": "#ff124620"
|
|
850
|
+
"value": "#ff124620",
|
|
851
|
+
"description": "positive"
|
|
172
852
|
},
|
|
173
853
|
"compose/object": {
|
|
174
854
|
"name": "dtColorForegroundSuccessStrong",
|
|
175
|
-
"value": "Color(0xff124620)"
|
|
855
|
+
"value": "Color(0xff124620)",
|
|
856
|
+
"description": "positive"
|
|
176
857
|
},
|
|
177
858
|
"ios-swift/enum.swift": {
|
|
178
859
|
"name": "dtColorForegroundSuccessStrong",
|
|
179
|
-
"value": "UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)"
|
|
860
|
+
"value": "UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)",
|
|
861
|
+
"description": "positive"
|
|
180
862
|
}
|
|
181
863
|
},
|
|
182
864
|
"color/foreground/warning": {
|
|
183
865
|
"css/variables": {
|
|
184
866
|
"name": "var(--dt-color-foreground-warning)",
|
|
185
|
-
"value": "#815008"
|
|
867
|
+
"value": "#815008",
|
|
868
|
+
"description": "alert"
|
|
186
869
|
},
|
|
187
870
|
"android/resources": {
|
|
188
871
|
"name": "dt_color_foreground_warning",
|
|
189
|
-
"value": "#ff815008"
|
|
872
|
+
"value": "#ff815008",
|
|
873
|
+
"description": "alert"
|
|
190
874
|
},
|
|
191
875
|
"compose/object": {
|
|
192
876
|
"name": "dtColorForegroundWarning",
|
|
193
|
-
"value": "Color(0xff815008)"
|
|
877
|
+
"value": "Color(0xff815008)",
|
|
878
|
+
"description": "alert"
|
|
194
879
|
},
|
|
195
880
|
"ios-swift/enum.swift": {
|
|
196
881
|
"name": "dtColorForegroundWarning",
|
|
197
|
-
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)"
|
|
882
|
+
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)",
|
|
883
|
+
"description": "alert"
|
|
198
884
|
}
|
|
199
885
|
},
|
|
200
886
|
"color/foreground/primary-inverted": {
|
|
@@ -308,91 +994,111 @@
|
|
|
308
994
|
"color/foreground/critical-inverted": {
|
|
309
995
|
"css/variables": {
|
|
310
996
|
"name": "var(--dt-color-foreground-critical-inverted)",
|
|
311
|
-
"value": "#ff8585"
|
|
997
|
+
"value": "#ff8585",
|
|
998
|
+
"description": "critical, danger, error, alert"
|
|
312
999
|
},
|
|
313
1000
|
"android/resources": {
|
|
314
1001
|
"name": "dt_color_foreground_critical_inverted",
|
|
315
|
-
"value": "#ffff8585"
|
|
1002
|
+
"value": "#ffff8585",
|
|
1003
|
+
"description": "critical, danger, error, alert"
|
|
316
1004
|
},
|
|
317
1005
|
"compose/object": {
|
|
318
1006
|
"name": "dtColorForegroundCriticalInverted",
|
|
319
|
-
"value": "Color(0xffff8585)"
|
|
1007
|
+
"value": "Color(0xffff8585)",
|
|
1008
|
+
"description": "critical, danger, error, alert"
|
|
320
1009
|
},
|
|
321
1010
|
"ios-swift/enum.swift": {
|
|
322
1011
|
"name": "dtColorForegroundCriticalInverted",
|
|
323
|
-
"value": "UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)"
|
|
1012
|
+
"value": "UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)",
|
|
1013
|
+
"description": "critical, danger, error, alert"
|
|
324
1014
|
}
|
|
325
1015
|
},
|
|
326
1016
|
"color/foreground/critical-strong-inverted": {
|
|
327
1017
|
"css/variables": {
|
|
328
1018
|
"name": "var(--dt-color-foreground-critical-strong-inverted)",
|
|
329
|
-
"value": "#ffa4a4"
|
|
1019
|
+
"value": "#ffa4a4",
|
|
1020
|
+
"description": "critical, danger, error, alert"
|
|
330
1021
|
},
|
|
331
1022
|
"android/resources": {
|
|
332
1023
|
"name": "dt_color_foreground_critical_strong_inverted",
|
|
333
|
-
"value": "#ffffa4a4"
|
|
1024
|
+
"value": "#ffffa4a4",
|
|
1025
|
+
"description": "critical, danger, error, alert"
|
|
334
1026
|
},
|
|
335
1027
|
"compose/object": {
|
|
336
1028
|
"name": "dtColorForegroundCriticalStrongInverted",
|
|
337
|
-
"value": "Color(0xffffa4a4)"
|
|
1029
|
+
"value": "Color(0xffffa4a4)",
|
|
1030
|
+
"description": "critical, danger, error, alert"
|
|
338
1031
|
},
|
|
339
1032
|
"ios-swift/enum.swift": {
|
|
340
1033
|
"name": "dtColorForegroundCriticalStrongInverted",
|
|
341
|
-
"value": "UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)"
|
|
1034
|
+
"value": "UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)",
|
|
1035
|
+
"description": "critical, danger, error, alert"
|
|
342
1036
|
}
|
|
343
1037
|
},
|
|
344
1038
|
"color/foreground/success-inverted": {
|
|
345
1039
|
"css/variables": {
|
|
346
1040
|
"name": "var(--dt-color-foreground-success-inverted)",
|
|
347
|
-
"value": "#b0ffa3"
|
|
1041
|
+
"value": "#b0ffa3",
|
|
1042
|
+
"description": "positive"
|
|
348
1043
|
},
|
|
349
1044
|
"android/resources": {
|
|
350
1045
|
"name": "dt_color_foreground_success_inverted",
|
|
351
|
-
"value": "#ffb0ffa3"
|
|
1046
|
+
"value": "#ffb0ffa3",
|
|
1047
|
+
"description": "positive"
|
|
352
1048
|
},
|
|
353
1049
|
"compose/object": {
|
|
354
1050
|
"name": "dtColorForegroundSuccessInverted",
|
|
355
|
-
"value": "Color(0xffb0ffa3)"
|
|
1051
|
+
"value": "Color(0xffb0ffa3)",
|
|
1052
|
+
"description": "positive"
|
|
356
1053
|
},
|
|
357
1054
|
"ios-swift/enum.swift": {
|
|
358
1055
|
"name": "dtColorForegroundSuccessInverted",
|
|
359
|
-
"value": "UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)"
|
|
1056
|
+
"value": "UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)",
|
|
1057
|
+
"description": "positive"
|
|
360
1058
|
}
|
|
361
1059
|
},
|
|
362
1060
|
"color/foreground/success-strong-inverted": {
|
|
363
1061
|
"css/variables": {
|
|
364
1062
|
"name": "var(--dt-color-foreground-success-strong-inverted)",
|
|
365
|
-
"value": "#d3ffcd"
|
|
1063
|
+
"value": "#d3ffcd",
|
|
1064
|
+
"description": "positive"
|
|
366
1065
|
},
|
|
367
1066
|
"android/resources": {
|
|
368
1067
|
"name": "dt_color_foreground_success_strong_inverted",
|
|
369
|
-
"value": "#ffd3ffcd"
|
|
1068
|
+
"value": "#ffd3ffcd",
|
|
1069
|
+
"description": "positive"
|
|
370
1070
|
},
|
|
371
1071
|
"compose/object": {
|
|
372
1072
|
"name": "dtColorForegroundSuccessStrongInverted",
|
|
373
|
-
"value": "Color(0xffd3ffcd)"
|
|
1073
|
+
"value": "Color(0xffd3ffcd)",
|
|
1074
|
+
"description": "positive"
|
|
374
1075
|
},
|
|
375
1076
|
"ios-swift/enum.swift": {
|
|
376
1077
|
"name": "dtColorForegroundSuccessStrongInverted",
|
|
377
|
-
"value": "UIColor(red: 0.827, green: 1.000, blue: 0.804, alpha: 1)"
|
|
1078
|
+
"value": "UIColor(red: 0.827, green: 1.000, blue: 0.804, alpha: 1)",
|
|
1079
|
+
"description": "positive"
|
|
378
1080
|
}
|
|
379
1081
|
},
|
|
380
1082
|
"color/foreground/warning-inverted": {
|
|
381
1083
|
"css/variables": {
|
|
382
1084
|
"name": "var(--dt-color-foreground-warning-inverted)",
|
|
383
|
-
"value": "#fff4cc"
|
|
1085
|
+
"value": "#fff4cc",
|
|
1086
|
+
"description": "alert"
|
|
384
1087
|
},
|
|
385
1088
|
"android/resources": {
|
|
386
1089
|
"name": "dt_color_foreground_warning_inverted",
|
|
387
|
-
"value": "#fffff4cc"
|
|
1090
|
+
"value": "#fffff4cc",
|
|
1091
|
+
"description": "alert"
|
|
388
1092
|
},
|
|
389
1093
|
"compose/object": {
|
|
390
1094
|
"name": "dtColorForegroundWarningInverted",
|
|
391
|
-
"value": "Color(0xfffff4cc)"
|
|
1095
|
+
"value": "Color(0xfffff4cc)",
|
|
1096
|
+
"description": "alert"
|
|
392
1097
|
},
|
|
393
1098
|
"ios-swift/enum.swift": {
|
|
394
1099
|
"name": "dtColorForegroundWarningInverted",
|
|
395
|
-
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
1100
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)",
|
|
1101
|
+
"description": "alert"
|
|
396
1102
|
}
|
|
397
1103
|
},
|
|
398
1104
|
"color/link/primary": {
|
|
@@ -434,73 +1140,89 @@
|
|
|
434
1140
|
"color/link/success": {
|
|
435
1141
|
"css/variables": {
|
|
436
1142
|
"name": "var(--dt-color-link-success)",
|
|
437
|
-
"value": "#1aa340"
|
|
1143
|
+
"value": "#1aa340",
|
|
1144
|
+
"description": "positive"
|
|
438
1145
|
},
|
|
439
1146
|
"android/resources": {
|
|
440
1147
|
"name": "dt_color_link_success",
|
|
441
|
-
"value": "#ff1aa340"
|
|
1148
|
+
"value": "#ff1aa340",
|
|
1149
|
+
"description": "positive"
|
|
442
1150
|
},
|
|
443
1151
|
"compose/object": {
|
|
444
1152
|
"name": "dtColorLinkSuccess",
|
|
445
|
-
"value": "Color(0xff1aa340)"
|
|
1153
|
+
"value": "Color(0xff1aa340)",
|
|
1154
|
+
"description": "positive"
|
|
446
1155
|
},
|
|
447
1156
|
"ios-swift/enum.swift": {
|
|
448
1157
|
"name": "dtColorLinkSuccess",
|
|
449
|
-
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)"
|
|
1158
|
+
"value": "UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)",
|
|
1159
|
+
"description": "positive"
|
|
450
1160
|
}
|
|
451
1161
|
},
|
|
452
1162
|
"color/link/warning": {
|
|
453
1163
|
"css/variables": {
|
|
454
1164
|
"name": "var(--dt-color-link-warning)",
|
|
455
|
-
"value": "#815008"
|
|
1165
|
+
"value": "#815008",
|
|
1166
|
+
"description": "positive"
|
|
456
1167
|
},
|
|
457
1168
|
"android/resources": {
|
|
458
1169
|
"name": "dt_color_link_warning",
|
|
459
|
-
"value": "#ff815008"
|
|
1170
|
+
"value": "#ff815008",
|
|
1171
|
+
"description": "positive"
|
|
460
1172
|
},
|
|
461
1173
|
"compose/object": {
|
|
462
1174
|
"name": "dtColorLinkWarning",
|
|
463
|
-
"value": "Color(0xff815008)"
|
|
1175
|
+
"value": "Color(0xff815008)",
|
|
1176
|
+
"description": "positive"
|
|
464
1177
|
},
|
|
465
1178
|
"ios-swift/enum.swift": {
|
|
466
1179
|
"name": "dtColorLinkWarning",
|
|
467
|
-
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)"
|
|
1180
|
+
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)",
|
|
1181
|
+
"description": "positive"
|
|
468
1182
|
}
|
|
469
1183
|
},
|
|
470
1184
|
"color/link/muted": {
|
|
471
1185
|
"css/variables": {
|
|
472
1186
|
"name": "var(--dt-color-link-muted)",
|
|
473
|
-
"value": "rgba(34, 34, 34, 0.5)"
|
|
1187
|
+
"value": "rgba(34, 34, 34, 0.5)",
|
|
1188
|
+
"description": "positive"
|
|
474
1189
|
},
|
|
475
1190
|
"android/resources": {
|
|
476
1191
|
"name": "dt_color_link_muted",
|
|
477
|
-
"value": "#80222222"
|
|
1192
|
+
"value": "#80222222",
|
|
1193
|
+
"description": "positive"
|
|
478
1194
|
},
|
|
479
1195
|
"compose/object": {
|
|
480
1196
|
"name": "dtColorLinkMuted",
|
|
481
|
-
"value": "Color(0x80222222)"
|
|
1197
|
+
"value": "Color(0x80222222)",
|
|
1198
|
+
"description": "positive"
|
|
482
1199
|
},
|
|
483
1200
|
"ios-swift/enum.swift": {
|
|
484
1201
|
"name": "dtColorLinkMuted",
|
|
485
|
-
"value": "UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.5019607843137255)"
|
|
1202
|
+
"value": "UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.5019607843137255)",
|
|
1203
|
+
"description": "positive"
|
|
486
1204
|
}
|
|
487
1205
|
},
|
|
488
1206
|
"color/link/disabled": {
|
|
489
1207
|
"css/variables": {
|
|
490
1208
|
"name": "var(--dt-color-link-disabled)",
|
|
491
|
-
"value": "#808080"
|
|
1209
|
+
"value": "#808080",
|
|
1210
|
+
"description": "positive"
|
|
492
1211
|
},
|
|
493
1212
|
"android/resources": {
|
|
494
1213
|
"name": "dt_color_link_disabled",
|
|
495
|
-
"value": "#ff808080"
|
|
1214
|
+
"value": "#ff808080",
|
|
1215
|
+
"description": "positive"
|
|
496
1216
|
},
|
|
497
1217
|
"compose/object": {
|
|
498
1218
|
"name": "dtColorLinkDisabled",
|
|
499
|
-
"value": "Color(0xff808080)"
|
|
1219
|
+
"value": "Color(0xff808080)",
|
|
1220
|
+
"description": "positive"
|
|
500
1221
|
},
|
|
501
1222
|
"ios-swift/enum.swift": {
|
|
502
1223
|
"name": "dtColorLinkDisabled",
|
|
503
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
1224
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
1225
|
+
"description": "positive"
|
|
504
1226
|
}
|
|
505
1227
|
},
|
|
506
1228
|
"color/link/primary-inverted": {
|
|
@@ -542,73 +1264,89 @@
|
|
|
542
1264
|
"color/link/success-inverted": {
|
|
543
1265
|
"css/variables": {
|
|
544
1266
|
"name": "var(--dt-color-link-success-inverted)",
|
|
545
|
-
"value": "#b0ffa3"
|
|
1267
|
+
"value": "#b0ffa3",
|
|
1268
|
+
"description": "positive"
|
|
546
1269
|
},
|
|
547
1270
|
"android/resources": {
|
|
548
1271
|
"name": "dt_color_link_success_inverted",
|
|
549
|
-
"value": "#ffb0ffa3"
|
|
1272
|
+
"value": "#ffb0ffa3",
|
|
1273
|
+
"description": "positive"
|
|
550
1274
|
},
|
|
551
1275
|
"compose/object": {
|
|
552
1276
|
"name": "dtColorLinkSuccessInverted",
|
|
553
|
-
"value": "Color(0xffb0ffa3)"
|
|
1277
|
+
"value": "Color(0xffb0ffa3)",
|
|
1278
|
+
"description": "positive"
|
|
554
1279
|
},
|
|
555
1280
|
"ios-swift/enum.swift": {
|
|
556
1281
|
"name": "dtColorLinkSuccessInverted",
|
|
557
|
-
"value": "UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)"
|
|
1282
|
+
"value": "UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)",
|
|
1283
|
+
"description": "positive"
|
|
558
1284
|
}
|
|
559
1285
|
},
|
|
560
1286
|
"color/link/warning-inverted": {
|
|
561
1287
|
"css/variables": {
|
|
562
1288
|
"name": "var(--dt-color-link-warning-inverted)",
|
|
563
|
-
"value": "#fff4cc"
|
|
1289
|
+
"value": "#fff4cc",
|
|
1290
|
+
"description": "positive"
|
|
564
1291
|
},
|
|
565
1292
|
"android/resources": {
|
|
566
1293
|
"name": "dt_color_link_warning_inverted",
|
|
567
|
-
"value": "#fffff4cc"
|
|
1294
|
+
"value": "#fffff4cc",
|
|
1295
|
+
"description": "positive"
|
|
568
1296
|
},
|
|
569
1297
|
"compose/object": {
|
|
570
1298
|
"name": "dtColorLinkWarningInverted",
|
|
571
|
-
"value": "Color(0xfffff4cc)"
|
|
1299
|
+
"value": "Color(0xfffff4cc)",
|
|
1300
|
+
"description": "positive"
|
|
572
1301
|
},
|
|
573
1302
|
"ios-swift/enum.swift": {
|
|
574
1303
|
"name": "dtColorLinkWarningInverted",
|
|
575
|
-
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
1304
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)",
|
|
1305
|
+
"description": "positive"
|
|
576
1306
|
}
|
|
577
1307
|
},
|
|
578
1308
|
"color/link/muted-inverted": {
|
|
579
1309
|
"css/variables": {
|
|
580
1310
|
"name": "var(--dt-color-link-muted-inverted)",
|
|
581
|
-
"value": "rgba(233, 233, 233, 0.6)"
|
|
1311
|
+
"value": "rgba(233, 233, 233, 0.6)",
|
|
1312
|
+
"description": "positive"
|
|
582
1313
|
},
|
|
583
1314
|
"android/resources": {
|
|
584
1315
|
"name": "dt_color_link_muted_inverted",
|
|
585
|
-
"value": "#99e9e9e9"
|
|
1316
|
+
"value": "#99e9e9e9",
|
|
1317
|
+
"description": "positive"
|
|
586
1318
|
},
|
|
587
1319
|
"compose/object": {
|
|
588
1320
|
"name": "dtColorLinkMutedInverted",
|
|
589
|
-
"value": "Color(0x99e9e9e9)"
|
|
1321
|
+
"value": "Color(0x99e9e9e9)",
|
|
1322
|
+
"description": "positive"
|
|
590
1323
|
},
|
|
591
1324
|
"ios-swift/enum.swift": {
|
|
592
1325
|
"name": "dtColorLinkMutedInverted",
|
|
593
|
-
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.6)"
|
|
1326
|
+
"value": "UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.6)",
|
|
1327
|
+
"description": "positive"
|
|
594
1328
|
}
|
|
595
1329
|
},
|
|
596
1330
|
"color/link/disabled-inverted": {
|
|
597
1331
|
"css/variables": {
|
|
598
1332
|
"name": "var(--dt-color-link-disabled-inverted)",
|
|
599
|
-
"value": "#808080"
|
|
1333
|
+
"value": "#808080",
|
|
1334
|
+
"description": "positive"
|
|
600
1335
|
},
|
|
601
1336
|
"android/resources": {
|
|
602
1337
|
"name": "dt_color_link_disabled_inverted",
|
|
603
|
-
"value": "#ff808080"
|
|
1338
|
+
"value": "#ff808080",
|
|
1339
|
+
"description": "positive"
|
|
604
1340
|
},
|
|
605
1341
|
"compose/object": {
|
|
606
1342
|
"name": "dtColorLinkDisabledInverted",
|
|
607
|
-
"value": "Color(0xff808080)"
|
|
1343
|
+
"value": "Color(0xff808080)",
|
|
1344
|
+
"description": "positive"
|
|
608
1345
|
},
|
|
609
1346
|
"ios-swift/enum.swift": {
|
|
610
1347
|
"name": "dtColorLinkDisabledInverted",
|
|
611
|
-
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)"
|
|
1348
|
+
"value": "UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)",
|
|
1349
|
+
"description": "positive"
|
|
612
1350
|
}
|
|
613
1351
|
},
|
|
614
1352
|
"color/link/primary-hover": {
|
|
@@ -920,37 +1658,45 @@
|
|
|
920
1658
|
"color/surface/critical-opaque": {
|
|
921
1659
|
"css/variables": {
|
|
922
1660
|
"name": "var(--dt-color-surface-critical-opaque)",
|
|
923
|
-
"value": "rgba(236, 14, 14, 0.11)"
|
|
1661
|
+
"value": "rgba(236, 14, 14, 0.11)",
|
|
1662
|
+
"description": "danger, error"
|
|
924
1663
|
},
|
|
925
1664
|
"android/resources": {
|
|
926
1665
|
"name": "dt_color_surface_critical_opaque",
|
|
927
|
-
"value": "#1cec0e0e"
|
|
1666
|
+
"value": "#1cec0e0e",
|
|
1667
|
+
"description": "danger, error"
|
|
928
1668
|
},
|
|
929
1669
|
"compose/object": {
|
|
930
1670
|
"name": "dtColorSurfaceCriticalOpaque",
|
|
931
|
-
"value": "Color(0x1cec0e0e)"
|
|
1671
|
+
"value": "Color(0x1cec0e0e)",
|
|
1672
|
+
"description": "danger, error"
|
|
932
1673
|
},
|
|
933
1674
|
"ios-swift/enum.swift": {
|
|
934
1675
|
"name": "dtColorSurfaceCriticalOpaque",
|
|
935
|
-
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.10980392156862745)"
|
|
1676
|
+
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.10980392156862745)",
|
|
1677
|
+
"description": "danger, error"
|
|
936
1678
|
}
|
|
937
1679
|
},
|
|
938
1680
|
"color/surface/critical-subtle-opaque": {
|
|
939
1681
|
"css/variables": {
|
|
940
1682
|
"name": "var(--dt-color-surface-critical-subtle-opaque)",
|
|
941
|
-
"value": "rgba(236, 14, 14, 0.05)"
|
|
1683
|
+
"value": "rgba(236, 14, 14, 0.05)",
|
|
1684
|
+
"description": "danger, error"
|
|
942
1685
|
},
|
|
943
1686
|
"android/resources": {
|
|
944
1687
|
"name": "dt_color_surface_critical_subtle_opaque",
|
|
945
|
-
"value": "#0dec0e0e"
|
|
1688
|
+
"value": "#0dec0e0e",
|
|
1689
|
+
"description": "danger, error"
|
|
946
1690
|
},
|
|
947
1691
|
"compose/object": {
|
|
948
1692
|
"name": "dtColorSurfaceCriticalSubtleOpaque",
|
|
949
|
-
"value": "Color(0x0dec0e0e)"
|
|
1693
|
+
"value": "Color(0x0dec0e0e)",
|
|
1694
|
+
"description": "danger, error"
|
|
950
1695
|
},
|
|
951
1696
|
"ios-swift/enum.swift": {
|
|
952
1697
|
"name": "dtColorSurfaceCriticalSubtleOpaque",
|
|
953
|
-
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.050980392156862744)"
|
|
1698
|
+
"value": "UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.050980392156862744)",
|
|
1699
|
+
"description": "danger, error"
|
|
954
1700
|
}
|
|
955
1701
|
},
|
|
956
1702
|
"color/surface/warning-opaque": {
|
|
@@ -1172,55 +1918,67 @@
|
|
|
1172
1918
|
"color/surface/critical": {
|
|
1173
1919
|
"css/variables": {
|
|
1174
1920
|
"name": "var(--dt-color-surface-critical)",
|
|
1175
|
-
"value": "#ffe5e6"
|
|
1921
|
+
"value": "#ffe5e6",
|
|
1922
|
+
"description": "danger, error"
|
|
1176
1923
|
},
|
|
1177
1924
|
"android/resources": {
|
|
1178
1925
|
"name": "dt_color_surface_critical",
|
|
1179
|
-
"value": "#ffffe5e6"
|
|
1926
|
+
"value": "#ffffe5e6",
|
|
1927
|
+
"description": "danger, error"
|
|
1180
1928
|
},
|
|
1181
1929
|
"compose/object": {
|
|
1182
1930
|
"name": "dtColorSurfaceCritical",
|
|
1183
|
-
"value": "Color(0xffffe5e6)"
|
|
1931
|
+
"value": "Color(0xffffe5e6)",
|
|
1932
|
+
"description": "danger, error"
|
|
1184
1933
|
},
|
|
1185
1934
|
"ios-swift/enum.swift": {
|
|
1186
1935
|
"name": "dtColorSurfaceCritical",
|
|
1187
|
-
"value": "UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)"
|
|
1936
|
+
"value": "UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)",
|
|
1937
|
+
"description": "danger, error"
|
|
1188
1938
|
}
|
|
1189
1939
|
},
|
|
1190
1940
|
"color/surface/critical-subtle": {
|
|
1191
1941
|
"css/variables": {
|
|
1192
1942
|
"name": "var(--dt-color-surface-critical-subtle)",
|
|
1193
|
-
"value": "#fff2f3"
|
|
1943
|
+
"value": "#fff2f3",
|
|
1944
|
+
"description": "danger, error"
|
|
1194
1945
|
},
|
|
1195
1946
|
"android/resources": {
|
|
1196
1947
|
"name": "dt_color_surface_critical_subtle",
|
|
1197
|
-
"value": "#fffff2f3"
|
|
1948
|
+
"value": "#fffff2f3",
|
|
1949
|
+
"description": "danger, error"
|
|
1198
1950
|
},
|
|
1199
1951
|
"compose/object": {
|
|
1200
1952
|
"name": "dtColorSurfaceCriticalSubtle",
|
|
1201
|
-
"value": "Color(0xfffff2f3)"
|
|
1953
|
+
"value": "Color(0xfffff2f3)",
|
|
1954
|
+
"description": "danger, error"
|
|
1202
1955
|
},
|
|
1203
1956
|
"ios-swift/enum.swift": {
|
|
1204
1957
|
"name": "dtColorSurfaceCriticalSubtle",
|
|
1205
|
-
"value": "UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)"
|
|
1958
|
+
"value": "UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)",
|
|
1959
|
+
"description": "danger, error"
|
|
1206
1960
|
}
|
|
1207
1961
|
},
|
|
1208
1962
|
"color/surface/critical-strong": {
|
|
1209
1963
|
"css/variables": {
|
|
1210
1964
|
"name": "var(--dt-color-surface-critical-strong)",
|
|
1211
|
-
"value": "#b70b0b"
|
|
1965
|
+
"value": "#b70b0b",
|
|
1966
|
+
"description": "danger, error"
|
|
1212
1967
|
},
|
|
1213
1968
|
"android/resources": {
|
|
1214
1969
|
"name": "dt_color_surface_critical_strong",
|
|
1215
|
-
"value": "#ffb70b0b"
|
|
1970
|
+
"value": "#ffb70b0b",
|
|
1971
|
+
"description": "danger, error"
|
|
1216
1972
|
},
|
|
1217
1973
|
"compose/object": {
|
|
1218
1974
|
"name": "dtColorSurfaceCriticalStrong",
|
|
1219
|
-
"value": "Color(0xffb70b0b)"
|
|
1975
|
+
"value": "Color(0xffb70b0b)",
|
|
1976
|
+
"description": "danger, error"
|
|
1220
1977
|
},
|
|
1221
1978
|
"ios-swift/enum.swift": {
|
|
1222
1979
|
"name": "dtColorSurfaceCriticalStrong",
|
|
1223
|
-
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)"
|
|
1980
|
+
"value": "UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)",
|
|
1981
|
+
"description": "danger, error"
|
|
1224
1982
|
}
|
|
1225
1983
|
},
|
|
1226
1984
|
"color/surface/warning": {
|
|
@@ -2432,181 +3190,221 @@
|
|
|
2432
3190
|
"color/magenta/100": {
|
|
2433
3191
|
"css/variables": {
|
|
2434
3192
|
"name": "var(--dt-color-magenta-100)",
|
|
2435
|
-
"value": "#ffe0f2"
|
|
3193
|
+
"value": "#ffe0f2",
|
|
3194
|
+
"description": "aka pink"
|
|
2436
3195
|
},
|
|
2437
3196
|
"android/resources": {
|
|
2438
3197
|
"name": "dt_color_magenta_100",
|
|
2439
|
-
"value": "#ffffe0f2"
|
|
3198
|
+
"value": "#ffffe0f2",
|
|
3199
|
+
"description": "aka pink"
|
|
2440
3200
|
},
|
|
2441
3201
|
"compose/object": {
|
|
2442
3202
|
"name": "dtColorMagenta100",
|
|
2443
|
-
"value": "Color(0xffffe0f2)"
|
|
3203
|
+
"value": "Color(0xffffe0f2)",
|
|
3204
|
+
"description": "aka pink"
|
|
2444
3205
|
},
|
|
2445
3206
|
"ios-swift/enum.swift": {
|
|
2446
3207
|
"name": "dtColorMagenta100",
|
|
2447
|
-
"value": "UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)"
|
|
3208
|
+
"value": "UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)",
|
|
3209
|
+
"description": "aka pink"
|
|
2448
3210
|
}
|
|
2449
3211
|
},
|
|
2450
3212
|
"color/magenta/200": {
|
|
2451
3213
|
"css/variables": {
|
|
2452
3214
|
"name": "var(--dt-color-magenta-200)",
|
|
2453
|
-
"value": "#f985c7"
|
|
3215
|
+
"value": "#f985c7",
|
|
3216
|
+
"description": "aka pink"
|
|
2454
3217
|
},
|
|
2455
3218
|
"android/resources": {
|
|
2456
3219
|
"name": "dt_color_magenta_200",
|
|
2457
|
-
"value": "#fff985c7"
|
|
3220
|
+
"value": "#fff985c7",
|
|
3221
|
+
"description": "aka pink"
|
|
2458
3222
|
},
|
|
2459
3223
|
"compose/object": {
|
|
2460
3224
|
"name": "dtColorMagenta200",
|
|
2461
|
-
"value": "Color(0xfff985c7)"
|
|
3225
|
+
"value": "Color(0xfff985c7)",
|
|
3226
|
+
"description": "aka pink"
|
|
2462
3227
|
},
|
|
2463
3228
|
"ios-swift/enum.swift": {
|
|
2464
3229
|
"name": "dtColorMagenta200",
|
|
2465
|
-
"value": "UIColor(red: 0.976, green: 0.522, blue: 0.780, alpha: 1)"
|
|
3230
|
+
"value": "UIColor(red: 0.976, green: 0.522, blue: 0.780, alpha: 1)",
|
|
3231
|
+
"description": "aka pink"
|
|
2466
3232
|
}
|
|
2467
3233
|
},
|
|
2468
3234
|
"color/magenta/300": {
|
|
2469
3235
|
"css/variables": {
|
|
2470
3236
|
"name": "var(--dt-color-magenta-300)",
|
|
2471
|
-
"value": "#f9008e"
|
|
3237
|
+
"value": "#f9008e",
|
|
3238
|
+
"description": "aka pink"
|
|
2472
3239
|
},
|
|
2473
3240
|
"android/resources": {
|
|
2474
3241
|
"name": "dt_color_magenta_300",
|
|
2475
|
-
"value": "#fff9008e"
|
|
3242
|
+
"value": "#fff9008e",
|
|
3243
|
+
"description": "aka pink"
|
|
2476
3244
|
},
|
|
2477
3245
|
"compose/object": {
|
|
2478
3246
|
"name": "dtColorMagenta300",
|
|
2479
|
-
"value": "Color(0xfff9008e)"
|
|
3247
|
+
"value": "Color(0xfff9008e)",
|
|
3248
|
+
"description": "aka pink"
|
|
2480
3249
|
},
|
|
2481
3250
|
"ios-swift/enum.swift": {
|
|
2482
3251
|
"name": "dtColorMagenta300",
|
|
2483
|
-
"value": "UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)"
|
|
3252
|
+
"value": "UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)",
|
|
3253
|
+
"description": "aka pink"
|
|
2484
3254
|
}
|
|
2485
3255
|
},
|
|
2486
3256
|
"color/magenta/400": {
|
|
2487
3257
|
"css/variables": {
|
|
2488
3258
|
"name": "var(--dt-color-magenta-400)",
|
|
2489
|
-
"value": "#8c0e56"
|
|
3259
|
+
"value": "#8c0e56",
|
|
3260
|
+
"description": "aka pink"
|
|
2490
3261
|
},
|
|
2491
3262
|
"android/resources": {
|
|
2492
3263
|
"name": "dt_color_magenta_400",
|
|
2493
|
-
"value": "#ff8c0e56"
|
|
3264
|
+
"value": "#ff8c0e56",
|
|
3265
|
+
"description": "aka pink"
|
|
2494
3266
|
},
|
|
2495
3267
|
"compose/object": {
|
|
2496
3268
|
"name": "dtColorMagenta400",
|
|
2497
|
-
"value": "Color(0xff8c0e56)"
|
|
3269
|
+
"value": "Color(0xff8c0e56)",
|
|
3270
|
+
"description": "aka pink"
|
|
2498
3271
|
},
|
|
2499
3272
|
"ios-swift/enum.swift": {
|
|
2500
3273
|
"name": "dtColorMagenta400",
|
|
2501
|
-
"value": "UIColor(red: 0.549, green: 0.055, blue: 0.337, alpha: 1)"
|
|
3274
|
+
"value": "UIColor(red: 0.549, green: 0.055, blue: 0.337, alpha: 1)",
|
|
3275
|
+
"description": "aka pink"
|
|
2502
3276
|
}
|
|
2503
3277
|
},
|
|
2504
3278
|
"color/magenta/500": {
|
|
2505
3279
|
"css/variables": {
|
|
2506
3280
|
"name": "var(--dt-color-magenta-500)",
|
|
2507
|
-
"value": "#541a3b"
|
|
3281
|
+
"value": "#541a3b",
|
|
3282
|
+
"description": "aka pink"
|
|
2508
3283
|
},
|
|
2509
3284
|
"android/resources": {
|
|
2510
3285
|
"name": "dt_color_magenta_500",
|
|
2511
|
-
"value": "#ff541a3b"
|
|
3286
|
+
"value": "#ff541a3b",
|
|
3287
|
+
"description": "aka pink"
|
|
2512
3288
|
},
|
|
2513
3289
|
"compose/object": {
|
|
2514
3290
|
"name": "dtColorMagenta500",
|
|
2515
|
-
"value": "Color(0xff541a3b)"
|
|
3291
|
+
"value": "Color(0xff541a3b)",
|
|
3292
|
+
"description": "aka pink"
|
|
2516
3293
|
},
|
|
2517
3294
|
"ios-swift/enum.swift": {
|
|
2518
3295
|
"name": "dtColorMagenta500",
|
|
2519
|
-
"value": "UIColor(red: 0.329, green: 0.102, blue: 0.231, alpha: 1)"
|
|
3296
|
+
"value": "UIColor(red: 0.329, green: 0.102, blue: 0.231, alpha: 1)",
|
|
3297
|
+
"description": "aka pink"
|
|
2520
3298
|
}
|
|
2521
3299
|
},
|
|
2522
3300
|
"color/gold/100": {
|
|
2523
3301
|
"css/variables": {
|
|
2524
3302
|
"name": "var(--dt-color-gold-100)",
|
|
2525
|
-
"value": "#fff4cc"
|
|
3303
|
+
"value": "#fff4cc",
|
|
3304
|
+
"description": "aka yellow"
|
|
2526
3305
|
},
|
|
2527
3306
|
"android/resources": {
|
|
2528
3307
|
"name": "dt_color_gold_100",
|
|
2529
|
-
"value": "#fffff4cc"
|
|
3308
|
+
"value": "#fffff4cc",
|
|
3309
|
+
"description": "aka yellow"
|
|
2530
3310
|
},
|
|
2531
3311
|
"compose/object": {
|
|
2532
3312
|
"name": "dtColorGold100",
|
|
2533
|
-
"value": "Color(0xfffff4cc)"
|
|
3313
|
+
"value": "Color(0xfffff4cc)",
|
|
3314
|
+
"description": "aka yellow"
|
|
2534
3315
|
},
|
|
2535
3316
|
"ios-swift/enum.swift": {
|
|
2536
3317
|
"name": "dtColorGold100",
|
|
2537
|
-
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)"
|
|
3318
|
+
"value": "UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)",
|
|
3319
|
+
"description": "aka yellow"
|
|
2538
3320
|
}
|
|
2539
3321
|
},
|
|
2540
3322
|
"color/gold/200": {
|
|
2541
3323
|
"css/variables": {
|
|
2542
3324
|
"name": "var(--dt-color-gold-200)",
|
|
2543
|
-
"value": "#ffdb80"
|
|
3325
|
+
"value": "#ffdb80",
|
|
3326
|
+
"description": "aka yellow"
|
|
2544
3327
|
},
|
|
2545
3328
|
"android/resources": {
|
|
2546
3329
|
"name": "dt_color_gold_200",
|
|
2547
|
-
"value": "#ffffdb80"
|
|
3330
|
+
"value": "#ffffdb80",
|
|
3331
|
+
"description": "aka yellow"
|
|
2548
3332
|
},
|
|
2549
3333
|
"compose/object": {
|
|
2550
3334
|
"name": "dtColorGold200",
|
|
2551
|
-
"value": "Color(0xffffdb80)"
|
|
3335
|
+
"value": "Color(0xffffdb80)",
|
|
3336
|
+
"description": "aka yellow"
|
|
2552
3337
|
},
|
|
2553
3338
|
"ios-swift/enum.swift": {
|
|
2554
3339
|
"name": "dtColorGold200",
|
|
2555
|
-
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)"
|
|
3340
|
+
"value": "UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)",
|
|
3341
|
+
"description": "aka yellow"
|
|
2556
3342
|
}
|
|
2557
3343
|
},
|
|
2558
3344
|
"color/gold/300": {
|
|
2559
3345
|
"css/variables": {
|
|
2560
3346
|
"name": "var(--dt-color-gold-300)",
|
|
2561
|
-
"value": "#f6ab3c"
|
|
3347
|
+
"value": "#f6ab3c",
|
|
3348
|
+
"description": "aka yellow"
|
|
2562
3349
|
},
|
|
2563
3350
|
"android/resources": {
|
|
2564
3351
|
"name": "dt_color_gold_300",
|
|
2565
|
-
"value": "#fff6ab3c"
|
|
3352
|
+
"value": "#fff6ab3c",
|
|
3353
|
+
"description": "aka yellow"
|
|
2566
3354
|
},
|
|
2567
3355
|
"compose/object": {
|
|
2568
3356
|
"name": "dtColorGold300",
|
|
2569
|
-
"value": "Color(0xfff6ab3c)"
|
|
3357
|
+
"value": "Color(0xfff6ab3c)",
|
|
3358
|
+
"description": "aka yellow"
|
|
2570
3359
|
},
|
|
2571
3360
|
"ios-swift/enum.swift": {
|
|
2572
3361
|
"name": "dtColorGold300",
|
|
2573
|
-
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)"
|
|
3362
|
+
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)",
|
|
3363
|
+
"description": "aka yellow"
|
|
2574
3364
|
}
|
|
2575
3365
|
},
|
|
2576
3366
|
"color/gold/400": {
|
|
2577
3367
|
"css/variables": {
|
|
2578
3368
|
"name": "var(--dt-color-gold-400)",
|
|
2579
|
-
"value": "#d28f2b"
|
|
3369
|
+
"value": "#d28f2b",
|
|
3370
|
+
"description": "aka yellow"
|
|
2580
3371
|
},
|
|
2581
3372
|
"android/resources": {
|
|
2582
3373
|
"name": "dt_color_gold_400",
|
|
2583
|
-
"value": "#ffd28f2b"
|
|
3374
|
+
"value": "#ffd28f2b",
|
|
3375
|
+
"description": "aka yellow"
|
|
2584
3376
|
},
|
|
2585
3377
|
"compose/object": {
|
|
2586
3378
|
"name": "dtColorGold400",
|
|
2587
|
-
"value": "Color(0xffd28f2b)"
|
|
3379
|
+
"value": "Color(0xffd28f2b)",
|
|
3380
|
+
"description": "aka yellow"
|
|
2588
3381
|
},
|
|
2589
3382
|
"ios-swift/enum.swift": {
|
|
2590
3383
|
"name": "dtColorGold400",
|
|
2591
|
-
"value": "UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)"
|
|
3384
|
+
"value": "UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)",
|
|
3385
|
+
"description": "aka yellow"
|
|
2592
3386
|
}
|
|
2593
3387
|
},
|
|
2594
3388
|
"color/gold/500": {
|
|
2595
3389
|
"css/variables": {
|
|
2596
3390
|
"name": "var(--dt-color-gold-500)",
|
|
2597
|
-
"value": "#815008"
|
|
3391
|
+
"value": "#815008",
|
|
3392
|
+
"description": "aka yellow"
|
|
2598
3393
|
},
|
|
2599
3394
|
"android/resources": {
|
|
2600
3395
|
"name": "dt_color_gold_500",
|
|
2601
|
-
"value": "#ff815008"
|
|
3396
|
+
"value": "#ff815008",
|
|
3397
|
+
"description": "aka yellow"
|
|
2602
3398
|
},
|
|
2603
3399
|
"compose/object": {
|
|
2604
3400
|
"name": "dtColorGold500",
|
|
2605
|
-
"value": "Color(0xff815008)"
|
|
3401
|
+
"value": "Color(0xff815008)",
|
|
3402
|
+
"description": "aka yellow"
|
|
2606
3403
|
},
|
|
2607
3404
|
"ios-swift/enum.swift": {
|
|
2608
3405
|
"name": "dtColorGold500",
|
|
2609
|
-
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)"
|
|
3406
|
+
"value": "UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)",
|
|
3407
|
+
"description": "aka yellow"
|
|
2610
3408
|
}
|
|
2611
3409
|
},
|
|
2612
3410
|
"color/green/100": {
|
|
@@ -8012,109 +8810,133 @@
|
|
|
8012
8810
|
"font/size/100": {
|
|
8013
8811
|
"css/variables": {
|
|
8014
8812
|
"name": "var(--dt-font-size-100)",
|
|
8015
|
-
"value": "1.2rem"
|
|
8813
|
+
"value": "1.2rem",
|
|
8814
|
+
"description": "small"
|
|
8016
8815
|
},
|
|
8017
8816
|
"android/resources": {
|
|
8018
8817
|
"name": "dt_font_size_100",
|
|
8019
|
-
"value": "12px"
|
|
8818
|
+
"value": "12px",
|
|
8819
|
+
"description": "small"
|
|
8020
8820
|
},
|
|
8021
8821
|
"compose/object": {
|
|
8022
8822
|
"name": "dtFontSize100",
|
|
8023
|
-
"value": "12.sp"
|
|
8823
|
+
"value": "12.sp",
|
|
8824
|
+
"description": "small"
|
|
8024
8825
|
},
|
|
8025
8826
|
"ios-swift/enum.swift": {
|
|
8026
8827
|
"name": "dtFontSize100",
|
|
8027
|
-
"value": "CGFloat(12.00)"
|
|
8828
|
+
"value": "CGFloat(12.00)",
|
|
8829
|
+
"description": "small"
|
|
8028
8830
|
}
|
|
8029
8831
|
},
|
|
8030
8832
|
"font/size/200": {
|
|
8031
8833
|
"css/variables": {
|
|
8032
8834
|
"name": "var(--dt-font-size-200)",
|
|
8033
|
-
"value": "1.5rem"
|
|
8835
|
+
"value": "1.5rem",
|
|
8836
|
+
"description": "medium / base"
|
|
8034
8837
|
},
|
|
8035
8838
|
"android/resources": {
|
|
8036
8839
|
"name": "dt_font_size_200",
|
|
8037
|
-
"value": "15px"
|
|
8840
|
+
"value": "15px",
|
|
8841
|
+
"description": "medium / base"
|
|
8038
8842
|
},
|
|
8039
8843
|
"compose/object": {
|
|
8040
8844
|
"name": "dtFontSize200",
|
|
8041
|
-
"value": "15.sp"
|
|
8845
|
+
"value": "15.sp",
|
|
8846
|
+
"description": "medium / base"
|
|
8042
8847
|
},
|
|
8043
8848
|
"ios-swift/enum.swift": {
|
|
8044
8849
|
"name": "dtFontSize200",
|
|
8045
|
-
"value": "CGFloat(15.00)"
|
|
8850
|
+
"value": "CGFloat(15.00)",
|
|
8851
|
+
"description": "medium / base"
|
|
8046
8852
|
}
|
|
8047
8853
|
},
|
|
8048
8854
|
"font/size/300": {
|
|
8049
8855
|
"css/variables": {
|
|
8050
8856
|
"name": "var(--dt-font-size-300)",
|
|
8051
|
-
"value": "1.9rem"
|
|
8857
|
+
"value": "1.9rem",
|
|
8858
|
+
"description": "large"
|
|
8052
8859
|
},
|
|
8053
8860
|
"android/resources": {
|
|
8054
8861
|
"name": "dt_font_size_300",
|
|
8055
|
-
"value": "19px"
|
|
8862
|
+
"value": "19px",
|
|
8863
|
+
"description": "large"
|
|
8056
8864
|
},
|
|
8057
8865
|
"compose/object": {
|
|
8058
8866
|
"name": "dtFontSize300",
|
|
8059
|
-
"value": "19.sp"
|
|
8867
|
+
"value": "19.sp",
|
|
8868
|
+
"description": "large"
|
|
8060
8869
|
},
|
|
8061
8870
|
"ios-swift/enum.swift": {
|
|
8062
8871
|
"name": "dtFontSize300",
|
|
8063
|
-
"value": "CGFloat(19.00)"
|
|
8872
|
+
"value": "CGFloat(19.00)",
|
|
8873
|
+
"description": "large"
|
|
8064
8874
|
}
|
|
8065
8875
|
},
|
|
8066
8876
|
"font/size/400": {
|
|
8067
8877
|
"css/variables": {
|
|
8068
8878
|
"name": "var(--dt-font-size-400)",
|
|
8069
|
-
"value": "2.7rem"
|
|
8879
|
+
"value": "2.7rem",
|
|
8880
|
+
"description": "extra large / xl"
|
|
8070
8881
|
},
|
|
8071
8882
|
"android/resources": {
|
|
8072
8883
|
"name": "dt_font_size_400",
|
|
8073
|
-
"value": "27px"
|
|
8884
|
+
"value": "27px",
|
|
8885
|
+
"description": "extra large / xl"
|
|
8074
8886
|
},
|
|
8075
8887
|
"compose/object": {
|
|
8076
8888
|
"name": "dtFontSize400",
|
|
8077
|
-
"value": "27.sp"
|
|
8889
|
+
"value": "27.sp",
|
|
8890
|
+
"description": "extra large / xl"
|
|
8078
8891
|
},
|
|
8079
8892
|
"ios-swift/enum.swift": {
|
|
8080
8893
|
"name": "dtFontSize400",
|
|
8081
|
-
"value": "CGFloat(27.00)"
|
|
8894
|
+
"value": "CGFloat(27.00)",
|
|
8895
|
+
"description": "extra large / xl"
|
|
8082
8896
|
}
|
|
8083
8897
|
},
|
|
8084
8898
|
"font/size/500": {
|
|
8085
8899
|
"css/variables": {
|
|
8086
8900
|
"name": "var(--dt-font-size-500)",
|
|
8087
|
-
"value": "3.8rem"
|
|
8901
|
+
"value": "3.8rem",
|
|
8902
|
+
"description": "extra large / xxl"
|
|
8088
8903
|
},
|
|
8089
8904
|
"android/resources": {
|
|
8090
8905
|
"name": "dt_font_size_500",
|
|
8091
|
-
"value": "38px"
|
|
8906
|
+
"value": "38px",
|
|
8907
|
+
"description": "extra large / xxl"
|
|
8092
8908
|
},
|
|
8093
8909
|
"compose/object": {
|
|
8094
8910
|
"name": "dtFontSize500",
|
|
8095
|
-
"value": "38.sp"
|
|
8911
|
+
"value": "38.sp",
|
|
8912
|
+
"description": "extra large / xxl"
|
|
8096
8913
|
},
|
|
8097
8914
|
"ios-swift/enum.swift": {
|
|
8098
8915
|
"name": "dtFontSize500",
|
|
8099
|
-
"value": "CGFloat(38.00)"
|
|
8916
|
+
"value": "CGFloat(38.00)",
|
|
8917
|
+
"description": "extra large / xxl"
|
|
8100
8918
|
}
|
|
8101
8919
|
},
|
|
8102
8920
|
"font/size/root": {
|
|
8103
8921
|
"css/variables": {
|
|
8104
8922
|
"name": "var(--dt-font-size-root)",
|
|
8105
|
-
"value": "1rem"
|
|
8923
|
+
"value": "1rem",
|
|
8924
|
+
"description": ""
|
|
8106
8925
|
},
|
|
8107
8926
|
"android/resources": {
|
|
8108
8927
|
"name": "dt_font_size_root",
|
|
8109
|
-
"value": "10px"
|
|
8928
|
+
"value": "10px",
|
|
8929
|
+
"description": ""
|
|
8110
8930
|
},
|
|
8111
8931
|
"compose/object": {
|
|
8112
8932
|
"name": "dtFontSizeRoot",
|
|
8113
|
-
"value": "10.sp"
|
|
8933
|
+
"value": "10.sp",
|
|
8934
|
+
"description": ""
|
|
8114
8935
|
},
|
|
8115
8936
|
"ios-swift/enum.swift": {
|
|
8116
8937
|
"name": "dtFontSizeRoot",
|
|
8117
|
-
"value": "CGFloat(10.00)"
|
|
8938
|
+
"value": "CGFloat(10.00)",
|
|
8939
|
+
"description": ""
|
|
8118
8940
|
}
|
|
8119
8941
|
},
|
|
8120
8942
|
"font/lineHeight/100": {
|