@dialpad/dialtone 9.105.0 → 9.106.0-rebrand-2025-beta.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 +0 -1
- package/dist/css/dialtone-default-theme.css +6306 -1549
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +1849 -195
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/fonts/SeasonMix-Bold.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-Regular.woff2 +0 -0
- package/dist/css/fonts/SeasonMix-SemiBold.woff2 +0 -0
- package/dist/css/tokens/tokens-base-dark.css +526 -161
- package/dist/css/tokens/tokens-base-deca-dark.css +98 -48
- package/dist/css/tokens/tokens-base-deca-light.css +94 -44
- package/dist/css/tokens/tokens-base-light.css +493 -128
- package/dist/css/tokens/tokens-debug-base.css +368 -3
- package/dist/css/tokens/tokens-debug-dp.css +1027 -669
- package/dist/css/tokens/tokens-deca-dark.css +797 -768
- package/dist/css/tokens/tokens-deca-light.css +736 -707
- package/dist/css/tokens/tokens-dp-dark.css +1275 -917
- package/dist/css/tokens/tokens-dp-light.css +1331 -973
- package/dist/css/tokens/tokens-expressive-dark.css +1275 -917
- package/dist/css/tokens/tokens-expressive-light.css +1328 -970
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1275 -917
- package/dist/css/tokens/tokens-expressive-sm-light.css +1328 -970
- package/dist/css/tokens/tokens-tmo-dark.css +1431 -1073
- package/dist/css/tokens/tokens-tmo-light.css +1473 -1115
- package/dist/css/tokens-docs.json +1 -1
- package/dist/tokens/css/tokens-base-dark.css +526 -161
- package/dist/tokens/css/tokens-base-deca-dark.css +98 -48
- package/dist/tokens/css/tokens-base-deca-light.css +94 -44
- package/dist/tokens/css/tokens-base-light.css +493 -128
- package/dist/tokens/css/tokens-debug-base.css +368 -3
- package/dist/tokens/css/tokens-debug-dp.css +1027 -669
- package/dist/tokens/css/tokens-deca-dark.css +797 -768
- package/dist/tokens/css/tokens-deca-light.css +736 -707
- package/dist/tokens/css/tokens-dp-dark.css +1275 -917
- package/dist/tokens/css/tokens-dp-light.css +1331 -973
- package/dist/tokens/css/tokens-expressive-dark.css +1275 -917
- package/dist/tokens/css/tokens-expressive-light.css +1328 -970
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1275 -917
- package/dist/tokens/css/tokens-expressive-sm-light.css +1328 -970
- package/dist/tokens/css/tokens-tmo-dark.css +1431 -1073
- package/dist/tokens/css/tokens-tmo-light.css +1473 -1115
- package/dist/tokens/doc.json +97182 -76956
- package/dist/tokens/less/tokens-base-dark.less +99 -46
- package/dist/tokens/less/tokens-base-deca-dark.less +23 -15
- package/dist/tokens/less/tokens-base-deca-light.less +22 -14
- package/dist/tokens/less/tokens-base-light.less +90 -37
- package/dist/tokens/less/tokens-deca-dark.less +187 -182
- package/dist/tokens/less/tokens-deca-light.less +178 -173
- package/dist/tokens/less/tokens-dp-dark.less +239 -187
- package/dist/tokens/less/tokens-dp-light.less +237 -185
- package/dist/tokens/less/tokens-expressive-dark.less +262 -210
- package/dist/tokens/less/tokens-expressive-light.less +260 -208
- package/dist/tokens/less/tokens-expressive-sm-dark.less +262 -210
- package/dist/tokens/less/tokens-expressive-sm-light.less +260 -208
- package/dist/tokens/less/tokens-tmo-dark.less +259 -207
- package/dist/tokens/less/tokens-tmo-light.less +250 -198
- package/dist/tokens/themes/chunks/tokens-base-dark-BjqCt8ke.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-DtZ_Inhl.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-CIQSO1H9.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-Cll0VrKT.js +1 -0
- package/dist/tokens/themes/debug.cjs +1 -1
- package/dist/tokens/themes/debug.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +2 -2
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +2 -2
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +3 -3
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +3 -3
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +3 -3
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +3 -3
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +2 -2
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/dist/tokens/tokens-base-dark.json +99 -46
- package/dist/tokens/tokens-base-deca-dark.json +20 -12
- package/dist/tokens/tokens-base-deca-light.json +19 -11
- package/dist/tokens/tokens-base-light.json +90 -37
- package/dist/tokens/tokens-deca-dark.json +184 -179
- package/dist/tokens/tokens-deca-light.json +176 -171
- package/dist/tokens/tokens-dp-dark.json +223 -171
- package/dist/tokens/tokens-dp-light.json +234 -182
- package/dist/tokens/tokens-expressive-dark.json +246 -194
- package/dist/tokens/tokens-expressive-light.json +257 -205
- package/dist/tokens/tokens-expressive-sm-dark.json +246 -194
- package/dist/tokens/tokens-expressive-sm-light.json +257 -205
- package/dist/tokens/tokens-tmo-dark.json +248 -196
- package/dist/tokens/tokens-tmo-light.json +245 -193
- 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/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/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/package.json +5 -5
- package/dist/css/fonts/Archivo-Bold.woff2 +0 -0
- package/dist/css/fonts/Archivo-Regular.woff2 +0 -0
- package/dist/css/fonts/Archivo-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
- package/dist/css/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-BnTEKGxK.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-Ch4dTh7V.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-BLxKOiup.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-DWLxg2cD.js +0 -1
|
@@ -1,118 +1,162 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dtSizeBorderFocus": "0.1875rem",
|
|
3
|
-
"dtColorForegroundPrimary": "#
|
|
3
|
+
"dtColorForegroundPrimary": "#1C1C1C",
|
|
4
4
|
"dtColorForegroundSecondary": "#3A3A3A",
|
|
5
|
-
"dtColorForegroundTertiary": "#
|
|
6
|
-
"dtColorForegroundMuted": "#
|
|
5
|
+
"dtColorForegroundTertiary": "#535353",
|
|
6
|
+
"dtColorForegroundMuted": "#000000",
|
|
7
7
|
"dtColorForegroundPlaceholder": "#808080",
|
|
8
8
|
"dtColorForegroundDisabled": "#808080",
|
|
9
|
-
"dtColorForegroundCritical": "#
|
|
10
|
-
"dtColorForegroundCriticalStrong": "#
|
|
11
|
-
"dtColorForegroundSuccess": "#
|
|
12
|
-
"dtColorForegroundSuccessStrong": "#
|
|
9
|
+
"dtColorForegroundCritical": "#D90A45",
|
|
10
|
+
"dtColorForegroundCriticalStrong": "#AF0032",
|
|
11
|
+
"dtColorForegroundSuccess": "#008E52",
|
|
12
|
+
"dtColorForegroundSuccessStrong": "#004F2E",
|
|
13
13
|
"dtColorForegroundWarning": "#815008",
|
|
14
|
-
"dtColorForegroundPrimaryInverted": "#
|
|
14
|
+
"dtColorForegroundPrimaryInverted": "#F9F9F9",
|
|
15
15
|
"dtColorForegroundSecondaryInverted": "#E9E9E9",
|
|
16
16
|
"dtColorForegroundTertiaryInverted": "#D2D2D2",
|
|
17
|
-
"dtColorForegroundMutedInverted": "#
|
|
18
|
-
"dtColorForegroundPlaceholderInverted": "#
|
|
19
|
-
"dtColorForegroundDisabledInverted": "#
|
|
20
|
-
"dtColorForegroundCriticalInverted": "#
|
|
21
|
-
"dtColorForegroundCriticalStrongInverted": "#
|
|
22
|
-
"dtColorForegroundSuccessInverted": "#
|
|
23
|
-
"dtColorForegroundSuccessStrongInverted": "#
|
|
24
|
-
"dtColorForegroundWarningInverted": "#
|
|
25
|
-
"dtColorLinkPrimary": "#
|
|
26
|
-
"
|
|
27
|
-
"
|
|
17
|
+
"dtColorForegroundMutedInverted": "#F9F9F9",
|
|
18
|
+
"dtColorForegroundPlaceholderInverted": "#AAAAAA",
|
|
19
|
+
"dtColorForegroundDisabledInverted": "#AAAAAA",
|
|
20
|
+
"dtColorForegroundCriticalInverted": "#FF716F",
|
|
21
|
+
"dtColorForegroundCriticalStrongInverted": "#FFABA4",
|
|
22
|
+
"dtColorForegroundSuccessInverted": "#AEFB3C",
|
|
23
|
+
"dtColorForegroundSuccessStrongInverted": "#DBFFA9",
|
|
24
|
+
"dtColorForegroundWarningInverted": "#FF9E0E",
|
|
25
|
+
"dtColorLinkPrimary": "#e20074",
|
|
26
|
+
"dtColorLinkPrimaryHover": "#A80056",
|
|
27
|
+
"dtColorLinkCritical": "#D90A45",
|
|
28
|
+
"dtColorLinkCriticalHover": "#AF0032",
|
|
29
|
+
"dtColorLinkSuccess": "#008E52",
|
|
30
|
+
"dtColorLinkSuccessHover": "#004F2E",
|
|
28
31
|
"dtColorLinkWarning": "#815008",
|
|
32
|
+
"dtColorLinkWarningHover": "#533204",
|
|
29
33
|
"dtColorLinkMuted": "#3A3A3A",
|
|
34
|
+
"dtColorLinkMutedHover": "#1C1C1C",
|
|
30
35
|
"dtColorLinkDisabled": "#808080",
|
|
31
|
-
"dtColorLinkPrimaryInverted": "#AB7EFF",
|
|
32
|
-
"dtColorLinkCriticalInverted": "#FF8585",
|
|
33
|
-
"dtColorLinkSuccessInverted": "#B0FFA3",
|
|
34
|
-
"dtColorLinkWarningInverted": "#FFF4CC",
|
|
35
|
-
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
36
|
-
"dtColorLinkDisabledInverted": "#808080",
|
|
37
|
-
"dtColorLinkPrimaryHover": "#3A1D95",
|
|
38
|
-
"dtColorLinkCriticalHover": "#B70B0B",
|
|
39
|
-
"dtColorLinkSuccessHover": "#124620",
|
|
40
|
-
"dtColorLinkWarningHover": "#555555",
|
|
41
|
-
"dtColorLinkMutedHover": "#000000",
|
|
42
36
|
"dtColorLinkDisabledHover": "#808080",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
37
|
+
"dtColorLinkPrimaryInverted": "#FFB2DA",
|
|
38
|
+
"dtColorLinkPrimaryInvertedHover": "#FFCCE6",
|
|
39
|
+
"dtColorLinkCriticalInverted": "#FF716F",
|
|
40
|
+
"dtColorLinkCriticalInvertedHover": "#FFABA4",
|
|
41
|
+
"dtColorLinkSuccessInverted": "#AEFB3C",
|
|
42
|
+
"dtColorLinkSuccessInvertedHover": "#DBFFA9",
|
|
43
|
+
"dtColorLinkWarningInverted": "#FF9E0E",
|
|
44
|
+
"dtColorLinkWarningInvertedHover": "#FFDB80",
|
|
45
|
+
"dtColorLinkMutedInverted": "#E9E9E9",
|
|
47
46
|
"dtColorLinkMutedInvertedHover": "#F9F9F9",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"dtColorSurfaceModerateOpaque": "#000000",
|
|
51
|
-
"dtColorSurfaceBoldOpaque": "#000000",
|
|
52
|
-
"dtColorSurfaceStrongOpaque": "#000000",
|
|
53
|
-
"dtColorSurfaceContrastOpaque": "#000000",
|
|
54
|
-
"dtColorSurfaceBackdrop": "#000000",
|
|
55
|
-
"dtColorSurfaceCriticalOpaque": "#EC0E0E",
|
|
56
|
-
"dtColorSurfaceCriticalSubtleOpaque": "#EC0E0E",
|
|
57
|
-
"dtColorSurfaceWarningOpaque": "#FFDB80",
|
|
58
|
-
"dtColorSurfaceWarningSubtleOpaque": "#FFDB80",
|
|
59
|
-
"dtColorSurfaceSuccessOpaque": "#1AA340",
|
|
60
|
-
"dtColorSurfaceSuccessSubtleOpaque": "#1AA340",
|
|
61
|
-
"dtColorSurfaceInfoOpaque": "#1768C6",
|
|
62
|
-
"dtColorSurfaceInfoSubtleOpaque": "#1768C6",
|
|
47
|
+
"dtColorLinkDisabledInverted": "#AAAAAA",
|
|
48
|
+
"dtColorLinkDisabledInvertedHover": "#AAAAAA",
|
|
63
49
|
"dtColorSurfacePrimary": "#ffffff",
|
|
64
50
|
"dtColorSurfaceSecondary": "#F9F9F9",
|
|
65
51
|
"dtColorSurfaceModerate": "#E9E9E9",
|
|
66
52
|
"dtColorSurfaceBold": "#D2D2D2",
|
|
67
|
-
"dtColorSurfaceStrong": "#
|
|
68
|
-
"dtColorSurfaceContrast": "#
|
|
53
|
+
"dtColorSurfaceStrong": "#535353",
|
|
54
|
+
"dtColorSurfaceContrast": "#252525",
|
|
69
55
|
"dtColorSurfaceCritical": "#FFE5E6",
|
|
70
|
-
"dtColorSurfaceCriticalSubtle": "#FFE5E6",
|
|
71
|
-
"dtColorSurfaceCriticalStrong": "#B70B0B",
|
|
72
56
|
"dtColorSurfaceWarning": "#FFF4CC",
|
|
73
|
-
"dtColorSurfaceWarningSubtle": "#FFF4CC",
|
|
74
|
-
"dtColorSurfaceWarningStrong": "#FFDB80",
|
|
75
57
|
"dtColorSurfaceSuccess": "#EDF9EB",
|
|
76
|
-
"dtColorSurfaceSuccessSubtle": "#EDF9EB",
|
|
77
|
-
"dtColorSurfaceSuccessStrong": "#1AA340",
|
|
78
58
|
"dtColorSurfaceInfo": "#EAF2FA",
|
|
79
|
-
"
|
|
59
|
+
"dtColorSurfaceBrand": "#FFCCE6",
|
|
60
|
+
"dtColorSurfaceCriticalSubtle": "#FFF2F3",
|
|
61
|
+
"dtColorSurfaceWarningSubtle": "#fffae5",
|
|
62
|
+
"dtColorSurfaceSuccessSubtle": "#f6fcf5",
|
|
63
|
+
"dtColorSurfaceInfoSubtle": "#f5f9fd",
|
|
64
|
+
"dtColorSurfaceBrandSubtle": "#FFF0F8",
|
|
65
|
+
"dtColorSurfaceCriticalStrong": "#D90A45",
|
|
66
|
+
"dtColorSurfaceWarningStrong": "#FFBD48",
|
|
67
|
+
"dtColorSurfaceSuccessStrong": "#008E52",
|
|
80
68
|
"dtColorSurfaceInfoStrong": "#1768C6",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
69
|
+
"dtColorSurfaceBrandStrong": "#E20074",
|
|
70
|
+
"dtColorSurfacePrimaryOpaque": "#ffffff",
|
|
71
|
+
"dtColorSurfaceSecondaryOpaque": "#1C1C1C",
|
|
72
|
+
"dtColorSurfaceModerateOpaque": "#1C1C1C",
|
|
73
|
+
"dtColorSurfaceBoldOpaque": "#1C1C1C",
|
|
74
|
+
"dtColorSurfaceStrongOpaque": "#1C1C1C",
|
|
75
|
+
"dtColorSurfaceContrastOpaque": "#1C1C1C",
|
|
76
|
+
"dtColorSurfaceCriticalOpaque": "#FFABA4",
|
|
77
|
+
"dtColorSurfaceWarningOpaque": "#FFE89C",
|
|
78
|
+
"dtColorSurfaceSuccessOpaque": "#DBFFA9",
|
|
79
|
+
"dtColorSurfaceInfoOpaque": "#BDE8FF",
|
|
80
|
+
"dtColorSurfaceBrandOpaque": "#E20074",
|
|
81
|
+
"dtColorSurfaceCriticalSubtleOpaque": "#FFE5E6",
|
|
82
|
+
"dtColorSurfaceWarningSubtleOpaque": "#FFF4CC",
|
|
83
|
+
"dtColorSurfaceSuccessSubtleOpaque": "#EDF9EB",
|
|
84
|
+
"dtColorSurfaceInfoSubtleOpaque": "#EAF2FA",
|
|
85
|
+
"dtColorSurfaceBrandSubtleOpaque": "#E20074",
|
|
86
|
+
"dtColorSurfacePrimaryInverted": "#000000",
|
|
87
|
+
"dtColorSurfaceSecondaryInverted": "#252525",
|
|
88
|
+
"dtColorSurfaceModerateInverted": "#3A3A3A",
|
|
89
|
+
"dtColorSurfaceBoldInverted": "#535353",
|
|
90
|
+
"dtColorSurfaceStrongInverted": "#AAAAAA",
|
|
91
|
+
"dtColorSurfaceContrastInverted": "#F9F9F9",
|
|
92
|
+
"dtColorSurfaceCriticalInverted": "#380010",
|
|
93
|
+
"dtColorSurfaceWarningInverted": "#2C1B02",
|
|
94
|
+
"dtColorSurfaceSuccessInverted": "#012717",
|
|
95
|
+
"dtColorSurfaceInfoInverted": "#001429",
|
|
96
|
+
"dtColorSurfaceBrandInverted": "#1D0155",
|
|
97
|
+
"dtColorSurfaceCriticalSubtleInverted": "#1C0108",
|
|
98
|
+
"dtColorSurfaceWarningSubtleInverted": "#201301",
|
|
99
|
+
"dtColorSurfaceSuccessSubtleInverted": "#00150D",
|
|
100
|
+
"dtColorSurfaceInfoSubtleInverted": "#010B16",
|
|
101
|
+
"dtColorSurfaceBrandSubtleInverted": "#10022C",
|
|
102
|
+
"dtColorSurfaceCriticalStrongInverted": "#FF716F",
|
|
103
|
+
"dtColorSurfaceWarningStrongInverted": "#FFDB80",
|
|
104
|
+
"dtColorSurfaceSuccessStrongInverted": "#AEFB3C",
|
|
105
|
+
"dtColorSurfaceInfoStrongInverted": "#4AA9EA",
|
|
106
|
+
"dtColorSurfaceBrandStrongInverted": "#BBA6FC",
|
|
107
|
+
"dtColorSurfacePrimaryOpaqueInverted": "#000000",
|
|
108
|
+
"dtColorSurfaceSecondaryOpaqueInverted": "#ffffff",
|
|
109
|
+
"dtColorSurfaceModerateOpaqueInverted": "#ffffff",
|
|
110
|
+
"dtColorSurfaceBoldOpaqueInverted": "#ffffff",
|
|
111
|
+
"dtColorSurfaceStrongOpaqueInverted": "#ffffff",
|
|
112
|
+
"dtColorSurfaceContrastOpaqueInverted": "#ffffff",
|
|
113
|
+
"dtColorSurfaceCriticalOpaqueInverted": "#640823",
|
|
114
|
+
"dtColorSurfaceWarningOpaqueInverted": "#533204",
|
|
115
|
+
"dtColorSurfaceSuccessOpaqueInverted": "#004F2E",
|
|
116
|
+
"dtColorSurfaceInfoOpaqueInverted": "#001429",
|
|
117
|
+
"dtColorSurfaceBrandOpaqueInverted": "#1D0155",
|
|
118
|
+
"dtColorSurfaceCriticalSubtleOpaqueInverted": "#1C0108",
|
|
119
|
+
"dtColorSurfaceWarningSubtleOpaqueInverted": "#201301",
|
|
120
|
+
"dtColorSurfaceSuccessSubtleOpaqueInverted": "#00150D",
|
|
121
|
+
"dtColorSurfaceInfoSubtleOpaqueInverted": "#010B16",
|
|
122
|
+
"dtColorSurfaceBrandSubtleOpaqueInverted": "#10022C",
|
|
123
|
+
"dtColorSurfaceBackdrop": "#000000",
|
|
124
|
+
"dtColorSurfaceAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
|
|
125
|
+
"dtColorBorderSubtle": "#1C1C1C",
|
|
126
|
+
"dtColorBorderDefault": "#1C1C1C",
|
|
127
|
+
"dtColorBorderModerate": "#1C1C1C",
|
|
128
|
+
"dtColorBorderBold": "#1C1C1C",
|
|
129
|
+
"dtColorBorderCritical": "#D90A45",
|
|
130
|
+
"dtColorBorderSuccess": "#2EA834",
|
|
131
|
+
"dtColorBorderWarning": "#FF9E0E",
|
|
132
|
+
"dtColorBorderBrand": "#E20074",
|
|
133
|
+
"dtColorBorderCriticalSubtle": "#FF716F",
|
|
134
|
+
"dtColorBorderSuccessSubtle": "#D1FF76",
|
|
135
|
+
"dtColorBorderWarningSubtle": "#FFDB80",
|
|
136
|
+
"dtColorBorderBrandSubtle": "#FFB2DA",
|
|
137
|
+
"dtColorBorderCriticalStrong": "#93173A",
|
|
138
|
+
"dtColorBorderSuccessStrong": "#004F2E",
|
|
139
|
+
"dtColorBorderWarningStrong": "#D57F00",
|
|
140
|
+
"dtColorBorderBrandStrong": "#A80056",
|
|
85
141
|
"dtColorBorderSubtleInverted": "#ffffff",
|
|
86
142
|
"dtColorBorderDefaultInverted": "#ffffff",
|
|
87
143
|
"dtColorBorderModerateInverted": "#ffffff",
|
|
88
144
|
"dtColorBorderBoldInverted": "#ffffff",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"dtColorBorderCriticalInverted": "#FF8585",
|
|
105
|
-
"dtColorBorderSuccessInverted": "#B0FFA3",
|
|
106
|
-
"dtColorBorderWarningInverted": "#FFDB80",
|
|
107
|
-
"dtColorBorderBrandInverted": "#7C52FF",
|
|
108
|
-
"dtColorBorderCriticalSubtleInverted": "#B70B0B",
|
|
109
|
-
"dtColorBorderCriticalStrongInverted": "#FFE5E6",
|
|
110
|
-
"dtColorBorderSuccessSubtleInverted": "#1AA340",
|
|
111
|
-
"dtColorBorderSuccessStrongInverted": "#EDF9EB",
|
|
112
|
-
"dtColorBorderWarningSubtleInverted": "#D28F2B",
|
|
113
|
-
"dtColorBorderWarningStrongInverted": "#FFF4CC",
|
|
114
|
-
"dtColorBorderBrandSubtleInverted": "#3A1D95",
|
|
115
|
-
"dtColorBorderBrandStrongInverted": "#DAC7FF",
|
|
145
|
+
"dtColorBorderCriticalInverted": "#FF716F",
|
|
146
|
+
"dtColorBorderSuccessInverted": "#52C926",
|
|
147
|
+
"dtColorBorderWarningInverted": "#EA8F07",
|
|
148
|
+
"dtColorBorderBrandInverted": "#FF4DA8",
|
|
149
|
+
"dtColorBorderCriticalSubtleInverted": "#640823",
|
|
150
|
+
"dtColorBorderSuccessSubtleInverted": "#004F2E",
|
|
151
|
+
"dtColorBorderWarningSubtleInverted": "#815008",
|
|
152
|
+
"dtColorBorderBrandSubtleInverted": "#A80056",
|
|
153
|
+
"dtColorBorderCriticalStrongInverted": "#FFABA4",
|
|
154
|
+
"dtColorBorderSuccessStrongInverted": "#84EE0B",
|
|
155
|
+
"dtColorBorderWarningStrongInverted": "#FFDB80",
|
|
156
|
+
"dtColorBorderBrandStrongInverted": "#FFB2DA",
|
|
157
|
+
"dtColorBorderFocus": "#2C83D5",
|
|
158
|
+
"dtColorBorderAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
|
|
159
|
+
"dtColorBorderAccent": "#FF1BA4",
|
|
116
160
|
"dtTypographyBodyMdFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
117
161
|
"dtTypographyBodyMdFontWeight": "400",
|
|
118
162
|
"dtTypographyBodyMdLineHeight": "1.6",
|
|
@@ -289,15 +333,15 @@
|
|
|
289
333
|
"dtTypographyInputsXlFontSize": "27px",
|
|
290
334
|
"dtTypographyInputsXlLineHeight": "1.2",
|
|
291
335
|
"dtTypographyButtonXsFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
292
|
-
"dtTypographyButtonXsFontWeight": "
|
|
336
|
+
"dtTypographyButtonXsFontWeight": "600",
|
|
293
337
|
"dtTypographyButtonXsFontSize": "12px",
|
|
294
338
|
"dtTypographyButtonXsLineHeight": "1.2",
|
|
295
339
|
"dtTypographyButtonSmFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
296
|
-
"dtTypographyButtonSmFontWeight": "
|
|
340
|
+
"dtTypographyButtonSmFontWeight": "600",
|
|
297
341
|
"dtTypographyButtonSmFontSize": "12px",
|
|
298
342
|
"dtTypographyButtonSmLineHeight": "1.2",
|
|
299
343
|
"dtTypographyButtonMdFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
300
|
-
"dtTypographyButtonMdFontWeight": "
|
|
344
|
+
"dtTypographyButtonMdFontWeight": "600",
|
|
301
345
|
"dtTypographyButtonMdFontSize": "15px",
|
|
302
346
|
"dtTypographyButtonMdLineHeight": "1.2",
|
|
303
347
|
"dtTypographyButtonLgFontFamily": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
|
@@ -333,109 +377,110 @@
|
|
|
333
377
|
"dtInputsColorForegroundDefault": "#3A3A3A",
|
|
334
378
|
"dtInputsColorForegroundPlaceholder": "#808080",
|
|
335
379
|
"dtInputsColorForegroundDisabled": "#808080",
|
|
336
|
-
"dtInputsColorBorderDefault": "#
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
380
|
+
"dtInputsColorBorderDefault": "#1C1C1C",
|
|
381
|
+
"dtInputsColorBorderHover": "#1C1C1C",
|
|
382
|
+
"dtInputsColorBorderFocus": "#2C83D5",
|
|
383
|
+
"dtInputsColorBorderCritical": "#D90A45",
|
|
384
|
+
"dtInputsColorBorderSuccess": "#2EA834",
|
|
385
|
+
"dtInputsColorBorderWarning": "#FF9E0E",
|
|
341
386
|
"dtInputsColorBorderDisabled": "transparent",
|
|
342
|
-
"dtInputsColorBackgroundDefault": "#
|
|
343
|
-
"dtInputsColorBackgroundFocus": "#
|
|
344
|
-
"dtInputsColorBackgroundDisabled": "#
|
|
345
|
-
"dtActionColorForegroundBaseDefault": "#
|
|
346
|
-
"dtActionColorForegroundBaseHover": "#
|
|
347
|
-
"dtActionColorForegroundBaseActive": "#
|
|
387
|
+
"dtInputsColorBackgroundDefault": "#1C1C1C",
|
|
388
|
+
"dtInputsColorBackgroundFocus": "#F9F9F9",
|
|
389
|
+
"dtInputsColorBackgroundDisabled": "#1C1C1C",
|
|
390
|
+
"dtActionColorForegroundBaseDefault": "#e20074",
|
|
391
|
+
"dtActionColorForegroundBaseHover": "#A80056",
|
|
392
|
+
"dtActionColorForegroundBaseActive": "#A80056",
|
|
348
393
|
"dtActionColorForegroundBasePrimaryDefault": "#ffffff",
|
|
349
|
-
"dtActionColorForegroundCriticalDefault": "#
|
|
350
|
-
"dtActionColorForegroundCriticalHover": "#
|
|
351
|
-
"dtActionColorForegroundCriticalActive": "#
|
|
394
|
+
"dtActionColorForegroundCriticalDefault": "#D90A45",
|
|
395
|
+
"dtActionColorForegroundCriticalHover": "#AF0032",
|
|
396
|
+
"dtActionColorForegroundCriticalActive": "#AF0032",
|
|
352
397
|
"dtActionColorForegroundCriticalPrimaryDefault": "#ffffff",
|
|
353
|
-
"dtActionColorForegroundInvertedDefault": "#
|
|
354
|
-
"dtActionColorForegroundInvertedHover": "#
|
|
355
|
-
"dtActionColorForegroundInvertedActive": "#
|
|
356
|
-
"dtActionColorForegroundInvertedPrimaryDefault": "#
|
|
357
|
-
"dtActionColorForegroundInvertedPrimaryHover": "#
|
|
358
|
-
"dtActionColorForegroundInvertedPrimaryActive": "#
|
|
398
|
+
"dtActionColorForegroundInvertedDefault": "#F9F9F9",
|
|
399
|
+
"dtActionColorForegroundInvertedHover": "#F9F9F9",
|
|
400
|
+
"dtActionColorForegroundInvertedActive": "#F9F9F9",
|
|
401
|
+
"dtActionColorForegroundInvertedPrimaryDefault": "#e20074",
|
|
402
|
+
"dtActionColorForegroundInvertedPrimaryHover": "#A80056",
|
|
403
|
+
"dtActionColorForegroundInvertedPrimaryActive": "#A80056",
|
|
359
404
|
"dtActionColorForegroundMutedDefault": "#3A3A3A",
|
|
360
|
-
"dtActionColorForegroundMutedHover": "#
|
|
361
|
-
"dtActionColorForegroundMutedActive": "#
|
|
405
|
+
"dtActionColorForegroundMutedHover": "#1C1C1C",
|
|
406
|
+
"dtActionColorForegroundMutedActive": "#1C1C1C",
|
|
362
407
|
"dtActionColorForegroundDisabledDefault": "#808080",
|
|
363
|
-
"dtActionColorForegroundPositiveDefault": "#
|
|
364
|
-
"dtActionColorForegroundPositiveHover": "#
|
|
365
|
-
"dtActionColorForegroundPositiveActive": "#
|
|
408
|
+
"dtActionColorForegroundPositiveDefault": "#008E52",
|
|
409
|
+
"dtActionColorForegroundPositiveHover": "#004F2E",
|
|
410
|
+
"dtActionColorForegroundPositiveActive": "#004F2E",
|
|
366
411
|
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
|
|
367
412
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
368
|
-
"dtActionColorBackgroundBaseHover": "#
|
|
369
|
-
"dtActionColorBackgroundBaseActive": "#
|
|
370
|
-
"dtActionColorBackgroundBasePrimaryDefault": "#
|
|
371
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
372
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
413
|
+
"dtActionColorBackgroundBaseHover": "#E20074",
|
|
414
|
+
"dtActionColorBackgroundBaseActive": "#E20074",
|
|
415
|
+
"dtActionColorBackgroundBasePrimaryDefault": "#E20074",
|
|
416
|
+
"dtActionColorBackgroundBasePrimaryHover": "#A80056",
|
|
417
|
+
"dtActionColorBackgroundBasePrimaryActive": "#7A003F",
|
|
373
418
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
374
|
-
"dtActionColorBackgroundCriticalHover": "#
|
|
375
|
-
"dtActionColorBackgroundCriticalActive": "#
|
|
376
|
-
"dtActionColorBackgroundCriticalPrimaryDefault": "#
|
|
377
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
378
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
419
|
+
"dtActionColorBackgroundCriticalHover": "#FFABA4",
|
|
420
|
+
"dtActionColorBackgroundCriticalActive": "#FFABA4",
|
|
421
|
+
"dtActionColorBackgroundCriticalPrimaryDefault": "#FF1356",
|
|
422
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#D90A45",
|
|
423
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#AF0032",
|
|
379
424
|
"dtActionColorBackgroundInvertedDefault": "transparent",
|
|
380
425
|
"dtActionColorBackgroundInvertedHover": "#ffffff",
|
|
381
426
|
"dtActionColorBackgroundInvertedActive": "#ffffff",
|
|
382
|
-
"dtActionColorBackgroundInvertedPrimaryDefault": "#
|
|
383
|
-
"dtActionColorBackgroundInvertedPrimaryHover": "#
|
|
384
|
-
"dtActionColorBackgroundInvertedPrimaryActive": "#
|
|
427
|
+
"dtActionColorBackgroundInvertedPrimaryDefault": "#FFF0F8",
|
|
428
|
+
"dtActionColorBackgroundInvertedPrimaryHover": "#FFCCE6",
|
|
429
|
+
"dtActionColorBackgroundInvertedPrimaryActive": "#FFF0F8",
|
|
385
430
|
"dtActionColorBackgroundMutedDefault": "transparent",
|
|
386
|
-
"dtActionColorBackgroundMutedHover": "#
|
|
387
|
-
"dtActionColorBackgroundMutedActive": "#
|
|
388
|
-
"dtActionColorBackgroundDisabledDefault": "#
|
|
431
|
+
"dtActionColorBackgroundMutedHover": "#1C1C1C",
|
|
432
|
+
"dtActionColorBackgroundMutedActive": "#1C1C1C",
|
|
433
|
+
"dtActionColorBackgroundDisabledDefault": "#1C1C1C",
|
|
389
434
|
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
390
|
-
"dtActionColorBackgroundPositiveHover": "#
|
|
391
|
-
"dtActionColorBackgroundPositiveActive": "#
|
|
392
|
-
"dtActionColorBackgroundPositivePrimaryDefault": "#
|
|
393
|
-
"dtActionColorBackgroundPositivePrimaryHover": "#
|
|
394
|
-
"dtActionColorBackgroundPositivePrimaryActive": "#
|
|
395
|
-
"dtActionColorBorderBaseOutlinedDefault": "#
|
|
396
|
-
"dtActionColorBorderCriticalOutlinedDefault": "#
|
|
435
|
+
"dtActionColorBackgroundPositiveHover": "#DBFFA9",
|
|
436
|
+
"dtActionColorBackgroundPositiveActive": "#DBFFA9",
|
|
437
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#2EA834",
|
|
438
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#008E52",
|
|
439
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#008E52",
|
|
440
|
+
"dtActionColorBorderBaseOutlinedDefault": "#E20074",
|
|
441
|
+
"dtActionColorBorderCriticalOutlinedDefault": "#D90A45",
|
|
397
442
|
"dtActionColorBorderInvertedOutlinedDefault": "#ffffff",
|
|
398
|
-
"dtActionColorBorderMutedOutlinedDefault": "#
|
|
399
|
-
"dtThemeColorBase": "#
|
|
400
|
-
"dtThemeTopbarColorForeground": "#
|
|
443
|
+
"dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
|
|
444
|
+
"dtThemeColorBase": "#1C1C1C",
|
|
445
|
+
"dtThemeTopbarColorForeground": "#1C1C1C",
|
|
401
446
|
"dtThemeTopbarColorBackground": "#F9F9F9",
|
|
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": "#
|
|
447
|
+
"dtThemeTopbarFieldColorForeground": "#1C1C1C",
|
|
448
|
+
"dtThemeTopbarFieldColorForegroundHover": "#1C1C1C",
|
|
449
|
+
"dtThemeTopbarFieldColorBackground": "#1C1C1C",
|
|
450
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#1C1C1C",
|
|
451
|
+
"dtThemeTopbarFieldColorBorder": "#1C1C1C",
|
|
452
|
+
"dtThemeTopbarFieldColorBorderHover": "#1C1C1C",
|
|
453
|
+
"dtThemeTopbarFieldColorBorderActive": "#1C1C1C",
|
|
454
|
+
"dtThemeTopbarButtonColorForeground": "#1C1C1C",
|
|
455
|
+
"dtThemeTopbarButtonColorForegroundHover": "#1C1C1C",
|
|
456
|
+
"dtThemeTopbarButtonColorBackground": "#1C1C1C",
|
|
457
|
+
"dtThemeTopbarButtonColorBackgroundHover": "#1C1C1C",
|
|
458
|
+
"dtThemeTopbarButtonColorBackgroundActive": "#1C1C1C",
|
|
459
|
+
"dtThemeTopbarProfileColorForeground": "#1C1C1C",
|
|
460
|
+
"dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
|
|
461
|
+
"dtThemeTopbarProfileColorBackground": "#1C1C1C",
|
|
462
|
+
"dtThemeTopbarProfileColorBackgroundInverted": "#1C1C1C",
|
|
463
|
+
"dtThemeTopbarProfileColorBackgroundHover": "#1C1C1C",
|
|
464
|
+
"dtThemeTopbarProfileColorBackgroundActive": "#1C1C1C",
|
|
420
465
|
"dtThemeSidebarColorForeground": "#3A3A3A",
|
|
421
|
-
"dtThemeSidebarColorForegroundUnread": "#
|
|
466
|
+
"dtThemeSidebarColorForegroundUnread": "#1C1C1C",
|
|
422
467
|
"dtThemeSidebarColorBackground": "#F9F9F9",
|
|
423
468
|
"dtThemeSidebarIconColorForeground": "#3A3A3A",
|
|
424
|
-
"dtThemeSidebarStatusColorForeground": "#
|
|
425
|
-
"dtThemeSidebarRowColorBackground": "#
|
|
426
|
-
"dtThemeSidebarRowColorBackgroundHover": "#
|
|
427
|
-
"dtThemeSidebarRowColorBackgroundActive": "#
|
|
428
|
-
"dtThemeSidebarSelectedRowColorForeground": "#
|
|
429
|
-
"dtThemeSidebarSelectedRowColorBackground": "#
|
|
430
|
-
"dtThemeSidebarSectionColorForeground": "#
|
|
431
|
-
"dtThemePresenceColorBackgroundAvailable": "#
|
|
432
|
-
"dtThemePresenceColorBackgroundBusyUnavailable": "#
|
|
433
|
-
"dtThemePresenceColorBackgroundBusy": "#
|
|
469
|
+
"dtThemeSidebarStatusColorForeground": "#535353",
|
|
470
|
+
"dtThemeSidebarRowColorBackground": "#1C1C1C",
|
|
471
|
+
"dtThemeSidebarRowColorBackgroundHover": "#1C1C1C",
|
|
472
|
+
"dtThemeSidebarRowColorBackgroundActive": "#1C1C1C",
|
|
473
|
+
"dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
|
|
474
|
+
"dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
|
|
475
|
+
"dtThemeSidebarSectionColorForeground": "#535353",
|
|
476
|
+
"dtThemePresenceColorBackgroundAvailable": "#52C926",
|
|
477
|
+
"dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
|
|
478
|
+
"dtThemePresenceColorBackgroundBusy": "#FF9E0E",
|
|
434
479
|
"dtThemePresenceColorBackgroundOffline": "#ffffff",
|
|
435
480
|
"dtThemeMentionColorForeground": "#ffffff",
|
|
436
|
-
"dtThemeMentionColorForegroundStrong": "#
|
|
481
|
+
"dtThemeMentionColorForegroundStrong": "#F9F9F9",
|
|
437
482
|
"dtThemeMentionColorBackground": "#E20074",
|
|
438
|
-
"dtThemeMentionColorBackgroundStrong": "#
|
|
483
|
+
"dtThemeMentionColorBackgroundStrong": "#7A003F",
|
|
439
484
|
"dtAvatarColorForeground": "#000000",
|
|
440
485
|
"dtAvatarColorBackground100": "#1aa340",
|
|
441
486
|
"dtAvatarColorBackground200": "#aaff83",
|
|
@@ -456,27 +501,28 @@
|
|
|
456
501
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
457
502
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
458
503
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
459
|
-
"dtBadgeColorBackgroundDefault": "#
|
|
460
|
-
"dtBadgeColorBackgroundInfo": "#
|
|
461
|
-
"dtBadgeColorBackgroundSuccess": "#
|
|
462
|
-
"dtBadgeColorBackgroundWarning": "#
|
|
463
|
-
"dtBadgeColorBackgroundCritical": "#
|
|
464
|
-
"dtBadgeColorBackgroundBulletin": "#
|
|
465
|
-
"dtBadgeColorBackgroundBulletinSubtle": "#
|
|
466
|
-
"dtBadgeColorBackgroundAi": "linear-gradient(
|
|
504
|
+
"dtBadgeColorBackgroundDefault": "#1C1C1C",
|
|
505
|
+
"dtBadgeColorBackgroundInfo": "#BDE8FF",
|
|
506
|
+
"dtBadgeColorBackgroundSuccess": "#DBFFA9",
|
|
507
|
+
"dtBadgeColorBackgroundWarning": "#FFE89C",
|
|
508
|
+
"dtBadgeColorBackgroundCritical": "#FFABA4",
|
|
509
|
+
"dtBadgeColorBackgroundBulletin": "#E20074",
|
|
510
|
+
"dtBadgeColorBackgroundBulletinSubtle": "#D3BCFF",
|
|
511
|
+
"dtBadgeColorBackgroundAi": "linear-gradient(140deg, #FF5E2F 0%, #ff1356 25%, #FF1BA4 66%, #9D42EA 100%)",
|
|
467
512
|
"dtBadgeColorForegroundDefault": "#000000",
|
|
468
513
|
"dtBadgeColorForegroundBulletin": "#ffffff",
|
|
469
|
-
"dtBadgeColorForegroundBulletinSubtle": "#
|
|
470
|
-
"
|
|
514
|
+
"dtBadgeColorForegroundBulletinSubtle": "#3A1D95",
|
|
515
|
+
"dtBadgeColorForegroundAi": "#ffffff",
|
|
516
|
+
"dtBadgeColorBorderDefault": "#1C1C1C",
|
|
471
517
|
"dtBadgeColorBorderBulletinSubtle": "#7C52FF",
|
|
472
518
|
"dtButtonFontSizeXs": "12px",
|
|
473
519
|
"dtButtonFontSizeSm": "12px",
|
|
474
520
|
"dtButtonFontSizeMd": "15px",
|
|
475
521
|
"dtButtonFontSizeLg": "19px",
|
|
476
522
|
"dtButtonFontSizeXl": "27px",
|
|
477
|
-
"dtButtonFontWeightXs": "
|
|
478
|
-
"dtButtonFontWeightSm": "
|
|
479
|
-
"dtButtonFontWeightMd": "
|
|
523
|
+
"dtButtonFontWeightXs": "600",
|
|
524
|
+
"dtButtonFontWeightSm": "600",
|
|
525
|
+
"dtButtonFontWeightMd": "600",
|
|
480
526
|
"dtButtonFontWeightLg": "500",
|
|
481
527
|
"dtButtonFontWeightXl": "400",
|
|
482
528
|
"dtButtonLineHeightXs": "1.2",
|
|
@@ -492,9 +538,12 @@
|
|
|
492
538
|
"dtCheckboxSizeWidth": "1rem",
|
|
493
539
|
"dtCheckboxSizeHeight": "1rem",
|
|
494
540
|
"dtCheckboxSizeRadius": "0.25rem",
|
|
495
|
-
"dtCheckboxColorBorderUnchecked": "#
|
|
496
|
-
"
|
|
497
|
-
"
|
|
541
|
+
"dtCheckboxColorBorderUnchecked": "#1C1C1C",
|
|
542
|
+
"dtCheckboxColorBorderUncheckedHover": "#1C1C1C",
|
|
543
|
+
"dtCheckboxColorBorderChecked": "#E20074",
|
|
544
|
+
"dtCheckboxColorBackgroundChecked": "#E20074",
|
|
545
|
+
"dtCheckboxColorForegroundDefault": "transparent",
|
|
546
|
+
"dtCheckboxColorForegroundChecked": "#F9F9F9",
|
|
498
547
|
"dtIconSize100": "12px",
|
|
499
548
|
"dtIconSize200": "14px",
|
|
500
549
|
"dtIconSize300": "18px",
|
|
@@ -514,7 +563,10 @@
|
|
|
514
563
|
"dtRadioSizeWidth": "1rem",
|
|
515
564
|
"dtRadioSizeHeight": "1rem",
|
|
516
565
|
"dtRadioSizeRadius": "50%",
|
|
517
|
-
"dtRadioColorBorderUnchecked": "#
|
|
518
|
-
"
|
|
519
|
-
"
|
|
566
|
+
"dtRadioColorBorderUnchecked": "#1C1C1C",
|
|
567
|
+
"dtRadioColorBorderUncheckedHover": "#1C1C1C",
|
|
568
|
+
"dtRadioColorBorderChecked": "#E20074",
|
|
569
|
+
"dtRadioColorBackgroundChecked": "#E20074",
|
|
570
|
+
"dtRadioColorForegroundDefault": "transparent",
|
|
571
|
+
"dtRadioColorForegroundChecked": "#F9F9F9"
|
|
520
572
|
}
|
|
@@ -124,7 +124,7 @@ const _sfc_main = {
|
|
|
124
124
|
};
|
|
125
125
|
var _sfc_render = function render() {
|
|
126
126
|
var _vm = this, _c = _vm._self._c;
|
|
127
|
-
return _c("nav", { staticClass: "d-pagination", attrs: { "aria-label": _vm.ariaLabel } }, [_c("dt-button", { staticClass: "d-pagination__button", class: _vm.isFirstPage ? "d-fc-
|
|
127
|
+
return _c("nav", { staticClass: "d-pagination", attrs: { "aria-label": _vm.ariaLabel } }, [_c("dt-button", { staticClass: "d-pagination__button", class: _vm.isFirstPage ? "d-fco50 d-fc-disabled d-bgc-transparent" : "d-fc-tertiary", attrs: { "data-qa": "dt-pagination-prev", "aria-label": _vm.prevAriaLabel, "kind": _vm.isFirstPage ? "default" : "muted", "importance": _vm.isFirstPage ? "primary" : "clear", "disabled": _vm.isFirstPage }, on: { "click": function($event) {
|
|
128
128
|
return _vm.changePage(_vm.currentPage - 1);
|
|
129
129
|
} }, scopedSlots: _vm._u([{ key: "icon", fn: function() {
|
|
130
130
|
return [_c("dt-icon-chevron-left", { attrs: { "size": "300" } })];
|
|
@@ -132,7 +132,7 @@ var _sfc_render = function render() {
|
|
|
132
132
|
return _c("div", { key: `page-${page}-${index}`, class: { "d-pagination__separator": isNaN(Number(page)) } }, [isNaN(Number(page)) ? _c("div", { staticClass: "d-pagination__separator-icon", attrs: { "data-qa": "dt-pagination-separator" } }, [_c("dt-icon-more-horizontal", { attrs: { "size": "300" } })], 1) : _c("dt-button", { attrs: { "aria-label": _vm.pageNumberAriaLabel(page), "kind": _vm.currentPage === page ? "default" : "muted", "importance": _vm.currentPage === page ? "primary" : "clear", "label-class": "" }, on: { "click": function($event) {
|
|
133
133
|
return _vm.changePage(page);
|
|
134
134
|
} } }, [_vm._v(" " + _vm._s(page) + " ")])], 1);
|
|
135
|
-
}), _c("dt-button", { staticClass: "d-pagination__button", class: _vm.isLastPage ? "d-fc-
|
|
135
|
+
}), _c("dt-button", { staticClass: "d-pagination__button", class: _vm.isLastPage ? "d-fco50 d-fc-disabled d-bgc-transparent" : "d-fc-tertiary", attrs: { "data-qa": "dt-pagination-next", "aria-label": _vm.nextAriaLabel, "disabled": _vm.isLastPage, "kind": "muted", "importance": _vm.isLastPage ? "primary" : "clear" }, on: { "click": function($event) {
|
|
136
136
|
return _vm.changePage(_vm.currentPage + 1);
|
|
137
137
|
} }, scopedSlots: _vm._u([{ key: "icon", fn: function() {
|
|
138
138
|
return [_c("dt-icon-chevron-right", { attrs: { "size": "300" } })];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.vue.cjs","sources":["../../../components/pagination/pagination.vue"],"sourcesContent":["<template>\n <nav\n :aria-label=\"ariaLabel\"\n class=\"d-pagination\"\n >\n <dt-button\n class=\"d-pagination__button\"\n data-qa=\"dt-pagination-prev\"\n :aria-label=\"prevAriaLabel\"\n :kind=\"isFirstPage ? 'default' : 'muted'\"\n :importance=\"isFirstPage ? 'primary' : 'clear'\"\n :disabled=\"isFirstPage\"\n :class=\"isFirstPage ? 'd-fc-
|
|
1
|
+
{"version":3,"file":"pagination.vue.cjs","sources":["../../../components/pagination/pagination.vue"],"sourcesContent":["<template>\n <nav\n :aria-label=\"ariaLabel\"\n class=\"d-pagination\"\n >\n <dt-button\n class=\"d-pagination__button\"\n data-qa=\"dt-pagination-prev\"\n :aria-label=\"prevAriaLabel\"\n :kind=\"isFirstPage ? 'default' : 'muted'\"\n :importance=\"isFirstPage ? 'primary' : 'clear'\"\n :disabled=\"isFirstPage\"\n :class=\"isFirstPage ? 'd-fco50 d-fc-disabled d-bgc-transparent' : 'd-fc-tertiary'\"\n @click=\"changePage(currentPage - 1)\"\n >\n <template #icon>\n <dt-icon-chevron-left\n size=\"300\"\n />\n </template>\n </dt-button>\n <div\n v-for=\"(page, index) in pages\"\n :key=\"`page-${page}-${index}`\"\n :class=\"{ 'd-pagination__separator': isNaN(Number(page)) }\"\n >\n <!-- eslint-disable vue/no-bare-strings-in-template -->\n <div\n v-if=\"isNaN(Number(page))\"\n class=\"d-pagination__separator-icon\"\n data-qa=\"dt-pagination-separator\"\n >\n <dt-icon-more-horizontal\n size=\"300\"\n />\n <!-- … -->\n </div>\n <!-- eslint-enable vue/no-bare-strings-in-template -->\n <dt-button\n v-else\n :aria-label=\"pageNumberAriaLabel(page)\"\n :kind=\"currentPage === page ? 'default' : 'muted'\"\n :importance=\"currentPage === page ? 'primary' : 'clear'\"\n label-class=\"\"\n @click=\"changePage(page)\"\n >\n {{ page }}\n </dt-button>\n </div>\n <dt-button\n class=\"d-pagination__button\"\n data-qa=\"dt-pagination-next\"\n :aria-label=\"nextAriaLabel\"\n :disabled=\"isLastPage\"\n kind=\"muted\"\n :importance=\"isLastPage ? 'primary' : 'clear'\"\n :class=\"isLastPage ? 'd-fco50 d-fc-disabled d-bgc-transparent' : 'd-fc-tertiary'\"\n @click=\"changePage(currentPage + 1)\"\n >\n <template #icon>\n <dt-icon-chevron-right\n size=\"300\"\n />\n </template>\n </dt-button>\n </nav>\n</template>\n\n<script>\nimport { DtButton } from '@/components/button';\nimport { DtIconChevronLeft, DtIconChevronRight, DtIconMoreHorizontal } from '@dialpad/dialtone-icons/vue2';\n\n/**\n * Pagination allows you to divide large amounts of content into smaller chunks across multiple pages.\n * @see https://dialtone.dialpad.com/components/pagination.html\n */\nexport default {\n name: 'DtPagination',\n\n components: {\n DtButton,\n DtIconChevronLeft,\n DtIconChevronRight,\n DtIconMoreHorizontal,\n },\n\n props: {\n /**\n * Descriptive label for the pagination content.\n */\n ariaLabel: {\n type: String,\n required: true,\n },\n\n /**\n * The total number of the pages\n */\n totalPages: {\n type: Number,\n required: true,\n },\n\n /**\n * Descriptive label for the previous button.\n */\n prevAriaLabel: {\n type: String,\n required: true,\n },\n\n /**\n * Descriptive label for the next button.\n */\n nextAriaLabel: {\n type: String,\n required: true,\n },\n\n /**\n * A method that will be called to get the aria label of each page.\n */\n pageNumberAriaLabel: {\n type: Function,\n required: true,\n },\n\n /**\n * The active current page in the list of pages, defaults to the first page\n */\n activePage: {\n type: Number,\n default: 1,\n },\n\n /**\n * Determines the max pages to be shown in the list. Using an odd number is recommended.\n * If an even number is given, then it will be rounded down to the nearest odd number to always\n * keep current page in the middle when current page is in the mid-range.\n */\n maxVisible: {\n type: Number,\n default: 5,\n },\n },\n\n emits: [\n /**\n * Page change event\n *\n * @event change\n * @type {Number}\n */\n 'change',\n ],\n\n data () {\n return {\n currentPage: this.activePage,\n };\n },\n\n computed: {\n isFirstPage () {\n return this.currentPage === 1;\n },\n\n isLastPage () {\n return this.currentPage === this.totalPages;\n },\n\n pages () {\n if (this.maxVisible === 0) {\n return [];\n }\n if (this.totalPages <= this.maxVisible) {\n return this.range(1, this.totalPages);\n }\n\n const start = this.maxVisible - 1;\n const end = this.totalPages - start + 1;\n\n if (this.currentPage < start) {\n return [...this.range(1, start), '...', this.totalPages];\n }\n\n if (this.currentPage > end) {\n return [1, '...', ...this.range(end, this.totalPages)];\n }\n\n // rounding to the nearest odd according to the maxlength to always show the page number in the middle.\n const total = this.maxVisible - (3 - this.maxVisible % 2);\n const centerIndex = Math.floor(total / 2);\n const left = this.currentPage - centerIndex;\n const right = this.currentPage + centerIndex;\n return [1, '...', ...this.range(left, right), '...', this.totalPages];\n },\n },\n\n methods: {\n range (from, to) {\n const range = [];\n from = from > 0 ? from : 1;\n for (let i = from; i <= to; i++) {\n range.push(i);\n }\n return range;\n },\n\n changePage (page) {\n this.currentPage = page;\n this.$emit('change', this.currentPage);\n },\n },\n};\n</script>\n"],"names":["DtButton","DtIconChevronLeft","DtIconChevronRight","DtIconMoreHorizontal"],"mappings":";;;;;AA4EA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,UAAAA,OAAA;AAAA,IACA,mBAAAC,KAAA;AAAA,IACA,oBAAAC,KAAA;AAAA,IACA,sBAAAC,KAAA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,eAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,eAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,qBAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,aAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,cAAA;AACA,aAAA,KAAA,gBAAA;AAAA,IACA;AAAA,IAEA,aAAA;AACA,aAAA,KAAA,gBAAA,KAAA;AAAA,IACA;AAAA,IAEA,QAAA;AACA,UAAA,KAAA,eAAA,GAAA;AACA,eAAA;MACA;AACA,UAAA,KAAA,cAAA,KAAA,YAAA;AACA,eAAA,KAAA,MAAA,GAAA,KAAA,UAAA;AAAA,MACA;AAEA,YAAA,QAAA,KAAA,aAAA;AACA,YAAA,MAAA,KAAA,aAAA,QAAA;AAEA,UAAA,KAAA,cAAA,OAAA;AACA,eAAA,CAAA,GAAA,KAAA,MAAA,GAAA,KAAA,GAAA,OAAA,KAAA,UAAA;AAAA,MACA;AAEA,UAAA,KAAA,cAAA,KAAA;AACA,eAAA,CAAA,GAAA,OAAA,GAAA,KAAA,MAAA,KAAA,KAAA,UAAA,CAAA;AAAA,MACA;AAGA,YAAA,QAAA,KAAA,cAAA,IAAA,KAAA,aAAA;AACA,YAAA,cAAA,KAAA,MAAA,QAAA,CAAA;AACA,YAAA,OAAA,KAAA,cAAA;AACA,YAAA,QAAA,KAAA,cAAA;AACA,aAAA,CAAA,GAAA,OAAA,GAAA,KAAA,MAAA,MAAA,KAAA,GAAA,OAAA,KAAA,UAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,MAAA,MAAA,IAAA;AACA,YAAA,QAAA,CAAA;AACA,aAAA,OAAA,IAAA,OAAA;AACA,eAAA,IAAA,MAAA,KAAA,IAAA,KAAA;AACA,cAAA,KAAA,CAAA;AAAA,MACA;AACA,aAAA;AAAA,IACA;AAAA,IAEA,WAAA,MAAA;AACA,WAAA,cAAA;AACA,WAAA,MAAA,UAAA,KAAA,WAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;"}
|