@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.
@@ -1,65 +1,114 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Fri, 28 Mar 2025 22:09:11 GMT
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 = {"light":"#f8f8f8","dark":"#353535"};
11
+ export const calciteColorBackground = { light: "#f8f8f8", dark: "#353535" };
11
12
  export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
12
- export const calciteColorForeground1 = {"light":"#ffffff","dark":"#2b2b2b"};
13
- export const calciteColorForeground2 = {"light":"#f3f3f3","dark":"#202020"};
14
- export const calciteColorForeground3 = {"light":"#eaeaea","dark":"#151515"};
15
- export const calciteColorForegroundCurrent = {"light":"#c7eaff","dark":"#214155"};
16
- export const calciteColorTransparent = {"light":"rgba(0, 0, 0, 0)","dark":"rgba(255, 255, 255, 0)"};
17
- export const calciteColorTransparentHover = {"light":"rgba(0, 0, 0, 0.04)","dark":"rgba(255, 255, 255, 0.04)"};
18
- export const calciteColorTransparentPress = {"light":"rgba(0, 0, 0, 0.08)","dark":"rgba(255, 255, 255, 0.08)"};
19
- export const calciteColorTransparentScrim = {"light":"rgba(255, 255, 255, 0.85)","dark":"rgba(0, 0, 0, 0.85)"};
20
- export const calciteColorTransparentTint = {"light":"rgba(255, 255, 255, 0.8)","dark":"rgba(43, 43, 43, 0.8)"};
21
- export const calciteColorBrand = {"light":"#007ac2","dark":"#009af2"};
22
- export const calciteColorBrandHover = {"light":"#00619b","dark":"#007ac2"};
23
- export const calciteColorBrandPress = {"light":"#004874","dark":"#00619b"};
24
- export const calciteColorBrandUnderline = {"light":"rgba(0, 97, 155, 0.4)","dark":"rgba(0, 160, 255, 0.4)"};
25
- export const calciteColorStatusInfo = {"light":"#00619b","dark":"#00a0ff"};
26
- export const calciteColorStatusInfoHover = {"light":"#004874","dark":"#3db8ff"};
27
- export const calciteColorStatusInfoPress = {"light":"#00304d","dark":"#009af2"};
28
- export const calciteColorStatusSuccess = {"light":"#35ac46","dark":"#36da43"};
29
- export const calciteColorStatusSuccessHover = {"light":"#288835","dark":"#3bed52"};
30
- export const calciteColorStatusSuccessPress = {"light":"#1a6324","dark":"#00b81b"};
31
- export const calciteColorStatusWarning = {"light":"#edd317","dark":"#ffc900"};
32
- export const calciteColorStatusWarningHover = {"light":"#d9bc00","dark":"#ffee33"};
33
- export const calciteColorStatusWarningPress = {"light":"#bfa200","dark":"#f5d000"};
34
- export const calciteColorStatusDanger = {"light":"#d83020","dark":"#fe583e"};
35
- export const calciteColorStatusDangerHover = {"light":"#a82b1e","dark":"#ff0015"};
36
- export const calciteColorStatusDangerPress = {"light":"#7c1d13","dark":"#d90012"};
37
- export const calciteColorInverse = {"light":"#353535","dark":"#f8f8f8"};
38
- export const calciteColorInverseHover = {"light":"#2b2b2b","dark":"#ffffff"};
39
- export const calciteColorInversePress = {"light":"#202020","dark":"#f3f3f3"};
40
- export const calciteColorText1 = {"light":"#151515","dark":"#ffffff"};
41
- export const calciteColorText2 = {"light":"#4a4a4a","dark":"#bfbfbf"};
42
- export const calciteColorText3 = {"light":"#6a6a6a","dark":"#9f9f9f"};
43
- export const calciteColorTextInverse = {"light":"#ffffff","dark":"#151515"};
44
- export const calciteColorTextLink = {"light":"#00619b","dark":"#00a0ff"};
45
- export const calciteColorBorder1 = {"light":"#cacaca","dark":"#555555"};
46
- export const calciteColorBorder2 = {"light":"#d4d4d4","dark":"#4a4a4a"};
47
- export const calciteColorBorder3 = {"light":"#dfdfdf","dark":"#404040"};
48
- export const calciteColorBorderInput = {"light":"#949494","dark":"#757575"};
49
- export const calciteColorBorderGhost = {"light":"rgba(0, 0, 0, 0.3)","dark":"rgba(117, 117, 117, 0.3)"};
50
- export const calciteColorBorderWhite = {"light":"#ffffff","dark":"#f8f8f8"};
51
- export const calciteContainerSizeHeightXxs = {"min":"0","max":"154px"}; // Small handheld devices and mini-windows
52
- export const calciteContainerSizeHeightXs = {"min":"155px","max":"328px"}; // Handheld devices
53
- export const calciteContainerSizeHeightSm = {"min":"329px","max":"504px"}; // Small tablets
54
- export const calciteContainerSizeHeightMd = {"min":"505px","max":"678px"}; // Small laptops
55
- export const calciteContainerSizeHeightLg = {"min":"679px","max":"854px"}; // Large laptops and desktop computers
56
- export const calciteContainerSizeHeightXl = {"min":"855px"}; // Projectors and televisions
57
- export const calciteContainerSizeWidthXxs = {"min":"0","max":"320px"}; // Small handheld devices and mini-windows
58
- export const calciteContainerSizeWidthXs = {"min":"321px","max":"476px"}; // Handheld devices
59
- export const calciteContainerSizeWidthSm = {"min":"477px","max":"768px"}; // Small tablets
60
- export const calciteContainerSizeWidthMd = {"min":"769px","max":"1152px"}; // Small laptops
61
- export const calciteContainerSizeWidthLg = {"min":"1153px","max":"1440px"}; // Large laptops and desktop computers
62
- export const calciteContainerSizeWidthXl = {"min":"1441px"}; // Projectors and televisions
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 = ["Avenir Next","Avenir","Helvetica Neue","sans-serif"]; // Primary font with fallbacks
72
- export const calciteFontFamilyCode = ["Monaco","Consolas","Andale Mono","Lucida Console","monospace"]; // Font family for code with fallbacks
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 = {"x":"0","y":"0","blur":"0","spread":"0","color":"rgba(#000000, 0)"};
113
- export const calciteShadowSm = [{"x":"0","y":"2","blur":"8","spread":"0","color":"rgba(#000000, 0.04)"},{"x":"0","y":"4","blur":"16","spread":"0","color":"rgba(#000000, 0.08)"}];
114
- export const calciteShadowMd = [{"x":"0","y":"4","blur":"20","spread":"0","color":"rgba(#000000, 0.08)"},{"x":"0","y":"12","blur":"32","spread":"-2","color":"rgba(#000000, 0.1)"}];
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 = {"fontFamily":["Avenir Next","Avenir","Helvetica Neue","sans-serif"],"fontSize":"14px","fontWeight":"400","letterSpacing":"0","lineHeight":"16px","paragraphSpacing":"4px","textCase":"none","textDecoration":"none"};
158
- export const calciteTypographyLightMinus3h = {"fontSize":"10px","fontWeight":"300","lineHeight":"12px"};
159
- export const calciteTypographyLightMinus2h = {"fontSize":"12px","fontWeight":"300"};
160
- export const calciteTypographyLightMinus1h = {"fontWeight":"300"};
161
- export const calciteTypographyLight0h = {"fontSize":"16px","fontWeight":"300","lineHeight":"20px"};
162
- export const calciteTypographyLight1h = {"fontSize":"18px","fontWeight":"300","lineHeight":"24px"};
163
- export const calciteTypographyRegularMinus3h = {"lineHeight":"12px","fontSize":"10px"};
164
- export const calciteTypographyRegularMinus2h = {"fontSize":"12px"};
165
- export const calciteTypographyRegularMinus1h = {"fontFamily":["Avenir Next","Avenir","Helvetica Neue","sans-serif"],"fontSize":"14px","fontWeight":"400","letterSpacing":"0","lineHeight":"16px","paragraphSpacing":"4px","textCase":"none","textDecoration":"none"};
166
- export const calciteTypographyRegular0h = {"lineHeight":"20px","fontSize":"16px"};
167
- export const calciteTypographyRegular1h = {"lineHeight":"24px","fontSize":"18px"};
168
- export const calciteTypographyMediumMinus3h = {"fontWeight":"500","lineHeight":"12px","fontSize":"10px"};
169
- export const calciteTypographyMediumMinus2h = {"fontWeight":"500","fontSize":"12px"};
170
- export const calciteTypographyMediumMinus1h = {"fontWeight":"500"};
171
- export const calciteTypographyMedium0h = {"fontWeight":"500","lineHeight":"20px","fontSize":"16px"};
172
- export const calciteTypographyMedium1h = {"fontWeight":"500","lineHeight":"24px","fontSize":"18px"};
173
- export const calciteTypographyBoldMinus3h = {"fontWeight":"600","lineHeight":"12px","fontSize":"10px"};
174
- export const calciteTypographyBoldMinus2h = {"fontWeight":"600","fontSize":"12px"};
175
- export const calciteTypographyBoldMinus1h = {"fontWeight":"600"};
176
- export const calciteTypographyBold0h = {"fontWeight":"600","lineHeight":"20px","fontSize":"16px"};
177
- export const calciteTypographyBold1h = {"fontWeight":"600","lineHeight":"24px","fontSize":"18px"};
178
- export const calciteTypographyWrapLight0 = {"fontWeight":"300","lineHeight":"1.375","fontSize":"16px"};
179
- export const calciteTypographyWrapLight1 = {"fontWeight":"300","lineHeight":"1.375","fontSize":"18px"};
180
- export const calciteTypographyWrapLight2 = {"fontWeight":"300","lineHeight":"1.375","fontSize":"20px"};
181
- export const calciteTypographyWrapLight3 = {"fontWeight":"300","lineHeight":"1.25","fontSize":"24px"};
182
- export const calciteTypographyWrapLightMinus2 = {"fontWeight":"300","lineHeight":"1.375","fontSize":"12px"};
183
- export const calciteTypographyWrapLightMinus1 = {"fontWeight":"300","lineHeight":"1.375"};
184
- export const calciteTypographyWrapRegular0 = {"lineHeight":"1.375","fontSize":"16px"};
185
- export const calciteTypographyWrapRegular1 = {"lineHeight":"1.375","fontSize":"18px"};
186
- export const calciteTypographyWrapRegular2 = {"lineHeight":"1.375","fontSize":"20px"};
187
- export const calciteTypographyWrapRegular3 = {"lineHeight":"1.375","fontSize":"24px"};
188
- export const calciteTypographyWrapRegularMinus2 = {"lineHeight":"1.375","fontSize":"12px"};
189
- export const calciteTypographyWrapRegularMinus1 = {"lineHeight":"1.375"};
190
- export const calciteTypographyWrapMedium0 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"16px"};
191
- export const calciteTypographyWrapMedium1 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"18px"};
192
- export const calciteTypographyWrapMedium2 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"20px"};
193
- export const calciteTypographyWrapMedium3 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"24px"};
194
- export const calciteTypographyWrapMediumMinus2 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"12px"};
195
- export const calciteTypographyWrapMediumMinus1 = {"fontWeight":"500","lineHeight":"1.375"};
196
- export const calciteTypographyWrapBold0 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"16px"};
197
- export const calciteTypographyWrapBold1 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"18px"};
198
- export const calciteTypographyWrapBold2 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"20px"};
199
- export const calciteTypographyWrapBold3 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"24px"};
200
- export const calciteTypographyWrapBoldMinus2 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"12px"};
201
- export const calciteTypographyWrapBoldMinus1 = {"fontWeight":"600","lineHeight":"1.375"};
202
- export const calciteTypographyHierarchyDisplay1 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"24px"};
203
- export const calciteTypographyHierarchyDisplay2 = {"fontWeight":"600","lineHeight":"1.375","fontSize":"20px"};
204
- export const calciteTypographyHierarchyHeading1 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"24px"};
205
- export const calciteTypographyHierarchyHeading2 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"20px"};
206
- export const calciteTypographyHierarchyHeading3 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"18px"};
207
- export const calciteTypographyHierarchyHeading4 = {"fontWeight":"500","lineHeight":"1.375","fontSize":"16px"};
208
- export const calciteTypographyHierarchyHeading5 = {"fontWeight":"500","lineHeight":"1.375"};
209
- export const calciteTypographyHierarchyBodySnug = {"lineHeight":"1.375"};
210
- export const calciteTypographyHierarchyBody = {"fontFamily":["Avenir Next","Avenir","Helvetica Neue","sans-serif"],"fontSize":"14px","fontWeight":"400","letterSpacing":"0","lineHeight":"16px","paragraphSpacing":"4px","textCase":"none","textDecoration":"none"};
211
- export const calciteTypographyHierarchyOverline = {"lineHeight":"12px","textCase":"uppercase","fontWeight":"600"};
212
- export const calciteTypographyHierarchyCaption = {"lineHeight":"1.375","fontSize":"12px"};
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";