@dialpad/dialtone 9.129.2 → 9.129.3-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.
Files changed (82) hide show
  1. package/dist/css/dialtone-default-theme.css +589 -175
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens-docs.json +1 -1
  4. package/dist/tokens/css/tokens-aegean-dark.css +467 -0
  5. package/dist/tokens/css/tokens-aegean-light.css +467 -0
  6. package/dist/tokens/css/tokens-base-dark.css +132 -132
  7. package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
  8. package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
  9. package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
  10. package/dist/tokens/css/tokens-debug-dp.css +574 -160
  11. package/dist/tokens/css/tokens-deca-dark.css +41 -1846
  12. package/dist/tokens/css/tokens-deca-light.css +62 -1874
  13. package/dist/tokens/css/tokens-dp-dark.css +575 -154
  14. package/dist/tokens/css/tokens-dp-light.css +589 -175
  15. package/dist/tokens/css/tokens-expressive-dark.css +547 -154
  16. package/dist/tokens/css/tokens-expressive-light.css +589 -175
  17. package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
  18. package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
  19. package/dist/tokens/css/tokens-melon-dark.css +467 -0
  20. package/dist/tokens/css/tokens-melon-light.css +467 -0
  21. package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
  22. package/dist/tokens/css/tokens-sunflower-light.css +467 -0
  23. package/dist/tokens/css/tokens-tmo-dark.css +866 -445
  24. package/dist/tokens/css/tokens-tmo-light.css +883 -469
  25. package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
  26. package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
  27. package/dist/tokens/doc.json +145693 -129068
  28. package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
  29. package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
  30. package/dist/tokens/themes/debug.cjs +1 -1
  31. package/dist/tokens/themes/debug.js +1 -1
  32. package/dist/tokens/themes/dp-dark.cjs +1 -1
  33. package/dist/tokens/themes/dp-dark.js +3 -3
  34. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  35. package/dist/tokens/themes/dp-deca-dark.js +3 -3
  36. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  37. package/dist/tokens/themes/dp-deca-light.js +4 -4
  38. package/dist/tokens/themes/dp-light.cjs +1 -1
  39. package/dist/tokens/themes/dp-light.js +2 -2
  40. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  41. package/dist/tokens/themes/expressive-dark.js +2 -2
  42. package/dist/tokens/themes/expressive-light.cjs +1 -1
  43. package/dist/tokens/themes/expressive-light.js +2 -2
  44. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  45. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  46. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  47. package/dist/tokens/themes/expressive-sm-light.js +2 -2
  48. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  49. package/dist/tokens/themes/tmo-dark.js +3 -3
  50. package/dist/tokens/themes/tmo-light.cjs +1 -1
  51. package/dist/tokens/themes/tmo-light.js +2 -2
  52. package/dist/tokens/tokens-aegean-dark.json +121 -0
  53. package/dist/tokens/tokens-aegean-light.json +121 -0
  54. package/dist/tokens/tokens-base-dark.json +132 -132
  55. package/dist/tokens/tokens-base-deca-dark.json +132 -132
  56. package/dist/tokens/tokens-ceruleo-dark.json +124 -0
  57. package/dist/tokens/tokens-ceruleo-default.json +124 -0
  58. package/dist/tokens/tokens-deca-dark.json +52 -472
  59. package/dist/tokens/tokens-deca-light.json +4 -425
  60. package/dist/tokens/tokens-dp-dark.json +254 -193
  61. package/dist/tokens/tokens-dp-light.json +85 -25
  62. package/dist/tokens/tokens-expressive-dark.json +250 -193
  63. package/dist/tokens/tokens-expressive-light.json +85 -25
  64. package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
  65. package/dist/tokens/tokens-expressive-sm-light.json +85 -25
  66. package/dist/tokens/tokens-melon-dark.json +121 -0
  67. package/dist/tokens/tokens-melon-light.json +121 -0
  68. package/dist/tokens/tokens-sunflower-dark.json +121 -0
  69. package/dist/tokens/tokens-sunflower-light.json +121 -0
  70. package/dist/tokens/tokens-tmo-dark.json +257 -196
  71. package/dist/tokens/tokens-tmo-light.json +127 -67
  72. package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
  73. package/dist/tokens/tokens-verdant-haze-light.json +122 -0
  74. package/dist/vue2/localization/index.cjs +1 -1
  75. package/dist/vue2/localization/index.cjs.map +1 -1
  76. package/dist/vue2/localization/index.js +25 -27
  77. package/dist/vue2/localization/index.js.map +1 -1
  78. package/dist/vue3/localization/index.cjs +1 -1
  79. package/dist/vue3/localization/index.cjs.map +1 -1
  80. package/dist/vue3/localization/index.js +28 -30
  81. package/dist/vue3/localization/index.js.map +1 -1
  82. package/package.json +1 -1
@@ -6,46 +6,46 @@
6
6
  "dtFontSize500": "65px",
7
7
  "dtFontSize600": "105px",
8
8
  "dtSizeBorderFocus": "0.1875rem",
9
- "dtColorForegroundPrimary": "#E6E6E6",
9
+ "dtColorForegroundPrimary": "#e6e6e6",
10
10
  "dtColorForegroundSecondary": "#c7c7c7",
11
- "dtColorForegroundTertiary": "#B0B0B0",
12
- "dtColorForegroundMuted": "#D4D4D4",
13
- "dtColorForegroundPlaceholder": "#B0B0B0",
14
- "dtColorForegroundDisabled": "#B0B0B0",
15
- "dtColorForegroundCritical": "#FF716F",
16
- "dtColorForegroundCriticalStrong": "#FFABA4",
17
- "dtColorForegroundSuccess": "#AEFB3C",
18
- "dtColorForegroundSuccessStrong": "#DBFFA9",
19
- "dtColorForegroundWarning": "#FFBD48",
11
+ "dtColorForegroundTertiary": "#b0b0b0",
12
+ "dtColorForegroundMuted": "#d4d4d4",
13
+ "dtColorForegroundPlaceholder": "#b0b0b0",
14
+ "dtColorForegroundDisabled": "#b0b0b0",
15
+ "dtColorForegroundCritical": "#ff716f",
16
+ "dtColorForegroundCriticalStrong": "#ffaba4",
17
+ "dtColorForegroundSuccess": "#aefb3c",
18
+ "dtColorForegroundSuccessStrong": "#dbffa9",
19
+ "dtColorForegroundWarning": "#ffbd48",
20
20
  "dtColorForegroundPrimaryInverted": "#000000",
21
21
  "dtColorForegroundSecondaryInverted": "#3d3d3d",
22
22
  "dtColorForegroundTertiaryInverted": "#555555",
23
23
  "dtColorForegroundMutedInverted": "#171717",
24
24
  "dtColorForegroundPlaceholderInverted": "#555555",
25
25
  "dtColorForegroundDisabledInverted": "#555555",
26
- "dtColorForegroundCriticalInverted": "#FF1356",
26
+ "dtColorForegroundCriticalInverted": "#ff1356",
27
27
  "dtColorForegroundCriticalStrongInverted": "#640823",
28
- "dtColorForegroundSuccessInverted": "#008E52",
29
- "dtColorForegroundSuccessStrongInverted": "#004F2E",
28
+ "dtColorForegroundSuccessInverted": "#008e52",
29
+ "dtColorForegroundSuccessStrongInverted": "#004f2e",
30
30
  "dtColorForegroundWarningInverted": "#815008",
31
- "dtColorLinkPrimary": "#BBA6FC",
32
- "dtColorLinkPrimaryHover": "#D3BCFF",
33
- "dtColorLinkCritical": "#FF716F",
34
- "dtColorLinkCriticalHover": "#FFABA4",
35
- "dtColorLinkSuccess": "#AEFB3C",
36
- "dtColorLinkSuccessHover": "#DBFFA9",
37
- "dtColorLinkWarning": "#FFBD48",
38
- "dtColorLinkWarningHover": "#FFE89C",
31
+ "dtColorLinkPrimary": "#bba6fc",
32
+ "dtColorLinkPrimaryHover": "#d3bcff",
33
+ "dtColorLinkCritical": "#ff716f",
34
+ "dtColorLinkCriticalHover": "#ffaba4",
35
+ "dtColorLinkSuccess": "#aefb3c",
36
+ "dtColorLinkSuccessHover": "#dbffa9",
37
+ "dtColorLinkWarning": "#ffbd48",
38
+ "dtColorLinkWarningHover": "#ffe89c",
39
39
  "dtColorLinkMuted": "#c7c7c7",
40
- "dtColorLinkMutedHover": "#E6E6E6",
41
- "dtColorLinkDisabled": "#B0B0B0",
42
- "dtColorLinkDisabledHover": "#B0B0B0",
43
- "dtColorLinkPrimaryInverted": "#7C52FF",
44
- "dtColorLinkPrimaryInvertedHover": "#5023DD",
45
- "dtColorLinkCriticalInverted": "#FF1356",
40
+ "dtColorLinkMutedHover": "#e6e6e6",
41
+ "dtColorLinkDisabled": "#b0b0b0",
42
+ "dtColorLinkDisabledHover": "#b0b0b0",
43
+ "dtColorLinkPrimaryInverted": "#7c52ff",
44
+ "dtColorLinkPrimaryInvertedHover": "#5023dd",
45
+ "dtColorLinkCriticalInverted": "#ff1356",
46
46
  "dtColorLinkCriticalInvertedHover": "#640823",
47
- "dtColorLinkSuccessInverted": "#008E52",
48
- "dtColorLinkSuccessInvertedHover": "#004F2E",
47
+ "dtColorLinkSuccessInverted": "#008e52",
48
+ "dtColorLinkSuccessInvertedHover": "#004f2e",
49
49
  "dtColorLinkWarningInverted": "#815008",
50
50
  "dtColorLinkWarningInvertedHover": "#533204",
51
51
  "dtColorLinkMutedInverted": "#3d3d3d",
@@ -56,72 +56,72 @@
56
56
  "dtColorSurfaceSecondary": "#1f1f1f",
57
57
  "dtColorSurfaceModerate": "#3d3d3d",
58
58
  "dtColorSurfaceBold": "#555555",
59
- "dtColorSurfaceStrong": "#B0B0B0",
59
+ "dtColorSurfaceStrong": "#b0b0b0",
60
60
  "dtColorSurfaceContrast": "#ffffff",
61
61
  "dtColorSurfaceCritical": "#380010",
62
62
  "dtColorSurfaceWarning": "#533204",
63
63
  "dtColorSurfaceSuccess": "#012717",
64
64
  "dtColorSurfaceInfo": "#001429",
65
- "dtColorSurfaceBrand": "#1D0155",
65
+ "dtColorSurfaceBrand": "#1d0155",
66
66
  "dtColorSurfaceCriticalSubtle": "#380010",
67
- "dtColorSurfaceWarningSubtle": "#2C1B02",
67
+ "dtColorSurfaceWarningSubtle": "#2c1b02",
68
68
  "dtColorSurfaceSuccessSubtle": "#012717",
69
69
  "dtColorSurfaceInfoSubtle": "#001429",
70
- "dtColorSurfaceBrandSubtle": "#10022C",
71
- "dtColorSurfaceCriticalStrong": "#FF716F",
72
- "dtColorSurfaceWarningStrong": "#FFDB80",
73
- "dtColorSurfaceSuccessStrong": "#AEFB3C",
74
- "dtColorSurfaceInfoStrong": "#4AA9EA",
75
- "dtColorSurfaceBrandStrong": "#BBA6FC",
70
+ "dtColorSurfaceBrandSubtle": "#10022c",
71
+ "dtColorSurfaceCriticalStrong": "#ff716f",
72
+ "dtColorSurfaceWarningStrong": "#ffdb80",
73
+ "dtColorSurfaceSuccessStrong": "#aefb3c",
74
+ "dtColorSurfaceInfoStrong": "#4aa9ea",
75
+ "dtColorSurfaceBrandStrong": "#bba6fc",
76
76
  "dtColorSurfacePrimaryOpaque": "#171717",
77
- "dtColorSurfaceSecondaryOpaque": "#E6E6E6",
78
- "dtColorSurfaceModerateOpaque": "#E6E6E6",
79
- "dtColorSurfaceBoldOpaque": "#E6E6E6",
80
- "dtColorSurfaceStrongOpaque": "#E6E6E6",
77
+ "dtColorSurfaceSecondaryOpaque": "#e6e6e6",
78
+ "dtColorSurfaceModerateOpaque": "#e6e6e6",
79
+ "dtColorSurfaceBoldOpaque": "#e6e6e6",
80
+ "dtColorSurfaceStrongOpaque": "#e6e6e6",
81
81
  "dtColorSurfaceContrastOpaque": "#ffffff",
82
- "dtColorSurfaceCriticalOpaque": "#93173A",
82
+ "dtColorSurfaceCriticalOpaque": "#93173a",
83
83
  "dtColorSurfaceWarningOpaque": "#815008",
84
- "dtColorSurfaceSuccessOpaque": "#004F2E",
84
+ "dtColorSurfaceSuccessOpaque": "#004f2e",
85
85
  "dtColorSurfaceInfoOpaque": "#001429",
86
- "dtColorSurfaceBrandOpaque": "#1D0155",
87
- "dtColorSurfaceCriticalSubtleOpaque": "#1C0108",
88
- "dtColorSurfaceWarningSubtleOpaque": "#2C1B02",
89
- "dtColorSurfaceSuccessSubtleOpaque": "#00150D",
90
- "dtColorSurfaceInfoSubtleOpaque": "#010B16",
91
- "dtColorSurfaceBrandSubtleOpaque": "#10022C",
86
+ "dtColorSurfaceBrandOpaque": "#1d0155",
87
+ "dtColorSurfaceCriticalSubtleOpaque": "#1c0108",
88
+ "dtColorSurfaceWarningSubtleOpaque": "#2c1b02",
89
+ "dtColorSurfaceSuccessSubtleOpaque": "#00150d",
90
+ "dtColorSurfaceInfoSubtleOpaque": "#010b16",
91
+ "dtColorSurfaceBrandSubtleOpaque": "#10022c",
92
92
  "dtColorSurfacePrimaryInverted": "#ffffff",
93
- "dtColorSurfaceSecondaryInverted": "#F9F9F9",
94
- "dtColorSurfaceModerateInverted": "#E6E6E6",
95
- "dtColorSurfaceBoldInverted": "#D4D4D4",
93
+ "dtColorSurfaceSecondaryInverted": "#f9f9f9",
94
+ "dtColorSurfaceModerateInverted": "#e6e6e6",
95
+ "dtColorSurfaceBoldInverted": "#d4d4d4",
96
96
  "dtColorSurfaceStrongInverted": "#555555",
97
97
  "dtColorSurfaceContrastInverted": "#171717",
98
- "dtColorSurfaceCriticalInverted": "#FFE5E6",
99
- "dtColorSurfaceWarningInverted": "#FFF4CC",
100
- "dtColorSurfaceSuccessInverted": "#EDF9EB",
101
- "dtColorSurfaceInfoInverted": "#EAF2FA",
102
- "dtColorSurfaceBrandInverted": "#F5F0FF",
103
- "dtColorSurfaceCriticalSubtleInverted": "#FFF2F3",
98
+ "dtColorSurfaceCriticalInverted": "#ffe5e6",
99
+ "dtColorSurfaceWarningInverted": "#fff4cc",
100
+ "dtColorSurfaceSuccessInverted": "#edf9eb",
101
+ "dtColorSurfaceInfoInverted": "#eaf2fa",
102
+ "dtColorSurfaceBrandInverted": "#f5f0ff",
103
+ "dtColorSurfaceCriticalSubtleInverted": "#fff2f3",
104
104
  "dtColorSurfaceWarningSubtleInverted": "#fffae5",
105
105
  "dtColorSurfaceSuccessSubtleInverted": "#f6fcf5",
106
106
  "dtColorSurfaceInfoSubtleInverted": "#f5f9fd",
107
107
  "dtColorSurfaceBrandSubtleInverted": "#f9f6ff",
108
- "dtColorSurfaceCriticalStrongInverted": "#D90A45",
109
- "dtColorSurfaceWarningStrongInverted": "#FFBD48",
110
- "dtColorSurfaceSuccessStrongInverted": "#31B237",
111
- "dtColorSurfaceInfoStrongInverted": "#1768C6",
112
- "dtColorSurfaceBrandStrongInverted": "#7C52FF",
108
+ "dtColorSurfaceCriticalStrongInverted": "#d90a45",
109
+ "dtColorSurfaceWarningStrongInverted": "#ffbd48",
110
+ "dtColorSurfaceSuccessStrongInverted": "#31b237",
111
+ "dtColorSurfaceInfoStrongInverted": "#1768c6",
112
+ "dtColorSurfaceBrandStrongInverted": "#7c52ff",
113
113
  "dtColorSurfacePrimaryOpaqueInverted": "#ffffff",
114
114
  "dtColorSurfaceSecondaryOpaqueInverted": "#000000",
115
115
  "dtColorSurfaceModerateOpaqueInverted": "#000000",
116
116
  "dtColorSurfaceBoldOpaqueInverted": "#000000",
117
117
  "dtColorSurfaceStrongOpaqueInverted": "#000000",
118
118
  "dtColorSurfaceContrastOpaqueInverted": "#000000",
119
- "dtColorSurfaceCriticalOpaqueInverted": "#FFABA4",
120
- "dtColorSurfaceWarningOpaqueInverted": "#FFE89C",
121
- "dtColorSurfaceSuccessOpaqueInverted": "#DBFFA9",
122
- "dtColorSurfaceInfoOpaqueInverted": "#EAF2FA",
123
- "dtColorSurfaceBrandOpaqueInverted": "#F5F0FF",
124
- "dtColorSurfaceCriticalSubtleOpaqueInverted": "#FFE5E6",
119
+ "dtColorSurfaceCriticalOpaqueInverted": "#ffaba4",
120
+ "dtColorSurfaceWarningOpaqueInverted": "#ffe89c",
121
+ "dtColorSurfaceSuccessOpaqueInverted": "#dbffa9",
122
+ "dtColorSurfaceInfoOpaqueInverted": "#eaf2fa",
123
+ "dtColorSurfaceBrandOpaqueInverted": "#f5f0ff",
124
+ "dtColorSurfaceCriticalSubtleOpaqueInverted": "#ffe5e6",
125
125
  "dtColorSurfaceWarningSubtleOpaqueInverted": "#fffae5",
126
126
  "dtColorSurfaceSuccessSubtleOpaqueInverted": "#f6fcf5",
127
127
  "dtColorSurfaceInfoSubtleOpaqueInverted": "#f5f9fd",
@@ -132,37 +132,37 @@
132
132
  "dtColorBorderDefault": "#ffffff",
133
133
  "dtColorBorderModerate": "#ffffff",
134
134
  "dtColorBorderBold": "#ffffff",
135
- "dtColorBorderCritical": "#FF716F",
136
- "dtColorBorderSuccess": "#D1FF76",
137
- "dtColorBorderWarning": "#FFDB80",
138
- "dtColorBorderBrand": "#BBA6FC",
139
- "dtColorBorderCriticalSubtle": "#93173A",
140
- "dtColorBorderSuccessSubtle": "#52C926",
141
- "dtColorBorderWarningSubtle": "#FF9E0E",
142
- "dtColorBorderBrandSubtle": "#7C52FF",
143
- "dtColorBorderCriticalStrong": "#FFABA4",
144
- "dtColorBorderSuccessStrong": "#AEFB3C",
145
- "dtColorBorderWarningStrong": "#FFE89C",
146
- "dtColorBorderBrandStrong": "#D3BCFF",
135
+ "dtColorBorderCritical": "#ff716f",
136
+ "dtColorBorderSuccess": "#d1ff76",
137
+ "dtColorBorderWarning": "#ffdb80",
138
+ "dtColorBorderBrand": "#bba6fc",
139
+ "dtColorBorderCriticalSubtle": "#93173a",
140
+ "dtColorBorderSuccessSubtle": "#52c926",
141
+ "dtColorBorderWarningSubtle": "#ff9e0e",
142
+ "dtColorBorderBrandSubtle": "#7c52ff",
143
+ "dtColorBorderCriticalStrong": "#ffaba4",
144
+ "dtColorBorderSuccessStrong": "#aefb3c",
145
+ "dtColorBorderWarningStrong": "#ffe89c",
146
+ "dtColorBorderBrandStrong": "#d3bcff",
147
147
  "dtColorBorderSubtleInverted": "#000000",
148
148
  "dtColorBorderDefaultInverted": "#000000",
149
149
  "dtColorBorderModerateInverted": "#000000",
150
150
  "dtColorBorderBoldInverted": "#000000",
151
- "dtColorBorderCriticalInverted": "#FF1356",
152
- "dtColorBorderSuccessInverted": "#31B237",
153
- "dtColorBorderWarningInverted": "#FF9E0E",
154
- "dtColorBorderBrandInverted": "#7C52FF",
155
- "dtColorBorderCriticalSubtleInverted": "#FF716F",
156
- "dtColorBorderSuccessSubtleInverted": "#D1FF76",
157
- "dtColorBorderWarningSubtleInverted": "#FFDB80",
158
- "dtColorBorderBrandSubtleInverted": "#BBA6FC",
159
- "dtColorBorderCriticalStrongInverted": "#93173A",
160
- "dtColorBorderSuccessStrongInverted": "#004F2E",
161
- "dtColorBorderWarningStrongInverted": "#D57F00",
162
- "dtColorBorderBrandStrongInverted": "#5023DD",
163
- "dtColorBorderFocus": "#3B96DF",
151
+ "dtColorBorderCriticalInverted": "#ff1356",
152
+ "dtColorBorderSuccessInverted": "#31b237",
153
+ "dtColorBorderWarningInverted": "#ff9e0e",
154
+ "dtColorBorderBrandInverted": "#7c52ff",
155
+ "dtColorBorderCriticalSubtleInverted": "#ff716f",
156
+ "dtColorBorderSuccessSubtleInverted": "#d1ff76",
157
+ "dtColorBorderWarningSubtleInverted": "#ffdb80",
158
+ "dtColorBorderBrandSubtleInverted": "#bba6fc",
159
+ "dtColorBorderCriticalStrongInverted": "#93173a",
160
+ "dtColorBorderSuccessStrongInverted": "#004f2e",
161
+ "dtColorBorderWarningStrongInverted": "#d57f00",
162
+ "dtColorBorderBrandStrongInverted": "#5023dd",
163
+ "dtColorBorderFocus": "#3b96df",
164
164
  "dtColorBorderAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
165
- "dtColorBorderAccent": "#FF1BA4",
165
+ "dtColorBorderAccent": "#ff1ba4",
166
166
  "dtTypographyBodyMdFontFamily": "\"Season Mix\", -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",
167
167
  "dtTypographyBodyMdFontWeight": "400",
168
168
  "dtTypographyBodyMdLineHeight": "1.6",
@@ -360,114 +360,171 @@
360
360
  "dtInputsFontWeightMd": "400",
361
361
  "dtInputsFontWeightLg": "400",
362
362
  "dtInputsFontWeightXl": "400",
363
- "dtInputsColorForegroundDefault": "#E6E6E6",
364
- "dtInputsColorForegroundPlaceholder": "#B0B0B0",
365
- "dtInputsColorForegroundDisabled": "#B0B0B0",
363
+ "dtInputsColorForegroundDefault": "#e6e6e6",
364
+ "dtInputsColorForegroundPlaceholder": "#b0b0b0",
365
+ "dtInputsColorForegroundDisabled": "#b0b0b0",
366
366
  "dtInputsColorBorderDefault": "#ffffff",
367
367
  "dtInputsColorBorderHover": "#ffffff",
368
- "dtInputsColorBorderFocus": "#3B96DF",
369
- "dtInputsColorBorderCritical": "#FF716F",
370
- "dtInputsColorBorderSuccess": "#D1FF76",
371
- "dtInputsColorBorderWarning": "#FFDB80",
372
- "dtInputsColorBorderDisabled": "transparent",
373
- "dtInputsColorBackgroundDefault": "#E6E6E6",
368
+ "dtInputsColorBorderFocus": "#3b96df",
369
+ "dtInputsColorBorderCritical": "#ff716f",
370
+ "dtInputsColorBorderSuccess": "#d1ff76",
371
+ "dtInputsColorBorderWarning": "#ffdb80",
372
+ "dtInputsColorBorderDisabled": "#ffffff00",
373
+ "dtInputsColorBackgroundDefault": "#e6e6e6",
374
374
  "dtInputsColorBackgroundFocus": "#171717",
375
- "dtInputsColorBackgroundDisabled": "#E6E6E6",
376
- "dtActionColorForegroundBaseDefault": "#BBA6FC",
377
- "dtActionColorForegroundBaseHover": "#D3BCFF",
378
- "dtActionColorForegroundBaseActive": "#D3BCFF",
375
+ "dtInputsColorBackgroundDisabled": "#e6e6e6",
376
+ "dtActionColorForegroundBaseDefault": "#bba6fc",
377
+ "dtActionColorForegroundBaseHover": "#d3bcff",
378
+ "dtActionColorForegroundBaseActive": "#d3bcff",
379
379
  "dtActionColorForegroundBasePrimaryDefault": "#000000",
380
- "dtActionColorForegroundCriticalDefault": "#FF716F",
381
- "dtActionColorForegroundCriticalHover": "#FFABA4",
382
- "dtActionColorForegroundCriticalActive": "#FFABA4",
380
+ "dtActionColorForegroundCriticalDefault": "#ff716f",
381
+ "dtActionColorForegroundCriticalHover": "#ffaba4",
382
+ "dtActionColorForegroundCriticalActive": "#ffaba4",
383
383
  "dtActionColorForegroundCriticalPrimaryDefault": "#000000",
384
384
  "dtActionColorForegroundInvertedDefault": "#000000",
385
385
  "dtActionColorForegroundInvertedHover": "#000000",
386
386
  "dtActionColorForegroundInvertedActive": "#000000",
387
- "dtActionColorForegroundInvertedPrimaryDefault": "#BBA6FC",
388
- "dtActionColorForegroundInvertedPrimaryHover": "#D3BCFF",
389
- "dtActionColorForegroundInvertedPrimaryActive": "#D3BCFF",
387
+ "dtActionColorForegroundInvertedPrimaryDefault": "#bba6fc",
388
+ "dtActionColorForegroundInvertedPrimaryHover": "#d3bcff",
389
+ "dtActionColorForegroundInvertedPrimaryActive": "#d3bcff",
390
390
  "dtActionColorForegroundMutedDefault": "#c7c7c7",
391
- "dtActionColorForegroundMutedHover": "#E6E6E6",
392
- "dtActionColorForegroundMutedActive": "#E6E6E6",
393
- "dtActionColorForegroundDisabledDefault": "#B0B0B0",
394
- "dtActionColorForegroundPositiveDefault": "#AEFB3C",
395
- "dtActionColorForegroundPositiveHover": "#DBFFA9",
396
- "dtActionColorForegroundPositiveActive": "#DBFFA9",
391
+ "dtActionColorForegroundMutedHover": "#e6e6e6",
392
+ "dtActionColorForegroundMutedActive": "#e6e6e6",
393
+ "dtActionColorForegroundDisabledDefault": "#b0b0b0",
394
+ "dtActionColorForegroundPositiveDefault": "#aefb3c",
395
+ "dtActionColorForegroundPositiveHover": "#dbffa9",
396
+ "dtActionColorForegroundPositiveActive": "#dbffa9",
397
397
  "dtActionColorForegroundPositivePrimaryDefault": "#000000",
398
- "dtActionColorBackgroundBaseDefault": "transparent",
399
- "dtActionColorBackgroundBaseHover": "#9071FC",
400
- "dtActionColorBackgroundBaseActive": "#9071FC",
401
- "dtActionColorBackgroundBasePrimaryDefault": "#BBA6FC",
402
- "dtActionColorBackgroundBasePrimaryHover": "#D3BCFF",
403
- "dtActionColorBackgroundBasePrimaryActive": "#BBA6FC",
404
- "dtActionColorBackgroundCriticalDefault": "transparent",
405
- "dtActionColorBackgroundCriticalHover": "#93173A",
406
- "dtActionColorBackgroundCriticalActive": "#93173A",
407
- "dtActionColorBackgroundCriticalPrimaryDefault": "#FF716F",
408
- "dtActionColorBackgroundCriticalPrimaryHover": "#FFABA4",
409
- "dtActionColorBackgroundCriticalPrimaryActive": "#FF716F",
410
- "dtActionColorBackgroundInvertedDefault": "transparent",
398
+ "dtActionColorBackgroundBaseDefault": "#ffffff00",
399
+ "dtActionColorBackgroundBaseHover": "#9071fc",
400
+ "dtActionColorBackgroundBaseActive": "#9071fc",
401
+ "dtActionColorBackgroundBasePrimaryDefault": "#bba6fc",
402
+ "dtActionColorBackgroundBasePrimaryHover": "#d3bcff",
403
+ "dtActionColorBackgroundBasePrimaryActive": "#bba6fc",
404
+ "dtActionColorBackgroundCriticalDefault": "#ffffff00",
405
+ "dtActionColorBackgroundCriticalHover": "#93173a",
406
+ "dtActionColorBackgroundCriticalActive": "#93173a",
407
+ "dtActionColorBackgroundCriticalPrimaryDefault": "#ff716f",
408
+ "dtActionColorBackgroundCriticalPrimaryHover": "#ffaba4",
409
+ "dtActionColorBackgroundCriticalPrimaryActive": "#ff716f",
410
+ "dtActionColorBackgroundInvertedDefault": "#ffffff00",
411
411
  "dtActionColorBackgroundInvertedHover": "#000000",
412
412
  "dtActionColorBackgroundInvertedActive": "#000000",
413
413
  "dtActionColorBackgroundInvertedPrimaryDefault": "#171717",
414
- "dtActionColorBackgroundInvertedPrimaryHover": "#1D0155",
415
- "dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
416
- "dtActionColorBackgroundMutedDefault": "transparent",
417
- "dtActionColorBackgroundMutedHover": "#E6E6E6",
418
- "dtActionColorBackgroundMutedActive": "#E6E6E6",
419
- "dtActionColorBackgroundDisabledDefault": "#E6E6E6",
420
- "dtActionColorBackgroundPositiveDefault": "transparent",
421
- "dtActionColorBackgroundPositiveHover": "#004F2E",
422
- "dtActionColorBackgroundPositiveActive": "#004F2E",
423
- "dtActionColorBackgroundPositivePrimaryDefault": "#AEFB3C",
424
- "dtActionColorBackgroundPositivePrimaryHover": "#D1FF76",
425
- "dtActionColorBackgroundPositivePrimaryActive": "#AEFB3C",
426
- "dtActionColorBorderBaseOutlinedDefault": "#BBA6FC",
427
- "dtActionColorBorderCriticalOutlinedDefault": "#FF716F",
414
+ "dtActionColorBackgroundInvertedPrimaryHover": "#1d0155",
415
+ "dtActionColorBackgroundInvertedPrimaryActive": "#3a1d95",
416
+ "dtActionColorBackgroundMutedDefault": "#ffffff00",
417
+ "dtActionColorBackgroundMutedHover": "#e6e6e6",
418
+ "dtActionColorBackgroundMutedActive": "#e6e6e6",
419
+ "dtActionColorBackgroundDisabledDefault": "#e6e6e6",
420
+ "dtActionColorBackgroundPositiveDefault": "#ffffff00",
421
+ "dtActionColorBackgroundPositiveHover": "#004f2e",
422
+ "dtActionColorBackgroundPositiveActive": "#004f2e",
423
+ "dtActionColorBackgroundPositivePrimaryDefault": "#aefb3c",
424
+ "dtActionColorBackgroundPositivePrimaryHover": "#d1ff76",
425
+ "dtActionColorBackgroundPositivePrimaryActive": "#aefb3c",
426
+ "dtActionColorBorderBaseOutlinedDefault": "#bba6fc",
427
+ "dtActionColorBorderCriticalOutlinedDefault": "#ff716f",
428
428
  "dtActionColorBorderInvertedOutlinedDefault": "#000000",
429
429
  "dtActionColorBorderMutedOutlinedDefault": "#ffffff",
430
- "dtActionColorBorderPositiveOutlinedDefault": "#D1FF76",
431
- "dtThemeColorBase": "#E6E6E6",
432
- "dtThemeTopbarColorForeground": "#E6E6E6",
430
+ "dtActionColorBorderPositiveOutlinedDefault": "#d1ff76",
431
+ "dtThemeColorBase": "#e6e6e6",
432
+ "dtThemeTopbarColorForeground": "#392bff",
433
433
  "dtThemeTopbarColorBackground": "#1f1f1f",
434
- "dtThemeTopbarFieldColorForeground": "#E6E6E6",
435
- "dtThemeTopbarFieldColorForegroundHover": "#E6E6E6",
436
- "dtThemeTopbarFieldColorBackground": "#E6E6E6",
434
+ "dtThemeTopbarFieldColorForeground": "#392bff",
435
+ "dtThemeTopbarFieldColorForegroundHover": "#392bff",
436
+ "dtThemeTopbarFieldColorBackground": "#392bff",
437
437
  "dtThemeTopbarFieldColorBackgroundHover": "#1f1f1f",
438
- "dtThemeTopbarFieldColorBorder": "#E6E6E6",
439
- "dtThemeTopbarFieldColorBorderHover": "#E6E6E6",
440
- "dtThemeTopbarFieldColorBorderActive": "#E6E6E6",
441
- "dtThemeTopbarButtonColorForeground": "#E6E6E6",
442
- "dtThemeTopbarButtonColorForegroundHover": "#E6E6E6",
443
- "dtThemeTopbarButtonColorBackground": "#E6E6E6",
444
- "dtThemeTopbarButtonColorBackgroundHover": "#E6E6E6",
445
- "dtThemeTopbarButtonColorBackgroundActive": "#E6E6E6",
446
- "dtThemeTopbarProfileColorForeground": "#E6E6E6",
438
+ "dtThemeTopbarFieldColorBorder": "#392bff",
439
+ "dtThemeTopbarFieldColorBorderHover": "#392bff",
440
+ "dtThemeTopbarFieldColorBorderActive": "#392bff",
441
+ "dtThemeTopbarButtonColorForeground": "#392bff",
442
+ "dtThemeTopbarButtonColorForegroundHover": "#392bff",
443
+ "dtThemeTopbarButtonColorBackground": "#392bff",
444
+ "dtThemeTopbarButtonColorBackgroundHover": "#392bff",
445
+ "dtThemeTopbarButtonColorBackgroundActive": "#392bff",
446
+ "dtThemeTopbarProfileColorForeground": "#392bff",
447
447
  "dtThemeTopbarProfileColorForegroundInverted": "#000000",
448
- "dtThemeTopbarProfileColorBackground": "#E6E6E6",
449
- "dtThemeTopbarProfileColorBackgroundInverted": "#E6E6E6",
450
- "dtThemeTopbarProfileColorBackgroundHover": "#E6E6E6",
451
- "dtThemeTopbarProfileColorBackgroundActive": "#E6E6E6",
448
+ "dtThemeTopbarProfileColorBackground": "#392bff",
449
+ "dtThemeTopbarProfileColorBackgroundInverted": "#392bff",
450
+ "dtThemeTopbarProfileColorBackgroundHover": "#392bff",
451
+ "dtThemeTopbarProfileColorBackgroundActive": "#392bff",
452
452
  "dtThemeSidebarColorForeground": "#c7c7c7",
453
- "dtThemeSidebarColorForegroundUnread": "#E6E6E6",
453
+ "dtThemeSidebarColorForegroundUnread": "#e6e6e6",
454
454
  "dtThemeSidebarColorBackground": "#1f1f1f",
455
455
  "dtThemeSidebarIconColorForeground": "#c7c7c7",
456
- "dtThemeSidebarStatusColorForeground": "#B0B0B0",
457
- "dtThemeSidebarRowColorBackground": "#E6E6E6",
458
- "dtThemeSidebarRowColorBackgroundHover": "#E6E6E6",
459
- "dtThemeSidebarRowColorBackgroundActive": "#E6E6E6",
460
- "dtThemeSidebarSelectedRowColorForeground": "#E6E6E6",
461
- "dtThemeSidebarSelectedRowColorBackground": "#E6E6E6",
462
- "dtThemeSidebarSectionColorForeground": "#B0B0B0",
463
- "dtThemePresenceColorBackgroundAvailable": "#84EE0B",
464
- "dtThemePresenceColorBackgroundBusyUnavailable": "#FF415B",
465
- "dtThemePresenceColorBackgroundBusy": "#FFBD48",
466
- "dtThemePresenceColorBackgroundOffline": "#ffffff",
456
+ "dtThemeSidebarStatusColorForeground": "#b0b0b0",
457
+ "dtThemeSidebarRowColorBackground": "#392bff",
458
+ "dtThemeSidebarRowColorBackgroundHover": "#392bff",
459
+ "dtThemeSidebarRowColorBackgroundActive": "#392bff",
460
+ "dtThemeSidebarSelectedRowColorForeground": "#e6e6e6",
461
+ "dtThemeSidebarSelectedRowColorBackground": "#392bff",
462
+ "dtThemeSidebarSectionColorForeground": "#b0b0b0",
463
+ "dtThemePresenceColorBackgroundAvailable": "#84ee0b",
464
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#ff415b",
465
+ "dtThemePresenceColorBackgroundBusy": "#ffbd48",
466
+ "dtThemePresenceColorBackgroundOffline": "#808080",
467
467
  "dtThemeMentionColorForeground": "#000000",
468
468
  "dtThemeMentionColorForegroundStrong": "#000000",
469
- "dtThemeMentionColorBackground": "#BBA6FC",
470
- "dtThemeMentionColorBackgroundStrong": "#F5F0FF",
469
+ "dtThemeMentionColorBackground": "#bba6fc",
470
+ "dtThemeMentionColorBackgroundStrong": "#f5f0ff",
471
+ "dtShellBaseColorSurface": "#1f1f1f",
472
+ "dtShellBaseColorForeground": "#e6e6e6",
473
+ "dtShellBaseColorBorder": "#e6e6e6",
474
+ "dtShellBaseColorAccent": "#bba6fc",
475
+ "dtShellBaseColorStatusPositive": "#84ee0b",
476
+ "dtShellBaseColorStatusCritical": "#ff415b",
477
+ "dtShellBaseColorStatusWarning": "#ffbd48",
478
+ "dtShellBaseColorStatusAway": "#808080",
479
+ "dtShellBaseActionColorBackgroundPrimary": "#d4d4d4",
480
+ "dtShellBaseActionColorBackgroundSecondary": "#d4d4d4",
481
+ "dtShellBaseActionColorBackgroundMuted": "#d4d4d4",
482
+ "dtShellColorForegroundPrimary": "#e6e6e6",
483
+ "dtShellColorForegroundSecondary": "#e6e6e6",
484
+ "dtShellColorForegroundTertiary": "#e6e6e6",
485
+ "dtShellColorForegroundStrong": "#e6e6e6",
486
+ "dtShellColorForegroundMuted": "#e6e6e6",
487
+ "dtShellColorForegroundDisabled": "#e6e6e6",
488
+ "dtShellColorForegroundPositive": "#84ee0b",
489
+ "dtShellColorForegroundCritical": "#ff415b",
490
+ "dtShellColorForegroundWarning": "#ffbd48",
491
+ "dtShellColorSurfaceDefault": "#1f1f1f",
492
+ "dtShellColorBorderSubtle": "#e6e6e6",
493
+ "dtShellColorBorderDefault": "#e6e6e6",
494
+ "dtShellColorBorderBase": "#ffffff",
495
+ "dtShellActionColorForegroundPrimaryDefault": "#e6e6e6",
496
+ "dtShellActionColorForegroundSecondaryDefault": "#e6e6e6",
497
+ "dtShellActionColorForegroundPrimaryStrong": "#e6e6e6",
498
+ "dtShellActionColorForegroundTertiaryDefault": "#e6e6e6",
499
+ "dtShellActionColorForegroundPrimaryDisabled": "#e6e6e6",
500
+ "dtShellActionColorForegroundSecondaryDisabled": "#e6e6e6",
501
+ "dtShellActionColorForegroundMutedDefault": "#e6e6e6",
502
+ "dtShellActionColorForegroundMutedHover": "#e6e6e6",
503
+ "dtShellActionColorForegroundMutedActive": "#e6e6e6",
504
+ "dtShellActionColorForegroundMutedSelected": "#e6e6e6",
505
+ "dtShellActionColorBackgroundPrimaryDefault": "#d4d4d4",
506
+ "dtShellActionColorBackgroundPrimaryHover": "#d4d4d4",
507
+ "dtShellActionColorBackgroundPrimaryActive": "#d4d4d4",
508
+ "dtShellActionColorBackgroundPrimarySelected": "#d4d4d4",
509
+ "dtShellActionColorBackgroundSecondaryDefault": "#d4d4d4",
510
+ "dtShellActionColorBackgroundSecondaryHover": "#d4d4d4",
511
+ "dtShellActionColorBackgroundSecondaryActive": "#d4d4d4",
512
+ "dtShellActionColorBackgroundSecondarySelected": "#d4d4d4",
513
+ "dtShellActionColorBackgroundMutedDefault": "#d4d4d4",
514
+ "dtShellActionColorBackgroundMutedHover": "#d4d4d4",
515
+ "dtShellActionColorBackgroundMutedActive": "#d4d4d4",
516
+ "dtShellActionColorBackgroundMutedSelected": "#d4d4d4",
517
+ "dtShellMentionColorSurfacePrimary": "#bba6fc",
518
+ "dtShellMentionColorSurfaceSecondary": "#bba6fc",
519
+ "dtShellMentionColorForegroundPrimary": "#000000",
520
+ "dtShellMentionColorForegroundSecondary": "#171717",
521
+ "dtShellLogoColorStar": "#9071fc",
522
+ "dtShellLogoColorWordmark": "#f9f6ff",
523
+ "dtShellPresenceColorAvailable": "#84ee0b",
524
+ "dtShellPresenceColorUnavailable": "#ff415b",
525
+ "dtShellPresenceColorBusy": "#ffbd48",
526
+ "dtShellPresenceColorOffline": "#808080",
527
+ "dtShellFoo": "#392bff",
471
528
  "dtAvatarColorForeground": "#000000",
472
529
  "dtAvatarColorBackground100": "#1aa340",
473
530
  "dtAvatarColorBackground200": "#aaff83",
@@ -488,28 +545,28 @@
488
545
  "dtAvatarColorBackground1700": "#ffd646",
489
546
  "dtAvatarColorBackground1800": "#f1dab7",
490
547
  "dtAvatarColorBackground000": "#e0e0e0",
491
- "dtBadgeColorBackgroundDefault": "#E6E6E6",
548
+ "dtBadgeColorBackgroundDefault": "#e6e6e6",
492
549
  "dtBadgeColorBackgroundInfo": "#003165",
493
- "dtBadgeColorBackgroundSuccess": "#004F2E",
550
+ "dtBadgeColorBackgroundSuccess": "#004f2e",
494
551
  "dtBadgeColorBackgroundWarning": "#533204",
495
552
  "dtBadgeColorBackgroundCritical": "#640823",
496
- "dtBadgeColorBackgroundBulletin": "#BBA6FC",
497
- "dtBadgeColorBackgroundBulletinSubtle": "#3A1D95",
553
+ "dtBadgeColorBackgroundBulletin": "#bba6fc",
554
+ "dtBadgeColorBackgroundBulletinSubtle": "#3a1d95",
498
555
  "dtBadgeColorBackgroundAi": "linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 74%, #FB7328 93%, #F3960F 98%, #F3960F 100%)",
499
556
  "dtBadgeColorForegroundDefault": "#ffffff",
500
557
  "dtBadgeColorForegroundBulletin": "#000000",
501
- "dtBadgeColorForegroundBulletinSubtle": "#D3BCFF",
558
+ "dtBadgeColorForegroundBulletinSubtle": "#d3bcff",
502
559
  "dtBadgeColorForegroundAi": "#ffffff",
503
560
  "dtBadgeColorBorderDefault": "#ffffff",
504
- "dtBadgeColorBorderBulletinSubtle": "#7C52FF",
561
+ "dtBadgeColorBorderBulletinSubtle": "#7c52ff",
505
562
  "dtCheckboxSizeWidth": "1rem",
506
563
  "dtCheckboxSizeHeight": "1rem",
507
564
  "dtCheckboxSizeRadius": "0.25rem",
508
565
  "dtCheckboxColorBorderUnchecked": "#ffffff",
509
566
  "dtCheckboxColorBorderUncheckedHover": "#ffffff",
510
- "dtCheckboxColorBorderChecked": "#BBA6FC",
511
- "dtCheckboxColorBackgroundChecked": "#BBA6FC",
512
- "dtCheckboxColorForegroundDefault": "transparent",
567
+ "dtCheckboxColorBorderChecked": "#bba6fc",
568
+ "dtCheckboxColorBackgroundChecked": "#bba6fc",
569
+ "dtCheckboxColorForegroundDefault": "#ffffff00",
513
570
  "dtCheckboxColorForegroundChecked": "#000000",
514
571
  "dtIconSize100": "12px",
515
572
  "dtIconSize200": "14px",
@@ -532,8 +589,8 @@
532
589
  "dtRadioSizeRadius": "50%",
533
590
  "dtRadioColorBorderUnchecked": "#ffffff",
534
591
  "dtRadioColorBorderUncheckedHover": "#ffffff",
535
- "dtRadioColorBorderChecked": "#BBA6FC",
536
- "dtRadioColorBackgroundChecked": "#BBA6FC",
537
- "dtRadioColorForegroundDefault": "transparent",
592
+ "dtRadioColorBorderChecked": "#bba6fc",
593
+ "dtRadioColorBackgroundChecked": "#bba6fc",
594
+ "dtRadioColorForegroundDefault": "#ffffff00",
538
595
  "dtRadioColorForegroundChecked": "#000000"
539
596
  }