@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.
- package/dist/css/dialtone-default-theme.css +5083 -1374
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +1365 -133
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +453 -138
- package/dist/css/tokens/tokens-base-deca-dark.css +397 -292
- package/dist/css/tokens/tokens-base-deca-light.css +356 -251
- package/dist/css/tokens/tokens-base-light.css +419 -104
- package/dist/css/tokens/tokens-debug-base.css +317 -2
- package/dist/css/tokens/tokens-debug-dp.css +1000 -664
- package/dist/css/tokens/tokens-deca-dark.css +1227 -926
- package/dist/css/tokens/tokens-deca-light.css +1195 -894
- package/dist/css/tokens/tokens-dp-dark.css +1246 -910
- package/dist/css/tokens/tokens-dp-light.css +1307 -971
- package/dist/css/tokens/tokens-expressive-dark.css +1247 -911
- package/dist/css/tokens/tokens-expressive-light.css +1304 -968
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1247 -911
- package/dist/css/tokens/tokens-expressive-sm-light.css +1304 -968
- package/dist/css/tokens/tokens-tmo-dark.css +1232 -896
- package/dist/css/tokens/tokens-tmo-light.css +1259 -923
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +453 -138
- package/dist/tokens/css/tokens-base-deca-dark.css +397 -292
- package/dist/tokens/css/tokens-base-deca-light.css +356 -251
- package/dist/tokens/css/tokens-base-light.css +419 -104
- package/dist/tokens/css/tokens-debug-base.css +317 -2
- package/dist/tokens/css/tokens-debug-dp.css +1000 -664
- package/dist/tokens/css/tokens-deca-dark.css +1227 -926
- package/dist/tokens/css/tokens-deca-light.css +1195 -894
- package/dist/tokens/css/tokens-dp-dark.css +1246 -910
- package/dist/tokens/css/tokens-dp-light.css +1307 -971
- package/dist/tokens/css/tokens-expressive-dark.css +1247 -911
- package/dist/tokens/css/tokens-expressive-light.css +1304 -968
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1247 -911
- package/dist/tokens/css/tokens-expressive-sm-light.css +1304 -968
- package/dist/tokens/css/tokens-tmo-dark.css +1232 -896
- package/dist/tokens/css/tokens-tmo-light.css +1259 -923
- package/dist/tokens/doc.json +101427 -78452
- package/dist/tokens/less/tokens-base-dark.less +85 -40
- package/dist/tokens/less/tokens-base-deca-dark.less +82 -67
- package/dist/tokens/less/tokens-base-deca-light.less +70 -55
- package/dist/tokens/less/tokens-base-light.less +75 -30
- package/dist/tokens/less/tokens-deca-dark.less +194 -151
- package/dist/tokens/less/tokens-deca-light.less +161 -118
- package/dist/tokens/less/tokens-dp-dark.less +232 -184
- package/dist/tokens/less/tokens-dp-light.less +231 -183
- package/dist/tokens/less/tokens-expressive-dark.less +226 -178
- package/dist/tokens/less/tokens-expressive-light.less +225 -177
- package/dist/tokens/less/tokens-expressive-sm-dark.less +226 -178
- package/dist/tokens/less/tokens-expressive-sm-light.less +225 -177
- package/dist/tokens/less/tokens-tmo-dark.less +230 -182
- package/dist/tokens/less/tokens-tmo-light.less +214 -166
- package/dist/tokens/themes/chunks/tokens-base-dark-BOzMety-.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-DQw_GZ7j.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-light-BHyHG_ZV.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-DMUiSUFR.js +1 -0
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +2 -2
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +2 -2
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +3 -3
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +3 -3
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +3 -3
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +2 -2
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-base-dark.json +85 -40
- package/dist/tokens/tokens-base-deca-dark.json +80 -65
- package/dist/tokens/tokens-base-deca-light.json +68 -53
- package/dist/tokens/tokens-base-light.json +75 -30
- package/dist/tokens/tokens-deca-dark.json +190 -147
- package/dist/tokens/tokens-deca-light.json +151 -108
- package/dist/tokens/tokens-dp-dark.json +219 -171
- package/dist/tokens/tokens-dp-light.json +230 -182
- package/dist/tokens/tokens-expressive-dark.json +213 -165
- package/dist/tokens/tokens-expressive-light.json +224 -176
- package/dist/tokens/tokens-expressive-sm-dark.json +213 -165
- package/dist/tokens/tokens-expressive-sm-light.json +224 -176
- package/dist/tokens/tokens-tmo-dark.json +217 -169
- package/dist/tokens/tokens-tmo-light.json +207 -159
- package/package.json +1 -1
- package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
-
"dtColorForegroundPrimary": "#
|
|
3
|
+
"dtColorForegroundPrimary": "#ff0000",
|
|
4
4
|
"dtColorForegroundSecondary": "#3A3A3A",
|
|
5
5
|
"dtColorForegroundTertiary": "#535353",
|
|
6
6
|
"dtColorForegroundMuted": "#000000",
|
|
7
7
|
"dtColorForegroundPlaceholder": "#808080",
|
|
8
8
|
"dtColorForegroundDisabled": "#808080",
|
|
9
|
-
"dtColorForegroundCritical": "#
|
|
9
|
+
"dtColorForegroundCritical": "#FF1356",
|
|
10
10
|
"dtColorForegroundCriticalStrong": "#AF0032",
|
|
11
11
|
"dtColorForegroundSuccess": "#008E52",
|
|
12
12
|
"dtColorForegroundSuccessStrong": "#004F2E",
|
|
@@ -20,46 +20,32 @@
|
|
|
20
20
|
"dtColorForegroundCriticalInverted": "#FF716F",
|
|
21
21
|
"dtColorForegroundCriticalStrongInverted": "#FFABA4",
|
|
22
22
|
"dtColorForegroundSuccessInverted": "#AEFB3C",
|
|
23
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
24
|
-
"dtColorForegroundWarningInverted": "#
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#DBFFA9",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#FF9E0E",
|
|
25
25
|
"dtColorLinkPrimary": "#7C52FF",
|
|
26
|
-
"dtColorLinkCritical": "#E10040",
|
|
27
|
-
"dtColorLinkSuccess": "#008E52",
|
|
28
|
-
"dtColorLinkWarning": "#815008",
|
|
29
|
-
"dtColorLinkMuted": "#3A3A3A",
|
|
30
|
-
"dtColorLinkDisabled": "#808080",
|
|
31
|
-
"dtColorLinkPrimaryInverted": "#AB7EFF",
|
|
32
|
-
"dtColorLinkCriticalInverted": "#FF716F",
|
|
33
|
-
"dtColorLinkSuccessInverted": "#AEFB3C",
|
|
34
|
-
"dtColorLinkWarningInverted": "#FFC047",
|
|
35
|
-
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
36
|
-
"dtColorLinkDisabledInverted": "#AAAAAA",
|
|
37
26
|
"dtColorLinkPrimaryHover": "#5023DD",
|
|
27
|
+
"dtColorLinkCritical": "#FF1356",
|
|
38
28
|
"dtColorLinkCriticalHover": "#AF0032",
|
|
29
|
+
"dtColorLinkSuccess": "#008E52",
|
|
39
30
|
"dtColorLinkSuccessHover": "#004F2E",
|
|
31
|
+
"dtColorLinkWarning": "#815008",
|
|
40
32
|
"dtColorLinkWarningHover": "#533204",
|
|
41
|
-
"
|
|
33
|
+
"dtColorLinkMuted": "#3A3A3A",
|
|
34
|
+
"dtColorLinkMutedHover": "#ff0000",
|
|
35
|
+
"dtColorLinkDisabled": "#808080",
|
|
42
36
|
"dtColorLinkDisabledHover": "#808080",
|
|
37
|
+
"dtColorLinkPrimaryInverted": "#C2A3FF",
|
|
43
38
|
"dtColorLinkPrimaryInvertedHover": "#DAC7FF",
|
|
39
|
+
"dtColorLinkCriticalInverted": "#FF716F",
|
|
44
40
|
"dtColorLinkCriticalInvertedHover": "#FFABA4",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
41
|
+
"dtColorLinkSuccessInverted": "#AEFB3C",
|
|
42
|
+
"dtColorLinkSuccessInvertedHover": "#DBFFA9",
|
|
43
|
+
"dtColorLinkWarningInverted": "#FF9E0E",
|
|
44
|
+
"dtColorLinkWarningInvertedHover": "#FFDB80",
|
|
45
|
+
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
47
46
|
"dtColorLinkMutedInvertedHover": "#F9F9F9",
|
|
47
|
+
"dtColorLinkDisabledInverted": "#AAAAAA",
|
|
48
48
|
"dtColorLinkDisabledInvertedHover": "#AAAAAA",
|
|
49
|
-
"dtColorSurfaceSecondaryOpaque": "#1C1C1C",
|
|
50
|
-
"dtColorSurfaceModerateOpaque": "#1C1C1C",
|
|
51
|
-
"dtColorSurfaceBoldOpaque": "#1C1C1C",
|
|
52
|
-
"dtColorSurfaceStrongOpaque": "#1C1C1C",
|
|
53
|
-
"dtColorSurfaceContrastOpaque": "#1C1C1C",
|
|
54
|
-
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
-
"dtColorSurfaceCriticalOpaque": "#FFABA4",
|
|
56
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#FFABA4",
|
|
57
|
-
"dtColorSurfaceWarningOpaque": "#FFE89C",
|
|
58
|
-
"dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
|
|
59
|
-
"dtColorSurfaceSuccessOpaque": "#DBFFA9",
|
|
60
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
|
|
61
|
-
"dtColorSurfaceInfoOpaque": "#BDE8FF",
|
|
62
|
-
"dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
|
|
63
49
|
"dtColorSurfacePrimary": "#ffffff",
|
|
64
50
|
"dtColorSurfaceSecondary": "#F9F9F9",
|
|
65
51
|
"dtColorSurfaceModerate": "#E9E9E9",
|
|
@@ -67,57 +53,109 @@
|
|
|
67
53
|
"dtColorSurfaceStrong": "#535353",
|
|
68
54
|
"dtColorSurfaceContrast": "#252525",
|
|
69
55
|
"dtColorSurfaceCritical": "#FFE5E6",
|
|
70
|
-
"dtColorSurfaceCriticalSubtle": "#FFE5E6",
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#AF0032",
|
|
72
56
|
"dtColorSurfaceWarning": "#FFF4CC",
|
|
73
|
-
"dtColorSurfaceWarningSubtle": "#FFF4CC",
|
|
74
|
-
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
75
57
|
"dtColorSurfaceSuccess": "#EDF9EB",
|
|
76
|
-
"dtColorSurfaceSuccessSubtle": "#EDF9EB",
|
|
77
|
-
"dtColorSurfaceSuccessStrong": "#008E52",
|
|
78
58
|
"dtColorSurfaceInfo": "#EAF2FA",
|
|
79
|
-
"dtColorSurfaceInfoSubtle": "#EAF2FA",
|
|
80
|
-
"dtColorSurfaceInfoStrong": "#1768C6",
|
|
81
59
|
"dtColorSurfaceBrand": "#F5F0FF",
|
|
82
|
-
"
|
|
60
|
+
"dtColorSurfaceCriticalSubtle": "#FFF2F3",
|
|
61
|
+
"dtColorSurfaceWarningSubtle": "#fffae5",
|
|
62
|
+
"dtColorSurfaceSuccessSubtle": "#f6fcf5",
|
|
63
|
+
"dtColorSurfaceInfoSubtle": "#f5f9fd",
|
|
64
|
+
"dtColorSurfaceBrandSubtle": "#f9f6ff",
|
|
65
|
+
"dtColorSurfaceCriticalStrong": "#D90A45",
|
|
66
|
+
"dtColorSurfaceWarningStrong": "#FFBD48",
|
|
67
|
+
"dtColorSurfaceSuccessStrong": "#008E52",
|
|
68
|
+
"dtColorSurfaceInfoStrong": "#1768C6",
|
|
83
69
|
"dtColorSurfaceBrandStrong": "#7C52FF",
|
|
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",
|
|
84
80
|
"dtColorSurfaceBrandOpaque": "#DAC7FF",
|
|
81
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
|
|
82
|
+
"dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
|
|
83
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
|
|
84
|
+
"dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
|
|
85
85
|
"dtColorSurfaceBrandSubtleOpaque": "#DAC7FF",
|
|
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": "#0E002A",
|
|
102
|
+
"dtColorSurfaceCriticalStrongInverted": "#FF716F",
|
|
103
|
+
"dtColorSurfaceWarningStrongInverted": "#FFDB80",
|
|
104
|
+
"dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
|
|
105
|
+
"dtColorSurfaceInfoStrongInverted": "#4AA9EA",
|
|
106
|
+
"dtColorSurfaceBrandStrongInverted": "#AB7EFF",
|
|
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": "#0E002A",
|
|
123
|
+
"dtColorSurfaceBackdrop": "#000000",
|
|
86
124
|
"dtColorBorderSubtle": "#1C1C1C",
|
|
87
125
|
"dtColorBorderDefault": "#1C1C1C",
|
|
88
126
|
"dtColorBorderModerate": "#1C1C1C",
|
|
89
127
|
"dtColorBorderBold": "#1C1C1C",
|
|
128
|
+
"dtColorBorderCritical": "#FF1356",
|
|
129
|
+
"dtColorBorderSuccess": "#2EA834",
|
|
130
|
+
"dtColorBorderWarning": "#FF9E0E",
|
|
131
|
+
"dtColorBorderBrand": "#ff0000",
|
|
132
|
+
"dtColorBorderCriticalSubtle": "#FF716F",
|
|
133
|
+
"dtColorBorderSuccessSubtle": "#D1FF76",
|
|
134
|
+
"dtColorBorderWarningSubtle": "#FFDB80",
|
|
135
|
+
"dtColorBorderBrandSubtle": "#C2A3FF",
|
|
136
|
+
"dtColorBorderCriticalStrong": "#93173A",
|
|
137
|
+
"dtColorBorderSuccessStrong": "#004F2E",
|
|
138
|
+
"dtColorBorderWarningStrong": "#D57F00",
|
|
139
|
+
"dtColorBorderBrandStrong": "#5023DD",
|
|
90
140
|
"dtColorBorderSubtleInverted": "#ffffff",
|
|
91
141
|
"dtColorBorderDefaultInverted": "#ffffff",
|
|
92
142
|
"dtColorBorderModerateInverted": "#ffffff",
|
|
93
143
|
"dtColorBorderBoldInverted": "#ffffff",
|
|
94
|
-
"dtColorBorderFocus": "#3CA8F3",
|
|
95
|
-
"dtColorBorderCritical": "#FF1356",
|
|
96
|
-
"dtColorBorderSuccess": "#008E52",
|
|
97
|
-
"dtColorBorderWarning": "#F19000",
|
|
98
|
-
"dtColorBorderBrand": "#7C52FF",
|
|
99
|
-
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
100
|
-
"dtColorBorderAccent": "#FF1BA4",
|
|
101
|
-
"dtColorBorderCriticalSubtle": "#FF716F",
|
|
102
|
-
"dtColorBorderCriticalStrong": "#AF0032",
|
|
103
|
-
"dtColorBorderSuccessSubtle": "#AEFB3C",
|
|
104
|
-
"dtColorBorderSuccessStrong": "#004F2E",
|
|
105
|
-
"dtColorBorderWarningSubtle": "#FFC047",
|
|
106
|
-
"dtColorBorderWarningStrong": "#815008",
|
|
107
|
-
"dtColorBorderBrandSubtle": "#AB7EFF",
|
|
108
|
-
"dtColorBorderBrandStrong": "#3A1D95",
|
|
109
144
|
"dtColorBorderCriticalInverted": "#FF716F",
|
|
110
|
-
"dtColorBorderSuccessInverted": "#
|
|
111
|
-
"dtColorBorderWarningInverted": "#
|
|
112
|
-
"dtColorBorderBrandInverted": "#
|
|
113
|
-
"dtColorBorderCriticalSubtleInverted": "#
|
|
145
|
+
"dtColorBorderSuccessInverted": "#52C926",
|
|
146
|
+
"dtColorBorderWarningInverted": "#EA8F07",
|
|
147
|
+
"dtColorBorderBrandInverted": "#AB7EFF",
|
|
148
|
+
"dtColorBorderCriticalSubtleInverted": "#640823",
|
|
149
|
+
"dtColorBorderSuccessSubtleInverted": "#004F2E",
|
|
150
|
+
"dtColorBorderWarningSubtleInverted": "#815008",
|
|
151
|
+
"dtColorBorderBrandSubtleInverted": "#7C52FF",
|
|
114
152
|
"dtColorBorderCriticalStrongInverted": "#FFABA4",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
153
|
+
"dtColorBorderSuccessStrongInverted": "#84EE0B",
|
|
154
|
+
"dtColorBorderWarningStrongInverted": "#FFDB80",
|
|
155
|
+
"dtColorBorderBrandStrongInverted": "#DAC7FF",
|
|
156
|
+
"dtColorBorderFocus": "#2C83D5",
|
|
157
|
+
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #ff0000 90%)",
|
|
158
|
+
"dtColorBorderAccent": "#FF1BA4",
|
|
121
159
|
"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",
|
|
122
160
|
"dtTypographyBodyMdFontWeight": "400",
|
|
123
161
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -339,10 +377,10 @@
|
|
|
339
377
|
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
340
378
|
"dtInputsColorForegroundDisabled": "#808080",
|
|
341
379
|
"dtInputsColorBorderDefault": "#1C1C1C",
|
|
342
|
-
"dtInputsColorBorderFocus": "#
|
|
380
|
+
"dtInputsColorBorderFocus": "#2C83D5",
|
|
343
381
|
"dtInputsColorBorderCritical": "#FF1356",
|
|
344
|
-
"dtInputsColorBorderSuccess": "#
|
|
345
|
-
"dtInputsColorBorderWarning": "#
|
|
382
|
+
"dtInputsColorBorderSuccess": "#2EA834",
|
|
383
|
+
"dtInputsColorBorderWarning": "#FF9E0E",
|
|
346
384
|
"dtInputsColorBorderDisabled": "transparent",
|
|
347
385
|
"dtInputsColorBackgroundDefault": "#1C1C1C",
|
|
348
386
|
"dtInputsColorBackgroundFocus": "#F9F9F9",
|
|
@@ -351,7 +389,7 @@
|
|
|
351
389
|
"dtActionColorForegroundBaseHover": "#5023DD",
|
|
352
390
|
"dtActionColorForegroundBaseActive": "#5023DD",
|
|
353
391
|
"dtActionColorForegroundBasePrimaryDefault": "#ffffff",
|
|
354
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
392
|
+
"dtActionColorForegroundCriticalDefault": "#FF1356",
|
|
355
393
|
"dtActionColorForegroundCriticalHover": "#AF0032",
|
|
356
394
|
"dtActionColorForegroundCriticalActive": "#AF0032",
|
|
357
395
|
"dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
|
|
@@ -362,8 +400,8 @@
|
|
|
362
400
|
"dtActionColorForegroundInvertedPrimaryHover": "#5023DD",
|
|
363
401
|
"dtActionColorForegroundInvertedPrimaryActive": "#5023DD",
|
|
364
402
|
"dtActionColorForegroundMutedDefault": "#3A3A3A",
|
|
365
|
-
"dtActionColorForegroundMutedHover": "#
|
|
366
|
-
"dtActionColorForegroundMutedActive": "#
|
|
403
|
+
"dtActionColorForegroundMutedHover": "#ff0000",
|
|
404
|
+
"dtActionColorForegroundMutedActive": "#ff0000",
|
|
367
405
|
"dtActionColorForegroundDisabledDefault": "#808080",
|
|
368
406
|
"dtActionColorForegroundPositiveDefault": "#008E52",
|
|
369
407
|
"dtActionColorForegroundPositiveHover": "#004F2E",
|
|
@@ -379,7 +417,7 @@
|
|
|
379
417
|
"dtActionColorBackgroundCriticalHover": "#FFABA4",
|
|
380
418
|
"dtActionColorBackgroundCriticalActive": "#FFABA4",
|
|
381
419
|
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF1356",
|
|
382
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
420
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#D90A45",
|
|
383
421
|
"dtActionColorBackgroundCriticalPrimaryActive": "#AF0032",
|
|
384
422
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
385
423
|
"dtActionColorBackgroundInvertedHover": "#535353",
|
|
@@ -394,46 +432,46 @@
|
|
|
394
432
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
395
433
|
"dtActionColorBackgroundPositiveHover": "#DBFFA9",
|
|
396
434
|
"dtActionColorBackgroundPositiveActive": "#DBFFA9",
|
|
397
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
435
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#2EA834",
|
|
398
436
|
"dtActionColorBackgroundPositivePrimaryHover": "#008E52",
|
|
399
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
400
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
437
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#008E52",
|
|
438
|
+
"dtActionColorBorderBaseOutlinedDefault": "#ff0000",
|
|
401
439
|
"dtActionColorBorderCriticalOutlinedDefault": "#FF1356",
|
|
402
440
|
"dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
|
|
403
441
|
"dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
|
|
404
|
-
"dtThemeColorBase": "#
|
|
405
|
-
"dtThemeTopbarColorForeground": "#
|
|
442
|
+
"dtThemeColorBase": "#ff0000",
|
|
443
|
+
"dtThemeTopbarColorForeground": "#ff0000",
|
|
406
444
|
"dtThemeTopbarColorBackground": "#F9F9F9",
|
|
407
|
-
"dtThemeTopbarFieldColorForeground": "#
|
|
408
|
-
"dtThemeTopbarFieldColorForegroundHover": "#
|
|
409
|
-
"dtThemeTopbarFieldColorBackground": "#
|
|
410
|
-
"dtThemeTopbarFieldColorBackgroundHover": "#
|
|
411
|
-
"dtThemeTopbarFieldColorBorder": "#
|
|
412
|
-
"dtThemeTopbarFieldColorBorderHover": "#
|
|
413
|
-
"dtThemeTopbarFieldColorBorderActive": "#
|
|
414
|
-
"dtThemeTopbarButtonColorForeground": "#
|
|
415
|
-
"dtThemeTopbarButtonColorForegroundHover": "#
|
|
416
|
-
"dtThemeTopbarButtonColorBackground": "#
|
|
417
|
-
"dtThemeTopbarButtonColorBackgroundHover": "#
|
|
418
|
-
"dtThemeTopbarButtonColorBackgroundActive": "#
|
|
419
|
-
"dtThemeTopbarProfileColorForeground": "#
|
|
445
|
+
"dtThemeTopbarFieldColorForeground": "#ff0000",
|
|
446
|
+
"dtThemeTopbarFieldColorForegroundHover": "#ff0000",
|
|
447
|
+
"dtThemeTopbarFieldColorBackground": "#ff0000",
|
|
448
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#ff0000",
|
|
449
|
+
"dtThemeTopbarFieldColorBorder": "#ff0000",
|
|
450
|
+
"dtThemeTopbarFieldColorBorderHover": "#ff0000",
|
|
451
|
+
"dtThemeTopbarFieldColorBorderActive": "#ff0000",
|
|
452
|
+
"dtThemeTopbarButtonColorForeground": "#ff0000",
|
|
453
|
+
"dtThemeTopbarButtonColorForegroundHover": "#ff0000",
|
|
454
|
+
"dtThemeTopbarButtonColorBackground": "#ff0000",
|
|
455
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#ff0000",
|
|
456
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#ff0000",
|
|
457
|
+
"dtThemeTopbarProfileColorForeground": "#ff0000",
|
|
420
458
|
"dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
|
|
421
|
-
"dtThemeTopbarProfileColorBackground": "#
|
|
422
|
-
"dtThemeTopbarProfileColorBackgroundInverted": "#
|
|
423
|
-
"dtThemeTopbarProfileColorBackgroundHover": "#
|
|
424
|
-
"dtThemeTopbarProfileColorBackgroundActive": "#
|
|
459
|
+
"dtThemeTopbarProfileColorBackground": "#ff0000",
|
|
460
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#ff0000",
|
|
461
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#ff0000",
|
|
462
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#ff0000",
|
|
425
463
|
"dtThemeSidebarColorForeground": "#3A3A3A",
|
|
426
|
-
"dtThemeSidebarColorForegroundUnread": "#
|
|
464
|
+
"dtThemeSidebarColorForegroundUnread": "#ff0000",
|
|
427
465
|
"dtThemeSidebarColorBackground": "#F9F9F9",
|
|
428
466
|
"dtThemeSidebarIconColorForeground": "#3A3A3A",
|
|
429
467
|
"dtThemeSidebarStatusColorForeground": "#535353",
|
|
430
|
-
"dtThemeSidebarRowColorBackground": "#
|
|
431
|
-
"dtThemeSidebarRowColorBackgroundHover": "#
|
|
432
|
-
"dtThemeSidebarRowColorBackgroundActive": "#
|
|
433
|
-
"dtThemeSidebarSelectedRowColorForeground": "#
|
|
434
|
-
"dtThemeSidebarSelectedRowColorBackground": "#
|
|
468
|
+
"dtThemeSidebarRowColorBackground": "#ff0000",
|
|
469
|
+
"dtThemeSidebarRowColorBackgroundHover": "#ff0000",
|
|
470
|
+
"dtThemeSidebarRowColorBackgroundActive": "#ff0000",
|
|
471
|
+
"dtThemeSidebarSelectedRowColorForeground": "#ff0000",
|
|
472
|
+
"dtThemeSidebarSelectedRowColorBackground": "#ff0000",
|
|
435
473
|
"dtThemeSidebarSectionColorForeground": "#535353",
|
|
436
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
474
|
+
"dtThemePresenceColorBackgroundAvailable": "#52C926",
|
|
437
475
|
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
|
|
438
476
|
"dtThemePresenceColorBackgroundBusy": "#FF9E0E",
|
|
439
477
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
@@ -468,12 +506,13 @@
|
|
|
468
506
|
"dtBadgeColorBackgroundCritical": "#FFABA4",
|
|
469
507
|
"dtBadgeColorBackgroundBulletin": "#7C52FF",
|
|
470
508
|
"dtBadgeColorBackgroundBulletinSubtle": "#DAC7FF",
|
|
471
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #
|
|
472
|
-
"dtBadgeColorForegroundDefault": "#
|
|
509
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #ff0000 90%)",
|
|
510
|
+
"dtBadgeColorForegroundDefault": "#000000",
|
|
473
511
|
"dtBadgeColorForegroundBulletin": "#ffffff",
|
|
474
512
|
"dtBadgeColorForegroundBulletinSubtle": "#3A1D95",
|
|
513
|
+
"dtBadgeColorForegroundAi": "#ffffff",
|
|
475
514
|
"dtBadgeColorBorderDefault": "#1C1C1C",
|
|
476
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
515
|
+
"dtBadgeColorBorderBulletinSubtle": "#ff0000",
|
|
477
516
|
"dtButtonFontSizeXs": "12px",
|
|
478
517
|
"dtButtonFontSizeSm": "12px",
|
|
479
518
|
"dtButtonFontSizeMd": "15px",
|
|
@@ -498,8 +537,10 @@
|
|
|
498
537
|
"dtCheckboxSizeHeight": "1rem",
|
|
499
538
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
500
539
|
"dtCheckboxColorBorderUnchecked": "#1C1C1C",
|
|
501
|
-
"dtCheckboxColorBorderChecked": "#
|
|
540
|
+
"dtCheckboxColorBorderChecked": "#ff0000",
|
|
502
541
|
"dtCheckboxColorBackgroundChecked": "#7C52FF",
|
|
542
|
+
"dtCheckboxColorForegroundDefault": "transparent",
|
|
543
|
+
"dtCheckboxColorForegroundChecked": "#F9F9F9",
|
|
503
544
|
"dtIconSize100": "12px",
|
|
504
545
|
"dtIconSize200": "14px",
|
|
505
546
|
"dtIconSize300": "18px",
|
|
@@ -520,6 +561,8 @@
|
|
|
520
561
|
"dtRadioSizeHeight": "1rem",
|
|
521
562
|
"dtRadioSizeRadius": "50%",
|
|
522
563
|
"dtRadioColorBorderUnchecked": "#1C1C1C",
|
|
523
|
-
"dtRadioColorBorderChecked": "#
|
|
524
|
-
"dtRadioColorBackgroundChecked": "#7C52FF"
|
|
564
|
+
"dtRadioColorBorderChecked": "#ff0000",
|
|
565
|
+
"dtRadioColorBackgroundChecked": "#7C52FF",
|
|
566
|
+
"dtRadioColorForegroundDefault": "transparent",
|
|
567
|
+
"dtRadioColorForegroundChecked": "#F9F9F9"
|
|
525
568
|
}
|