@dialpad/dialtone 9.129.2 → 9.129.3-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 (82) hide show
  1. package/dist/css/dialtone-default-theme.css +589 -175
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens-docs.json +1 -1
  4. package/dist/tokens/css/tokens-aegean-dark.css +467 -0
  5. package/dist/tokens/css/tokens-aegean-light.css +467 -0
  6. package/dist/tokens/css/tokens-base-dark.css +132 -132
  7. package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
  8. package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
  9. package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
  10. package/dist/tokens/css/tokens-debug-dp.css +574 -160
  11. package/dist/tokens/css/tokens-deca-dark.css +41 -1846
  12. package/dist/tokens/css/tokens-deca-light.css +62 -1874
  13. package/dist/tokens/css/tokens-dp-dark.css +575 -154
  14. package/dist/tokens/css/tokens-dp-light.css +589 -175
  15. package/dist/tokens/css/tokens-expressive-dark.css +547 -154
  16. package/dist/tokens/css/tokens-expressive-light.css +589 -175
  17. package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
  18. package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
  19. package/dist/tokens/css/tokens-melon-dark.css +467 -0
  20. package/dist/tokens/css/tokens-melon-light.css +467 -0
  21. package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
  22. package/dist/tokens/css/tokens-sunflower-light.css +467 -0
  23. package/dist/tokens/css/tokens-tmo-dark.css +866 -445
  24. package/dist/tokens/css/tokens-tmo-light.css +883 -469
  25. package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
  26. package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
  27. package/dist/tokens/doc.json +145693 -129068
  28. package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
  29. package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
  30. package/dist/tokens/themes/debug.cjs +1 -1
  31. package/dist/tokens/themes/debug.js +1 -1
  32. package/dist/tokens/themes/dp-dark.cjs +1 -1
  33. package/dist/tokens/themes/dp-dark.js +3 -3
  34. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  35. package/dist/tokens/themes/dp-deca-dark.js +3 -3
  36. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  37. package/dist/tokens/themes/dp-deca-light.js +4 -4
  38. package/dist/tokens/themes/dp-light.cjs +1 -1
  39. package/dist/tokens/themes/dp-light.js +2 -2
  40. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  41. package/dist/tokens/themes/expressive-dark.js +2 -2
  42. package/dist/tokens/themes/expressive-light.cjs +1 -1
  43. package/dist/tokens/themes/expressive-light.js +2 -2
  44. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  45. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  46. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  47. package/dist/tokens/themes/expressive-sm-light.js +2 -2
  48. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  49. package/dist/tokens/themes/tmo-dark.js +3 -3
  50. package/dist/tokens/themes/tmo-light.cjs +1 -1
  51. package/dist/tokens/themes/tmo-light.js +2 -2
  52. package/dist/tokens/tokens-aegean-dark.json +121 -0
  53. package/dist/tokens/tokens-aegean-light.json +121 -0
  54. package/dist/tokens/tokens-base-dark.json +132 -132
  55. package/dist/tokens/tokens-base-deca-dark.json +132 -132
  56. package/dist/tokens/tokens-ceruleo-dark.json +124 -0
  57. package/dist/tokens/tokens-ceruleo-default.json +124 -0
  58. package/dist/tokens/tokens-deca-dark.json +52 -472
  59. package/dist/tokens/tokens-deca-light.json +4 -425
  60. package/dist/tokens/tokens-dp-dark.json +254 -193
  61. package/dist/tokens/tokens-dp-light.json +85 -25
  62. package/dist/tokens/tokens-expressive-dark.json +250 -193
  63. package/dist/tokens/tokens-expressive-light.json +85 -25
  64. package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
  65. package/dist/tokens/tokens-expressive-sm-light.json +85 -25
  66. package/dist/tokens/tokens-melon-dark.json +121 -0
  67. package/dist/tokens/tokens-melon-light.json +121 -0
  68. package/dist/tokens/tokens-sunflower-dark.json +121 -0
  69. package/dist/tokens/tokens-sunflower-light.json +121 -0
  70. package/dist/tokens/tokens-tmo-dark.json +257 -196
  71. package/dist/tokens/tokens-tmo-light.json +127 -67
  72. package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
  73. package/dist/tokens/tokens-verdant-haze-light.json +122 -0
  74. package/dist/vue2/localization/index.cjs +1 -1
  75. package/dist/vue2/localization/index.cjs.map +1 -1
  76. package/dist/vue2/localization/index.js +25 -27
  77. package/dist/vue2/localization/index.js.map +1 -1
  78. package/dist/vue3/localization/index.cjs +1 -1
  79. package/dist/vue3/localization/index.cjs.map +1 -1
  80. package/dist/vue3/localization/index.js +28 -30
  81. package/dist/vue3/localization/index.js.map +1 -1
  82. package/package.json +1 -1
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "dtSizeBorderFocus": "0.1875rem",
3
- "dtColorForegroundPrimary": "#E6E6E6",
3
+ "dtColorForegroundPrimary": "#e6e6e6",
4
4
  "dtColorForegroundSecondary": "#c7c7c7",
5
- "dtColorForegroundTertiary": "#B0B0B0",
6
- "dtColorForegroundMuted": "#D4D4D4",
7
- "dtColorForegroundPlaceholder": "#B0B0B0",
8
- "dtColorForegroundDisabled": "#B0B0B0",
9
- "dtColorForegroundCritical": "#FF716F",
10
- "dtColorForegroundCriticalStrong": "#FFABA4",
11
- "dtColorForegroundSuccess": "#AEFB3C",
12
- "dtColorForegroundSuccessStrong": "#DBFFA9",
13
- "dtColorForegroundWarning": "#FFBD48",
5
+ "dtColorForegroundTertiary": "#b0b0b0",
6
+ "dtColorForegroundMuted": "#d4d4d4",
7
+ "dtColorForegroundPlaceholder": "#b0b0b0",
8
+ "dtColorForegroundDisabled": "#b0b0b0",
9
+ "dtColorForegroundCritical": "#ff716f",
10
+ "dtColorForegroundCriticalStrong": "#ffaba4",
11
+ "dtColorForegroundSuccess": "#aefb3c",
12
+ "dtColorForegroundSuccessStrong": "#dbffa9",
13
+ "dtColorForegroundWarning": "#ffbd48",
14
14
  "dtColorForegroundPrimaryInverted": "#000000",
15
15
  "dtColorForegroundSecondaryInverted": "#3d3d3d",
16
16
  "dtColorForegroundTertiaryInverted": "#555555",
17
17
  "dtColorForegroundMutedInverted": "#171717",
18
18
  "dtColorForegroundPlaceholderInverted": "#555555",
19
19
  "dtColorForegroundDisabledInverted": "#555555",
20
- "dtColorForegroundCriticalInverted": "#FF1356",
20
+ "dtColorForegroundCriticalInverted": "#ff1356",
21
21
  "dtColorForegroundCriticalStrongInverted": "#640823",
22
- "dtColorForegroundSuccessInverted": "#008E52",
23
- "dtColorForegroundSuccessStrongInverted": "#004F2E",
22
+ "dtColorForegroundSuccessInverted": "#008e52",
23
+ "dtColorForegroundSuccessStrongInverted": "#004f2e",
24
24
  "dtColorForegroundWarningInverted": "#815008",
25
- "dtColorLinkPrimary": "#FFB2DA",
26
- "dtColorLinkPrimaryHover": "#FFCCE6",
27
- "dtColorLinkCritical": "#FF716F",
28
- "dtColorLinkCriticalHover": "#FFABA4",
29
- "dtColorLinkSuccess": "#AEFB3C",
30
- "dtColorLinkSuccessHover": "#DBFFA9",
31
- "dtColorLinkWarning": "#FFBD48",
32
- "dtColorLinkWarningHover": "#FFE89C",
25
+ "dtColorLinkPrimary": "#bba6fc",
26
+ "dtColorLinkPrimaryHover": "#d3bcff",
27
+ "dtColorLinkCritical": "#ff716f",
28
+ "dtColorLinkCriticalHover": "#ffaba4",
29
+ "dtColorLinkSuccess": "#aefb3c",
30
+ "dtColorLinkSuccessHover": "#dbffa9",
31
+ "dtColorLinkWarning": "#ffbd48",
32
+ "dtColorLinkWarningHover": "#ffe89c",
33
33
  "dtColorLinkMuted": "#c7c7c7",
34
- "dtColorLinkMutedHover": "#E6E6E6",
35
- "dtColorLinkDisabled": "#B0B0B0",
36
- "dtColorLinkDisabledHover": "#B0B0B0",
37
- "dtColorLinkPrimaryInverted": "#e20074",
38
- "dtColorLinkPrimaryInvertedHover": "#A80056",
39
- "dtColorLinkCriticalInverted": "#FF1356",
34
+ "dtColorLinkMutedHover": "#e6e6e6",
35
+ "dtColorLinkDisabled": "#b0b0b0",
36
+ "dtColorLinkDisabledHover": "#b0b0b0",
37
+ "dtColorLinkPrimaryInverted": "#7c52ff",
38
+ "dtColorLinkPrimaryInvertedHover": "#5023dd",
39
+ "dtColorLinkCriticalInverted": "#ff1356",
40
40
  "dtColorLinkCriticalInvertedHover": "#640823",
41
- "dtColorLinkSuccessInverted": "#008E52",
42
- "dtColorLinkSuccessInvertedHover": "#004F2E",
41
+ "dtColorLinkSuccessInverted": "#008e52",
42
+ "dtColorLinkSuccessInvertedHover": "#004f2e",
43
43
  "dtColorLinkWarningInverted": "#815008",
44
44
  "dtColorLinkWarningInvertedHover": "#533204",
45
45
  "dtColorLinkMutedInverted": "#3d3d3d",
@@ -50,113 +50,113 @@
50
50
  "dtColorSurfaceSecondary": "#1f1f1f",
51
51
  "dtColorSurfaceModerate": "#3d3d3d",
52
52
  "dtColorSurfaceBold": "#555555",
53
- "dtColorSurfaceStrong": "#B0B0B0",
53
+ "dtColorSurfaceStrong": "#b0b0b0",
54
54
  "dtColorSurfaceContrast": "#ffffff",
55
55
  "dtColorSurfaceCritical": "#380010",
56
56
  "dtColorSurfaceWarning": "#533204",
57
57
  "dtColorSurfaceSuccess": "#012717",
58
58
  "dtColorSurfaceInfo": "#001429",
59
- "dtColorSurfaceBrand": "#3D001F",
59
+ "dtColorSurfaceBrand": "#1d0155",
60
60
  "dtColorSurfaceCriticalSubtle": "#380010",
61
- "dtColorSurfaceWarningSubtle": "#2C1B02",
61
+ "dtColorSurfaceWarningSubtle": "#2c1b02",
62
62
  "dtColorSurfaceSuccessSubtle": "#012717",
63
63
  "dtColorSurfaceInfoSubtle": "#001429",
64
- "dtColorSurfaceBrandSubtle": "#2E0018",
65
- "dtColorSurfaceCriticalStrong": "#FF716F",
66
- "dtColorSurfaceWarningStrong": "#FFDB80",
67
- "dtColorSurfaceSuccessStrong": "#AEFB3C",
68
- "dtColorSurfaceInfoStrong": "#4AA9EA",
69
- "dtColorSurfaceBrandStrong": "#FFB2DA",
64
+ "dtColorSurfaceBrandSubtle": "#10022c",
65
+ "dtColorSurfaceCriticalStrong": "#ff716f",
66
+ "dtColorSurfaceWarningStrong": "#ffdb80",
67
+ "dtColorSurfaceSuccessStrong": "#aefb3c",
68
+ "dtColorSurfaceInfoStrong": "#4aa9ea",
69
+ "dtColorSurfaceBrandStrong": "#bba6fc",
70
70
  "dtColorSurfacePrimaryOpaque": "#171717",
71
- "dtColorSurfaceSecondaryOpaque": "#E6E6E6",
72
- "dtColorSurfaceModerateOpaque": "#E6E6E6",
73
- "dtColorSurfaceBoldOpaque": "#E6E6E6",
74
- "dtColorSurfaceStrongOpaque": "#E6E6E6",
71
+ "dtColorSurfaceSecondaryOpaque": "#e6e6e6",
72
+ "dtColorSurfaceModerateOpaque": "#e6e6e6",
73
+ "dtColorSurfaceBoldOpaque": "#e6e6e6",
74
+ "dtColorSurfaceStrongOpaque": "#e6e6e6",
75
75
  "dtColorSurfaceContrastOpaque": "#ffffff",
76
- "dtColorSurfaceCriticalOpaque": "#93173A",
76
+ "dtColorSurfaceCriticalOpaque": "#93173a",
77
77
  "dtColorSurfaceWarningOpaque": "#815008",
78
- "dtColorSurfaceSuccessOpaque": "#004F2E",
78
+ "dtColorSurfaceSuccessOpaque": "#004f2e",
79
79
  "dtColorSurfaceInfoOpaque": "#001429",
80
- "dtColorSurfaceBrandOpaque": "#4B0027",
81
- "dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
82
- "dtColorSurfaceWarningSubtleOpaque": "#2C1B02",
83
- "dtColorSurfaceSuccessSubtleOpaque": "#00150D",
84
- "dtColorSurfaceInfoSubtleOpaque": "#010B16",
85
- "dtColorSurfaceBrandSubtleOpaque": "#35001C",
80
+ "dtColorSurfaceBrandOpaque": "#1d0155",
81
+ "dtColorSurfaceCriticalSubtleOpaque": "#1c0108",
82
+ "dtColorSurfaceWarningSubtleOpaque": "#2c1b02",
83
+ "dtColorSurfaceSuccessSubtleOpaque": "#00150d",
84
+ "dtColorSurfaceInfoSubtleOpaque": "#010b16",
85
+ "dtColorSurfaceBrandSubtleOpaque": "#10022c",
86
86
  "dtColorSurfacePrimaryInverted": "#ffffff",
87
- "dtColorSurfaceSecondaryInverted": "#F9F9F9",
88
- "dtColorSurfaceModerateInverted": "#E6E6E6",
89
- "dtColorSurfaceBoldInverted": "#D4D4D4",
87
+ "dtColorSurfaceSecondaryInverted": "#f9f9f9",
88
+ "dtColorSurfaceModerateInverted": "#e6e6e6",
89
+ "dtColorSurfaceBoldInverted": "#d4d4d4",
90
90
  "dtColorSurfaceStrongInverted": "#555555",
91
91
  "dtColorSurfaceContrastInverted": "#171717",
92
- "dtColorSurfaceCriticalInverted": "#FFE5E6",
93
- "dtColorSurfaceWarningInverted": "#FFF4CC",
94
- "dtColorSurfaceSuccessInverted": "#EDF9EB",
95
- "dtColorSurfaceInfoInverted": "#EAF2FA",
96
- "dtColorSurfaceBrandInverted": "#FFCCE6",
97
- "dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
92
+ "dtColorSurfaceCriticalInverted": "#ffe5e6",
93
+ "dtColorSurfaceWarningInverted": "#fff4cc",
94
+ "dtColorSurfaceSuccessInverted": "#edf9eb",
95
+ "dtColorSurfaceInfoInverted": "#eaf2fa",
96
+ "dtColorSurfaceBrandInverted": "#f5f0ff",
97
+ "dtColorSurfaceCriticalSubtleInverted": "#fff2f3",
98
98
  "dtColorSurfaceWarningSubtleInverted": "#fffae5",
99
99
  "dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
100
100
  "dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
101
- "dtColorSurfaceBrandSubtleInverted": "#FFF0F8",
102
- "dtColorSurfaceCriticalStrongInverted": "#D90A45",
103
- "dtColorSurfaceWarningStrongInverted": "#FFBD48",
104
- "dtColorSurfaceSuccessStrongInverted": "#31B237",
105
- "dtColorSurfaceInfoStrongInverted": "#1768C6",
106
- "dtColorSurfaceBrandStrongInverted": "#E20074",
101
+ "dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
102
+ "dtColorSurfaceCriticalStrongInverted": "#d90a45",
103
+ "dtColorSurfaceWarningStrongInverted": "#ffbd48",
104
+ "dtColorSurfaceSuccessStrongInverted": "#31b237",
105
+ "dtColorSurfaceInfoStrongInverted": "#1768c6",
106
+ "dtColorSurfaceBrandStrongInverted": "#7c52ff",
107
107
  "dtColorSurfacePrimaryOpaqueInverted": "#ffffff",
108
108
  "dtColorSurfaceSecondaryOpaqueInverted": "#000000",
109
109
  "dtColorSurfaceModerateOpaqueInverted": "#000000",
110
110
  "dtColorSurfaceBoldOpaqueInverted": "#000000",
111
111
  "dtColorSurfaceStrongOpaqueInverted": "#000000",
112
112
  "dtColorSurfaceContrastOpaqueInverted": "#000000",
113
- "dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
114
- "dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
115
- "dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
116
- "dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
117
- "dtColorSurfaceBrandOpaqueInverted": "#FDBEDF",
118
- "dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
113
+ "dtColorSurfaceCriticalOpaqueInverted": "#ffaba4",
114
+ "dtColorSurfaceWarningOpaqueInverted": "#ffe89c",
115
+ "dtColorSurfaceSuccessOpaqueInverted": "#dbffa9",
116
+ "dtColorSurfaceInfoOpaqueInverted": "#eaf2fa",
117
+ "dtColorSurfaceBrandOpaqueInverted": "#f5f0ff",
118
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#ffe5e6",
119
119
  "dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
120
120
  "dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
121
121
  "dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
122
- "dtColorSurfaceBrandSubtleOpaqueInverted": "#FDBEDF",
122
+ "dtColorSurfaceBrandSubtleOpaqueInverted": "#f9f6ff",
123
123
  "dtColorSurfaceBackdrop": "#000000",
124
124
  "dtColorSurfaceAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
125
125
  "dtColorBorderSubtle": "#ffffff",
126
126
  "dtColorBorderDefault": "#ffffff",
127
127
  "dtColorBorderModerate": "#ffffff",
128
128
  "dtColorBorderBold": "#ffffff",
129
- "dtColorBorderCritical": "#FF716F",
130
- "dtColorBorderSuccess": "#D1FF76",
131
- "dtColorBorderWarning": "#FFDB80",
132
- "dtColorBorderBrand": "#FFB2DA",
133
- "dtColorBorderCriticalSubtle": "#93173A",
134
- "dtColorBorderSuccessSubtle": "#52C926",
135
- "dtColorBorderWarningSubtle": "#FF9E0E",
136
- "dtColorBorderBrandSubtle": "#FF4DA8",
137
- "dtColorBorderCriticalStrong": "#FFABA4",
138
- "dtColorBorderSuccessStrong": "#AEFB3C",
139
- "dtColorBorderWarningStrong": "#FFE89C",
140
- "dtColorBorderBrandStrong": "#FFCCE6",
129
+ "dtColorBorderCritical": "#ff716f",
130
+ "dtColorBorderSuccess": "#d1ff76",
131
+ "dtColorBorderWarning": "#ffdb80",
132
+ "dtColorBorderBrand": "#bba6fc",
133
+ "dtColorBorderCriticalSubtle": "#93173a",
134
+ "dtColorBorderSuccessSubtle": "#52c926",
135
+ "dtColorBorderWarningSubtle": "#ff9e0e",
136
+ "dtColorBorderBrandSubtle": "#7c52ff",
137
+ "dtColorBorderCriticalStrong": "#ffaba4",
138
+ "dtColorBorderSuccessStrong": "#aefb3c",
139
+ "dtColorBorderWarningStrong": "#ffe89c",
140
+ "dtColorBorderBrandStrong": "#d3bcff",
141
141
  "dtColorBorderSubtleInverted": "#000000",
142
142
  "dtColorBorderDefaultInverted": "#000000",
143
143
  "dtColorBorderModerateInverted": "#000000",
144
144
  "dtColorBorderBoldInverted": "#000000",
145
- "dtColorBorderCriticalInverted": "#FF1356",
146
- "dtColorBorderSuccessInverted": "#31B237",
147
- "dtColorBorderWarningInverted": "#FF9E0E",
148
- "dtColorBorderBrandInverted": "#E20074",
149
- "dtColorBorderCriticalSubtleInverted": "#FF716F",
150
- "dtColorBorderSuccessSubtleInverted": "#D1FF76",
151
- "dtColorBorderWarningSubtleInverted": "#FFDB80",
152
- "dtColorBorderBrandSubtleInverted": "#FFB2DA",
153
- "dtColorBorderCriticalStrongInverted": "#93173A",
154
- "dtColorBorderSuccessStrongInverted": "#004F2E",
155
- "dtColorBorderWarningStrongInverted": "#D57F00",
156
- "dtColorBorderBrandStrongInverted": "#A80056",
157
- "dtColorBorderFocus": "#3B96DF",
145
+ "dtColorBorderCriticalInverted": "#ff1356",
146
+ "dtColorBorderSuccessInverted": "#31b237",
147
+ "dtColorBorderWarningInverted": "#ff9e0e",
148
+ "dtColorBorderBrandInverted": "#7c52ff",
149
+ "dtColorBorderCriticalSubtleInverted": "#ff716f",
150
+ "dtColorBorderSuccessSubtleInverted": "#d1ff76",
151
+ "dtColorBorderWarningSubtleInverted": "#ffdb80",
152
+ "dtColorBorderBrandSubtleInverted": "#bba6fc",
153
+ "dtColorBorderCriticalStrongInverted": "#93173a",
154
+ "dtColorBorderSuccessStrongInverted": "#004f2e",
155
+ "dtColorBorderWarningStrongInverted": "#d57f00",
156
+ "dtColorBorderBrandStrongInverted": "#5023dd",
157
+ "dtColorBorderFocus": "#3b96df",
158
158
  "dtColorBorderAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
159
- "dtColorBorderAccent": "#FF1BA4",
159
+ "dtColorBorderAccent": "#ff1ba4",
160
160
  "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",
161
161
  "dtTypographyBodyMdFontWeight": "400",
162
162
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -374,114 +374,171 @@
374
374
  "dtInputsFontWeightMd": "400",
375
375
  "dtInputsFontWeightLg": "400",
376
376
  "dtInputsFontWeightXl": "400",
377
- "dtInputsColorForegroundDefault": "#E6E6E6",
378
- "dtInputsColorForegroundPlaceholder": "#B0B0B0",
379
- "dtInputsColorForegroundDisabled": "#B0B0B0",
377
+ "dtInputsColorForegroundDefault": "#e6e6e6",
378
+ "dtInputsColorForegroundPlaceholder": "#b0b0b0",
379
+ "dtInputsColorForegroundDisabled": "#b0b0b0",
380
380
  "dtInputsColorBorderDefault": "#ffffff",
381
381
  "dtInputsColorBorderHover": "#ffffff",
382
- "dtInputsColorBorderFocus": "#3B96DF",
383
- "dtInputsColorBorderCritical": "#FF716F",
384
- "dtInputsColorBorderSuccess": "#D1FF76",
385
- "dtInputsColorBorderWarning": "#FFDB80",
386
- "dtInputsColorBorderDisabled": "transparent",
387
- "dtInputsColorBackgroundDefault": "#E6E6E6",
382
+ "dtInputsColorBorderFocus": "#3b96df",
383
+ "dtInputsColorBorderCritical": "#ff716f",
384
+ "dtInputsColorBorderSuccess": "#d1ff76",
385
+ "dtInputsColorBorderWarning": "#ffdb80",
386
+ "dtInputsColorBorderDisabled": "#ffffff00",
387
+ "dtInputsColorBackgroundDefault": "#e6e6e6",
388
388
  "dtInputsColorBackgroundFocus": "#171717",
389
- "dtInputsColorBackgroundDisabled": "#E6E6E6",
390
- "dtActionColorForegroundBaseDefault": "#FFB2DA",
391
- "dtActionColorForegroundBaseHover": "#FFCCE6",
392
- "dtActionColorForegroundBaseActive": "#FFCCE6",
389
+ "dtInputsColorBackgroundDisabled": "#e6e6e6",
390
+ "dtActionColorForegroundBaseDefault": "#bba6fc",
391
+ "dtActionColorForegroundBaseHover": "#d3bcff",
392
+ "dtActionColorForegroundBaseActive": "#d3bcff",
393
393
  "dtActionColorForegroundBasePrimaryDefault": "#000000",
394
- "dtActionColorForegroundCriticalDefault": "#FF716F",
395
- "dtActionColorForegroundCriticalHover": "#FFABA4",
396
- "dtActionColorForegroundCriticalActive": "#FFABA4",
394
+ "dtActionColorForegroundCriticalDefault": "#ff716f",
395
+ "dtActionColorForegroundCriticalHover": "#ffaba4",
396
+ "dtActionColorForegroundCriticalActive": "#ffaba4",
397
397
  "dtActionColorForegroundCriticalPrimaryDefault": "#000000",
398
398
  "dtActionColorForegroundInvertedDefault": "#000000",
399
399
  "dtActionColorForegroundInvertedHover": "#000000",
400
400
  "dtActionColorForegroundInvertedActive": "#000000",
401
- "dtActionColorForegroundInvertedPrimaryDefault": "#FFB2DA",
402
- "dtActionColorForegroundInvertedPrimaryHover": "#FFCCE6",
403
- "dtActionColorForegroundInvertedPrimaryActive": "#FFCCE6",
401
+ "dtActionColorForegroundInvertedPrimaryDefault": "#bba6fc",
402
+ "dtActionColorForegroundInvertedPrimaryHover": "#d3bcff",
403
+ "dtActionColorForegroundInvertedPrimaryActive": "#d3bcff",
404
404
  "dtActionColorForegroundMutedDefault": "#c7c7c7",
405
- "dtActionColorForegroundMutedHover": "#E6E6E6",
406
- "dtActionColorForegroundMutedActive": "#E6E6E6",
407
- "dtActionColorForegroundDisabledDefault": "#B0B0B0",
408
- "dtActionColorForegroundPositiveDefault": "#AEFB3C",
409
- "dtActionColorForegroundPositiveHover": "#DBFFA9",
410
- "dtActionColorForegroundPositiveActive": "#DBFFA9",
405
+ "dtActionColorForegroundMutedHover": "#e6e6e6",
406
+ "dtActionColorForegroundMutedActive": "#e6e6e6",
407
+ "dtActionColorForegroundDisabledDefault": "#b0b0b0",
408
+ "dtActionColorForegroundPositiveDefault": "#aefb3c",
409
+ "dtActionColorForegroundPositiveHover": "#dbffa9",
410
+ "dtActionColorForegroundPositiveActive": "#dbffa9",
411
411
  "dtActionColorForegroundPositivePrimaryDefault": "#000000",
412
- "dtActionColorBackgroundBaseDefault": "transparent",
413
- "dtActionColorBackgroundBaseHover": "#4B0027",
414
- "dtActionColorBackgroundBaseActive": "#4B0027",
415
- "dtActionColorBackgroundBasePrimaryDefault": "#FFB2DA",
416
- "dtActionColorBackgroundBasePrimaryHover": "#FFCCE6",
417
- "dtActionColorBackgroundBasePrimaryActive": "#FFB2DA",
418
- "dtActionColorBackgroundCriticalDefault": "transparent",
419
- "dtActionColorBackgroundCriticalHover": "#93173A",
420
- "dtActionColorBackgroundCriticalActive": "#93173A",
421
- "dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
422
- "dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
423
- "dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
424
- "dtActionColorBackgroundInvertedDefault": "transparent",
412
+ "dtActionColorBackgroundBaseDefault": "#ffffff00",
413
+ "dtActionColorBackgroundBaseHover": "#9071fc",
414
+ "dtActionColorBackgroundBaseActive": "#9071fc",
415
+ "dtActionColorBackgroundBasePrimaryDefault": "#bba6fc",
416
+ "dtActionColorBackgroundBasePrimaryHover": "#d3bcff",
417
+ "dtActionColorBackgroundBasePrimaryActive": "#bba6fc",
418
+ "dtActionColorBackgroundCriticalDefault": "#ffffff00",
419
+ "dtActionColorBackgroundCriticalHover": "#93173a",
420
+ "dtActionColorBackgroundCriticalActive": "#93173a",
421
+ "dtActionColorBackgroundCriticalPrimaryDefault": "#ff716f",
422
+ "dtActionColorBackgroundCriticalPrimaryHover": "#ffaba4",
423
+ "dtActionColorBackgroundCriticalPrimaryActive": "#ff716f",
424
+ "dtActionColorBackgroundInvertedDefault": "#ffffff00",
425
425
  "dtActionColorBackgroundInvertedHover": "#000000",
426
426
  "dtActionColorBackgroundInvertedActive": "#000000",
427
- "dtActionColorBackgroundInvertedPrimaryDefault": "#2E0018",
428
- "dtActionColorBackgroundInvertedPrimaryHover": "#3D001F",
429
- "dtActionColorBackgroundInvertedPrimaryActive": "#2E0018",
430
- "dtActionColorBackgroundMutedDefault": "transparent",
431
- "dtActionColorBackgroundMutedHover": "#E6E6E6",
432
- "dtActionColorBackgroundMutedActive": "#E6E6E6",
433
- "dtActionColorBackgroundDisabledDefault": "#E6E6E6",
434
- "dtActionColorBackgroundPositiveDefault": "transparent",
435
- "dtActionColorBackgroundPositiveHover": "#004F2E",
436
- "dtActionColorBackgroundPositiveActive": "#004F2E",
437
- "dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
438
- "dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
439
- "dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
440
- "dtActionColorBorderBaseOutlinedDefault": "#FFB2DA",
441
- "dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
427
+ "dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
428
+ "dtActionColorBackgroundInvertedPrimaryHover": "#1d0155",
429
+ "dtActionColorBackgroundInvertedPrimaryActive": "#3a1d95",
430
+ "dtActionColorBackgroundMutedDefault": "#ffffff00",
431
+ "dtActionColorBackgroundMutedHover": "#e6e6e6",
432
+ "dtActionColorBackgroundMutedActive": "#e6e6e6",
433
+ "dtActionColorBackgroundDisabledDefault": "#e6e6e6",
434
+ "dtActionColorBackgroundPositiveDefault": "#ffffff00",
435
+ "dtActionColorBackgroundPositiveHover": "#004f2e",
436
+ "dtActionColorBackgroundPositiveActive": "#004f2e",
437
+ "dtActionColorBackgroundPositivePrimaryDefault": "#aefb3c",
438
+ "dtActionColorBackgroundPositivePrimaryHover": "#d1ff76",
439
+ "dtActionColorBackgroundPositivePrimaryActive": "#aefb3c",
440
+ "dtActionColorBorderBaseOutlinedDefault": "#bba6fc",
441
+ "dtActionColorBorderCriticalOutlinedDefault": "#ff716f",
442
442
  "dtActionColorBorderInvertedOutlinedDefault": "#000000",
443
443
  "dtActionColorBorderMutedOutlinedDefault": "#ffffff",
444
- "dtActionColorBorderPositiveOutlinedDefault": "#D1FF76",
445
- "dtThemeColorBase": "#E6E6E6",
446
- "dtThemeTopbarColorForeground": "#E6E6E6",
444
+ "dtActionColorBorderPositiveOutlinedDefault": "#d1ff76",
445
+ "dtThemeColorBase": "#e6e6e6",
446
+ "dtThemeTopbarColorForeground": "#392bff",
447
447
  "dtThemeTopbarColorBackground": "#1f1f1f",
448
- "dtThemeTopbarFieldColorForeground": "#E6E6E6",
449
- "dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
450
- "dtThemeTopbarFieldColorBackground": "#E6E6E6",
448
+ "dtThemeTopbarFieldColorForeground": "#392bff",
449
+ "dtThemeTopbarFieldColorForegroundHover": "#392bff",
450
+ "dtThemeTopbarFieldColorBackground": "#392bff",
451
451
  "dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
452
- "dtThemeTopbarFieldColorBorder": "#E6E6E6",
453
- "dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
454
- "dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
455
- "dtThemeTopbarButtonColorForeground": "#E6E6E6",
456
- "dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
457
- "dtThemeTopbarButtonColorBackground": "#E6E6E6",
458
- "dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
459
- "dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
460
- "dtThemeTopbarProfileColorForeground": "#E6E6E6",
452
+ "dtThemeTopbarFieldColorBorder": "#392bff",
453
+ "dtThemeTopbarFieldColorBorderHover": "#392bff",
454
+ "dtThemeTopbarFieldColorBorderActive": "#392bff",
455
+ "dtThemeTopbarButtonColorForeground": "#392bff",
456
+ "dtThemeTopbarButtonColorForegroundHover": "#392bff",
457
+ "dtThemeTopbarButtonColorBackground": "#392bff",
458
+ "dtThemeTopbarButtonColorBackgroundHover": "#392bff",
459
+ "dtThemeTopbarButtonColorBackgroundActive": "#392bff",
460
+ "dtThemeTopbarProfileColorForeground": "#392bff",
461
461
  "dtThemeTopbarProfileColorForegroundInverted": "#000000",
462
- "dtThemeTopbarProfileColorBackground": "#E6E6E6",
463
- "dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
464
- "dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
465
- "dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
462
+ "dtThemeTopbarProfileColorBackground": "#392bff",
463
+ "dtThemeTopbarProfileColorBackgroundInverted": "#392bff",
464
+ "dtThemeTopbarProfileColorBackgroundHover": "#392bff",
465
+ "dtThemeTopbarProfileColorBackgroundActive": "#392bff",
466
466
  "dtThemeSidebarColorForeground": "#c7c7c7",
467
- "dtThemeSidebarColorForegroundUnread": "#E6E6E6",
467
+ "dtThemeSidebarColorForegroundUnread": "#e6e6e6",
468
468
  "dtThemeSidebarColorBackground": "#1f1f1f",
469
469
  "dtThemeSidebarIconColorForeground": "#c7c7c7",
470
- "dtThemeSidebarStatusColorForeground": "#B0B0B0",
471
- "dtThemeSidebarRowColorBackground": "#E6E6E6",
472
- "dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
473
- "dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
474
- "dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
475
- "dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
476
- "dtThemeSidebarSectionColorForeground": "#B0B0B0",
477
- "dtThemePresenceColorBackgroundAvailable": "#84EE0B",
478
- "dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
479
- "dtThemePresenceColorBackgroundBusy": "#FFBD48",
480
- "dtThemePresenceColorBackgroundOffline": "#ffffff",
470
+ "dtThemeSidebarStatusColorForeground": "#b0b0b0",
471
+ "dtThemeSidebarRowColorBackground": "#392bff",
472
+ "dtThemeSidebarRowColorBackgroundHover": "#392bff",
473
+ "dtThemeSidebarRowColorBackgroundActive": "#392bff",
474
+ "dtThemeSidebarSelectedRowColorForeground": "#e6e6e6",
475
+ "dtThemeSidebarSelectedRowColorBackground": "#392bff",
476
+ "dtThemeSidebarSectionColorForeground": "#b0b0b0",
477
+ "dtThemePresenceColorBackgroundAvailable": "#84ee0b",
478
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#ff415b",
479
+ "dtThemePresenceColorBackgroundBusy": "#ffbd48",
480
+ "dtThemePresenceColorBackgroundOffline": "#808080",
481
481
  "dtThemeMentionColorForeground": "#000000",
482
482
  "dtThemeMentionColorForegroundStrong": "#000000",
483
- "dtThemeMentionColorBackground": "#FFB2DA",
484
- "dtThemeMentionColorBackgroundStrong": "#E20074",
483
+ "dtThemeMentionColorBackground": "#bba6fc",
484
+ "dtThemeMentionColorBackgroundStrong": "#f5f0ff",
485
+ "dtShellBaseColorSurface": "#1f1f1f",
486
+ "dtShellBaseColorForeground": "#e6e6e6",
487
+ "dtShellBaseColorBorder": "#e6e6e6",
488
+ "dtShellBaseColorAccent": "#F49AC8",
489
+ "dtShellBaseColorStatusPositive": "#84ee0b",
490
+ "dtShellBaseColorStatusCritical": "#ff415b",
491
+ "dtShellBaseColorStatusWarning": "#ffbd48",
492
+ "dtShellBaseColorStatusAway": "#808080",
493
+ "dtShellBaseActionColorBackgroundPrimary": "#d4d4d4",
494
+ "dtShellBaseActionColorBackgroundSecondary": "#d4d4d4",
495
+ "dtShellBaseActionColorBackgroundMuted": "#d4d4d4",
496
+ "dtShellColorForegroundPrimary": "#e6e6e6",
497
+ "dtShellColorForegroundSecondary": "#e6e6e6",
498
+ "dtShellColorForegroundTertiary": "#e6e6e6",
499
+ "dtShellColorForegroundStrong": "#e6e6e6",
500
+ "dtShellColorForegroundMuted": "#e6e6e6",
501
+ "dtShellColorForegroundDisabled": "#e6e6e6",
502
+ "dtShellColorForegroundPositive": "#84ee0b",
503
+ "dtShellColorForegroundCritical": "#ff415b",
504
+ "dtShellColorForegroundWarning": "#ffbd48",
505
+ "dtShellColorSurfaceDefault": "#1f1f1f",
506
+ "dtShellColorBorderSubtle": "#e6e6e6",
507
+ "dtShellColorBorderDefault": "#e6e6e6",
508
+ "dtShellColorBorderBase": "#ffffff",
509
+ "dtShellActionColorForegroundPrimaryDefault": "#e6e6e6",
510
+ "dtShellActionColorForegroundSecondaryDefault": "#e6e6e6",
511
+ "dtShellActionColorForegroundPrimaryStrong": "#e6e6e6",
512
+ "dtShellActionColorForegroundTertiaryDefault": "#e6e6e6",
513
+ "dtShellActionColorForegroundPrimaryDisabled": "#e6e6e6",
514
+ "dtShellActionColorForegroundSecondaryDisabled": "#e6e6e6",
515
+ "dtShellActionColorForegroundMutedDefault": "#e6e6e6",
516
+ "dtShellActionColorForegroundMutedHover": "#e6e6e6",
517
+ "dtShellActionColorForegroundMutedActive": "#e6e6e6",
518
+ "dtShellActionColorForegroundMutedSelected": "#e6e6e6",
519
+ "dtShellActionColorBackgroundPrimaryDefault": "#d4d4d4",
520
+ "dtShellActionColorBackgroundPrimaryHover": "#d4d4d4",
521
+ "dtShellActionColorBackgroundPrimaryActive": "#d4d4d4",
522
+ "dtShellActionColorBackgroundPrimarySelected": "#d4d4d4",
523
+ "dtShellActionColorBackgroundSecondaryDefault": "#d4d4d4",
524
+ "dtShellActionColorBackgroundSecondaryHover": "#d4d4d4",
525
+ "dtShellActionColorBackgroundSecondaryActive": "#d4d4d4",
526
+ "dtShellActionColorBackgroundSecondarySelected": "#d4d4d4",
527
+ "dtShellActionColorBackgroundMutedDefault": "#d4d4d4",
528
+ "dtShellActionColorBackgroundMutedHover": "#d4d4d4",
529
+ "dtShellActionColorBackgroundMutedActive": "#d4d4d4",
530
+ "dtShellActionColorBackgroundMutedSelected": "#d4d4d4",
531
+ "dtShellMentionColorSurfacePrimary": "#F49AC8",
532
+ "dtShellMentionColorSurfaceSecondary": "#F49AC8",
533
+ "dtShellMentionColorForegroundPrimary": "#000000",
534
+ "dtShellMentionColorForegroundSecondary": "#171717",
535
+ "dtShellLogoColorStar": "#9071fc",
536
+ "dtShellLogoColorWordmark": "#f9f6ff",
537
+ "dtShellPresenceColorAvailable": "#84ee0b",
538
+ "dtShellPresenceColorUnavailable": "#ff415b",
539
+ "dtShellPresenceColorBusy": "#ffbd48",
540
+ "dtShellPresenceColorOffline": "#808080",
541
+ "dtShellFoo": "#392bff",
485
542
  "dtAvatarColorForeground": "#000000",
486
543
  "dtAvatarColorBackground100": "#1aa340",
487
544
  "dtAvatarColorBackground200": "#aaff83",
@@ -502,20 +559,20 @@
502
559
  "dtAvatarColorBackground1700": "#ffd646",
503
560
  "dtAvatarColorBackground1800": "#f1dab7",
504
561
  "dtAvatarColorBackground000": "#e0e0e0",
505
- "dtBadgeColorBackgroundDefault": "#E6E6E6",
562
+ "dtBadgeColorBackgroundDefault": "#e6e6e6",
506
563
  "dtBadgeColorBackgroundInfo": "#003165",
507
- "dtBadgeColorBackgroundSuccess": "#004F2E",
564
+ "dtBadgeColorBackgroundSuccess": "#004f2e",
508
565
  "dtBadgeColorBackgroundWarning": "#533204",
509
566
  "dtBadgeColorBackgroundCritical": "#640823",
510
- "dtBadgeColorBackgroundBulletin": "#FFB2DA",
511
- "dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
567
+ "dtBadgeColorBackgroundBulletin": "#bba6fc",
568
+ "dtBadgeColorBackgroundBulletinSubtle": "#3a1d95",
512
569
  "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
513
570
  "dtBadgeColorForegroundDefault": "#ffffff",
514
571
  "dtBadgeColorForegroundBulletin": "#000000",
515
- "dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
572
+ "dtBadgeColorForegroundBulletinSubtle": "#e6e6e6",
516
573
  "dtBadgeColorForegroundAi": "#ffffff",
517
574
  "dtBadgeColorBorderDefault": "#ffffff",
518
- "dtBadgeColorBorderBulletinSubtle": "#9071FC",
575
+ "dtBadgeColorBorderBulletinSubtle": "#9071fc",
519
576
  "dtButtonFontSizeXs": "12px",
520
577
  "dtButtonFontSizeSm": "12px",
521
578
  "dtButtonFontSizeMd": "15px",
@@ -541,9 +598,9 @@
541
598
  "dtCheckboxSizeRadius": "0.25rem",
542
599
  "dtCheckboxColorBorderUnchecked": "#ffffff",
543
600
  "dtCheckboxColorBorderUncheckedHover": "#ffffff",
544
- "dtCheckboxColorBorderChecked": "#FFB2DA",
545
- "dtCheckboxColorBackgroundChecked": "#FFB2DA",
546
- "dtCheckboxColorForegroundDefault": "transparent",
601
+ "dtCheckboxColorBorderChecked": "#bba6fc",
602
+ "dtCheckboxColorBackgroundChecked": "#bba6fc",
603
+ "dtCheckboxColorForegroundDefault": "#ffffff00",
547
604
  "dtCheckboxColorForegroundChecked": "#000000",
548
605
  "dtIconSize100": "12px",
549
606
  "dtIconSize200": "14px",
@@ -561,13 +618,17 @@
561
618
  "dtIconSizeBorder600": "0.1563rem",
562
619
  "dtIconSizeBorder700": "0.1719rem",
563
620
  "dtIconSizeBorder800": "0.2188rem",
621
+ "dtPresenceColorAvailable": "#84ee0b",
622
+ "dtPresenceColorUnavailable": "#ff415b",
623
+ "dtPresenceColorBusy": "#ffbd48",
624
+ "dtPresenceColorOffline": "#808080",
564
625
  "dtRadioSizeWidth": "1rem",
565
626
  "dtRadioSizeHeight": "1rem",
566
627
  "dtRadioSizeRadius": "50%",
567
628
  "dtRadioColorBorderUnchecked": "#ffffff",
568
629
  "dtRadioColorBorderUncheckedHover": "#ffffff",
569
- "dtRadioColorBorderChecked": "#FFB2DA",
570
- "dtRadioColorBackgroundChecked": "#FFB2DA",
571
- "dtRadioColorForegroundDefault": "transparent",
630
+ "dtRadioColorBorderChecked": "#bba6fc",
631
+ "dtRadioColorBackgroundChecked": "#bba6fc",
632
+ "dtRadioColorForegroundDefault": "#ffffff00",
572
633
  "dtRadioColorForegroundChecked": "#000000"
573
634
  }