@dialpad/dialtone 9.108.0 → 9.109.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 (132) hide show
  1. package/README.md +0 -1
  2. package/dist/css/dialtone-default-theme.css +12085 -3150
  3. package/dist/css/dialtone-default-theme.min.css +1 -1
  4. package/dist/css/dialtone-docs.json +1 -1
  5. package/dist/css/dialtone.css +3498 -313
  6. package/dist/css/dialtone.min.css +1 -1
  7. package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
  8. package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
  9. package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
  10. package/dist/css/tokens/tokens-base-dark.css +946 -161
  11. package/dist/css/tokens/tokens-base-deca-dark.css +526 -56
  12. package/dist/css/tokens/tokens-base-deca-light.css +522 -52
  13. package/dist/css/tokens/tokens-base-light.css +913 -128
  14. package/dist/css/tokens/tokens-debug-base.css +788 -3
  15. package/dist/css/tokens/tokens-debug-dp.css +1034 -669
  16. package/dist/css/tokens/tokens-deca-dark.css +804 -768
  17. package/dist/css/tokens/tokens-deca-light.css +743 -707
  18. package/dist/css/tokens/tokens-dp-dark.css +1289 -924
  19. package/dist/css/tokens/tokens-dp-light.css +1338 -973
  20. package/dist/css/tokens/tokens-expressive-dark.css +1289 -924
  21. package/dist/css/tokens/tokens-expressive-light.css +1335 -970
  22. package/dist/css/tokens/tokens-expressive-sm-dark.css +1289 -924
  23. package/dist/css/tokens/tokens-expressive-sm-light.css +1335 -970
  24. package/dist/css/tokens/tokens-tmo-dark.css +1445 -1080
  25. package/dist/css/tokens/tokens-tmo-light.css +1480 -1115
  26. package/dist/css/tokens-docs.json +1 -1
  27. package/dist/tokens/css/tokens-base-dark.css +946 -161
  28. package/dist/tokens/css/tokens-base-deca-dark.css +526 -56
  29. package/dist/tokens/css/tokens-base-deca-light.css +522 -52
  30. package/dist/tokens/css/tokens-base-light.css +913 -128
  31. package/dist/tokens/css/tokens-debug-base.css +788 -3
  32. package/dist/tokens/css/tokens-debug-dp.css +1034 -669
  33. package/dist/tokens/css/tokens-deca-dark.css +804 -768
  34. package/dist/tokens/css/tokens-deca-light.css +743 -707
  35. package/dist/tokens/css/tokens-dp-dark.css +1289 -924
  36. package/dist/tokens/css/tokens-dp-light.css +1338 -973
  37. package/dist/tokens/css/tokens-expressive-dark.css +1289 -924
  38. package/dist/tokens/css/tokens-expressive-light.css +1335 -970
  39. package/dist/tokens/css/tokens-expressive-sm-dark.css +1289 -924
  40. package/dist/tokens/css/tokens-expressive-sm-light.css +1335 -970
  41. package/dist/tokens/css/tokens-tmo-dark.css +1445 -1080
  42. package/dist/tokens/css/tokens-tmo-light.css +1480 -1115
  43. package/dist/tokens/doc.json +98587 -72861
  44. package/dist/tokens/less/tokens-base-dark.less +159 -46
  45. package/dist/tokens/less/tokens-base-deca-dark.less +85 -17
  46. package/dist/tokens/less/tokens-base-deca-light.less +84 -16
  47. package/dist/tokens/less/tokens-base-light.less +150 -37
  48. package/dist/tokens/less/tokens-deca-dark.less +189 -183
  49. package/dist/tokens/less/tokens-deca-light.less +180 -174
  50. package/dist/tokens/less/tokens-dp-dark.less +240 -187
  51. package/dist/tokens/less/tokens-dp-light.less +238 -185
  52. package/dist/tokens/less/tokens-expressive-dark.less +263 -210
  53. package/dist/tokens/less/tokens-expressive-light.less +261 -208
  54. package/dist/tokens/less/tokens-expressive-sm-dark.less +263 -210
  55. package/dist/tokens/less/tokens-expressive-sm-light.less +261 -208
  56. package/dist/tokens/less/tokens-tmo-dark.less +260 -207
  57. package/dist/tokens/less/tokens-tmo-light.less +251 -198
  58. package/dist/tokens/themes/chunks/tokens-base-dark-B42c8NRe.js +1 -0
  59. package/dist/tokens/themes/chunks/tokens-base-dark-D3XlzClW.js +4 -0
  60. package/dist/tokens/themes/chunks/tokens-base-light-5p3ZOPKU.js +1 -0
  61. package/dist/tokens/themes/chunks/tokens-base-light-C_G4p7UU.js +4 -0
  62. package/dist/tokens/themes/debug.cjs +1 -1
  63. package/dist/tokens/themes/debug.js +1 -1
  64. package/dist/tokens/themes/dp-dark.cjs +1 -1
  65. package/dist/tokens/themes/dp-dark.js +2 -2
  66. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  67. package/dist/tokens/themes/dp-deca-dark.js +1 -1
  68. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  69. package/dist/tokens/themes/dp-deca-light.js +2 -2
  70. package/dist/tokens/themes/dp-light.cjs +1 -1
  71. package/dist/tokens/themes/dp-light.js +2 -2
  72. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  73. package/dist/tokens/themes/expressive-dark.js +3 -3
  74. package/dist/tokens/themes/expressive-light.cjs +1 -1
  75. package/dist/tokens/themes/expressive-light.js +3 -3
  76. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  77. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  78. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  79. package/dist/tokens/themes/expressive-sm-light.js +3 -3
  80. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  81. package/dist/tokens/themes/tmo-dark.js +2 -2
  82. package/dist/tokens/themes/tmo-light.cjs +1 -1
  83. package/dist/tokens/themes/tmo-light.js +2 -2
  84. package/dist/tokens/tokens-base-dark.json +159 -46
  85. package/dist/tokens/tokens-base-deca-dark.json +82 -14
  86. package/dist/tokens/tokens-base-deca-light.json +81 -13
  87. package/dist/tokens/tokens-base-light.json +150 -37
  88. package/dist/tokens/tokens-deca-dark.json +186 -180
  89. package/dist/tokens/tokens-deca-light.json +178 -172
  90. package/dist/tokens/tokens-dp-dark.json +224 -171
  91. package/dist/tokens/tokens-dp-light.json +235 -182
  92. package/dist/tokens/tokens-expressive-dark.json +247 -194
  93. package/dist/tokens/tokens-expressive-light.json +258 -205
  94. package/dist/tokens/tokens-expressive-sm-dark.json +247 -194
  95. package/dist/tokens/tokens-expressive-sm-light.json +258 -205
  96. package/dist/tokens/tokens-tmo-dark.json +249 -196
  97. package/dist/tokens/tokens-tmo-light.json +246 -193
  98. package/dist/vue2/component-documentation.json +1 -1
  99. package/dist/vue2/components/button/button.vue.cjs +1 -1
  100. package/dist/vue2/components/button/button.vue.cjs.map +1 -1
  101. package/dist/vue2/components/button/button.vue.js +1 -1
  102. package/dist/vue2/components/button/button.vue.js.map +1 -1
  103. package/dist/vue2/components/button/button_constants.cjs +3 -2
  104. package/dist/vue2/components/button/button_constants.cjs.map +1 -1
  105. package/dist/vue2/components/button/button_constants.js +3 -2
  106. package/dist/vue2/components/button/button_constants.js.map +1 -1
  107. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  108. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  109. package/dist/vue2/types/components/button/button_constants.d.ts +2 -1
  110. package/dist/vue2/types/components/button/button_constants.d.ts.map +1 -1
  111. package/dist/vue3/component-documentation.json +1 -1
  112. package/dist/vue3/components/button/button.vue.cjs +1 -1
  113. package/dist/vue3/components/button/button.vue.cjs.map +1 -1
  114. package/dist/vue3/components/button/button.vue.js +1 -1
  115. package/dist/vue3/components/button/button.vue.js.map +1 -1
  116. package/dist/vue3/components/button/button_constants.cjs +3 -2
  117. package/dist/vue3/components/button/button_constants.cjs.map +1 -1
  118. package/dist/vue3/components/button/button_constants.js +3 -2
  119. package/dist/vue3/components/button/button_constants.js.map +1 -1
  120. package/dist/vue3/types/components/button/button_constants.d.ts +2 -1
  121. package/dist/vue3/types/components/button/button_constants.d.ts.map +1 -1
  122. package/package.json +5 -5
  123. package/dist/css/fonts/Archivo-Bold.woff2 +0 -0
  124. package/dist/css/fonts/Archivo-Regular.woff2 +0 -0
  125. package/dist/css/fonts/Archivo-SemiBold.woff2 +0 -0
  126. package/dist/css/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
  127. package/dist/css/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
  128. package/dist/css/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
  129. package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
  130. package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
  131. package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
  132. package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
@@ -1,118 +1,162 @@
1
1
  {
2
2
  "dtSizeBorderFocus": "0.1875rem",
3
- "dtColorForegroundPrimary": "#000000",
3
+ "dtColorForegroundPrimary": "#1C1C1C",
4
4
  "dtColorForegroundSecondary": "#3A3A3A",
5
- "dtColorForegroundTertiary": "#555555",
6
- "dtColorForegroundMuted": "#222222",
5
+ "dtColorForegroundTertiary": "#535353",
6
+ "dtColorForegroundMuted": "#000000",
7
7
  "dtColorForegroundPlaceholder": "#808080",
8
8
  "dtColorForegroundDisabled": "#808080",
9
- "dtColorForegroundCritical": "#EC0E0E",
10
- "dtColorForegroundCriticalStrong": "#B70B0B",
11
- "dtColorForegroundSuccess": "#1AA340",
12
- "dtColorForegroundSuccessStrong": "#124620",
9
+ "dtColorForegroundCritical": "#D90A45",
10
+ "dtColorForegroundCriticalStrong": "#AF0032",
11
+ "dtColorForegroundSuccess": "#008E52",
12
+ "dtColorForegroundSuccessStrong": "#004F2E",
13
13
  "dtColorForegroundWarning": "#815008",
14
- "dtColorForegroundPrimaryInverted": "#ffffff",
14
+ "dtColorForegroundPrimaryInverted": "#F9F9F9",
15
15
  "dtColorForegroundSecondaryInverted": "#E9E9E9",
16
16
  "dtColorForegroundTertiaryInverted": "#D2D2D2",
17
- "dtColorForegroundMutedInverted": "#E9E9E9",
18
- "dtColorForegroundPlaceholderInverted": "#808080",
19
- "dtColorForegroundDisabledInverted": "#808080",
20
- "dtColorForegroundCriticalInverted": "#FF8585",
21
- "dtColorForegroundCriticalStrongInverted": "#FF8585",
22
- "dtColorForegroundSuccessInverted": "#B0FFA3",
23
- "dtColorForegroundSuccessStrongInverted": "#B0FFA3",
24
- "dtColorForegroundWarningInverted": "#FFF4CC",
25
- "dtColorLinkPrimary": "#7C52FF",
26
- "dtColorLinkCritical": "#EC0E0E",
27
- "dtColorLinkSuccess": "#1AA340",
17
+ "dtColorForegroundMutedInverted": "#F9F9F9",
18
+ "dtColorForegroundPlaceholderInverted": "#AAAAAA",
19
+ "dtColorForegroundDisabledInverted": "#AAAAAA",
20
+ "dtColorForegroundCriticalInverted": "#FF716F",
21
+ "dtColorForegroundCriticalStrongInverted": "#FFABA4",
22
+ "dtColorForegroundSuccessInverted": "#AEFB3C",
23
+ "dtColorForegroundSuccessStrongInverted": "#DBFFA9",
24
+ "dtColorForegroundWarningInverted": "#FF9E0E",
25
+ "dtColorLinkPrimary": "#e20074",
26
+ "dtColorLinkPrimaryHover": "#A80056",
27
+ "dtColorLinkCritical": "#D90A45",
28
+ "dtColorLinkCriticalHover": "#AF0032",
29
+ "dtColorLinkSuccess": "#008E52",
30
+ "dtColorLinkSuccessHover": "#004F2E",
28
31
  "dtColorLinkWarning": "#815008",
32
+ "dtColorLinkWarningHover": "#533204",
29
33
  "dtColorLinkMuted": "#3A3A3A",
34
+ "dtColorLinkMutedHover": "#1C1C1C",
30
35
  "dtColorLinkDisabled": "#808080",
31
- "dtColorLinkPrimaryInverted": "#AB7EFF",
32
- "dtColorLinkCriticalInverted": "#FF8585",
33
- "dtColorLinkSuccessInverted": "#B0FFA3",
34
- "dtColorLinkWarningInverted": "#FFF4CC",
35
- "dtColorLinkMutedInverted": "#E9E9E9",
36
- "dtColorLinkDisabledInverted": "#808080",
37
- "dtColorLinkPrimaryHover": "#3A1D95",
38
- "dtColorLinkCriticalHover": "#B70B0B",
39
- "dtColorLinkSuccessHover": "#124620",
40
- "dtColorLinkWarningHover": "#555555",
41
- "dtColorLinkMutedHover": "#000000",
42
36
  "dtColorLinkDisabledHover": "#808080",
43
- "dtColorLinkPrimaryInvertedHover": "#DAC7FF",
44
- "dtColorLinkCriticalInvertedHover": "#FF8585",
45
- "dtColorLinkSuccessInvertedHover": "#B0FFA3",
46
- "dtColorLinkWarningInvertedHover": "#F9F9F9",
37
+ "dtColorLinkPrimaryInverted": "#FFB2DA",
38
+ "dtColorLinkPrimaryInvertedHover": "#FFCCE6",
39
+ "dtColorLinkCriticalInverted": "#FF716F",
40
+ "dtColorLinkCriticalInvertedHover": "#FFABA4",
41
+ "dtColorLinkSuccessInverted": "#AEFB3C",
42
+ "dtColorLinkSuccessInvertedHover": "#DBFFA9",
43
+ "dtColorLinkWarningInverted": "#FF9E0E",
44
+ "dtColorLinkWarningInvertedHover": "#FFDB80",
45
+ "dtColorLinkMutedInverted": "#E9E9E9",
47
46
  "dtColorLinkMutedInvertedHover": "#F9F9F9",
48
- "dtColorLinkDisabledInvertedHover": "#808080",
49
- "dtColorSurfaceSecondaryOpaque": "#000000",
50
- "dtColorSurfaceModerateOpaque": "#000000",
51
- "dtColorSurfaceBoldOpaque": "#000000",
52
- "dtColorSurfaceStrongOpaque": "#000000",
53
- "dtColorSurfaceContrastOpaque": "#000000",
54
- "dtColorSurfaceBackdrop": "#000000",
55
- "dtColorSurfaceCriticalOpaque": "#EC0E0E",
56
- "dtColorSurfaceCriticalSubtleOpaque": "#EC0E0E",
57
- "dtColorSurfaceWarningOpaque": "#FFDB80",
58
- "dtColorSurfaceWarningSubtleOpaque": "#FFDB80",
59
- "dtColorSurfaceSuccessOpaque": "#1AA340",
60
- "dtColorSurfaceSuccessSubtleOpaque": "#1AA340",
61
- "dtColorSurfaceInfoOpaque": "#1768C6",
62
- "dtColorSurfaceInfoSubtleOpaque": "#1768C6",
47
+ "dtColorLinkDisabledInverted": "#AAAAAA",
48
+ "dtColorLinkDisabledInvertedHover": "#AAAAAA",
63
49
  "dtColorSurfacePrimary": "#ffffff",
64
50
  "dtColorSurfaceSecondary": "#F9F9F9",
65
51
  "dtColorSurfaceModerate": "#E9E9E9",
66
52
  "dtColorSurfaceBold": "#D2D2D2",
67
- "dtColorSurfaceStrong": "#555555",
68
- "dtColorSurfaceContrast": "#222222",
53
+ "dtColorSurfaceStrong": "#535353",
54
+ "dtColorSurfaceContrast": "#252525",
69
55
  "dtColorSurfaceCritical": "#FFE5E6",
70
- "dtColorSurfaceCriticalSubtle": "#FFE5E6",
71
- "dtColorSurfaceCriticalStrong": "#B70B0B",
72
56
  "dtColorSurfaceWarning": "#FFF4CC",
73
- "dtColorSurfaceWarningSubtle": "#FFF4CC",
74
- "dtColorSurfaceWarningStrong": "#FFDB80",
75
57
  "dtColorSurfaceSuccess": "#EDF9EB",
76
- "dtColorSurfaceSuccessSubtle": "#EDF9EB",
77
- "dtColorSurfaceSuccessStrong": "#1AA340",
78
58
  "dtColorSurfaceInfo": "#EAF2FA",
79
- "dtColorSurfaceInfoSubtle": "#EAF2FA",
59
+ "dtColorSurfaceBrand": "#FFCCE6",
60
+ "dtColorSurfaceCriticalSubtle": "#FFF2F3",
61
+ "dtColorSurfaceWarningSubtle": "#fffae5",
62
+ "dtColorSurfaceSuccessSubtle": "#f6fcf5",
63
+ "dtColorSurfaceInfoSubtle": "#f5f9fd",
64
+ "dtColorSurfaceBrandSubtle": "#FFF0F8",
65
+ "dtColorSurfaceCriticalStrong": "#D90A45",
66
+ "dtColorSurfaceWarningStrong": "#FFBD48",
67
+ "dtColorSurfaceSuccessStrong": "#008E52",
80
68
  "dtColorSurfaceInfoStrong": "#1768C6",
81
- "dtColorBorderSubtle": "#000000",
82
- "dtColorBorderDefault": "#000000",
83
- "dtColorBorderModerate": "#000000",
84
- "dtColorBorderBold": "#000000",
69
+ "dtColorSurfaceBrandStrong": "#E20074",
70
+ "dtColorSurfacePrimaryOpaque": "#ffffff",
71
+ "dtColorSurfaceSecondaryOpaque": "#1C1C1C",
72
+ "dtColorSurfaceModerateOpaque": "#1C1C1C",
73
+ "dtColorSurfaceBoldOpaque": "#1C1C1C",
74
+ "dtColorSurfaceStrongOpaque": "#1C1C1C",
75
+ "dtColorSurfaceContrastOpaque": "#1C1C1C",
76
+ "dtColorSurfaceCriticalOpaque": "#FFABA4",
77
+ "dtColorSurfaceWarningOpaque": "#FFE89C",
78
+ "dtColorSurfaceSuccessOpaque": "#DBFFA9",
79
+ "dtColorSurfaceInfoOpaque": "#BDE8FF",
80
+ "dtColorSurfaceBrandOpaque": "#E20074",
81
+ "dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
82
+ "dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
83
+ "dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
84
+ "dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
85
+ "dtColorSurfaceBrandSubtleOpaque": "#E20074",
86
+ "dtColorSurfacePrimaryInverted": "#000000",
87
+ "dtColorSurfaceSecondaryInverted": "#252525",
88
+ "dtColorSurfaceModerateInverted": "#3A3A3A",
89
+ "dtColorSurfaceBoldInverted": "#535353",
90
+ "dtColorSurfaceStrongInverted": "#AAAAAA",
91
+ "dtColorSurfaceContrastInverted": "#F9F9F9",
92
+ "dtColorSurfaceCriticalInverted": "#380010",
93
+ "dtColorSurfaceWarningInverted": "#2C1B02",
94
+ "dtColorSurfaceSuccessInverted": "#012717",
95
+ "dtColorSurfaceInfoInverted": "#001429",
96
+ "dtColorSurfaceBrandInverted": "#1D0155",
97
+ "dtColorSurfaceCriticalSubtleInverted": "#1C0108",
98
+ "dtColorSurfaceWarningSubtleInverted": "#201301",
99
+ "dtColorSurfaceSuccessSubtleInverted": "#00150D",
100
+ "dtColorSurfaceInfoSubtleInverted": "#010B16",
101
+ "dtColorSurfaceBrandSubtleInverted": "#10022C",
102
+ "dtColorSurfaceCriticalStrongInverted": "#FF716F",
103
+ "dtColorSurfaceWarningStrongInverted": "#FFDB80",
104
+ "dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
105
+ "dtColorSurfaceInfoStrongInverted": "#4AA9EA",
106
+ "dtColorSurfaceBrandStrongInverted": "#BBA6FC",
107
+ "dtColorSurfacePrimaryOpaqueInverted": "#000000",
108
+ "dtColorSurfaceSecondaryOpaqueInverted": "#ffffff",
109
+ "dtColorSurfaceModerateOpaqueInverted": "#ffffff",
110
+ "dtColorSurfaceBoldOpaqueInverted": "#ffffff",
111
+ "dtColorSurfaceStrongOpaqueInverted": "#ffffff",
112
+ "dtColorSurfaceContrastOpaqueInverted": "#ffffff",
113
+ "dtColorSurfaceCriticalOpaqueInverted": "#640823",
114
+ "dtColorSurfaceWarningOpaqueInverted": "#533204",
115
+ "dtColorSurfaceSuccessOpaqueInverted": "#004F2E",
116
+ "dtColorSurfaceInfoOpaqueInverted": "#001429",
117
+ "dtColorSurfaceBrandOpaqueInverted": "#1D0155",
118
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#1C0108",
119
+ "dtColorSurfaceWarningSubtleOpaqueInverted": "#201301",
120
+ "dtColorSurfaceSuccessSubtleOpaqueInverted": "#00150D",
121
+ "dtColorSurfaceInfoSubtleOpaqueInverted": "#010B16",
122
+ "dtColorSurfaceBrandSubtleOpaqueInverted": "#10022C",
123
+ "dtColorSurfaceBackdrop": "#000000",
124
+ "dtColorSurfaceAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
125
+ "dtColorBorderSubtle": "#1C1C1C",
126
+ "dtColorBorderDefault": "#1C1C1C",
127
+ "dtColorBorderModerate": "#1C1C1C",
128
+ "dtColorBorderBold": "#1C1C1C",
129
+ "dtColorBorderCritical": "#D90A45",
130
+ "dtColorBorderSuccess": "#2EA834",
131
+ "dtColorBorderWarning": "#FF9E0E",
132
+ "dtColorBorderBrand": "#E20074",
133
+ "dtColorBorderCriticalSubtle": "#FF716F",
134
+ "dtColorBorderSuccessSubtle": "#D1FF76",
135
+ "dtColorBorderWarningSubtle": "#FFDB80",
136
+ "dtColorBorderBrandSubtle": "#FFB2DA",
137
+ "dtColorBorderCriticalStrong": "#93173A",
138
+ "dtColorBorderSuccessStrong": "#004F2E",
139
+ "dtColorBorderWarningStrong": "#D57F00",
140
+ "dtColorBorderBrandStrong": "#A80056",
85
141
  "dtColorBorderSubtleInverted": "#ffffff",
86
142
  "dtColorBorderDefaultInverted": "#ffffff",
87
143
  "dtColorBorderModerateInverted": "#ffffff",
88
144
  "dtColorBorderBoldInverted": "#ffffff",
89
- "dtColorBorderFocus": "#51A0FE",
90
- "dtColorBorderCritical": "#EC0E0E",
91
- "dtColorBorderSuccess": "#1AA340",
92
- "dtColorBorderWarning": "#D28F2B",
93
- "dtColorBorderBrand": "#7C52FF",
94
- "dtColorBorderAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
95
- "dtColorBorderAccent": "#F9008E",
96
- "dtColorBorderCriticalSubtle": "#FF8585",
97
- "dtColorBorderCriticalStrong": "#B70B0B",
98
- "dtColorBorderSuccessSubtle": "#B0FFA3",
99
- "dtColorBorderSuccessStrong": "#124620",
100
- "dtColorBorderWarningSubtle": "#FFDB80",
101
- "dtColorBorderWarningStrong": "#815008",
102
- "dtColorBorderBrandSubtle": "#DAC7FF",
103
- "dtColorBorderBrandStrong": "#3A1D95",
104
- "dtColorBorderCriticalInverted": "#FF8585",
105
- "dtColorBorderSuccessInverted": "#B0FFA3",
106
- "dtColorBorderWarningInverted": "#FFDB80",
107
- "dtColorBorderBrandInverted": "#7C52FF",
108
- "dtColorBorderCriticalSubtleInverted": "#B70B0B",
109
- "dtColorBorderCriticalStrongInverted": "#FFE5E6",
110
- "dtColorBorderSuccessSubtleInverted": "#1AA340",
111
- "dtColorBorderSuccessStrongInverted": "#EDF9EB",
112
- "dtColorBorderWarningSubtleInverted": "#D28F2B",
113
- "dtColorBorderWarningStrongInverted": "#FFF4CC",
114
- "dtColorBorderBrandSubtleInverted": "#3A1D95",
115
- "dtColorBorderBrandStrongInverted": "#DAC7FF",
145
+ "dtColorBorderCriticalInverted": "#FF716F",
146
+ "dtColorBorderSuccessInverted": "#52C926",
147
+ "dtColorBorderWarningInverted": "#EA8F07",
148
+ "dtColorBorderBrandInverted": "#FF4DA8",
149
+ "dtColorBorderCriticalSubtleInverted": "#640823",
150
+ "dtColorBorderSuccessSubtleInverted": "#004F2E",
151
+ "dtColorBorderWarningSubtleInverted": "#815008",
152
+ "dtColorBorderBrandSubtleInverted": "#A80056",
153
+ "dtColorBorderCriticalStrongInverted": "#FFABA4",
154
+ "dtColorBorderSuccessStrongInverted": "#84EE0B",
155
+ "dtColorBorderWarningStrongInverted": "#FFDB80",
156
+ "dtColorBorderBrandStrongInverted": "#FFB2DA",
157
+ "dtColorBorderFocus": "#4AA9EA",
158
+ "dtColorBorderAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
159
+ "dtColorBorderAccent": "#FF1BA4",
116
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",
117
161
  "dtTypographyBodyMdFontWeight": "400",
118
162
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -289,15 +333,15 @@
289
333
  "dtTypographyInputsXlFontSize": "27px",
290
334
  "dtTypographyInputsXlLineHeight": "1.2",
291
335
  "dtTypographyButtonXsFontFamily": "-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",
292
- "dtTypographyButtonXsFontWeight": "500",
336
+ "dtTypographyButtonXsFontWeight": "600",
293
337
  "dtTypographyButtonXsFontSize": "12px",
294
338
  "dtTypographyButtonXsLineHeight": "1.2",
295
339
  "dtTypographyButtonSmFontFamily": "-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",
296
- "dtTypographyButtonSmFontWeight": "500",
340
+ "dtTypographyButtonSmFontWeight": "600",
297
341
  "dtTypographyButtonSmFontSize": "12px",
298
342
  "dtTypographyButtonSmLineHeight": "1.2",
299
343
  "dtTypographyButtonMdFontFamily": "-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",
300
- "dtTypographyButtonMdFontWeight": "500",
344
+ "dtTypographyButtonMdFontWeight": "600",
301
345
  "dtTypographyButtonMdFontSize": "15px",
302
346
  "dtTypographyButtonMdLineHeight": "1.2",
303
347
  "dtTypographyButtonLgFontFamily": "-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",
@@ -333,109 +377,111 @@
333
377
  "dtInputsColorForegroundDefault": "#3A3A3A",
334
378
  "dtInputsColorForegroundPlaceholder": "#808080",
335
379
  "dtInputsColorForegroundDisabled": "#808080",
336
- "dtInputsColorBorderDefault": "#000000",
337
- "dtInputsColorBorderFocus": "#51A0FE",
338
- "dtInputsColorBorderCritical": "#EC0E0E",
339
- "dtInputsColorBorderSuccess": "#1AA340",
340
- "dtInputsColorBorderWarning": "#D28F2B",
380
+ "dtInputsColorBorderDefault": "#1C1C1C",
381
+ "dtInputsColorBorderHover": "#1C1C1C",
382
+ "dtInputsColorBorderFocus": "#4AA9EA",
383
+ "dtInputsColorBorderCritical": "#D90A45",
384
+ "dtInputsColorBorderSuccess": "#2EA834",
385
+ "dtInputsColorBorderWarning": "#FF9E0E",
341
386
  "dtInputsColorBorderDisabled": "transparent",
342
- "dtInputsColorBackgroundDefault": "#000000",
343
- "dtInputsColorBackgroundFocus": "#000000",
344
- "dtInputsColorBackgroundDisabled": "#000000",
345
- "dtActionColorForegroundBaseDefault": "#7C52FF",
346
- "dtActionColorForegroundBaseHover": "#7C52FF",
347
- "dtActionColorForegroundBaseActive": "#7C52FF",
387
+ "dtInputsColorBackgroundDefault": "#1C1C1C",
388
+ "dtInputsColorBackgroundFocus": "#F9F9F9",
389
+ "dtInputsColorBackgroundDisabled": "#1C1C1C",
390
+ "dtActionColorForegroundBaseDefault": "#e20074",
391
+ "dtActionColorForegroundBaseHover": "#A80056",
392
+ "dtActionColorForegroundBaseActive": "#A80056",
348
393
  "dtActionColorForegroundBasePrimaryDefault": "#ffffff",
349
- "dtActionColorForegroundCriticalDefault": "#EC0E0E",
350
- "dtActionColorForegroundCriticalHover": "#EC0E0E",
351
- "dtActionColorForegroundCriticalActive": "#EC0E0E",
394
+ "dtActionColorForegroundCriticalDefault": "#D90A45",
395
+ "dtActionColorForegroundCriticalHover": "#AF0032",
396
+ "dtActionColorForegroundCriticalActive": "#AF0032",
352
397
  "dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
353
- "dtActionColorForegroundInvertedDefault": "#ffffff",
354
- "dtActionColorForegroundInvertedHover": "#ffffff",
355
- "dtActionColorForegroundInvertedActive": "#ffffff",
356
- "dtActionColorForegroundInvertedPrimaryDefault": "#7C52FF",
357
- "dtActionColorForegroundInvertedPrimaryHover": "#3A1D95",
358
- "dtActionColorForegroundInvertedPrimaryActive": "#3A1D95",
398
+ "dtActionColorForegroundInvertedDefault": "#F9F9F9",
399
+ "dtActionColorForegroundInvertedHover": "#F9F9F9",
400
+ "dtActionColorForegroundInvertedActive": "#F9F9F9",
401
+ "dtActionColorForegroundInvertedPrimaryDefault": "#e20074",
402
+ "dtActionColorForegroundInvertedPrimaryHover": "#A80056",
403
+ "dtActionColorForegroundInvertedPrimaryActive": "#A80056",
359
404
  "dtActionColorForegroundMutedDefault": "#3A3A3A",
360
- "dtActionColorForegroundMutedHover": "#3A3A3A",
361
- "dtActionColorForegroundMutedActive": "#3A3A3A",
405
+ "dtActionColorForegroundMutedHover": "#1C1C1C",
406
+ "dtActionColorForegroundMutedActive": "#1C1C1C",
362
407
  "dtActionColorForegroundDisabledDefault": "#808080",
363
- "dtActionColorForegroundPositiveDefault": "#1AA340",
364
- "dtActionColorForegroundPositiveHover": "#1AA340",
365
- "dtActionColorForegroundPositiveActive": "#1AA340",
408
+ "dtActionColorForegroundPositiveDefault": "#008E52",
409
+ "dtActionColorForegroundPositiveHover": "#004F2E",
410
+ "dtActionColorForegroundPositiveActive": "#004F2E",
366
411
  "dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
367
412
  "dtActionColorBackgroundBaseDefault": "transparent",
368
- "dtActionColorBackgroundBaseHover": "#7C52FF",
369
- "dtActionColorBackgroundBaseActive": "#7C52FF",
370
- "dtActionColorBackgroundBasePrimaryDefault": "#7C52FF",
371
- "dtActionColorBackgroundBasePrimaryHover": "#7C52FF",
372
- "dtActionColorBackgroundBasePrimaryActive": "#7C52FF",
413
+ "dtActionColorBackgroundBaseHover": "#E20074",
414
+ "dtActionColorBackgroundBaseActive": "#E20074",
415
+ "dtActionColorBackgroundBasePrimaryDefault": "#E20074",
416
+ "dtActionColorBackgroundBasePrimaryHover": "#A80056",
417
+ "dtActionColorBackgroundBasePrimaryActive": "#7A003F",
373
418
  "dtActionColorBackgroundCriticalDefault": "transparent",
374
- "dtActionColorBackgroundCriticalHover": "#EC0E0E",
375
- "dtActionColorBackgroundCriticalActive": "#EC0E0E",
376
- "dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E",
377
- "dtActionColorBackgroundCriticalPrimaryHover": "#EC0E0E",
378
- "dtActionColorBackgroundCriticalPrimaryActive": "#EC0E0E",
419
+ "dtActionColorBackgroundCriticalHover": "#FFABA4",
420
+ "dtActionColorBackgroundCriticalActive": "#FFABA4",
421
+ "dtActionColorBackgroundCriticalPrimaryDefault": "#FF1356",
422
+ "dtActionColorBackgroundCriticalPrimaryHover": "#D90A45",
423
+ "dtActionColorBackgroundCriticalPrimaryActive": "#AF0032",
379
424
  "dtActionColorBackgroundInvertedDefault": "transparent",
380
425
  "dtActionColorBackgroundInvertedHover": "#ffffff",
381
426
  "dtActionColorBackgroundInvertedActive": "#ffffff",
382
- "dtActionColorBackgroundInvertedPrimaryDefault": "#ffffff",
383
- "dtActionColorBackgroundInvertedPrimaryHover": "#F5F0FF",
384
- "dtActionColorBackgroundInvertedPrimaryActive": "#F5F0FF",
427
+ "dtActionColorBackgroundInvertedPrimaryDefault": "#FFF0F8",
428
+ "dtActionColorBackgroundInvertedPrimaryHover": "#FFCCE6",
429
+ "dtActionColorBackgroundInvertedPrimaryActive": "#FFF0F8",
385
430
  "dtActionColorBackgroundMutedDefault": "transparent",
386
- "dtActionColorBackgroundMutedHover": "#222222",
387
- "dtActionColorBackgroundMutedActive": "#222222",
388
- "dtActionColorBackgroundDisabledDefault": "#D2D2D2",
431
+ "dtActionColorBackgroundMutedHover": "#1C1C1C",
432
+ "dtActionColorBackgroundMutedActive": "#1C1C1C",
433
+ "dtActionColorBackgroundDisabledDefault": "#1C1C1C",
389
434
  "dtActionColorBackgroundPositiveDefault": "transparent",
390
- "dtActionColorBackgroundPositiveHover": "#EDF9EB",
391
- "dtActionColorBackgroundPositiveActive": "#1AA340",
392
- "dtActionColorBackgroundPositivePrimaryDefault": "#1AA340",
393
- "dtActionColorBackgroundPositivePrimaryHover": "#1AA340",
394
- "dtActionColorBackgroundPositivePrimaryActive": "#1AA340",
395
- "dtActionColorBorderBaseOutlinedDefault": "#7C52FF",
396
- "dtActionColorBorderCriticalOutlinedDefault": "#EC0E0E",
435
+ "dtActionColorBackgroundPositiveHover": "#DBFFA9",
436
+ "dtActionColorBackgroundPositiveActive": "#DBFFA9",
437
+ "dtActionColorBackgroundPositivePrimaryDefault": "#2EA834",
438
+ "dtActionColorBackgroundPositivePrimaryHover": "#008E52",
439
+ "dtActionColorBackgroundPositivePrimaryActive": "#008E52",
440
+ "dtActionColorBorderBaseOutlinedDefault": "#E20074",
441
+ "dtActionColorBorderCriticalOutlinedDefault": "#D90A45",
397
442
  "dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
398
- "dtActionColorBorderMutedOutlinedDefault": "#000000",
399
- "dtThemeColorBase": "#E20074",
400
- "dtThemeTopbarColorForeground": "#E20074",
443
+ "dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
444
+ "dtActionColorBorderPositiveOutlinedDefault": "#2EA834",
445
+ "dtThemeColorBase": "#1C1C1C",
446
+ "dtThemeTopbarColorForeground": "#1C1C1C",
401
447
  "dtThemeTopbarColorBackground": "#F9F9F9",
402
- "dtThemeTopbarFieldColorForeground": "#E20074",
403
- "dtThemeTopbarFieldColorForegroundHover": "#E20074",
404
- "dtThemeTopbarFieldColorBackground": "#E20074",
405
- "dtThemeTopbarFieldColorBackgroundHover": "#E20074",
406
- "dtThemeTopbarFieldColorBorder": "#E20074",
407
- "dtThemeTopbarFieldColorBorderHover": "#E20074",
408
- "dtThemeTopbarFieldColorBorderActive": "#E20074",
409
- "dtThemeTopbarButtonColorForeground": "#E20074",
410
- "dtThemeTopbarButtonColorForegroundHover": "#E20074",
411
- "dtThemeTopbarButtonColorBackground": "#E20074",
412
- "dtThemeTopbarButtonColorBackgroundHover": "#E20074",
413
- "dtThemeTopbarButtonColorBackgroundActive": "#E20074",
414
- "dtThemeTopbarProfileColorForeground": "#E20074",
415
- "dtThemeTopbarProfileColorForegroundInverted": "#ffffff",
416
- "dtThemeTopbarProfileColorBackground": "#E20074",
417
- "dtThemeTopbarProfileColorBackgroundInverted": "#E20074",
418
- "dtThemeTopbarProfileColorBackgroundHover": "#E20074",
419
- "dtThemeTopbarProfileColorBackgroundActive": "#E20074",
448
+ "dtThemeTopbarFieldColorForeground": "#1C1C1C",
449
+ "dtThemeTopbarFieldColorForegroundHover": "#1C1C1C",
450
+ "dtThemeTopbarFieldColorBackground": "#1C1C1C",
451
+ "dtThemeTopbarFieldColorBackgroundHover": "#1C1C1C",
452
+ "dtThemeTopbarFieldColorBorder": "#1C1C1C",
453
+ "dtThemeTopbarFieldColorBorderHover": "#1C1C1C",
454
+ "dtThemeTopbarFieldColorBorderActive": "#1C1C1C",
455
+ "dtThemeTopbarButtonColorForeground": "#1C1C1C",
456
+ "dtThemeTopbarButtonColorForegroundHover": "#1C1C1C",
457
+ "dtThemeTopbarButtonColorBackground": "#1C1C1C",
458
+ "dtThemeTopbarButtonColorBackgroundHover": "#1C1C1C",
459
+ "dtThemeTopbarButtonColorBackgroundActive": "#1C1C1C",
460
+ "dtThemeTopbarProfileColorForeground": "#1C1C1C",
461
+ "dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
462
+ "dtThemeTopbarProfileColorBackground": "#1C1C1C",
463
+ "dtThemeTopbarProfileColorBackgroundInverted": "#1C1C1C",
464
+ "dtThemeTopbarProfileColorBackgroundHover": "#1C1C1C",
465
+ "dtThemeTopbarProfileColorBackgroundActive": "#1C1C1C",
420
466
  "dtThemeSidebarColorForeground": "#3A3A3A",
421
- "dtThemeSidebarColorForegroundUnread": "#000000",
467
+ "dtThemeSidebarColorForegroundUnread": "#1C1C1C",
422
468
  "dtThemeSidebarColorBackground": "#F9F9F9",
423
469
  "dtThemeSidebarIconColorForeground": "#3A3A3A",
424
- "dtThemeSidebarStatusColorForeground": "#555555",
425
- "dtThemeSidebarRowColorBackground": "#E20074",
426
- "dtThemeSidebarRowColorBackgroundHover": "#E20074",
427
- "dtThemeSidebarRowColorBackgroundActive": "#E20074",
428
- "dtThemeSidebarSelectedRowColorForeground": "#000000",
429
- "dtThemeSidebarSelectedRowColorBackground": "#E20074",
430
- "dtThemeSidebarSectionColorForeground": "#555555",
431
- "dtThemePresenceColorBackgroundAvailable": "#1AA340",
432
- "dtThemePresenceColorBackgroundBusyUnavailable": "#EC0E0E",
433
- "dtThemePresenceColorBackgroundBusy": "#F6AB3C",
470
+ "dtThemeSidebarStatusColorForeground": "#535353",
471
+ "dtThemeSidebarRowColorBackground": "#1C1C1C",
472
+ "dtThemeSidebarRowColorBackgroundHover": "#1C1C1C",
473
+ "dtThemeSidebarRowColorBackgroundActive": "#1C1C1C",
474
+ "dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
475
+ "dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
476
+ "dtThemeSidebarSectionColorForeground": "#535353",
477
+ "dtThemePresenceColorBackgroundAvailable": "#52C926",
478
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
479
+ "dtThemePresenceColorBackgroundBusy": "#FF9E0E",
434
480
  "dtThemePresenceColorBackgroundOffline": "#ffffff",
435
481
  "dtThemeMentionColorForeground": "#ffffff",
436
- "dtThemeMentionColorForegroundStrong": "#ffffff",
482
+ "dtThemeMentionColorForegroundStrong": "#F9F9F9",
437
483
  "dtThemeMentionColorBackground": "#E20074",
438
- "dtThemeMentionColorBackgroundStrong": "#770141",
484
+ "dtThemeMentionColorBackgroundStrong": "#7A003F",
439
485
  "dtAvatarColorForeground": "#000000",
440
486
  "dtAvatarColorBackground100": "#1aa340",
441
487
  "dtAvatarColorBackground200": "#aaff83",
@@ -456,27 +502,28 @@
456
502
  "dtAvatarColorBackground1700": "#ffd646",
457
503
  "dtAvatarColorBackground1800": "#f1dab7",
458
504
  "dtAvatarColorBackground000": "#e0e0e0",
459
- "dtBadgeColorBackgroundDefault": "#000000",
460
- "dtBadgeColorBackgroundInfo": "#EAF2FA",
461
- "dtBadgeColorBackgroundSuccess": "#EDF9EB",
462
- "dtBadgeColorBackgroundWarning": "#FFF4CC",
463
- "dtBadgeColorBackgroundCritical": "#FFE5E6",
464
- "dtBadgeColorBackgroundBulletin": "#7C52FF",
465
- "dtBadgeColorBackgroundBulletinSubtle": "#7C52FF",
466
- "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
505
+ "dtBadgeColorBackgroundDefault": "#1C1C1C",
506
+ "dtBadgeColorBackgroundInfo": "#BDE8FF",
507
+ "dtBadgeColorBackgroundSuccess": "#DBFFA9",
508
+ "dtBadgeColorBackgroundWarning": "#FFE89C",
509
+ "dtBadgeColorBackgroundCritical": "#FFABA4",
510
+ "dtBadgeColorBackgroundBulletin": "#E20074",
511
+ "dtBadgeColorBackgroundBulletinSubtle": "#D3BCFF",
512
+ "dtBadgeColorBackgroundAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
467
513
  "dtBadgeColorForegroundDefault": "#000000",
468
514
  "dtBadgeColorForegroundBulletin": "#ffffff",
469
- "dtBadgeColorForegroundBulletinSubtle": "#7C52FF",
470
- "dtBadgeColorBorderDefault": "#000000",
515
+ "dtBadgeColorForegroundBulletinSubtle": "#3A1D95",
516
+ "dtBadgeColorForegroundAi": "#ffffff",
517
+ "dtBadgeColorBorderDefault": "#1C1C1C",
471
518
  "dtBadgeColorBorderBulletinSubtle": "#7C52FF",
472
519
  "dtButtonFontSizeXs": "12px",
473
520
  "dtButtonFontSizeSm": "12px",
474
521
  "dtButtonFontSizeMd": "15px",
475
522
  "dtButtonFontSizeLg": "19px",
476
523
  "dtButtonFontSizeXl": "27px",
477
- "dtButtonFontWeightXs": "500",
478
- "dtButtonFontWeightSm": "500",
479
- "dtButtonFontWeightMd": "500",
524
+ "dtButtonFontWeightXs": "600",
525
+ "dtButtonFontWeightSm": "600",
526
+ "dtButtonFontWeightMd": "600",
480
527
  "dtButtonFontWeightLg": "500",
481
528
  "dtButtonFontWeightXl": "400",
482
529
  "dtButtonLineHeightXs": "1.2",
@@ -492,9 +539,12 @@
492
539
  "dtCheckboxSizeWidth": "1rem",
493
540
  "dtCheckboxSizeHeight": "1rem",
494
541
  "dtCheckboxSizeRadius": "0.25rem",
495
- "dtCheckboxColorBorderUnchecked": "#000000",
496
- "dtCheckboxColorBorderChecked": "#7C52FF",
497
- "dtCheckboxColorBackgroundChecked": "#7C52FF",
542
+ "dtCheckboxColorBorderUnchecked": "#1C1C1C",
543
+ "dtCheckboxColorBorderUncheckedHover": "#1C1C1C",
544
+ "dtCheckboxColorBorderChecked": "#E20074",
545
+ "dtCheckboxColorBackgroundChecked": "#E20074",
546
+ "dtCheckboxColorForegroundDefault": "transparent",
547
+ "dtCheckboxColorForegroundChecked": "#F9F9F9",
498
548
  "dtIconSize100": "12px",
499
549
  "dtIconSize200": "14px",
500
550
  "dtIconSize300": "18px",
@@ -514,7 +564,10 @@
514
564
  "dtRadioSizeWidth": "1rem",
515
565
  "dtRadioSizeHeight": "1rem",
516
566
  "dtRadioSizeRadius": "50%",
517
- "dtRadioColorBorderUnchecked": "#000000",
518
- "dtRadioColorBorderChecked": "#7C52FF",
519
- "dtRadioColorBackgroundChecked": "#7C52FF"
567
+ "dtRadioColorBorderUnchecked": "#1C1C1C",
568
+ "dtRadioColorBorderUncheckedHover": "#1C1C1C",
569
+ "dtRadioColorBorderChecked": "#E20074",
570
+ "dtRadioColorBackgroundChecked": "#E20074",
571
+ "dtRadioColorForegroundDefault": "transparent",
572
+ "dtRadioColorForegroundChecked": "#F9F9F9"
520
573
  }