@dialpad/dialtone 9.105.0 → 9.106.0-rebrand-2025-beta.2

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 (118) hide show
  1. package/README.md +0 -1
  2. package/dist/css/dialtone-default-theme.css +6306 -1549
  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 +1849 -195
  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 +526 -161
  11. package/dist/css/tokens/tokens-base-deca-dark.css +98 -48
  12. package/dist/css/tokens/tokens-base-deca-light.css +94 -44
  13. package/dist/css/tokens/tokens-base-light.css +493 -128
  14. package/dist/css/tokens/tokens-debug-base.css +368 -3
  15. package/dist/css/tokens/tokens-debug-dp.css +1027 -669
  16. package/dist/css/tokens/tokens-deca-dark.css +797 -768
  17. package/dist/css/tokens/tokens-deca-light.css +736 -707
  18. package/dist/css/tokens/tokens-dp-dark.css +1275 -917
  19. package/dist/css/tokens/tokens-dp-light.css +1331 -973
  20. package/dist/css/tokens/tokens-expressive-dark.css +1275 -917
  21. package/dist/css/tokens/tokens-expressive-light.css +1328 -970
  22. package/dist/css/tokens/tokens-expressive-sm-dark.css +1275 -917
  23. package/dist/css/tokens/tokens-expressive-sm-light.css +1328 -970
  24. package/dist/css/tokens/tokens-tmo-dark.css +1431 -1073
  25. package/dist/css/tokens/tokens-tmo-light.css +1473 -1115
  26. package/dist/css/tokens-docs.json +1 -1
  27. package/dist/tokens/css/tokens-base-dark.css +526 -161
  28. package/dist/tokens/css/tokens-base-deca-dark.css +98 -48
  29. package/dist/tokens/css/tokens-base-deca-light.css +94 -44
  30. package/dist/tokens/css/tokens-base-light.css +493 -128
  31. package/dist/tokens/css/tokens-debug-base.css +368 -3
  32. package/dist/tokens/css/tokens-debug-dp.css +1027 -669
  33. package/dist/tokens/css/tokens-deca-dark.css +797 -768
  34. package/dist/tokens/css/tokens-deca-light.css +736 -707
  35. package/dist/tokens/css/tokens-dp-dark.css +1275 -917
  36. package/dist/tokens/css/tokens-dp-light.css +1331 -973
  37. package/dist/tokens/css/tokens-expressive-dark.css +1275 -917
  38. package/dist/tokens/css/tokens-expressive-light.css +1328 -970
  39. package/dist/tokens/css/tokens-expressive-sm-dark.css +1275 -917
  40. package/dist/tokens/css/tokens-expressive-sm-light.css +1328 -970
  41. package/dist/tokens/css/tokens-tmo-dark.css +1431 -1073
  42. package/dist/tokens/css/tokens-tmo-light.css +1473 -1115
  43. package/dist/tokens/doc.json +88610 -68384
  44. package/dist/tokens/less/tokens-base-dark.less +99 -46
  45. package/dist/tokens/less/tokens-base-deca-dark.less +23 -15
  46. package/dist/tokens/less/tokens-base-deca-light.less +22 -14
  47. package/dist/tokens/less/tokens-base-light.less +90 -37
  48. package/dist/tokens/less/tokens-deca-dark.less +187 -182
  49. package/dist/tokens/less/tokens-deca-light.less +178 -173
  50. package/dist/tokens/less/tokens-dp-dark.less +239 -187
  51. package/dist/tokens/less/tokens-dp-light.less +237 -185
  52. package/dist/tokens/less/tokens-expressive-dark.less +262 -210
  53. package/dist/tokens/less/tokens-expressive-light.less +260 -208
  54. package/dist/tokens/less/tokens-expressive-sm-dark.less +262 -210
  55. package/dist/tokens/less/tokens-expressive-sm-light.less +260 -208
  56. package/dist/tokens/less/tokens-tmo-dark.less +259 -207
  57. package/dist/tokens/less/tokens-tmo-light.less +250 -198
  58. package/dist/tokens/themes/chunks/tokens-base-dark-BjqCt8ke.js +1 -0
  59. package/dist/tokens/themes/chunks/tokens-base-dark-DtZ_Inhl.js +4 -0
  60. package/dist/tokens/themes/chunks/tokens-base-light-CIQSO1H9.js +4 -0
  61. package/dist/tokens/themes/chunks/tokens-base-light-Cll0VrKT.js +1 -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 +99 -46
  85. package/dist/tokens/tokens-base-deca-dark.json +20 -12
  86. package/dist/tokens/tokens-base-deca-light.json +19 -11
  87. package/dist/tokens/tokens-base-light.json +90 -37
  88. package/dist/tokens/tokens-deca-dark.json +184 -179
  89. package/dist/tokens/tokens-deca-light.json +176 -171
  90. package/dist/tokens/tokens-dp-dark.json +223 -171
  91. package/dist/tokens/tokens-dp-light.json +234 -182
  92. package/dist/tokens/tokens-expressive-dark.json +246 -194
  93. package/dist/tokens/tokens-expressive-light.json +257 -205
  94. package/dist/tokens/tokens-expressive-sm-dark.json +246 -194
  95. package/dist/tokens/tokens-expressive-sm-light.json +257 -205
  96. package/dist/tokens/tokens-tmo-dark.json +248 -196
  97. package/dist/tokens/tokens-tmo-light.json +245 -193
  98. package/dist/vue2/components/pagination/pagination.vue.cjs +2 -2
  99. package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -1
  100. package/dist/vue2/components/pagination/pagination.vue.js +2 -2
  101. package/dist/vue2/components/pagination/pagination.vue.js.map +1 -1
  102. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  103. package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  104. package/dist/vue3/components/pagination/pagination.vue.cjs +2 -2
  105. package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -1
  106. package/dist/vue3/components/pagination/pagination.vue.js +2 -2
  107. package/dist/vue3/components/pagination/pagination.vue.js.map +1 -1
  108. package/package.json +3 -3
  109. package/dist/css/fonts/Archivo-Bold.woff2 +0 -0
  110. package/dist/css/fonts/Archivo-Regular.woff2 +0 -0
  111. package/dist/css/fonts/Archivo-SemiBold.woff2 +0 -0
  112. package/dist/css/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
  113. package/dist/css/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
  114. package/dist/css/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
  115. package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
  116. package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
  117. package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
  118. package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
@@ -1,160 +1,162 @@
1
1
  {
2
2
  "dtSizeBorderFocus": "0.1875rem",
3
- "dtColorForegroundPrimary": "#E6E6E6",
4
- "dtColorForegroundSecondary": "#c7c7c7",
5
- "dtColorForegroundTertiary": "#B0B0B0",
6
- "dtColorForegroundMuted": "#ffffff",
7
- "dtColorForegroundPlaceholder": "#808080",
8
- "dtColorForegroundDisabled": "#808080",
3
+ "dtColorForegroundPrimary": "#E0DCD9",
4
+ "dtColorForegroundSecondary": "#AAA4A1",
5
+ "dtColorForegroundTertiary": "#87807B",
6
+ "dtColorForegroundMuted": "#F8F7F6",
7
+ "dtColorForegroundPlaceholder": "#635F5D",
8
+ "dtColorForegroundDisabled": "#635F5D",
9
9
  "dtColorForegroundCritical": "#FF716F",
10
10
  "dtColorForegroundCriticalStrong": "#FFABA4",
11
11
  "dtColorForegroundSuccess": "#AEFB3C",
12
12
  "dtColorForegroundSuccessStrong": "#DBFFA9",
13
13
  "dtColorForegroundWarning": "#FFBD48",
14
- "dtColorForegroundPrimaryInverted": "#171717",
15
- "dtColorForegroundSecondaryInverted": "#3d3d3d",
16
- "dtColorForegroundTertiaryInverted": "#555555",
17
- "dtColorForegroundMutedInverted": "#171717",
18
- "dtColorForegroundPlaceholderInverted": "#555555",
19
- "dtColorForegroundDisabledInverted": "#555555",
14
+ "dtColorForegroundPrimaryInverted": "#151413",
15
+ "dtColorForegroundSecondaryInverted": "#1D1C1B",
16
+ "dtColorForegroundTertiaryInverted": "#282624",
17
+ "dtColorForegroundMutedInverted": "#151413",
18
+ "dtColorForegroundPlaceholderInverted": "#3F3D3C",
19
+ "dtColorForegroundDisabledInverted": "#3F3D3C",
20
20
  "dtColorForegroundCriticalInverted": "#FF1356",
21
- "dtColorForegroundCriticalStrongInverted": "#AF0032",
21
+ "dtColorForegroundCriticalStrongInverted": "#640823",
22
22
  "dtColorForegroundSuccessInverted": "#008E52",
23
23
  "dtColorForegroundSuccessStrongInverted": "#004F2E",
24
24
  "dtColorForegroundWarningInverted": "#815008",
25
- "dtColorLinkPrimary": "#C2A3FF",
25
+ "dtColorLinkPrimary": "#BBA6FC",
26
+ "dtColorLinkPrimaryHover": "#D3BCFF",
26
27
  "dtColorLinkCritical": "#FF716F",
28
+ "dtColorLinkCriticalHover": "#FFABA4",
27
29
  "dtColorLinkSuccess": "#AEFB3C",
30
+ "dtColorLinkSuccessHover": "#DBFFA9",
28
31
  "dtColorLinkWarning": "#FFBD48",
29
- "dtColorLinkMuted": "#c7c7c7",
30
- "dtColorLinkDisabled": "#808080",
32
+ "dtColorLinkWarningHover": "#FFE89C",
33
+ "dtColorLinkMuted": "#AAA4A1",
34
+ "dtColorLinkMutedHover": "#E0DCD9",
35
+ "dtColorLinkDisabled": "#635F5D",
36
+ "dtColorLinkDisabledHover": "#635F5D",
31
37
  "dtColorLinkPrimaryInverted": "#7C52FF",
38
+ "dtColorLinkPrimaryInvertedHover": "#5023DD",
32
39
  "dtColorLinkCriticalInverted": "#FF1356",
40
+ "dtColorLinkCriticalInvertedHover": "#640823",
33
41
  "dtColorLinkSuccessInverted": "#008E52",
34
- "dtColorLinkWarningInverted": "#815008",
35
- "dtColorLinkMutedInverted": "#3d3d3d",
36
- "dtColorLinkDisabledInverted": "#555555",
37
- "dtColorLinkPrimaryHover": "#DAC7FF",
38
- "dtColorLinkCriticalHover": "#FFABA4",
39
- "dtColorLinkSuccessHover": "#DBFFA9",
40
- "dtColorLinkWarningHover": "#FFE89C",
41
- "dtColorLinkMutedHover": "#E6E6E6",
42
- "dtColorLinkDisabledHover": "#808080",
43
- "dtColorLinkPrimaryInvertedHover": "#5023DD",
44
- "dtColorLinkCriticalInvertedHover": "#AF0032",
45
42
  "dtColorLinkSuccessInvertedHover": "#004F2E",
43
+ "dtColorLinkWarningInverted": "#815008",
46
44
  "dtColorLinkWarningInvertedHover": "#533204",
45
+ "dtColorLinkMutedInverted": "#1D1C1B",
47
46
  "dtColorLinkMutedInvertedHover": "#171717",
48
- "dtColorLinkDisabledInvertedHover": "#555555",
49
- "dtColorSurfaceSecondaryOpaque": "#E6E6E6",
50
- "dtColorSurfaceModerateOpaque": "#E6E6E6",
51
- "dtColorSurfaceBoldOpaque": "#E6E6E6",
52
- "dtColorSurfaceStrongOpaque": "#E6E6E6",
53
- "dtColorSurfaceContrastOpaque": "#ffffff",
54
- "dtColorSurfaceBackdrop": "#000000",
55
- "dtColorSurfaceCriticalOpaque": "#93173A",
56
- "dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
57
- "dtColorSurfaceWarningOpaque": "#533204",
58
- "dtColorSurfaceWarningSubtleOpaque": "#201301",
59
- "dtColorSurfaceSuccessOpaque": "#004F2E",
60
- "dtColorSurfaceSuccessSubtleOpaque": "#00150D",
61
- "dtColorSurfaceInfoOpaque": "#001429",
62
- "dtColorSurfaceInfoSubtleOpaque": "#010B16",
63
- "dtColorSurfacePrimary": "#171717",
64
- "dtColorSurfaceSecondary": "#1f1f1f",
65
- "dtColorSurfaceModerate": "#3d3d3d",
66
- "dtColorSurfaceBold": "#555555",
67
- "dtColorSurfaceStrong": "#B0B0B0",
68
- "dtColorSurfaceContrast": "#ffffff",
47
+ "dtColorLinkDisabledInverted": "#3F3D3C",
48
+ "dtColorLinkDisabledInvertedHover": "#3F3D3C",
49
+ "dtColorSurfacePrimary": "#0B0A09",
50
+ "dtColorSurfaceSecondary": "#151413",
51
+ "dtColorSurfaceModerate": "#1D1C1B",
52
+ "dtColorSurfaceBold": "#282624",
53
+ "dtColorSurfaceStrong": "#87807B",
54
+ "dtColorSurfaceContrast": "#F8F7F6",
69
55
  "dtColorSurfaceCritical": "#380010",
70
- "dtColorSurfaceCriticalSubtle": "#1C0108",
71
- "dtColorSurfaceCriticalStrong": "#FF716F",
72
56
  "dtColorSurfaceWarning": "#2C1B02",
73
- "dtColorSurfaceWarningSubtle": "#201301",
74
- "dtColorSurfaceWarningStrong": "#FFDB80",
75
57
  "dtColorSurfaceSuccess": "#012717",
76
- "dtColorSurfaceSuccessSubtle": "#00150D",
77
- "dtColorSurfaceSuccessStrong": "#AEFB3C",
78
58
  "dtColorSurfaceInfo": "#001429",
79
- "dtColorSurfaceInfoSubtle": "#010B16",
59
+ "dtColorSurfaceBrand": "#1D0155",
60
+ "dtColorSurfaceCriticalSubtle": "#380010",
61
+ "dtColorSurfaceWarningSubtle": "#2C1B02",
62
+ "dtColorSurfaceSuccessSubtle": "#012717",
63
+ "dtColorSurfaceInfoSubtle": "#001429",
64
+ "dtColorSurfaceBrandSubtle": "#10022C",
65
+ "dtColorSurfaceCriticalStrong": "#FF716F",
66
+ "dtColorSurfaceWarningStrong": "#FFDB80",
67
+ "dtColorSurfaceSuccessStrong": "#AEFB3C",
80
68
  "dtColorSurfaceInfoStrong": "#4AA9EA",
81
- "dtColorSurfaceSecondaryInverted": "#F9F9F9",
82
- "dtColorSurfaceModerateInverted": "#E6E6E6",
83
- "dtColorSurfaceBoldInverted": "#D4D4D4",
84
- "dtColorSurfaceStrongInverted": "#555555",
85
- "dtColorSurfaceContrastInverted": "#171717",
86
- "dtColorSurfacePrimaryInverted": "#ffffff",
69
+ "dtColorSurfaceBrandStrong": "#BBA6FC",
70
+ "dtColorSurfacePrimaryOpaque": "#0B0A09",
71
+ "dtColorSurfaceSecondaryOpaque": "#0B0A09",
72
+ "dtColorSurfaceModerateOpaque": "#282624",
73
+ "dtColorSurfaceBoldOpaque": "#3F3D3C",
74
+ "dtColorSurfaceStrongOpaque": "#AAA4A1",
75
+ "dtColorSurfaceContrastOpaque": "#F8F7F6",
76
+ "dtColorSurfaceCriticalOpaque": "#93173A",
77
+ "dtColorSurfaceWarningOpaque": "#533204",
78
+ "dtColorSurfaceSuccessOpaque": "#004F2E",
79
+ "dtColorSurfaceInfoOpaque": "#001429",
80
+ "dtColorSurfaceBrandOpaque": "#1D0155",
81
+ "dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
82
+ "dtColorSurfaceWarningSubtleOpaque": "#201301",
83
+ "dtColorSurfaceSuccessSubtleOpaque": "#00150D",
84
+ "dtColorSurfaceInfoSubtleOpaque": "#010B16",
85
+ "dtColorSurfaceBrandSubtleOpaque": "#10022C",
86
+ "dtColorSurfacePrimaryInverted": "#F8F7F6",
87
+ "dtColorSurfaceSecondaryInverted": "#F2F0EE",
88
+ "dtColorSurfaceModerateInverted": "#E0DCD9",
89
+ "dtColorSurfaceBoldInverted": "#CEC8C4",
90
+ "dtColorSurfaceStrongInverted": "#635F5D",
91
+ "dtColorSurfaceContrastInverted": "#282624",
87
92
  "dtColorSurfaceCriticalInverted": "#FFE5E6",
88
- "dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
89
- "dtColorSurfaceCriticalStrongInverted": "#D90A45",
90
93
  "dtColorSurfaceWarningInverted": "#FFF4CC",
91
- "dtColorSurfaceWarningSubtleInverted": "#fffae5",
92
- "dtColorSurfaceWarningStrongInverted": "#FFBD48",
93
94
  "dtColorSurfaceSuccessInverted": "#EDF9EB",
94
- "dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
95
- "dtColorSurfaceSuccessStrongInverted": "#31B237",
96
95
  "dtColorSurfaceInfoInverted": "#EAF2FA",
97
- "dtColorSurfaceBrand": "#1D0155",
98
96
  "dtColorSurfaceBrandInverted": "#F5F0FF",
97
+ "dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
98
+ "dtColorSurfaceWarningSubtleInverted": "#fffae5",
99
+ "dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
99
100
  "dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
100
- "dtColorSurfaceBrandSubtle": "#0E002A",
101
101
  "dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
102
+ "dtColorSurfaceCriticalStrongInverted": "#D90A45",
103
+ "dtColorSurfaceWarningStrongInverted": "#FFBD48",
104
+ "dtColorSurfaceSuccessStrongInverted": "#31B237",
102
105
  "dtColorSurfaceInfoStrongInverted": "#1768C6",
103
- "dtColorSurfaceBrandStrong": "#AB7EFF",
104
106
  "dtColorSurfaceBrandStrongInverted": "#7C52FF",
105
- "dtColorSurfacePrimaryOpaque": "#ffffff",
106
- "dtColorSurfaceSecondaryOpaqueInverted": "#000000",
107
- "dtColorSurfaceModerateOpaqueInverted": "#000000",
108
- "dtColorSurfaceBoldOpaqueInverted": "#000000",
109
- "dtColorSurfaceStrongOpaqueInverted": "#000000",
110
- "dtColorSurfaceContrastOpaqueInverted": "#000000",
107
+ "dtColorSurfacePrimaryOpaqueInverted": "#F8F7F6",
108
+ "dtColorSurfaceSecondaryOpaqueInverted": "#E0DCD9",
109
+ "dtColorSurfaceModerateOpaqueInverted": "#CEC8C4",
110
+ "dtColorSurfaceBoldOpaqueInverted": "#AAA4A1",
111
+ "dtColorSurfaceStrongOpaqueInverted": "#3F3D3C",
112
+ "dtColorSurfaceContrastOpaqueInverted": "#1D1C1B",
111
113
  "dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
112
- "dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
113
114
  "dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
114
- "dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
115
115
  "dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
116
- "dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
117
116
  "dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
118
- "dtColorSurfaceBrandOpaque": "#1D0155",
119
117
  "dtColorSurfaceBrandOpaqueInverted": "#F5F0FF",
118
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
119
+ "dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
120
+ "dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
120
121
  "dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
121
- "dtColorSurfaceBrandSubtleOpaque": "#0E002A",
122
122
  "dtColorSurfaceBrandSubtleOpaqueInverted": "#f9f6ff",
123
- "dtColorBorderSubtle": "#ffffff",
124
- "dtColorBorderDefault": "#ffffff",
125
- "dtColorBorderModerate": "#ffffff",
126
- "dtColorBorderBold": "#ffffff",
127
- "dtColorBorderSubtleInverted": "#000000",
128
- "dtColorBorderDefaultInverted": "#000000",
129
- "dtColorBorderModerateInverted": "#000000",
130
- "dtColorBorderBoldInverted": "#000000",
131
- "dtColorBorderFocus": "#1768C6",
123
+ "dtColorSurfaceBackdrop": "#000000",
124
+ "dtColorSurfaceAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
125
+ "dtColorBorderSubtle": "#E0DCD9",
126
+ "dtColorBorderDefault": "#E0DCD9",
127
+ "dtColorBorderModerate": "#E0DCD9",
128
+ "dtColorBorderBold": "#E0DCD9",
132
129
  "dtColorBorderCritical": "#FF716F",
133
130
  "dtColorBorderSuccess": "#D1FF76",
134
131
  "dtColorBorderWarning": "#FFDB80",
135
- "dtColorBorderBrand": "#C2A3FF",
136
- "dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
137
- "dtColorBorderAccent": "#FF1BA4",
132
+ "dtColorBorderBrand": "#BBA6FC",
138
133
  "dtColorBorderCriticalSubtle": "#93173A",
139
- "dtColorBorderCriticalStrong": "#FFABA4",
140
134
  "dtColorBorderSuccessSubtle": "#52C926",
141
- "dtColorBorderSuccessStrong": "#AEFB3C",
142
135
  "dtColorBorderWarningSubtle": "#FF9E0E",
143
- "dtColorBorderWarningStrong": "#FFE89C",
144
136
  "dtColorBorderBrandSubtle": "#7C52FF",
145
- "dtColorBorderBrandStrong": "#DAC7FF",
137
+ "dtColorBorderCriticalStrong": "#FFABA4",
138
+ "dtColorBorderSuccessStrong": "#AEFB3C",
139
+ "dtColorBorderWarningStrong": "#FFE89C",
140
+ "dtColorBorderBrandStrong": "#D3BCFF",
141
+ "dtColorBorderSubtleInverted": "#000000",
142
+ "dtColorBorderDefaultInverted": "#000000",
143
+ "dtColorBorderModerateInverted": "#000000",
144
+ "dtColorBorderBoldInverted": "#000000",
146
145
  "dtColorBorderCriticalInverted": "#FF1356",
147
146
  "dtColorBorderSuccessInverted": "#31B237",
148
147
  "dtColorBorderWarningInverted": "#FF9E0E",
149
148
  "dtColorBorderBrandInverted": "#7C52FF",
150
149
  "dtColorBorderCriticalSubtleInverted": "#FF716F",
151
- "dtColorBorderCriticalStrongInverted": "#93173A",
152
150
  "dtColorBorderSuccessSubtleInverted": "#D1FF76",
153
- "dtColorBorderSuccessStrongInverted": "#004F2E",
154
151
  "dtColorBorderWarningSubtleInverted": "#FFDB80",
152
+ "dtColorBorderBrandSubtleInverted": "#BBA6FC",
153
+ "dtColorBorderCriticalStrongInverted": "#93173A",
154
+ "dtColorBorderSuccessStrongInverted": "#004F2E",
155
155
  "dtColorBorderWarningStrongInverted": "#D57F00",
156
- "dtColorBorderBrandSubtleInverted": "#C2A3FF",
157
156
  "dtColorBorderBrandStrongInverted": "#5023DD",
157
+ "dtColorBorderFocus": "#1768C6",
158
+ "dtColorBorderAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
159
+ "dtColorBorderAccent": "#FF1BA4",
158
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",
159
161
  "dtTypographyBodyMdFontWeight": "400",
160
162
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -372,46 +374,47 @@
372
374
  "dtInputsFontWeightMd": "400",
373
375
  "dtInputsFontWeightLg": "400",
374
376
  "dtInputsFontWeightXl": "400",
375
- "dtInputsColorForegroundDefault": "#c7c7c7",
376
- "dtInputsColorForegroundPlaceholder": "#808080",
377
- "dtInputsColorForegroundDisabled": "#808080",
378
- "dtInputsColorBorderDefault": "#ffffff",
377
+ "dtInputsColorForegroundDefault": "#E0DCD9",
378
+ "dtInputsColorForegroundPlaceholder": "#635F5D",
379
+ "dtInputsColorForegroundDisabled": "#635F5D",
380
+ "dtInputsColorBorderDefault": "#E0DCD9",
381
+ "dtInputsColorBorderHover": "#E0DCD9",
379
382
  "dtInputsColorBorderFocus": "#1768C6",
380
383
  "dtInputsColorBorderCritical": "#FF716F",
381
384
  "dtInputsColorBorderSuccess": "#D1FF76",
382
385
  "dtInputsColorBorderWarning": "#FFDB80",
383
386
  "dtInputsColorBorderDisabled": "transparent",
384
- "dtInputsColorBackgroundDefault": "#E6E6E6",
387
+ "dtInputsColorBackgroundDefault": "#0B0A09",
385
388
  "dtInputsColorBackgroundFocus": "#171717",
386
- "dtInputsColorBackgroundDisabled": "#E6E6E6",
387
- "dtActionColorForegroundBaseDefault": "#C2A3FF",
388
- "dtActionColorForegroundBaseHover": "#DAC7FF",
389
- "dtActionColorForegroundBaseActive": "#DAC7FF",
389
+ "dtInputsColorBackgroundDisabled": "#282624",
390
+ "dtActionColorForegroundBaseDefault": "#BBA6FC",
391
+ "dtActionColorForegroundBaseHover": "#D3BCFF",
392
+ "dtActionColorForegroundBaseActive": "#D3BCFF",
390
393
  "dtActionColorForegroundBasePrimaryDefault": "#000000",
391
394
  "dtActionColorForegroundCriticalDefault": "#FF716F",
392
395
  "dtActionColorForegroundCriticalHover": "#FFABA4",
393
396
  "dtActionColorForegroundCriticalActive": "#FFABA4",
394
397
  "dtActionColorForegroundCriticalPrimaryDefault": "#000000",
395
- "dtActionColorForegroundInvertedDefault": "#171717",
396
- "dtActionColorForegroundInvertedHover": "#171717",
397
- "dtActionColorForegroundInvertedActive": "#171717",
398
- "dtActionColorForegroundInvertedPrimaryDefault": "#C2A3FF",
399
- "dtActionColorForegroundInvertedPrimaryHover": "#DAC7FF",
400
- "dtActionColorForegroundInvertedPrimaryActive": "#DAC7FF",
401
- "dtActionColorForegroundMutedDefault": "#c7c7c7",
402
- "dtActionColorForegroundMutedHover": "#E6E6E6",
403
- "dtActionColorForegroundMutedActive": "#E6E6E6",
404
- "dtActionColorForegroundDisabledDefault": "#808080",
398
+ "dtActionColorForegroundInvertedDefault": "#151413",
399
+ "dtActionColorForegroundInvertedHover": "#151413",
400
+ "dtActionColorForegroundInvertedActive": "#151413",
401
+ "dtActionColorForegroundInvertedPrimaryDefault": "#BBA6FC",
402
+ "dtActionColorForegroundInvertedPrimaryHover": "#D3BCFF",
403
+ "dtActionColorForegroundInvertedPrimaryActive": "#D3BCFF",
404
+ "dtActionColorForegroundMutedDefault": "#AAA4A1",
405
+ "dtActionColorForegroundMutedHover": "#E0DCD9",
406
+ "dtActionColorForegroundMutedActive": "#E0DCD9",
407
+ "dtActionColorForegroundDisabledDefault": "#635F5D",
405
408
  "dtActionColorForegroundPositiveDefault": "#AEFB3C",
406
409
  "dtActionColorForegroundPositiveHover": "#DBFFA9",
407
410
  "dtActionColorForegroundPositiveActive": "#DBFFA9",
408
411
  "dtActionColorForegroundPositivePrimaryDefault": "#000000",
409
412
  "dtActionColorBackgroundBaseDefault": "transparent",
410
- "dtActionColorBackgroundBaseHover": "#9568FF",
411
- "dtActionColorBackgroundBaseActive": "#9568FF",
412
- "dtActionColorBackgroundBasePrimaryDefault": "#AB7EFF",
413
- "dtActionColorBackgroundBasePrimaryHover": "#C2A3FF",
414
- "dtActionColorBackgroundBasePrimaryActive": "#AB7EFF",
413
+ "dtActionColorBackgroundBaseHover": "#9071FC",
414
+ "dtActionColorBackgroundBaseActive": "#9071FC",
415
+ "dtActionColorBackgroundBasePrimaryDefault": "#BBA6FC",
416
+ "dtActionColorBackgroundBasePrimaryHover": "#D3BCFF",
417
+ "dtActionColorBackgroundBasePrimaryActive": "#BBA6FC",
415
418
  "dtActionColorBackgroundCriticalDefault": "transparent",
416
419
  "dtActionColorBackgroundCriticalHover": "#93173A",
417
420
  "dtActionColorBackgroundCriticalActive": "#93173A",
@@ -419,64 +422,64 @@
419
422
  "dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
420
423
  "dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
421
424
  "dtActionColorBackgroundInvertedDefault": "transparent",
422
- "dtActionColorBackgroundInvertedHover": "#D4D4D4",
423
- "dtActionColorBackgroundInvertedActive": "#c7c7c7",
425
+ "dtActionColorBackgroundInvertedHover": "#CEC8C4",
426
+ "dtActionColorBackgroundInvertedActive": "#AAA4A1",
424
427
  "dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
425
428
  "dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
426
429
  "dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
427
430
  "dtActionColorBackgroundMutedDefault": "transparent",
428
- "dtActionColorBackgroundMutedHover": "#E6E6E6",
429
- "dtActionColorBackgroundMutedActive": "#E6E6E6",
430
- "dtActionColorBackgroundDisabledDefault": "#E6E6E6",
431
+ "dtActionColorBackgroundMutedHover": "#282624",
432
+ "dtActionColorBackgroundMutedActive": "#3F3D3C",
433
+ "dtActionColorBackgroundDisabledDefault": "#3F3D3C",
431
434
  "dtActionColorBackgroundPositiveDefault": "transparent",
432
435
  "dtActionColorBackgroundPositiveHover": "#004F2E",
433
436
  "dtActionColorBackgroundPositiveActive": "#004F2E",
434
437
  "dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
435
438
  "dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
436
439
  "dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
437
- "dtActionColorBorderBaseOutlinedDefault": "#C2A3FF",
440
+ "dtActionColorBorderBaseOutlinedDefault": "#BBA6FC",
438
441
  "dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
439
442
  "dtActionColorBorderInvertedOutlinedDefault": "#000000",
440
- "dtActionColorBorderMutedOutlinedDefault": "#ffffff",
441
- "dtThemeColorBase": "#E6E6E6",
442
- "dtThemeTopbarColorForeground": "#E6E6E6",
443
- "dtThemeTopbarColorBackground": "#1f1f1f",
444
- "dtThemeTopbarFieldColorForeground": "#E6E6E6",
445
- "dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
446
- "dtThemeTopbarFieldColorBackground": "#E6E6E6",
447
- "dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
448
- "dtThemeTopbarFieldColorBorder": "#E6E6E6",
449
- "dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
450
- "dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
451
- "dtThemeTopbarButtonColorForeground": "#E6E6E6",
452
- "dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
453
- "dtThemeTopbarButtonColorBackground": "#E6E6E6",
454
- "dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
455
- "dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
456
- "dtThemeTopbarProfileColorForeground": "#E6E6E6",
457
- "dtThemeTopbarProfileColorForegroundInverted": "#171717",
458
- "dtThemeTopbarProfileColorBackground": "#E6E6E6",
459
- "dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
460
- "dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
461
- "dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
462
- "dtThemeSidebarColorForeground": "#c7c7c7",
463
- "dtThemeSidebarColorForegroundUnread": "#E6E6E6",
464
- "dtThemeSidebarColorBackground": "#1f1f1f",
465
- "dtThemeSidebarIconColorForeground": "#c7c7c7",
466
- "dtThemeSidebarStatusColorForeground": "#B0B0B0",
467
- "dtThemeSidebarRowColorBackground": "#E6E6E6",
468
- "dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
469
- "dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
470
- "dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
471
- "dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
472
- "dtThemeSidebarSectionColorForeground": "#B0B0B0",
443
+ "dtActionColorBorderMutedOutlinedDefault": "#E0DCD9",
444
+ "dtThemeColorBase": "#E0DCD9",
445
+ "dtThemeTopbarColorForeground": "#E0DCD9",
446
+ "dtThemeTopbarColorBackground": "#151413",
447
+ "dtThemeTopbarFieldColorForeground": "#E0DCD9",
448
+ "dtThemeTopbarFieldColorForegroundHover": "#E0DCD9",
449
+ "dtThemeTopbarFieldColorBackground": "#E0DCD9",
450
+ "dtThemeTopbarFieldColorBackgroundHover": "#151413",
451
+ "dtThemeTopbarFieldColorBorder": "#E0DCD9",
452
+ "dtThemeTopbarFieldColorBorderHover": "#E0DCD9",
453
+ "dtThemeTopbarFieldColorBorderActive": "#E0DCD9",
454
+ "dtThemeTopbarButtonColorForeground": "#E0DCD9",
455
+ "dtThemeTopbarButtonColorForegroundHover": "#E0DCD9",
456
+ "dtThemeTopbarButtonColorBackground": "#E0DCD9",
457
+ "dtThemeTopbarButtonColorBackgroundHover": "#E0DCD9",
458
+ "dtThemeTopbarButtonColorBackgroundActive": "#E0DCD9",
459
+ "dtThemeTopbarProfileColorForeground": "#E0DCD9",
460
+ "dtThemeTopbarProfileColorForegroundInverted": "#151413",
461
+ "dtThemeTopbarProfileColorBackground": "#E0DCD9",
462
+ "dtThemeTopbarProfileColorBackgroundInverted": "#E0DCD9",
463
+ "dtThemeTopbarProfileColorBackgroundHover": "#E0DCD9",
464
+ "dtThemeTopbarProfileColorBackgroundActive": "#E0DCD9",
465
+ "dtThemeSidebarColorForeground": "#AAA4A1",
466
+ "dtThemeSidebarColorForegroundUnread": "#E0DCD9",
467
+ "dtThemeSidebarColorBackground": "#151413",
468
+ "dtThemeSidebarIconColorForeground": "#AAA4A1",
469
+ "dtThemeSidebarStatusColorForeground": "#87807B",
470
+ "dtThemeSidebarRowColorBackground": "#E0DCD9",
471
+ "dtThemeSidebarRowColorBackgroundHover": "#E0DCD9",
472
+ "dtThemeSidebarRowColorBackgroundActive": "#E0DCD9",
473
+ "dtThemeSidebarSelectedRowColorForeground": "#E0DCD9",
474
+ "dtThemeSidebarSelectedRowColorBackground": "#E0DCD9",
475
+ "dtThemeSidebarSectionColorForeground": "#87807B",
473
476
  "dtThemePresenceColorBackgroundAvailable": "#84EE0B",
474
477
  "dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
475
478
  "dtThemePresenceColorBackgroundBusy": "#FFBD48",
476
479
  "dtThemePresenceColorBackgroundOffline": "#ffffff",
477
480
  "dtThemeMentionColorForeground": "#000000",
478
- "dtThemeMentionColorForegroundStrong": "#171717",
479
- "dtThemeMentionColorBackground": "#AB7EFF",
481
+ "dtThemeMentionColorForegroundStrong": "#151413",
482
+ "dtThemeMentionColorBackground": "#BBA6FC",
480
483
  "dtThemeMentionColorBackgroundStrong": "#F5F0FF",
481
484
  "dtAvatarColorForeground": "#000000",
482
485
  "dtAvatarColorBackground100": "#1aa340",
@@ -498,20 +501,20 @@
498
501
  "dtAvatarColorBackground1700": "#ffd646",
499
502
  "dtAvatarColorBackground1800": "#f1dab7",
500
503
  "dtAvatarColorBackground000": "#e0e0e0",
501
- "dtBadgeColorBackgroundDefault": "#E6E6E6",
504
+ "dtBadgeColorBackgroundDefault": "#282624",
502
505
  "dtBadgeColorBackgroundInfo": "#003165",
503
506
  "dtBadgeColorBackgroundSuccess": "#004F2E",
504
507
  "dtBadgeColorBackgroundWarning": "#533204",
505
508
  "dtBadgeColorBackgroundCritical": "#640823",
506
- "dtBadgeColorBackgroundBulletin": "#AB7EFF",
509
+ "dtBadgeColorBackgroundBulletin": "#BBA6FC",
507
510
  "dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
508
- "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
511
+ "dtBadgeColorBackgroundAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
509
512
  "dtBadgeColorForegroundDefault": "#ffffff",
510
513
  "dtBadgeColorForegroundBulletin": "#000000",
511
- "dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
514
+ "dtBadgeColorForegroundBulletinSubtle": "#E0DCD9",
512
515
  "dtBadgeColorForegroundAi": "#ffffff",
513
- "dtBadgeColorBorderDefault": "#ffffff",
514
- "dtBadgeColorBorderBulletinSubtle": "#9568FF",
516
+ "dtBadgeColorBorderDefault": "#E0DCD9",
517
+ "dtBadgeColorBorderBulletinSubtle": "#9071FC",
515
518
  "dtButtonFontSizeXs": "12px",
516
519
  "dtButtonFontSizeSm": "12px",
517
520
  "dtButtonFontSizeMd": "15px",
@@ -535,11 +538,12 @@
535
538
  "dtCheckboxSizeWidth": "1rem",
536
539
  "dtCheckboxSizeHeight": "1rem",
537
540
  "dtCheckboxSizeRadius": "0.25rem",
538
- "dtCheckboxColorBorderUnchecked": "#ffffff",
539
- "dtCheckboxColorBorderChecked": "#C2A3FF",
540
- "dtCheckboxColorBackgroundChecked": "#AB7EFF",
541
+ "dtCheckboxColorBorderUnchecked": "#E0DCD9",
542
+ "dtCheckboxColorBorderUncheckedHover": "#E0DCD9",
543
+ "dtCheckboxColorBorderChecked": "#BBA6FC",
544
+ "dtCheckboxColorBackgroundChecked": "#BBA6FC",
541
545
  "dtCheckboxColorForegroundDefault": "transparent",
542
- "dtCheckboxColorForegroundChecked": "#171717",
546
+ "dtCheckboxColorForegroundChecked": "#151413",
543
547
  "dtIconSize100": "12px",
544
548
  "dtIconSize200": "14px",
545
549
  "dtIconSize300": "18px",
@@ -559,9 +563,10 @@
559
563
  "dtRadioSizeWidth": "1rem",
560
564
  "dtRadioSizeHeight": "1rem",
561
565
  "dtRadioSizeRadius": "50%",
562
- "dtRadioColorBorderUnchecked": "#ffffff",
563
- "dtRadioColorBorderChecked": "#C2A3FF",
564
- "dtRadioColorBackgroundChecked": "#AB7EFF",
566
+ "dtRadioColorBorderUnchecked": "#E0DCD9",
567
+ "dtRadioColorBorderUncheckedHover": "#E0DCD9",
568
+ "dtRadioColorBorderChecked": "#BBA6FC",
569
+ "dtRadioColorBackgroundChecked": "#BBA6FC",
565
570
  "dtRadioColorForegroundDefault": "transparent",
566
- "dtRadioColorForegroundChecked": "#171717"
571
+ "dtRadioColorForegroundChecked": "#151413"
567
572
  }