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