@dialpad/dialtone 9.105.0-rebrand-2025-beta.2 → 9.105.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/README.md +1 -0
- package/dist/css/dialtone-default-theme.css +1529 -6289
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +194 -1851
- package/dist/css/dialtone.min.css +1 -1
- 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/css/tokens/tokens-base-dark.css +161 -526
- package/dist/css/tokens/tokens-base-deca-dark.css +48 -98
- package/dist/css/tokens/tokens-base-deca-light.css +44 -94
- package/dist/css/tokens/tokens-base-light.css +128 -493
- package/dist/css/tokens/tokens-debug-base.css +3 -368
- package/dist/css/tokens/tokens-debug-dp.css +653 -1011
- package/dist/css/tokens/tokens-deca-dark.css +748 -777
- package/dist/css/tokens/tokens-deca-light.css +708 -737
- package/dist/css/tokens/tokens-dp-dark.css +917 -1275
- package/dist/css/tokens/tokens-dp-light.css +973 -1331
- package/dist/css/tokens/tokens-expressive-dark.css +917 -1275
- package/dist/css/tokens/tokens-expressive-light.css +970 -1328
- package/dist/css/tokens/tokens-expressive-sm-dark.css +917 -1275
- package/dist/css/tokens/tokens-expressive-sm-light.css +970 -1328
- package/dist/css/tokens/tokens-tmo-dark.css +903 -1261
- package/dist/css/tokens/tokens-tmo-light.css +925 -1283
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +161 -526
- package/dist/tokens/css/tokens-base-deca-dark.css +48 -98
- package/dist/tokens/css/tokens-base-deca-light.css +44 -94
- package/dist/tokens/css/tokens-base-light.css +128 -493
- package/dist/tokens/css/tokens-debug-base.css +3 -368
- package/dist/tokens/css/tokens-debug-dp.css +653 -1011
- package/dist/tokens/css/tokens-deca-dark.css +748 -777
- package/dist/tokens/css/tokens-deca-light.css +708 -737
- package/dist/tokens/css/tokens-dp-dark.css +917 -1275
- package/dist/tokens/css/tokens-dp-light.css +973 -1331
- package/dist/tokens/css/tokens-expressive-dark.css +917 -1275
- package/dist/tokens/css/tokens-expressive-light.css +970 -1328
- package/dist/tokens/css/tokens-expressive-sm-dark.css +917 -1275
- package/dist/tokens/css/tokens-expressive-sm-light.css +970 -1328
- package/dist/tokens/css/tokens-tmo-dark.css +903 -1261
- package/dist/tokens/css/tokens-tmo-light.css +925 -1283
- package/dist/tokens/doc.json +87562 -107823
- package/dist/tokens/less/tokens-base-dark.less +46 -99
- package/dist/tokens/less/tokens-base-deca-dark.less +15 -23
- package/dist/tokens/less/tokens-base-deca-light.less +14 -22
- package/dist/tokens/less/tokens-base-light.less +37 -90
- package/dist/tokens/less/tokens-deca-dark.less +182 -187
- package/dist/tokens/less/tokens-deca-light.less +173 -178
- package/dist/tokens/less/tokens-dp-dark.less +187 -239
- package/dist/tokens/less/tokens-dp-light.less +185 -237
- package/dist/tokens/less/tokens-expressive-dark.less +210 -262
- package/dist/tokens/less/tokens-expressive-light.less +208 -260
- package/dist/tokens/less/tokens-expressive-sm-dark.less +210 -262
- package/dist/tokens/less/tokens-expressive-sm-light.less +208 -260
- package/dist/tokens/less/tokens-tmo-dark.less +185 -237
- package/dist/tokens/less/tokens-tmo-light.less +168 -220
- package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.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 +46 -99
- package/dist/tokens/tokens-base-deca-dark.json +12 -20
- package/dist/tokens/tokens-base-deca-light.json +11 -19
- package/dist/tokens/tokens-base-light.json +37 -90
- package/dist/tokens/tokens-deca-dark.json +179 -184
- package/dist/tokens/tokens-deca-light.json +171 -176
- package/dist/tokens/tokens-dp-dark.json +171 -223
- package/dist/tokens/tokens-dp-light.json +182 -234
- package/dist/tokens/tokens-expressive-dark.json +194 -246
- package/dist/tokens/tokens-expressive-light.json +205 -257
- package/dist/tokens/tokens-expressive-sm-dark.json +194 -246
- package/dist/tokens/tokens-expressive-sm-light.json +205 -257
- package/dist/tokens/tokens-tmo-dark.json +169 -221
- package/dist/tokens/tokens-tmo-light.json +159 -211
- package/dist/vue2/component-documentation.json +1 -1
- 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/recipes/leftbar/group_row/group_row.vue.cjs +8 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +8 -1
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
- package/dist/vue2/types/common/dates/index.d.ts.map +1 -1
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/vue2/types/components/tab/tab_panel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -0
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +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 -5
- package/dist/vue3/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue3/components/tab/tab_panel.vue.js +2 -6
- package/dist/vue3/components/tab/tab_panel.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +9 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +9 -1
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
- package/dist/vue3/types/common/dates/index.d.ts.map +1 -1
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/vue3/types/components/tab/tab_panel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +9 -9
- 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/tokens/themes/chunks/tokens-base-dark-BjqCt8ke.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-dark-DtZ_Inhl.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-CIQSO1H9.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-Cll0VrKT.js +0 -1
|
@@ -1,162 +1,118 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
-
"dtColorForegroundPrimary": "#
|
|
3
|
+
"dtColorForegroundPrimary": "#000000",
|
|
4
4
|
"dtColorForegroundSecondary": "#3A3A3A",
|
|
5
|
-
"dtColorForegroundTertiary": "#
|
|
6
|
-
"dtColorForegroundMuted": "#
|
|
5
|
+
"dtColorForegroundTertiary": "#555555",
|
|
6
|
+
"dtColorForegroundMuted": "#222222",
|
|
7
7
|
"dtColorForegroundPlaceholder": "#808080",
|
|
8
8
|
"dtColorForegroundDisabled": "#808080",
|
|
9
|
-
"dtColorForegroundCritical": "#
|
|
10
|
-
"dtColorForegroundCriticalStrong": "#
|
|
11
|
-
"dtColorForegroundSuccess": "#
|
|
12
|
-
"dtColorForegroundSuccessStrong": "#
|
|
9
|
+
"dtColorForegroundCritical": "#EC0E0E",
|
|
10
|
+
"dtColorForegroundCriticalStrong": "#B70B0B",
|
|
11
|
+
"dtColorForegroundSuccess": "#1AA340",
|
|
12
|
+
"dtColorForegroundSuccessStrong": "#124620",
|
|
13
13
|
"dtColorForegroundWarning": "#815008",
|
|
14
|
-
"dtColorForegroundPrimaryInverted": "#
|
|
14
|
+
"dtColorForegroundPrimaryInverted": "#ffffff",
|
|
15
15
|
"dtColorForegroundSecondaryInverted": "#E9E9E9",
|
|
16
16
|
"dtColorForegroundTertiaryInverted": "#D2D2D2",
|
|
17
|
-
"dtColorForegroundMutedInverted": "#
|
|
18
|
-
"dtColorForegroundPlaceholderInverted": "#
|
|
19
|
-
"dtColorForegroundDisabledInverted": "#
|
|
20
|
-
"dtColorForegroundCriticalInverted": "#
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
22
|
-
"dtColorForegroundSuccessInverted": "#
|
|
23
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
24
|
-
"dtColorForegroundWarningInverted": "#
|
|
17
|
+
"dtColorForegroundMutedInverted": "#E9E9E9",
|
|
18
|
+
"dtColorForegroundPlaceholderInverted": "#808080",
|
|
19
|
+
"dtColorForegroundDisabledInverted": "#808080",
|
|
20
|
+
"dtColorForegroundCriticalInverted": "#FF8585",
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#FF8585",
|
|
22
|
+
"dtColorForegroundSuccessInverted": "#B0FFA3",
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#B0FFA3",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#FFF4CC",
|
|
25
25
|
"dtColorLinkPrimary": "#7C52FF",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"dtColorLinkCriticalHover": "#AF0032",
|
|
29
|
-
"dtColorLinkSuccess": "#008E52",
|
|
30
|
-
"dtColorLinkSuccessHover": "#004F2E",
|
|
26
|
+
"dtColorLinkCritical": "#EC0E0E",
|
|
27
|
+
"dtColorLinkSuccess": "#1AA340",
|
|
31
28
|
"dtColorLinkWarning": "#815008",
|
|
32
|
-
"dtColorLinkWarningHover": "#533204",
|
|
33
29
|
"dtColorLinkMuted": "#3A3A3A",
|
|
34
|
-
"dtColorLinkMutedHover": "#1C1C1C",
|
|
35
30
|
"dtColorLinkDisabled": "#808080",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"dtColorLinkCriticalInvertedHover": "#FFABA4",
|
|
41
|
-
"dtColorLinkSuccessInverted": "#AEFB3C",
|
|
42
|
-
"dtColorLinkSuccessInvertedHover": "#DBFFA9",
|
|
43
|
-
"dtColorLinkWarningInverted": "#FF9E0E",
|
|
44
|
-
"dtColorLinkWarningInvertedHover": "#FFDB80",
|
|
31
|
+
"dtColorLinkPrimaryInverted": "#AB7EFF",
|
|
32
|
+
"dtColorLinkCriticalInverted": "#FF8585",
|
|
33
|
+
"dtColorLinkSuccessInverted": "#B0FFA3",
|
|
34
|
+
"dtColorLinkWarningInverted": "#FFF4CC",
|
|
45
35
|
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
36
|
+
"dtColorLinkDisabledInverted": "#808080",
|
|
37
|
+
"dtColorLinkPrimaryHover": "#3A1D95",
|
|
38
|
+
"dtColorLinkCriticalHover": "#B70B0B",
|
|
39
|
+
"dtColorLinkSuccessHover": "#124620",
|
|
40
|
+
"dtColorLinkWarningHover": "#555555",
|
|
41
|
+
"dtColorLinkMutedHover": "#000000",
|
|
42
|
+
"dtColorLinkDisabledHover": "#808080",
|
|
43
|
+
"dtColorLinkPrimaryInvertedHover": "#DAC7FF",
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#FF8585",
|
|
45
|
+
"dtColorLinkSuccessInvertedHover": "#B0FFA3",
|
|
46
|
+
"dtColorLinkWarningInvertedHover": "#F9F9F9",
|
|
46
47
|
"dtColorLinkMutedInvertedHover": "#F9F9F9",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
48
|
+
"dtColorLinkDisabledInvertedHover": "#808080",
|
|
49
|
+
"dtColorSurfaceSecondaryOpaque": "#000000",
|
|
50
|
+
"dtColorSurfaceModerateOpaque": "#000000",
|
|
51
|
+
"dtColorSurfaceBoldOpaque": "#000000",
|
|
52
|
+
"dtColorSurfaceStrongOpaque": "#000000",
|
|
53
|
+
"dtColorSurfaceContrastOpaque": "#000000",
|
|
54
|
+
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
+
"dtColorSurfaceCriticalOpaque": "#EC0E0E",
|
|
56
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#EC0E0E",
|
|
57
|
+
"dtColorSurfaceWarningOpaque": "#FFDB80",
|
|
58
|
+
"dtColorSurfaceWarningSubtleOpaque": "#FFDB80",
|
|
59
|
+
"dtColorSurfaceSuccessOpaque": "#1AA340",
|
|
60
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#1AA340",
|
|
61
|
+
"dtColorSurfaceInfoOpaque": "#1768C6",
|
|
62
|
+
"dtColorSurfaceInfoSubtleOpaque": "#1768C6",
|
|
49
63
|
"dtColorSurfacePrimary": "#ffffff",
|
|
50
64
|
"dtColorSurfaceSecondary": "#F9F9F9",
|
|
51
65
|
"dtColorSurfaceModerate": "#E9E9E9",
|
|
52
66
|
"dtColorSurfaceBold": "#D2D2D2",
|
|
53
|
-
"dtColorSurfaceStrong": "#
|
|
54
|
-
"dtColorSurfaceContrast": "#
|
|
67
|
+
"dtColorSurfaceStrong": "#555555",
|
|
68
|
+
"dtColorSurfaceContrast": "#222222",
|
|
55
69
|
"dtColorSurfaceCritical": "#FFE5E6",
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#FFE5E6",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#B70B0B",
|
|
56
72
|
"dtColorSurfaceWarning": "#FFF4CC",
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#FFF4CC",
|
|
74
|
+
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
57
75
|
"dtColorSurfaceSuccess": "#EDF9EB",
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#EDF9EB",
|
|
77
|
+
"dtColorSurfaceSuccessStrong": "#1AA340",
|
|
58
78
|
"dtColorSurfaceInfo": "#EAF2FA",
|
|
59
|
-
"
|
|
60
|
-
"dtColorSurfaceCriticalSubtle": "#FFF2F3",
|
|
61
|
-
"dtColorSurfaceWarningSubtle": "#fffae5",
|
|
62
|
-
"dtColorSurfaceSuccessSubtle": "#f6fcf5",
|
|
63
|
-
"dtColorSurfaceInfoSubtle": "#f5f9fd",
|
|
64
|
-
"dtColorSurfaceBrandSubtle": "#f9f6ff",
|
|
65
|
-
"dtColorSurfaceCriticalStrong": "#D90A45",
|
|
66
|
-
"dtColorSurfaceWarningStrong": "#FFBD48",
|
|
67
|
-
"dtColorSurfaceSuccessStrong": "#008E52",
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#EAF2FA",
|
|
68
80
|
"dtColorSurfaceInfoStrong": "#1768C6",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"dtColorSurfaceBoldOpaque": "#1C1C1C",
|
|
74
|
-
"dtColorSurfaceStrongOpaque": "#1C1C1C",
|
|
75
|
-
"dtColorSurfaceContrastOpaque": "#1C1C1C",
|
|
76
|
-
"dtColorSurfaceCriticalOpaque": "#FFABA4",
|
|
77
|
-
"dtColorSurfaceWarningOpaque": "#FFE89C",
|
|
78
|
-
"dtColorSurfaceSuccessOpaque": "#DBFFA9",
|
|
79
|
-
"dtColorSurfaceInfoOpaque": "#BDE8FF",
|
|
80
|
-
"dtColorSurfaceBrandOpaque": "#D3BCFF",
|
|
81
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
|
|
82
|
-
"dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
|
|
83
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
|
|
84
|
-
"dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
|
|
85
|
-
"dtColorSurfaceBrandSubtleOpaque": "#D3BCFF",
|
|
86
|
-
"dtColorSurfacePrimaryInverted": "#000000",
|
|
87
|
-
"dtColorSurfaceSecondaryInverted": "#252525",
|
|
88
|
-
"dtColorSurfaceModerateInverted": "#3A3A3A",
|
|
89
|
-
"dtColorSurfaceBoldInverted": "#535353",
|
|
90
|
-
"dtColorSurfaceStrongInverted": "#AAAAAA",
|
|
91
|
-
"dtColorSurfaceContrastInverted": "#F9F9F9",
|
|
92
|
-
"dtColorSurfaceCriticalInverted": "#380010",
|
|
93
|
-
"dtColorSurfaceWarningInverted": "#2C1B02",
|
|
94
|
-
"dtColorSurfaceSuccessInverted": "#012717",
|
|
95
|
-
"dtColorSurfaceInfoInverted": "#001429",
|
|
96
|
-
"dtColorSurfaceBrandInverted": "#1D0155",
|
|
97
|
-
"dtColorSurfaceCriticalSubtleInverted": "#1C0108",
|
|
98
|
-
"dtColorSurfaceWarningSubtleInverted": "#201301",
|
|
99
|
-
"dtColorSurfaceSuccessSubtleInverted": "#00150D",
|
|
100
|
-
"dtColorSurfaceInfoSubtleInverted": "#010B16",
|
|
101
|
-
"dtColorSurfaceBrandSubtleInverted": "#10022C",
|
|
102
|
-
"dtColorSurfaceCriticalStrongInverted": "#FF716F",
|
|
103
|
-
"dtColorSurfaceWarningStrongInverted": "#FFDB80",
|
|
104
|
-
"dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
|
|
105
|
-
"dtColorSurfaceInfoStrongInverted": "#4AA9EA",
|
|
106
|
-
"dtColorSurfaceBrandStrongInverted": "#BBA6FC",
|
|
107
|
-
"dtColorSurfacePrimaryOpaqueInverted": "#000000",
|
|
108
|
-
"dtColorSurfaceSecondaryOpaqueInverted": "#ffffff",
|
|
109
|
-
"dtColorSurfaceModerateOpaqueInverted": "#ffffff",
|
|
110
|
-
"dtColorSurfaceBoldOpaqueInverted": "#ffffff",
|
|
111
|
-
"dtColorSurfaceStrongOpaqueInverted": "#ffffff",
|
|
112
|
-
"dtColorSurfaceContrastOpaqueInverted": "#ffffff",
|
|
113
|
-
"dtColorSurfaceCriticalOpaqueInverted": "#640823",
|
|
114
|
-
"dtColorSurfaceWarningOpaqueInverted": "#533204",
|
|
115
|
-
"dtColorSurfaceSuccessOpaqueInverted": "#004F2E",
|
|
116
|
-
"dtColorSurfaceInfoOpaqueInverted": "#001429",
|
|
117
|
-
"dtColorSurfaceBrandOpaqueInverted": "#1D0155",
|
|
118
|
-
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#1C0108",
|
|
119
|
-
"dtColorSurfaceWarningSubtleOpaqueInverted": "#201301",
|
|
120
|
-
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#00150D",
|
|
121
|
-
"dtColorSurfaceInfoSubtleOpaqueInverted": "#010B16",
|
|
122
|
-
"dtColorSurfaceBrandSubtleOpaqueInverted": "#10022C",
|
|
123
|
-
"dtColorSurfaceBackdrop": "#000000",
|
|
124
|
-
"dtColorSurfaceAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
|
|
125
|
-
"dtColorBorderSubtle": "#1C1C1C",
|
|
126
|
-
"dtColorBorderDefault": "#1C1C1C",
|
|
127
|
-
"dtColorBorderModerate": "#1C1C1C",
|
|
128
|
-
"dtColorBorderBold": "#1C1C1C",
|
|
129
|
-
"dtColorBorderCritical": "#D90A45",
|
|
130
|
-
"dtColorBorderSuccess": "#2EA834",
|
|
131
|
-
"dtColorBorderWarning": "#FF9E0E",
|
|
132
|
-
"dtColorBorderBrand": "#7C52FF",
|
|
133
|
-
"dtColorBorderCriticalSubtle": "#FF716F",
|
|
134
|
-
"dtColorBorderSuccessSubtle": "#D1FF76",
|
|
135
|
-
"dtColorBorderWarningSubtle": "#FFDB80",
|
|
136
|
-
"dtColorBorderBrandSubtle": "#BBA6FC",
|
|
137
|
-
"dtColorBorderCriticalStrong": "#93173A",
|
|
138
|
-
"dtColorBorderSuccessStrong": "#004F2E",
|
|
139
|
-
"dtColorBorderWarningStrong": "#D57F00",
|
|
140
|
-
"dtColorBorderBrandStrong": "#5023DD",
|
|
81
|
+
"dtColorBorderSubtle": "#000000",
|
|
82
|
+
"dtColorBorderDefault": "#000000",
|
|
83
|
+
"dtColorBorderModerate": "#000000",
|
|
84
|
+
"dtColorBorderBold": "#000000",
|
|
141
85
|
"dtColorBorderSubtleInverted": "#ffffff",
|
|
142
86
|
"dtColorBorderDefaultInverted": "#ffffff",
|
|
143
87
|
"dtColorBorderModerateInverted": "#ffffff",
|
|
144
88
|
"dtColorBorderBoldInverted": "#ffffff",
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
89
|
+
"dtColorBorderFocus": "#51A0FE",
|
|
90
|
+
"dtColorBorderCritical": "#EC0E0E",
|
|
91
|
+
"dtColorBorderSuccess": "#1AA340",
|
|
92
|
+
"dtColorBorderWarning": "#D28F2B",
|
|
93
|
+
"dtColorBorderBrand": "#7C52FF",
|
|
94
|
+
"dtColorBorderAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
|
|
95
|
+
"dtColorBorderAccent": "#F9008E",
|
|
96
|
+
"dtColorBorderCriticalSubtle": "#FF8585",
|
|
97
|
+
"dtColorBorderCriticalStrong": "#B70B0B",
|
|
98
|
+
"dtColorBorderSuccessSubtle": "#B0FFA3",
|
|
99
|
+
"dtColorBorderSuccessStrong": "#124620",
|
|
100
|
+
"dtColorBorderWarningSubtle": "#FFDB80",
|
|
101
|
+
"dtColorBorderWarningStrong": "#815008",
|
|
102
|
+
"dtColorBorderBrandSubtle": "#DAC7FF",
|
|
103
|
+
"dtColorBorderBrandStrong": "#3A1D95",
|
|
104
|
+
"dtColorBorderCriticalInverted": "#FF8585",
|
|
105
|
+
"dtColorBorderSuccessInverted": "#B0FFA3",
|
|
106
|
+
"dtColorBorderWarningInverted": "#FFDB80",
|
|
107
|
+
"dtColorBorderBrandInverted": "#7C52FF",
|
|
108
|
+
"dtColorBorderCriticalSubtleInverted": "#B70B0B",
|
|
109
|
+
"dtColorBorderCriticalStrongInverted": "#FFE5E6",
|
|
110
|
+
"dtColorBorderSuccessSubtleInverted": "#1AA340",
|
|
111
|
+
"dtColorBorderSuccessStrongInverted": "#EDF9EB",
|
|
112
|
+
"dtColorBorderWarningSubtleInverted": "#D28F2B",
|
|
113
|
+
"dtColorBorderWarningStrongInverted": "#FFF4CC",
|
|
114
|
+
"dtColorBorderBrandSubtleInverted": "#3A1D95",
|
|
115
|
+
"dtColorBorderBrandStrongInverted": "#DAC7FF",
|
|
160
116
|
"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",
|
|
161
117
|
"dtTypographyBodyMdFontWeight": "400",
|
|
162
118
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -333,15 +289,15 @@
|
|
|
333
289
|
"dtTypographyInputsXlFontSize": "27px",
|
|
334
290
|
"dtTypographyInputsXlLineHeight": "1.2",
|
|
335
291
|
"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",
|
|
336
|
-
"dtTypographyButtonXsFontWeight": "
|
|
292
|
+
"dtTypographyButtonXsFontWeight": "500",
|
|
337
293
|
"dtTypographyButtonXsFontSize": "12px",
|
|
338
294
|
"dtTypographyButtonXsLineHeight": "1.2",
|
|
339
295
|
"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",
|
|
340
|
-
"dtTypographyButtonSmFontWeight": "
|
|
296
|
+
"dtTypographyButtonSmFontWeight": "500",
|
|
341
297
|
"dtTypographyButtonSmFontSize": "12px",
|
|
342
298
|
"dtTypographyButtonSmLineHeight": "1.2",
|
|
343
299
|
"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",
|
|
344
|
-
"dtTypographyButtonMdFontWeight": "
|
|
300
|
+
"dtTypographyButtonMdFontWeight": "500",
|
|
345
301
|
"dtTypographyButtonMdFontSize": "15px",
|
|
346
302
|
"dtTypographyButtonMdLineHeight": "1.2",
|
|
347
303
|
"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",
|
|
@@ -377,108 +333,107 @@
|
|
|
377
333
|
"dtInputsColorForegroundDefault": "#3A3A3A",
|
|
378
334
|
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
379
335
|
"dtInputsColorForegroundDisabled": "#808080",
|
|
380
|
-
"dtInputsColorBorderDefault": "#
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"dtInputsColorBorderWarning": "#FF9E0E",
|
|
336
|
+
"dtInputsColorBorderDefault": "#000000",
|
|
337
|
+
"dtInputsColorBorderFocus": "#51A0FE",
|
|
338
|
+
"dtInputsColorBorderCritical": "#EC0E0E",
|
|
339
|
+
"dtInputsColorBorderSuccess": "#1AA340",
|
|
340
|
+
"dtInputsColorBorderWarning": "#D28F2B",
|
|
386
341
|
"dtInputsColorBorderDisabled": "transparent",
|
|
387
|
-
"dtInputsColorBackgroundDefault": "#
|
|
388
|
-
"dtInputsColorBackgroundFocus": "#
|
|
389
|
-
"dtInputsColorBackgroundDisabled": "#
|
|
342
|
+
"dtInputsColorBackgroundDefault": "#000000",
|
|
343
|
+
"dtInputsColorBackgroundFocus": "#000000",
|
|
344
|
+
"dtInputsColorBackgroundDisabled": "#000000",
|
|
390
345
|
"dtActionColorForegroundBaseDefault": "#7C52FF",
|
|
391
|
-
"dtActionColorForegroundBaseHover": "#
|
|
392
|
-
"dtActionColorForegroundBaseActive": "#
|
|
346
|
+
"dtActionColorForegroundBaseHover": "#7C52FF",
|
|
347
|
+
"dtActionColorForegroundBaseActive": "#7C52FF",
|
|
393
348
|
"dtActionColorForegroundBasePrimaryDefault": "#ffffff",
|
|
394
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
395
|
-
"dtActionColorForegroundCriticalHover": "#
|
|
396
|
-
"dtActionColorForegroundCriticalActive": "#
|
|
349
|
+
"dtActionColorForegroundCriticalDefault": "#EC0E0E",
|
|
350
|
+
"dtActionColorForegroundCriticalHover": "#EC0E0E",
|
|
351
|
+
"dtActionColorForegroundCriticalActive": "#EC0E0E",
|
|
397
352
|
"dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
|
|
398
|
-
"dtActionColorForegroundInvertedDefault": "#
|
|
399
|
-
"dtActionColorForegroundInvertedHover": "#
|
|
400
|
-
"dtActionColorForegroundInvertedActive": "#
|
|
353
|
+
"dtActionColorForegroundInvertedDefault": "#ffffff",
|
|
354
|
+
"dtActionColorForegroundInvertedHover": "#ffffff",
|
|
355
|
+
"dtActionColorForegroundInvertedActive": "#ffffff",
|
|
401
356
|
"dtActionColorForegroundInvertedPrimaryDefault": "#7C52FF",
|
|
402
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
403
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
357
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#3A1D95",
|
|
358
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#3A1D95",
|
|
404
359
|
"dtActionColorForegroundMutedDefault": "#3A3A3A",
|
|
405
|
-
"dtActionColorForegroundMutedHover": "#
|
|
406
|
-
"dtActionColorForegroundMutedActive": "#
|
|
360
|
+
"dtActionColorForegroundMutedHover": "#3A3A3A",
|
|
361
|
+
"dtActionColorForegroundMutedActive": "#3A3A3A",
|
|
407
362
|
"dtActionColorForegroundDisabledDefault": "#808080",
|
|
408
|
-
"dtActionColorForegroundPositiveDefault": "#
|
|
409
|
-
"dtActionColorForegroundPositiveHover": "#
|
|
410
|
-
"dtActionColorForegroundPositiveActive": "#
|
|
363
|
+
"dtActionColorForegroundPositiveDefault": "#1AA340",
|
|
364
|
+
"dtActionColorForegroundPositiveHover": "#1AA340",
|
|
365
|
+
"dtActionColorForegroundPositiveActive": "#1AA340",
|
|
411
366
|
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
|
|
412
367
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
413
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
414
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
368
|
+
"dtActionColorBackgroundBaseHover": "#7C52FF",
|
|
369
|
+
"dtActionColorBackgroundBaseActive": "#7C52FF",
|
|
415
370
|
"dtActionColorBackgroundBasePrimaryDefault": "#7C52FF",
|
|
416
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
417
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
371
|
+
"dtActionColorBackgroundBasePrimaryHover": "#7C52FF",
|
|
372
|
+
"dtActionColorBackgroundBasePrimaryActive": "#7C52FF",
|
|
418
373
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
419
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
420
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
421
|
-
"dtActionColorBackgroundCriticalPrimaryDefault": "#
|
|
422
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
423
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
374
|
+
"dtActionColorBackgroundCriticalHover": "#EC0E0E",
|
|
375
|
+
"dtActionColorBackgroundCriticalActive": "#EC0E0E",
|
|
376
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E",
|
|
377
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#EC0E0E",
|
|
378
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#EC0E0E",
|
|
424
379
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
425
380
|
"dtActionColorBackgroundInvertedHover": "#ffffff",
|
|
426
381
|
"dtActionColorBackgroundInvertedActive": "#ffffff",
|
|
427
|
-
"dtActionColorBackgroundInvertedPrimaryDefault": "#
|
|
382
|
+
"dtActionColorBackgroundInvertedPrimaryDefault": "#ffffff",
|
|
428
383
|
"dtActionColorBackgroundInvertedPrimaryHover": "#F5F0FF",
|
|
429
|
-
"dtActionColorBackgroundInvertedPrimaryActive": "#
|
|
384
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#F5F0FF",
|
|
430
385
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
431
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
432
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
433
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
386
|
+
"dtActionColorBackgroundMutedHover": "#222222",
|
|
387
|
+
"dtActionColorBackgroundMutedActive": "#222222",
|
|
388
|
+
"dtActionColorBackgroundDisabledDefault": "#D2D2D2",
|
|
434
389
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
435
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
436
|
-
"dtActionColorBackgroundPositiveActive": "#
|
|
437
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
438
|
-
"dtActionColorBackgroundPositivePrimaryHover": "#
|
|
439
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
390
|
+
"dtActionColorBackgroundPositiveHover": "#EDF9EB",
|
|
391
|
+
"dtActionColorBackgroundPositiveActive": "#1AA340",
|
|
392
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#1AA340",
|
|
393
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#1AA340",
|
|
394
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#1AA340",
|
|
440
395
|
"dtActionColorBorderBaseOutlinedDefault": "#7C52FF",
|
|
441
|
-
"dtActionColorBorderCriticalOutlinedDefault": "#
|
|
396
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#EC0E0E",
|
|
442
397
|
"dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
|
|
443
|
-
"dtActionColorBorderMutedOutlinedDefault": "#
|
|
444
|
-
"dtThemeColorBase": "#
|
|
445
|
-
"dtThemeTopbarColorForeground": "#
|
|
398
|
+
"dtActionColorBorderMutedOutlinedDefault": "#000000",
|
|
399
|
+
"dtThemeColorBase": "#000000",
|
|
400
|
+
"dtThemeTopbarColorForeground": "#000000",
|
|
446
401
|
"dtThemeTopbarColorBackground": "#F9F9F9",
|
|
447
|
-
"dtThemeTopbarFieldColorForeground": "#
|
|
448
|
-
"dtThemeTopbarFieldColorForegroundHover": "#
|
|
449
|
-
"dtThemeTopbarFieldColorBackground": "#
|
|
450
|
-
"dtThemeTopbarFieldColorBackgroundHover": "#
|
|
451
|
-
"dtThemeTopbarFieldColorBorder": "#
|
|
452
|
-
"dtThemeTopbarFieldColorBorderHover": "#
|
|
453
|
-
"dtThemeTopbarFieldColorBorderActive": "#
|
|
454
|
-
"dtThemeTopbarButtonColorForeground": "#
|
|
455
|
-
"dtThemeTopbarButtonColorForegroundHover": "#
|
|
456
|
-
"dtThemeTopbarButtonColorBackground": "#
|
|
457
|
-
"dtThemeTopbarButtonColorBackgroundHover": "#
|
|
458
|
-
"dtThemeTopbarButtonColorBackgroundActive": "#
|
|
459
|
-
"dtThemeTopbarProfileColorForeground": "#
|
|
460
|
-
"dtThemeTopbarProfileColorForegroundInverted": "#
|
|
461
|
-
"dtThemeTopbarProfileColorBackground": "#
|
|
462
|
-
"dtThemeTopbarProfileColorBackgroundInverted": "#
|
|
463
|
-
"dtThemeTopbarProfileColorBackgroundHover": "#
|
|
464
|
-
"dtThemeTopbarProfileColorBackgroundActive": "#
|
|
402
|
+
"dtThemeTopbarFieldColorForeground": "#000000",
|
|
403
|
+
"dtThemeTopbarFieldColorForegroundHover": "#000000",
|
|
404
|
+
"dtThemeTopbarFieldColorBackground": "#000000",
|
|
405
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#000000",
|
|
406
|
+
"dtThemeTopbarFieldColorBorder": "#000000",
|
|
407
|
+
"dtThemeTopbarFieldColorBorderHover": "#000000",
|
|
408
|
+
"dtThemeTopbarFieldColorBorderActive": "#000000",
|
|
409
|
+
"dtThemeTopbarButtonColorForeground": "#000000",
|
|
410
|
+
"dtThemeTopbarButtonColorForegroundHover": "#000000",
|
|
411
|
+
"dtThemeTopbarButtonColorBackground": "#000000",
|
|
412
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#000000",
|
|
413
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#000000",
|
|
414
|
+
"dtThemeTopbarProfileColorForeground": "#000000",
|
|
415
|
+
"dtThemeTopbarProfileColorForegroundInverted": "#ffffff",
|
|
416
|
+
"dtThemeTopbarProfileColorBackground": "#000000",
|
|
417
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#000000",
|
|
418
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#000000",
|
|
419
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#000000",
|
|
465
420
|
"dtThemeSidebarColorForeground": "#3A3A3A",
|
|
466
|
-
"dtThemeSidebarColorForegroundUnread": "#
|
|
421
|
+
"dtThemeSidebarColorForegroundUnread": "#000000",
|
|
467
422
|
"dtThemeSidebarColorBackground": "#F9F9F9",
|
|
468
423
|
"dtThemeSidebarIconColorForeground": "#3A3A3A",
|
|
469
|
-
"dtThemeSidebarStatusColorForeground": "#
|
|
470
|
-
"dtThemeSidebarRowColorBackground": "#
|
|
471
|
-
"dtThemeSidebarRowColorBackgroundHover": "#
|
|
472
|
-
"dtThemeSidebarRowColorBackgroundActive": "#
|
|
473
|
-
"dtThemeSidebarSelectedRowColorForeground": "#
|
|
474
|
-
"dtThemeSidebarSelectedRowColorBackground": "#
|
|
475
|
-
"dtThemeSidebarSectionColorForeground": "#
|
|
476
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
477
|
-
"dtThemePresenceColorBackgroundBusyUnavailable": "#
|
|
478
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
424
|
+
"dtThemeSidebarStatusColorForeground": "#555555",
|
|
425
|
+
"dtThemeSidebarRowColorBackground": "#000000",
|
|
426
|
+
"dtThemeSidebarRowColorBackgroundHover": "#000000",
|
|
427
|
+
"dtThemeSidebarRowColorBackgroundActive": "#000000",
|
|
428
|
+
"dtThemeSidebarSelectedRowColorForeground": "#000000",
|
|
429
|
+
"dtThemeSidebarSelectedRowColorBackground": "#000000",
|
|
430
|
+
"dtThemeSidebarSectionColorForeground": "#555555",
|
|
431
|
+
"dtThemePresenceColorBackgroundAvailable": "#1AA340",
|
|
432
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#EC0E0E",
|
|
433
|
+
"dtThemePresenceColorBackgroundBusy": "#F6AB3C",
|
|
479
434
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
480
435
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
481
|
-
"dtThemeMentionColorForegroundStrong": "#
|
|
436
|
+
"dtThemeMentionColorForegroundStrong": "#ffffff",
|
|
482
437
|
"dtThemeMentionColorBackground": "#7C52FF",
|
|
483
438
|
"dtThemeMentionColorBackgroundStrong": "#3A1D95",
|
|
484
439
|
"dtAvatarColorForeground": "#000000",
|
|
@@ -501,28 +456,27 @@
|
|
|
501
456
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
502
457
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
503
458
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
504
|
-
"dtBadgeColorBackgroundDefault": "#
|
|
505
|
-
"dtBadgeColorBackgroundInfo": "#
|
|
506
|
-
"dtBadgeColorBackgroundSuccess": "#
|
|
507
|
-
"dtBadgeColorBackgroundWarning": "#
|
|
508
|
-
"dtBadgeColorBackgroundCritical": "#
|
|
459
|
+
"dtBadgeColorBackgroundDefault": "#000000",
|
|
460
|
+
"dtBadgeColorBackgroundInfo": "#EAF2FA",
|
|
461
|
+
"dtBadgeColorBackgroundSuccess": "#EDF9EB",
|
|
462
|
+
"dtBadgeColorBackgroundWarning": "#FFF4CC",
|
|
463
|
+
"dtBadgeColorBackgroundCritical": "#FFE5E6",
|
|
509
464
|
"dtBadgeColorBackgroundBulletin": "#7C52FF",
|
|
510
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
511
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(
|
|
465
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#7C52FF",
|
|
466
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
|
|
512
467
|
"dtBadgeColorForegroundDefault": "#000000",
|
|
513
468
|
"dtBadgeColorForegroundBulletin": "#ffffff",
|
|
514
|
-
"dtBadgeColorForegroundBulletinSubtle": "#
|
|
515
|
-
"
|
|
516
|
-
"dtBadgeColorBorderDefault": "#1C1C1C",
|
|
469
|
+
"dtBadgeColorForegroundBulletinSubtle": "#7C52FF",
|
|
470
|
+
"dtBadgeColorBorderDefault": "#000000",
|
|
517
471
|
"dtBadgeColorBorderBulletinSubtle": "#7C52FF",
|
|
518
472
|
"dtButtonFontSizeXs": "12px",
|
|
519
473
|
"dtButtonFontSizeSm": "12px",
|
|
520
474
|
"dtButtonFontSizeMd": "15px",
|
|
521
475
|
"dtButtonFontSizeLg": "19px",
|
|
522
476
|
"dtButtonFontSizeXl": "27px",
|
|
523
|
-
"dtButtonFontWeightXs": "
|
|
524
|
-
"dtButtonFontWeightSm": "
|
|
525
|
-
"dtButtonFontWeightMd": "
|
|
477
|
+
"dtButtonFontWeightXs": "500",
|
|
478
|
+
"dtButtonFontWeightSm": "500",
|
|
479
|
+
"dtButtonFontWeightMd": "500",
|
|
526
480
|
"dtButtonFontWeightLg": "500",
|
|
527
481
|
"dtButtonFontWeightXl": "400",
|
|
528
482
|
"dtButtonLineHeightXs": "1.2",
|
|
@@ -538,12 +492,9 @@
|
|
|
538
492
|
"dtCheckboxSizeWidth": "1rem",
|
|
539
493
|
"dtCheckboxSizeHeight": "1rem",
|
|
540
494
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
541
|
-
"dtCheckboxColorBorderUnchecked": "#
|
|
542
|
-
"dtCheckboxColorBorderUncheckedHover": "#1C1C1C",
|
|
495
|
+
"dtCheckboxColorBorderUnchecked": "#000000",
|
|
543
496
|
"dtCheckboxColorBorderChecked": "#7C52FF",
|
|
544
497
|
"dtCheckboxColorBackgroundChecked": "#7C52FF",
|
|
545
|
-
"dtCheckboxColorForegroundDefault": "transparent",
|
|
546
|
-
"dtCheckboxColorForegroundChecked": "#F9F9F9",
|
|
547
498
|
"dtIconSize100": "12px",
|
|
548
499
|
"dtIconSize200": "14px",
|
|
549
500
|
"dtIconSize300": "18px",
|
|
@@ -563,10 +514,7 @@
|
|
|
563
514
|
"dtRadioSizeWidth": "1rem",
|
|
564
515
|
"dtRadioSizeHeight": "1rem",
|
|
565
516
|
"dtRadioSizeRadius": "50%",
|
|
566
|
-
"dtRadioColorBorderUnchecked": "#
|
|
567
|
-
"dtRadioColorBorderUncheckedHover": "#1C1C1C",
|
|
517
|
+
"dtRadioColorBorderUnchecked": "#000000",
|
|
568
518
|
"dtRadioColorBorderChecked": "#7C52FF",
|
|
569
|
-
"dtRadioColorBackgroundChecked": "#7C52FF"
|
|
570
|
-
"dtRadioColorForegroundDefault": "transparent",
|
|
571
|
-
"dtRadioColorForegroundChecked": "#F9F9F9"
|
|
519
|
+
"dtRadioColorBackgroundChecked": "#7C52FF"
|
|
572
520
|
}
|