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