@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
@@ -6,119 +6,162 @@
6
6
  "dtFontSize500": "65px",
7
7
  "dtFontSize600": "105px",
8
8
  "dtSizeBorderFocus": "0.1875rem",
9
- "dtColorForegroundPrimary": "#000000",
9
+ "dtColorForegroundPrimary": "#1C1C1C",
10
10
  "dtColorForegroundSecondary": "#3A3A3A",
11
- "dtColorForegroundTertiary": "#555555",
12
- "dtColorForegroundMuted": "#222222",
11
+ "dtColorForegroundTertiary": "#535353",
12
+ "dtColorForegroundMuted": "#000000",
13
13
  "dtColorForegroundPlaceholder": "#808080",
14
14
  "dtColorForegroundDisabled": "#808080",
15
- "dtColorForegroundCritical": "#EC0E0E",
16
- "dtColorForegroundCriticalStrong": "#B70B0B",
17
- "dtColorForegroundSuccess": "#1AA340",
18
- "dtColorForegroundSuccessStrong": "#124620",
15
+ "dtColorForegroundCritical": "#FF1356",
16
+ "dtColorForegroundCriticalStrong": "#AF0032",
17
+ "dtColorForegroundSuccess": "#008E52",
18
+ "dtColorForegroundSuccessStrong": "#004F2E",
19
19
  "dtColorForegroundWarning": "#815008",
20
- "dtColorForegroundPrimaryInverted": "#ffffff",
20
+ "dtColorForegroundPrimaryInverted": "#F9F9F9",
21
21
  "dtColorForegroundSecondaryInverted": "#E9E9E9",
22
22
  "dtColorForegroundTertiaryInverted": "#D2D2D2",
23
- "dtColorForegroundMutedInverted": "#E9E9E9",
24
- "dtColorForegroundPlaceholderInverted": "#808080",
25
- "dtColorForegroundDisabledInverted": "#808080",
26
- "dtColorForegroundCriticalInverted": "#FF8585",
27
- "dtColorForegroundCriticalStrongInverted": "#FF8585",
28
- "dtColorForegroundSuccessInverted": "#B0FFA3",
29
- "dtColorForegroundSuccessStrongInverted": "#B0FFA3",
30
- "dtColorForegroundWarningInverted": "#FFF4CC",
23
+ "dtColorForegroundMutedInverted": "#F9F9F9",
24
+ "dtColorForegroundPlaceholderInverted": "#AAAAAA",
25
+ "dtColorForegroundDisabledInverted": "#AAAAAA",
26
+ "dtColorForegroundCriticalInverted": "#FF716F",
27
+ "dtColorForegroundCriticalStrongInverted": "#FFABA4",
28
+ "dtColorForegroundSuccessInverted": "#AEFB3C",
29
+ "dtColorForegroundSuccessStrongInverted": "#DBFFA9",
30
+ "dtColorForegroundWarningInverted": "#FF9E0E",
31
31
  "dtColorLinkPrimary": "#7C52FF",
32
- "dtColorLinkCritical": "#EC0E0E",
33
- "dtColorLinkSuccess": "#1AA340",
32
+ "dtColorLinkPrimaryHover": "#5023DD",
33
+ "dtColorLinkCritical": "#FF1356",
34
+ "dtColorLinkCriticalHover": "#AF0032",
35
+ "dtColorLinkSuccess": "#008E52",
36
+ "dtColorLinkSuccessHover": "#004F2E",
34
37
  "dtColorLinkWarning": "#815008",
38
+ "dtColorLinkWarningHover": "#533204",
35
39
  "dtColorLinkMuted": "#3A3A3A",
40
+ "dtColorLinkMutedHover": "#1C1C1C",
36
41
  "dtColorLinkDisabled": "#808080",
37
- "dtColorLinkPrimaryInverted": "#AB7EFF",
38
- "dtColorLinkCriticalInverted": "#FF8585",
39
- "dtColorLinkSuccessInverted": "#B0FFA3",
40
- "dtColorLinkWarningInverted": "#FFF4CC",
41
- "dtColorLinkMutedInverted": "#E9E9E9",
42
- "dtColorLinkDisabledInverted": "#808080",
43
- "dtColorLinkPrimaryHover": "#3A1D95",
44
- "dtColorLinkCriticalHover": "#B70B0B",
45
- "dtColorLinkSuccessHover": "#124620",
46
- "dtColorLinkWarningHover": "#555555",
47
- "dtColorLinkMutedHover": "#000000",
48
42
  "dtColorLinkDisabledHover": "#808080",
43
+ "dtColorLinkPrimaryInverted": "#C2A3FF",
49
44
  "dtColorLinkPrimaryInvertedHover": "#DAC7FF",
50
- "dtColorLinkCriticalInvertedHover": "#FF8585",
51
- "dtColorLinkSuccessInvertedHover": "#B0FFA3",
52
- "dtColorLinkWarningInvertedHover": "#F9F9F9",
45
+ "dtColorLinkCriticalInverted": "#FF716F",
46
+ "dtColorLinkCriticalInvertedHover": "#FFABA4",
47
+ "dtColorLinkSuccessInverted": "#AEFB3C",
48
+ "dtColorLinkSuccessInvertedHover": "#DBFFA9",
49
+ "dtColorLinkWarningInverted": "#FF9E0E",
50
+ "dtColorLinkWarningInvertedHover": "#FFDB80",
51
+ "dtColorLinkMutedInverted": "#E9E9E9",
53
52
  "dtColorLinkMutedInvertedHover": "#F9F9F9",
54
- "dtColorLinkDisabledInvertedHover": "#808080",
55
- "dtColorSurfaceSecondaryOpaque": "#000000",
56
- "dtColorSurfaceModerateOpaque": "#000000",
57
- "dtColorSurfaceBoldOpaque": "#000000",
58
- "dtColorSurfaceStrongOpaque": "#000000",
59
- "dtColorSurfaceContrastOpaque": "#000000",
60
- "dtColorSurfaceBackdrop": "#000000",
61
- "dtColorSurfaceCriticalOpaque": "#EC0E0E",
62
- "dtColorSurfaceCriticalSubtleOpaque": "#EC0E0E",
63
- "dtColorSurfaceWarningOpaque": "#FFDB80",
64
- "dtColorSurfaceWarningSubtleOpaque": "#FFDB80",
65
- "dtColorSurfaceSuccessOpaque": "#1AA340",
66
- "dtColorSurfaceSuccessSubtleOpaque": "#1AA340",
67
- "dtColorSurfaceInfoOpaque": "#1768C6",
68
- "dtColorSurfaceInfoSubtleOpaque": "#1768C6",
53
+ "dtColorLinkDisabledInverted": "#AAAAAA",
54
+ "dtColorLinkDisabledInvertedHover": "#AAAAAA",
69
55
  "dtColorSurfacePrimary": "#ffffff",
70
56
  "dtColorSurfaceSecondary": "#F9F9F9",
71
57
  "dtColorSurfaceModerate": "#E9E9E9",
72
58
  "dtColorSurfaceBold": "#D2D2D2",
73
- "dtColorSurfaceStrong": "#555555",
74
- "dtColorSurfaceContrast": "#222222",
59
+ "dtColorSurfaceStrong": "#535353",
60
+ "dtColorSurfaceContrast": "#252525",
75
61
  "dtColorSurfaceCritical": "#FFE5E6",
76
- "dtColorSurfaceCriticalSubtle": "#FFE5E6",
77
- "dtColorSurfaceCriticalStrong": "#B70B0B",
78
62
  "dtColorSurfaceWarning": "#FFF4CC",
79
- "dtColorSurfaceWarningSubtle": "#FFF4CC",
80
- "dtColorSurfaceWarningStrong": "#FFDB80",
81
63
  "dtColorSurfaceSuccess": "#EDF9EB",
82
- "dtColorSurfaceSuccessSubtle": "#EDF9EB",
83
- "dtColorSurfaceSuccessStrong": "#1AA340",
84
64
  "dtColorSurfaceInfo": "#EAF2FA",
85
- "dtColorSurfaceInfoSubtle": "#EAF2FA",
65
+ "dtColorSurfaceBrand": "#F5F0FF",
66
+ "dtColorSurfaceCriticalSubtle": "#FFF2F3",
67
+ "dtColorSurfaceWarningSubtle": "#fffae5",
68
+ "dtColorSurfaceSuccessSubtle": "#f6fcf5",
69
+ "dtColorSurfaceInfoSubtle": "#f5f9fd",
70
+ "dtColorSurfaceBrandSubtle": "#f9f6ff",
71
+ "dtColorSurfaceCriticalStrong": "#D90A45",
72
+ "dtColorSurfaceWarningStrong": "#FFBD48",
73
+ "dtColorSurfaceSuccessStrong": "#008E52",
86
74
  "dtColorSurfaceInfoStrong": "#1768C6",
87
- "dtColorBorderSubtle": "#000000",
88
- "dtColorBorderDefault": "#000000",
89
- "dtColorBorderModerate": "#000000",
90
- "dtColorBorderBold": "#000000",
75
+ "dtColorSurfaceBrandStrong": "#7C52FF",
76
+ "dtColorSurfacePrimaryOpaque": "#ffffff",
77
+ "dtColorSurfaceSecondaryOpaque": "#1C1C1C",
78
+ "dtColorSurfaceModerateOpaque": "#1C1C1C",
79
+ "dtColorSurfaceBoldOpaque": "#1C1C1C",
80
+ "dtColorSurfaceStrongOpaque": "#1C1C1C",
81
+ "dtColorSurfaceContrastOpaque": "#1C1C1C",
82
+ "dtColorSurfaceCriticalOpaque": "#FFABA4",
83
+ "dtColorSurfaceWarningOpaque": "#FFE89C",
84
+ "dtColorSurfaceSuccessOpaque": "#DBFFA9",
85
+ "dtColorSurfaceInfoOpaque": "#BDE8FF",
86
+ "dtColorSurfaceBrandOpaque": "#DAC7FF",
87
+ "dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
88
+ "dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
89
+ "dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
90
+ "dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
91
+ "dtColorSurfaceBrandSubtleOpaque": "#DAC7FF",
92
+ "dtColorSurfacePrimaryInverted": "#000000",
93
+ "dtColorSurfaceSecondaryInverted": "#252525",
94
+ "dtColorSurfaceModerateInverted": "#3A3A3A",
95
+ "dtColorSurfaceBoldInverted": "#535353",
96
+ "dtColorSurfaceStrongInverted": "#AAAAAA",
97
+ "dtColorSurfaceContrastInverted": "#F9F9F9",
98
+ "dtColorSurfaceCriticalInverted": "#380010",
99
+ "dtColorSurfaceWarningInverted": "#2C1B02",
100
+ "dtColorSurfaceSuccessInverted": "#012717",
101
+ "dtColorSurfaceInfoInverted": "#001429",
102
+ "dtColorSurfaceBrandInverted": "#1D0155",
103
+ "dtColorSurfaceCriticalSubtleInverted": "#1C0108",
104
+ "dtColorSurfaceWarningSubtleInverted": "#201301",
105
+ "dtColorSurfaceSuccessSubtleInverted": "#00150D",
106
+ "dtColorSurfaceInfoSubtleInverted": "#010B16",
107
+ "dtColorSurfaceBrandSubtleInverted": "#0E002A",
108
+ "dtColorSurfaceCriticalStrongInverted": "#FF716F",
109
+ "dtColorSurfaceWarningStrongInverted": "#FFDB80",
110
+ "dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
111
+ "dtColorSurfaceInfoStrongInverted": "#4AA9EA",
112
+ "dtColorSurfaceBrandStrongInverted": "#AB7EFF",
113
+ "dtColorSurfacePrimaryOpaqueInverted": "#000000",
114
+ "dtColorSurfaceSecondaryOpaqueInverted": "#ffffff",
115
+ "dtColorSurfaceModerateOpaqueInverted": "#ffffff",
116
+ "dtColorSurfaceBoldOpaqueInverted": "#ffffff",
117
+ "dtColorSurfaceStrongOpaqueInverted": "#ffffff",
118
+ "dtColorSurfaceContrastOpaqueInverted": "#ffffff",
119
+ "dtColorSurfaceCriticalOpaqueInverted": "#640823",
120
+ "dtColorSurfaceWarningOpaqueInverted": "#533204",
121
+ "dtColorSurfaceSuccessOpaqueInverted": "#004F2E",
122
+ "dtColorSurfaceInfoOpaqueInverted": "#001429",
123
+ "dtColorSurfaceBrandOpaqueInverted": "#1D0155",
124
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#1C0108",
125
+ "dtColorSurfaceWarningSubtleOpaqueInverted": "#201301",
126
+ "dtColorSurfaceSuccessSubtleOpaqueInverted": "#00150D",
127
+ "dtColorSurfaceInfoSubtleOpaqueInverted": "#010B16",
128
+ "dtColorSurfaceBrandSubtleOpaqueInverted": "#0E002A",
129
+ "dtColorSurfaceBackdrop": "#000000",
130
+ "dtColorBorderSubtle": "#1C1C1C",
131
+ "dtColorBorderDefault": "#1C1C1C",
132
+ "dtColorBorderModerate": "#1C1C1C",
133
+ "dtColorBorderBold": "#1C1C1C",
134
+ "dtColorBorderCritical": "#FF1356",
135
+ "dtColorBorderSuccess": "#2EA834",
136
+ "dtColorBorderWarning": "#FF9E0E",
137
+ "dtColorBorderBrand": "#7C52FF",
138
+ "dtColorBorderCriticalSubtle": "#FF716F",
139
+ "dtColorBorderSuccessSubtle": "#D1FF76",
140
+ "dtColorBorderWarningSubtle": "#FFDB80",
141
+ "dtColorBorderBrandSubtle": "#C2A3FF",
142
+ "dtColorBorderCriticalStrong": "#93173A",
143
+ "dtColorBorderSuccessStrong": "#004F2E",
144
+ "dtColorBorderWarningStrong": "#D57F00",
145
+ "dtColorBorderBrandStrong": "#5023DD",
91
146
  "dtColorBorderSubtleInverted": "#ffffff",
92
147
  "dtColorBorderDefaultInverted": "#ffffff",
93
148
  "dtColorBorderModerateInverted": "#ffffff",
94
149
  "dtColorBorderBoldInverted": "#ffffff",
95
- "dtColorBorderFocus": "#51A0FE",
96
- "dtColorBorderCritical": "#EC0E0E",
97
- "dtColorBorderSuccess": "#1AA340",
98
- "dtColorBorderWarning": "#D28F2B",
99
- "dtColorBorderBrand": "#7C52FF",
100
- "dtColorBorderAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
101
- "dtColorBorderAccent": "#F9008E",
102
- "dtColorBorderCriticalSubtle": "#FF8585",
103
- "dtColorBorderCriticalStrong": "#B70B0B",
104
- "dtColorBorderSuccessSubtle": "#B0FFA3",
105
- "dtColorBorderSuccessStrong": "#124620",
106
- "dtColorBorderWarningSubtle": "#FFDB80",
107
- "dtColorBorderWarningStrong": "#815008",
108
- "dtColorBorderBrandSubtle": "#DAC7FF",
109
- "dtColorBorderBrandStrong": "#3A1D95",
110
- "dtColorBorderCriticalInverted": "#FF8585",
111
- "dtColorBorderSuccessInverted": "#B0FFA3",
112
- "dtColorBorderWarningInverted": "#FFDB80",
113
- "dtColorBorderBrandInverted": "#7C52FF",
114
- "dtColorBorderCriticalSubtleInverted": "#B70B0B",
115
- "dtColorBorderCriticalStrongInverted": "#FFE5E6",
116
- "dtColorBorderSuccessSubtleInverted": "#1AA340",
117
- "dtColorBorderSuccessStrongInverted": "#EDF9EB",
118
- "dtColorBorderWarningSubtleInverted": "#D28F2B",
119
- "dtColorBorderWarningStrongInverted": "#FFF4CC",
120
- "dtColorBorderBrandSubtleInverted": "#3A1D95",
150
+ "dtColorBorderCriticalInverted": "#FF716F",
151
+ "dtColorBorderSuccessInverted": "#52C926",
152
+ "dtColorBorderWarningInverted": "#EA8F07",
153
+ "dtColorBorderBrandInverted": "#AB7EFF",
154
+ "dtColorBorderCriticalSubtleInverted": "#640823",
155
+ "dtColorBorderSuccessSubtleInverted": "#004F2E",
156
+ "dtColorBorderWarningSubtleInverted": "#815008",
157
+ "dtColorBorderBrandSubtleInverted": "#7C52FF",
158
+ "dtColorBorderCriticalStrongInverted": "#FFABA4",
159
+ "dtColorBorderSuccessStrongInverted": "#84EE0B",
160
+ "dtColorBorderWarningStrongInverted": "#FFDB80",
121
161
  "dtColorBorderBrandStrongInverted": "#DAC7FF",
162
+ "dtColorBorderFocus": "#2C83D5",
163
+ "dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
164
+ "dtColorBorderAccent": "#FF1BA4",
122
165
  "dtTypographyBodyMdFontFamily": "Archivo, -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",
123
166
  "dtTypographyBodyMdFontWeight": "400",
124
167
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -319,107 +362,107 @@
319
362
  "dtInputsColorForegroundDefault": "#3A3A3A",
320
363
  "dtInputsColorForegroundPlaceholder": "#808080",
321
364
  "dtInputsColorForegroundDisabled": "#808080",
322
- "dtInputsColorBorderDefault": "#000000",
323
- "dtInputsColorBorderFocus": "#51A0FE",
324
- "dtInputsColorBorderCritical": "#EC0E0E",
325
- "dtInputsColorBorderSuccess": "#1AA340",
326
- "dtInputsColorBorderWarning": "#D28F2B",
365
+ "dtInputsColorBorderDefault": "#1C1C1C",
366
+ "dtInputsColorBorderFocus": "#2C83D5",
367
+ "dtInputsColorBorderCritical": "#FF1356",
368
+ "dtInputsColorBorderSuccess": "#2EA834",
369
+ "dtInputsColorBorderWarning": "#FF9E0E",
327
370
  "dtInputsColorBorderDisabled": "transparent",
328
- "dtInputsColorBackgroundDefault": "#000000",
329
- "dtInputsColorBackgroundFocus": "#000000",
330
- "dtInputsColorBackgroundDisabled": "#000000",
371
+ "dtInputsColorBackgroundDefault": "#1C1C1C",
372
+ "dtInputsColorBackgroundFocus": "#F9F9F9",
373
+ "dtInputsColorBackgroundDisabled": "#1C1C1C",
331
374
  "dtActionColorForegroundBaseDefault": "#7C52FF",
332
- "dtActionColorForegroundBaseHover": "#7C52FF",
333
- "dtActionColorForegroundBaseActive": "#7C52FF",
375
+ "dtActionColorForegroundBaseHover": "#5023DD",
376
+ "dtActionColorForegroundBaseActive": "#5023DD",
334
377
  "dtActionColorForegroundBasePrimaryDefault": "#ffffff",
335
- "dtActionColorForegroundCriticalDefault": "#EC0E0E",
336
- "dtActionColorForegroundCriticalHover": "#EC0E0E",
337
- "dtActionColorForegroundCriticalActive": "#EC0E0E",
378
+ "dtActionColorForegroundCriticalDefault": "#FF1356",
379
+ "dtActionColorForegroundCriticalHover": "#AF0032",
380
+ "dtActionColorForegroundCriticalActive": "#AF0032",
338
381
  "dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
339
- "dtActionColorForegroundInvertedDefault": "#ffffff",
340
- "dtActionColorForegroundInvertedHover": "#ffffff",
341
- "dtActionColorForegroundInvertedActive": "#ffffff",
382
+ "dtActionColorForegroundInvertedDefault": "#F9F9F9",
383
+ "dtActionColorForegroundInvertedHover": "#F9F9F9",
384
+ "dtActionColorForegroundInvertedActive": "#F9F9F9",
342
385
  "dtActionColorForegroundInvertedPrimaryDefault": "#7C52FF",
343
- "dtActionColorForegroundInvertedPrimaryHover": "#3A1D95",
344
- "dtActionColorForegroundInvertedPrimaryActive": "#3A1D95",
386
+ "dtActionColorForegroundInvertedPrimaryHover": "#5023DD",
387
+ "dtActionColorForegroundInvertedPrimaryActive": "#5023DD",
345
388
  "dtActionColorForegroundMutedDefault": "#3A3A3A",
346
- "dtActionColorForegroundMutedHover": "#3A3A3A",
347
- "dtActionColorForegroundMutedActive": "#3A3A3A",
389
+ "dtActionColorForegroundMutedHover": "#1C1C1C",
390
+ "dtActionColorForegroundMutedActive": "#1C1C1C",
348
391
  "dtActionColorForegroundDisabledDefault": "#808080",
349
- "dtActionColorForegroundPositiveDefault": "#1AA340",
350
- "dtActionColorForegroundPositiveHover": "#1AA340",
351
- "dtActionColorForegroundPositiveActive": "#1AA340",
392
+ "dtActionColorForegroundPositiveDefault": "#008E52",
393
+ "dtActionColorForegroundPositiveHover": "#004F2E",
394
+ "dtActionColorForegroundPositiveActive": "#004F2E",
352
395
  "dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
353
396
  "dtActionColorBackgroundBaseDefault": "transparent",
354
- "dtActionColorBackgroundBaseHover": "#7C52FF",
355
- "dtActionColorBackgroundBaseActive": "#7C52FF",
397
+ "dtActionColorBackgroundBaseHover": "#DAC7FF",
398
+ "dtActionColorBackgroundBaseActive": "#DAC7FF",
356
399
  "dtActionColorBackgroundBasePrimaryDefault": "#7C52FF",
357
- "dtActionColorBackgroundBasePrimaryHover": "#7C52FF",
358
- "dtActionColorBackgroundBasePrimaryActive": "#7C52FF",
400
+ "dtActionColorBackgroundBasePrimaryHover": "#6538F1",
401
+ "dtActionColorBackgroundBasePrimaryActive": "#5023DD",
359
402
  "dtActionColorBackgroundCriticalDefault": "transparent",
360
- "dtActionColorBackgroundCriticalHover": "#EC0E0E",
361
- "dtActionColorBackgroundCriticalActive": "#EC0E0E",
362
- "dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E",
363
- "dtActionColorBackgroundCriticalPrimaryHover": "#EC0E0E",
364
- "dtActionColorBackgroundCriticalPrimaryActive": "#EC0E0E",
403
+ "dtActionColorBackgroundCriticalHover": "#FFABA4",
404
+ "dtActionColorBackgroundCriticalActive": "#FFABA4",
405
+ "dtActionColorBackgroundCriticalPrimaryDefault": "#FF1356",
406
+ "dtActionColorBackgroundCriticalPrimaryHover": "#D90A45",
407
+ "dtActionColorBackgroundCriticalPrimaryActive": "#AF0032",
365
408
  "dtActionColorBackgroundInvertedDefault": "transparent",
366
- "dtActionColorBackgroundInvertedHover": "#ffffff",
367
- "dtActionColorBackgroundInvertedActive": "#ffffff",
368
- "dtActionColorBackgroundInvertedPrimaryDefault": "#ffffff",
409
+ "dtActionColorBackgroundInvertedHover": "#535353",
410
+ "dtActionColorBackgroundInvertedActive": "#808080",
411
+ "dtActionColorBackgroundInvertedPrimaryDefault": "#F9F9F9",
369
412
  "dtActionColorBackgroundInvertedPrimaryHover": "#F5F0FF",
370
- "dtActionColorBackgroundInvertedPrimaryActive": "#F5F0FF",
413
+ "dtActionColorBackgroundInvertedPrimaryActive": "#DAC7FF",
371
414
  "dtActionColorBackgroundMutedDefault": "transparent",
372
- "dtActionColorBackgroundMutedHover": "#222222",
373
- "dtActionColorBackgroundMutedActive": "#222222",
374
- "dtActionColorBackgroundDisabledDefault": "#D2D2D2",
415
+ "dtActionColorBackgroundMutedHover": "#1C1C1C",
416
+ "dtActionColorBackgroundMutedActive": "#1C1C1C",
417
+ "dtActionColorBackgroundDisabledDefault": "#1C1C1C",
375
418
  "dtActionColorBackgroundPositiveDefault": "transparent",
376
- "dtActionColorBackgroundPositiveHover": "#EDF9EB",
377
- "dtActionColorBackgroundPositiveActive": "#1AA340",
378
- "dtActionColorBackgroundPositivePrimaryDefault": "#1AA340",
379
- "dtActionColorBackgroundPositivePrimaryHover": "#1AA340",
380
- "dtActionColorBackgroundPositivePrimaryActive": "#1AA340",
419
+ "dtActionColorBackgroundPositiveHover": "#DBFFA9",
420
+ "dtActionColorBackgroundPositiveActive": "#DBFFA9",
421
+ "dtActionColorBackgroundPositivePrimaryDefault": "#2EA834",
422
+ "dtActionColorBackgroundPositivePrimaryHover": "#008E52",
423
+ "dtActionColorBackgroundPositivePrimaryActive": "#008E52",
381
424
  "dtActionColorBorderBaseOutlinedDefault": "#7C52FF",
382
- "dtActionColorBorderCriticalOutlinedDefault": "#EC0E0E",
425
+ "dtActionColorBorderCriticalOutlinedDefault": "#FF1356",
383
426
  "dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
384
- "dtActionColorBorderMutedOutlinedDefault": "#000000",
385
- "dtThemeColorBase": "#000000",
386
- "dtThemeTopbarColorForeground": "#000000",
427
+ "dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
428
+ "dtThemeColorBase": "#1C1C1C",
429
+ "dtThemeTopbarColorForeground": "#1C1C1C",
387
430
  "dtThemeTopbarColorBackground": "#F9F9F9",
388
- "dtThemeTopbarFieldColorForeground": "#000000",
389
- "dtThemeTopbarFieldColorForegroundHover": "#000000",
390
- "dtThemeTopbarFieldColorBackground": "#000000",
391
- "dtThemeTopbarFieldColorBackgroundHover": "#000000",
392
- "dtThemeTopbarFieldColorBorder": "#000000",
393
- "dtThemeTopbarFieldColorBorderHover": "#000000",
394
- "dtThemeTopbarFieldColorBorderActive": "#000000",
395
- "dtThemeTopbarButtonColorForeground": "#000000",
396
- "dtThemeTopbarButtonColorForegroundHover": "#000000",
397
- "dtThemeTopbarButtonColorBackground": "#000000",
398
- "dtThemeTopbarButtonColorBackgroundHover": "#000000",
399
- "dtThemeTopbarButtonColorBackgroundActive": "#000000",
400
- "dtThemeTopbarProfileColorForeground": "#000000",
401
- "dtThemeTopbarProfileColorForegroundInverted": "#ffffff",
402
- "dtThemeTopbarProfileColorBackground": "#000000",
403
- "dtThemeTopbarProfileColorBackgroundInverted": "#000000",
404
- "dtThemeTopbarProfileColorBackgroundHover": "#000000",
405
- "dtThemeTopbarProfileColorBackgroundActive": "#000000",
431
+ "dtThemeTopbarFieldColorForeground": "#1C1C1C",
432
+ "dtThemeTopbarFieldColorForegroundHover": "#1C1C1C",
433
+ "dtThemeTopbarFieldColorBackground": "#1C1C1C",
434
+ "dtThemeTopbarFieldColorBackgroundHover": "#1C1C1C",
435
+ "dtThemeTopbarFieldColorBorder": "#1C1C1C",
436
+ "dtThemeTopbarFieldColorBorderHover": "#1C1C1C",
437
+ "dtThemeTopbarFieldColorBorderActive": "#1C1C1C",
438
+ "dtThemeTopbarButtonColorForeground": "#1C1C1C",
439
+ "dtThemeTopbarButtonColorForegroundHover": "#1C1C1C",
440
+ "dtThemeTopbarButtonColorBackground": "#1C1C1C",
441
+ "dtThemeTopbarButtonColorBackgroundHover": "#1C1C1C",
442
+ "dtThemeTopbarButtonColorBackgroundActive": "#1C1C1C",
443
+ "dtThemeTopbarProfileColorForeground": "#1C1C1C",
444
+ "dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
445
+ "dtThemeTopbarProfileColorBackground": "#1C1C1C",
446
+ "dtThemeTopbarProfileColorBackgroundInverted": "#1C1C1C",
447
+ "dtThemeTopbarProfileColorBackgroundHover": "#1C1C1C",
448
+ "dtThemeTopbarProfileColorBackgroundActive": "#1C1C1C",
406
449
  "dtThemeSidebarColorForeground": "#3A3A3A",
407
- "dtThemeSidebarColorForegroundUnread": "#000000",
450
+ "dtThemeSidebarColorForegroundUnread": "#1C1C1C",
408
451
  "dtThemeSidebarColorBackground": "#F9F9F9",
409
452
  "dtThemeSidebarIconColorForeground": "#3A3A3A",
410
- "dtThemeSidebarStatusColorForeground": "#555555",
411
- "dtThemeSidebarRowColorBackground": "#000000",
412
- "dtThemeSidebarRowColorBackgroundHover": "#000000",
413
- "dtThemeSidebarRowColorBackgroundActive": "#000000",
414
- "dtThemeSidebarSelectedRowColorForeground": "#000000",
415
- "dtThemeSidebarSelectedRowColorBackground": "#000000",
416
- "dtThemeSidebarSectionColorForeground": "#555555",
417
- "dtThemePresenceColorBackgroundAvailable": "#1AA340",
418
- "dtThemePresenceColorBackgroundBusyUnavailable": "#EC0E0E",
419
- "dtThemePresenceColorBackgroundBusy": "#F6AB3C",
453
+ "dtThemeSidebarStatusColorForeground": "#535353",
454
+ "dtThemeSidebarRowColorBackground": "#1C1C1C",
455
+ "dtThemeSidebarRowColorBackgroundHover": "#1C1C1C",
456
+ "dtThemeSidebarRowColorBackgroundActive": "#1C1C1C",
457
+ "dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
458
+ "dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
459
+ "dtThemeSidebarSectionColorForeground": "#535353",
460
+ "dtThemePresenceColorBackgroundAvailable": "#52C926",
461
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
462
+ "dtThemePresenceColorBackgroundBusy": "#FF9E0E",
420
463
  "dtThemePresenceColorBackgroundOffline": "#ffffff",
421
464
  "dtThemeMentionColorForeground": "#ffffff",
422
- "dtThemeMentionColorForegroundStrong": "#ffffff",
465
+ "dtThemeMentionColorForegroundStrong": "#F9F9F9",
423
466
  "dtThemeMentionColorBackground": "#7C52FF",
424
467
  "dtThemeMentionColorBackgroundStrong": "#3A1D95",
425
468
  "dtAvatarColorForeground": "#000000",
@@ -442,25 +485,28 @@
442
485
  "dtAvatarColorBackground1700": "#ffd646",
443
486
  "dtAvatarColorBackground1800": "#f1dab7",
444
487
  "dtAvatarColorBackground000": "#e0e0e0",
445
- "dtBadgeColorBackgroundDefault": "#000000",
446
- "dtBadgeColorBackgroundInfo": "#EAF2FA",
447
- "dtBadgeColorBackgroundSuccess": "#EDF9EB",
448
- "dtBadgeColorBackgroundWarning": "#FFF4CC",
449
- "dtBadgeColorBackgroundCritical": "#FFE5E6",
488
+ "dtBadgeColorBackgroundDefault": "#1C1C1C",
489
+ "dtBadgeColorBackgroundInfo": "#BDE8FF",
490
+ "dtBadgeColorBackgroundSuccess": "#DBFFA9",
491
+ "dtBadgeColorBackgroundWarning": "#FFE89C",
492
+ "dtBadgeColorBackgroundCritical": "#FFABA4",
450
493
  "dtBadgeColorBackgroundBulletin": "#7C52FF",
451
- "dtBadgeColorBackgroundBulletinSubtle": "#7C52FF",
452
- "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
494
+ "dtBadgeColorBackgroundBulletinSubtle": "#DAC7FF",
495
+ "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
453
496
  "dtBadgeColorForegroundDefault": "#000000",
454
497
  "dtBadgeColorForegroundBulletin": "#ffffff",
455
- "dtBadgeColorForegroundBulletinSubtle": "#7C52FF",
456
- "dtBadgeColorBorderDefault": "#000000",
498
+ "dtBadgeColorForegroundBulletinSubtle": "#3A1D95",
499
+ "dtBadgeColorForegroundAi": "#ffffff",
500
+ "dtBadgeColorBorderDefault": "#1C1C1C",
457
501
  "dtBadgeColorBorderBulletinSubtle": "#7C52FF",
458
502
  "dtCheckboxSizeWidth": "1rem",
459
503
  "dtCheckboxSizeHeight": "1rem",
460
504
  "dtCheckboxSizeRadius": "0.25rem",
461
- "dtCheckboxColorBorderUnchecked": "#000000",
505
+ "dtCheckboxColorBorderUnchecked": "#1C1C1C",
462
506
  "dtCheckboxColorBorderChecked": "#7C52FF",
463
507
  "dtCheckboxColorBackgroundChecked": "#7C52FF",
508
+ "dtCheckboxColorForegroundDefault": "transparent",
509
+ "dtCheckboxColorForegroundChecked": "#F9F9F9",
464
510
  "dtIconSize100": "12px",
465
511
  "dtIconSize200": "14px",
466
512
  "dtIconSize300": "18px",
@@ -480,7 +526,9 @@
480
526
  "dtRadioSizeWidth": "1rem",
481
527
  "dtRadioSizeHeight": "1rem",
482
528
  "dtRadioSizeRadius": "50%",
483
- "dtRadioColorBorderUnchecked": "#000000",
529
+ "dtRadioColorBorderUnchecked": "#1C1C1C",
484
530
  "dtRadioColorBorderChecked": "#7C52FF",
485
- "dtRadioColorBackgroundChecked": "#7C52FF"
531
+ "dtRadioColorBackgroundChecked": "#7C52FF",
532
+ "dtRadioColorForegroundDefault": "transparent",
533
+ "dtRadioColorForegroundChecked": "#F9F9F9"
486
534
  }