@dialpad/dialtone 9.129.2 → 9.129.3-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 +589 -175
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-aegean-dark.css +467 -0
- package/dist/tokens/css/tokens-aegean-light.css +467 -0
- package/dist/tokens/css/tokens-base-dark.css +132 -132
- package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
- package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
- package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
- package/dist/tokens/css/tokens-debug-dp.css +574 -160
- package/dist/tokens/css/tokens-deca-dark.css +41 -1846
- package/dist/tokens/css/tokens-deca-light.css +62 -1874
- package/dist/tokens/css/tokens-dp-dark.css +575 -154
- package/dist/tokens/css/tokens-dp-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-dark.css +547 -154
- package/dist/tokens/css/tokens-expressive-light.css +589 -175
- package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
- package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
- package/dist/tokens/css/tokens-melon-dark.css +467 -0
- package/dist/tokens/css/tokens-melon-light.css +467 -0
- package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
- package/dist/tokens/css/tokens-sunflower-light.css +467 -0
- package/dist/tokens/css/tokens-tmo-dark.css +866 -445
- package/dist/tokens/css/tokens-tmo-light.css +883 -469
- package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
- package/dist/tokens/doc.json +145693 -129068
- package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
- package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
- 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 +3 -3
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +3 -3
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +4 -4
- 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 +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +2 -2
- 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 +2 -2
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +3 -3
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-aegean-dark.json +121 -0
- package/dist/tokens/tokens-aegean-light.json +121 -0
- package/dist/tokens/tokens-base-dark.json +132 -132
- package/dist/tokens/tokens-base-deca-dark.json +132 -132
- package/dist/tokens/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens/tokens-ceruleo-default.json +124 -0
- package/dist/tokens/tokens-deca-dark.json +52 -472
- package/dist/tokens/tokens-deca-light.json +4 -425
- package/dist/tokens/tokens-dp-dark.json +254 -193
- package/dist/tokens/tokens-dp-light.json +85 -25
- package/dist/tokens/tokens-expressive-dark.json +250 -193
- package/dist/tokens/tokens-expressive-light.json +85 -25
- package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
- package/dist/tokens/tokens-expressive-sm-light.json +85 -25
- package/dist/tokens/tokens-melon-dark.json +121 -0
- package/dist/tokens/tokens-melon-light.json +121 -0
- package/dist/tokens/tokens-sunflower-dark.json +121 -0
- package/dist/tokens/tokens-sunflower-light.json +121 -0
- package/dist/tokens/tokens-tmo-dark.json +257 -196
- package/dist/tokens/tokens-tmo-light.json +127 -67
- package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens/tokens-verdant-haze-light.json +122 -0
- package/dist/vue2/localization/index.cjs +1 -1
- package/dist/vue2/localization/index.cjs.map +1 -1
- package/dist/vue2/localization/index.js +25 -27
- package/dist/vue2/localization/index.js.map +1 -1
- package/dist/vue3/localization/index.cjs +1 -1
- package/dist/vue3/localization/index.cjs.map +1 -1
- package/dist/vue3/localization/index.js +28 -30
- package/dist/vue3/localization/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,46 +6,46 @@
|
|
|
6
6
|
"dtFontSize500": "65px",
|
|
7
7
|
"dtFontSize600": "105px",
|
|
8
8
|
"dtSizeBorderFocus": "0.1875rem",
|
|
9
|
-
"dtColorForegroundPrimary": "#
|
|
9
|
+
"dtColorForegroundPrimary": "#e6e6e6",
|
|
10
10
|
"dtColorForegroundSecondary": "#c7c7c7",
|
|
11
|
-
"dtColorForegroundTertiary": "#
|
|
12
|
-
"dtColorForegroundMuted": "#
|
|
13
|
-
"dtColorForegroundPlaceholder": "#
|
|
14
|
-
"dtColorForegroundDisabled": "#
|
|
15
|
-
"dtColorForegroundCritical": "#
|
|
16
|
-
"dtColorForegroundCriticalStrong": "#
|
|
17
|
-
"dtColorForegroundSuccess": "#
|
|
18
|
-
"dtColorForegroundSuccessStrong": "#
|
|
19
|
-
"dtColorForegroundWarning": "#
|
|
11
|
+
"dtColorForegroundTertiary": "#b0b0b0",
|
|
12
|
+
"dtColorForegroundMuted": "#d4d4d4",
|
|
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
21
|
"dtColorForegroundSecondaryInverted": "#3d3d3d",
|
|
22
22
|
"dtColorForegroundTertiaryInverted": "#555555",
|
|
23
23
|
"dtColorForegroundMutedInverted": "#171717",
|
|
24
24
|
"dtColorForegroundPlaceholderInverted": "#555555",
|
|
25
25
|
"dtColorForegroundDisabledInverted": "#555555",
|
|
26
|
-
"dtColorForegroundCriticalInverted": "#
|
|
26
|
+
"dtColorForegroundCriticalInverted": "#ff1356",
|
|
27
27
|
"dtColorForegroundCriticalStrongInverted": "#640823",
|
|
28
|
-
"dtColorForegroundSuccessInverted": "#
|
|
29
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
28
|
+
"dtColorForegroundSuccessInverted": "#008e52",
|
|
29
|
+
"dtColorForegroundSuccessStrongInverted": "#004f2e",
|
|
30
30
|
"dtColorForegroundWarningInverted": "#815008",
|
|
31
|
-
"dtColorLinkPrimary": "#
|
|
32
|
-
"dtColorLinkPrimaryHover": "#
|
|
33
|
-
"dtColorLinkCritical": "#
|
|
34
|
-
"dtColorLinkCriticalHover": "#
|
|
35
|
-
"dtColorLinkSuccess": "#
|
|
36
|
-
"dtColorLinkSuccessHover": "#
|
|
37
|
-
"dtColorLinkWarning": "#
|
|
38
|
-
"dtColorLinkWarningHover": "#
|
|
31
|
+
"dtColorLinkPrimary": "#bba6fc",
|
|
32
|
+
"dtColorLinkPrimaryHover": "#d3bcff",
|
|
33
|
+
"dtColorLinkCritical": "#ff716f",
|
|
34
|
+
"dtColorLinkCriticalHover": "#ffaba4",
|
|
35
|
+
"dtColorLinkSuccess": "#aefb3c",
|
|
36
|
+
"dtColorLinkSuccessHover": "#dbffa9",
|
|
37
|
+
"dtColorLinkWarning": "#ffbd48",
|
|
38
|
+
"dtColorLinkWarningHover": "#ffe89c",
|
|
39
39
|
"dtColorLinkMuted": "#c7c7c7",
|
|
40
|
-
"dtColorLinkMutedHover": "#
|
|
41
|
-
"dtColorLinkDisabled": "#
|
|
42
|
-
"dtColorLinkDisabledHover": "#
|
|
43
|
-
"dtColorLinkPrimaryInverted": "#
|
|
44
|
-
"dtColorLinkPrimaryInvertedHover": "#
|
|
45
|
-
"dtColorLinkCriticalInverted": "#
|
|
40
|
+
"dtColorLinkMutedHover": "#e6e6e6",
|
|
41
|
+
"dtColorLinkDisabled": "#b0b0b0",
|
|
42
|
+
"dtColorLinkDisabledHover": "#b0b0b0",
|
|
43
|
+
"dtColorLinkPrimaryInverted": "#7c52ff",
|
|
44
|
+
"dtColorLinkPrimaryInvertedHover": "#5023dd",
|
|
45
|
+
"dtColorLinkCriticalInverted": "#ff1356",
|
|
46
46
|
"dtColorLinkCriticalInvertedHover": "#640823",
|
|
47
|
-
"dtColorLinkSuccessInverted": "#
|
|
48
|
-
"dtColorLinkSuccessInvertedHover": "#
|
|
47
|
+
"dtColorLinkSuccessInverted": "#008e52",
|
|
48
|
+
"dtColorLinkSuccessInvertedHover": "#004f2e",
|
|
49
49
|
"dtColorLinkWarningInverted": "#815008",
|
|
50
50
|
"dtColorLinkWarningInvertedHover": "#533204",
|
|
51
51
|
"dtColorLinkMutedInverted": "#3d3d3d",
|
|
@@ -56,72 +56,72 @@
|
|
|
56
56
|
"dtColorSurfaceSecondary": "#1f1f1f",
|
|
57
57
|
"dtColorSurfaceModerate": "#3d3d3d",
|
|
58
58
|
"dtColorSurfaceBold": "#555555",
|
|
59
|
-
"dtColorSurfaceStrong": "#
|
|
59
|
+
"dtColorSurfaceStrong": "#b0b0b0",
|
|
60
60
|
"dtColorSurfaceContrast": "#ffffff",
|
|
61
61
|
"dtColorSurfaceCritical": "#380010",
|
|
62
62
|
"dtColorSurfaceWarning": "#533204",
|
|
63
63
|
"dtColorSurfaceSuccess": "#012717",
|
|
64
64
|
"dtColorSurfaceInfo": "#001429",
|
|
65
|
-
"dtColorSurfaceBrand": "#
|
|
65
|
+
"dtColorSurfaceBrand": "#1d0155",
|
|
66
66
|
"dtColorSurfaceCriticalSubtle": "#380010",
|
|
67
|
-
"dtColorSurfaceWarningSubtle": "#
|
|
67
|
+
"dtColorSurfaceWarningSubtle": "#2c1b02",
|
|
68
68
|
"dtColorSurfaceSuccessSubtle": "#012717",
|
|
69
69
|
"dtColorSurfaceInfoSubtle": "#001429",
|
|
70
|
-
"dtColorSurfaceBrandSubtle": "#
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#
|
|
72
|
-
"dtColorSurfaceWarningStrong": "#
|
|
73
|
-
"dtColorSurfaceSuccessStrong": "#
|
|
74
|
-
"dtColorSurfaceInfoStrong": "#
|
|
75
|
-
"dtColorSurfaceBrandStrong": "#
|
|
70
|
+
"dtColorSurfaceBrandSubtle": "#10022c",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#ff716f",
|
|
72
|
+
"dtColorSurfaceWarningStrong": "#ffdb80",
|
|
73
|
+
"dtColorSurfaceSuccessStrong": "#aefb3c",
|
|
74
|
+
"dtColorSurfaceInfoStrong": "#4aa9ea",
|
|
75
|
+
"dtColorSurfaceBrandStrong": "#bba6fc",
|
|
76
76
|
"dtColorSurfacePrimaryOpaque": "#171717",
|
|
77
|
-
"dtColorSurfaceSecondaryOpaque": "#
|
|
78
|
-
"dtColorSurfaceModerateOpaque": "#
|
|
79
|
-
"dtColorSurfaceBoldOpaque": "#
|
|
80
|
-
"dtColorSurfaceStrongOpaque": "#
|
|
77
|
+
"dtColorSurfaceSecondaryOpaque": "#e6e6e6",
|
|
78
|
+
"dtColorSurfaceModerateOpaque": "#e6e6e6",
|
|
79
|
+
"dtColorSurfaceBoldOpaque": "#e6e6e6",
|
|
80
|
+
"dtColorSurfaceStrongOpaque": "#e6e6e6",
|
|
81
81
|
"dtColorSurfaceContrastOpaque": "#ffffff",
|
|
82
|
-
"dtColorSurfaceCriticalOpaque": "#
|
|
82
|
+
"dtColorSurfaceCriticalOpaque": "#93173a",
|
|
83
83
|
"dtColorSurfaceWarningOpaque": "#815008",
|
|
84
|
-
"dtColorSurfaceSuccessOpaque": "#
|
|
84
|
+
"dtColorSurfaceSuccessOpaque": "#004f2e",
|
|
85
85
|
"dtColorSurfaceInfoOpaque": "#001429",
|
|
86
|
-
"dtColorSurfaceBrandOpaque": "#
|
|
87
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#
|
|
88
|
-
"dtColorSurfaceWarningSubtleOpaque": "#
|
|
89
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#
|
|
90
|
-
"dtColorSurfaceInfoSubtleOpaque": "#
|
|
91
|
-
"dtColorSurfaceBrandSubtleOpaque": "#
|
|
86
|
+
"dtColorSurfaceBrandOpaque": "#1d0155",
|
|
87
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#1c0108",
|
|
88
|
+
"dtColorSurfaceWarningSubtleOpaque": "#2c1b02",
|
|
89
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#00150d",
|
|
90
|
+
"dtColorSurfaceInfoSubtleOpaque": "#010b16",
|
|
91
|
+
"dtColorSurfaceBrandSubtleOpaque": "#10022c",
|
|
92
92
|
"dtColorSurfacePrimaryInverted": "#ffffff",
|
|
93
|
-
"dtColorSurfaceSecondaryInverted": "#
|
|
94
|
-
"dtColorSurfaceModerateInverted": "#
|
|
95
|
-
"dtColorSurfaceBoldInverted": "#
|
|
93
|
+
"dtColorSurfaceSecondaryInverted": "#f9f9f9",
|
|
94
|
+
"dtColorSurfaceModerateInverted": "#e6e6e6",
|
|
95
|
+
"dtColorSurfaceBoldInverted": "#d4d4d4",
|
|
96
96
|
"dtColorSurfaceStrongInverted": "#555555",
|
|
97
97
|
"dtColorSurfaceContrastInverted": "#171717",
|
|
98
|
-
"dtColorSurfaceCriticalInverted": "#
|
|
99
|
-
"dtColorSurfaceWarningInverted": "#
|
|
100
|
-
"dtColorSurfaceSuccessInverted": "#
|
|
101
|
-
"dtColorSurfaceInfoInverted": "#
|
|
102
|
-
"dtColorSurfaceBrandInverted": "#
|
|
103
|
-
"dtColorSurfaceCriticalSubtleInverted": "#
|
|
98
|
+
"dtColorSurfaceCriticalInverted": "#ffe5e6",
|
|
99
|
+
"dtColorSurfaceWarningInverted": "#fff4cc",
|
|
100
|
+
"dtColorSurfaceSuccessInverted": "#edf9eb",
|
|
101
|
+
"dtColorSurfaceInfoInverted": "#eaf2fa",
|
|
102
|
+
"dtColorSurfaceBrandInverted": "#f5f0ff",
|
|
103
|
+
"dtColorSurfaceCriticalSubtleInverted": "#fff2f3",
|
|
104
104
|
"dtColorSurfaceWarningSubtleInverted": "#fffae5",
|
|
105
105
|
"dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
|
|
106
106
|
"dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
|
|
107
107
|
"dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
|
|
108
|
-
"dtColorSurfaceCriticalStrongInverted": "#
|
|
109
|
-
"dtColorSurfaceWarningStrongInverted": "#
|
|
110
|
-
"dtColorSurfaceSuccessStrongInverted": "#
|
|
111
|
-
"dtColorSurfaceInfoStrongInverted": "#
|
|
112
|
-
"dtColorSurfaceBrandStrongInverted": "#
|
|
108
|
+
"dtColorSurfaceCriticalStrongInverted": "#d90a45",
|
|
109
|
+
"dtColorSurfaceWarningStrongInverted": "#ffbd48",
|
|
110
|
+
"dtColorSurfaceSuccessStrongInverted": "#31b237",
|
|
111
|
+
"dtColorSurfaceInfoStrongInverted": "#1768c6",
|
|
112
|
+
"dtColorSurfaceBrandStrongInverted": "#7c52ff",
|
|
113
113
|
"dtColorSurfacePrimaryOpaqueInverted": "#ffffff",
|
|
114
114
|
"dtColorSurfaceSecondaryOpaqueInverted": "#000000",
|
|
115
115
|
"dtColorSurfaceModerateOpaqueInverted": "#000000",
|
|
116
116
|
"dtColorSurfaceBoldOpaqueInverted": "#000000",
|
|
117
117
|
"dtColorSurfaceStrongOpaqueInverted": "#000000",
|
|
118
118
|
"dtColorSurfaceContrastOpaqueInverted": "#000000",
|
|
119
|
-
"dtColorSurfaceCriticalOpaqueInverted": "#
|
|
120
|
-
"dtColorSurfaceWarningOpaqueInverted": "#
|
|
121
|
-
"dtColorSurfaceSuccessOpaqueInverted": "#
|
|
122
|
-
"dtColorSurfaceInfoOpaqueInverted": "#
|
|
123
|
-
"dtColorSurfaceBrandOpaqueInverted": "#
|
|
124
|
-
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#
|
|
119
|
+
"dtColorSurfaceCriticalOpaqueInverted": "#ffaba4",
|
|
120
|
+
"dtColorSurfaceWarningOpaqueInverted": "#ffe89c",
|
|
121
|
+
"dtColorSurfaceSuccessOpaqueInverted": "#dbffa9",
|
|
122
|
+
"dtColorSurfaceInfoOpaqueInverted": "#eaf2fa",
|
|
123
|
+
"dtColorSurfaceBrandOpaqueInverted": "#f5f0ff",
|
|
124
|
+
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#ffe5e6",
|
|
125
125
|
"dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
|
|
126
126
|
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
|
|
127
127
|
"dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
|
|
@@ -132,37 +132,37 @@
|
|
|
132
132
|
"dtColorBorderDefault": "#ffffff",
|
|
133
133
|
"dtColorBorderModerate": "#ffffff",
|
|
134
134
|
"dtColorBorderBold": "#ffffff",
|
|
135
|
-
"dtColorBorderCritical": "#
|
|
136
|
-
"dtColorBorderSuccess": "#
|
|
137
|
-
"dtColorBorderWarning": "#
|
|
138
|
-
"dtColorBorderBrand": "#
|
|
139
|
-
"dtColorBorderCriticalSubtle": "#
|
|
140
|
-
"dtColorBorderSuccessSubtle": "#
|
|
141
|
-
"dtColorBorderWarningSubtle": "#
|
|
142
|
-
"dtColorBorderBrandSubtle": "#
|
|
143
|
-
"dtColorBorderCriticalStrong": "#
|
|
144
|
-
"dtColorBorderSuccessStrong": "#
|
|
145
|
-
"dtColorBorderWarningStrong": "#
|
|
146
|
-
"dtColorBorderBrandStrong": "#
|
|
135
|
+
"dtColorBorderCritical": "#ff716f",
|
|
136
|
+
"dtColorBorderSuccess": "#d1ff76",
|
|
137
|
+
"dtColorBorderWarning": "#ffdb80",
|
|
138
|
+
"dtColorBorderBrand": "#bba6fc",
|
|
139
|
+
"dtColorBorderCriticalSubtle": "#93173a",
|
|
140
|
+
"dtColorBorderSuccessSubtle": "#52c926",
|
|
141
|
+
"dtColorBorderWarningSubtle": "#ff9e0e",
|
|
142
|
+
"dtColorBorderBrandSubtle": "#7c52ff",
|
|
143
|
+
"dtColorBorderCriticalStrong": "#ffaba4",
|
|
144
|
+
"dtColorBorderSuccessStrong": "#aefb3c",
|
|
145
|
+
"dtColorBorderWarningStrong": "#ffe89c",
|
|
146
|
+
"dtColorBorderBrandStrong": "#d3bcff",
|
|
147
147
|
"dtColorBorderSubtleInverted": "#000000",
|
|
148
148
|
"dtColorBorderDefaultInverted": "#000000",
|
|
149
149
|
"dtColorBorderModerateInverted": "#000000",
|
|
150
150
|
"dtColorBorderBoldInverted": "#000000",
|
|
151
|
-
"dtColorBorderCriticalInverted": "#
|
|
152
|
-
"dtColorBorderSuccessInverted": "#
|
|
153
|
-
"dtColorBorderWarningInverted": "#
|
|
154
|
-
"dtColorBorderBrandInverted": "#
|
|
155
|
-
"dtColorBorderCriticalSubtleInverted": "#
|
|
156
|
-
"dtColorBorderSuccessSubtleInverted": "#
|
|
157
|
-
"dtColorBorderWarningSubtleInverted": "#
|
|
158
|
-
"dtColorBorderBrandSubtleInverted": "#
|
|
159
|
-
"dtColorBorderCriticalStrongInverted": "#
|
|
160
|
-
"dtColorBorderSuccessStrongInverted": "#
|
|
161
|
-
"dtColorBorderWarningStrongInverted": "#
|
|
162
|
-
"dtColorBorderBrandStrongInverted": "#
|
|
163
|
-
"dtColorBorderFocus": "#
|
|
151
|
+
"dtColorBorderCriticalInverted": "#ff1356",
|
|
152
|
+
"dtColorBorderSuccessInverted": "#31b237",
|
|
153
|
+
"dtColorBorderWarningInverted": "#ff9e0e",
|
|
154
|
+
"dtColorBorderBrandInverted": "#7c52ff",
|
|
155
|
+
"dtColorBorderCriticalSubtleInverted": "#ff716f",
|
|
156
|
+
"dtColorBorderSuccessSubtleInverted": "#d1ff76",
|
|
157
|
+
"dtColorBorderWarningSubtleInverted": "#ffdb80",
|
|
158
|
+
"dtColorBorderBrandSubtleInverted": "#bba6fc",
|
|
159
|
+
"dtColorBorderCriticalStrongInverted": "#93173a",
|
|
160
|
+
"dtColorBorderSuccessStrongInverted": "#004f2e",
|
|
161
|
+
"dtColorBorderWarningStrongInverted": "#d57f00",
|
|
162
|
+
"dtColorBorderBrandStrongInverted": "#5023dd",
|
|
163
|
+
"dtColorBorderFocus": "#3b96df",
|
|
164
164
|
"dtColorBorderAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
|
|
165
|
-
"dtColorBorderAccent": "#
|
|
165
|
+
"dtColorBorderAccent": "#ff1ba4",
|
|
166
166
|
"dtTypographyBodyMdFontFamily": "\"Season Mix\", -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",
|
|
167
167
|
"dtTypographyBodyMdFontWeight": "400",
|
|
168
168
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -360,114 +360,171 @@
|
|
|
360
360
|
"dtInputsFontWeightMd": "400",
|
|
361
361
|
"dtInputsFontWeightLg": "400",
|
|
362
362
|
"dtInputsFontWeightXl": "400",
|
|
363
|
-
"dtInputsColorForegroundDefault": "#
|
|
364
|
-
"dtInputsColorForegroundPlaceholder": "#
|
|
365
|
-
"dtInputsColorForegroundDisabled": "#
|
|
363
|
+
"dtInputsColorForegroundDefault": "#e6e6e6",
|
|
364
|
+
"dtInputsColorForegroundPlaceholder": "#b0b0b0",
|
|
365
|
+
"dtInputsColorForegroundDisabled": "#b0b0b0",
|
|
366
366
|
"dtInputsColorBorderDefault": "#ffffff",
|
|
367
367
|
"dtInputsColorBorderHover": "#ffffff",
|
|
368
|
-
"dtInputsColorBorderFocus": "#
|
|
369
|
-
"dtInputsColorBorderCritical": "#
|
|
370
|
-
"dtInputsColorBorderSuccess": "#
|
|
371
|
-
"dtInputsColorBorderWarning": "#
|
|
372
|
-
"dtInputsColorBorderDisabled": "
|
|
373
|
-
"dtInputsColorBackgroundDefault": "#
|
|
368
|
+
"dtInputsColorBorderFocus": "#3b96df",
|
|
369
|
+
"dtInputsColorBorderCritical": "#ff716f",
|
|
370
|
+
"dtInputsColorBorderSuccess": "#d1ff76",
|
|
371
|
+
"dtInputsColorBorderWarning": "#ffdb80",
|
|
372
|
+
"dtInputsColorBorderDisabled": "#ffffff00",
|
|
373
|
+
"dtInputsColorBackgroundDefault": "#e6e6e6",
|
|
374
374
|
"dtInputsColorBackgroundFocus": "#171717",
|
|
375
|
-
"dtInputsColorBackgroundDisabled": "#
|
|
376
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
377
|
-
"dtActionColorForegroundBaseHover": "#
|
|
378
|
-
"dtActionColorForegroundBaseActive": "#
|
|
375
|
+
"dtInputsColorBackgroundDisabled": "#e6e6e6",
|
|
376
|
+
"dtActionColorForegroundBaseDefault": "#bba6fc",
|
|
377
|
+
"dtActionColorForegroundBaseHover": "#d3bcff",
|
|
378
|
+
"dtActionColorForegroundBaseActive": "#d3bcff",
|
|
379
379
|
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
380
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
381
|
-
"dtActionColorForegroundCriticalHover": "#
|
|
382
|
-
"dtActionColorForegroundCriticalActive": "#
|
|
380
|
+
"dtActionColorForegroundCriticalDefault": "#ff716f",
|
|
381
|
+
"dtActionColorForegroundCriticalHover": "#ffaba4",
|
|
382
|
+
"dtActionColorForegroundCriticalActive": "#ffaba4",
|
|
383
383
|
"dtActionColorForegroundCriticalPrimaryDefault": "#000000",
|
|
384
384
|
"dtActionColorForegroundInvertedDefault": "#000000",
|
|
385
385
|
"dtActionColorForegroundInvertedHover": "#000000",
|
|
386
386
|
"dtActionColorForegroundInvertedActive": "#000000",
|
|
387
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
388
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
389
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
387
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#bba6fc",
|
|
388
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#d3bcff",
|
|
389
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#d3bcff",
|
|
390
390
|
"dtActionColorForegroundMutedDefault": "#c7c7c7",
|
|
391
|
-
"dtActionColorForegroundMutedHover": "#
|
|
392
|
-
"dtActionColorForegroundMutedActive": "#
|
|
393
|
-
"dtActionColorForegroundDisabledDefault": "#
|
|
394
|
-
"dtActionColorForegroundPositiveDefault": "#
|
|
395
|
-
"dtActionColorForegroundPositiveHover": "#
|
|
396
|
-
"dtActionColorForegroundPositiveActive": "#
|
|
391
|
+
"dtActionColorForegroundMutedHover": "#e6e6e6",
|
|
392
|
+
"dtActionColorForegroundMutedActive": "#e6e6e6",
|
|
393
|
+
"dtActionColorForegroundDisabledDefault": "#b0b0b0",
|
|
394
|
+
"dtActionColorForegroundPositiveDefault": "#aefb3c",
|
|
395
|
+
"dtActionColorForegroundPositiveHover": "#dbffa9",
|
|
396
|
+
"dtActionColorForegroundPositiveActive": "#dbffa9",
|
|
397
397
|
"dtActionColorForegroundPositivePrimaryDefault": "#000000",
|
|
398
|
-
"dtActionColorBackgroundBaseDefault": "
|
|
399
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
400
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
401
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
402
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
403
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
404
|
-
"dtActionColorBackgroundCriticalDefault": "
|
|
405
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
406
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
407
|
-
"dtActionColorBackgroundCriticalPrimaryDefault": "#
|
|
408
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
409
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
410
|
-
"dtActionColorBackgroundInvertedDefault": "
|
|
398
|
+
"dtActionColorBackgroundBaseDefault": "#ffffff00",
|
|
399
|
+
"dtActionColorBackgroundBaseHover": "#9071fc",
|
|
400
|
+
"dtActionColorBackgroundBaseActive": "#9071fc",
|
|
401
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#bba6fc",
|
|
402
|
+
"dtActionColorBackgroundBasePrimaryHover": "#d3bcff",
|
|
403
|
+
"dtActionColorBackgroundBasePrimaryActive": "#bba6fc",
|
|
404
|
+
"dtActionColorBackgroundCriticalDefault": "#ffffff00",
|
|
405
|
+
"dtActionColorBackgroundCriticalHover": "#93173a",
|
|
406
|
+
"dtActionColorBackgroundCriticalActive": "#93173a",
|
|
407
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#ff716f",
|
|
408
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#ffaba4",
|
|
409
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#ff716f",
|
|
410
|
+
"dtActionColorBackgroundInvertedDefault": "#ffffff00",
|
|
411
411
|
"dtActionColorBackgroundInvertedHover": "#000000",
|
|
412
412
|
"dtActionColorBackgroundInvertedActive": "#000000",
|
|
413
413
|
"dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
|
|
414
|
-
"dtActionColorBackgroundInvertedPrimaryHover": "#
|
|
415
|
-
"dtActionColorBackgroundInvertedPrimaryActive": "#
|
|
416
|
-
"dtActionColorBackgroundMutedDefault": "
|
|
417
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
418
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
419
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
420
|
-
"dtActionColorBackgroundPositiveDefault": "
|
|
421
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
422
|
-
"dtActionColorBackgroundPositiveActive": "#
|
|
423
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
424
|
-
"dtActionColorBackgroundPositivePrimaryHover": "#
|
|
425
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
426
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
427
|
-
"dtActionColorBorderCriticalOutlinedDefault": "#
|
|
414
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#1d0155",
|
|
415
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#3a1d95",
|
|
416
|
+
"dtActionColorBackgroundMutedDefault": "#ffffff00",
|
|
417
|
+
"dtActionColorBackgroundMutedHover": "#e6e6e6",
|
|
418
|
+
"dtActionColorBackgroundMutedActive": "#e6e6e6",
|
|
419
|
+
"dtActionColorBackgroundDisabledDefault": "#e6e6e6",
|
|
420
|
+
"dtActionColorBackgroundPositiveDefault": "#ffffff00",
|
|
421
|
+
"dtActionColorBackgroundPositiveHover": "#004f2e",
|
|
422
|
+
"dtActionColorBackgroundPositiveActive": "#004f2e",
|
|
423
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#aefb3c",
|
|
424
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#d1ff76",
|
|
425
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#aefb3c",
|
|
426
|
+
"dtActionColorBorderBaseOutlinedDefault": "#bba6fc",
|
|
427
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#ff716f",
|
|
428
428
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
429
429
|
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
430
|
-
"dtActionColorBorderPositiveOutlinedDefault": "#
|
|
431
|
-
"dtThemeColorBase": "#
|
|
432
|
-
"dtThemeTopbarColorForeground": "#
|
|
430
|
+
"dtActionColorBorderPositiveOutlinedDefault": "#d1ff76",
|
|
431
|
+
"dtThemeColorBase": "#e6e6e6",
|
|
432
|
+
"dtThemeTopbarColorForeground": "#392bff",
|
|
433
433
|
"dtThemeTopbarColorBackground": "#1f1f1f",
|
|
434
|
-
"dtThemeTopbarFieldColorForeground": "#
|
|
435
|
-
"dtThemeTopbarFieldColorForegroundHover": "#
|
|
436
|
-
"dtThemeTopbarFieldColorBackground": "#
|
|
434
|
+
"dtThemeTopbarFieldColorForeground": "#392bff",
|
|
435
|
+
"dtThemeTopbarFieldColorForegroundHover": "#392bff",
|
|
436
|
+
"dtThemeTopbarFieldColorBackground": "#392bff",
|
|
437
437
|
"dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
|
|
438
|
-
"dtThemeTopbarFieldColorBorder": "#
|
|
439
|
-
"dtThemeTopbarFieldColorBorderHover": "#
|
|
440
|
-
"dtThemeTopbarFieldColorBorderActive": "#
|
|
441
|
-
"dtThemeTopbarButtonColorForeground": "#
|
|
442
|
-
"dtThemeTopbarButtonColorForegroundHover": "#
|
|
443
|
-
"dtThemeTopbarButtonColorBackground": "#
|
|
444
|
-
"dtThemeTopbarButtonColorBackgroundHover": "#
|
|
445
|
-
"dtThemeTopbarButtonColorBackgroundActive": "#
|
|
446
|
-
"dtThemeTopbarProfileColorForeground": "#
|
|
438
|
+
"dtThemeTopbarFieldColorBorder": "#392bff",
|
|
439
|
+
"dtThemeTopbarFieldColorBorderHover": "#392bff",
|
|
440
|
+
"dtThemeTopbarFieldColorBorderActive": "#392bff",
|
|
441
|
+
"dtThemeTopbarButtonColorForeground": "#392bff",
|
|
442
|
+
"dtThemeTopbarButtonColorForegroundHover": "#392bff",
|
|
443
|
+
"dtThemeTopbarButtonColorBackground": "#392bff",
|
|
444
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#392bff",
|
|
445
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#392bff",
|
|
446
|
+
"dtThemeTopbarProfileColorForeground": "#392bff",
|
|
447
447
|
"dtThemeTopbarProfileColorForegroundInverted": "#000000",
|
|
448
|
-
"dtThemeTopbarProfileColorBackground": "#
|
|
449
|
-
"dtThemeTopbarProfileColorBackgroundInverted": "#
|
|
450
|
-
"dtThemeTopbarProfileColorBackgroundHover": "#
|
|
451
|
-
"dtThemeTopbarProfileColorBackgroundActive": "#
|
|
448
|
+
"dtThemeTopbarProfileColorBackground": "#392bff",
|
|
449
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#392bff",
|
|
450
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#392bff",
|
|
451
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#392bff",
|
|
452
452
|
"dtThemeSidebarColorForeground": "#c7c7c7",
|
|
453
|
-
"dtThemeSidebarColorForegroundUnread": "#
|
|
453
|
+
"dtThemeSidebarColorForegroundUnread": "#e6e6e6",
|
|
454
454
|
"dtThemeSidebarColorBackground": "#1f1f1f",
|
|
455
455
|
"dtThemeSidebarIconColorForeground": "#c7c7c7",
|
|
456
|
-
"dtThemeSidebarStatusColorForeground": "#
|
|
457
|
-
"dtThemeSidebarRowColorBackground": "#
|
|
458
|
-
"dtThemeSidebarRowColorBackgroundHover": "#
|
|
459
|
-
"dtThemeSidebarRowColorBackgroundActive": "#
|
|
460
|
-
"dtThemeSidebarSelectedRowColorForeground": "#
|
|
461
|
-
"dtThemeSidebarSelectedRowColorBackground": "#
|
|
462
|
-
"dtThemeSidebarSectionColorForeground": "#
|
|
463
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
464
|
-
"dtThemePresenceColorBackgroundBusyUnavailable": "#
|
|
465
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
466
|
-
"dtThemePresenceColorBackgroundOffline": "#
|
|
456
|
+
"dtThemeSidebarStatusColorForeground": "#b0b0b0",
|
|
457
|
+
"dtThemeSidebarRowColorBackground": "#392bff",
|
|
458
|
+
"dtThemeSidebarRowColorBackgroundHover": "#392bff",
|
|
459
|
+
"dtThemeSidebarRowColorBackgroundActive": "#392bff",
|
|
460
|
+
"dtThemeSidebarSelectedRowColorForeground": "#e6e6e6",
|
|
461
|
+
"dtThemeSidebarSelectedRowColorBackground": "#392bff",
|
|
462
|
+
"dtThemeSidebarSectionColorForeground": "#b0b0b0",
|
|
463
|
+
"dtThemePresenceColorBackgroundAvailable": "#84ee0b",
|
|
464
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#ff415b",
|
|
465
|
+
"dtThemePresenceColorBackgroundBusy": "#ffbd48",
|
|
466
|
+
"dtThemePresenceColorBackgroundOffline": "#808080",
|
|
467
467
|
"dtThemeMentionColorForeground": "#000000",
|
|
468
468
|
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
469
|
-
"dtThemeMentionColorBackground": "#
|
|
470
|
-
"dtThemeMentionColorBackgroundStrong": "#
|
|
469
|
+
"dtThemeMentionColorBackground": "#bba6fc",
|
|
470
|
+
"dtThemeMentionColorBackgroundStrong": "#f5f0ff",
|
|
471
|
+
"dtShellBaseColorSurface": "#1f1f1f",
|
|
472
|
+
"dtShellBaseColorForeground": "#e6e6e6",
|
|
473
|
+
"dtShellBaseColorBorder": "#e6e6e6",
|
|
474
|
+
"dtShellBaseColorAccent": "#bba6fc",
|
|
475
|
+
"dtShellBaseColorStatusPositive": "#84ee0b",
|
|
476
|
+
"dtShellBaseColorStatusCritical": "#ff415b",
|
|
477
|
+
"dtShellBaseColorStatusWarning": "#ffbd48",
|
|
478
|
+
"dtShellBaseColorStatusAway": "#808080",
|
|
479
|
+
"dtShellBaseActionColorBackgroundPrimary": "#d4d4d4",
|
|
480
|
+
"dtShellBaseActionColorBackgroundSecondary": "#d4d4d4",
|
|
481
|
+
"dtShellBaseActionColorBackgroundMuted": "#d4d4d4",
|
|
482
|
+
"dtShellColorForegroundPrimary": "#e6e6e6",
|
|
483
|
+
"dtShellColorForegroundSecondary": "#e6e6e6",
|
|
484
|
+
"dtShellColorForegroundTertiary": "#e6e6e6",
|
|
485
|
+
"dtShellColorForegroundStrong": "#e6e6e6",
|
|
486
|
+
"dtShellColorForegroundMuted": "#e6e6e6",
|
|
487
|
+
"dtShellColorForegroundDisabled": "#e6e6e6",
|
|
488
|
+
"dtShellColorForegroundPositive": "#84ee0b",
|
|
489
|
+
"dtShellColorForegroundCritical": "#ff415b",
|
|
490
|
+
"dtShellColorForegroundWarning": "#ffbd48",
|
|
491
|
+
"dtShellColorSurfaceDefault": "#1f1f1f",
|
|
492
|
+
"dtShellColorBorderSubtle": "#e6e6e6",
|
|
493
|
+
"dtShellColorBorderDefault": "#e6e6e6",
|
|
494
|
+
"dtShellColorBorderBase": "#ffffff",
|
|
495
|
+
"dtShellActionColorForegroundPrimaryDefault": "#e6e6e6",
|
|
496
|
+
"dtShellActionColorForegroundSecondaryDefault": "#e6e6e6",
|
|
497
|
+
"dtShellActionColorForegroundPrimaryStrong": "#e6e6e6",
|
|
498
|
+
"dtShellActionColorForegroundTertiaryDefault": "#e6e6e6",
|
|
499
|
+
"dtShellActionColorForegroundPrimaryDisabled": "#e6e6e6",
|
|
500
|
+
"dtShellActionColorForegroundSecondaryDisabled": "#e6e6e6",
|
|
501
|
+
"dtShellActionColorForegroundMutedDefault": "#e6e6e6",
|
|
502
|
+
"dtShellActionColorForegroundMutedHover": "#e6e6e6",
|
|
503
|
+
"dtShellActionColorForegroundMutedActive": "#e6e6e6",
|
|
504
|
+
"dtShellActionColorForegroundMutedSelected": "#e6e6e6",
|
|
505
|
+
"dtShellActionColorBackgroundPrimaryDefault": "#d4d4d4",
|
|
506
|
+
"dtShellActionColorBackgroundPrimaryHover": "#d4d4d4",
|
|
507
|
+
"dtShellActionColorBackgroundPrimaryActive": "#d4d4d4",
|
|
508
|
+
"dtShellActionColorBackgroundPrimarySelected": "#d4d4d4",
|
|
509
|
+
"dtShellActionColorBackgroundSecondaryDefault": "#d4d4d4",
|
|
510
|
+
"dtShellActionColorBackgroundSecondaryHover": "#d4d4d4",
|
|
511
|
+
"dtShellActionColorBackgroundSecondaryActive": "#d4d4d4",
|
|
512
|
+
"dtShellActionColorBackgroundSecondarySelected": "#d4d4d4",
|
|
513
|
+
"dtShellActionColorBackgroundMutedDefault": "#d4d4d4",
|
|
514
|
+
"dtShellActionColorBackgroundMutedHover": "#d4d4d4",
|
|
515
|
+
"dtShellActionColorBackgroundMutedActive": "#d4d4d4",
|
|
516
|
+
"dtShellActionColorBackgroundMutedSelected": "#d4d4d4",
|
|
517
|
+
"dtShellMentionColorSurfacePrimary": "#bba6fc",
|
|
518
|
+
"dtShellMentionColorSurfaceSecondary": "#bba6fc",
|
|
519
|
+
"dtShellMentionColorForegroundPrimary": "#000000",
|
|
520
|
+
"dtShellMentionColorForegroundSecondary": "#171717",
|
|
521
|
+
"dtShellLogoColorStar": "#9071fc",
|
|
522
|
+
"dtShellLogoColorWordmark": "#f9f6ff",
|
|
523
|
+
"dtShellPresenceColorAvailable": "#84ee0b",
|
|
524
|
+
"dtShellPresenceColorUnavailable": "#ff415b",
|
|
525
|
+
"dtShellPresenceColorBusy": "#ffbd48",
|
|
526
|
+
"dtShellPresenceColorOffline": "#808080",
|
|
527
|
+
"dtShellFoo": "#392bff",
|
|
471
528
|
"dtAvatarColorForeground": "#000000",
|
|
472
529
|
"dtAvatarColorBackground100": "#1aa340",
|
|
473
530
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -488,28 +545,28 @@
|
|
|
488
545
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
489
546
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
490
547
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
491
|
-
"dtBadgeColorBackgroundDefault": "#
|
|
548
|
+
"dtBadgeColorBackgroundDefault": "#e6e6e6",
|
|
492
549
|
"dtBadgeColorBackgroundInfo": "#003165",
|
|
493
|
-
"dtBadgeColorBackgroundSuccess": "#
|
|
550
|
+
"dtBadgeColorBackgroundSuccess": "#004f2e",
|
|
494
551
|
"dtBadgeColorBackgroundWarning": "#533204",
|
|
495
552
|
"dtBadgeColorBackgroundCritical": "#640823",
|
|
496
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
497
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
553
|
+
"dtBadgeColorBackgroundBulletin": "#bba6fc",
|
|
554
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#3a1d95",
|
|
498
555
|
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
|
|
499
556
|
"dtBadgeColorForegroundDefault": "#ffffff",
|
|
500
557
|
"dtBadgeColorForegroundBulletin": "#000000",
|
|
501
|
-
"dtBadgeColorForegroundBulletinSubtle": "#
|
|
558
|
+
"dtBadgeColorForegroundBulletinSubtle": "#d3bcff",
|
|
502
559
|
"dtBadgeColorForegroundAi": "#ffffff",
|
|
503
560
|
"dtBadgeColorBorderDefault": "#ffffff",
|
|
504
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
561
|
+
"dtBadgeColorBorderBulletinSubtle": "#7c52ff",
|
|
505
562
|
"dtCheckboxSizeWidth": "1rem",
|
|
506
563
|
"dtCheckboxSizeHeight": "1rem",
|
|
507
564
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
508
565
|
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
509
566
|
"dtCheckboxColorBorderUncheckedHover": "#ffffff",
|
|
510
|
-
"dtCheckboxColorBorderChecked": "#
|
|
511
|
-
"dtCheckboxColorBackgroundChecked": "#
|
|
512
|
-
"dtCheckboxColorForegroundDefault": "
|
|
567
|
+
"dtCheckboxColorBorderChecked": "#bba6fc",
|
|
568
|
+
"dtCheckboxColorBackgroundChecked": "#bba6fc",
|
|
569
|
+
"dtCheckboxColorForegroundDefault": "#ffffff00",
|
|
513
570
|
"dtCheckboxColorForegroundChecked": "#000000",
|
|
514
571
|
"dtIconSize100": "12px",
|
|
515
572
|
"dtIconSize200": "14px",
|
|
@@ -532,8 +589,8 @@
|
|
|
532
589
|
"dtRadioSizeRadius": "50%",
|
|
533
590
|
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
534
591
|
"dtRadioColorBorderUncheckedHover": "#ffffff",
|
|
535
|
-
"dtRadioColorBorderChecked": "#
|
|
536
|
-
"dtRadioColorBackgroundChecked": "#
|
|
537
|
-
"dtRadioColorForegroundDefault": "
|
|
592
|
+
"dtRadioColorBorderChecked": "#bba6fc",
|
|
593
|
+
"dtRadioColorBackgroundChecked": "#bba6fc",
|
|
594
|
+
"dtRadioColorForegroundDefault": "#ffffff00",
|
|
538
595
|
"dtRadioColorForegroundChecked": "#000000"
|
|
539
596
|
}
|