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