@esri/calcite-design-tokens 3.0.2-next.0 → 3.0.2-next.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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/css/{breakpoint.css → breakpoints.css} +21 -21
- package/dist/css/classes.css +157 -157
- package/dist/css/core.css +313 -317
- package/dist/css/dark.css +40 -40
- package/dist/css/global.css +108 -111
- package/dist/css/index.css +5 -5
- package/dist/css/light.css +41 -41
- package/dist/css/semantic.css +137 -0
- package/dist/docs/core.json +3143 -5334
- package/dist/docs/global.json +2375 -3570
- package/dist/docs/semantic.json +3767 -0
- package/dist/es6/breakpoints.d.ts +50 -0
- package/dist/es6/breakpoints.js +17 -0
- package/dist/es6/core.d.ts +344 -333
- package/dist/es6/core.js +37 -7
- package/dist/es6/global.d.ts +472 -273
- package/dist/es6/global.js +392 -115
- package/dist/es6/semantic.d.ts +175 -0
- package/dist/es6/semantic.js +154 -0
- package/dist/js/core.d.ts +396 -402
- package/dist/js/core.js +2901 -5404
- package/dist/js/global.d.ts +338 -343
- package/dist/js/global.js +2324 -3676
- package/dist/js/semantic.d.ts +199 -0
- package/dist/js/semantic.js +6894 -0
- package/dist/scss/breakpoints.scss +23 -23
- package/dist/scss/core.scss +314 -316
- package/dist/scss/dark.scss +41 -42
- package/dist/scss/global.scss +110 -116
- package/dist/scss/index.scss +4 -4
- package/dist/scss/light.scss +42 -43
- package/dist/scss/mixins.scss +190 -151
- package/dist/scss/semantic.scss +134 -0
- package/package.json +8 -5
package/dist/es6/global.js
CHANGED
|
@@ -1,65 +1,114 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* File to be deprecated in next major release
|
|
4
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
5
|
*/
|
|
5
6
|
|
|
6
7
|
export const calciteBorderWidthNone = "0";
|
|
7
8
|
export const calciteBorderWidthSm = "1px";
|
|
8
9
|
export const calciteBorderWidthMd = "2px";
|
|
9
10
|
export const calciteBorderWidthLg = "4px";
|
|
10
|
-
export const calciteColorBackground = {
|
|
11
|
+
export const calciteColorBackground = { light: "#f8f8f8", dark: "#353535" };
|
|
11
12
|
export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
|
|
12
|
-
export const calciteColorForeground1 = {
|
|
13
|
-
export const calciteColorForeground2 = {
|
|
14
|
-
export const calciteColorForeground3 = {
|
|
15
|
-
export const calciteColorForegroundCurrent = {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export const
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
export const
|
|
61
|
-
|
|
62
|
-
|
|
13
|
+
export const calciteColorForeground1 = { light: "#ffffff", dark: "#2b2b2b" };
|
|
14
|
+
export const calciteColorForeground2 = { light: "#f3f3f3", dark: "#202020" };
|
|
15
|
+
export const calciteColorForeground3 = { light: "#eaeaea", dark: "#151515" };
|
|
16
|
+
export const calciteColorForegroundCurrent = {
|
|
17
|
+
light: "#c7eaff",
|
|
18
|
+
dark: "#214155",
|
|
19
|
+
};
|
|
20
|
+
export const calciteColorTransparent = {
|
|
21
|
+
light: "rgba(0, 0, 0, 0)",
|
|
22
|
+
dark: "rgba(255, 255, 255, 0)",
|
|
23
|
+
};
|
|
24
|
+
export const calciteColorTransparentHover = {
|
|
25
|
+
light: "rgba(0, 0, 0, 0.04)",
|
|
26
|
+
dark: "rgba(255, 255, 255, 0.04)",
|
|
27
|
+
};
|
|
28
|
+
export const calciteColorTransparentPress = {
|
|
29
|
+
light: "rgba(0, 0, 0, 0.08)",
|
|
30
|
+
dark: "rgba(255, 255, 255, 0.08)",
|
|
31
|
+
};
|
|
32
|
+
export const calciteColorTransparentScrim = {
|
|
33
|
+
light: "rgba(255, 255, 255, 0.85)",
|
|
34
|
+
dark: "rgba(0, 0, 0, 0.85)",
|
|
35
|
+
};
|
|
36
|
+
export const calciteColorTransparentTint = {
|
|
37
|
+
light: "rgba(255, 255, 255, 0.8)",
|
|
38
|
+
dark: "rgba(43, 43, 43, 0.8)",
|
|
39
|
+
};
|
|
40
|
+
export const calciteColorBrand = { light: "#007ac2", dark: "#009af2" };
|
|
41
|
+
export const calciteColorBrandHover = { light: "#00619b", dark: "#007ac2" };
|
|
42
|
+
export const calciteColorBrandPress = { light: "#004874", dark: "#00619b" };
|
|
43
|
+
export const calciteColorBrandUnderline = {
|
|
44
|
+
light: "rgba(0, 97, 155, 0.4)",
|
|
45
|
+
dark: "rgba(0, 160, 255, 0.4)",
|
|
46
|
+
};
|
|
47
|
+
export const calciteColorStatusInfo = { light: "#00619b", dark: "#00a0ff" };
|
|
48
|
+
export const calciteColorStatusInfoHover = {
|
|
49
|
+
light: "#004874",
|
|
50
|
+
dark: "#3db8ff",
|
|
51
|
+
};
|
|
52
|
+
export const calciteColorStatusInfoPress = {
|
|
53
|
+
light: "#00304d",
|
|
54
|
+
dark: "#009af2",
|
|
55
|
+
};
|
|
56
|
+
export const calciteColorStatusSuccess = { light: "#35ac46", dark: "#36da43" };
|
|
57
|
+
export const calciteColorStatusSuccessHover = {
|
|
58
|
+
light: "#288835",
|
|
59
|
+
dark: "#3bed52",
|
|
60
|
+
};
|
|
61
|
+
export const calciteColorStatusSuccessPress = {
|
|
62
|
+
light: "#1a6324",
|
|
63
|
+
dark: "#00b81b",
|
|
64
|
+
};
|
|
65
|
+
export const calciteColorStatusWarning = { light: "#edd317", dark: "#ffc900" };
|
|
66
|
+
export const calciteColorStatusWarningHover = {
|
|
67
|
+
light: "#d9bc00",
|
|
68
|
+
dark: "#ffee33",
|
|
69
|
+
};
|
|
70
|
+
export const calciteColorStatusWarningPress = {
|
|
71
|
+
light: "#bfa200",
|
|
72
|
+
dark: "#f5d000",
|
|
73
|
+
};
|
|
74
|
+
export const calciteColorStatusDanger = { light: "#d83020", dark: "#fe583e" };
|
|
75
|
+
export const calciteColorStatusDangerHover = {
|
|
76
|
+
light: "#a82b1e",
|
|
77
|
+
dark: "#ff0015",
|
|
78
|
+
};
|
|
79
|
+
export const calciteColorStatusDangerPress = {
|
|
80
|
+
light: "#7c1d13",
|
|
81
|
+
dark: "#d90012",
|
|
82
|
+
};
|
|
83
|
+
export const calciteColorInverse = { light: "#353535", dark: "#f8f8f8" };
|
|
84
|
+
export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#ffffff" };
|
|
85
|
+
export const calciteColorInversePress = { light: "#202020", dark: "#f3f3f3" };
|
|
86
|
+
export const calciteColorText1 = { light: "#151515", dark: "#ffffff" };
|
|
87
|
+
export const calciteColorText2 = { light: "#4a4a4a", dark: "#bfbfbf" };
|
|
88
|
+
export const calciteColorText3 = { light: "#6a6a6a", dark: "#9f9f9f" };
|
|
89
|
+
export const calciteColorTextInverse = { light: "#ffffff", dark: "#151515" };
|
|
90
|
+
export const calciteColorTextLink = { light: "#00619b", dark: "#00a0ff" };
|
|
91
|
+
export const calciteColorBorder1 = { light: "#cacaca", dark: "#555555" };
|
|
92
|
+
export const calciteColorBorder2 = { light: "#d4d4d4", dark: "#4a4a4a" };
|
|
93
|
+
export const calciteColorBorder3 = { light: "#dfdfdf", dark: "#404040" };
|
|
94
|
+
export const calciteColorBorderInput = { light: "#949494", dark: "#757575" };
|
|
95
|
+
export const calciteColorBorderGhost = {
|
|
96
|
+
light: "rgba(0, 0, 0, 0.3)",
|
|
97
|
+
dark: "rgba(117, 117, 117, 0.3)",
|
|
98
|
+
};
|
|
99
|
+
export const calciteColorBorderWhite = { light: "#ffffff", dark: "#f8f8f8" };
|
|
100
|
+
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
101
|
+
export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
|
|
102
|
+
export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
|
|
103
|
+
export const calciteContainerSizeHeightMd = { min: "505px", max: "678px" }; // Small laptops
|
|
104
|
+
export const calciteContainerSizeHeightLg = { min: "679px", max: "854px" }; // Large laptops and desktop computers
|
|
105
|
+
export const calciteContainerSizeHeightXl = { min: "855px" }; // Projectors and televisions
|
|
106
|
+
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
107
|
+
export const calciteContainerSizeWidthXs = { min: "321px", max: "476px" }; // Handheld devices
|
|
108
|
+
export const calciteContainerSizeWidthSm = { min: "477px", max: "768px" }; // Small tablets
|
|
109
|
+
export const calciteContainerSizeWidthMd = { min: "769px", max: "1152px" }; // Small laptops
|
|
110
|
+
export const calciteContainerSizeWidthLg = { min: "1153px", max: "1440px" }; // Large laptops and desktop computers
|
|
111
|
+
export const calciteContainerSizeWidthXl = { min: "1441px" }; // Projectors and televisions
|
|
63
112
|
export const calciteContainerSizeMargin = "24px";
|
|
64
113
|
export const calciteContainerSizeGutter = "16px";
|
|
65
114
|
export const calciteContainerSizeContentFluid = "100%"; // for fluid grid widths
|
|
@@ -68,8 +117,19 @@ export const calciteCornerRadius = "0";
|
|
|
68
117
|
export const calciteCornerRadiusSharp = "0";
|
|
69
118
|
export const calciteCornerRadiusRound = "4px";
|
|
70
119
|
export const calciteCornerRadiusPill = "100%";
|
|
71
|
-
export const calciteFontFamily = [
|
|
72
|
-
|
|
120
|
+
export const calciteFontFamily = [
|
|
121
|
+
"Avenir Next",
|
|
122
|
+
"Avenir",
|
|
123
|
+
"Helvetica Neue",
|
|
124
|
+
"sans-serif",
|
|
125
|
+
]; // Primary font with fallbacks
|
|
126
|
+
export const calciteFontFamilyCode = [
|
|
127
|
+
"Monaco",
|
|
128
|
+
"Consolas",
|
|
129
|
+
"Andale Mono",
|
|
130
|
+
"Lucida Console",
|
|
131
|
+
"monospace",
|
|
132
|
+
]; // Font family for code with fallbacks
|
|
73
133
|
export const calciteFontWeightLight = "300"; // For Avenir Next World (secondary font family)
|
|
74
134
|
export const calciteFontWeightNormal = "400"; // For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"
|
|
75
135
|
export const calciteFontWeightRegular = "400";
|
|
@@ -109,9 +169,27 @@ export const calciteOpacityHalf = "0.5";
|
|
|
109
169
|
export const calciteOpacityDark = "0.85";
|
|
110
170
|
export const calciteOpacityFull = "1";
|
|
111
171
|
export const calciteOpacityDisabled = "0.5";
|
|
112
|
-
export const calciteShadowNone = {
|
|
113
|
-
|
|
114
|
-
|
|
172
|
+
export const calciteShadowNone = {
|
|
173
|
+
blur: "0",
|
|
174
|
+
spread: "0",
|
|
175
|
+
color: "rgba(0, 0, 0, 0)",
|
|
176
|
+
x: "0",
|
|
177
|
+
y: "0",
|
|
178
|
+
};
|
|
179
|
+
export const calciteShadowSm = [
|
|
180
|
+
{ blur: "8px", spread: "0", color: "rgba(0, 0, 0, 0.04)", x: "0", y: "2px" },
|
|
181
|
+
{ blur: "16px", spread: "0", color: "rgba(0, 0, 0, 0.08)", x: "0", y: "4px" },
|
|
182
|
+
];
|
|
183
|
+
export const calciteShadowMd = [
|
|
184
|
+
{ blur: "20px", spread: "0", color: "rgba(0, 0, 0, 0.08)", x: "0", y: "4px" },
|
|
185
|
+
{
|
|
186
|
+
blur: "32px",
|
|
187
|
+
spread: "-2px",
|
|
188
|
+
color: "rgba(0, 0, 0, 0.1)",
|
|
189
|
+
x: "0",
|
|
190
|
+
y: "12px",
|
|
191
|
+
},
|
|
192
|
+
];
|
|
115
193
|
export const calciteSizeFixedXxxs = "2px"; // deprecated
|
|
116
194
|
export const calciteSizeFixedXxs = "4px"; // deprecated
|
|
117
195
|
export const calciteSizeFixedXs = "6px"; // deprecated
|
|
@@ -154,62 +232,261 @@ export const calciteSpacingLg = "1rem";
|
|
|
154
232
|
export const calciteSpacingXl = "1.25rem";
|
|
155
233
|
export const calciteSpacingXxl = "1.5rem";
|
|
156
234
|
export const calciteSpacingXxxl = "2rem";
|
|
157
|
-
export const calciteTypography = {
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export const
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
export const
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
export const
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
export const
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
export const
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
export const
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
export const
|
|
211
|
-
|
|
212
|
-
|
|
235
|
+
export const calciteTypography = {
|
|
236
|
+
fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
237
|
+
fontSize: "14px",
|
|
238
|
+
fontWeight: "400",
|
|
239
|
+
letterSpacing: "0",
|
|
240
|
+
lineHeight: "16px",
|
|
241
|
+
paragraphSpacing: "4px",
|
|
242
|
+
textCase: "none",
|
|
243
|
+
textDecoration: "none",
|
|
244
|
+
};
|
|
245
|
+
export const calciteTypographyLightMinus3h = {
|
|
246
|
+
fontSize: "10px",
|
|
247
|
+
fontWeight: "300",
|
|
248
|
+
lineHeight: "12px",
|
|
249
|
+
};
|
|
250
|
+
export const calciteTypographyLightMinus2h = {
|
|
251
|
+
fontSize: "12px",
|
|
252
|
+
fontWeight: "300",
|
|
253
|
+
};
|
|
254
|
+
export const calciteTypographyLightMinus1h = { fontWeight: "300" };
|
|
255
|
+
export const calciteTypographyLight0h = {
|
|
256
|
+
fontSize: "16px",
|
|
257
|
+
fontWeight: "300",
|
|
258
|
+
lineHeight: "20px",
|
|
259
|
+
};
|
|
260
|
+
export const calciteTypographyLight1h = {
|
|
261
|
+
fontSize: "18px",
|
|
262
|
+
fontWeight: "300",
|
|
263
|
+
lineHeight: "24px",
|
|
264
|
+
};
|
|
265
|
+
export const calciteTypographyRegularMinus3h = {
|
|
266
|
+
lineHeight: "12px",
|
|
267
|
+
fontSize: "10px",
|
|
268
|
+
};
|
|
269
|
+
export const calciteTypographyRegularMinus2h = { fontSize: "12px" };
|
|
270
|
+
export const calciteTypographyRegularMinus1h = {
|
|
271
|
+
fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
272
|
+
fontSize: "14px",
|
|
273
|
+
fontWeight: "400",
|
|
274
|
+
letterSpacing: "0",
|
|
275
|
+
lineHeight: "16px",
|
|
276
|
+
paragraphSpacing: "4px",
|
|
277
|
+
textCase: "none",
|
|
278
|
+
textDecoration: "none",
|
|
279
|
+
};
|
|
280
|
+
export const calciteTypographyRegular0h = {
|
|
281
|
+
lineHeight: "20px",
|
|
282
|
+
fontSize: "16px",
|
|
283
|
+
};
|
|
284
|
+
export const calciteTypographyRegular1h = {
|
|
285
|
+
lineHeight: "24px",
|
|
286
|
+
fontSize: "18px",
|
|
287
|
+
};
|
|
288
|
+
export const calciteTypographyMediumMinus3h = {
|
|
289
|
+
fontWeight: "500",
|
|
290
|
+
lineHeight: "12px",
|
|
291
|
+
fontSize: "10px",
|
|
292
|
+
};
|
|
293
|
+
export const calciteTypographyMediumMinus2h = {
|
|
294
|
+
fontWeight: "500",
|
|
295
|
+
fontSize: "12px",
|
|
296
|
+
};
|
|
297
|
+
export const calciteTypographyMediumMinus1h = { fontWeight: "500" };
|
|
298
|
+
export const calciteTypographyMedium0h = {
|
|
299
|
+
fontWeight: "500",
|
|
300
|
+
lineHeight: "20px",
|
|
301
|
+
fontSize: "16px",
|
|
302
|
+
};
|
|
303
|
+
export const calciteTypographyMedium1h = {
|
|
304
|
+
fontWeight: "500",
|
|
305
|
+
lineHeight: "24px",
|
|
306
|
+
fontSize: "18px",
|
|
307
|
+
};
|
|
308
|
+
export const calciteTypographyBoldMinus3h = {
|
|
309
|
+
fontWeight: "600",
|
|
310
|
+
lineHeight: "12px",
|
|
311
|
+
fontSize: "10px",
|
|
312
|
+
};
|
|
313
|
+
export const calciteTypographyBoldMinus2h = {
|
|
314
|
+
fontWeight: "600",
|
|
315
|
+
fontSize: "12px",
|
|
316
|
+
};
|
|
317
|
+
export const calciteTypographyBoldMinus1h = { fontWeight: "600" };
|
|
318
|
+
export const calciteTypographyBold0h = {
|
|
319
|
+
fontWeight: "600",
|
|
320
|
+
lineHeight: "20px",
|
|
321
|
+
fontSize: "16px",
|
|
322
|
+
};
|
|
323
|
+
export const calciteTypographyBold1h = {
|
|
324
|
+
fontWeight: "600",
|
|
325
|
+
lineHeight: "24px",
|
|
326
|
+
fontSize: "18px",
|
|
327
|
+
};
|
|
328
|
+
export const calciteTypographyWrapLight0 = {
|
|
329
|
+
fontWeight: "300",
|
|
330
|
+
lineHeight: "1.375",
|
|
331
|
+
fontSize: "16px",
|
|
332
|
+
};
|
|
333
|
+
export const calciteTypographyWrapLight1 = {
|
|
334
|
+
fontWeight: "300",
|
|
335
|
+
lineHeight: "1.375",
|
|
336
|
+
fontSize: "18px",
|
|
337
|
+
};
|
|
338
|
+
export const calciteTypographyWrapLight2 = {
|
|
339
|
+
fontWeight: "300",
|
|
340
|
+
lineHeight: "1.375",
|
|
341
|
+
fontSize: "20px",
|
|
342
|
+
};
|
|
343
|
+
export const calciteTypographyWrapLight3 = {
|
|
344
|
+
fontWeight: "300",
|
|
345
|
+
lineHeight: "1.25",
|
|
346
|
+
fontSize: "24px",
|
|
347
|
+
};
|
|
348
|
+
export const calciteTypographyWrapLightMinus2 = {
|
|
349
|
+
fontWeight: "300",
|
|
350
|
+
lineHeight: "1.375",
|
|
351
|
+
fontSize: "12px",
|
|
352
|
+
};
|
|
353
|
+
export const calciteTypographyWrapLightMinus1 = {
|
|
354
|
+
fontWeight: "300",
|
|
355
|
+
lineHeight: "1.375",
|
|
356
|
+
};
|
|
357
|
+
export const calciteTypographyWrapRegular0 = {
|
|
358
|
+
lineHeight: "1.375",
|
|
359
|
+
fontSize: "16px",
|
|
360
|
+
};
|
|
361
|
+
export const calciteTypographyWrapRegular1 = {
|
|
362
|
+
lineHeight: "1.375",
|
|
363
|
+
fontSize: "18px",
|
|
364
|
+
};
|
|
365
|
+
export const calciteTypographyWrapRegular2 = {
|
|
366
|
+
lineHeight: "1.375",
|
|
367
|
+
fontSize: "20px",
|
|
368
|
+
};
|
|
369
|
+
export const calciteTypographyWrapRegular3 = {
|
|
370
|
+
lineHeight: "1.375",
|
|
371
|
+
fontSize: "24px",
|
|
372
|
+
};
|
|
373
|
+
export const calciteTypographyWrapRegularMinus2 = {
|
|
374
|
+
lineHeight: "1.375",
|
|
375
|
+
fontSize: "12px",
|
|
376
|
+
};
|
|
377
|
+
export const calciteTypographyWrapRegularMinus1 = { lineHeight: "1.375" };
|
|
378
|
+
export const calciteTypographyWrapMedium0 = {
|
|
379
|
+
fontWeight: "500",
|
|
380
|
+
lineHeight: "1.375",
|
|
381
|
+
fontSize: "16px",
|
|
382
|
+
};
|
|
383
|
+
export const calciteTypographyWrapMedium1 = {
|
|
384
|
+
fontWeight: "500",
|
|
385
|
+
lineHeight: "1.375",
|
|
386
|
+
fontSize: "18px",
|
|
387
|
+
};
|
|
388
|
+
export const calciteTypographyWrapMedium2 = {
|
|
389
|
+
fontWeight: "500",
|
|
390
|
+
lineHeight: "1.375",
|
|
391
|
+
fontSize: "20px",
|
|
392
|
+
};
|
|
393
|
+
export const calciteTypographyWrapMedium3 = {
|
|
394
|
+
fontWeight: "500",
|
|
395
|
+
lineHeight: "1.375",
|
|
396
|
+
fontSize: "24px",
|
|
397
|
+
};
|
|
398
|
+
export const calciteTypographyWrapMediumMinus2 = {
|
|
399
|
+
fontWeight: "500",
|
|
400
|
+
lineHeight: "1.375",
|
|
401
|
+
fontSize: "12px",
|
|
402
|
+
};
|
|
403
|
+
export const calciteTypographyWrapMediumMinus1 = {
|
|
404
|
+
fontWeight: "500",
|
|
405
|
+
lineHeight: "1.375",
|
|
406
|
+
};
|
|
407
|
+
export const calciteTypographyWrapBold0 = {
|
|
408
|
+
fontWeight: "600",
|
|
409
|
+
lineHeight: "1.375",
|
|
410
|
+
fontSize: "16px",
|
|
411
|
+
};
|
|
412
|
+
export const calciteTypographyWrapBold1 = {
|
|
413
|
+
fontWeight: "600",
|
|
414
|
+
lineHeight: "1.375",
|
|
415
|
+
fontSize: "18px",
|
|
416
|
+
};
|
|
417
|
+
export const calciteTypographyWrapBold2 = {
|
|
418
|
+
fontWeight: "600",
|
|
419
|
+
lineHeight: "1.375",
|
|
420
|
+
fontSize: "20px",
|
|
421
|
+
};
|
|
422
|
+
export const calciteTypographyWrapBold3 = {
|
|
423
|
+
fontWeight: "600",
|
|
424
|
+
lineHeight: "1.375",
|
|
425
|
+
fontSize: "24px",
|
|
426
|
+
};
|
|
427
|
+
export const calciteTypographyWrapBoldMinus2 = {
|
|
428
|
+
fontWeight: "600",
|
|
429
|
+
lineHeight: "1.375",
|
|
430
|
+
fontSize: "12px",
|
|
431
|
+
};
|
|
432
|
+
export const calciteTypographyWrapBoldMinus1 = {
|
|
433
|
+
fontWeight: "600",
|
|
434
|
+
lineHeight: "1.375",
|
|
435
|
+
};
|
|
436
|
+
export const calciteTypographyHierarchyDisplay1 = {
|
|
437
|
+
fontWeight: "600",
|
|
438
|
+
lineHeight: "1.375",
|
|
439
|
+
fontSize: "24px",
|
|
440
|
+
};
|
|
441
|
+
export const calciteTypographyHierarchyDisplay2 = {
|
|
442
|
+
fontWeight: "600",
|
|
443
|
+
lineHeight: "1.375",
|
|
444
|
+
fontSize: "20px",
|
|
445
|
+
};
|
|
446
|
+
export const calciteTypographyHierarchyHeading1 = {
|
|
447
|
+
fontWeight: "500",
|
|
448
|
+
lineHeight: "1.375",
|
|
449
|
+
fontSize: "24px",
|
|
450
|
+
};
|
|
451
|
+
export const calciteTypographyHierarchyHeading2 = {
|
|
452
|
+
fontWeight: "500",
|
|
453
|
+
lineHeight: "1.375",
|
|
454
|
+
fontSize: "20px",
|
|
455
|
+
};
|
|
456
|
+
export const calciteTypographyHierarchyHeading3 = {
|
|
457
|
+
fontWeight: "500",
|
|
458
|
+
lineHeight: "1.375",
|
|
459
|
+
fontSize: "18px",
|
|
460
|
+
};
|
|
461
|
+
export const calciteTypographyHierarchyHeading4 = {
|
|
462
|
+
fontWeight: "500",
|
|
463
|
+
lineHeight: "1.375",
|
|
464
|
+
fontSize: "16px",
|
|
465
|
+
};
|
|
466
|
+
export const calciteTypographyHierarchyHeading5 = {
|
|
467
|
+
fontWeight: "500",
|
|
468
|
+
lineHeight: "1.375",
|
|
469
|
+
};
|
|
470
|
+
export const calciteTypographyHierarchyBodySnug = { lineHeight: "1.375" };
|
|
471
|
+
export const calciteTypographyHierarchyBody = {
|
|
472
|
+
fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
|
|
473
|
+
fontSize: "14px",
|
|
474
|
+
fontWeight: "400",
|
|
475
|
+
letterSpacing: "0",
|
|
476
|
+
lineHeight: "16px",
|
|
477
|
+
paragraphSpacing: "4px",
|
|
478
|
+
textCase: "none",
|
|
479
|
+
textDecoration: "none",
|
|
480
|
+
};
|
|
481
|
+
export const calciteTypographyHierarchyOverline = {
|
|
482
|
+
lineHeight: "12px",
|
|
483
|
+
textCase: "uppercase",
|
|
484
|
+
fontWeight: "600",
|
|
485
|
+
};
|
|
486
|
+
export const calciteTypographyHierarchyCaption = {
|
|
487
|
+
lineHeight: "1.375",
|
|
488
|
+
fontSize: "12px",
|
|
489
|
+
};
|
|
213
490
|
export const calciteZIndexDeep = "-999999";
|
|
214
491
|
export const calciteZIndex = "1";
|
|
215
492
|
export const calciteZIndexSticky = "300";
|