@dialpad/dialtone 9.104.2 → 9.105.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 -1552
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +1848 -197
- 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 +1261 -903
- package/dist/css/tokens/tokens-tmo-light.css +1283 -925
- 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 +1261 -903
- package/dist/tokens/css/tokens-tmo-light.css +1283 -925
- package/dist/tokens/doc.json +91797 -71536
- 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 +237 -185
- package/dist/tokens/less/tokens-tmo-light.less +220 -168
- 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 +221 -169
- package/dist/tokens/tokens-tmo-light.json +211 -159
- 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/components/popover/popover.vue.cjs +2 -2
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover.vue.js +2 -2
- package/dist/vue2/components/popover/popover.vue.js.map +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.cjs +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.js +1 -1
- package/dist/vue2/components/tab/tab_panel.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/vue2/types/components/tab/tab_panel.vue.d.ts.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/dist/vue3/components/popover/popover.vue.cjs +2 -2
- package/dist/vue3/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue3/components/popover/popover.vue.js +2 -2
- package/dist/vue3/components/popover/popover.vue.js.map +1 -1
- package/dist/vue3/components/tab/tab_panel.vue.cjs +1 -2
- package/dist/vue3/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue3/components/tab/tab_panel.vue.js +1 -2
- package/dist/vue3/components/tab/tab_panel.vue.js.map +1 -1
- package/dist/vue3/types/components/tab/tab_panel.vue.d.ts.map +1 -1
- package/package.json +4 -4
- 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,118 +1,162 @@
|
|
|
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
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
25
|
+
"dtColorLinkPrimary": "#BBA6FC",
|
|
26
|
+
"dtColorLinkPrimaryHover": "#D3BCFF",
|
|
27
|
+
"dtColorLinkCritical": "#FF716F",
|
|
28
|
+
"dtColorLinkCriticalHover": "#FFABA4",
|
|
29
|
+
"dtColorLinkSuccess": "#AEFB3C",
|
|
30
|
+
"dtColorLinkSuccessHover": "#DBFFA9",
|
|
31
|
+
"dtColorLinkWarning": "#FFBD48",
|
|
32
|
+
"dtColorLinkWarningHover": "#FFE89C",
|
|
33
|
+
"dtColorLinkMuted": "#c7c7c7",
|
|
34
|
+
"dtColorLinkMutedHover": "#E6E6E6",
|
|
35
|
+
"dtColorLinkDisabled": "#B0B0B0",
|
|
36
|
+
"dtColorLinkDisabledHover": "#B0B0B0",
|
|
31
37
|
"dtColorLinkPrimaryInverted": "#7C52FF",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
38
|
+
"dtColorLinkPrimaryInvertedHover": "#5023DD",
|
|
39
|
+
"dtColorLinkCriticalInverted": "#FF1356",
|
|
40
|
+
"dtColorLinkCriticalInvertedHover": "#640823",
|
|
41
|
+
"dtColorLinkSuccessInverted": "#008E52",
|
|
42
|
+
"dtColorLinkSuccessInvertedHover": "#004F2E",
|
|
34
43
|
"dtColorLinkWarningInverted": "#815008",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
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": "#10022C",
|
|
65
|
+
"dtColorSurfaceCriticalStrong": "#FF716F",
|
|
66
|
+
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
67
|
+
"dtColorSurfaceSuccessStrong": "#AEFB3C",
|
|
68
|
+
"dtColorSurfaceInfoStrong": "#4AA9EA",
|
|
69
|
+
"dtColorSurfaceBrandStrong": "#BBA6FC",
|
|
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": "#10022C",
|
|
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
|
-
"
|
|
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",
|
|
124
|
+
"dtColorSurfaceAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
|
|
81
125
|
"dtColorBorderSubtle": "#ffffff",
|
|
82
126
|
"dtColorBorderDefault": "#ffffff",
|
|
83
127
|
"dtColorBorderModerate": "#ffffff",
|
|
84
128
|
"dtColorBorderBold": "#ffffff",
|
|
129
|
+
"dtColorBorderCritical": "#FF716F",
|
|
130
|
+
"dtColorBorderSuccess": "#D1FF76",
|
|
131
|
+
"dtColorBorderWarning": "#FFDB80",
|
|
132
|
+
"dtColorBorderBrand": "#BBA6FC",
|
|
133
|
+
"dtColorBorderCriticalSubtle": "#93173A",
|
|
134
|
+
"dtColorBorderSuccessSubtle": "#52C926",
|
|
135
|
+
"dtColorBorderWarningSubtle": "#FF9E0E",
|
|
136
|
+
"dtColorBorderBrandSubtle": "#7C52FF",
|
|
137
|
+
"dtColorBorderCriticalStrong": "#FFABA4",
|
|
138
|
+
"dtColorBorderSuccessStrong": "#AEFB3C",
|
|
139
|
+
"dtColorBorderWarningStrong": "#FFE89C",
|
|
140
|
+
"dtColorBorderBrandStrong": "#D3BCFF",
|
|
85
141
|
"dtColorBorderSubtleInverted": "#000000",
|
|
86
142
|
"dtColorBorderDefaultInverted": "#000000",
|
|
87
143
|
"dtColorBorderModerateInverted": "#000000",
|
|
88
144
|
"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",
|
|
145
|
+
"dtColorBorderCriticalInverted": "#FF1356",
|
|
146
|
+
"dtColorBorderSuccessInverted": "#31B237",
|
|
147
|
+
"dtColorBorderWarningInverted": "#FF9E0E",
|
|
107
148
|
"dtColorBorderBrandInverted": "#7C52FF",
|
|
108
|
-
"dtColorBorderCriticalSubtleInverted": "#
|
|
109
|
-
"
|
|
110
|
-
"dtColorBorderSuccessSubtleInverted": "#B0FFA3",
|
|
111
|
-
"dtColorBorderSuccessStrongInverted": "#124620",
|
|
149
|
+
"dtColorBorderCriticalSubtleInverted": "#FF716F",
|
|
150
|
+
"dtColorBorderSuccessSubtleInverted": "#D1FF76",
|
|
112
151
|
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
152
|
+
"dtColorBorderBrandSubtleInverted": "#BBA6FC",
|
|
153
|
+
"dtColorBorderCriticalStrongInverted": "#93173A",
|
|
154
|
+
"dtColorBorderSuccessStrongInverted": "#004F2E",
|
|
155
|
+
"dtColorBorderWarningStrongInverted": "#D57F00",
|
|
156
|
+
"dtColorBorderBrandStrongInverted": "#5023DD",
|
|
157
|
+
"dtColorBorderFocus": "#1768C6",
|
|
158
|
+
"dtColorBorderAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
|
|
159
|
+
"dtColorBorderAccent": "#FF1BA4",
|
|
116
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",
|
|
117
161
|
"dtTypographyBodyMdFontWeight": "400",
|
|
118
162
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -289,15 +333,15 @@
|
|
|
289
333
|
"dtTypographyInputsXlFontSize": "27px",
|
|
290
334
|
"dtTypographyInputsXlLineHeight": "1.2",
|
|
291
335
|
"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": "
|
|
336
|
+
"dtTypographyButtonXsFontWeight": "600",
|
|
293
337
|
"dtTypographyButtonXsFontSize": "12px",
|
|
294
338
|
"dtTypographyButtonXsLineHeight": "1.2",
|
|
295
339
|
"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": "
|
|
340
|
+
"dtTypographyButtonSmFontWeight": "600",
|
|
297
341
|
"dtTypographyButtonSmFontSize": "12px",
|
|
298
342
|
"dtTypographyButtonSmLineHeight": "1.2",
|
|
299
343
|
"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": "
|
|
344
|
+
"dtTypographyButtonMdFontWeight": "600",
|
|
301
345
|
"dtTypographyButtonMdFontSize": "15px",
|
|
302
346
|
"dtTypographyButtonMdLineHeight": "1.2",
|
|
303
347
|
"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 +375,79 @@
|
|
|
331
375
|
"dtInputsFontWeightLg": "400",
|
|
332
376
|
"dtInputsFontWeightXl": "400",
|
|
333
377
|
"dtInputsColorForegroundDefault": "#E6E6E6",
|
|
334
|
-
"dtInputsColorForegroundPlaceholder": "#
|
|
335
|
-
"dtInputsColorForegroundDisabled": "#
|
|
378
|
+
"dtInputsColorForegroundPlaceholder": "#B0B0B0",
|
|
379
|
+
"dtInputsColorForegroundDisabled": "#B0B0B0",
|
|
336
380
|
"dtInputsColorBorderDefault": "#ffffff",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
381
|
+
"dtInputsColorBorderHover": "#ffffff",
|
|
382
|
+
"dtInputsColorBorderFocus": "#1768C6",
|
|
383
|
+
"dtInputsColorBorderCritical": "#FF716F",
|
|
384
|
+
"dtInputsColorBorderSuccess": "#D1FF76",
|
|
340
385
|
"dtInputsColorBorderWarning": "#FFDB80",
|
|
341
386
|
"dtInputsColorBorderDisabled": "transparent",
|
|
342
387
|
"dtInputsColorBackgroundDefault": "#E6E6E6",
|
|
343
|
-
"dtInputsColorBackgroundFocus": "#
|
|
388
|
+
"dtInputsColorBackgroundFocus": "#171717",
|
|
344
389
|
"dtInputsColorBackgroundDisabled": "#E6E6E6",
|
|
345
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
346
|
-
"dtActionColorForegroundBaseHover": "#
|
|
347
|
-
"dtActionColorForegroundBaseActive": "#
|
|
348
|
-
"dtActionColorForegroundBasePrimaryDefault": "#
|
|
349
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
350
|
-
"dtActionColorForegroundCriticalHover": "#
|
|
351
|
-
"dtActionColorForegroundCriticalActive": "#
|
|
352
|
-
"dtActionColorForegroundCriticalPrimaryDefault": "#
|
|
390
|
+
"dtActionColorForegroundBaseDefault": "#BBA6FC",
|
|
391
|
+
"dtActionColorForegroundBaseHover": "#D3BCFF",
|
|
392
|
+
"dtActionColorForegroundBaseActive": "#D3BCFF",
|
|
393
|
+
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
394
|
+
"dtActionColorForegroundCriticalDefault": "#FF716F",
|
|
395
|
+
"dtActionColorForegroundCriticalHover": "#FFABA4",
|
|
396
|
+
"dtActionColorForegroundCriticalActive": "#FFABA4",
|
|
397
|
+
"dtActionColorForegroundCriticalPrimaryDefault": "#000000",
|
|
353
398
|
"dtActionColorForegroundInvertedDefault": "#000000",
|
|
354
399
|
"dtActionColorForegroundInvertedHover": "#000000",
|
|
355
400
|
"dtActionColorForegroundInvertedActive": "#000000",
|
|
356
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
357
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
358
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
359
|
-
"dtActionColorForegroundMutedDefault": "#
|
|
360
|
-
"dtActionColorForegroundMutedHover": "#
|
|
361
|
-
"dtActionColorForegroundMutedActive": "#
|
|
362
|
-
"dtActionColorForegroundDisabledDefault": "#
|
|
363
|
-
"dtActionColorForegroundPositiveDefault": "#
|
|
364
|
-
"dtActionColorForegroundPositiveHover": "#
|
|
365
|
-
"dtActionColorForegroundPositiveActive": "#
|
|
366
|
-
"dtActionColorForegroundPositivePrimaryDefault": "#
|
|
401
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#BBA6FC",
|
|
402
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#D3BCFF",
|
|
403
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#D3BCFF",
|
|
404
|
+
"dtActionColorForegroundMutedDefault": "#c7c7c7",
|
|
405
|
+
"dtActionColorForegroundMutedHover": "#E6E6E6",
|
|
406
|
+
"dtActionColorForegroundMutedActive": "#E6E6E6",
|
|
407
|
+
"dtActionColorForegroundDisabledDefault": "#B0B0B0",
|
|
408
|
+
"dtActionColorForegroundPositiveDefault": "#AEFB3C",
|
|
409
|
+
"dtActionColorForegroundPositiveHover": "#DBFFA9",
|
|
410
|
+
"dtActionColorForegroundPositiveActive": "#DBFFA9",
|
|
411
|
+
"dtActionColorForegroundPositivePrimaryDefault": "#000000",
|
|
367
412
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
368
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
369
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
370
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
371
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
372
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
413
|
+
"dtActionColorBackgroundBaseHover": "#9071FC",
|
|
414
|
+
"dtActionColorBackgroundBaseActive": "#9071FC",
|
|
415
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#BBA6FC",
|
|
416
|
+
"dtActionColorBackgroundBasePrimaryHover": "#D3BCFF",
|
|
417
|
+
"dtActionColorBackgroundBasePrimaryActive": "#BBA6FC",
|
|
373
418
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
374
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
375
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
376
|
-
"dtActionColorBackgroundCriticalPrimaryDefault": "#
|
|
377
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
378
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
419
|
+
"dtActionColorBackgroundCriticalHover": "#93173A",
|
|
420
|
+
"dtActionColorBackgroundCriticalActive": "#93173A",
|
|
421
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
|
|
422
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
|
|
423
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
|
|
379
424
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
380
425
|
"dtActionColorBackgroundInvertedHover": "#000000",
|
|
381
426
|
"dtActionColorBackgroundInvertedActive": "#000000",
|
|
382
|
-
"dtActionColorBackgroundInvertedPrimaryDefault": "#
|
|
383
|
-
"dtActionColorBackgroundInvertedPrimaryHover": "#
|
|
427
|
+
"dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
|
|
428
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
|
|
384
429
|
"dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
|
|
385
430
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
386
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
387
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
388
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
431
|
+
"dtActionColorBackgroundMutedHover": "#E6E6E6",
|
|
432
|
+
"dtActionColorBackgroundMutedActive": "#E6E6E6",
|
|
433
|
+
"dtActionColorBackgroundDisabledDefault": "#E6E6E6",
|
|
389
434
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
390
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
391
|
-
"dtActionColorBackgroundPositiveActive": "#
|
|
392
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
393
|
-
"dtActionColorBackgroundPositivePrimaryHover": "#
|
|
394
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
395
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
396
|
-
"dtActionColorBorderCriticalOutlinedDefault": "#
|
|
435
|
+
"dtActionColorBackgroundPositiveHover": "#004F2E",
|
|
436
|
+
"dtActionColorBackgroundPositiveActive": "#004F2E",
|
|
437
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
|
|
438
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
|
|
439
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
|
|
440
|
+
"dtActionColorBorderBaseOutlinedDefault": "#BBA6FC",
|
|
441
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
|
|
397
442
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
398
443
|
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
399
444
|
"dtThemeColorBase": "#E6E6E6",
|
|
400
445
|
"dtThemeTopbarColorForeground": "#E6E6E6",
|
|
401
|
-
"dtThemeTopbarColorBackground": "#
|
|
446
|
+
"dtThemeTopbarColorBackground": "#1f1f1f",
|
|
402
447
|
"dtThemeTopbarFieldColorForeground": "#E6E6E6",
|
|
403
448
|
"dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
|
|
404
449
|
"dtThemeTopbarFieldColorBackground": "#E6E6E6",
|
|
405
|
-
"dtThemeTopbarFieldColorBackgroundHover": "#
|
|
450
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
|
|
406
451
|
"dtThemeTopbarFieldColorBorder": "#E6E6E6",
|
|
407
452
|
"dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
|
|
408
453
|
"dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
|
|
@@ -417,25 +462,25 @@
|
|
|
417
462
|
"dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
|
|
418
463
|
"dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
|
|
419
464
|
"dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
|
|
420
|
-
"dtThemeSidebarColorForeground": "#
|
|
465
|
+
"dtThemeSidebarColorForeground": "#c7c7c7",
|
|
421
466
|
"dtThemeSidebarColorForegroundUnread": "#E6E6E6",
|
|
422
|
-
"dtThemeSidebarColorBackground": "#
|
|
423
|
-
"dtThemeSidebarIconColorForeground": "#
|
|
424
|
-
"dtThemeSidebarStatusColorForeground": "#
|
|
467
|
+
"dtThemeSidebarColorBackground": "#1f1f1f",
|
|
468
|
+
"dtThemeSidebarIconColorForeground": "#c7c7c7",
|
|
469
|
+
"dtThemeSidebarStatusColorForeground": "#B0B0B0",
|
|
425
470
|
"dtThemeSidebarRowColorBackground": "#E6E6E6",
|
|
426
471
|
"dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
|
|
427
472
|
"dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
|
|
428
473
|
"dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
|
|
429
474
|
"dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
|
|
430
|
-
"dtThemeSidebarSectionColorForeground": "#
|
|
431
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
432
|
-
"dtThemePresenceColorBackgroundBusyUnavailable": "#
|
|
433
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
475
|
+
"dtThemeSidebarSectionColorForeground": "#B0B0B0",
|
|
476
|
+
"dtThemePresenceColorBackgroundAvailable": "#84EE0B",
|
|
477
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
|
|
478
|
+
"dtThemePresenceColorBackgroundBusy": "#FFBD48",
|
|
434
479
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
435
|
-
"dtThemeMentionColorForeground": "#
|
|
480
|
+
"dtThemeMentionColorForeground": "#000000",
|
|
436
481
|
"dtThemeMentionColorForegroundStrong": "#000000",
|
|
437
|
-
"dtThemeMentionColorBackground": "#
|
|
438
|
-
"dtThemeMentionColorBackgroundStrong": "#
|
|
482
|
+
"dtThemeMentionColorBackground": "#BBA6FC",
|
|
483
|
+
"dtThemeMentionColorBackgroundStrong": "#F5F0FF",
|
|
439
484
|
"dtAvatarColorForeground": "#000000",
|
|
440
485
|
"dtAvatarColorBackground100": "#1aa340",
|
|
441
486
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -457,26 +502,27 @@
|
|
|
457
502
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
458
503
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
459
504
|
"dtBadgeColorBackgroundDefault": "#E6E6E6",
|
|
460
|
-
"dtBadgeColorBackgroundInfo": "#
|
|
461
|
-
"dtBadgeColorBackgroundSuccess": "#
|
|
462
|
-
"dtBadgeColorBackgroundWarning": "#
|
|
463
|
-
"dtBadgeColorBackgroundCritical": "#
|
|
464
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
465
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
466
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(
|
|
467
|
-
"dtBadgeColorForegroundDefault": "#
|
|
468
|
-
"dtBadgeColorForegroundBulletin": "#
|
|
505
|
+
"dtBadgeColorBackgroundInfo": "#003165",
|
|
506
|
+
"dtBadgeColorBackgroundSuccess": "#004F2E",
|
|
507
|
+
"dtBadgeColorBackgroundWarning": "#533204",
|
|
508
|
+
"dtBadgeColorBackgroundCritical": "#640823",
|
|
509
|
+
"dtBadgeColorBackgroundBulletin": "#BBA6FC",
|
|
510
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
|
|
511
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
|
|
512
|
+
"dtBadgeColorForegroundDefault": "#ffffff",
|
|
513
|
+
"dtBadgeColorForegroundBulletin": "#000000",
|
|
469
514
|
"dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
|
|
515
|
+
"dtBadgeColorForegroundAi": "#ffffff",
|
|
470
516
|
"dtBadgeColorBorderDefault": "#ffffff",
|
|
471
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
517
|
+
"dtBadgeColorBorderBulletinSubtle": "#9071FC",
|
|
472
518
|
"dtButtonFontSizeXs": "12px",
|
|
473
519
|
"dtButtonFontSizeSm": "12px",
|
|
474
520
|
"dtButtonFontSizeMd": "15px",
|
|
475
521
|
"dtButtonFontSizeLg": "19px",
|
|
476
522
|
"dtButtonFontSizeXl": "27px",
|
|
477
|
-
"dtButtonFontWeightXs": "
|
|
478
|
-
"dtButtonFontWeightSm": "
|
|
479
|
-
"dtButtonFontWeightMd": "
|
|
523
|
+
"dtButtonFontWeightXs": "600",
|
|
524
|
+
"dtButtonFontWeightSm": "600",
|
|
525
|
+
"dtButtonFontWeightMd": "600",
|
|
480
526
|
"dtButtonFontWeightLg": "500",
|
|
481
527
|
"dtButtonFontWeightXl": "400",
|
|
482
528
|
"dtButtonLineHeightXs": "1.2",
|
|
@@ -493,8 +539,11 @@
|
|
|
493
539
|
"dtCheckboxSizeHeight": "1rem",
|
|
494
540
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
495
541
|
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
496
|
-
"
|
|
497
|
-
"
|
|
542
|
+
"dtCheckboxColorBorderUncheckedHover": "#ffffff",
|
|
543
|
+
"dtCheckboxColorBorderChecked": "#BBA6FC",
|
|
544
|
+
"dtCheckboxColorBackgroundChecked": "#BBA6FC",
|
|
545
|
+
"dtCheckboxColorForegroundDefault": "transparent",
|
|
546
|
+
"dtCheckboxColorForegroundChecked": "#000000",
|
|
498
547
|
"dtIconSize100": "12px",
|
|
499
548
|
"dtIconSize200": "14px",
|
|
500
549
|
"dtIconSize300": "18px",
|
|
@@ -515,6 +564,9 @@
|
|
|
515
564
|
"dtRadioSizeHeight": "1rem",
|
|
516
565
|
"dtRadioSizeRadius": "50%",
|
|
517
566
|
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
518
|
-
"
|
|
519
|
-
"
|
|
567
|
+
"dtRadioColorBorderUncheckedHover": "#ffffff",
|
|
568
|
+
"dtRadioColorBorderChecked": "#BBA6FC",
|
|
569
|
+
"dtRadioColorBackgroundChecked": "#BBA6FC",
|
|
570
|
+
"dtRadioColorForegroundDefault": "transparent",
|
|
571
|
+
"dtRadioColorForegroundChecked": "#000000"
|
|
520
572
|
}
|