@dialpad/dialtone-tokens 1.6.4 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens.kt +218 -61
- package/dist/android/res/values/colors.xml +177 -19
- package/dist/android/res/values/dimens.xml +42 -38
- package/dist/css/variables.css +218 -65
- package/dist/doc.json +4867 -2113
- package/dist/ios/tokens.swift +218 -61
- package/dist/less/variables.less +218 -65
- package/dist/tokens.json +219 -66
- package/package.json +4 -4
package/dist/less/variables.less
CHANGED
|
@@ -1,55 +1,66 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 12 Apr 2023 00:40:06 GMT
|
|
4
4
|
|
|
5
|
-
@dt-
|
|
6
|
-
@dt-
|
|
7
|
-
@dt-
|
|
8
|
-
@dt-
|
|
9
|
-
@dt-
|
|
10
|
-
@dt-
|
|
11
|
-
@dt-
|
|
12
|
-
@dt-
|
|
13
|
-
@dt-
|
|
14
|
-
@dt-
|
|
15
|
-
@dt-
|
|
16
|
-
@dt-
|
|
17
|
-
@dt-
|
|
18
|
-
@dt-
|
|
19
|
-
@dt-
|
|
20
|
-
@dt-
|
|
21
|
-
@dt-
|
|
22
|
-
@dt-
|
|
23
|
-
@dt-
|
|
24
|
-
@dt-
|
|
25
|
-
@dt-
|
|
26
|
-
@dt-
|
|
27
|
-
@dt-
|
|
28
|
-
@dt-
|
|
29
|
-
@dt-
|
|
30
|
-
@dt-
|
|
31
|
-
@dt-
|
|
32
|
-
@dt-
|
|
33
|
-
@dt-
|
|
34
|
-
@dt-
|
|
35
|
-
@dt-
|
|
36
|
-
@dt-
|
|
37
|
-
@dt-
|
|
38
|
-
@dt-
|
|
39
|
-
@dt-
|
|
40
|
-
@dt-
|
|
41
|
-
@dt-color-
|
|
42
|
-
@dt-color-
|
|
43
|
-
@dt-color-
|
|
44
|
-
@dt-color-
|
|
45
|
-
@dt-color-
|
|
46
|
-
@dt-color-
|
|
47
|
-
@dt-color-
|
|
48
|
-
@dt-color-
|
|
49
|
-
@dt-color-
|
|
50
|
-
@dt-color-
|
|
51
|
-
@dt-color-
|
|
52
|
-
@dt-color-
|
|
5
|
+
@dt-color-foreground-primary: #000000;
|
|
6
|
+
@dt-color-foreground-secondary: #3a3a3a;
|
|
7
|
+
@dt-color-foreground-tertiary: #555555;
|
|
8
|
+
@dt-color-foreground-muted: #222222;
|
|
9
|
+
@dt-color-foreground-placeholder: #808080;
|
|
10
|
+
@dt-color-foreground-disabled: #808080;
|
|
11
|
+
@dt-color-foreground-critical: #ec0e0e;
|
|
12
|
+
@dt-color-foreground-critical-strong: #b70b0b;
|
|
13
|
+
@dt-color-foreground-success: #1aa340;
|
|
14
|
+
@dt-color-foreground-success-strong: #124620;
|
|
15
|
+
@dt-color-foreground-warning: #815008;
|
|
16
|
+
@dt-color-foreground-primary-inverted: #ffffff;
|
|
17
|
+
@dt-color-foreground-secondary-inverted: #e9e9e9;
|
|
18
|
+
@dt-color-foreground-tertiary-inverted: #d2d2d2;
|
|
19
|
+
@dt-color-foreground-muted-inverted: #e9e9e9;
|
|
20
|
+
@dt-color-foreground-placeholder-inverted: #808080;
|
|
21
|
+
@dt-color-foreground-disabled-inverted: #808080;
|
|
22
|
+
@dt-color-foreground-critical-inverted: #ff8585;
|
|
23
|
+
@dt-color-foreground-critical-strong-inverted: #ffa4a4;
|
|
24
|
+
@dt-color-foreground-success-inverted: #b0ffa3;
|
|
25
|
+
@dt-color-foreground-success-strong-inverted: #d3ffcd;
|
|
26
|
+
@dt-color-foreground-warning-inverted: #fff4cc;
|
|
27
|
+
@dt-color-link-primary: #7c52ff;
|
|
28
|
+
@dt-color-link-critical: #ec0e0e;
|
|
29
|
+
@dt-color-link-success: #1aa340;
|
|
30
|
+
@dt-color-link-warning: #815008;
|
|
31
|
+
@dt-color-link-muted: #222222;
|
|
32
|
+
@dt-color-link-disabled: #808080;
|
|
33
|
+
@dt-color-link-primary-inverted: #ab7eff;
|
|
34
|
+
@dt-color-link-critical-inverted: #ff8585;
|
|
35
|
+
@dt-color-link-success-inverted: #b0ffa3;
|
|
36
|
+
@dt-color-link-warning-inverted: #fff4cc;
|
|
37
|
+
@dt-color-link-muted-inverted: #e9e9e9;
|
|
38
|
+
@dt-color-link-disabled-inverted: #808080;
|
|
39
|
+
@dt-color-link-primary-hover: #3a1d95;
|
|
40
|
+
@dt-color-link-critical-hover: #b70b0b;
|
|
41
|
+
@dt-color-link-success-hover: #124620;
|
|
42
|
+
@dt-color-link-warning-hover: #555555;
|
|
43
|
+
@dt-color-link-muted-hover: #000000;
|
|
44
|
+
@dt-color-link-disabled-hover: #808080;
|
|
45
|
+
@dt-color-link-primary-inverted-hover: #dac7ff;
|
|
46
|
+
@dt-color-link-critical-inverted-hover: #ffa4a4;
|
|
47
|
+
@dt-color-link-success-inverted-hover: #d3ffcd;
|
|
48
|
+
@dt-color-link-warning-inverted-hover: #f9f9f9;
|
|
49
|
+
@dt-color-link-muted-inverted-hover: #f9f9f9;
|
|
50
|
+
@dt-color-link-disabled-inverted-hover: #808080;
|
|
51
|
+
@dt-color-surface-secondary-opaque: #000000;
|
|
52
|
+
@dt-color-surface-moderate-opaque: #000000;
|
|
53
|
+
@dt-color-surface-bold-opaque: #000000;
|
|
54
|
+
@dt-color-surface-strong-opaque: #000000;
|
|
55
|
+
@dt-color-surface-contrast-opaque: #000000;
|
|
56
|
+
@dt-color-surface-critical-opaque: #ec0e0e;
|
|
57
|
+
@dt-color-surface-critical-subtle-opaque: #ec0e0e;
|
|
58
|
+
@dt-color-surface-warning-opaque: #ffdb80;
|
|
59
|
+
@dt-color-surface-warning-subtle-opaque: #ffdb80;
|
|
60
|
+
@dt-color-surface-success-opaque: #1aa341;
|
|
61
|
+
@dt-color-surface-success-subtle-opaque: #1aa341;
|
|
62
|
+
@dt-color-surface-info-opaque: #1769c6;
|
|
63
|
+
@dt-color-surface-info-subtle-opaque: #1769c6;
|
|
53
64
|
@dt-color-surface-primary: #ffffff;
|
|
54
65
|
@dt-color-surface-secondary: #f9f9f9;
|
|
55
66
|
@dt-color-surface-moderate: #e9e9e9;
|
|
@@ -57,11 +68,55 @@
|
|
|
57
68
|
@dt-color-surface-strong: #555555;
|
|
58
69
|
@dt-color-surface-contrast: #222222;
|
|
59
70
|
@dt-color-surface-critical: #ffe5e6;
|
|
71
|
+
@dt-color-surface-critical-subtle: #fff2f3;
|
|
72
|
+
@dt-color-surface-critical-strong: #b70b0b;
|
|
60
73
|
@dt-color-surface-warning: #fff4cc;
|
|
74
|
+
@dt-color-surface-warning-subtle: #fffae5;
|
|
75
|
+
@dt-color-surface-warning-strong: #ffdb80;
|
|
61
76
|
@dt-color-surface-success: #edf9eb;
|
|
77
|
+
@dt-color-surface-success-subtle: #f8fdf7;
|
|
78
|
+
@dt-color-surface-success-strong: #1aa340;
|
|
62
79
|
@dt-color-surface-info: #eaf2fa;
|
|
80
|
+
@dt-color-surface-info-subtle: #f5f9fd;
|
|
81
|
+
@dt-color-surface-info-strong: #1768c6;
|
|
82
|
+
@dt-color-border-subtle: #000000;
|
|
83
|
+
@dt-color-border-default: #000000;
|
|
84
|
+
@dt-color-border-moderate: #000000;
|
|
85
|
+
@dt-color-border-bold: #000000;
|
|
86
|
+
@dt-color-border-subtle-inverted: #ffffff;
|
|
87
|
+
@dt-color-border-default-inverted: #ffffff;
|
|
88
|
+
@dt-color-border-moderate-inverted: #ffffff;
|
|
89
|
+
@dt-color-border-bold-inverted: #ffffff;
|
|
90
|
+
@dt-color-border-focus: #51a0fe;
|
|
91
|
+
@dt-color-border-critical: #ec0e0e;
|
|
92
|
+
@dt-color-border-success: #1aa340;
|
|
93
|
+
@dt-color-border-warning: #d28f2b;
|
|
94
|
+
@dt-color-border-brand: #7c52ff;
|
|
95
|
+
@dt-color-border-ai: #000000;
|
|
96
|
+
@dt-color-border-accent: #f9008e;
|
|
97
|
+
@dt-color-border-critical-subtle: #ff8585;
|
|
98
|
+
@dt-color-border-critical-strong: #b70b0b;
|
|
99
|
+
@dt-color-border-success-subtle: #b0ffa3;
|
|
100
|
+
@dt-color-border-success-strong: #124620;
|
|
101
|
+
@dt-color-border-warning-subtle: #ffdb80;
|
|
102
|
+
@dt-color-border-warning-strong: #674006;
|
|
103
|
+
@dt-color-border-brand-subtle: #dac7ff;
|
|
104
|
+
@dt-color-border-brand-strong: #3a1d95;
|
|
105
|
+
@dt-color-border-critical-inverted: #ff8585;
|
|
106
|
+
@dt-color-border-success-inverted: #b0ffa3;
|
|
107
|
+
@dt-color-border-warning-inverted: #ffdb80;
|
|
108
|
+
@dt-color-border-brand-inverted: #7c52ff;
|
|
109
|
+
@dt-color-border-critical-subtle-inverted: #b70b0b;
|
|
110
|
+
@dt-color-border-critical-strong-inverted: #ffe5e6;
|
|
111
|
+
@dt-color-border-success-subtle-inverted: #1aa340;
|
|
112
|
+
@dt-color-border-success-strong-inverted: #edf9eb;
|
|
113
|
+
@dt-color-border-warning-subtle-inverted: #d28f2b;
|
|
114
|
+
@dt-color-border-warning-strong-inverted: #fff4cc;
|
|
115
|
+
@dt-color-border-brand-subtle-inverted: #3a1d95;
|
|
116
|
+
@dt-color-border-brand-strong-inverted: #dac7ff;
|
|
63
117
|
@dt-color-neutral-white: #ffffff;
|
|
64
118
|
@dt-color-neutral-black: #000000;
|
|
119
|
+
@dt-color-neutral-transparent: #000000;
|
|
65
120
|
@dt-color-black-100: #f9f9f9;
|
|
66
121
|
@dt-color-black-200: #e9e9e9;
|
|
67
122
|
@dt-color-black-300: #d2d2d2;
|
|
@@ -108,22 +163,28 @@
|
|
|
108
163
|
@dt-color-tan-400: #3f3d3c;
|
|
109
164
|
@dt-color-tan-500: #121212;
|
|
110
165
|
@dt-color-gradient-magenta-purple: #000000;
|
|
166
|
+
@dt-color-brand-purple: #7c52ff;
|
|
167
|
+
@dt-color-brand-magenta: #f9008e;
|
|
111
168
|
@dt-typography-body-small-font-family: -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";
|
|
112
169
|
@dt-typography-body-small-font-weight: 400;
|
|
113
170
|
@dt-typography-body-small-line-height: 140%;
|
|
114
171
|
@dt-typography-body-small-font-size: 1.2rem;
|
|
172
|
+
@dt-typography-body-small-text-case: none;
|
|
115
173
|
@dt-typography-body-base-font-family: -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";
|
|
116
174
|
@dt-typography-body-base-font-weight: 400;
|
|
117
175
|
@dt-typography-body-base-line-height: 160%;
|
|
118
176
|
@dt-typography-body-base-font-size: 1.5rem;
|
|
177
|
+
@dt-typography-body-base-text-case: none;
|
|
119
178
|
@dt-typography-body-compact-small-font-family: -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";
|
|
120
179
|
@dt-typography-body-compact-small-font-weight: 400;
|
|
121
180
|
@dt-typography-body-compact-small-line-height: 120%;
|
|
122
181
|
@dt-typography-body-compact-small-font-size: 1.2rem;
|
|
182
|
+
@dt-typography-body-compact-small-text-case: none;
|
|
123
183
|
@dt-typography-body-compact-base-font-family: -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";
|
|
124
184
|
@dt-typography-body-compact-base-font-weight: 400;
|
|
125
185
|
@dt-typography-body-compact-base-line-height: 140%;
|
|
126
186
|
@dt-typography-body-compact-base-font-size: 1.5rem;
|
|
187
|
+
@dt-typography-body-compact-base-text-case: none;
|
|
127
188
|
@dt-typography-headline-eyebrow-font-family: -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";
|
|
128
189
|
@dt-typography-headline-eyebrow-font-weight: 400;
|
|
129
190
|
@dt-typography-headline-eyebrow-line-height: 140%;
|
|
@@ -133,90 +194,112 @@
|
|
|
133
194
|
@dt-typography-headline-small-font-weight: 700;
|
|
134
195
|
@dt-typography-headline-small-line-height: 140%;
|
|
135
196
|
@dt-typography-headline-small-font-size: 1.2rem;
|
|
197
|
+
@dt-typography-headline-small-text-case: none;
|
|
136
198
|
@dt-typography-headline-medium-font-family: -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";
|
|
137
199
|
@dt-typography-headline-medium-font-weight: 700;
|
|
138
200
|
@dt-typography-headline-medium-line-height: 160%;
|
|
139
201
|
@dt-typography-headline-medium-font-size: 1.5rem;
|
|
202
|
+
@dt-typography-headline-medium-text-case: none;
|
|
140
203
|
@dt-typography-headline-large-font-family: -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";
|
|
141
204
|
@dt-typography-headline-large-font-weight: 700;
|
|
142
205
|
@dt-typography-headline-large-line-height: 160%;
|
|
143
206
|
@dt-typography-headline-large-font-size: 1.9rem;
|
|
207
|
+
@dt-typography-headline-large-text-case: none;
|
|
144
208
|
@dt-typography-headline-extra-large-font-family: -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";
|
|
145
209
|
@dt-typography-headline-extra-large-font-weight: 500;
|
|
146
210
|
@dt-typography-headline-extra-large-line-height: 120%;
|
|
147
211
|
@dt-typography-headline-extra-large-font-size: 2.7rem;
|
|
212
|
+
@dt-typography-headline-extra-large-text-case: none;
|
|
148
213
|
@dt-typography-headline-extra-extra-large-font-family: -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";
|
|
149
214
|
@dt-typography-headline-extra-extra-large-font-weight: 500;
|
|
150
215
|
@dt-typography-headline-extra-extra-large-line-height: 120%;
|
|
151
216
|
@dt-typography-headline-extra-extra-large-font-size: 3.8rem;
|
|
217
|
+
@dt-typography-headline-extra-extra-large-text-case: none;
|
|
152
218
|
@dt-typography-headline-soft-small-font-family: -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";
|
|
153
219
|
@dt-typography-headline-soft-small-font-weight: 500;
|
|
154
220
|
@dt-typography-headline-soft-small-line-height: 140%;
|
|
155
221
|
@dt-typography-headline-soft-small-font-size: 1.2rem;
|
|
222
|
+
@dt-typography-headline-soft-small-text-case: none;
|
|
156
223
|
@dt-typography-headline-compact-small-font-family: -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";
|
|
157
224
|
@dt-typography-headline-compact-small-font-weight: 700;
|
|
158
225
|
@dt-typography-headline-compact-small-line-height: 120%;
|
|
159
226
|
@dt-typography-headline-compact-small-font-size: 1.2rem;
|
|
227
|
+
@dt-typography-headline-compact-small-text-case: none;
|
|
160
228
|
@dt-typography-headline-compact-medium-font-family: -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";
|
|
161
229
|
@dt-typography-headline-compact-medium-font-weight: 700;
|
|
162
230
|
@dt-typography-headline-compact-medium-line-height: 140%;
|
|
163
231
|
@dt-typography-headline-compact-medium-font-size: 1.5rem;
|
|
232
|
+
@dt-typography-headline-compact-medium-text-case: none;
|
|
164
233
|
@dt-typography-headline-compact-large-font-family: -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";
|
|
165
234
|
@dt-typography-headline-compact-large-font-weight: 700;
|
|
166
235
|
@dt-typography-headline-compact-large-line-height: 120%;
|
|
167
236
|
@dt-typography-headline-compact-large-font-size: 1.9rem;
|
|
237
|
+
@dt-typography-headline-compact-large-text-case: none;
|
|
168
238
|
@dt-typography-headline-compact-soft-small-font-family: -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";
|
|
169
239
|
@dt-typography-headline-compact-soft-small-font-weight: 500;
|
|
170
240
|
@dt-typography-headline-compact-soft-small-line-height: 120%;
|
|
171
241
|
@dt-typography-headline-compact-soft-small-font-size: 1.2rem;
|
|
242
|
+
@dt-typography-headline-compact-soft-small-text-case: none;
|
|
172
243
|
@dt-typography-label-small-font-family: -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";
|
|
173
244
|
@dt-typography-label-small-font-weight: 600;
|
|
174
245
|
@dt-typography-label-small-line-height: 140%;
|
|
175
246
|
@dt-typography-label-small-font-size: 1.2rem;
|
|
247
|
+
@dt-typography-label-small-text-case: none;
|
|
176
248
|
@dt-typography-label-base-font-family: -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";
|
|
177
249
|
@dt-typography-label-base-font-weight: 600;
|
|
178
250
|
@dt-typography-label-base-line-height: 160%;
|
|
179
251
|
@dt-typography-label-base-font-size: 1.5rem;
|
|
252
|
+
@dt-typography-label-base-text-case: none;
|
|
180
253
|
@dt-typography-label-compact-small-font-family: -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";
|
|
181
254
|
@dt-typography-label-compact-small-font-weight: 600;
|
|
182
255
|
@dt-typography-label-compact-small-line-height: 120%;
|
|
183
256
|
@dt-typography-label-compact-small-font-size: 1.2rem;
|
|
257
|
+
@dt-typography-label-compact-small-text-case: none;
|
|
184
258
|
@dt-typography-label-compact-base-font-family: -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";
|
|
185
259
|
@dt-typography-label-compact-base-font-weight: 600;
|
|
186
260
|
@dt-typography-label-compact-base-line-height: 140%;
|
|
187
261
|
@dt-typography-label-compact-base-font-size: 1.5rem;
|
|
262
|
+
@dt-typography-label-compact-base-text-case: none;
|
|
188
263
|
@dt-typography-label-compact-plain-small-font-family: -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";
|
|
189
264
|
@dt-typography-label-compact-plain-small-font-weight: 400;
|
|
190
265
|
@dt-typography-label-compact-plain-small-line-height: 120%;
|
|
191
266
|
@dt-typography-label-compact-plain-small-font-size: 1.2rem;
|
|
267
|
+
@dt-typography-label-compact-plain-small-text-case: none;
|
|
192
268
|
@dt-typography-label-compact-plain-base-font-family: -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";
|
|
193
269
|
@dt-typography-label-compact-plain-base-font-weight: 400;
|
|
194
270
|
@dt-typography-label-compact-plain-base-line-height: 140%;
|
|
195
271
|
@dt-typography-label-compact-plain-base-font-size: 1.5rem;
|
|
272
|
+
@dt-typography-label-compact-plain-base-text-case: none;
|
|
196
273
|
@dt-typography-label-plain-small-font-family: -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";
|
|
197
274
|
@dt-typography-label-plain-small-font-weight: 400;
|
|
198
275
|
@dt-typography-label-plain-small-line-height: 140%;
|
|
199
276
|
@dt-typography-label-plain-small-font-size: 1.2rem;
|
|
277
|
+
@dt-typography-label-plain-small-text-case: none;
|
|
200
278
|
@dt-typography-label-plain-base-font-family: -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";
|
|
201
279
|
@dt-typography-label-plain-base-font-weight: 400;
|
|
202
280
|
@dt-typography-label-plain-base-line-height: 160%;
|
|
203
281
|
@dt-typography-label-plain-base-font-size: 1.5rem;
|
|
282
|
+
@dt-typography-label-plain-base-text-case: none;
|
|
204
283
|
@dt-typography-helper-small-font-family: -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";
|
|
205
284
|
@dt-typography-helper-small-font-weight: 400;
|
|
206
285
|
@dt-typography-helper-small-line-height: 120%;
|
|
207
286
|
@dt-typography-helper-small-font-size: 1.2rem;
|
|
287
|
+
@dt-typography-helper-small-text-case: none;
|
|
208
288
|
@dt-typography-helper-base-font-family: -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";
|
|
209
289
|
@dt-typography-helper-base-font-weight: 400;
|
|
210
290
|
@dt-typography-helper-base-line-height: 140%;
|
|
211
291
|
@dt-typography-helper-base-font-size: 1.5rem;
|
|
292
|
+
@dt-typography-helper-base-text-case: none;
|
|
212
293
|
@dt-typography-code-small-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
213
294
|
@dt-typography-code-small-font-weight: 400;
|
|
214
295
|
@dt-typography-code-small-line-height: 120%;
|
|
215
296
|
@dt-typography-code-small-font-size: 1.2rem;
|
|
297
|
+
@dt-typography-code-small-text-case: none;
|
|
216
298
|
@dt-typography-code-base-font-family: SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, Courier, monospace;
|
|
217
299
|
@dt-typography-code-base-font-weight: 400;
|
|
218
300
|
@dt-typography-code-base-line-height: 120%;
|
|
219
301
|
@dt-typography-code-base-font-size: 1.5rem;
|
|
302
|
+
@dt-typography-code-base-text-case: none;
|
|
220
303
|
@dt-size-0: 0;
|
|
221
304
|
@dt-size-100: 0.1rem;
|
|
222
305
|
@dt-size-200: 0.2rem;
|
|
@@ -226,27 +309,13 @@
|
|
|
226
309
|
@dt-size-600: 3.2rem;
|
|
227
310
|
@dt-size-700: 6.4rem;
|
|
228
311
|
@dt-size-800: 12.8rem;
|
|
229
|
-
@dt-size-icon-100: 1.2rem;
|
|
230
|
-
@dt-size-icon-200: 1.4rem;
|
|
231
|
-
@dt-size-icon-300: 1.8rem;
|
|
232
|
-
@dt-size-icon-400: 2rem;
|
|
233
|
-
@dt-size-icon-500: 2.4rem;
|
|
234
|
-
@dt-size-icon-600: 3.2rem;
|
|
235
|
-
@dt-size-icon-700: 3.8rem;
|
|
236
|
-
@dt-size-icon-800: 4.8rem;
|
|
237
312
|
@dt-size-border-0: 0;
|
|
238
313
|
@dt-size-border-100: 0.1rem;
|
|
314
|
+
@dt-size-border-150: 0.15rem;
|
|
239
315
|
@dt-size-border-200: 0.2rem;
|
|
240
316
|
@dt-size-border-300: 0.4rem;
|
|
241
317
|
@dt-size-border-400: 0.8rem;
|
|
242
|
-
@dt-size-border-
|
|
243
|
-
@dt-size-border-icon-200: 0.125rem;
|
|
244
|
-
@dt-size-border-icon-300: 0.15rem;
|
|
245
|
-
@dt-size-border-icon-400: 0.175rem;
|
|
246
|
-
@dt-size-border-icon-500: 0.175rem;
|
|
247
|
-
@dt-size-border-icon-600: 0.25rem;
|
|
248
|
-
@dt-size-border-icon-700: 0.275rem;
|
|
249
|
-
@dt-size-border-icon-800: 0.35rem;
|
|
318
|
+
@dt-size-border-focus: 0.3rem;
|
|
250
319
|
@dt-size-base: 0.8rem;
|
|
251
320
|
@dt-size-radius-0: 0;
|
|
252
321
|
@dt-size-radius-100: 0.1rem;
|
|
@@ -255,6 +324,90 @@
|
|
|
255
324
|
@dt-size-radius-400: 0.8rem;
|
|
256
325
|
@dt-size-radius-500: 1.6rem;
|
|
257
326
|
@dt-size-radius-600: 3.2rem;
|
|
327
|
+
@dt-inputs-size-border-default: 0.15rem;
|
|
328
|
+
@dt-inputs-size-border-status: 0.2rem;
|
|
329
|
+
@dt-inputs-size-radius-xs: 0.4rem;
|
|
330
|
+
@dt-inputs-size-radius-sm: 0.8rem;
|
|
331
|
+
@dt-inputs-size-radius-md: 0.8rem;
|
|
332
|
+
@dt-inputs-size-radius-lg: 1.2rem;
|
|
333
|
+
@dt-inputs-size-radius-xl: 1.6rem;
|
|
334
|
+
@dt-inputs-line-height-default: 120%;
|
|
335
|
+
@dt-inputs-font-size-xs: 1.2rem;
|
|
336
|
+
@dt-inputs-font-size-sm: 1.2rem;
|
|
337
|
+
@dt-inputs-font-size-md: 1.5rem;
|
|
338
|
+
@dt-inputs-font-size-lg: 1.9rem;
|
|
339
|
+
@dt-inputs-font-size-xl: 2.7rem;
|
|
340
|
+
@dt-inputs-color-foreground-default: #3A3A3A;
|
|
341
|
+
@dt-inputs-color-foreground-placeholder: #808080;
|
|
342
|
+
@dt-inputs-color-foreground-disabled: #808080;
|
|
343
|
+
@dt-inputs-color-border-default: #0000001a;
|
|
344
|
+
@dt-inputs-color-border-focus: #51A0FE;
|
|
345
|
+
@dt-inputs-color-border-critical: #EC0E0E;
|
|
346
|
+
@dt-inputs-color-border-success: #1AA340;
|
|
347
|
+
@dt-inputs-color-border-warning: #D28F2B;
|
|
348
|
+
@dt-inputs-color-border-disabled: transparent;
|
|
349
|
+
@dt-inputs-color-background-default: #00000008;
|
|
350
|
+
@dt-inputs-color-background-focus: #00000003;
|
|
351
|
+
@dt-inputs-color-background-disabled: #0000001f;
|
|
352
|
+
@dt-action-color-foreground-base-default: #7C52FF;
|
|
353
|
+
@dt-action-color-foreground-base-hover: #551FFF;
|
|
354
|
+
@dt-action-color-foreground-base-active: #551FFF;
|
|
355
|
+
@dt-action-color-foreground-base-primary-default: #ffffff;
|
|
356
|
+
@dt-action-color-foreground-critical-default: #EC0E0E;
|
|
357
|
+
@dt-action-color-foreground-critical-hover: #D90D0D;
|
|
358
|
+
@dt-action-color-foreground-critical-active: #D90D0D;
|
|
359
|
+
@dt-action-color-foreground-critical-primary-default: #ffffff;
|
|
360
|
+
@dt-action-color-foreground-inverted-default: #ffffff;
|
|
361
|
+
@dt-action-color-foreground-inverted-hover: #ffffff;
|
|
362
|
+
@dt-action-color-foreground-inverted-active: #ffffff;
|
|
363
|
+
@dt-action-color-foreground-inverted-primary-default: #7C52FF;
|
|
364
|
+
@dt-action-color-foreground-inverted-primary-hover: #3A1D95;
|
|
365
|
+
@dt-action-color-foreground-inverted-primary-active: #3A1D95;
|
|
366
|
+
@dt-action-color-foreground-muted-default: #3A3A3A;
|
|
367
|
+
@dt-action-color-foreground-muted-hover: #3A3A3A;
|
|
368
|
+
@dt-action-color-foreground-muted-active: #3A3A3A;
|
|
369
|
+
@dt-action-color-foreground-disabled-default: #808080;
|
|
370
|
+
@dt-action-color-background-base-default: transparent;
|
|
371
|
+
@dt-action-color-background-base-hover: #7c52ff0a;
|
|
372
|
+
@dt-action-color-background-base-active: #7c52ff24;
|
|
373
|
+
@dt-action-color-background-base-primary-default: #7C52FF;
|
|
374
|
+
@dt-action-color-background-base-primary-hover: #6533FF;
|
|
375
|
+
@dt-action-color-background-base-primary-active: #4D14FF;
|
|
376
|
+
@dt-action-color-background-critical-default: transparent;
|
|
377
|
+
@dt-action-color-background-critical-hover: #ec0e0e08;
|
|
378
|
+
@dt-action-color-background-critical-active: #ec0e0e17;
|
|
379
|
+
@dt-action-color-background-critical-primary-default: #EC0E0E;
|
|
380
|
+
@dt-action-color-background-critical-primary-hover: #D90D0D;
|
|
381
|
+
@dt-action-color-background-critical-primary-active: #C50C0C;
|
|
382
|
+
@dt-action-color-background-inverted-default: transparent;
|
|
383
|
+
@dt-action-color-background-inverted-hover: #ffffff26;
|
|
384
|
+
@dt-action-color-background-inverted-active: #ffffff4d;
|
|
385
|
+
@dt-action-color-background-inverted-primary-default: #ffffff;
|
|
386
|
+
@dt-action-color-background-inverted-primary-hover: #F5F0FF;
|
|
387
|
+
@dt-action-color-background-inverted-primary-active: #E1D1FF;
|
|
388
|
+
@dt-action-color-background-muted-default: transparent;
|
|
389
|
+
@dt-action-color-background-muted-hover: #2222220d;
|
|
390
|
+
@dt-action-color-background-muted-active: #2222221a;
|
|
391
|
+
@dt-action-color-background-disabled-default: #D2D2D2;
|
|
392
|
+
@dt-action-color-border-base-outlined-default: #7C52FF;
|
|
393
|
+
@dt-action-color-border-critical-outlined-default: #EC0E0E;
|
|
394
|
+
@dt-action-color-border-inverted-outlined-default: #F9F9F9;
|
|
395
|
+
@dt-action-color-border-muted-outlined-default: #555555;
|
|
396
|
+
@dt-theme-sidebar-color-foreground: #000000;
|
|
397
|
+
@dt-theme-sidebar-color-background: #F9F9F9;
|
|
398
|
+
@dt-theme-sidebar-icon-color-foreground: #3A3A3A;
|
|
399
|
+
@dt-theme-sidebar-status-color-foreground: #555555;
|
|
400
|
+
@dt-theme-sidebar-row-color-background: transparent;
|
|
401
|
+
@dt-theme-sidebar-row-color-background-hover: #0000001a;
|
|
402
|
+
@dt-theme-sidebar-row-color-background-active: #D2D2D2;
|
|
403
|
+
@dt-theme-sidebar-selected-row-color-foreground: #000000;
|
|
404
|
+
@dt-theme-sidebar-selected-row-color-background: #E9E9E9;
|
|
405
|
+
@dt-theme-presence-color-background-available: #1AA340;
|
|
406
|
+
@dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
|
|
407
|
+
@dt-theme-presence-color-background-busy: #F6AB3C;
|
|
408
|
+
@dt-theme-presence-color-background-offline: #ffffff;
|
|
409
|
+
@dt-theme-mention-color-foreground: #ffffff;
|
|
410
|
+
@dt-theme-mention-color-background: #7C52FF;
|
|
258
411
|
@dt-opacity-0: 0;
|
|
259
412
|
@dt-opacity-100: 0.05;
|
|
260
413
|
@dt-opacity-200: 0.1;
|