@dialpad/dialtone-tokens 1.22.0 → 1.23.2
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-dark.kt +19 -10
- package/dist/android/java/tokens-light.kt +25 -16
- package/dist/android/res/values/colors-dark.xml +56 -46
- package/dist/android/res/values/colors-light.xml +21 -11
- package/dist/android/res/values/dimens.xml +1 -4
- package/dist/css/variables-dark.css +704 -694
- package/dist/css/variables-light.css +580 -570
- package/dist/doc.json +37864 -16184
- package/dist/ios/tokens-dark.swift +15 -8
- package/dist/ios/tokens-light.swift +21 -14
- package/dist/less/variables-dark.less +704 -694
- package/dist/less/variables-light.less +580 -570
- package/dist/tokens-dark.json +357 -350
- package/dist/tokens-light.json +283 -276
- package/package.json +13 -12
package/dist/tokens-dark.json
CHANGED
|
@@ -2,31 +2,31 @@
|
|
|
2
2
|
"dtRadioColorBorderUnchecked": "#808080",
|
|
3
3
|
"dtRadioColorBorderChecked": "#7C52FF",
|
|
4
4
|
"dtRadioColorBackgroundChecked": "#7C52FF",
|
|
5
|
-
"dtRadioSizeWidth": "
|
|
6
|
-
"dtRadioSizeHeight": "
|
|
5
|
+
"dtRadioSizeWidth": "1rem",
|
|
6
|
+
"dtRadioSizeHeight": "1rem",
|
|
7
7
|
"dtRadioSizeRadius": "50%",
|
|
8
|
-
"dtIconSize100": "
|
|
9
|
-
"dtIconSize200": "
|
|
10
|
-
"dtIconSize300": "1.
|
|
11
|
-
"dtIconSize400": "
|
|
12
|
-
"dtIconSize500": "
|
|
13
|
-
"dtIconSize600": "
|
|
14
|
-
"dtIconSize700": "
|
|
15
|
-
"dtIconSize800": "
|
|
16
|
-
"dtIconSizeBorder100": "0.
|
|
17
|
-
"dtIconSizeBorder200": "0.
|
|
18
|
-
"dtIconSizeBorder300": "0.
|
|
19
|
-
"dtIconSizeBorder400": "0.
|
|
20
|
-
"dtIconSizeBorder500": "0.
|
|
21
|
-
"dtIconSizeBorder600": "0.
|
|
22
|
-
"dtIconSizeBorder700": "0.
|
|
23
|
-
"dtIconSizeBorder800": "0.
|
|
8
|
+
"dtIconSize100": "0.75rem",
|
|
9
|
+
"dtIconSize200": "0.875rem",
|
|
10
|
+
"dtIconSize300": "1.125rem",
|
|
11
|
+
"dtIconSize400": "1.25rem",
|
|
12
|
+
"dtIconSize500": "1.5rem",
|
|
13
|
+
"dtIconSize600": "2rem",
|
|
14
|
+
"dtIconSize700": "2.375rem",
|
|
15
|
+
"dtIconSize800": "3rem",
|
|
16
|
+
"dtIconSizeBorder100": "0.0625rem",
|
|
17
|
+
"dtIconSizeBorder200": "0.078125rem",
|
|
18
|
+
"dtIconSizeBorder300": "0.09375rem",
|
|
19
|
+
"dtIconSizeBorder400": "0.109375rem",
|
|
20
|
+
"dtIconSizeBorder500": "0.109375rem",
|
|
21
|
+
"dtIconSizeBorder600": "0.15625rem",
|
|
22
|
+
"dtIconSizeBorder700": "0.171875rem",
|
|
23
|
+
"dtIconSizeBorder800": "0.21875rem",
|
|
24
24
|
"dtCheckboxColorBorderUnchecked": "#808080",
|
|
25
25
|
"dtCheckboxColorBorderChecked": "#7C52FF",
|
|
26
26
|
"dtCheckboxColorBackgroundChecked": "#7C52FF",
|
|
27
|
-
"dtCheckboxSizeWidth": "
|
|
28
|
-
"dtCheckboxSizeHeight": "
|
|
29
|
-
"dtCheckboxSizeRadius": "0.
|
|
27
|
+
"dtCheckboxSizeWidth": "1rem",
|
|
28
|
+
"dtCheckboxSizeHeight": "1rem",
|
|
29
|
+
"dtCheckboxSizeRadius": "0.25rem",
|
|
30
30
|
"dtBadgeColorBackgroundDefault": "#e6e6e626",
|
|
31
31
|
"dtBadgeColorBackgroundInfo": "#01326D",
|
|
32
32
|
"dtBadgeColorBackgroundSuccess": "#124620",
|
|
@@ -56,65 +56,60 @@
|
|
|
56
56
|
"dtAvatarColorBackground1700": "#ffd646",
|
|
57
57
|
"dtAvatarColorBackground1800": "#f1dab7",
|
|
58
58
|
"dtAvatarColorBackground000": "#e0e0e0",
|
|
59
|
-
"dtColorForegroundPrimary": "#E6E6E6",
|
|
60
|
-
"dtColorForegroundSecondary": "#C2C2C2",
|
|
61
|
-
"dtColorForegroundTertiary": "#AAAAAA",
|
|
62
59
|
"dtColorForegroundMuted": "#d4d4d499",
|
|
63
60
|
"dtColorForegroundPlaceholder": "#AAAAAA",
|
|
64
61
|
"dtColorForegroundDisabled": "#AAAAAA",
|
|
65
62
|
"dtColorForegroundCritical": "#FF8585",
|
|
66
63
|
"dtColorForegroundCriticalStrong": "#ffa4a4",
|
|
67
|
-
"dtColorForegroundSuccess": "#B0FFA3",
|
|
68
64
|
"dtColorForegroundSuccessStrong": "#cbffc3",
|
|
69
65
|
"dtColorForegroundWarning": "#FFDB80",
|
|
70
66
|
"dtColorForegroundPrimaryInverted": "#000000",
|
|
71
67
|
"dtColorForegroundSecondaryInverted": "#3A3A3A",
|
|
72
68
|
"dtColorForegroundTertiaryInverted": "#555555",
|
|
69
|
+
"dtColorForegroundCriticalInverted": "#EC0E0E",
|
|
70
|
+
"dtColorForegroundCriticalStrongInverted": "#B70B0B",
|
|
71
|
+
"dtColorForegroundSuccessStrongInverted": "#124620",
|
|
72
|
+
"dtColorForegroundPrimary": "#E6E6E6",
|
|
73
|
+
"dtColorForegroundSecondary": "#C2C2C2",
|
|
74
|
+
"dtColorForegroundTertiary": "#AAAAAA",
|
|
75
|
+
"dtColorForegroundSuccess": "#B0FFA3",
|
|
73
76
|
"dtColorForegroundMutedInverted": "#26262699",
|
|
74
77
|
"dtColorForegroundPlaceholderInverted": "#808080",
|
|
75
78
|
"dtColorForegroundDisabledInverted": "#808080",
|
|
76
|
-
"dtColorForegroundCriticalInverted": "#EC0E0E",
|
|
77
|
-
"dtColorForegroundCriticalStrongInverted": "#B70B0B",
|
|
78
79
|
"dtColorForegroundSuccessInverted": "#1AA340",
|
|
79
|
-
"dtColorForegroundSuccessStrongInverted": "#124620",
|
|
80
80
|
"dtColorForegroundWarningInverted": "#815008",
|
|
81
81
|
"dtColorLinkPrimary": "#b790ff",
|
|
82
|
+
"dtColorLinkCriticalHover": "#FFE5E6",
|
|
83
|
+
"dtColorLinkWarningHover": "#FFF4CC",
|
|
84
|
+
"dtColorLinkCriticalInvertedHover": "#B70B0B",
|
|
85
|
+
"dtColorLinkWarningInvertedHover": "#262626",
|
|
86
|
+
"dtColorLinkDisabledInvertedHover": "#808080",
|
|
82
87
|
"dtColorLinkCritical": "#FF8585",
|
|
83
88
|
"dtColorLinkSuccess": "#B0FFA3",
|
|
84
89
|
"dtColorLinkWarning": "#FFDB80",
|
|
90
|
+
"dtColorLinkMuted": "#C2C2C2",
|
|
85
91
|
"dtColorLinkDisabled": "#AAAAAA",
|
|
86
|
-
"dtColorLinkPrimaryHover": "#DAC7FF",
|
|
87
|
-
"dtColorLinkCriticalHover": "#FFE5E6",
|
|
88
|
-
"dtColorLinkSuccessHover": "#EDF9EB",
|
|
89
|
-
"dtColorLinkWarningHover": "#FFF4CC",
|
|
90
|
-
"dtColorLinkDisabledHover": "#AAAAAA",
|
|
91
92
|
"dtColorLinkPrimaryInverted": "#7C52FF",
|
|
92
|
-
"dtColorLinkPrimaryInvertedHover": "#3A1D95",
|
|
93
93
|
"dtColorLinkCriticalInverted": "#EC0E0E",
|
|
94
|
-
"dtColorLinkCriticalInvertedHover": "#B70B0B",
|
|
95
94
|
"dtColorLinkSuccessInverted": "#1AA340",
|
|
96
|
-
"dtColorLinkSuccessInvertedHover": "#124620",
|
|
97
95
|
"dtColorLinkWarningInverted": "#815008",
|
|
98
|
-
"dtColorLinkWarningInvertedHover": "#262626",
|
|
99
|
-
"dtColorLinkDisabledInverted": "#808080",
|
|
100
|
-
"dtColorLinkDisabledInvertedHover": "#808080",
|
|
101
|
-
"dtColorLinkMuted": "#C2C2C2",
|
|
102
96
|
"dtColorLinkMutedInverted": "#3A3A3A",
|
|
97
|
+
"dtColorLinkDisabledInverted": "#808080",
|
|
98
|
+
"dtColorLinkPrimaryHover": "#DAC7FF",
|
|
99
|
+
"dtColorLinkSuccessHover": "#EDF9EB",
|
|
103
100
|
"dtColorLinkMutedHover": "#E6E6E6",
|
|
101
|
+
"dtColorLinkDisabledHover": "#AAAAAA",
|
|
102
|
+
"dtColorLinkPrimaryInvertedHover": "#3A1D95",
|
|
103
|
+
"dtColorLinkSuccessInvertedHover": "#124620",
|
|
104
104
|
"dtColorLinkMutedInvertedHover": "#000000",
|
|
105
105
|
"dtColorSurfacePrimary": "#1f1f1f",
|
|
106
106
|
"dtColorSurfaceSecondary": "#262626",
|
|
107
107
|
"dtColorSurfaceModerate": "#3A3A3A",
|
|
108
108
|
"dtColorSurfaceBold": "#555555",
|
|
109
|
-
"dtColorSurfaceStrong": "#AAAAAA",
|
|
110
109
|
"dtColorSurfaceContrast": "#E6E6E6",
|
|
111
|
-
"dtColorSurfaceCritical": "#5B0505",
|
|
112
110
|
"dtColorSurfaceCriticalSubtle": "#2d0202",
|
|
113
|
-
"dtColorSurfaceWarning": "#815008",
|
|
114
111
|
"dtColorSurfaceWarningSubtle": "#402804",
|
|
115
|
-
"dtColorSurfaceSuccess": "#124620",
|
|
116
112
|
"dtColorSurfaceSuccessSubtle": "#092310",
|
|
117
|
-
"dtColorSurfaceInfo": "#01326D",
|
|
118
113
|
"dtColorSurfaceInfoSubtle": "#011e41",
|
|
119
114
|
"dtColorSurfaceSecondaryOpaque": "#e6e6e60f",
|
|
120
115
|
"dtColorSurfaceModerateOpaque": "#e6e6e626",
|
|
@@ -130,9 +125,14 @@
|
|
|
130
125
|
"dtColorSurfaceInfoOpaque": "#1769c64a",
|
|
131
126
|
"dtColorSurfaceInfoSubtleOpaque": "#011e4180",
|
|
132
127
|
"dtColorSurfaceBackdrop": "#000000b3",
|
|
128
|
+
"dtColorSurfaceStrong": "#AAAAAA",
|
|
129
|
+
"dtColorSurfaceCritical": "#5B0505",
|
|
133
130
|
"dtColorSurfaceCriticalStrong": "#FF8585",
|
|
131
|
+
"dtColorSurfaceWarning": "#815008",
|
|
134
132
|
"dtColorSurfaceWarningStrong": "#D28F2B",
|
|
133
|
+
"dtColorSurfaceSuccess": "#124620",
|
|
135
134
|
"dtColorSurfaceSuccessStrong": "#B0FFA3",
|
|
135
|
+
"dtColorSurfaceInfo": "#01326D",
|
|
136
136
|
"dtColorSurfaceInfoStrong": "#99C8FF",
|
|
137
137
|
"dtColorBorderSubtle": "#ffffff24",
|
|
138
138
|
"dtColorBorderDefault": "#ffffff38",
|
|
@@ -142,24 +142,14 @@
|
|
|
142
142
|
"dtColorBorderDefaultInverted": "#0000002e",
|
|
143
143
|
"dtColorBorderModerateInverted": "#00000057",
|
|
144
144
|
"dtColorBorderBoldInverted": "#00000080",
|
|
145
|
-
"dtColorBorderFocus": "#51A0FE",
|
|
146
145
|
"dtColorBorderCritical": "#FF8585",
|
|
147
146
|
"dtColorBorderCriticalInverted": "#EC0E0E",
|
|
148
147
|
"dtColorBorderCriticalStrong": "#FFE5E6",
|
|
149
|
-
"dtColorBorderSuccess": "#B0FFA3",
|
|
150
|
-
"dtColorBorderSuccessInverted": "#1AA340",
|
|
151
|
-
"dtColorBorderWarning": "#FFDB80",
|
|
152
|
-
"dtColorBorderWarningInverted": "#D28F2B",
|
|
153
148
|
"dtColorBorderWarningStrong": "#FFF4CC",
|
|
154
|
-
"dtColorBorderBrandInverted": "#7C52FF",
|
|
155
|
-
"dtColorBorderCriticalSubtleInverted": "#FF8585",
|
|
156
|
-
"dtColorBorderSuccessSubtleInverted": "#B0FFA3",
|
|
157
|
-
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
158
|
-
"dtColorBorderBrandSubtleInverted": "#DAC7FF",
|
|
159
149
|
"dtColorBorderCriticalStrongInverted": "#B70B0B",
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
150
|
+
"dtColorBorderFocus": "#51A0FE",
|
|
151
|
+
"dtColorBorderSuccess": "#B0FFA3",
|
|
152
|
+
"dtColorBorderWarning": "#FFDB80",
|
|
163
153
|
"dtColorBorderBrand": "#7C52FF",
|
|
164
154
|
"dtColorBorderAi": "linear-gradient(135deg, #F9008E 10%, #7C52FF 90%)",
|
|
165
155
|
"dtColorBorderAccent": "#F9008E",
|
|
@@ -169,6 +159,16 @@
|
|
|
169
159
|
"dtColorBorderWarningSubtle": "#D28F2B",
|
|
170
160
|
"dtColorBorderBrandSubtle": "#3A1D95",
|
|
171
161
|
"dtColorBorderBrandStrong": "#DAC7FF",
|
|
162
|
+
"dtColorBorderSuccessInverted": "#1AA340",
|
|
163
|
+
"dtColorBorderWarningInverted": "#D28F2B",
|
|
164
|
+
"dtColorBorderBrandInverted": "#7C52FF",
|
|
165
|
+
"dtColorBorderCriticalSubtleInverted": "#FF8585",
|
|
166
|
+
"dtColorBorderSuccessSubtleInverted": "#B0FFA3",
|
|
167
|
+
"dtColorBorderSuccessStrongInverted": "#124620",
|
|
168
|
+
"dtColorBorderWarningSubtleInverted": "#FFDB80",
|
|
169
|
+
"dtColorBorderWarningStrongInverted": "#815008",
|
|
170
|
+
"dtColorBorderBrandSubtleInverted": "#DAC7FF",
|
|
171
|
+
"dtColorBorderBrandStrongInverted": "#3A1D95",
|
|
172
172
|
"dtColorBlack100": "#000000",
|
|
173
173
|
"dtColorBlack200": "#262626",
|
|
174
174
|
"dtColorBlack300": "#3A3A3A",
|
|
@@ -223,28 +223,28 @@
|
|
|
223
223
|
"dtInputsColorForegroundDefault": "#E6E6E6",
|
|
224
224
|
"dtInputsColorForegroundPlaceholder": "#AAAAAA",
|
|
225
225
|
"dtInputsColorForegroundDisabled": "#AAAAAA",
|
|
226
|
+
"dtInputsColorBackgroundDefault": "#e6e6e60f",
|
|
227
|
+
"dtInputsColorBackgroundFocus": "#e6e6e608",
|
|
228
|
+
"dtInputsColorBackgroundDisabled": "#e6e6e626",
|
|
229
|
+
"dtInputsColorBorderDefault": "#ffffff24",
|
|
226
230
|
"dtInputsColorBorderFocus": "#51A0FE",
|
|
227
231
|
"dtInputsColorBorderCritical": "#FF8585",
|
|
228
232
|
"dtInputsColorBorderSuccess": "#B0FFA3",
|
|
229
233
|
"dtInputsColorBorderWarning": "#FFDB80",
|
|
230
234
|
"dtInputsColorBorderDisabled": "transparent",
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"dtInputsSizeRadiusSm": "0.8rem",
|
|
239
|
-
"dtInputsSizeRadiusMd": "0.8rem",
|
|
240
|
-
"dtInputsSizeRadiusLg": "1.2rem",
|
|
241
|
-
"dtInputsSizeRadiusXl": "1.6rem",
|
|
235
|
+
"dtInputsSizeBorderDefault": "0.09375rem",
|
|
236
|
+
"dtInputsSizeBorderStatus": "0.125rem",
|
|
237
|
+
"dtInputsSizeRadiusXs": "0.25rem",
|
|
238
|
+
"dtInputsSizeRadiusSm": "0.5rem",
|
|
239
|
+
"dtInputsSizeRadiusMd": "0.5rem",
|
|
240
|
+
"dtInputsSizeRadiusLg": "0.75rem",
|
|
241
|
+
"dtInputsSizeRadiusXl": "1rem",
|
|
242
242
|
"dtInputsLineHeightDefault": "1.2",
|
|
243
|
-
"dtInputsFontSizeXs": "
|
|
244
|
-
"dtInputsFontSizeSm": "
|
|
245
|
-
"dtInputsFontSizeMd": "
|
|
246
|
-
"dtInputsFontSizeLg": "1.
|
|
247
|
-
"dtInputsFontSizeXl": "
|
|
243
|
+
"dtInputsFontSizeXs": "0.75rem",
|
|
244
|
+
"dtInputsFontSizeSm": "0.75rem",
|
|
245
|
+
"dtInputsFontSizeMd": "0.9375rem",
|
|
246
|
+
"dtInputsFontSizeLg": "1.1875rem",
|
|
247
|
+
"dtInputsFontSizeXl": "1.6875rem",
|
|
248
248
|
"dtActionColorForegroundBaseHover": "#be97ff",
|
|
249
249
|
"dtActionColorForegroundBaseDefault": "#AB7EFF",
|
|
250
250
|
"dtActionColorForegroundBaseActive": "#be97ff",
|
|
@@ -263,18 +263,22 @@
|
|
|
263
263
|
"dtActionColorForegroundMutedHover": "#C2C2C2",
|
|
264
264
|
"dtActionColorForegroundMutedActive": "#C2C2C2",
|
|
265
265
|
"dtActionColorForegroundDisabledDefault": "#AAAAAA",
|
|
266
|
+
"dtActionColorForegroundPositiveDefault": "#B0FFA3",
|
|
267
|
+
"dtActionColorForegroundPositiveHover": "#6eff58",
|
|
268
|
+
"dtActionColorForegroundPositiveActive": "#6eff58",
|
|
269
|
+
"dtActionColorForegroundPositivePrimaryDefault": "#ffffff",
|
|
266
270
|
"dtActionColorBackgroundBaseHover": "#ab7eff1a",
|
|
267
271
|
"dtActionColorBackgroundBaseActive": "#ab7eff33",
|
|
268
272
|
"dtActionColorBackgroundBaseDefault": "transparent",
|
|
269
273
|
"dtActionColorBackgroundBasePrimaryDefault": "#7C52FF",
|
|
270
|
-
"dtActionColorBackgroundBasePrimaryHover": "#
|
|
271
|
-
"dtActionColorBackgroundBasePrimaryActive": "#
|
|
274
|
+
"dtActionColorBackgroundBasePrimaryHover": "#7344ff",
|
|
275
|
+
"dtActionColorBackgroundBasePrimaryActive": "#6937ff",
|
|
272
276
|
"dtActionColorBackgroundCriticalHover": "#ec0e0e33",
|
|
273
277
|
"dtActionColorBackgroundCriticalActive": "#ec0e0e4d",
|
|
274
278
|
"dtActionColorBackgroundCriticalDefault": "transparent",
|
|
275
279
|
"dtActionColorBackgroundCriticalPrimaryDefault": "#EC0E0E",
|
|
276
|
-
"dtActionColorBackgroundCriticalPrimaryHover": "#
|
|
277
|
-
"dtActionColorBackgroundCriticalPrimaryActive": "#
|
|
280
|
+
"dtActionColorBackgroundCriticalPrimaryHover": "#d90d0d",
|
|
281
|
+
"dtActionColorBackgroundCriticalPrimaryActive": "#d00c0c",
|
|
278
282
|
"dtActionColorBackgroundInvertedPrimaryActive": "#3A1D95",
|
|
279
283
|
"dtActionColorBackgroundInvertedPrimaryDefault": "#1f1f1f",
|
|
280
284
|
"dtActionColorBackgroundInvertedPrimaryHover": "#10022C",
|
|
@@ -285,11 +289,17 @@
|
|
|
285
289
|
"dtActionColorBackgroundMutedHover": "#d4d4d41a",
|
|
286
290
|
"dtActionColorBackgroundMutedActive": "#d4d4d429",
|
|
287
291
|
"dtActionColorBackgroundDisabledDefault": "#3A3A3A",
|
|
292
|
+
"dtActionColorBackgroundPositiveDefault": "transparent",
|
|
293
|
+
"dtActionColorBackgroundPositiveHover": "#79dc93",
|
|
294
|
+
"dtActionColorBackgroundPositiveActive": "#afffa314",
|
|
295
|
+
"dtActionColorBackgroundPositivePrimaryDefault": "#B0FFA3",
|
|
296
|
+
"dtActionColorBackgroundPositivePrimaryHover": "#8bff79",
|
|
297
|
+
"dtActionColorBackgroundPositivePrimaryActive": "#75ff60",
|
|
288
298
|
"dtActionColorBorderBaseOutlinedDefault": "#AB7EFF",
|
|
289
299
|
"dtActionColorBorderCriticalOutlinedDefault": "#FF8585",
|
|
290
300
|
"dtActionColorBorderInvertedOutlinedDefault": "#000000",
|
|
291
301
|
"dtActionColorBorderMutedOutlinedDefault": "#AAAAAA",
|
|
292
|
-
"dtThemeTopbarFieldColorBackgroundHover": "#
|
|
302
|
+
"dtThemeTopbarFieldColorBackgroundHover": "#1a1a1a",
|
|
293
303
|
"dtThemeTopbarFieldColorForeground": "#e6e6e680",
|
|
294
304
|
"dtThemeTopbarFieldColorForegroundHover": "#e6e6e6bf",
|
|
295
305
|
"dtThemeTopbarFieldColorBackground": "#e6e6e60d",
|
|
@@ -330,229 +340,229 @@
|
|
|
330
340
|
"dtTypographyBodySmallFontFamily": "-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\"",
|
|
331
341
|
"dtTypographyBodySmallFontWeight": 400,
|
|
332
342
|
"dtTypographyBodySmallLineHeight": "1.4",
|
|
333
|
-
"dtTypographyBodySmallFontSize": "
|
|
343
|
+
"dtTypographyBodySmallFontSize": "0.75rem",
|
|
334
344
|
"dtTypographyBodySmallTextCase": "none",
|
|
335
345
|
"dtTypographyBodyBaseFontFamily": "-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\"",
|
|
336
346
|
"dtTypographyBodyBaseFontWeight": 400,
|
|
337
347
|
"dtTypographyBodyBaseLineHeight": "1.6",
|
|
338
|
-
"dtTypographyBodyBaseFontSize": "
|
|
348
|
+
"dtTypographyBodyBaseFontSize": "0.9375rem",
|
|
339
349
|
"dtTypographyBodyBaseTextCase": "none",
|
|
340
350
|
"dtTypographyBodyCompactSmallFontFamily": "-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\"",
|
|
341
351
|
"dtTypographyBodyCompactSmallFontWeight": 400,
|
|
342
352
|
"dtTypographyBodyCompactSmallLineHeight": "1.2",
|
|
343
|
-
"dtTypographyBodyCompactSmallFontSize": "
|
|
353
|
+
"dtTypographyBodyCompactSmallFontSize": "0.75rem",
|
|
344
354
|
"dtTypographyBodyCompactSmallTextCase": "none",
|
|
345
355
|
"dtTypographyBodyCompactBaseFontFamily": "-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\"",
|
|
346
356
|
"dtTypographyBodyCompactBaseFontWeight": 400,
|
|
347
357
|
"dtTypographyBodyCompactBaseLineHeight": "1.4",
|
|
348
|
-
"dtTypographyBodyCompactBaseFontSize": "
|
|
358
|
+
"dtTypographyBodyCompactBaseFontSize": "0.9375rem",
|
|
349
359
|
"dtTypographyBodyCompactBaseTextCase": "none",
|
|
350
360
|
"dtTypographyHeadlineEyebrowFontFamily": "-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\"",
|
|
351
361
|
"dtTypographyHeadlineEyebrowFontWeight": 400,
|
|
352
362
|
"dtTypographyHeadlineEyebrowLineHeight": "1.4",
|
|
353
|
-
"dtTypographyHeadlineEyebrowFontSize": "
|
|
363
|
+
"dtTypographyHeadlineEyebrowFontSize": "0.75rem",
|
|
354
364
|
"dtTypographyHeadlineEyebrowTextCase": "uppercase",
|
|
355
365
|
"dtTypographyHeadlineSmallFontFamily": "-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\"",
|
|
356
366
|
"dtTypographyHeadlineSmallFontWeight": 700,
|
|
357
367
|
"dtTypographyHeadlineSmallLineHeight": "1.4",
|
|
358
|
-
"dtTypographyHeadlineSmallFontSize": "
|
|
368
|
+
"dtTypographyHeadlineSmallFontSize": "0.75rem",
|
|
359
369
|
"dtTypographyHeadlineSmallTextCase": "none",
|
|
360
370
|
"dtTypographyHeadlineMediumFontFamily": "-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\"",
|
|
361
371
|
"dtTypographyHeadlineMediumFontWeight": 700,
|
|
362
372
|
"dtTypographyHeadlineMediumLineHeight": "1.6",
|
|
363
|
-
"dtTypographyHeadlineMediumFontSize": "
|
|
373
|
+
"dtTypographyHeadlineMediumFontSize": "0.9375rem",
|
|
364
374
|
"dtTypographyHeadlineMediumTextCase": "none",
|
|
365
375
|
"dtTypographyHeadlineLargeFontFamily": "-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\"",
|
|
366
376
|
"dtTypographyHeadlineLargeFontWeight": 700,
|
|
367
377
|
"dtTypographyHeadlineLargeLineHeight": "1.6",
|
|
368
|
-
"dtTypographyHeadlineLargeFontSize": "1.
|
|
378
|
+
"dtTypographyHeadlineLargeFontSize": "1.1875rem",
|
|
369
379
|
"dtTypographyHeadlineLargeTextCase": "none",
|
|
370
380
|
"dtTypographyHeadlineExtraLargeFontFamily": "-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\"",
|
|
371
381
|
"dtTypographyHeadlineExtraLargeFontWeight": 500,
|
|
372
382
|
"dtTypographyHeadlineExtraLargeLineHeight": "1.2",
|
|
373
|
-
"dtTypographyHeadlineExtraLargeFontSize": "
|
|
383
|
+
"dtTypographyHeadlineExtraLargeFontSize": "1.6875rem",
|
|
374
384
|
"dtTypographyHeadlineExtraLargeTextCase": "none",
|
|
375
385
|
"dtTypographyHeadlineExtraExtraLargeFontFamily": "-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\"",
|
|
376
386
|
"dtTypographyHeadlineExtraExtraLargeFontWeight": 500,
|
|
377
387
|
"dtTypographyHeadlineExtraExtraLargeLineHeight": "1.2",
|
|
378
|
-
"dtTypographyHeadlineExtraExtraLargeFontSize": "
|
|
388
|
+
"dtTypographyHeadlineExtraExtraLargeFontSize": "2.375rem",
|
|
379
389
|
"dtTypographyHeadlineExtraExtraLargeTextCase": "none",
|
|
380
390
|
"dtTypographyHeadlineSoftSmallFontFamily": "-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\"",
|
|
381
391
|
"dtTypographyHeadlineSoftSmallFontWeight": 500,
|
|
382
392
|
"dtTypographyHeadlineSoftSmallLineHeight": "1.4",
|
|
383
|
-
"dtTypographyHeadlineSoftSmallFontSize": "
|
|
393
|
+
"dtTypographyHeadlineSoftSmallFontSize": "0.75rem",
|
|
384
394
|
"dtTypographyHeadlineSoftSmallTextCase": "none",
|
|
385
395
|
"dtTypographyHeadlineCompactSmallFontFamily": "-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\"",
|
|
386
396
|
"dtTypographyHeadlineCompactSmallFontWeight": 700,
|
|
387
397
|
"dtTypographyHeadlineCompactSmallLineHeight": "1.2",
|
|
388
|
-
"dtTypographyHeadlineCompactSmallFontSize": "
|
|
398
|
+
"dtTypographyHeadlineCompactSmallFontSize": "0.75rem",
|
|
389
399
|
"dtTypographyHeadlineCompactSmallTextCase": "none",
|
|
390
400
|
"dtTypographyHeadlineCompactMediumFontFamily": "-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\"",
|
|
391
401
|
"dtTypographyHeadlineCompactMediumFontWeight": 700,
|
|
392
402
|
"dtTypographyHeadlineCompactMediumLineHeight": "1.4",
|
|
393
|
-
"dtTypographyHeadlineCompactMediumFontSize": "
|
|
403
|
+
"dtTypographyHeadlineCompactMediumFontSize": "0.9375rem",
|
|
394
404
|
"dtTypographyHeadlineCompactMediumTextCase": "none",
|
|
395
405
|
"dtTypographyHeadlineCompactLargeFontFamily": "-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\"",
|
|
396
406
|
"dtTypographyHeadlineCompactLargeFontWeight": 700,
|
|
397
407
|
"dtTypographyHeadlineCompactLargeLineHeight": "1.2",
|
|
398
|
-
"dtTypographyHeadlineCompactLargeFontSize": "1.
|
|
408
|
+
"dtTypographyHeadlineCompactLargeFontSize": "1.1875rem",
|
|
399
409
|
"dtTypographyHeadlineCompactLargeTextCase": "none",
|
|
400
410
|
"dtTypographyHeadlineCompactSoftSmallFontFamily": "-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\"",
|
|
401
411
|
"dtTypographyHeadlineCompactSoftSmallFontWeight": 500,
|
|
402
412
|
"dtTypographyHeadlineCompactSoftSmallLineHeight": "1.2",
|
|
403
|
-
"dtTypographyHeadlineCompactSoftSmallFontSize": "
|
|
413
|
+
"dtTypographyHeadlineCompactSoftSmallFontSize": "0.75rem",
|
|
404
414
|
"dtTypographyHeadlineCompactSoftSmallTextCase": "none",
|
|
405
415
|
"dtTypographyLabelSmallFontFamily": "-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\"",
|
|
406
416
|
"dtTypographyLabelSmallFontWeight": 600,
|
|
407
417
|
"dtTypographyLabelSmallLineHeight": "1.4",
|
|
408
|
-
"dtTypographyLabelSmallFontSize": "
|
|
418
|
+
"dtTypographyLabelSmallFontSize": "0.75rem",
|
|
409
419
|
"dtTypographyLabelSmallTextCase": "none",
|
|
410
420
|
"dtTypographyLabelBaseFontFamily": "-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\"",
|
|
411
421
|
"dtTypographyLabelBaseFontWeight": 600,
|
|
412
422
|
"dtTypographyLabelBaseLineHeight": "1.6",
|
|
413
|
-
"dtTypographyLabelBaseFontSize": "
|
|
423
|
+
"dtTypographyLabelBaseFontSize": "0.9375rem",
|
|
414
424
|
"dtTypographyLabelBaseTextCase": "none",
|
|
415
425
|
"dtTypographyLabelCompactSmallFontFamily": "-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\"",
|
|
416
426
|
"dtTypographyLabelCompactSmallFontWeight": 600,
|
|
417
427
|
"dtTypographyLabelCompactSmallLineHeight": "1.2",
|
|
418
|
-
"dtTypographyLabelCompactSmallFontSize": "
|
|
428
|
+
"dtTypographyLabelCompactSmallFontSize": "0.75rem",
|
|
419
429
|
"dtTypographyLabelCompactSmallTextCase": "none",
|
|
420
430
|
"dtTypographyLabelCompactBaseFontFamily": "-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\"",
|
|
421
431
|
"dtTypographyLabelCompactBaseFontWeight": 600,
|
|
422
432
|
"dtTypographyLabelCompactBaseLineHeight": "1.4",
|
|
423
|
-
"dtTypographyLabelCompactBaseFontSize": "
|
|
433
|
+
"dtTypographyLabelCompactBaseFontSize": "0.9375rem",
|
|
424
434
|
"dtTypographyLabelCompactBaseTextCase": "none",
|
|
425
435
|
"dtTypographyLabelCompactPlainSmallFontFamily": "-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\"",
|
|
426
436
|
"dtTypographyLabelCompactPlainSmallFontWeight": 400,
|
|
427
437
|
"dtTypographyLabelCompactPlainSmallLineHeight": "1.2",
|
|
428
|
-
"dtTypographyLabelCompactPlainSmallFontSize": "
|
|
438
|
+
"dtTypographyLabelCompactPlainSmallFontSize": "0.75rem",
|
|
429
439
|
"dtTypographyLabelCompactPlainSmallTextCase": "none",
|
|
430
440
|
"dtTypographyLabelCompactPlainBaseFontFamily": "-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\"",
|
|
431
441
|
"dtTypographyLabelCompactPlainBaseFontWeight": 400,
|
|
432
442
|
"dtTypographyLabelCompactPlainBaseLineHeight": "1.4",
|
|
433
|
-
"dtTypographyLabelCompactPlainBaseFontSize": "
|
|
443
|
+
"dtTypographyLabelCompactPlainBaseFontSize": "0.9375rem",
|
|
434
444
|
"dtTypographyLabelCompactPlainBaseTextCase": "none",
|
|
435
445
|
"dtTypographyLabelPlainSmallFontFamily": "-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\"",
|
|
436
446
|
"dtTypographyLabelPlainSmallFontWeight": 400,
|
|
437
447
|
"dtTypographyLabelPlainSmallLineHeight": "1.4",
|
|
438
|
-
"dtTypographyLabelPlainSmallFontSize": "
|
|
448
|
+
"dtTypographyLabelPlainSmallFontSize": "0.75rem",
|
|
439
449
|
"dtTypographyLabelPlainSmallTextCase": "none",
|
|
440
450
|
"dtTypographyLabelPlainBaseFontFamily": "-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\"",
|
|
441
451
|
"dtTypographyLabelPlainBaseFontWeight": 400,
|
|
442
452
|
"dtTypographyLabelPlainBaseLineHeight": "1.6",
|
|
443
|
-
"dtTypographyLabelPlainBaseFontSize": "
|
|
453
|
+
"dtTypographyLabelPlainBaseFontSize": "0.9375rem",
|
|
444
454
|
"dtTypographyLabelPlainBaseTextCase": "none",
|
|
445
455
|
"dtTypographyHelperSmallFontFamily": "-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\"",
|
|
446
456
|
"dtTypographyHelperSmallFontWeight": 400,
|
|
447
457
|
"dtTypographyHelperSmallLineHeight": "1.2",
|
|
448
|
-
"dtTypographyHelperSmallFontSize": "
|
|
458
|
+
"dtTypographyHelperSmallFontSize": "0.75rem",
|
|
449
459
|
"dtTypographyHelperSmallTextCase": "none",
|
|
450
460
|
"dtTypographyHelperBaseFontFamily": "-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\"",
|
|
451
461
|
"dtTypographyHelperBaseFontWeight": 400,
|
|
452
462
|
"dtTypographyHelperBaseLineHeight": "1.4",
|
|
453
|
-
"dtTypographyHelperBaseFontSize": "
|
|
463
|
+
"dtTypographyHelperBaseFontSize": "0.9375rem",
|
|
454
464
|
"dtTypographyHelperBaseTextCase": "none",
|
|
455
465
|
"dtTypographyCodeSmallFontFamily": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace",
|
|
456
466
|
"dtTypographyCodeSmallFontWeight": 400,
|
|
457
467
|
"dtTypographyCodeSmallLineHeight": "1.2",
|
|
458
|
-
"dtTypographyCodeSmallFontSize": "
|
|
468
|
+
"dtTypographyCodeSmallFontSize": "0.75rem",
|
|
459
469
|
"dtTypographyCodeSmallTextCase": "none",
|
|
460
470
|
"dtTypographyCodeBaseFontFamily": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace",
|
|
461
471
|
"dtTypographyCodeBaseFontWeight": 400,
|
|
462
472
|
"dtTypographyCodeBaseLineHeight": "1.2",
|
|
463
|
-
"dtTypographyCodeBaseFontSize": "
|
|
473
|
+
"dtTypographyCodeBaseFontSize": "0.9375rem",
|
|
464
474
|
"dtTypographyCodeBaseTextCase": "none",
|
|
465
475
|
"dtSize0": "0",
|
|
466
|
-
"dtSize50": "0.
|
|
467
|
-
"dtSize100": "0.
|
|
468
|
-
"dtSize200": "0.
|
|
469
|
-
"dtSize300": "0.
|
|
470
|
-
"dtSize350": "0.
|
|
471
|
-
"dtSize400": "0.
|
|
472
|
-
"dtSize450": "
|
|
473
|
-
"dtSize500": "
|
|
474
|
-
"dtSize525": "
|
|
475
|
-
"dtSize550": "
|
|
476
|
-
"dtSize600": "
|
|
477
|
-
"dtSize625": "
|
|
478
|
-
"dtSize650": "
|
|
479
|
-
"dtSize700": "
|
|
480
|
-
"dtSize720": "
|
|
481
|
-
"dtSize730": "
|
|
482
|
-
"dtSize750": "
|
|
483
|
-
"dtSize760": "
|
|
484
|
-
"dtSize775": "
|
|
485
|
-
"dtSize800": "
|
|
486
|
-
"dtSize825": "
|
|
487
|
-
"dtSize850": "
|
|
488
|
-
"dtSize875": "
|
|
489
|
-
"dtSize900": "
|
|
490
|
-
"dtSize905": "
|
|
491
|
-
"dtSize925": "
|
|
492
|
-
"dtSize950": "
|
|
493
|
-
"dtSize975": "
|
|
494
|
-
"dtSize1000": "
|
|
495
|
-
"dtSize1020": "
|
|
496
|
-
"dtSize1040": "
|
|
497
|
-
"dtSize1050": "
|
|
498
|
-
"dtSize1060": "
|
|
499
|
-
"dtSize1080": "
|
|
500
|
-
"dtSize1100": "
|
|
501
|
-
"dtSize1115": "
|
|
502
|
-
"dtSize1120": "
|
|
503
|
-
"dtSize1125": "
|
|
504
|
-
"dtSize1130": "
|
|
505
|
-
"dtSize1150": "
|
|
506
|
-
"dtSize1200": "
|
|
476
|
+
"dtSize50": "0.03125rem",
|
|
477
|
+
"dtSize100": "0.0625rem",
|
|
478
|
+
"dtSize200": "0.125rem",
|
|
479
|
+
"dtSize300": "0.25rem",
|
|
480
|
+
"dtSize350": "0.375rem",
|
|
481
|
+
"dtSize400": "0.5rem",
|
|
482
|
+
"dtSize450": "0.75rem",
|
|
483
|
+
"dtSize500": "1rem",
|
|
484
|
+
"dtSize525": "1.25rem",
|
|
485
|
+
"dtSize550": "1.5rem",
|
|
486
|
+
"dtSize600": "2rem",
|
|
487
|
+
"dtSize625": "2.625rem",
|
|
488
|
+
"dtSize650": "3rem",
|
|
489
|
+
"dtSize700": "4rem",
|
|
490
|
+
"dtSize720": "4.5rem",
|
|
491
|
+
"dtSize730": "5.25rem",
|
|
492
|
+
"dtSize750": "6rem",
|
|
493
|
+
"dtSize760": "6.375rem",
|
|
494
|
+
"dtSize775": "7.125rem",
|
|
495
|
+
"dtSize800": "8rem",
|
|
496
|
+
"dtSize825": "10.25rem",
|
|
497
|
+
"dtSize850": "12rem",
|
|
498
|
+
"dtSize875": "13.5rem",
|
|
499
|
+
"dtSize900": "16rem",
|
|
500
|
+
"dtSize905": "16.5rem",
|
|
501
|
+
"dtSize925": "20.75rem",
|
|
502
|
+
"dtSize950": "24rem",
|
|
503
|
+
"dtSize975": "29rem",
|
|
504
|
+
"dtSize1000": "32rem",
|
|
505
|
+
"dtSize1020": "39.25rem",
|
|
506
|
+
"dtSize1040": "47.75rem",
|
|
507
|
+
"dtSize1050": "48rem",
|
|
508
|
+
"dtSize1060": "51.75rem",
|
|
509
|
+
"dtSize1080": "57rem",
|
|
510
|
+
"dtSize1100": "64rem",
|
|
511
|
+
"dtSize1115": "71.25rem",
|
|
512
|
+
"dtSize1120": "79.25rem",
|
|
513
|
+
"dtSize1125": "80rem",
|
|
514
|
+
"dtSize1130": "83.75rem",
|
|
515
|
+
"dtSize1150": "96rem",
|
|
516
|
+
"dtSize1200": "128rem",
|
|
507
517
|
"dtSizeBorder0": "0",
|
|
508
|
-
"dtSizeBorder50": "0.
|
|
509
|
-
"dtSizeBorder100": "0.
|
|
510
|
-
"dtSizeBorder150": "0.
|
|
511
|
-
"dtSizeBorder200": "0.
|
|
512
|
-
"dtSizeBorder300": "0.
|
|
513
|
-
"dtSizeBorder400": "0.
|
|
514
|
-
"dtSizeBorderFocus": "0.
|
|
515
|
-
"dtSize50Negative": "-0.
|
|
516
|
-
"dtSize100Negative": "-0.
|
|
517
|
-
"dtSize200Negative": "-0.
|
|
518
|
-
"dtSize300Negative": "-0.
|
|
519
|
-
"dtSize350Negative": "-0.
|
|
520
|
-
"dtSize400Negative": "-0.
|
|
521
|
-
"dtSize450Negative": "-
|
|
522
|
-
"dtSize500Negative": "-
|
|
523
|
-
"dtSize525Negative": "-
|
|
524
|
-
"dtSize550Negative": "-
|
|
525
|
-
"dtSize600Negative": "-
|
|
526
|
-
"dtSize625Negative": "-
|
|
527
|
-
"dtSize650Negative": "-
|
|
528
|
-
"dtSize700Negative": "-
|
|
529
|
-
"dtSize720Negative": "-
|
|
530
|
-
"dtSize730Negative": "-
|
|
531
|
-
"dtSize750Negative": "-
|
|
532
|
-
"dtSize760Negative": "-
|
|
533
|
-
"dtSize775Negative": "-
|
|
534
|
-
"dtSize800Negative": "-
|
|
535
|
-
"dtSize825Negative": "-
|
|
536
|
-
"dtSize850Negative": "-
|
|
537
|
-
"dtSize875Negative": "-
|
|
538
|
-
"dtSize900Negative": "-
|
|
539
|
-
"dtSize905Negative": "-
|
|
540
|
-
"dtSize925Negative": "-
|
|
541
|
-
"dtSize950Negative": "-
|
|
542
|
-
"dtSize975Negative": "-
|
|
543
|
-
"dtSize1000Negative": "-
|
|
544
|
-
"dtSize1020Negative": "-
|
|
545
|
-
"dtSize1040Negative": "-
|
|
546
|
-
"dtSize1050Negative": "-
|
|
547
|
-
"dtSize1060Negative": "-
|
|
548
|
-
"dtSize1080Negative": "-
|
|
549
|
-
"dtSize1100Negative": "-
|
|
550
|
-
"dtSize1115Negative": "-
|
|
551
|
-
"dtSize1120Negative": "-
|
|
552
|
-
"dtSize1125Negative": "-
|
|
553
|
-
"dtSize1130Negative": "-
|
|
554
|
-
"dtSize1150Negative": "-
|
|
555
|
-
"dtSize1200Negative": "-
|
|
518
|
+
"dtSizeBorder50": "0.03125rem",
|
|
519
|
+
"dtSizeBorder100": "0.0625rem",
|
|
520
|
+
"dtSizeBorder150": "0.09375rem",
|
|
521
|
+
"dtSizeBorder200": "0.125rem",
|
|
522
|
+
"dtSizeBorder300": "0.25rem",
|
|
523
|
+
"dtSizeBorder400": "0.5rem",
|
|
524
|
+
"dtSizeBorderFocus": "0.1875rem",
|
|
525
|
+
"dtSize50Negative": "-0.03125rem",
|
|
526
|
+
"dtSize100Negative": "-0.0625rem",
|
|
527
|
+
"dtSize200Negative": "-0.125rem",
|
|
528
|
+
"dtSize300Negative": "-0.25rem",
|
|
529
|
+
"dtSize350Negative": "-0.375rem",
|
|
530
|
+
"dtSize400Negative": "-0.5rem",
|
|
531
|
+
"dtSize450Negative": "-0.75rem",
|
|
532
|
+
"dtSize500Negative": "-1rem",
|
|
533
|
+
"dtSize525Negative": "-1.25rem",
|
|
534
|
+
"dtSize550Negative": "-1.5rem",
|
|
535
|
+
"dtSize600Negative": "-2rem",
|
|
536
|
+
"dtSize625Negative": "-2.625rem",
|
|
537
|
+
"dtSize650Negative": "-3rem",
|
|
538
|
+
"dtSize700Negative": "-4rem",
|
|
539
|
+
"dtSize720Negative": "-4.5rem",
|
|
540
|
+
"dtSize730Negative": "-5.25rem",
|
|
541
|
+
"dtSize750Negative": "-6rem",
|
|
542
|
+
"dtSize760Negative": "-6.375rem",
|
|
543
|
+
"dtSize775Negative": "-7.125rem",
|
|
544
|
+
"dtSize800Negative": "-8rem",
|
|
545
|
+
"dtSize825Negative": "-10.25rem",
|
|
546
|
+
"dtSize850Negative": "-12rem",
|
|
547
|
+
"dtSize875Negative": "-13.5rem",
|
|
548
|
+
"dtSize900Negative": "-16rem",
|
|
549
|
+
"dtSize905Negative": "-16.5rem",
|
|
550
|
+
"dtSize925Negative": "-20.75rem",
|
|
551
|
+
"dtSize950Negative": "-24rem",
|
|
552
|
+
"dtSize975Negative": "-29rem",
|
|
553
|
+
"dtSize1000Negative": "-32rem",
|
|
554
|
+
"dtSize1020Negative": "-39.25rem",
|
|
555
|
+
"dtSize1040Negative": "-47.75rem",
|
|
556
|
+
"dtSize1050Negative": "-48rem",
|
|
557
|
+
"dtSize1060Negative": "-51.75rem",
|
|
558
|
+
"dtSize1080Negative": "-57rem",
|
|
559
|
+
"dtSize1100Negative": "-64rem",
|
|
560
|
+
"dtSize1115Negative": "-71.25rem",
|
|
561
|
+
"dtSize1120Negative": "-79.25rem",
|
|
562
|
+
"dtSize1125Negative": "-80rem",
|
|
563
|
+
"dtSize1130Negative": "-83.75rem",
|
|
564
|
+
"dtSize1150Negative": "-96rem",
|
|
565
|
+
"dtSize1200Negative": "-128rem",
|
|
556
566
|
"dtSize0Percent": "0%",
|
|
557
567
|
"dtSize5Percent": "5%",
|
|
558
568
|
"dtSize10Percent": "10%",
|
|
@@ -570,174 +580,173 @@
|
|
|
570
580
|
"dtSize90Percent": "90%",
|
|
571
581
|
"dtSize95Percent": "95%",
|
|
572
582
|
"dtSize100Percent": "100%",
|
|
573
|
-
"dtSizeBase": "0.8rem",
|
|
574
583
|
"dtSizeRadius0": "0",
|
|
575
|
-
"dtSizeRadius100": "0.
|
|
576
|
-
"dtSizeRadius200": "0.
|
|
577
|
-
"dtSizeRadius300": "0.
|
|
578
|
-
"dtSizeRadius400": "0.
|
|
579
|
-
"dtSizeRadius500": "
|
|
580
|
-
"dtSizeRadius600": "
|
|
581
|
-
"dtSizeRadiusPill": "
|
|
584
|
+
"dtSizeRadius100": "0.0625rem",
|
|
585
|
+
"dtSizeRadius200": "0.125rem",
|
|
586
|
+
"dtSizeRadius300": "0.25rem",
|
|
587
|
+
"dtSizeRadius400": "0.5rem",
|
|
588
|
+
"dtSizeRadius500": "1rem",
|
|
589
|
+
"dtSizeRadius600": "2rem",
|
|
590
|
+
"dtSizeRadiusPill": "6.25rem",
|
|
582
591
|
"dtSizeRadiusCircle": "50%",
|
|
583
592
|
"dtShadowSmall0X": "0",
|
|
584
|
-
"dtShadowSmall0Y": "0.
|
|
585
|
-
"dtShadowSmall0Blur": "0.
|
|
593
|
+
"dtShadowSmall0Y": "0.125rem",
|
|
594
|
+
"dtShadowSmall0Blur": "0.25rem",
|
|
586
595
|
"dtShadowSmall0Spread": "0",
|
|
587
596
|
"dtShadowSmall0Color": "#00000073",
|
|
588
597
|
"dtShadowSmall0Type": "dropShadow",
|
|
589
|
-
"dtShadowSmall1X": "0.
|
|
590
|
-
"dtShadowSmall1Y": "0.
|
|
598
|
+
"dtShadowSmall1X": "0.03125rem",
|
|
599
|
+
"dtShadowSmall1Y": "0.03125rem",
|
|
591
600
|
"dtShadowSmall1Blur": "0",
|
|
592
601
|
"dtShadowSmall1Spread": "0",
|
|
593
602
|
"dtShadowSmall1Color": "#000000",
|
|
594
603
|
"dtShadowSmall1Type": "dropShadow",
|
|
595
|
-
"dtShadowSmall2X": "-0.
|
|
596
|
-
"dtShadowSmall2Y": "-0.
|
|
604
|
+
"dtShadowSmall2X": "-0.03125rem",
|
|
605
|
+
"dtShadowSmall2Y": "-0.03125rem",
|
|
597
606
|
"dtShadowSmall2Blur": "0",
|
|
598
607
|
"dtShadowSmall2Spread": "0",
|
|
599
608
|
"dtShadowSmall2Color": "#000000",
|
|
600
609
|
"dtShadowSmall2Type": "dropShadow",
|
|
601
|
-
"dtShadowSmall3X": "-0.
|
|
602
|
-
"dtShadowSmall3Y": "0.
|
|
610
|
+
"dtShadowSmall3X": "-0.03125rem",
|
|
611
|
+
"dtShadowSmall3Y": "0.03125rem",
|
|
603
612
|
"dtShadowSmall3Blur": "0",
|
|
604
613
|
"dtShadowSmall3Spread": "0",
|
|
605
614
|
"dtShadowSmall3Color": "#000000",
|
|
606
615
|
"dtShadowSmall3Type": "dropShadow",
|
|
607
|
-
"dtShadowSmall4X": "0.
|
|
608
|
-
"dtShadowSmall4Y": "-0.
|
|
616
|
+
"dtShadowSmall4X": "0.03125rem",
|
|
617
|
+
"dtShadowSmall4Y": "-0.03125rem",
|
|
609
618
|
"dtShadowSmall4Blur": "0",
|
|
610
619
|
"dtShadowSmall4Spread": "0",
|
|
611
620
|
"dtShadowSmall4Color": "#000000",
|
|
612
621
|
"dtShadowSmall4Type": "dropShadow",
|
|
613
622
|
"dtShadowMedium0X": "0",
|
|
614
|
-
"dtShadowMedium0Y": "0.
|
|
615
|
-
"dtShadowMedium0Blur": "0.
|
|
623
|
+
"dtShadowMedium0Y": "0.125rem",
|
|
624
|
+
"dtShadowMedium0Blur": "0.5rem",
|
|
616
625
|
"dtShadowMedium0Spread": "0",
|
|
617
626
|
"dtShadowMedium0Color": "#0000008c",
|
|
618
627
|
"dtShadowMedium0Type": "dropShadow",
|
|
619
|
-
"dtShadowMedium1X": "0.
|
|
620
|
-
"dtShadowMedium1Y": "0.
|
|
628
|
+
"dtShadowMedium1X": "0.03125rem",
|
|
629
|
+
"dtShadowMedium1Y": "0.03125rem",
|
|
621
630
|
"dtShadowMedium1Blur": "0",
|
|
622
631
|
"dtShadowMedium1Spread": "0",
|
|
623
632
|
"dtShadowMedium1Color": "#000000",
|
|
624
633
|
"dtShadowMedium1Type": "dropShadow",
|
|
625
|
-
"dtShadowMedium2X": "-0.
|
|
626
|
-
"dtShadowMedium2Y": "-0.
|
|
634
|
+
"dtShadowMedium2X": "-0.03125rem",
|
|
635
|
+
"dtShadowMedium2Y": "-0.03125rem",
|
|
627
636
|
"dtShadowMedium2Blur": "0",
|
|
628
637
|
"dtShadowMedium2Spread": "0",
|
|
629
638
|
"dtShadowMedium2Color": "#000000",
|
|
630
639
|
"dtShadowMedium2Type": "dropShadow",
|
|
631
|
-
"dtShadowMedium3X": "-0.
|
|
632
|
-
"dtShadowMedium3Y": "0.
|
|
640
|
+
"dtShadowMedium3X": "-0.03125rem",
|
|
641
|
+
"dtShadowMedium3Y": "0.03125rem",
|
|
633
642
|
"dtShadowMedium3Blur": "0",
|
|
634
643
|
"dtShadowMedium3Spread": "0",
|
|
635
644
|
"dtShadowMedium3Color": "#000000",
|
|
636
645
|
"dtShadowMedium3Type": "dropShadow",
|
|
637
|
-
"dtShadowMedium4X": "0.
|
|
638
|
-
"dtShadowMedium4Y": "-0.
|
|
646
|
+
"dtShadowMedium4X": "0.03125rem",
|
|
647
|
+
"dtShadowMedium4Y": "-0.03125rem",
|
|
639
648
|
"dtShadowMedium4Blur": "0",
|
|
640
649
|
"dtShadowMedium4Spread": "0",
|
|
641
650
|
"dtShadowMedium4Color": "#000000",
|
|
642
651
|
"dtShadowMedium4Type": "dropShadow",
|
|
643
652
|
"dtShadowLarge0X": "0",
|
|
644
|
-
"dtShadowLarge0Y": "0.
|
|
645
|
-
"dtShadowLarge0Blur": "
|
|
653
|
+
"dtShadowLarge0Y": "0.125rem",
|
|
654
|
+
"dtShadowLarge0Blur": "1rem",
|
|
646
655
|
"dtShadowLarge0Spread": "0",
|
|
647
656
|
"dtShadowLarge0Color": "#0000008c",
|
|
648
657
|
"dtShadowLarge0Type": "dropShadow",
|
|
649
|
-
"dtShadowLarge1X": "-0.
|
|
650
|
-
"dtShadowLarge1Y": "0.
|
|
658
|
+
"dtShadowLarge1X": "-0.03125rem",
|
|
659
|
+
"dtShadowLarge1Y": "0.03125rem",
|
|
651
660
|
"dtShadowLarge1Blur": "0",
|
|
652
661
|
"dtShadowLarge1Spread": "0",
|
|
653
662
|
"dtShadowLarge1Color": "#000000",
|
|
654
663
|
"dtShadowLarge1Type": "dropShadow",
|
|
655
|
-
"dtShadowLarge2X": "-0.
|
|
656
|
-
"dtShadowLarge2Y": "-0.
|
|
664
|
+
"dtShadowLarge2X": "-0.03125rem",
|
|
665
|
+
"dtShadowLarge2Y": "-0.03125rem",
|
|
657
666
|
"dtShadowLarge2Blur": "0",
|
|
658
667
|
"dtShadowLarge2Spread": "0",
|
|
659
668
|
"dtShadowLarge2Color": "#000000",
|
|
660
669
|
"dtShadowLarge2Type": "dropShadow",
|
|
661
|
-
"dtShadowLarge3X": "-0.
|
|
662
|
-
"dtShadowLarge3Y": "0.
|
|
670
|
+
"dtShadowLarge3X": "-0.03125rem",
|
|
671
|
+
"dtShadowLarge3Y": "0.03125rem",
|
|
663
672
|
"dtShadowLarge3Blur": "0",
|
|
664
673
|
"dtShadowLarge3Spread": "0",
|
|
665
674
|
"dtShadowLarge3Color": "#000000",
|
|
666
675
|
"dtShadowLarge3Type": "dropShadow",
|
|
667
|
-
"dtShadowLarge4X": "0.
|
|
668
|
-
"dtShadowLarge4Y": "-0.
|
|
676
|
+
"dtShadowLarge4X": "0.03125rem",
|
|
677
|
+
"dtShadowLarge4Y": "-0.03125rem",
|
|
669
678
|
"dtShadowLarge4Blur": "0",
|
|
670
679
|
"dtShadowLarge4Spread": "0",
|
|
671
680
|
"dtShadowLarge4Color": "#000000",
|
|
672
681
|
"dtShadowLarge4Type": "dropShadow",
|
|
673
682
|
"dtShadowExtraLarge0X": "0",
|
|
674
|
-
"dtShadowExtraLarge0Y": "0.
|
|
675
|
-
"dtShadowExtraLarge0Blur": "
|
|
683
|
+
"dtShadowExtraLarge0Y": "0.125rem",
|
|
684
|
+
"dtShadowExtraLarge0Blur": "2rem",
|
|
676
685
|
"dtShadowExtraLarge0Spread": "0",
|
|
677
686
|
"dtShadowExtraLarge0Color": "#0000008c",
|
|
678
687
|
"dtShadowExtraLarge0Type": "dropShadow",
|
|
679
|
-
"dtShadowExtraLarge1X": "0.
|
|
680
|
-
"dtShadowExtraLarge1Y": "0.
|
|
688
|
+
"dtShadowExtraLarge1X": "0.03125rem",
|
|
689
|
+
"dtShadowExtraLarge1Y": "0.03125rem",
|
|
681
690
|
"dtShadowExtraLarge1Blur": "0",
|
|
682
691
|
"dtShadowExtraLarge1Spread": "0",
|
|
683
692
|
"dtShadowExtraLarge1Color": "#000000",
|
|
684
693
|
"dtShadowExtraLarge1Type": "dropShadow",
|
|
685
|
-
"dtShadowExtraLarge2X": "-0.
|
|
686
|
-
"dtShadowExtraLarge2Y": "-0.
|
|
694
|
+
"dtShadowExtraLarge2X": "-0.03125rem",
|
|
695
|
+
"dtShadowExtraLarge2Y": "-0.03125rem",
|
|
687
696
|
"dtShadowExtraLarge2Blur": "0",
|
|
688
697
|
"dtShadowExtraLarge2Spread": "0",
|
|
689
698
|
"dtShadowExtraLarge2Color": "#000000",
|
|
690
699
|
"dtShadowExtraLarge2Type": "dropShadow",
|
|
691
|
-
"dtShadowExtraLarge3X": "-0.
|
|
692
|
-
"dtShadowExtraLarge3Y": "0.
|
|
700
|
+
"dtShadowExtraLarge3X": "-0.03125rem",
|
|
701
|
+
"dtShadowExtraLarge3Y": "0.03125rem",
|
|
693
702
|
"dtShadowExtraLarge3Blur": "0",
|
|
694
703
|
"dtShadowExtraLarge3Spread": "0",
|
|
695
704
|
"dtShadowExtraLarge3Color": "#000000",
|
|
696
705
|
"dtShadowExtraLarge3Type": "dropShadow",
|
|
697
|
-
"dtShadowExtraLarge4X": "0.
|
|
698
|
-
"dtShadowExtraLarge4Y": "-0.
|
|
706
|
+
"dtShadowExtraLarge4X": "0.03125rem",
|
|
707
|
+
"dtShadowExtraLarge4Y": "-0.03125rem",
|
|
699
708
|
"dtShadowExtraLarge4Blur": "0",
|
|
700
709
|
"dtShadowExtraLarge4Spread": "0",
|
|
701
710
|
"dtShadowExtraLarge4Color": "#000000",
|
|
702
711
|
"dtShadowExtraLarge4Type": "dropShadow",
|
|
703
712
|
"dtShadowCard0X": "0",
|
|
704
|
-
"dtShadowCard0Y": "0.
|
|
705
|
-
"dtShadowCard0Blur": "0.
|
|
713
|
+
"dtShadowCard0Y": "0.0625rem",
|
|
714
|
+
"dtShadowCard0Blur": "0.125rem",
|
|
706
715
|
"dtShadowCard0Spread": "0",
|
|
707
716
|
"dtShadowCard0Color": "#00000059",
|
|
708
717
|
"dtShadowCard0Type": "dropShadow",
|
|
709
718
|
"dtShadowCard1X": "0",
|
|
710
|
-
"dtShadowCard1Y": "0.
|
|
711
|
-
"dtShadowCard1Blur": "0.
|
|
719
|
+
"dtShadowCard1Y": "0.125rem",
|
|
720
|
+
"dtShadowCard1Blur": "0.25rem",
|
|
712
721
|
"dtShadowCard1Spread": "0",
|
|
713
722
|
"dtShadowCard1Color": "#00000073",
|
|
714
723
|
"dtShadowCard1Type": "dropShadow",
|
|
715
724
|
"dtShadowCard2X": "0",
|
|
716
|
-
"dtShadowCard2Y": "0.
|
|
717
|
-
"dtShadowCard2Blur": "
|
|
725
|
+
"dtShadowCard2Y": "0.125rem",
|
|
726
|
+
"dtShadowCard2Blur": "1rem",
|
|
718
727
|
"dtShadowCard2Spread": "0",
|
|
719
728
|
"dtShadowCard2Color": "#00000094",
|
|
720
729
|
"dtShadowCard2Type": "dropShadow",
|
|
721
|
-
"dtShadowCard3X": "0.
|
|
722
|
-
"dtShadowCard3Y": "0.
|
|
730
|
+
"dtShadowCard3X": "0.03125rem",
|
|
731
|
+
"dtShadowCard3Y": "0.03125rem",
|
|
723
732
|
"dtShadowCard3Blur": "0",
|
|
724
733
|
"dtShadowCard3Spread": "0",
|
|
725
734
|
"dtShadowCard3Color": "#000000",
|
|
726
735
|
"dtShadowCard3Type": "dropShadow",
|
|
727
|
-
"dtShadowCard4X": "-0.
|
|
728
|
-
"dtShadowCard4Y": "-0.
|
|
736
|
+
"dtShadowCard4X": "-0.03125rem",
|
|
737
|
+
"dtShadowCard4Y": "-0.03125rem",
|
|
729
738
|
"dtShadowCard4Blur": "0",
|
|
730
739
|
"dtShadowCard4Spread": "0",
|
|
731
740
|
"dtShadowCard4Color": "#000000",
|
|
732
741
|
"dtShadowCard4Type": "dropShadow",
|
|
733
|
-
"dtShadowCard5X": "-0.
|
|
734
|
-
"dtShadowCard5Y": "0.
|
|
742
|
+
"dtShadowCard5X": "-0.03125rem",
|
|
743
|
+
"dtShadowCard5Y": "0.03125rem",
|
|
735
744
|
"dtShadowCard5Blur": "0",
|
|
736
745
|
"dtShadowCard5Spread": "0",
|
|
737
746
|
"dtShadowCard5Color": "#000000",
|
|
738
747
|
"dtShadowCard5Type": "dropShadow",
|
|
739
|
-
"dtShadowCard6X": "0.
|
|
740
|
-
"dtShadowCard6Y": "-0.
|
|
748
|
+
"dtShadowCard6X": "0.03125rem",
|
|
749
|
+
"dtShadowCard6Y": "-0.03125rem",
|
|
741
750
|
"dtShadowCard6Blur": "0",
|
|
742
751
|
"dtShadowCard6Spread": "0",
|
|
743
752
|
"dtShadowCard6Color": "#000000",
|
|
@@ -745,19 +754,19 @@
|
|
|
745
754
|
"dtShadowFocus0X": "0",
|
|
746
755
|
"dtShadowFocus0Y": "0",
|
|
747
756
|
"dtShadowFocus0Blur": "0",
|
|
748
|
-
"dtShadowFocus0Spread": "0.
|
|
757
|
+
"dtShadowFocus0Spread": "0.0625rem",
|
|
749
758
|
"dtShadowFocus0Color": "#000000",
|
|
750
759
|
"dtShadowFocus0Type": "dropShadow",
|
|
751
760
|
"dtShadowFocus1X": "0",
|
|
752
761
|
"dtShadowFocus1Y": "0",
|
|
753
762
|
"dtShadowFocus1Blur": "0",
|
|
754
|
-
"dtShadowFocus1Spread": "0.
|
|
763
|
+
"dtShadowFocus1Spread": "0.25rem",
|
|
755
764
|
"dtShadowFocus1Color": "#51A0FE",
|
|
756
765
|
"dtShadowFocus1Type": "dropShadow",
|
|
757
766
|
"dtShadowFocusInset0X": "0",
|
|
758
767
|
"dtShadowFocusInset0Y": "0",
|
|
759
768
|
"dtShadowFocusInset0Blur": "0",
|
|
760
|
-
"dtShadowFocusInset0Spread": "0.
|
|
769
|
+
"dtShadowFocusInset0Spread": "0.1875rem",
|
|
761
770
|
"dtShadowFocusInset0Color": "#51A0FE",
|
|
762
771
|
"dtShadowFocusInset0Type": "innerShadow",
|
|
763
772
|
"dtOpacity0": 0,
|
|
@@ -777,12 +786,11 @@
|
|
|
777
786
|
"dtFontFamilyBody": "-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",
|
|
778
787
|
"dtFontFamilyExpressive": "Archivo,-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",
|
|
779
788
|
"dtFontFamilyMono": "SFMono-Regular, \"SF Mono\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace",
|
|
780
|
-
"dtFontSize100": "
|
|
781
|
-
"dtFontSize200": "
|
|
782
|
-
"dtFontSize300": "1.
|
|
783
|
-
"dtFontSize400": "
|
|
784
|
-
"dtFontSize500": "
|
|
785
|
-
"dtFontSizeRoot": "1rem",
|
|
789
|
+
"dtFontSize100": "0.75rem",
|
|
790
|
+
"dtFontSize200": "0.9375rem",
|
|
791
|
+
"dtFontSize300": "1.1875rem",
|
|
792
|
+
"dtFontSize400": "1.6875rem",
|
|
793
|
+
"dtFontSize500": "2.375rem",
|
|
786
794
|
"dtFontLineHeight100": "1",
|
|
787
795
|
"dtFontLineHeight200": "1.2",
|
|
788
796
|
"dtFontLineHeight300": "1.4",
|
|
@@ -798,88 +806,88 @@
|
|
|
798
806
|
"dtFontTextCaseCapitalize": "capitalize",
|
|
799
807
|
"dtFontTextCaseNone": "none",
|
|
800
808
|
"dtSpace0": "0",
|
|
801
|
-
"dtSpace50": "0.
|
|
802
|
-
"dtSpace100": "0.
|
|
803
|
-
"dtSpace200": "0.
|
|
804
|
-
"dtSpace300": "0.
|
|
805
|
-
"dtSpace350": "0.
|
|
806
|
-
"dtSpace400": "0.
|
|
807
|
-
"dtSpace450": "
|
|
808
|
-
"dtSpace500": "
|
|
809
|
-
"dtSpace525": "
|
|
810
|
-
"dtSpace550": "
|
|
811
|
-
"dtSpace600": "
|
|
812
|
-
"dtSpace625": "
|
|
813
|
-
"dtSpace650": "
|
|
814
|
-
"dtSpace700": "
|
|
815
|
-
"dtSpace720": "
|
|
816
|
-
"dtSpace730": "
|
|
817
|
-
"dtSpace750": "
|
|
818
|
-
"dtSpace760": "
|
|
819
|
-
"dtSpace775": "
|
|
820
|
-
"dtSpace800": "
|
|
821
|
-
"dtSpace825": "
|
|
822
|
-
"dtSpace850": "
|
|
823
|
-
"dtSpace875": "
|
|
824
|
-
"dtSpace900": "
|
|
825
|
-
"dtSpace905": "
|
|
826
|
-
"dtSpace925": "
|
|
827
|
-
"dtSpace950": "
|
|
828
|
-
"dtSpace975": "
|
|
829
|
-
"dtSpace1000": "
|
|
830
|
-
"dtSpace1020": "
|
|
831
|
-
"dtSpace1040": "
|
|
832
|
-
"dtSpace1050": "
|
|
833
|
-
"dtSpace1060": "
|
|
834
|
-
"dtSpace1080": "
|
|
835
|
-
"dtSpace1100": "
|
|
836
|
-
"dtSpace1115": "
|
|
837
|
-
"dtSpace1120": "
|
|
838
|
-
"dtSpace1125": "
|
|
839
|
-
"dtSpace1130": "
|
|
840
|
-
"dtSpace1150": "
|
|
841
|
-
"dtSpace1200": "
|
|
842
|
-
"dtSpace50Negative": "-0.
|
|
843
|
-
"dtSpace100Negative": "-0.
|
|
844
|
-
"dtSpace200Negative": "-0.
|
|
845
|
-
"dtSpace300Negative": "-0.
|
|
846
|
-
"dtSpace350Negative": "-0.
|
|
847
|
-
"dtSpace400Negative": "-0.
|
|
848
|
-
"dtSpace450Negative": "-
|
|
849
|
-
"dtSpace500Negative": "-
|
|
850
|
-
"dtSpace525Negative": "-
|
|
851
|
-
"dtSpace550Negative": "-
|
|
852
|
-
"dtSpace600Negative": "-
|
|
853
|
-
"dtSpace625Negative": "-
|
|
854
|
-
"dtSpace650Negative": "-
|
|
855
|
-
"dtSpace700Negative": "-
|
|
856
|
-
"dtSpace720Negative": "-
|
|
857
|
-
"dtSpace730Negative": "-
|
|
858
|
-
"dtSpace750Negative": "-
|
|
859
|
-
"dtSpace760Negative": "-
|
|
860
|
-
"dtSpace775Negative": "-
|
|
861
|
-
"dtSpace800Negative": "-
|
|
862
|
-
"dtSpace825Negative": "-
|
|
863
|
-
"dtSpace850Negative": "-
|
|
864
|
-
"dtSpace875Negative": "-
|
|
865
|
-
"dtSpace900Negative": "-
|
|
866
|
-
"dtSpace905Negative": "-
|
|
867
|
-
"dtSpace925Negative": "-
|
|
868
|
-
"dtSpace950Negative": "-
|
|
869
|
-
"dtSpace975Negative": "-
|
|
870
|
-
"dtSpace1000Negative": "-
|
|
871
|
-
"dtSpace1020Negative": "-
|
|
872
|
-
"dtSpace1040Negative": "-
|
|
873
|
-
"dtSpace1050Negative": "-
|
|
874
|
-
"dtSpace1060Negative": "-
|
|
875
|
-
"dtSpace1080Negative": "-
|
|
876
|
-
"dtSpace1100Negative": "-
|
|
877
|
-
"dtSpace1115Negative": "-
|
|
878
|
-
"dtSpace1120Negative": "-
|
|
879
|
-
"dtSpace1125Negative": "-
|
|
880
|
-
"dtSpace1130Negative": "-
|
|
881
|
-
"dtSpace1150Negative": "-
|
|
882
|
-
"dtSpace1200Negative": "-
|
|
809
|
+
"dtSpace50": "0.03125rem",
|
|
810
|
+
"dtSpace100": "0.0625rem",
|
|
811
|
+
"dtSpace200": "0.125rem",
|
|
812
|
+
"dtSpace300": "0.25rem",
|
|
813
|
+
"dtSpace350": "0.375rem",
|
|
814
|
+
"dtSpace400": "0.5rem",
|
|
815
|
+
"dtSpace450": "0.75rem",
|
|
816
|
+
"dtSpace500": "1rem",
|
|
817
|
+
"dtSpace525": "1.25rem",
|
|
818
|
+
"dtSpace550": "1.5rem",
|
|
819
|
+
"dtSpace600": "2rem",
|
|
820
|
+
"dtSpace625": "2.625rem",
|
|
821
|
+
"dtSpace650": "3rem",
|
|
822
|
+
"dtSpace700": "4rem",
|
|
823
|
+
"dtSpace720": "4.5rem",
|
|
824
|
+
"dtSpace730": "5.25rem",
|
|
825
|
+
"dtSpace750": "6rem",
|
|
826
|
+
"dtSpace760": "6.375rem",
|
|
827
|
+
"dtSpace775": "7.125rem",
|
|
828
|
+
"dtSpace800": "8rem",
|
|
829
|
+
"dtSpace825": "10.25rem",
|
|
830
|
+
"dtSpace850": "12rem",
|
|
831
|
+
"dtSpace875": "13.5rem",
|
|
832
|
+
"dtSpace900": "16rem",
|
|
833
|
+
"dtSpace905": "16.5rem",
|
|
834
|
+
"dtSpace925": "20.75rem",
|
|
835
|
+
"dtSpace950": "24rem",
|
|
836
|
+
"dtSpace975": "29rem",
|
|
837
|
+
"dtSpace1000": "32rem",
|
|
838
|
+
"dtSpace1020": "39.25rem",
|
|
839
|
+
"dtSpace1040": "47.75rem",
|
|
840
|
+
"dtSpace1050": "48rem",
|
|
841
|
+
"dtSpace1060": "51.75rem",
|
|
842
|
+
"dtSpace1080": "57rem",
|
|
843
|
+
"dtSpace1100": "64rem",
|
|
844
|
+
"dtSpace1115": "71.25rem",
|
|
845
|
+
"dtSpace1120": "79.25rem",
|
|
846
|
+
"dtSpace1125": "80rem",
|
|
847
|
+
"dtSpace1130": "83.75rem",
|
|
848
|
+
"dtSpace1150": "96rem",
|
|
849
|
+
"dtSpace1200": "128rem",
|
|
850
|
+
"dtSpace50Negative": "-0.03125rem",
|
|
851
|
+
"dtSpace100Negative": "-0.0625rem",
|
|
852
|
+
"dtSpace200Negative": "-0.125rem",
|
|
853
|
+
"dtSpace300Negative": "-0.25rem",
|
|
854
|
+
"dtSpace350Negative": "-0.375rem",
|
|
855
|
+
"dtSpace400Negative": "-0.5rem",
|
|
856
|
+
"dtSpace450Negative": "-0.75rem",
|
|
857
|
+
"dtSpace500Negative": "-1rem",
|
|
858
|
+
"dtSpace525Negative": "-1.25rem",
|
|
859
|
+
"dtSpace550Negative": "-1.5rem",
|
|
860
|
+
"dtSpace600Negative": "-2rem",
|
|
861
|
+
"dtSpace625Negative": "-2.625rem",
|
|
862
|
+
"dtSpace650Negative": "-3rem",
|
|
863
|
+
"dtSpace700Negative": "-4rem",
|
|
864
|
+
"dtSpace720Negative": "-4.5rem",
|
|
865
|
+
"dtSpace730Negative": "-5.25rem",
|
|
866
|
+
"dtSpace750Negative": "-6rem",
|
|
867
|
+
"dtSpace760Negative": "-6.375rem",
|
|
868
|
+
"dtSpace775Negative": "-7.125rem",
|
|
869
|
+
"dtSpace800Negative": "-8rem",
|
|
870
|
+
"dtSpace825Negative": "-10.25rem",
|
|
871
|
+
"dtSpace850Negative": "-12rem",
|
|
872
|
+
"dtSpace875Negative": "-13.5rem",
|
|
873
|
+
"dtSpace900Negative": "-16rem",
|
|
874
|
+
"dtSpace905Negative": "-16.5rem",
|
|
875
|
+
"dtSpace925Negative": "-20.75rem",
|
|
876
|
+
"dtSpace950Negative": "-24rem",
|
|
877
|
+
"dtSpace975Negative": "-29rem",
|
|
878
|
+
"dtSpace1000Negative": "-32rem",
|
|
879
|
+
"dtSpace1020Negative": "-39.25rem",
|
|
880
|
+
"dtSpace1040Negative": "-47.75rem",
|
|
881
|
+
"dtSpace1050Negative": "-48rem",
|
|
882
|
+
"dtSpace1060Negative": "-51.75rem",
|
|
883
|
+
"dtSpace1080Negative": "-57rem",
|
|
884
|
+
"dtSpace1100Negative": "-64rem",
|
|
885
|
+
"dtSpace1115Negative": "-71.25rem",
|
|
886
|
+
"dtSpace1120Negative": "-79.25rem",
|
|
887
|
+
"dtSpace1125Negative": "-80rem",
|
|
888
|
+
"dtSpace1130Negative": "-83.75rem",
|
|
889
|
+
"dtSpace1150Negative": "-96rem",
|
|
890
|
+
"dtSpace1200Negative": "-128rem",
|
|
883
891
|
"dtSpace0Percent": "0%",
|
|
884
892
|
"dtSpace5Percent": "5%",
|
|
885
893
|
"dtSpace10Percent": "10%",
|
|
@@ -896,6 +904,5 @@
|
|
|
896
904
|
"dtSpace80Percent": "80%",
|
|
897
905
|
"dtSpace90Percent": "90%",
|
|
898
906
|
"dtSpace95Percent": "95%",
|
|
899
|
-
"dtSpace100Percent": "100%"
|
|
900
|
-
"dtSpaceBase": "0.8rem"
|
|
907
|
+
"dtSpace100Percent": "100%"
|
|
901
908
|
}
|