@dialpad/dialtone 9.96.0 → 9.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +45 -1
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +45 -1
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-deca-dark.css +293 -391
- package/dist/css/tokens/tokens-base-deca-light.css +284 -382
- package/dist/css/tokens/tokens-deca-dark.css +1001 -966
- package/dist/css/tokens/tokens-deca-light.css +731 -696
- package/dist/tokens/css/tokens-base-deca-dark.css +293 -391
- package/dist/tokens/css/tokens-base-deca-light.css +284 -382
- package/dist/tokens/css/tokens-deca-dark.css +1001 -966
- package/dist/tokens/css/tokens-deca-light.css +731 -696
- package/dist/tokens/doc.json +31965 -32211
- package/dist/tokens/less/tokens-base-deca-dark.less +77 -91
- package/dist/tokens/less/tokens-base-deca-light.less +75 -89
- package/dist/tokens/less/tokens-deca-dark.less +225 -220
- package/dist/tokens/less/tokens-deca-light.less +229 -224
- 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 +1 -1
- package/dist/tokens/tokens-base-deca-dark.json +77 -91
- package/dist/tokens/tokens-base-deca-light.json +75 -89
- package/dist/tokens/tokens-deca-dark.json +224 -219
- package/dist/tokens/tokens-deca-light.json +229 -224
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +2 -2
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +2 -2
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +160 -17
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +161 -18
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.cjs +87 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.js +87 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +229 -46
- 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 +229 -46
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.cjs +58 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.js +58 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.cjs +108 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.js +108 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.cjs +106 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.js +106 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.js.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +37 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/last_active_nodes.d.ts +3 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/last_active_nodes.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +183 -60
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +48 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +38 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +87 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +2 -2
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +2 -2
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +223 -21
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +225 -23
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.cjs +87 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.js +87 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +279 -65
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +280 -66
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.cjs +81 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.js +81 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.cjs +193 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.js +193 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.cjs +223 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.js +223 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.js.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +42 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/last_active_nodes.d.ts +3 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/last_active_nodes.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +185 -61
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +50 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +42 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +89 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -0
- package/package.json +7 -4
|
@@ -1,83 +1,88 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
-
"dtColorForegroundPrimary": "#
|
|
4
|
-
"dtColorForegroundSecondary": "#
|
|
5
|
-
"dtColorForegroundTertiary": "#
|
|
6
|
-
"dtColorForegroundMuted": "#
|
|
7
|
-
"dtColorForegroundPlaceholder": "#
|
|
8
|
-
"dtColorForegroundDisabled": "#
|
|
9
|
-
"dtColorForegroundCritical": "#
|
|
10
|
-
"dtColorForegroundCriticalStrong": "#
|
|
11
|
-
"dtColorForegroundSuccess": "#
|
|
12
|
-
"dtColorForegroundSuccessStrong": "#
|
|
13
|
-
"dtColorForegroundWarning": "#
|
|
14
|
-
"dtColorForegroundPrimaryInverted": "#
|
|
15
|
-
"dtColorForegroundSecondaryInverted": "#
|
|
16
|
-
"dtColorForegroundTertiaryInverted": "#
|
|
17
|
-
"dtColorForegroundMutedInverted": "#
|
|
18
|
-
"dtColorForegroundPlaceholderInverted": "#
|
|
19
|
-
"dtColorForegroundDisabledInverted": "#
|
|
20
|
-
"dtColorForegroundCriticalInverted": "#
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
22
|
-
"dtColorForegroundSuccessInverted": "#
|
|
23
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
24
|
-
"dtColorForegroundWarningInverted": "#
|
|
25
|
-
"dtColorLinkPrimary": "#
|
|
26
|
-
"dtColorLinkCritical": "#
|
|
27
|
-
"dtColorLinkSuccess": "#
|
|
28
|
-
"dtColorLinkWarning": "#
|
|
29
|
-
"dtColorLinkMuted": "#
|
|
30
|
-
"dtColorLinkDisabled": "#
|
|
31
|
-
"dtColorLinkPrimaryInverted": "#
|
|
32
|
-
"dtColorLinkCriticalInverted": "#
|
|
33
|
-
"dtColorLinkSuccessInverted": "#
|
|
34
|
-
"dtColorLinkWarningInverted": "#
|
|
35
|
-
"dtColorLinkMutedInverted": "#
|
|
36
|
-
"dtColorLinkDisabledInverted": "#
|
|
37
|
-
"dtColorLinkPrimaryHover": "#
|
|
38
|
-
"dtColorLinkCriticalHover": "#
|
|
39
|
-
"dtColorLinkSuccessHover": "#
|
|
40
|
-
"dtColorLinkWarningHover": "#
|
|
41
|
-
"dtColorLinkMutedHover": "#
|
|
42
|
-
"dtColorLinkDisabledHover": "#
|
|
43
|
-
"dtColorLinkPrimaryInvertedHover": "#
|
|
44
|
-
"dtColorLinkCriticalInvertedHover": "#
|
|
45
|
-
"dtColorLinkSuccessInvertedHover": "#
|
|
46
|
-
"dtColorLinkWarningInvertedHover": "#
|
|
47
|
-
"dtColorLinkMutedInvertedHover": "#
|
|
48
|
-
"dtColorLinkDisabledInvertedHover": "#
|
|
49
|
-
"dtColorSurfaceSecondaryOpaque": "#
|
|
50
|
-
"dtColorSurfaceModerateOpaque": "#
|
|
51
|
-
"dtColorSurfaceBoldOpaque": "#
|
|
52
|
-
"dtColorSurfaceStrongOpaque": "#
|
|
53
|
-
"dtColorSurfaceContrastOpaque": "#
|
|
3
|
+
"dtColorForegroundPrimary": "#E6E6E6",
|
|
4
|
+
"dtColorForegroundSecondary": "#c7c7c7",
|
|
5
|
+
"dtColorForegroundTertiary": "#B0B0B0",
|
|
6
|
+
"dtColorForegroundMuted": "#F9F9F9",
|
|
7
|
+
"dtColorForegroundPlaceholder": "#808080",
|
|
8
|
+
"dtColorForegroundDisabled": "#808080",
|
|
9
|
+
"dtColorForegroundCritical": "#FF716F",
|
|
10
|
+
"dtColorForegroundCriticalStrong": "#FFABA4",
|
|
11
|
+
"dtColorForegroundSuccess": "#AEFB3C",
|
|
12
|
+
"dtColorForegroundSuccessStrong": "#DBFFA9",
|
|
13
|
+
"dtColorForegroundWarning": "#FFC047",
|
|
14
|
+
"dtColorForegroundPrimaryInverted": "#171717",
|
|
15
|
+
"dtColorForegroundSecondaryInverted": "#3d3d3d",
|
|
16
|
+
"dtColorForegroundTertiaryInverted": "#555555",
|
|
17
|
+
"dtColorForegroundMutedInverted": "#171717",
|
|
18
|
+
"dtColorForegroundPlaceholderInverted": "#555555",
|
|
19
|
+
"dtColorForegroundDisabledInverted": "#555555",
|
|
20
|
+
"dtColorForegroundCriticalInverted": "#FF1356",
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#E10040",
|
|
22
|
+
"dtColorForegroundSuccessInverted": "#008E52",
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#004F2E",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#815008",
|
|
25
|
+
"dtColorLinkPrimary": "#AB7EFF",
|
|
26
|
+
"dtColorLinkCritical": "#FF716F",
|
|
27
|
+
"dtColorLinkSuccess": "#AEFB3C",
|
|
28
|
+
"dtColorLinkWarning": "#FFC047",
|
|
29
|
+
"dtColorLinkMuted": "#c7c7c7",
|
|
30
|
+
"dtColorLinkDisabled": "#808080",
|
|
31
|
+
"dtColorLinkPrimaryInverted": "#7C52FF",
|
|
32
|
+
"dtColorLinkCriticalInverted": "#FF1356",
|
|
33
|
+
"dtColorLinkSuccessInverted": "#008E52",
|
|
34
|
+
"dtColorLinkWarningInverted": "#815008",
|
|
35
|
+
"dtColorLinkMutedInverted": "#3d3d3d",
|
|
36
|
+
"dtColorLinkDisabledInverted": "#555555",
|
|
37
|
+
"dtColorLinkPrimaryHover": "#DAC7FF",
|
|
38
|
+
"dtColorLinkCriticalHover": "#FFABA4",
|
|
39
|
+
"dtColorLinkSuccessHover": "#DBFFA9",
|
|
40
|
+
"dtColorLinkWarningHover": "#FFDB80",
|
|
41
|
+
"dtColorLinkMutedHover": "#E6E6E6",
|
|
42
|
+
"dtColorLinkDisabledHover": "#808080",
|
|
43
|
+
"dtColorLinkPrimaryInvertedHover": "#5023DD",
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#E10040",
|
|
45
|
+
"dtColorLinkSuccessInvertedHover": "#004F2E",
|
|
46
|
+
"dtColorLinkWarningInvertedHover": "#533204",
|
|
47
|
+
"dtColorLinkMutedInvertedHover": "#171717",
|
|
48
|
+
"dtColorLinkDisabledInvertedHover": "#555555",
|
|
49
|
+
"dtColorSurfaceSecondaryOpaque": "#E6E6E6",
|
|
50
|
+
"dtColorSurfaceModerateOpaque": "#E6E6E6",
|
|
51
|
+
"dtColorSurfaceBoldOpaque": "#E6E6E6",
|
|
52
|
+
"dtColorSurfaceStrongOpaque": "#E6E6E6",
|
|
53
|
+
"dtColorSurfaceContrastOpaque": "#ffffff",
|
|
54
54
|
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
-
"dtColorSurfaceCriticalOpaque": "#
|
|
56
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#
|
|
57
|
-
"dtColorSurfaceWarningOpaque": "#
|
|
58
|
-
"dtColorSurfaceWarningSubtleOpaque": "#
|
|
59
|
-
"dtColorSurfaceSuccessOpaque": "#
|
|
60
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#
|
|
61
|
-
"dtColorSurfaceInfoOpaque": "#
|
|
62
|
-
"dtColorSurfaceInfoSubtleOpaque": "#
|
|
63
|
-
"dtColorSurfacePrimary": "#
|
|
64
|
-
"dtColorSurfaceSecondary": "#
|
|
65
|
-
"dtColorSurfaceModerate": "#
|
|
66
|
-
"dtColorSurfaceBold": "#
|
|
67
|
-
"dtColorSurfaceStrong": "#
|
|
68
|
-
"dtColorSurfaceContrast": "#
|
|
69
|
-
"dtColorSurfaceCritical": "#
|
|
70
|
-
"dtColorSurfaceCriticalSubtle": "#
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#
|
|
72
|
-
"dtColorSurfaceWarning": "#
|
|
73
|
-
"dtColorSurfaceWarningSubtle": "#
|
|
74
|
-
"dtColorSurfaceWarningStrong": "#
|
|
75
|
-
"dtColorSurfaceSuccess": "#
|
|
76
|
-
"dtColorSurfaceSuccessSubtle": "#
|
|
77
|
-
"dtColorSurfaceSuccessStrong": "#
|
|
78
|
-
"dtColorSurfaceInfo": "#
|
|
79
|
-
"dtColorSurfaceInfoSubtle": "#
|
|
80
|
-
"dtColorSurfaceInfoStrong": "#
|
|
55
|
+
"dtColorSurfaceCriticalOpaque": "#640823",
|
|
56
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#640823",
|
|
57
|
+
"dtColorSurfaceWarningOpaque": "#533204",
|
|
58
|
+
"dtColorSurfaceWarningSubtleOpaque": "#362102",
|
|
59
|
+
"dtColorSurfaceSuccessOpaque": "#008E52",
|
|
60
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#004F2E",
|
|
61
|
+
"dtColorSurfaceInfoOpaque": "#003165",
|
|
62
|
+
"dtColorSurfaceInfoSubtleOpaque": "#001E3D",
|
|
63
|
+
"dtColorSurfacePrimary": "#171717",
|
|
64
|
+
"dtColorSurfaceSecondary": "#1f1f1f",
|
|
65
|
+
"dtColorSurfaceModerate": "#3d3d3d",
|
|
66
|
+
"dtColorSurfaceBold": "#555555",
|
|
67
|
+
"dtColorSurfaceStrong": "#B0B0B0",
|
|
68
|
+
"dtColorSurfaceContrast": "#F9F9F9",
|
|
69
|
+
"dtColorSurfaceCritical": "#2D010E",
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#2D010E",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#FFABA4",
|
|
72
|
+
"dtColorSurfaceWarning": "#362102",
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#362102",
|
|
74
|
+
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
75
|
+
"dtColorSurfaceSuccess": "#03301C",
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#03301C",
|
|
77
|
+
"dtColorSurfaceSuccessStrong": "#D1FF76",
|
|
78
|
+
"dtColorSurfaceInfo": "#001E3D",
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#001E3D",
|
|
80
|
+
"dtColorSurfaceInfoStrong": "#5FC4F9",
|
|
81
|
+
"dtColorSurfaceBrand": "#17033F",
|
|
82
|
+
"dtColorSurfaceBrandSubtle": "#17033F",
|
|
83
|
+
"dtColorSurfaceBrandStrong": "#9568FF",
|
|
84
|
+
"dtColorSurfaceBrandOpaque": "#260764",
|
|
85
|
+
"dtColorSurfaceBrandSubtleOpaque": "#17033F",
|
|
81
86
|
"dtColorBorderSubtle": "#ffffff",
|
|
82
87
|
"dtColorBorderDefault": "#ffffff",
|
|
83
88
|
"dtColorBorderModerate": "#ffffff",
|
|
@@ -86,33 +91,33 @@
|
|
|
86
91
|
"dtColorBorderDefaultInverted": "#000000",
|
|
87
92
|
"dtColorBorderModerateInverted": "#000000",
|
|
88
93
|
"dtColorBorderBoldInverted": "#000000",
|
|
89
|
-
"dtColorBorderFocus": "#
|
|
90
|
-
"dtColorBorderCritical": "#
|
|
91
|
-
"dtColorBorderSuccess": "#
|
|
92
|
-
"dtColorBorderWarning": "#
|
|
93
|
-
"dtColorBorderBrand": "#
|
|
94
|
-
"dtColorBorderAi": "linear-gradient(135deg, #
|
|
95
|
-
"dtColorBorderAccent": "#
|
|
96
|
-
"dtColorBorderCriticalSubtle": "#
|
|
97
|
-
"dtColorBorderCriticalStrong": "#
|
|
98
|
-
"dtColorBorderSuccessSubtle": "#
|
|
99
|
-
"dtColorBorderSuccessStrong": "#
|
|
100
|
-
"dtColorBorderWarningSubtle": "#
|
|
101
|
-
"dtColorBorderWarningStrong": "#
|
|
102
|
-
"dtColorBorderBrandSubtle": "#
|
|
103
|
-
"dtColorBorderBrandStrong": "#
|
|
104
|
-
"dtColorBorderCriticalInverted": "#
|
|
105
|
-
"dtColorBorderSuccessInverted": "#
|
|
106
|
-
"dtColorBorderWarningInverted": "#
|
|
107
|
-
"dtColorBorderBrandInverted": "#
|
|
108
|
-
"dtColorBorderCriticalSubtleInverted": "#
|
|
109
|
-
"dtColorBorderCriticalStrongInverted": "#
|
|
110
|
-
"dtColorBorderSuccessSubtleInverted": "#
|
|
111
|
-
"dtColorBorderSuccessStrongInverted": "#
|
|
112
|
-
"dtColorBorderWarningSubtleInverted": "#
|
|
113
|
-
"dtColorBorderWarningStrongInverted": "#
|
|
114
|
-
"dtColorBorderBrandSubtleInverted": "#
|
|
115
|
-
"dtColorBorderBrandStrongInverted": "#
|
|
94
|
+
"dtColorBorderFocus": "#3CA8F3",
|
|
95
|
+
"dtColorBorderCritical": "#FF716F",
|
|
96
|
+
"dtColorBorderSuccess": "#3CD707",
|
|
97
|
+
"dtColorBorderWarning": "#FFC047",
|
|
98
|
+
"dtColorBorderBrand": "#9568FF",
|
|
99
|
+
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
100
|
+
"dtColorBorderAccent": "#FF1BA4",
|
|
101
|
+
"dtColorBorderCriticalSubtle": "#E10040",
|
|
102
|
+
"dtColorBorderCriticalStrong": "#FFABA4",
|
|
103
|
+
"dtColorBorderSuccessSubtle": "#008E52",
|
|
104
|
+
"dtColorBorderSuccessStrong": "#AEFB3C",
|
|
105
|
+
"dtColorBorderWarningSubtle": "#D57F00",
|
|
106
|
+
"dtColorBorderWarningStrong": "#FFE89C",
|
|
107
|
+
"dtColorBorderBrandSubtle": "#6538F1",
|
|
108
|
+
"dtColorBorderBrandStrong": "#DAC7FF",
|
|
109
|
+
"dtColorBorderCriticalInverted": "#FF415B",
|
|
110
|
+
"dtColorBorderSuccessInverted": "#008E52",
|
|
111
|
+
"dtColorBorderWarningInverted": "#F19000",
|
|
112
|
+
"dtColorBorderBrandInverted": "#7C52FF",
|
|
113
|
+
"dtColorBorderCriticalSubtleInverted": "#FF716F",
|
|
114
|
+
"dtColorBorderCriticalStrongInverted": "#E10040",
|
|
115
|
+
"dtColorBorderSuccessSubtleInverted": "#AEFB3C",
|
|
116
|
+
"dtColorBorderSuccessStrongInverted": "#004F2E",
|
|
117
|
+
"dtColorBorderWarningSubtleInverted": "#FFC047",
|
|
118
|
+
"dtColorBorderWarningStrongInverted": "#815008",
|
|
119
|
+
"dtColorBorderBrandSubtleInverted": "#AB7EFF",
|
|
120
|
+
"dtColorBorderBrandStrongInverted": "#3A1D95",
|
|
116
121
|
"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
122
|
"dtTypographyBodyMdFontWeight": "400",
|
|
118
123
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -289,15 +294,15 @@
|
|
|
289
294
|
"dtTypographyInputsXlFontSize": "27px",
|
|
290
295
|
"dtTypographyInputsXlLineHeight": "1.2",
|
|
291
296
|
"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": "
|
|
297
|
+
"dtTypographyButtonXsFontWeight": "600",
|
|
293
298
|
"dtTypographyButtonXsFontSize": "12px",
|
|
294
299
|
"dtTypographyButtonXsLineHeight": "1.2",
|
|
295
300
|
"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": "
|
|
301
|
+
"dtTypographyButtonSmFontWeight": "600",
|
|
297
302
|
"dtTypographyButtonSmFontSize": "12px",
|
|
298
303
|
"dtTypographyButtonSmLineHeight": "1.2",
|
|
299
304
|
"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": "
|
|
305
|
+
"dtTypographyButtonMdFontWeight": "600",
|
|
301
306
|
"dtTypographyButtonMdFontSize": "15px",
|
|
302
307
|
"dtTypographyButtonMdLineHeight": "1.2",
|
|
303
308
|
"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",
|
|
@@ -330,112 +335,112 @@
|
|
|
330
335
|
"dtInputsFontWeightMd": "400",
|
|
331
336
|
"dtInputsFontWeightLg": "400",
|
|
332
337
|
"dtInputsFontWeightXl": "400",
|
|
333
|
-
"dtInputsColorForegroundDefault": "#
|
|
334
|
-
"dtInputsColorForegroundPlaceholder": "#
|
|
335
|
-
"dtInputsColorForegroundDisabled": "#
|
|
338
|
+
"dtInputsColorForegroundDefault": "#c7c7c7",
|
|
339
|
+
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
340
|
+
"dtInputsColorForegroundDisabled": "#808080",
|
|
336
341
|
"dtInputsColorBorderDefault": "#ffffff",
|
|
337
|
-
"dtInputsColorBorderFocus": "#
|
|
338
|
-
"dtInputsColorBorderCritical": "#
|
|
339
|
-
"dtInputsColorBorderSuccess": "#
|
|
340
|
-
"dtInputsColorBorderWarning": "#
|
|
342
|
+
"dtInputsColorBorderFocus": "#3CA8F3",
|
|
343
|
+
"dtInputsColorBorderCritical": "#FF716F",
|
|
344
|
+
"dtInputsColorBorderSuccess": "#3CD707",
|
|
345
|
+
"dtInputsColorBorderWarning": "#FFC047",
|
|
341
346
|
"dtInputsColorBorderDisabled": "transparent",
|
|
342
|
-
"dtInputsColorBackgroundDefault": "#
|
|
343
|
-
"dtInputsColorBackgroundFocus": "#
|
|
344
|
-
"dtInputsColorBackgroundDisabled": "#
|
|
345
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
346
|
-
"dtActionColorForegroundBaseHover": "#
|
|
347
|
-
"dtActionColorForegroundBaseActive": "#
|
|
347
|
+
"dtInputsColorBackgroundDefault": "#E6E6E6",
|
|
348
|
+
"dtInputsColorBackgroundFocus": "#171717",
|
|
349
|
+
"dtInputsColorBackgroundDisabled": "#E6E6E6",
|
|
350
|
+
"dtActionColorForegroundBaseDefault": "#AB7EFF",
|
|
351
|
+
"dtActionColorForegroundBaseHover": "#DAC7FF",
|
|
352
|
+
"dtActionColorForegroundBaseActive": "#DAC7FF",
|
|
348
353
|
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
349
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
350
|
-
"dtActionColorForegroundCriticalHover": "#
|
|
351
|
-
"dtActionColorForegroundCriticalActive": "#
|
|
354
|
+
"dtActionColorForegroundCriticalDefault": "#FF716F",
|
|
355
|
+
"dtActionColorForegroundCriticalHover": "#FFABA4",
|
|
356
|
+
"dtActionColorForegroundCriticalActive": "#FFABA4",
|
|
352
357
|
"dtActionColorForegroundCriticalPrimaryDefault": "#000000",
|
|
353
|
-
"dtActionColorForegroundInvertedDefault": "#
|
|
354
|
-
"dtActionColorForegroundInvertedHover": "#
|
|
355
|
-
"dtActionColorForegroundInvertedActive": "#
|
|
356
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
357
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
358
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
359
|
-
"dtActionColorForegroundMutedDefault": "#
|
|
360
|
-
"dtActionColorForegroundMutedHover": "#
|
|
361
|
-
"dtActionColorForegroundMutedActive": "#
|
|
362
|
-
"dtActionColorForegroundDisabledDefault": "#
|
|
363
|
-
"dtActionColorForegroundPositiveDefault": "#
|
|
364
|
-
"dtActionColorForegroundPositiveHover": "#
|
|
365
|
-
"dtActionColorForegroundPositiveActive": "#
|
|
366
|
-
"dtActionColorForegroundPositivePrimaryDefault": "#
|
|
358
|
+
"dtActionColorForegroundInvertedDefault": "#171717",
|
|
359
|
+
"dtActionColorForegroundInvertedHover": "#171717",
|
|
360
|
+
"dtActionColorForegroundInvertedActive": "#171717",
|
|
361
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#AB7EFF",
|
|
362
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#DAC7FF",
|
|
363
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#DAC7FF",
|
|
364
|
+
"dtActionColorForegroundMutedDefault": "#c7c7c7",
|
|
365
|
+
"dtActionColorForegroundMutedHover": "#E6E6E6",
|
|
366
|
+
"dtActionColorForegroundMutedActive": "#E6E6E6",
|
|
367
|
+
"dtActionColorForegroundDisabledDefault": "#808080",
|
|
368
|
+
"dtActionColorForegroundPositiveDefault": "#AEFB3C",
|
|
369
|
+
"dtActionColorForegroundPositiveHover": "#DBFFA9",
|
|
370
|
+
"dtActionColorForegroundPositiveActive": "#DBFFA9",
|
|
371
|
+
"dtActionColorForegroundPositivePrimaryDefault": "#000000",
|
|
367
372
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
368
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
369
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
370
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
371
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
372
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
373
|
+
"dtActionColorBackgroundBaseHover": "#260764",
|
|
374
|
+
"dtActionColorBackgroundBaseActive": "#260764",
|
|
375
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#9568FF",
|
|
376
|
+
"dtActionColorBackgroundBasePrimaryHover": "#AB7EFF",
|
|
377
|
+
"dtActionColorBackgroundBasePrimaryActive": "#9568FF",
|
|
373
378
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
374
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
375
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
376
|
-
"dtActionColorBackgroundCriticalPrimaryDefault": "#
|
|
377
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
378
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
379
|
+
"dtActionColorBackgroundCriticalHover": "#640823",
|
|
380
|
+
"dtActionColorBackgroundCriticalActive": "#640823",
|
|
381
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
|
|
382
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
|
|
383
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
|
|
379
384
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
380
|
-
"dtActionColorBackgroundInvertedHover": "#
|
|
381
|
-
"dtActionColorBackgroundInvertedActive": "#
|
|
382
|
-
"dtActionColorBackgroundInvertedPrimaryDefault": "#
|
|
383
|
-
"dtActionColorBackgroundInvertedPrimaryHover": "#
|
|
384
|
-
"dtActionColorBackgroundInvertedPrimaryActive": "#
|
|
385
|
+
"dtActionColorBackgroundInvertedHover": "#B0B0B0",
|
|
386
|
+
"dtActionColorBackgroundInvertedActive": "#808080",
|
|
387
|
+
"dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
|
|
388
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#17033F",
|
|
389
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#260764",
|
|
385
390
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
386
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
387
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
388
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
391
|
+
"dtActionColorBackgroundMutedHover": "#E6E6E6",
|
|
392
|
+
"dtActionColorBackgroundMutedActive": "#E6E6E6",
|
|
393
|
+
"dtActionColorBackgroundDisabledDefault": "#E6E6E6",
|
|
389
394
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
390
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
391
|
-
"dtActionColorBackgroundPositiveActive": "#
|
|
392
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
393
|
-
"dtActionColorBackgroundPositivePrimaryHover": "#
|
|
394
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
395
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
396
|
-
"dtActionColorBorderCriticalOutlinedDefault": "#
|
|
395
|
+
"dtActionColorBackgroundPositiveHover": "#008E52",
|
|
396
|
+
"dtActionColorBackgroundPositiveActive": "#004F2E",
|
|
397
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
|
|
398
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
|
|
399
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
|
|
400
|
+
"dtActionColorBorderBaseOutlinedDefault": "#9568FF",
|
|
401
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
|
|
397
402
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
398
403
|
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
399
|
-
"dtThemeColorBase": "#
|
|
400
|
-
"dtThemeTopbarColorForeground": "#
|
|
401
|
-
"dtThemeTopbarColorBackground": "#
|
|
402
|
-
"dtThemeTopbarFieldColorForeground": "#
|
|
403
|
-
"dtThemeTopbarFieldColorForegroundHover": "#
|
|
404
|
-
"dtThemeTopbarFieldColorBackground": "#
|
|
405
|
-
"dtThemeTopbarFieldColorBackgroundHover": "#
|
|
406
|
-
"dtThemeTopbarFieldColorBorder": "#
|
|
407
|
-
"dtThemeTopbarFieldColorBorderHover": "#
|
|
408
|
-
"dtThemeTopbarFieldColorBorderActive": "#
|
|
409
|
-
"dtThemeTopbarButtonColorForeground": "#
|
|
410
|
-
"dtThemeTopbarButtonColorForegroundHover": "#
|
|
411
|
-
"dtThemeTopbarButtonColorBackground": "#
|
|
412
|
-
"dtThemeTopbarButtonColorBackgroundHover": "#
|
|
413
|
-
"dtThemeTopbarButtonColorBackgroundActive": "#
|
|
414
|
-
"dtThemeTopbarProfileColorForeground": "#
|
|
415
|
-
"dtThemeTopbarProfileColorForegroundInverted": "#
|
|
416
|
-
"dtThemeTopbarProfileColorBackground": "#
|
|
417
|
-
"dtThemeTopbarProfileColorBackgroundInverted": "#
|
|
418
|
-
"dtThemeTopbarProfileColorBackgroundHover": "#
|
|
419
|
-
"dtThemeTopbarProfileColorBackgroundActive": "#
|
|
420
|
-
"dtThemeSidebarColorForeground": "#
|
|
421
|
-
"dtThemeSidebarColorForegroundUnread": "#
|
|
422
|
-
"dtThemeSidebarColorBackground": "#
|
|
423
|
-
"dtThemeSidebarIconColorForeground": "#
|
|
424
|
-
"dtThemeSidebarStatusColorForeground": "#
|
|
425
|
-
"dtThemeSidebarRowColorBackground": "#
|
|
426
|
-
"dtThemeSidebarRowColorBackgroundHover": "#
|
|
427
|
-
"dtThemeSidebarRowColorBackgroundActive": "#
|
|
428
|
-
"dtThemeSidebarSelectedRowColorForeground": "#
|
|
429
|
-
"dtThemeSidebarSelectedRowColorBackground": "#
|
|
430
|
-
"dtThemeSidebarSectionColorForeground": "#
|
|
431
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
432
|
-
"dtThemePresenceColorBackgroundBusyUnavailable": "#
|
|
433
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
404
|
+
"dtThemeColorBase": "#E6E6E6",
|
|
405
|
+
"dtThemeTopbarColorForeground": "#E6E6E6",
|
|
406
|
+
"dtThemeTopbarColorBackground": "#1f1f1f",
|
|
407
|
+
"dtThemeTopbarFieldColorForeground": "#E6E6E6",
|
|
408
|
+
"dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
|
|
409
|
+
"dtThemeTopbarFieldColorBackground": "#E6E6E6",
|
|
410
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
|
|
411
|
+
"dtThemeTopbarFieldColorBorder": "#E6E6E6",
|
|
412
|
+
"dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
|
|
413
|
+
"dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
|
|
414
|
+
"dtThemeTopbarButtonColorForeground": "#E6E6E6",
|
|
415
|
+
"dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
|
|
416
|
+
"dtThemeTopbarButtonColorBackground": "#E6E6E6",
|
|
417
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
|
|
418
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
|
|
419
|
+
"dtThemeTopbarProfileColorForeground": "#E6E6E6",
|
|
420
|
+
"dtThemeTopbarProfileColorForegroundInverted": "#171717",
|
|
421
|
+
"dtThemeTopbarProfileColorBackground": "#E6E6E6",
|
|
422
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
|
|
423
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
|
|
424
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
|
|
425
|
+
"dtThemeSidebarColorForeground": "#c7c7c7",
|
|
426
|
+
"dtThemeSidebarColorForegroundUnread": "#E6E6E6",
|
|
427
|
+
"dtThemeSidebarColorBackground": "#1f1f1f",
|
|
428
|
+
"dtThemeSidebarIconColorForeground": "#c7c7c7",
|
|
429
|
+
"dtThemeSidebarStatusColorForeground": "#B0B0B0",
|
|
430
|
+
"dtThemeSidebarRowColorBackground": "#E6E6E6",
|
|
431
|
+
"dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
|
|
432
|
+
"dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
|
|
433
|
+
"dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
|
|
434
|
+
"dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
|
|
435
|
+
"dtThemeSidebarSectionColorForeground": "#B0B0B0",
|
|
436
|
+
"dtThemePresenceColorBackgroundAvailable": "#3CD707",
|
|
437
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
|
|
438
|
+
"dtThemePresenceColorBackgroundBusy": "#FFC047",
|
|
434
439
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
435
|
-
"dtThemeMentionColorForeground": "#
|
|
436
|
-
"dtThemeMentionColorForegroundStrong": "#
|
|
437
|
-
"dtThemeMentionColorBackground": "#
|
|
438
|
-
"dtThemeMentionColorBackgroundStrong": "#
|
|
440
|
+
"dtThemeMentionColorForeground": "#000000",
|
|
441
|
+
"dtThemeMentionColorForegroundStrong": "#171717",
|
|
442
|
+
"dtThemeMentionColorBackground": "#9568FF",
|
|
443
|
+
"dtThemeMentionColorBackgroundStrong": "#DAC7FF",
|
|
439
444
|
"dtAvatarColorForeground": "#000000",
|
|
440
445
|
"dtAvatarColorBackground100": "#1aa340",
|
|
441
446
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -456,27 +461,27 @@
|
|
|
456
461
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
457
462
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
458
463
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
459
|
-
"dtBadgeColorBackgroundDefault": "#
|
|
460
|
-
"dtBadgeColorBackgroundInfo": "#
|
|
461
|
-
"dtBadgeColorBackgroundSuccess": "#
|
|
462
|
-
"dtBadgeColorBackgroundWarning": "#
|
|
463
|
-
"dtBadgeColorBackgroundCritical": "#
|
|
464
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
465
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
466
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #
|
|
467
|
-
"dtBadgeColorForegroundDefault": "#
|
|
464
|
+
"dtBadgeColorBackgroundDefault": "#E6E6E6",
|
|
465
|
+
"dtBadgeColorBackgroundInfo": "#003165",
|
|
466
|
+
"dtBadgeColorBackgroundSuccess": "#004F2E",
|
|
467
|
+
"dtBadgeColorBackgroundWarning": "#533204",
|
|
468
|
+
"dtBadgeColorBackgroundCritical": "#640823",
|
|
469
|
+
"dtBadgeColorBackgroundBulletin": "#9568FF",
|
|
470
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#6538F1",
|
|
471
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
472
|
+
"dtBadgeColorForegroundDefault": "#E6E6E6",
|
|
468
473
|
"dtBadgeColorForegroundBulletin": "#000000",
|
|
469
|
-
"dtBadgeColorForegroundBulletinSubtle": "#
|
|
474
|
+
"dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
|
|
470
475
|
"dtBadgeColorBorderDefault": "#ffffff",
|
|
471
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
476
|
+
"dtBadgeColorBorderBulletinSubtle": "#6538F1",
|
|
472
477
|
"dtButtonFontSizeXs": "12px",
|
|
473
478
|
"dtButtonFontSizeSm": "12px",
|
|
474
479
|
"dtButtonFontSizeMd": "15px",
|
|
475
480
|
"dtButtonFontSizeLg": "19px",
|
|
476
481
|
"dtButtonFontSizeXl": "27px",
|
|
477
|
-
"dtButtonFontWeightXs": "
|
|
478
|
-
"dtButtonFontWeightSm": "
|
|
479
|
-
"dtButtonFontWeightMd": "
|
|
482
|
+
"dtButtonFontWeightXs": "600",
|
|
483
|
+
"dtButtonFontWeightSm": "600",
|
|
484
|
+
"dtButtonFontWeightMd": "600",
|
|
480
485
|
"dtButtonFontWeightLg": "500",
|
|
481
486
|
"dtButtonFontWeightXl": "400",
|
|
482
487
|
"dtButtonLineHeightXs": "1.2",
|
|
@@ -493,8 +498,8 @@
|
|
|
493
498
|
"dtCheckboxSizeHeight": "1rem",
|
|
494
499
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
495
500
|
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
496
|
-
"dtCheckboxColorBorderChecked": "#
|
|
497
|
-
"dtCheckboxColorBackgroundChecked": "#
|
|
501
|
+
"dtCheckboxColorBorderChecked": "#9568FF",
|
|
502
|
+
"dtCheckboxColorBackgroundChecked": "#9568FF",
|
|
498
503
|
"dtIconSize100": "12px",
|
|
499
504
|
"dtIconSize200": "14px",
|
|
500
505
|
"dtIconSize300": "18px",
|
|
@@ -515,6 +520,6 @@
|
|
|
515
520
|
"dtRadioSizeHeight": "1rem",
|
|
516
521
|
"dtRadioSizeRadius": "50%",
|
|
517
522
|
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
518
|
-
"dtRadioColorBorderChecked": "#
|
|
519
|
-
"dtRadioColorBackgroundChecked": "#
|
|
523
|
+
"dtRadioColorBorderChecked": "#9568FF",
|
|
524
|
+
"dtRadioColorBackgroundChecked": "#9568FF"
|
|
520
525
|
}
|