@dialpad/dialtone 9.100.0 → 9.101.0-rebrand-2025-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/css/dialtone-default-theme.css +5083 -1374
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone-docs.json +1 -1
  4. package/dist/css/dialtone.css +1365 -133
  5. package/dist/css/dialtone.min.css +1 -1
  6. package/dist/css/tokens/tokens-base-dark.css +453 -138
  7. package/dist/css/tokens/tokens-base-deca-dark.css +397 -292
  8. package/dist/css/tokens/tokens-base-deca-light.css +356 -251
  9. package/dist/css/tokens/tokens-base-light.css +419 -104
  10. package/dist/css/tokens/tokens-debug-base.css +317 -2
  11. package/dist/css/tokens/tokens-debug-dp.css +1000 -664
  12. package/dist/css/tokens/tokens-deca-dark.css +1227 -926
  13. package/dist/css/tokens/tokens-deca-light.css +1195 -894
  14. package/dist/css/tokens/tokens-dp-dark.css +1246 -910
  15. package/dist/css/tokens/tokens-dp-light.css +1307 -971
  16. package/dist/css/tokens/tokens-expressive-dark.css +1247 -911
  17. package/dist/css/tokens/tokens-expressive-light.css +1304 -968
  18. package/dist/css/tokens/tokens-expressive-sm-dark.css +1247 -911
  19. package/dist/css/tokens/tokens-expressive-sm-light.css +1304 -968
  20. package/dist/css/tokens/tokens-tmo-dark.css +1232 -896
  21. package/dist/css/tokens/tokens-tmo-light.css +1259 -923
  22. package/dist/css/tokens-docs.json +1 -1
  23. package/dist/tokens/css/tokens-base-dark.css +453 -138
  24. package/dist/tokens/css/tokens-base-deca-dark.css +397 -292
  25. package/dist/tokens/css/tokens-base-deca-light.css +356 -251
  26. package/dist/tokens/css/tokens-base-light.css +419 -104
  27. package/dist/tokens/css/tokens-debug-base.css +317 -2
  28. package/dist/tokens/css/tokens-debug-dp.css +1000 -664
  29. package/dist/tokens/css/tokens-deca-dark.css +1227 -926
  30. package/dist/tokens/css/tokens-deca-light.css +1195 -894
  31. package/dist/tokens/css/tokens-dp-dark.css +1246 -910
  32. package/dist/tokens/css/tokens-dp-light.css +1307 -971
  33. package/dist/tokens/css/tokens-expressive-dark.css +1247 -911
  34. package/dist/tokens/css/tokens-expressive-light.css +1304 -968
  35. package/dist/tokens/css/tokens-expressive-sm-dark.css +1247 -911
  36. package/dist/tokens/css/tokens-expressive-sm-light.css +1304 -968
  37. package/dist/tokens/css/tokens-tmo-dark.css +1232 -896
  38. package/dist/tokens/css/tokens-tmo-light.css +1259 -923
  39. package/dist/tokens/doc.json +101427 -78452
  40. package/dist/tokens/less/tokens-base-dark.less +85 -40
  41. package/dist/tokens/less/tokens-base-deca-dark.less +82 -67
  42. package/dist/tokens/less/tokens-base-deca-light.less +70 -55
  43. package/dist/tokens/less/tokens-base-light.less +75 -30
  44. package/dist/tokens/less/tokens-deca-dark.less +194 -151
  45. package/dist/tokens/less/tokens-deca-light.less +161 -118
  46. package/dist/tokens/less/tokens-dp-dark.less +232 -184
  47. package/dist/tokens/less/tokens-dp-light.less +231 -183
  48. package/dist/tokens/less/tokens-expressive-dark.less +226 -178
  49. package/dist/tokens/less/tokens-expressive-light.less +225 -177
  50. package/dist/tokens/less/tokens-expressive-sm-dark.less +226 -178
  51. package/dist/tokens/less/tokens-expressive-sm-light.less +225 -177
  52. package/dist/tokens/less/tokens-tmo-dark.less +230 -182
  53. package/dist/tokens/less/tokens-tmo-light.less +214 -166
  54. package/dist/tokens/themes/chunks/tokens-base-dark-BOzMety-.js +4 -0
  55. package/dist/tokens/themes/chunks/tokens-base-dark-DQw_GZ7j.js +1 -0
  56. package/dist/tokens/themes/chunks/tokens-base-light-BHyHG_ZV.js +4 -0
  57. package/dist/tokens/themes/chunks/tokens-base-light-DMUiSUFR.js +1 -0
  58. package/dist/tokens/themes/debug.cjs +1 -1
  59. package/dist/tokens/themes/debug.js +1 -1
  60. package/dist/tokens/themes/dp-dark.cjs +1 -1
  61. package/dist/tokens/themes/dp-dark.js +2 -2
  62. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  63. package/dist/tokens/themes/dp-deca-dark.js +1 -1
  64. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  65. package/dist/tokens/themes/dp-deca-light.js +2 -2
  66. package/dist/tokens/themes/dp-light.cjs +1 -1
  67. package/dist/tokens/themes/dp-light.js +2 -2
  68. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  69. package/dist/tokens/themes/expressive-dark.js +3 -3
  70. package/dist/tokens/themes/expressive-light.cjs +1 -1
  71. package/dist/tokens/themes/expressive-light.js +3 -3
  72. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  73. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  74. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  75. package/dist/tokens/themes/expressive-sm-light.js +3 -3
  76. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  77. package/dist/tokens/themes/tmo-dark.js +2 -2
  78. package/dist/tokens/themes/tmo-light.cjs +1 -1
  79. package/dist/tokens/themes/tmo-light.js +2 -2
  80. package/dist/tokens/tokens-base-dark.json +85 -40
  81. package/dist/tokens/tokens-base-deca-dark.json +80 -65
  82. package/dist/tokens/tokens-base-deca-light.json +68 -53
  83. package/dist/tokens/tokens-base-light.json +75 -30
  84. package/dist/tokens/tokens-deca-dark.json +190 -147
  85. package/dist/tokens/tokens-deca-light.json +151 -108
  86. package/dist/tokens/tokens-dp-dark.json +219 -171
  87. package/dist/tokens/tokens-dp-light.json +230 -182
  88. package/dist/tokens/tokens-expressive-dark.json +213 -165
  89. package/dist/tokens/tokens-expressive-light.json +224 -176
  90. package/dist/tokens/tokens-expressive-sm-dark.json +213 -165
  91. package/dist/tokens/tokens-expressive-sm-light.json +224 -176
  92. package/dist/tokens/tokens-tmo-dark.json +217 -169
  93. package/dist/tokens/tokens-tmo-light.json +207 -159
  94. package/package.json +1 -1
  95. package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
  96. package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
  97. package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
  98. package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
@@ -244,55 +244,100 @@
244
244
  "dtColorNeutralWhite": "#ffffff",
245
245
  "dtColorNeutralBlack": "#000000",
246
246
  "dtColorNeutralTransparent": "transparent",
247
+ "dtColorBlack50": "#ffffff",
247
248
  "dtColorBlack100": "#F9F9F9",
248
249
  "dtColorBlack200": "#E9E9E9",
249
250
  "dtColorBlack300": "#D2D2D2",
250
251
  "dtColorBlack400": "#AAAAAA",
251
252
  "dtColorBlack500": "#808080",
252
- "dtColorBlack600": "#555555",
253
+ "dtColorBlack600": "#535353",
253
254
  "dtColorBlack700": "#3A3A3A",
254
- "dtColorBlack800": "#222222",
255
- "dtColorBlack900": "#000000",
255
+ "dtColorBlack800": "#252525",
256
+ "dtColorBlack900": "#1C1C1C",
257
+ "dtColorBlack950": "#171717",
258
+ "dtColorBlack1000": "#000000",
259
+ "dtColorPurple50": "#f9f6ff",
256
260
  "dtColorPurple100": "#F5F0FF",
257
261
  "dtColorPurple200": "#DAC7FF",
262
+ "dtColorPurple250": "#C2A3FF",
258
263
  "dtColorPurple300": "#AB7EFF",
264
+ "dtColorPurple350": "#9568FF",
259
265
  "dtColorPurple400": "#7C52FF",
260
- "dtColorPurple500": "#3A1D95",
261
- "dtColorPurple600": "#10022C",
266
+ "dtColorPurple450": "#6538F1",
267
+ "dtColorPurple500": "#5023DD",
268
+ "dtColorPurple550": "#3A1D95",
269
+ "dtColorPurple600": "#1D0155",
270
+ "dtColorPurple1000": "#0E002A",
271
+ "dtColorBlue50": "#f5f9fd",
262
272
  "dtColorBlue100": "#EAF2FA",
263
- "dtColorBlue200": "#99C8FF",
264
- "dtColorBlue300": "#51A0FE",
265
- "dtColorBlue400": "#1768C6",
266
- "dtColorBlue500": "#01326D",
273
+ "dtColorBlue200": "#BDE8FF",
274
+ "dtColorBlue300": "#98DCFF",
275
+ "dtColorBlue400": "#5FC4F9",
276
+ "dtColorBlue425": "#4AA9EA",
277
+ "dtColorBlue450": "#3B96DF",
278
+ "dtColorBlue475": "#2C83D5",
279
+ "dtColorBlue500": "#1768C6",
280
+ "dtColorBlue600": "#003165",
281
+ "dtColorBlue900": "#001429",
282
+ "dtColorBlue1000": "#010B16",
283
+ "dtColorMagenta50": "#FFEEF8",
267
284
  "dtColorMagenta100": "#FFE0F2",
268
- "dtColorMagenta200": "#F985C7",
269
- "dtColorMagenta300": "#F9008E",
270
- "dtColorMagenta400": "#8C0E56",
271
- "dtColorMagenta500": "#541A3B",
285
+ "dtColorMagenta200": "#FFB1CF",
286
+ "dtColorMagenta250": "#FE87B7",
287
+ "dtColorMagenta300": "#FC5EA0",
288
+ "dtColorMagenta400": "#FF1BA4",
289
+ "dtColorMagenta425": "#D9118E",
290
+ "dtColorMagenta475": "#BF0A80",
291
+ "dtColorMagenta500": "#9A006A",
292
+ "dtColorMagenta600": "#662251",
293
+ "dtColorMagenta900": "#330F27",
294
+ "dtColorMagenta1000": "#190713",
295
+ "dtColorGold50": "#fffae5",
272
296
  "dtColorGold100": "#FFF4CC",
273
- "dtColorGold200": "#FFDB80",
274
- "dtColorGold300": "#F6AB3C",
275
- "dtColorGold400": "#D28F2B",
276
- "dtColorGold500": "#815008",
297
+ "dtColorGold200": "#FFE89C",
298
+ "dtColorGold300": "#FFDB80",
299
+ "dtColorGold350": "#FFBD48",
300
+ "dtColorGold400": "#FF9E0E",
301
+ "dtColorGold450": "#EA8F07",
302
+ "dtColorGold500": "#D57F00",
303
+ "dtColorGold600": "#815008",
304
+ "dtColorGold700": "#533204",
305
+ "dtColorGold900": "#2C1B02",
306
+ "dtColorGold1000": "#201301",
307
+ "dtColorGreen50": "#f6fcf5",
277
308
  "dtColorGreen100": "#EDF9EB",
278
- "dtColorGreen200": "#B0FFA3",
279
- "dtColorGreen300": "#45F777",
280
- "dtColorGreen400": "#1AA340",
281
- "dtColorGreen500": "#124620",
309
+ "dtColorGreen200": "#DBFFA9",
310
+ "dtColorGreen300": "#D1FF76",
311
+ "dtColorGreen350": "#AEFB3C",
312
+ "dtColorGreen400": "#84EE0B",
313
+ "dtColorGreen425": "#52C926",
314
+ "dtColorGreen475": "#2EA834",
315
+ "dtColorGreen500": "#008E52",
316
+ "dtColorGreen600": "#004F2E",
317
+ "dtColorGreen900": "#012717",
318
+ "dtColorGreen1000": "#00150D",
319
+ "dtColorRed50": "#FFF2F3",
282
320
  "dtColorRed100": "#FFE5E6",
283
- "dtColorRed200": "#FF8585",
284
- "dtColorRed300": "#EC0E0E",
285
- "dtColorRed400": "#B70B0B",
286
- "dtColorRed500": "#5B0505",
321
+ "dtColorRed200": "#FFABA4",
322
+ "dtColorRed300": "#FF716F",
323
+ "dtColorRed350": "#FF415B",
324
+ "dtColorRed400": "#FF1356",
325
+ "dtColorRed450": "#D90A45",
326
+ "dtColorRed500": "#AF0032",
327
+ "dtColorRed600": "#93173A",
328
+ "dtColorRed700": "#640823",
329
+ "dtColorRed900": "#380010",
330
+ "dtColorRed1000": "#1C0108",
287
331
  "dtColorTan100": "#F2F0EE",
288
332
  "dtColorTan200": "#CEC8C4",
289
333
  "dtColorTan300": "#87807B",
290
334
  "dtColorTan400": "#3F3D3C",
291
335
  "dtColorTan500": "#121212",
292
- "dtColorGradientMagentaPurple": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
336
+ "dtColorGradientMagentaPurple": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
293
337
  "dtColorBrandPurple": "#7C52FF",
294
- "dtColorBrandMagenta": "#F9008E",
295
- "dtColorBrandGold": "#F6AB3C",
338
+ "dtColorBrandMagenta": "#FF1BA4",
339
+ "dtColorBrandRed": "#ff1356",
340
+ "dtColorBrandGold": "#FF9E0E",
296
341
  "dtOpacity0": "0",
297
342
  "dtOpacity100": ".05",
298
343
  "dtOpacity200": ".1",
@@ -357,13 +402,13 @@
357
402
  "dtShadowFocus1OffsetY": "0rem",
358
403
  "dtShadowFocus2Blur": "0rem",
359
404
  "dtShadowFocus2Spread": "0.1875rem",
360
- "dtShadowFocus2Color": "#51A0FE",
405
+ "dtShadowFocus2Color": "#98DCFF",
361
406
  "dtShadowFocus2Type": "dropShadow",
362
407
  "dtShadowFocus2OffsetX": "0rem",
363
408
  "dtShadowFocus2OffsetY": "0rem",
364
409
  "dtShadowFocusInsetBlur": "0rem",
365
410
  "dtShadowFocusInsetSpread": "0.125rem",
366
- "dtShadowFocusInsetColor": "#51A0FE",
411
+ "dtShadowFocusInsetColor": "#98DCFF",
367
412
  "dtShadowFocusInsetType": "innerShadow",
368
413
  "dtShadowFocusInsetOffsetX": "0rem",
369
414
  "dtShadowFocusInsetOffsetY": "0rem"
@@ -1,123 +1,161 @@
1
1
  {
2
2
  "dtSizeBorderFocus": "0.1875rem",
3
- "dtColorForegroundPrimary": "#E6E6E6",
3
+ "dtColorForegroundPrimary": "#ff0000",
4
4
  "dtColorForegroundSecondary": "#c7c7c7",
5
5
  "dtColorForegroundTertiary": "#B0B0B0",
6
- "dtColorForegroundMuted": "#F9F9F9",
7
- "dtColorForegroundPlaceholder": "#808080",
8
- "dtColorForegroundDisabled": "#808080",
6
+ "dtColorForegroundMuted": "#D4D4D4",
7
+ "dtColorForegroundPlaceholder": "#B0B0B0",
8
+ "dtColorForegroundDisabled": "#B0B0B0",
9
9
  "dtColorForegroundCritical": "#FF716F",
10
10
  "dtColorForegroundCriticalStrong": "#FFABA4",
11
11
  "dtColorForegroundSuccess": "#AEFB3C",
12
12
  "dtColorForegroundSuccessStrong": "#DBFFA9",
13
- "dtColorForegroundWarning": "#FFC047",
14
- "dtColorForegroundPrimaryInverted": "#171717",
13
+ "dtColorForegroundWarning": "#FFBD48",
14
+ "dtColorForegroundPrimaryInverted": "#000000",
15
15
  "dtColorForegroundSecondaryInverted": "#3d3d3d",
16
16
  "dtColorForegroundTertiaryInverted": "#555555",
17
17
  "dtColorForegroundMutedInverted": "#171717",
18
18
  "dtColorForegroundPlaceholderInverted": "#555555",
19
19
  "dtColorForegroundDisabledInverted": "#555555",
20
20
  "dtColorForegroundCriticalInverted": "#FF1356",
21
- "dtColorForegroundCriticalStrongInverted": "#E10040",
21
+ "dtColorForegroundCriticalStrongInverted": "#640823",
22
22
  "dtColorForegroundSuccessInverted": "#008E52",
23
23
  "dtColorForegroundSuccessStrongInverted": "#004F2E",
24
24
  "dtColorForegroundWarningInverted": "#815008",
25
- "dtColorLinkPrimary": "#AB7EFF",
25
+ "dtColorLinkPrimary": "#C2A3FF",
26
+ "dtColorLinkPrimaryHover": "#DAC7FF",
26
27
  "dtColorLinkCritical": "#FF716F",
28
+ "dtColorLinkCriticalHover": "#FFABA4",
27
29
  "dtColorLinkSuccess": "#AEFB3C",
28
- "dtColorLinkWarning": "#FFC047",
30
+ "dtColorLinkSuccessHover": "#DBFFA9",
31
+ "dtColorLinkWarning": "#FFBD48",
32
+ "dtColorLinkWarningHover": "#FFE89C",
29
33
  "dtColorLinkMuted": "#c7c7c7",
30
- "dtColorLinkDisabled": "#808080",
34
+ "dtColorLinkMutedHover": "#ff0000",
35
+ "dtColorLinkDisabled": "#B0B0B0",
36
+ "dtColorLinkDisabledHover": "#B0B0B0",
31
37
  "dtColorLinkPrimaryInverted": "#7C52FF",
38
+ "dtColorLinkPrimaryInvertedHover": "#5023DD",
32
39
  "dtColorLinkCriticalInverted": "#FF1356",
40
+ "dtColorLinkCriticalInvertedHover": "#640823",
33
41
  "dtColorLinkSuccessInverted": "#008E52",
34
- "dtColorLinkWarningInverted": "#815008",
35
- "dtColorLinkMutedInverted": "#3d3d3d",
36
- "dtColorLinkDisabledInverted": "#555555",
37
- "dtColorLinkPrimaryHover": "#DAC7FF",
38
- "dtColorLinkCriticalHover": "#FFABA4",
39
- "dtColorLinkSuccessHover": "#DBFFA9",
40
- "dtColorLinkWarningHover": "#FFDB80",
41
- "dtColorLinkMutedHover": "#E6E6E6",
42
- "dtColorLinkDisabledHover": "#808080",
43
- "dtColorLinkPrimaryInvertedHover": "#5023DD",
44
- "dtColorLinkCriticalInvertedHover": "#E10040",
45
42
  "dtColorLinkSuccessInvertedHover": "#004F2E",
43
+ "dtColorLinkWarningInverted": "#815008",
46
44
  "dtColorLinkWarningInvertedHover": "#533204",
45
+ "dtColorLinkMutedInverted": "#3d3d3d",
47
46
  "dtColorLinkMutedInvertedHover": "#171717",
47
+ "dtColorLinkDisabledInverted": "#555555",
48
48
  "dtColorLinkDisabledInvertedHover": "#555555",
49
- "dtColorSurfaceSecondaryOpaque": "#E6E6E6",
50
- "dtColorSurfaceModerateOpaque": "#E6E6E6",
51
- "dtColorSurfaceBoldOpaque": "#E6E6E6",
52
- "dtColorSurfaceStrongOpaque": "#E6E6E6",
53
- "dtColorSurfaceContrastOpaque": "#ffffff",
54
- "dtColorSurfaceBackdrop": "#000000",
55
- "dtColorSurfaceCriticalOpaque": "#640823",
56
- "dtColorSurfaceCriticalSubtleOpaque": "#640823",
57
- "dtColorSurfaceWarningOpaque": "#533204",
58
- "dtColorSurfaceWarningSubtleOpaque": "#362102",
59
- "dtColorSurfaceSuccessOpaque": "#008E52",
60
- "dtColorSurfaceSuccessSubtleOpaque": "#004F2E",
61
- "dtColorSurfaceInfoOpaque": "#003165",
62
- "dtColorSurfaceInfoSubtleOpaque": "#001E3D",
63
49
  "dtColorSurfacePrimary": "#171717",
64
50
  "dtColorSurfaceSecondary": "#1f1f1f",
65
51
  "dtColorSurfaceModerate": "#3d3d3d",
66
52
  "dtColorSurfaceBold": "#555555",
67
53
  "dtColorSurfaceStrong": "#B0B0B0",
68
- "dtColorSurfaceContrast": "#F9F9F9",
69
- "dtColorSurfaceCritical": "#2D010E",
70
- "dtColorSurfaceCriticalSubtle": "#2D010E",
71
- "dtColorSurfaceCriticalStrong": "#FFABA4",
72
- "dtColorSurfaceWarning": "#362102",
73
- "dtColorSurfaceWarningSubtle": "#362102",
54
+ "dtColorSurfaceContrast": "#ffffff",
55
+ "dtColorSurfaceCritical": "#380010",
56
+ "dtColorSurfaceWarning": "#2C1B02",
57
+ "dtColorSurfaceSuccess": "#012717",
58
+ "dtColorSurfaceInfo": "#001429",
59
+ "dtColorSurfaceBrand": "#1D0155",
60
+ "dtColorSurfaceCriticalSubtle": "#380010",
61
+ "dtColorSurfaceWarningSubtle": "#2C1B02",
62
+ "dtColorSurfaceSuccessSubtle": "#012717",
63
+ "dtColorSurfaceInfoSubtle": "#001429",
64
+ "dtColorSurfaceBrandSubtle": "#0E002A",
65
+ "dtColorSurfaceCriticalStrong": "#FF716F",
74
66
  "dtColorSurfaceWarningStrong": "#FFDB80",
75
- "dtColorSurfaceSuccess": "#03301C",
76
- "dtColorSurfaceSuccessSubtle": "#03301C",
77
- "dtColorSurfaceSuccessStrong": "#D1FF76",
78
- "dtColorSurfaceInfo": "#001E3D",
79
- "dtColorSurfaceInfoSubtle": "#001E3D",
80
- "dtColorSurfaceInfoStrong": "#5FC4F9",
81
- "dtColorSurfaceBrand": "#17033F",
82
- "dtColorSurfaceBrandSubtle": "#17033F",
83
- "dtColorSurfaceBrandStrong": "#9568FF",
84
- "dtColorSurfaceBrandOpaque": "#260764",
85
- "dtColorSurfaceBrandSubtleOpaque": "#17033F",
67
+ "dtColorSurfaceSuccessStrong": "#AEFB3C",
68
+ "dtColorSurfaceInfoStrong": "#4AA9EA",
69
+ "dtColorSurfaceBrandStrong": "#AB7EFF",
70
+ "dtColorSurfacePrimaryOpaque": "#171717",
71
+ "dtColorSurfaceSecondaryOpaque": "#E6E6E6",
72
+ "dtColorSurfaceModerateOpaque": "#E6E6E6",
73
+ "dtColorSurfaceBoldOpaque": "#E6E6E6",
74
+ "dtColorSurfaceStrongOpaque": "#E6E6E6",
75
+ "dtColorSurfaceContrastOpaque": "#ffffff",
76
+ "dtColorSurfaceCriticalOpaque": "#93173A",
77
+ "dtColorSurfaceWarningOpaque": "#533204",
78
+ "dtColorSurfaceSuccessOpaque": "#004F2E",
79
+ "dtColorSurfaceInfoOpaque": "#001429",
80
+ "dtColorSurfaceBrandOpaque": "#1D0155",
81
+ "dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
82
+ "dtColorSurfaceWarningSubtleOpaque": "#201301",
83
+ "dtColorSurfaceSuccessSubtleOpaque": "#00150D",
84
+ "dtColorSurfaceInfoSubtleOpaque": "#010B16",
85
+ "dtColorSurfaceBrandSubtleOpaque": "#0E002A",
86
+ "dtColorSurfacePrimaryInverted": "#ffffff",
87
+ "dtColorSurfaceSecondaryInverted": "#F9F9F9",
88
+ "dtColorSurfaceModerateInverted": "#E6E6E6",
89
+ "dtColorSurfaceBoldInverted": "#D4D4D4",
90
+ "dtColorSurfaceStrongInverted": "#555555",
91
+ "dtColorSurfaceContrastInverted": "#171717",
92
+ "dtColorSurfaceCriticalInverted": "#FFE5E6",
93
+ "dtColorSurfaceWarningInverted": "#FFF4CC",
94
+ "dtColorSurfaceSuccessInverted": "#EDF9EB",
95
+ "dtColorSurfaceInfoInverted": "#EAF2FA",
96
+ "dtColorSurfaceBrandInverted": "#F5F0FF",
97
+ "dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
98
+ "dtColorSurfaceWarningSubtleInverted": "#fffae5",
99
+ "dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
100
+ "dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
101
+ "dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
102
+ "dtColorSurfaceCriticalStrongInverted": "#D90A45",
103
+ "dtColorSurfaceWarningStrongInverted": "#FFBD48",
104
+ "dtColorSurfaceSuccessStrongInverted": "#31B237",
105
+ "dtColorSurfaceInfoStrongInverted": "#1768C6",
106
+ "dtColorSurfaceBrandStrongInverted": "#7C52FF",
107
+ "dtColorSurfacePrimaryOpaqueInverted": "#ffffff",
108
+ "dtColorSurfaceSecondaryOpaqueInverted": "#ff0000",
109
+ "dtColorSurfaceModerateOpaqueInverted": "#ff0000",
110
+ "dtColorSurfaceBoldOpaqueInverted": "#ff0000",
111
+ "dtColorSurfaceStrongOpaqueInverted": "#ff0000",
112
+ "dtColorSurfaceContrastOpaqueInverted": "#ff0000",
113
+ "dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
114
+ "dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
115
+ "dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
116
+ "dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
117
+ "dtColorSurfaceBrandOpaqueInverted": "#F5F0FF",
118
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
119
+ "dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
120
+ "dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
121
+ "dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
122
+ "dtColorSurfaceBrandSubtleOpaqueInverted": "#f9f6ff",
123
+ "dtColorSurfaceBackdrop": "#000000",
86
124
  "dtColorBorderSubtle": "#ffffff",
87
125
  "dtColorBorderDefault": "#ffffff",
88
126
  "dtColorBorderModerate": "#ffffff",
89
127
  "dtColorBorderBold": "#ffffff",
90
- "dtColorBorderSubtleInverted": "#000000",
91
- "dtColorBorderDefaultInverted": "#000000",
92
- "dtColorBorderModerateInverted": "#000000",
93
- "dtColorBorderBoldInverted": "#000000",
94
- "dtColorBorderFocus": "#3CA8F3",
95
128
  "dtColorBorderCritical": "#FF716F",
96
- "dtColorBorderSuccess": "#3CD707",
97
- "dtColorBorderWarning": "#FFC047",
98
- "dtColorBorderBrand": "#9568FF",
99
- "dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
100
- "dtColorBorderAccent": "#FF1BA4",
101
- "dtColorBorderCriticalSubtle": "#E10040",
129
+ "dtColorBorderSuccess": "#D1FF76",
130
+ "dtColorBorderWarning": "#FFDB80",
131
+ "dtColorBorderBrand": "#C2A3FF",
132
+ "dtColorBorderCriticalSubtle": "#93173A",
133
+ "dtColorBorderSuccessSubtle": "#52C926",
134
+ "dtColorBorderWarningSubtle": "#FF9E0E",
135
+ "dtColorBorderBrandSubtle": "#7C52FF",
102
136
  "dtColorBorderCriticalStrong": "#FFABA4",
103
- "dtColorBorderSuccessSubtle": "#008E52",
104
137
  "dtColorBorderSuccessStrong": "#AEFB3C",
105
- "dtColorBorderWarningSubtle": "#D57F00",
106
138
  "dtColorBorderWarningStrong": "#FFE89C",
107
- "dtColorBorderBrandSubtle": "#6538F1",
108
139
  "dtColorBorderBrandStrong": "#DAC7FF",
109
- "dtColorBorderCriticalInverted": "#FF415B",
110
- "dtColorBorderSuccessInverted": "#008E52",
111
- "dtColorBorderWarningInverted": "#F19000",
140
+ "dtColorBorderSubtleInverted": "#000000",
141
+ "dtColorBorderDefaultInverted": "#000000",
142
+ "dtColorBorderModerateInverted": "#000000",
143
+ "dtColorBorderBoldInverted": "#000000",
144
+ "dtColorBorderCriticalInverted": "#FF1356",
145
+ "dtColorBorderSuccessInverted": "#31B237",
146
+ "dtColorBorderWarningInverted": "#FF9E0E",
112
147
  "dtColorBorderBrandInverted": "#7C52FF",
113
148
  "dtColorBorderCriticalSubtleInverted": "#FF716F",
114
- "dtColorBorderCriticalStrongInverted": "#E10040",
115
- "dtColorBorderSuccessSubtleInverted": "#AEFB3C",
149
+ "dtColorBorderSuccessSubtleInverted": "#D1FF76",
150
+ "dtColorBorderWarningSubtleInverted": "#FFDB80",
151
+ "dtColorBorderBrandSubtleInverted": "#C2A3FF",
152
+ "dtColorBorderCriticalStrongInverted": "#93173A",
116
153
  "dtColorBorderSuccessStrongInverted": "#004F2E",
117
- "dtColorBorderWarningSubtleInverted": "#FFC047",
118
- "dtColorBorderWarningStrongInverted": "#815008",
119
- "dtColorBorderBrandSubtleInverted": "#AB7EFF",
120
- "dtColorBorderBrandStrongInverted": "#3A1D95",
154
+ "dtColorBorderWarningStrongInverted": "#D57F00",
155
+ "dtColorBorderBrandStrongInverted": "#5023DD",
156
+ "dtColorBorderFocus": "#1768C6",
157
+ "dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #ff0000 90%)",
158
+ "dtColorBorderAccent": "#FF1BA4",
121
159
  "dtTypographyBodyMdFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
122
160
  "dtTypographyBodyMdFontWeight": "400",
123
161
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -335,112 +373,112 @@
335
373
  "dtInputsFontWeightMd": "400",
336
374
  "dtInputsFontWeightLg": "400",
337
375
  "dtInputsFontWeightXl": "400",
338
- "dtInputsColorForegroundDefault": "#c7c7c7",
339
- "dtInputsColorForegroundPlaceholder": "#808080",
340
- "dtInputsColorForegroundDisabled": "#808080",
376
+ "dtInputsColorForegroundDefault": "#ff0000",
377
+ "dtInputsColorForegroundPlaceholder": "#B0B0B0",
378
+ "dtInputsColorForegroundDisabled": "#B0B0B0",
341
379
  "dtInputsColorBorderDefault": "#ffffff",
342
- "dtInputsColorBorderFocus": "#3CA8F3",
380
+ "dtInputsColorBorderFocus": "#1768C6",
343
381
  "dtInputsColorBorderCritical": "#FF716F",
344
- "dtInputsColorBorderSuccess": "#3CD707",
345
- "dtInputsColorBorderWarning": "#FFC047",
382
+ "dtInputsColorBorderSuccess": "#D1FF76",
383
+ "dtInputsColorBorderWarning": "#FFDB80",
346
384
  "dtInputsColorBorderDisabled": "transparent",
347
385
  "dtInputsColorBackgroundDefault": "#E6E6E6",
348
386
  "dtInputsColorBackgroundFocus": "#171717",
349
387
  "dtInputsColorBackgroundDisabled": "#E6E6E6",
350
- "dtActionColorForegroundBaseDefault": "#AB7EFF",
388
+ "dtActionColorForegroundBaseDefault": "#C2A3FF",
351
389
  "dtActionColorForegroundBaseHover": "#DAC7FF",
352
390
  "dtActionColorForegroundBaseActive": "#DAC7FF",
353
- "dtActionColorForegroundBasePrimaryDefault": "#000000",
391
+ "dtActionColorForegroundBasePrimaryDefault": "#ff0000",
354
392
  "dtActionColorForegroundCriticalDefault": "#FF716F",
355
393
  "dtActionColorForegroundCriticalHover": "#FFABA4",
356
394
  "dtActionColorForegroundCriticalActive": "#FFABA4",
357
- "dtActionColorForegroundCriticalPrimaryDefault": "#000000",
358
- "dtActionColorForegroundInvertedDefault": "#171717",
359
- "dtActionColorForegroundInvertedHover": "#171717",
360
- "dtActionColorForegroundInvertedActive": "#171717",
361
- "dtActionColorForegroundInvertedPrimaryDefault": "#AB7EFF",
395
+ "dtActionColorForegroundCriticalPrimaryDefault": "#ff0000",
396
+ "dtActionColorForegroundInvertedDefault": "#000000",
397
+ "dtActionColorForegroundInvertedHover": "#000000",
398
+ "dtActionColorForegroundInvertedActive": "#000000",
399
+ "dtActionColorForegroundInvertedPrimaryDefault": "#C2A3FF",
362
400
  "dtActionColorForegroundInvertedPrimaryHover": "#DAC7FF",
363
401
  "dtActionColorForegroundInvertedPrimaryActive": "#DAC7FF",
364
402
  "dtActionColorForegroundMutedDefault": "#c7c7c7",
365
- "dtActionColorForegroundMutedHover": "#E6E6E6",
366
- "dtActionColorForegroundMutedActive": "#E6E6E6",
367
- "dtActionColorForegroundDisabledDefault": "#808080",
403
+ "dtActionColorForegroundMutedHover": "#ff0000",
404
+ "dtActionColorForegroundMutedActive": "#ff0000",
405
+ "dtActionColorForegroundDisabledDefault": "#B0B0B0",
368
406
  "dtActionColorForegroundPositiveDefault": "#AEFB3C",
369
407
  "dtActionColorForegroundPositiveHover": "#DBFFA9",
370
408
  "dtActionColorForegroundPositiveActive": "#DBFFA9",
371
- "dtActionColorForegroundPositivePrimaryDefault": "#000000",
409
+ "dtActionColorForegroundPositivePrimaryDefault": "#ff0000",
372
410
  "dtActionColorBackgroundBaseDefault": "transparent",
373
- "dtActionColorBackgroundBaseHover": "#260764",
374
- "dtActionColorBackgroundBaseActive": "#260764",
375
- "dtActionColorBackgroundBasePrimaryDefault": "#9568FF",
376
- "dtActionColorBackgroundBasePrimaryHover": "#AB7EFF",
377
- "dtActionColorBackgroundBasePrimaryActive": "#9568FF",
411
+ "dtActionColorBackgroundBaseHover": "#9568FF",
412
+ "dtActionColorBackgroundBaseActive": "#9568FF",
413
+ "dtActionColorBackgroundBasePrimaryDefault": "#AB7EFF",
414
+ "dtActionColorBackgroundBasePrimaryHover": "#C2A3FF",
415
+ "dtActionColorBackgroundBasePrimaryActive": "#AB7EFF",
378
416
  "dtActionColorBackgroundCriticalDefault": "transparent",
379
- "dtActionColorBackgroundCriticalHover": "#640823",
380
- "dtActionColorBackgroundCriticalActive": "#640823",
417
+ "dtActionColorBackgroundCriticalHover": "#93173A",
418
+ "dtActionColorBackgroundCriticalActive": "#93173A",
381
419
  "dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
382
420
  "dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
383
421
  "dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
384
422
  "dtActionColorBackgroundInvertedDefault": "transparent",
385
- "dtActionColorBackgroundInvertedHover": "#B0B0B0",
386
- "dtActionColorBackgroundInvertedActive": "#808080",
423
+ "dtActionColorBackgroundInvertedHover": "#D4D4D4",
424
+ "dtActionColorBackgroundInvertedActive": "#c7c7c7",
387
425
  "dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
388
- "dtActionColorBackgroundInvertedPrimaryHover": "#17033F",
389
- "dtActionColorBackgroundInvertedPrimaryActive": "#260764",
426
+ "dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
427
+ "dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
390
428
  "dtActionColorBackgroundMutedDefault": "transparent",
391
429
  "dtActionColorBackgroundMutedHover": "#E6E6E6",
392
430
  "dtActionColorBackgroundMutedActive": "#E6E6E6",
393
431
  "dtActionColorBackgroundDisabledDefault": "#E6E6E6",
394
432
  "dtActionColorBackgroundPositiveDefault": "transparent",
395
- "dtActionColorBackgroundPositiveHover": "#008E52",
433
+ "dtActionColorBackgroundPositiveHover": "#004F2E",
396
434
  "dtActionColorBackgroundPositiveActive": "#004F2E",
397
435
  "dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
398
436
  "dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
399
437
  "dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
400
- "dtActionColorBorderBaseOutlinedDefault": "#9568FF",
438
+ "dtActionColorBorderBaseOutlinedDefault": "#C2A3FF",
401
439
  "dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
402
440
  "dtActionColorBorderInvertedOutlinedDefault": "#000000",
403
441
  "dtActionColorBorderMutedOutlinedDefault": "#ffffff",
404
- "dtThemeColorBase": "#E6E6E6",
405
- "dtThemeTopbarColorForeground": "#E6E6E6",
442
+ "dtThemeColorBase": "#ff0000",
443
+ "dtThemeTopbarColorForeground": "#ff0000",
406
444
  "dtThemeTopbarColorBackground": "#1f1f1f",
407
- "dtThemeTopbarFieldColorForeground": "#E6E6E6",
408
- "dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
409
- "dtThemeTopbarFieldColorBackground": "#E6E6E6",
445
+ "dtThemeTopbarFieldColorForeground": "#ff0000",
446
+ "dtThemeTopbarFieldColorForegroundHover": "#ff0000",
447
+ "dtThemeTopbarFieldColorBackground": "#ff0000",
410
448
  "dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
411
- "dtThemeTopbarFieldColorBorder": "#E6E6E6",
412
- "dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
413
- "dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
414
- "dtThemeTopbarButtonColorForeground": "#E6E6E6",
415
- "dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
416
- "dtThemeTopbarButtonColorBackground": "#E6E6E6",
417
- "dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
418
- "dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
419
- "dtThemeTopbarProfileColorForeground": "#E6E6E6",
420
- "dtThemeTopbarProfileColorForegroundInverted": "#171717",
421
- "dtThemeTopbarProfileColorBackground": "#E6E6E6",
422
- "dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
423
- "dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
424
- "dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
449
+ "dtThemeTopbarFieldColorBorder": "#ff0000",
450
+ "dtThemeTopbarFieldColorBorderHover": "#ff0000",
451
+ "dtThemeTopbarFieldColorBorderActive": "#ff0000",
452
+ "dtThemeTopbarButtonColorForeground": "#ff0000",
453
+ "dtThemeTopbarButtonColorForegroundHover": "#ff0000",
454
+ "dtThemeTopbarButtonColorBackground": "#ff0000",
455
+ "dtThemeTopbarButtonColorBackgroundHover": "#ff0000",
456
+ "dtThemeTopbarButtonColorBackgroundActive": "#ff0000",
457
+ "dtThemeTopbarProfileColorForeground": "#ff0000",
458
+ "dtThemeTopbarProfileColorForegroundInverted": "#000000",
459
+ "dtThemeTopbarProfileColorBackground": "#ff0000",
460
+ "dtThemeTopbarProfileColorBackgroundInverted": "#ff0000",
461
+ "dtThemeTopbarProfileColorBackgroundHover": "#ff0000",
462
+ "dtThemeTopbarProfileColorBackgroundActive": "#ff0000",
425
463
  "dtThemeSidebarColorForeground": "#c7c7c7",
426
- "dtThemeSidebarColorForegroundUnread": "#E6E6E6",
464
+ "dtThemeSidebarColorForegroundUnread": "#ff0000",
427
465
  "dtThemeSidebarColorBackground": "#1f1f1f",
428
466
  "dtThemeSidebarIconColorForeground": "#c7c7c7",
429
467
  "dtThemeSidebarStatusColorForeground": "#B0B0B0",
430
- "dtThemeSidebarRowColorBackground": "#E6E6E6",
431
- "dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
432
- "dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
433
- "dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
434
- "dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
468
+ "dtThemeSidebarRowColorBackground": "#ff0000",
469
+ "dtThemeSidebarRowColorBackgroundHover": "#ff0000",
470
+ "dtThemeSidebarRowColorBackgroundActive": "#ff0000",
471
+ "dtThemeSidebarSelectedRowColorForeground": "#ff0000",
472
+ "dtThemeSidebarSelectedRowColorBackground": "#ff0000",
435
473
  "dtThemeSidebarSectionColorForeground": "#B0B0B0",
436
- "dtThemePresenceColorBackgroundAvailable": "#3CD707",
474
+ "dtThemePresenceColorBackgroundAvailable": "#84EE0B",
437
475
  "dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
438
- "dtThemePresenceColorBackgroundBusy": "#FFC047",
476
+ "dtThemePresenceColorBackgroundBusy": "#FFBD48",
439
477
  "dtThemePresenceColorBackgroundOffline": "#ffffff",
440
- "dtThemeMentionColorForeground": "#000000",
441
- "dtThemeMentionColorForegroundStrong": "#171717",
442
- "dtThemeMentionColorBackground": "#9568FF",
443
- "dtThemeMentionColorBackgroundStrong": "#DAC7FF",
478
+ "dtThemeMentionColorForeground": "#ff0000",
479
+ "dtThemeMentionColorForegroundStrong": "#000000",
480
+ "dtThemeMentionColorBackground": "#AB7EFF",
481
+ "dtThemeMentionColorBackgroundStrong": "#F5F0FF",
444
482
  "dtAvatarColorForeground": "#000000",
445
483
  "dtAvatarColorBackground100": "#1aa340",
446
484
  "dtAvatarColorBackground200": "#aaff83",
@@ -466,14 +504,15 @@
466
504
  "dtBadgeColorBackgroundSuccess": "#004F2E",
467
505
  "dtBadgeColorBackgroundWarning": "#533204",
468
506
  "dtBadgeColorBackgroundCritical": "#640823",
469
- "dtBadgeColorBackgroundBulletin": "#9568FF",
470
- "dtBadgeColorBackgroundBulletinSubtle": "#6538F1",
471
- "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
472
- "dtBadgeColorForegroundDefault": "#E6E6E6",
473
- "dtBadgeColorForegroundBulletin": "#000000",
474
- "dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
507
+ "dtBadgeColorBackgroundBulletin": "#AB7EFF",
508
+ "dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
509
+ "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #ff0000 90%)",
510
+ "dtBadgeColorForegroundDefault": "#ffffff",
511
+ "dtBadgeColorForegroundBulletin": "#ff0000",
512
+ "dtBadgeColorForegroundBulletinSubtle": "#ff0000",
513
+ "dtBadgeColorForegroundAi": "#ffffff",
475
514
  "dtBadgeColorBorderDefault": "#ffffff",
476
- "dtBadgeColorBorderBulletinSubtle": "#6538F1",
515
+ "dtBadgeColorBorderBulletinSubtle": "#9568FF",
477
516
  "dtButtonFontSizeXs": "12px",
478
517
  "dtButtonFontSizeSm": "12px",
479
518
  "dtButtonFontSizeMd": "15px",
@@ -498,8 +537,10 @@
498
537
  "dtCheckboxSizeHeight": "1rem",
499
538
  "dtCheckboxSizeRadius": "0.25rem",
500
539
  "dtCheckboxColorBorderUnchecked": "#ffffff",
501
- "dtCheckboxColorBorderChecked": "#9568FF",
502
- "dtCheckboxColorBackgroundChecked": "#9568FF",
540
+ "dtCheckboxColorBorderChecked": "#C2A3FF",
541
+ "dtCheckboxColorBackgroundChecked": "#AB7EFF",
542
+ "dtCheckboxColorForegroundDefault": "transparent",
543
+ "dtCheckboxColorForegroundChecked": "#000000",
503
544
  "dtIconSize100": "12px",
504
545
  "dtIconSize200": "14px",
505
546
  "dtIconSize300": "18px",
@@ -520,6 +561,8 @@
520
561
  "dtRadioSizeHeight": "1rem",
521
562
  "dtRadioSizeRadius": "50%",
522
563
  "dtRadioColorBorderUnchecked": "#ffffff",
523
- "dtRadioColorBorderChecked": "#9568FF",
524
- "dtRadioColorBackgroundChecked": "#9568FF"
564
+ "dtRadioColorBorderChecked": "#C2A3FF",
565
+ "dtRadioColorBackgroundChecked": "#AB7EFF",
566
+ "dtRadioColorForegroundDefault": "transparent",
567
+ "dtRadioColorForegroundChecked": "#000000"
525
568
  }