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