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