@dialpad/dialtone 9.109.0-rebrand-2025-beta.1 → 9.110.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 +3283 -12107
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +415 -3489
- 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 -946
- package/dist/css/tokens/tokens-base-deca-dark.css +56 -526
- package/dist/css/tokens/tokens-base-deca-light.css +52 -522
- package/dist/css/tokens/tokens-base-light.css +128 -913
- package/dist/css/tokens/tokens-debug-base.css +3 -788
- package/dist/css/tokens/tokens-debug-dp.css +653 -1018
- package/dist/css/tokens/tokens-deca-dark.css +748 -784
- package/dist/css/tokens/tokens-deca-light.css +708 -744
- package/dist/css/tokens/tokens-dp-dark.css +924 -1289
- package/dist/css/tokens/tokens-dp-light.css +973 -1338
- package/dist/css/tokens/tokens-expressive-dark.css +924 -1289
- package/dist/css/tokens/tokens-expressive-light.css +970 -1335
- package/dist/css/tokens/tokens-expressive-sm-dark.css +924 -1289
- package/dist/css/tokens/tokens-expressive-sm-light.css +970 -1335
- package/dist/css/tokens/tokens-tmo-dark.css +1080 -1445
- package/dist/css/tokens/tokens-tmo-light.css +1115 -1480
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +161 -946
- package/dist/tokens/css/tokens-base-deca-dark.css +56 -526
- package/dist/tokens/css/tokens-base-deca-light.css +52 -522
- package/dist/tokens/css/tokens-base-light.css +128 -913
- package/dist/tokens/css/tokens-debug-base.css +3 -788
- package/dist/tokens/css/tokens-debug-dp.css +653 -1018
- package/dist/tokens/css/tokens-deca-dark.css +748 -784
- package/dist/tokens/css/tokens-deca-light.css +708 -744
- package/dist/tokens/css/tokens-dp-dark.css +924 -1289
- package/dist/tokens/css/tokens-dp-light.css +973 -1338
- package/dist/tokens/css/tokens-expressive-dark.css +924 -1289
- package/dist/tokens/css/tokens-expressive-light.css +970 -1335
- package/dist/tokens/css/tokens-expressive-sm-dark.css +924 -1289
- package/dist/tokens/css/tokens-expressive-sm-light.css +970 -1335
- package/dist/tokens/css/tokens-tmo-dark.css +1080 -1445
- package/dist/tokens/css/tokens-tmo-light.css +1115 -1480
- package/dist/tokens/doc.json +45539 -71265
- package/dist/tokens/less/tokens-base-dark.less +46 -159
- package/dist/tokens/less/tokens-base-deca-dark.less +17 -85
- package/dist/tokens/less/tokens-base-deca-light.less +16 -84
- package/dist/tokens/less/tokens-base-light.less +37 -150
- package/dist/tokens/less/tokens-deca-dark.less +183 -189
- package/dist/tokens/less/tokens-deca-light.less +174 -180
- package/dist/tokens/less/tokens-dp-dark.less +187 -240
- package/dist/tokens/less/tokens-dp-light.less +185 -238
- package/dist/tokens/less/tokens-expressive-dark.less +210 -263
- package/dist/tokens/less/tokens-expressive-light.less +208 -261
- package/dist/tokens/less/tokens-expressive-sm-dark.less +210 -263
- package/dist/tokens/less/tokens-expressive-sm-light.less +208 -261
- package/dist/tokens/less/tokens-tmo-dark.less +207 -260
- package/dist/tokens/less/tokens-tmo-light.less +198 -251
- 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 -159
- package/dist/tokens/tokens-base-deca-dark.json +14 -82
- package/dist/tokens/tokens-base-deca-light.json +13 -81
- package/dist/tokens/tokens-base-light.json +37 -150
- package/dist/tokens/tokens-deca-dark.json +180 -186
- package/dist/tokens/tokens-deca-light.json +172 -178
- package/dist/tokens/tokens-dp-dark.json +171 -224
- package/dist/tokens/tokens-dp-light.json +182 -235
- package/dist/tokens/tokens-expressive-dark.json +194 -247
- package/dist/tokens/tokens-expressive-light.json +205 -258
- package/dist/tokens/tokens-expressive-sm-dark.json +194 -247
- package/dist/tokens/tokens-expressive-sm-light.json +205 -258
- package/dist/tokens/tokens-tmo-dark.json +196 -249
- package/dist/tokens/tokens-tmo-light.json +193 -246
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/button/button.vue.cjs +1 -1
- package/dist/vue2/components/button/button.vue.cjs.map +1 -1
- package/dist/vue2/components/button/button.vue.js +1 -1
- package/dist/vue2/components/button/button.vue.js.map +1 -1
- package/dist/vue2/components/button/button_constants.cjs +2 -3
- package/dist/vue2/components/button/button_constants.cjs.map +1 -1
- package/dist/vue2/components/button/button_constants.js +2 -3
- package/dist/vue2/components/button/button_constants.js.map +1 -1
- package/dist/vue2/components/popover/popover.vue.cjs +1 -9
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover.vue.js +1 -9
- package/dist/vue2/components/popover/popover.vue.js.map +1 -1
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs +4 -10
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -1
- package/dist/vue2/components/popover/popover_header_footer.vue.js +4 -10
- package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -1
- package/dist/vue2/components/stack/stack.vue.cjs +1 -1
- package/dist/vue2/components/stack/stack.vue.cjs.map +1 -1
- package/dist/vue2/components/stack/stack.vue.js +1 -1
- package/dist/vue2/components/stack/stack.vue.js.map +1 -1
- package/dist/vue2/components/stack/stack_constants.cjs +1 -1
- package/dist/vue2/components/stack/stack_constants.cjs.map +1 -1
- package/dist/vue2/components/stack/stack_constants.js +1 -1
- package/dist/vue2/components/stack/stack_constants.js.map +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +2 -0
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/localization/dp-DP.ftl.cjs +5 -0
- package/dist/vue2/localization/dp-DP.ftl.cjs.map +1 -0
- package/dist/vue2/localization/dp-DP.ftl.js +5 -0
- package/dist/vue2/localization/dp-DP.ftl.js.map +1 -0
- package/dist/vue2/localization/en-US.ftl.cjs +5 -0
- package/dist/vue2/localization/en-US.ftl.cjs.map +1 -0
- package/dist/vue2/localization/en-US.ftl.js +5 -0
- package/dist/vue2/localization/en-US.ftl.js.map +1 -0
- package/dist/vue2/localization/es-LA.ftl.cjs +5 -0
- package/dist/vue2/localization/es-LA.ftl.cjs.map +1 -0
- package/dist/vue2/localization/es-LA.ftl.js +5 -0
- package/dist/vue2/localization/es-LA.ftl.js.map +1 -0
- package/dist/vue2/localization/index.cjs +33 -0
- package/dist/vue2/localization/index.cjs.map +1 -0
- package/dist/vue2/localization/index.js +33 -0
- package/dist/vue2/localization/index.js.map +1 -0
- 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/callbox/callbox.vue.cjs +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue2/types/components/button/button_constants.d.ts +1 -2
- package/dist/vue2/types/components/button/button_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +0 -9
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +1 -9
- package/dist/vue2/types/components/stack/stack_constants.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/button/button.vue.cjs +1 -1
- package/dist/vue3/components/button/button.vue.cjs.map +1 -1
- package/dist/vue3/components/button/button.vue.js +1 -1
- package/dist/vue3/components/button/button.vue.js.map +1 -1
- package/dist/vue3/components/button/button_constants.cjs +2 -3
- package/dist/vue3/components/button/button_constants.cjs.map +1 -1
- package/dist/vue3/components/button/button_constants.js +2 -3
- package/dist/vue3/components/button/button_constants.js.map +1 -1
- package/dist/vue3/components/stack/stack.vue.cjs +1 -1
- package/dist/vue3/components/stack/stack.vue.cjs.map +1 -1
- package/dist/vue3/components/stack/stack.vue.js +1 -1
- package/dist/vue3/components/stack/stack.vue.js.map +1 -1
- package/dist/vue3/components/stack/stack_constants.cjs +1 -1
- package/dist/vue3/components/stack/stack_constants.cjs.map +1 -1
- package/dist/vue3/components/stack/stack_constants.js +1 -1
- package/dist/vue3/components/stack/stack_constants.js.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +6 -2
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +7 -3
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue3/types/components/button/button_constants.d.ts +1 -2
- package/dist/vue3/types/components/button/button_constants.d.ts.map +1 -1
- package/dist/vue3/types/components/stack/stack_constants.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/package.json +7 -7
- 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-B42c8NRe.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-dark-D3XlzClW.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-5p3ZOPKU.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-C_G4p7UU.js +0 -4
|
@@ -1,162 +1,160 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
-
"dtColorForegroundPrimary": "#
|
|
4
|
-
"dtColorForegroundSecondary": "#
|
|
5
|
-
"dtColorForegroundTertiary": "#
|
|
6
|
-
"dtColorForegroundMuted": "#
|
|
7
|
-
"dtColorForegroundPlaceholder": "#
|
|
8
|
-
"dtColorForegroundDisabled": "#
|
|
3
|
+
"dtColorForegroundPrimary": "#E6E6E6",
|
|
4
|
+
"dtColorForegroundSecondary": "#c7c7c7",
|
|
5
|
+
"dtColorForegroundTertiary": "#B0B0B0",
|
|
6
|
+
"dtColorForegroundMuted": "#ffffff",
|
|
7
|
+
"dtColorForegroundPlaceholder": "#808080",
|
|
8
|
+
"dtColorForegroundDisabled": "#808080",
|
|
9
9
|
"dtColorForegroundCritical": "#FF716F",
|
|
10
10
|
"dtColorForegroundCriticalStrong": "#FFABA4",
|
|
11
11
|
"dtColorForegroundSuccess": "#AEFB3C",
|
|
12
12
|
"dtColorForegroundSuccessStrong": "#DBFFA9",
|
|
13
13
|
"dtColorForegroundWarning": "#FFBD48",
|
|
14
|
-
"dtColorForegroundPrimaryInverted": "#
|
|
15
|
-
"dtColorForegroundSecondaryInverted": "#
|
|
16
|
-
"dtColorForegroundTertiaryInverted": "#
|
|
17
|
-
"dtColorForegroundMutedInverted": "#
|
|
18
|
-
"dtColorForegroundPlaceholderInverted": "#
|
|
19
|
-
"dtColorForegroundDisabledInverted": "#
|
|
14
|
+
"dtColorForegroundPrimaryInverted": "#171717",
|
|
15
|
+
"dtColorForegroundSecondaryInverted": "#3d3d3d",
|
|
16
|
+
"dtColorForegroundTertiaryInverted": "#555555",
|
|
17
|
+
"dtColorForegroundMutedInverted": "#171717",
|
|
18
|
+
"dtColorForegroundPlaceholderInverted": "#555555",
|
|
19
|
+
"dtColorForegroundDisabledInverted": "#555555",
|
|
20
20
|
"dtColorForegroundCriticalInverted": "#FF1356",
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#AF0032",
|
|
22
22
|
"dtColorForegroundSuccessInverted": "#008E52",
|
|
23
23
|
"dtColorForegroundSuccessStrongInverted": "#004F2E",
|
|
24
24
|
"dtColorForegroundWarningInverted": "#815008",
|
|
25
|
-
"dtColorLinkPrimary": "#
|
|
26
|
-
"dtColorLinkPrimaryHover": "#D3BCFF",
|
|
25
|
+
"dtColorLinkPrimary": "#C2A3FF",
|
|
27
26
|
"dtColorLinkCritical": "#FF716F",
|
|
28
|
-
"dtColorLinkCriticalHover": "#FFABA4",
|
|
29
27
|
"dtColorLinkSuccess": "#AEFB3C",
|
|
30
|
-
"dtColorLinkSuccessHover": "#DBFFA9",
|
|
31
28
|
"dtColorLinkWarning": "#FFBD48",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"dtColorLinkMutedHover": "#E0DCD9",
|
|
35
|
-
"dtColorLinkDisabled": "#635F5D",
|
|
36
|
-
"dtColorLinkDisabledHover": "#635F5D",
|
|
29
|
+
"dtColorLinkMuted": "#c7c7c7",
|
|
30
|
+
"dtColorLinkDisabled": "#808080",
|
|
37
31
|
"dtColorLinkPrimaryInverted": "#7C52FF",
|
|
38
|
-
"dtColorLinkPrimaryInvertedHover": "#5023DD",
|
|
39
32
|
"dtColorLinkCriticalInverted": "#FF1356",
|
|
40
|
-
"dtColorLinkCriticalInvertedHover": "#640823",
|
|
41
33
|
"dtColorLinkSuccessInverted": "#008E52",
|
|
42
|
-
"dtColorLinkSuccessInvertedHover": "#004F2E",
|
|
43
34
|
"dtColorLinkWarningInverted": "#815008",
|
|
35
|
+
"dtColorLinkMutedInverted": "#3d3d3d",
|
|
36
|
+
"dtColorLinkDisabledInverted": "#555555",
|
|
37
|
+
"dtColorLinkPrimaryHover": "#DAC7FF",
|
|
38
|
+
"dtColorLinkCriticalHover": "#FFABA4",
|
|
39
|
+
"dtColorLinkSuccessHover": "#DBFFA9",
|
|
40
|
+
"dtColorLinkWarningHover": "#FFE89C",
|
|
41
|
+
"dtColorLinkMutedHover": "#E6E6E6",
|
|
42
|
+
"dtColorLinkDisabledHover": "#808080",
|
|
43
|
+
"dtColorLinkPrimaryInvertedHover": "#5023DD",
|
|
44
|
+
"dtColorLinkCriticalInvertedHover": "#AF0032",
|
|
45
|
+
"dtColorLinkSuccessInvertedHover": "#004F2E",
|
|
44
46
|
"dtColorLinkWarningInvertedHover": "#533204",
|
|
45
|
-
"dtColorLinkMutedInverted": "#1D1C1B",
|
|
46
47
|
"dtColorLinkMutedInvertedHover": "#171717",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"dtColorSurfaceContrast": "#F8F7F6",
|
|
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": "#0B0A09",
|
|
71
|
-
"dtColorSurfaceSecondaryOpaque": "#0B0A09",
|
|
72
|
-
"dtColorSurfaceModerateOpaque": "#282624",
|
|
73
|
-
"dtColorSurfaceBoldOpaque": "#3F3D3C",
|
|
74
|
-
"dtColorSurfaceStrongOpaque": "#AAA4A1",
|
|
75
|
-
"dtColorSurfaceContrastOpaque": "#F8F7F6",
|
|
48
|
+
"dtColorLinkDisabledInvertedHover": "#555555",
|
|
49
|
+
"dtColorSurfaceSecondaryOpaque": "#E6E6E6",
|
|
50
|
+
"dtColorSurfaceModerateOpaque": "#E6E6E6",
|
|
51
|
+
"dtColorSurfaceBoldOpaque": "#E6E6E6",
|
|
52
|
+
"dtColorSurfaceStrongOpaque": "#E6E6E6",
|
|
53
|
+
"dtColorSurfaceContrastOpaque": "#ffffff",
|
|
54
|
+
"dtColorSurfaceBackdrop": "#000000",
|
|
76
55
|
"dtColorSurfaceCriticalOpaque": "#93173A",
|
|
77
|
-
"dtColorSurfaceWarningOpaque": "#533204",
|
|
78
|
-
"dtColorSurfaceSuccessOpaque": "#004F2E",
|
|
79
|
-
"dtColorSurfaceInfoOpaque": "#001429",
|
|
80
|
-
"dtColorSurfaceBrandOpaque": "#1D0155",
|
|
81
56
|
"dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
|
|
57
|
+
"dtColorSurfaceWarningOpaque": "#533204",
|
|
82
58
|
"dtColorSurfaceWarningSubtleOpaque": "#201301",
|
|
59
|
+
"dtColorSurfaceSuccessOpaque": "#004F2E",
|
|
83
60
|
"dtColorSurfaceSuccessSubtleOpaque": "#00150D",
|
|
61
|
+
"dtColorSurfaceInfoOpaque": "#001429",
|
|
84
62
|
"dtColorSurfaceInfoSubtleOpaque": "#010B16",
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
63
|
+
"dtColorSurfacePrimary": "#171717",
|
|
64
|
+
"dtColorSurfaceSecondary": "#1f1f1f",
|
|
65
|
+
"dtColorSurfaceModerate": "#3d3d3d",
|
|
66
|
+
"dtColorSurfaceBold": "#555555",
|
|
67
|
+
"dtColorSurfaceStrong": "#B0B0B0",
|
|
68
|
+
"dtColorSurfaceContrast": "#ffffff",
|
|
69
|
+
"dtColorSurfaceCritical": "#380010",
|
|
70
|
+
"dtColorSurfaceCriticalSubtle": "#1C0108",
|
|
71
|
+
"dtColorSurfaceCriticalStrong": "#FF716F",
|
|
72
|
+
"dtColorSurfaceWarning": "#2C1B02",
|
|
73
|
+
"dtColorSurfaceWarningSubtle": "#201301",
|
|
74
|
+
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
75
|
+
"dtColorSurfaceSuccess": "#012717",
|
|
76
|
+
"dtColorSurfaceSuccessSubtle": "#00150D",
|
|
77
|
+
"dtColorSurfaceSuccessStrong": "#AEFB3C",
|
|
78
|
+
"dtColorSurfaceInfo": "#001429",
|
|
79
|
+
"dtColorSurfaceInfoSubtle": "#010B16",
|
|
80
|
+
"dtColorSurfaceInfoStrong": "#4AA9EA",
|
|
81
|
+
"dtColorSurfaceSecondaryInverted": "#F9F9F9",
|
|
82
|
+
"dtColorSurfaceModerateInverted": "#E6E6E6",
|
|
83
|
+
"dtColorSurfaceBoldInverted": "#D4D4D4",
|
|
84
|
+
"dtColorSurfaceStrongInverted": "#555555",
|
|
85
|
+
"dtColorSurfaceContrastInverted": "#171717",
|
|
86
|
+
"dtColorSurfacePrimaryInverted": "#ffffff",
|
|
92
87
|
"dtColorSurfaceCriticalInverted": "#FFE5E6",
|
|
88
|
+
"dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
|
|
89
|
+
"dtColorSurfaceCriticalStrongInverted": "#D90A45",
|
|
93
90
|
"dtColorSurfaceWarningInverted": "#FFF4CC",
|
|
91
|
+
"dtColorSurfaceWarningSubtleInverted": "#fffae5",
|
|
92
|
+
"dtColorSurfaceWarningStrongInverted": "#FFBD48",
|
|
94
93
|
"dtColorSurfaceSuccessInverted": "#EDF9EB",
|
|
94
|
+
"dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
|
|
95
|
+
"dtColorSurfaceSuccessStrongInverted": "#31B237",
|
|
95
96
|
"dtColorSurfaceInfoInverted": "#EAF2FA",
|
|
97
|
+
"dtColorSurfaceBrand": "#1D0155",
|
|
96
98
|
"dtColorSurfaceBrandInverted": "#F5F0FF",
|
|
97
|
-
"dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
|
|
98
|
-
"dtColorSurfaceWarningSubtleInverted": "#fffae5",
|
|
99
|
-
"dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
|
|
100
99
|
"dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
|
|
100
|
+
"dtColorSurfaceBrandSubtle": "#0E002A",
|
|
101
101
|
"dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
|
|
102
|
-
"dtColorSurfaceCriticalStrongInverted": "#D90A45",
|
|
103
|
-
"dtColorSurfaceWarningStrongInverted": "#FFBD48",
|
|
104
|
-
"dtColorSurfaceSuccessStrongInverted": "#31B237",
|
|
105
102
|
"dtColorSurfaceInfoStrongInverted": "#1768C6",
|
|
103
|
+
"dtColorSurfaceBrandStrong": "#AB7EFF",
|
|
106
104
|
"dtColorSurfaceBrandStrongInverted": "#7C52FF",
|
|
107
|
-
"
|
|
108
|
-
"dtColorSurfaceSecondaryOpaqueInverted": "#
|
|
109
|
-
"dtColorSurfaceModerateOpaqueInverted": "#
|
|
110
|
-
"dtColorSurfaceBoldOpaqueInverted": "#
|
|
111
|
-
"dtColorSurfaceStrongOpaqueInverted": "#
|
|
112
|
-
"dtColorSurfaceContrastOpaqueInverted": "#
|
|
105
|
+
"dtColorSurfacePrimaryOpaque": "#ffffff",
|
|
106
|
+
"dtColorSurfaceSecondaryOpaqueInverted": "#000000",
|
|
107
|
+
"dtColorSurfaceModerateOpaqueInverted": "#000000",
|
|
108
|
+
"dtColorSurfaceBoldOpaqueInverted": "#000000",
|
|
109
|
+
"dtColorSurfaceStrongOpaqueInverted": "#000000",
|
|
110
|
+
"dtColorSurfaceContrastOpaqueInverted": "#000000",
|
|
113
111
|
"dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
|
|
112
|
+
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
|
|
114
113
|
"dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
|
|
114
|
+
"dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
|
|
115
115
|
"dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
|
|
116
|
+
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
|
|
116
117
|
"dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
|
|
118
|
+
"dtColorSurfaceBrandOpaque": "#1D0155",
|
|
117
119
|
"dtColorSurfaceBrandOpaqueInverted": "#F5F0FF",
|
|
118
|
-
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
|
|
119
|
-
"dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
|
|
120
|
-
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
|
|
121
120
|
"dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
|
|
121
|
+
"dtColorSurfaceBrandSubtleOpaque": "#0E002A",
|
|
122
122
|
"dtColorSurfaceBrandSubtleOpaqueInverted": "#f9f6ff",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
123
|
+
"dtColorBorderSubtle": "#ffffff",
|
|
124
|
+
"dtColorBorderDefault": "#ffffff",
|
|
125
|
+
"dtColorBorderModerate": "#ffffff",
|
|
126
|
+
"dtColorBorderBold": "#ffffff",
|
|
127
|
+
"dtColorBorderSubtleInverted": "#000000",
|
|
128
|
+
"dtColorBorderDefaultInverted": "#000000",
|
|
129
|
+
"dtColorBorderModerateInverted": "#000000",
|
|
130
|
+
"dtColorBorderBoldInverted": "#000000",
|
|
131
|
+
"dtColorBorderFocus": "#1768C6",
|
|
129
132
|
"dtColorBorderCritical": "#FF716F",
|
|
130
133
|
"dtColorBorderSuccess": "#D1FF76",
|
|
131
134
|
"dtColorBorderWarning": "#FFDB80",
|
|
132
|
-
"dtColorBorderBrand": "#
|
|
135
|
+
"dtColorBorderBrand": "#C2A3FF",
|
|
136
|
+
"dtColorBorderAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
137
|
+
"dtColorBorderAccent": "#FF1BA4",
|
|
133
138
|
"dtColorBorderCriticalSubtle": "#93173A",
|
|
134
|
-
"dtColorBorderSuccessSubtle": "#52C926",
|
|
135
|
-
"dtColorBorderWarningSubtle": "#FF9E0E",
|
|
136
|
-
"dtColorBorderBrandSubtle": "#7C52FF",
|
|
137
139
|
"dtColorBorderCriticalStrong": "#FFABA4",
|
|
140
|
+
"dtColorBorderSuccessSubtle": "#52C926",
|
|
138
141
|
"dtColorBorderSuccessStrong": "#AEFB3C",
|
|
142
|
+
"dtColorBorderWarningSubtle": "#FF9E0E",
|
|
139
143
|
"dtColorBorderWarningStrong": "#FFE89C",
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"dtColorBorderDefaultInverted": "#000000",
|
|
143
|
-
"dtColorBorderModerateInverted": "#000000",
|
|
144
|
-
"dtColorBorderBoldInverted": "#000000",
|
|
144
|
+
"dtColorBorderBrandSubtle": "#7C52FF",
|
|
145
|
+
"dtColorBorderBrandStrong": "#DAC7FF",
|
|
145
146
|
"dtColorBorderCriticalInverted": "#FF1356",
|
|
146
147
|
"dtColorBorderSuccessInverted": "#31B237",
|
|
147
148
|
"dtColorBorderWarningInverted": "#FF9E0E",
|
|
148
149
|
"dtColorBorderBrandInverted": "#7C52FF",
|
|
149
150
|
"dtColorBorderCriticalSubtleInverted": "#FF716F",
|
|
150
|
-
"dtColorBorderSuccessSubtleInverted": "#D1FF76",
|
|
151
|
-
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
152
|
-
"dtColorBorderBrandSubtleInverted": "#BBA6FC",
|
|
153
151
|
"dtColorBorderCriticalStrongInverted": "#93173A",
|
|
152
|
+
"dtColorBorderSuccessSubtleInverted": "#D1FF76",
|
|
154
153
|
"dtColorBorderSuccessStrongInverted": "#004F2E",
|
|
154
|
+
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
155
155
|
"dtColorBorderWarningStrongInverted": "#D57F00",
|
|
156
|
+
"dtColorBorderBrandSubtleInverted": "#C2A3FF",
|
|
156
157
|
"dtColorBorderBrandStrongInverted": "#5023DD",
|
|
157
|
-
"dtColorBorderFocus": "#3B96DF",
|
|
158
|
-
"dtColorBorderAi": "linear-gradient(132deg, #FE8819 0%, #ff1356 30%, #FF1BA4 75%, #AE3ADF 100%)",
|
|
159
|
-
"dtColorBorderAccent": "#FF1BA4",
|
|
160
158
|
"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
159
|
"dtTypographyBodyMdFontWeight": "400",
|
|
162
160
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -374,47 +372,46 @@
|
|
|
374
372
|
"dtInputsFontWeightMd": "400",
|
|
375
373
|
"dtInputsFontWeightLg": "400",
|
|
376
374
|
"dtInputsFontWeightXl": "400",
|
|
377
|
-
"dtInputsColorForegroundDefault": "#
|
|
378
|
-
"dtInputsColorForegroundPlaceholder": "#
|
|
379
|
-
"dtInputsColorForegroundDisabled": "#
|
|
380
|
-
"dtInputsColorBorderDefault": "#
|
|
381
|
-
"
|
|
382
|
-
"dtInputsColorBorderFocus": "#3B96DF",
|
|
375
|
+
"dtInputsColorForegroundDefault": "#c7c7c7",
|
|
376
|
+
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
377
|
+
"dtInputsColorForegroundDisabled": "#808080",
|
|
378
|
+
"dtInputsColorBorderDefault": "#ffffff",
|
|
379
|
+
"dtInputsColorBorderFocus": "#1768C6",
|
|
383
380
|
"dtInputsColorBorderCritical": "#FF716F",
|
|
384
381
|
"dtInputsColorBorderSuccess": "#D1FF76",
|
|
385
382
|
"dtInputsColorBorderWarning": "#FFDB80",
|
|
386
383
|
"dtInputsColorBorderDisabled": "transparent",
|
|
387
|
-
"dtInputsColorBackgroundDefault": "#
|
|
384
|
+
"dtInputsColorBackgroundDefault": "#E6E6E6",
|
|
388
385
|
"dtInputsColorBackgroundFocus": "#171717",
|
|
389
|
-
"dtInputsColorBackgroundDisabled": "#
|
|
390
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
391
|
-
"dtActionColorForegroundBaseHover": "#
|
|
392
|
-
"dtActionColorForegroundBaseActive": "#
|
|
386
|
+
"dtInputsColorBackgroundDisabled": "#E6E6E6",
|
|
387
|
+
"dtActionColorForegroundBaseDefault": "#C2A3FF",
|
|
388
|
+
"dtActionColorForegroundBaseHover": "#DAC7FF",
|
|
389
|
+
"dtActionColorForegroundBaseActive": "#DAC7FF",
|
|
393
390
|
"dtActionColorForegroundBasePrimaryDefault": "#000000",
|
|
394
391
|
"dtActionColorForegroundCriticalDefault": "#FF716F",
|
|
395
392
|
"dtActionColorForegroundCriticalHover": "#FFABA4",
|
|
396
393
|
"dtActionColorForegroundCriticalActive": "#FFABA4",
|
|
397
394
|
"dtActionColorForegroundCriticalPrimaryDefault": "#000000",
|
|
398
|
-
"dtActionColorForegroundInvertedDefault": "#
|
|
399
|
-
"dtActionColorForegroundInvertedHover": "#
|
|
400
|
-
"dtActionColorForegroundInvertedActive": "#
|
|
401
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
402
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
403
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
404
|
-
"dtActionColorForegroundMutedDefault": "#
|
|
405
|
-
"dtActionColorForegroundMutedHover": "#
|
|
406
|
-
"dtActionColorForegroundMutedActive": "#
|
|
407
|
-
"dtActionColorForegroundDisabledDefault": "#
|
|
395
|
+
"dtActionColorForegroundInvertedDefault": "#171717",
|
|
396
|
+
"dtActionColorForegroundInvertedHover": "#171717",
|
|
397
|
+
"dtActionColorForegroundInvertedActive": "#171717",
|
|
398
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#C2A3FF",
|
|
399
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#DAC7FF",
|
|
400
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#DAC7FF",
|
|
401
|
+
"dtActionColorForegroundMutedDefault": "#c7c7c7",
|
|
402
|
+
"dtActionColorForegroundMutedHover": "#E6E6E6",
|
|
403
|
+
"dtActionColorForegroundMutedActive": "#E6E6E6",
|
|
404
|
+
"dtActionColorForegroundDisabledDefault": "#808080",
|
|
408
405
|
"dtActionColorForegroundPositiveDefault": "#AEFB3C",
|
|
409
406
|
"dtActionColorForegroundPositiveHover": "#DBFFA9",
|
|
410
407
|
"dtActionColorForegroundPositiveActive": "#DBFFA9",
|
|
411
408
|
"dtActionColorForegroundPositivePrimaryDefault": "#000000",
|
|
412
409
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
413
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
414
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
415
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
416
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
417
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
410
|
+
"dtActionColorBackgroundBaseHover": "#9568FF",
|
|
411
|
+
"dtActionColorBackgroundBaseActive": "#9568FF",
|
|
412
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#AB7EFF",
|
|
413
|
+
"dtActionColorBackgroundBasePrimaryHover": "#C2A3FF",
|
|
414
|
+
"dtActionColorBackgroundBasePrimaryActive": "#AB7EFF",
|
|
418
415
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
419
416
|
"dtActionColorBackgroundCriticalHover": "#93173A",
|
|
420
417
|
"dtActionColorBackgroundCriticalActive": "#93173A",
|
|
@@ -422,65 +419,64 @@
|
|
|
422
419
|
"dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
|
|
423
420
|
"dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
|
|
424
421
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
425
|
-
"dtActionColorBackgroundInvertedHover": "#
|
|
426
|
-
"dtActionColorBackgroundInvertedActive": "#
|
|
422
|
+
"dtActionColorBackgroundInvertedHover": "#D4D4D4",
|
|
423
|
+
"dtActionColorBackgroundInvertedActive": "#c7c7c7",
|
|
427
424
|
"dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
|
|
428
425
|
"dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
|
|
429
426
|
"dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
|
|
430
427
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
431
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
432
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
433
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
428
|
+
"dtActionColorBackgroundMutedHover": "#E6E6E6",
|
|
429
|
+
"dtActionColorBackgroundMutedActive": "#E6E6E6",
|
|
430
|
+
"dtActionColorBackgroundDisabledDefault": "#E6E6E6",
|
|
434
431
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
435
432
|
"dtActionColorBackgroundPositiveHover": "#004F2E",
|
|
436
433
|
"dtActionColorBackgroundPositiveActive": "#004F2E",
|
|
437
434
|
"dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
|
|
438
435
|
"dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
|
|
439
436
|
"dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
|
|
440
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
437
|
+
"dtActionColorBorderBaseOutlinedDefault": "#C2A3FF",
|
|
441
438
|
"dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
|
|
442
439
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
443
|
-
"dtActionColorBorderMutedOutlinedDefault": "#
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
"
|
|
476
|
-
"dtThemeSidebarSectionColorForeground": "#87807B",
|
|
440
|
+
"dtActionColorBorderMutedOutlinedDefault": "#ffffff",
|
|
441
|
+
"dtThemeColorBase": "#E6E6E6",
|
|
442
|
+
"dtThemeTopbarColorForeground": "#E6E6E6",
|
|
443
|
+
"dtThemeTopbarColorBackground": "#1f1f1f",
|
|
444
|
+
"dtThemeTopbarFieldColorForeground": "#E6E6E6",
|
|
445
|
+
"dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
|
|
446
|
+
"dtThemeTopbarFieldColorBackground": "#E6E6E6",
|
|
447
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
|
|
448
|
+
"dtThemeTopbarFieldColorBorder": "#E6E6E6",
|
|
449
|
+
"dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
|
|
450
|
+
"dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
|
|
451
|
+
"dtThemeTopbarButtonColorForeground": "#E6E6E6",
|
|
452
|
+
"dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
|
|
453
|
+
"dtThemeTopbarButtonColorBackground": "#E6E6E6",
|
|
454
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
|
|
455
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
|
|
456
|
+
"dtThemeTopbarProfileColorForeground": "#E6E6E6",
|
|
457
|
+
"dtThemeTopbarProfileColorForegroundInverted": "#171717",
|
|
458
|
+
"dtThemeTopbarProfileColorBackground": "#E6E6E6",
|
|
459
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
|
|
460
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
|
|
461
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
|
|
462
|
+
"dtThemeSidebarColorForeground": "#c7c7c7",
|
|
463
|
+
"dtThemeSidebarColorForegroundUnread": "#E6E6E6",
|
|
464
|
+
"dtThemeSidebarColorBackground": "#1f1f1f",
|
|
465
|
+
"dtThemeSidebarIconColorForeground": "#c7c7c7",
|
|
466
|
+
"dtThemeSidebarStatusColorForeground": "#B0B0B0",
|
|
467
|
+
"dtThemeSidebarRowColorBackground": "#E6E6E6",
|
|
468
|
+
"dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
|
|
469
|
+
"dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
|
|
470
|
+
"dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
|
|
471
|
+
"dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
|
|
472
|
+
"dtThemeSidebarSectionColorForeground": "#B0B0B0",
|
|
477
473
|
"dtThemePresenceColorBackgroundAvailable": "#84EE0B",
|
|
478
474
|
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
|
|
479
475
|
"dtThemePresenceColorBackgroundBusy": "#FFBD48",
|
|
480
476
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
481
477
|
"dtThemeMentionColorForeground": "#000000",
|
|
482
|
-
"dtThemeMentionColorForegroundStrong": "#
|
|
483
|
-
"dtThemeMentionColorBackground": "#
|
|
478
|
+
"dtThemeMentionColorForegroundStrong": "#171717",
|
|
479
|
+
"dtThemeMentionColorBackground": "#AB7EFF",
|
|
484
480
|
"dtThemeMentionColorBackgroundStrong": "#F5F0FF",
|
|
485
481
|
"dtAvatarColorForeground": "#000000",
|
|
486
482
|
"dtAvatarColorBackground100": "#1aa340",
|
|
@@ -502,20 +498,20 @@
|
|
|
502
498
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
503
499
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
504
500
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
505
|
-
"dtBadgeColorBackgroundDefault": "#
|
|
501
|
+
"dtBadgeColorBackgroundDefault": "#E6E6E6",
|
|
506
502
|
"dtBadgeColorBackgroundInfo": "#003165",
|
|
507
503
|
"dtBadgeColorBackgroundSuccess": "#004F2E",
|
|
508
504
|
"dtBadgeColorBackgroundWarning": "#533204",
|
|
509
505
|
"dtBadgeColorBackgroundCritical": "#640823",
|
|
510
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
506
|
+
"dtBadgeColorBackgroundBulletin": "#AB7EFF",
|
|
511
507
|
"dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
|
|
512
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(
|
|
508
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
513
509
|
"dtBadgeColorForegroundDefault": "#ffffff",
|
|
514
510
|
"dtBadgeColorForegroundBulletin": "#000000",
|
|
515
|
-
"dtBadgeColorForegroundBulletinSubtle": "#
|
|
511
|
+
"dtBadgeColorForegroundBulletinSubtle": "#E6E6E6",
|
|
516
512
|
"dtBadgeColorForegroundAi": "#ffffff",
|
|
517
|
-
"dtBadgeColorBorderDefault": "#
|
|
518
|
-
"dtBadgeColorBorderBulletinSubtle": "#
|
|
513
|
+
"dtBadgeColorBorderDefault": "#ffffff",
|
|
514
|
+
"dtBadgeColorBorderBulletinSubtle": "#9568FF",
|
|
519
515
|
"dtButtonFontSizeXs": "12px",
|
|
520
516
|
"dtButtonFontSizeSm": "12px",
|
|
521
517
|
"dtButtonFontSizeMd": "15px",
|
|
@@ -539,12 +535,11 @@
|
|
|
539
535
|
"dtCheckboxSizeWidth": "1rem",
|
|
540
536
|
"dtCheckboxSizeHeight": "1rem",
|
|
541
537
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
542
|
-
"dtCheckboxColorBorderUnchecked": "#
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"dtCheckboxColorBackgroundChecked": "#BBA6FC",
|
|
538
|
+
"dtCheckboxColorBorderUnchecked": "#ffffff",
|
|
539
|
+
"dtCheckboxColorBorderChecked": "#C2A3FF",
|
|
540
|
+
"dtCheckboxColorBackgroundChecked": "#AB7EFF",
|
|
546
541
|
"dtCheckboxColorForegroundDefault": "transparent",
|
|
547
|
-
"dtCheckboxColorForegroundChecked": "#
|
|
542
|
+
"dtCheckboxColorForegroundChecked": "#171717",
|
|
548
543
|
"dtIconSize100": "12px",
|
|
549
544
|
"dtIconSize200": "14px",
|
|
550
545
|
"dtIconSize300": "18px",
|
|
@@ -564,10 +559,9 @@
|
|
|
564
559
|
"dtRadioSizeWidth": "1rem",
|
|
565
560
|
"dtRadioSizeHeight": "1rem",
|
|
566
561
|
"dtRadioSizeRadius": "50%",
|
|
567
|
-
"dtRadioColorBorderUnchecked": "#
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"dtRadioColorBackgroundChecked": "#BBA6FC",
|
|
562
|
+
"dtRadioColorBorderUnchecked": "#ffffff",
|
|
563
|
+
"dtRadioColorBorderChecked": "#C2A3FF",
|
|
564
|
+
"dtRadioColorBackgroundChecked": "#AB7EFF",
|
|
571
565
|
"dtRadioColorForegroundDefault": "transparent",
|
|
572
|
-
"dtRadioColorForegroundChecked": "#
|
|
566
|
+
"dtRadioColorForegroundChecked": "#171717"
|
|
573
567
|
}
|