@esri/calcite-design-tokens 2.0.0-rc.0 → 2.0.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/breakpoint.css +1 -1
- package/dist/css/classes.css +25 -25
- package/dist/css/core.css +82 -115
- package/dist/css/dark.css +27 -25
- package/dist/css/global.css +29 -36
- package/dist/css/index.css +149 -99
- package/dist/css/light.css +27 -25
- package/dist/docs/core.json +8134 -0
- package/dist/docs/global.json +6617 -0
- package/dist/es6/core.d.ts +296 -324
- package/dist/es6/core.js +287 -320
- package/dist/es6/global.d.ts +148 -130
- package/dist/es6/global.js +117 -122
- package/dist/js/core.d.ts +99 -144
- package/dist/js/core.js +5442 -6029
- package/dist/js/global.d.ts +66 -67
- package/dist/js/global.js +2173 -2081
- package/dist/scss/breakpoints.scss +1 -1
- package/dist/scss/core.scss +82 -115
- package/dist/scss/dark.scss +27 -25
- package/dist/scss/global.scss +94 -0
- package/dist/scss/index.scss +53 -49
- package/dist/scss/light.scss +27 -25
- package/dist/scss/mixins.scss +24 -24
- package/package.json +5 -26
package/dist/es6/global.d.ts
CHANGED
|
@@ -1,83 +1,93 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 07 Dec 2023 19:17:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const calciteBorderRadius : string;
|
|
7
|
-
export const calciteBorderRadiusNone : string;
|
|
8
|
-
export const calciteBorderRadiusSharp : string;
|
|
9
|
-
export const calciteBorderRadiusRound : string;
|
|
10
|
-
export const calciteBorderRadiusCircular : string;
|
|
11
|
-
export const calciteBorderRadiusPill : string;
|
|
12
|
-
export const calciteBorderRadiusSm : string;
|
|
13
|
-
export const calciteBorderRadiusMd : string;
|
|
14
|
-
export const calciteBorderRadiusLg : string;
|
|
15
|
-
export const calciteBorderRadiusXl : string;
|
|
16
6
|
export const calciteBorderWidthNone : string;
|
|
17
7
|
export const calciteBorderWidthSm : string;
|
|
18
8
|
export const calciteBorderWidthMd : string;
|
|
19
9
|
export const calciteBorderWidthLg : string;
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
10
|
+
export const calciteCornerRadius : string;
|
|
11
|
+
export const calciteCornerRadiusSharp : string;
|
|
12
|
+
export const calciteCornerRadiusRound : string;
|
|
13
|
+
export const calciteCornerRadiusPill : string;
|
|
14
|
+
export const calciteColorBackground : { light: string, dark: string };
|
|
15
|
+
export const calciteColorBackgroundNone : string;
|
|
16
|
+
export const calciteColorForeground1 : { light: string, dark: string };
|
|
17
|
+
export const calciteColorForeground2 : { light: string, dark: string };
|
|
18
|
+
export const calciteColorForeground3 : { light: string, dark: string };
|
|
19
|
+
export const calciteColorForegroundCurrent : { light: string, dark: string };
|
|
20
|
+
export const calciteColorTransparent : { light: string, dark: string };
|
|
21
|
+
export const calciteColorTransparentHover : { light: string, dark: string };
|
|
22
|
+
export const calciteColorTransparentPress : { light: string, dark: string };
|
|
23
|
+
export const calciteColorTransparentScrim : { light: string, dark: string };
|
|
24
|
+
export const calciteColorTransparentTint : { light: string, dark: string };
|
|
23
25
|
export const calciteColorBrand : { light: string, dark: string };
|
|
24
26
|
export const calciteColorBrandHover : { light: string, dark: string };
|
|
25
27
|
export const calciteColorBrandPress : { light: string, dark: string };
|
|
26
28
|
export const calciteColorBrandUnderline : { light: string, dark: string };
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const calciteColorText_2 : { light: string, dark: string };
|
|
40
|
-
export const calciteColorText_3 : { light: string, dark: string };
|
|
41
|
-
export const calciteColorTextInverse : { light: string, dark: string };
|
|
42
|
-
export const calciteColorTextLink : { light: string, dark: string };
|
|
43
|
-
export const calciteColorBorder_1 : { light: string, dark: string };
|
|
44
|
-
export const calciteColorBorder_2 : { light: string, dark: string };
|
|
45
|
-
export const calciteColorBorder_3 : { light: string, dark: string };
|
|
46
|
-
export const calciteColorBorderInput : { light: string, dark: string };
|
|
47
|
-
export const calciteColorInfo : { light: string, dark: string };
|
|
48
|
-
export const calciteColorInfoHover : { light: string, dark: string };
|
|
49
|
-
export const calciteColorInfoPress : { light: string, dark: string };
|
|
50
|
-
export const calciteColorSuccess : { light: string, dark: string };
|
|
51
|
-
export const calciteColorSuccessHover : { light: string, dark: string };
|
|
52
|
-
export const calciteColorSuccessPress : { light: string, dark: string };
|
|
53
|
-
export const calciteColorWarning : { light: string, dark: string };
|
|
54
|
-
export const calciteColorWarningHover : { light: string, dark: string };
|
|
55
|
-
export const calciteColorWarningPress : { light: string, dark: string };
|
|
56
|
-
export const calciteColorDanger : { light: string, dark: string };
|
|
57
|
-
export const calciteColorDangerHover : { light: string, dark: string };
|
|
58
|
-
export const calciteColorDangerPress : { light: string, dark: string };
|
|
29
|
+
export const calciteColorStatusInfo : { light: string, dark: string };
|
|
30
|
+
export const calciteColorStatusInfoHover : { light: string, dark: string };
|
|
31
|
+
export const calciteColorStatusInfoPress : { light: string, dark: string };
|
|
32
|
+
export const calciteColorStatusSuccess : { light: string, dark: string };
|
|
33
|
+
export const calciteColorStatusSuccessHover : { light: string, dark: string };
|
|
34
|
+
export const calciteColorStatusSuccessPress : { light: string, dark: string };
|
|
35
|
+
export const calciteColorStatusWarning : { light: string, dark: string };
|
|
36
|
+
export const calciteColorStatusWarningHover : { light: string, dark: string };
|
|
37
|
+
export const calciteColorStatusWarningPress : { light: string, dark: string };
|
|
38
|
+
export const calciteColorStatusDanger : { light: string, dark: string };
|
|
39
|
+
export const calciteColorStatusDangerHover : { light: string, dark: string };
|
|
40
|
+
export const calciteColorStatusDangerPress : { light: string, dark: string };
|
|
59
41
|
export const calciteColorInverse : { light: string, dark: string };
|
|
60
42
|
export const calciteColorInverseHover : { light: string, dark: string };
|
|
61
43
|
export const calciteColorInversePress : { light: string, dark: string };
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
73
|
-
|
|
44
|
+
export const calciteColorText1 : { light: string, dark: string };
|
|
45
|
+
export const calciteColorText2 : { light: string, dark: string };
|
|
46
|
+
export const calciteColorText3 : { light: string, dark: string };
|
|
47
|
+
export const calciteColorTextInverse : { light: string, dark: string };
|
|
48
|
+
export const calciteColorTextLink : { light: string, dark: string };
|
|
49
|
+
export const calciteColorBorder1 : { light: string, dark: string };
|
|
50
|
+
export const calciteColorBorder2 : { light: string, dark: string };
|
|
51
|
+
export const calciteColorBorder3 : { light: string, dark: string };
|
|
52
|
+
export const calciteColorBorderInput : { light: string, dark: string };
|
|
53
|
+
export const calciteColorBorderGhost : { light: string, dark: string };
|
|
54
|
+
export const calciteColorBorderWhite : { light: string, dark: string };
|
|
55
|
+
/** Small handheld devices and mini-windows */
|
|
56
|
+
export const calciteContainerSizeHeightXxs : { min: string, max: string };
|
|
57
|
+
/** Handheld devices */
|
|
58
|
+
export const calciteContainerSizeHeightXs : { min: string, max: string };
|
|
59
|
+
/** Small tablets */
|
|
60
|
+
export const calciteContainerSizeHeightSm : { min: string, max: string };
|
|
61
|
+
/** Small laptops */
|
|
62
|
+
export const calciteContainerSizeHeightMd : { min: string, max: string };
|
|
63
|
+
/** Large laptops and desktop computers */
|
|
64
|
+
export const calciteContainerSizeHeightLg : { min: string, max: string };
|
|
65
|
+
/** Projectors and televisions */
|
|
66
|
+
export const calciteContainerSizeHeightXl : { min: string };
|
|
67
|
+
/** Small handheld devices and mini-windows */
|
|
68
|
+
export const calciteContainerSizeWidthXxs : { min: string, max: string };
|
|
69
|
+
/** Handheld devices */
|
|
70
|
+
export const calciteContainerSizeWidthXs : { min: string, max: string };
|
|
71
|
+
/** Small tablets */
|
|
72
|
+
export const calciteContainerSizeWidthSm : { min: string, max: string };
|
|
73
|
+
/** Small laptops */
|
|
74
|
+
export const calciteContainerSizeWidthMd : { min: string, max: string };
|
|
75
|
+
/** Large laptops and desktop computers */
|
|
76
|
+
export const calciteContainerSizeWidthLg : { min: string, max: string };
|
|
77
|
+
/** Projectors and televisions */
|
|
78
|
+
export const calciteContainerSizeWidthXl : { min: string };
|
|
74
79
|
export const calciteContainerSizeMargin : string;
|
|
75
80
|
export const calciteContainerSizeGutter : string;
|
|
76
|
-
|
|
77
|
-
export const
|
|
81
|
+
/** for fluid grid widths */
|
|
82
|
+
export const calciteContainerSizeContentFluid : string;
|
|
83
|
+
/** only for lg breakpoint fixed grid width */
|
|
84
|
+
export const calciteContainerSizeContentFixed : string;
|
|
78
85
|
export const calciteFontFamily : string;
|
|
79
|
-
export const
|
|
80
|
-
|
|
86
|
+
export const calciteFontFamilyCode : string;
|
|
87
|
+
/** For Avenir Next World (secondary font family) */
|
|
88
|
+
export const calciteFontWeightLight : string;
|
|
89
|
+
/** 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" */
|
|
90
|
+
export const calciteFontWeightNormal : string;
|
|
81
91
|
export const calciteFontWeightRegular : string;
|
|
82
92
|
export const calciteFontWeightMedium : string;
|
|
83
93
|
export const calciteFontWeightSemibold : string;
|
|
@@ -89,17 +99,24 @@ export const calciteFontSizeMd : string;
|
|
|
89
99
|
export const calciteFontSizeLg : string;
|
|
90
100
|
export const calciteFontSizeXl : string;
|
|
91
101
|
export const calciteFontSizeXxl : string;
|
|
92
|
-
|
|
102
|
+
/** used in ratings */
|
|
103
|
+
export const calciteFontStyleEmphasis : string;
|
|
93
104
|
export const calciteFontLineHeightFixedSm : string;
|
|
94
105
|
export const calciteFontLineHeightFixedBase : string;
|
|
95
106
|
export const calciteFontLineHeightFixedLg : string;
|
|
96
107
|
export const calciteFontLineHeightFixedXl : string;
|
|
97
|
-
|
|
98
|
-
export const
|
|
99
|
-
|
|
100
|
-
export const
|
|
101
|
-
|
|
102
|
-
export const
|
|
108
|
+
/** 1 */
|
|
109
|
+
export const calciteFontLineHeightRelative : string;
|
|
110
|
+
/** 1.25 */
|
|
111
|
+
export const calciteFontLineHeightRelativeTight : string;
|
|
112
|
+
/** 1.375 */
|
|
113
|
+
export const calciteFontLineHeightRelativeSnug : string;
|
|
114
|
+
/** 1.5 */
|
|
115
|
+
export const calciteFontLineHeightRelativeNormal : string;
|
|
116
|
+
/** 1.625 */
|
|
117
|
+
export const calciteFontLineHeightRelativeRelaxed : string;
|
|
118
|
+
/** 2 */
|
|
119
|
+
export const calciteFontLineHeightRelativeLoose : string;
|
|
103
120
|
export const calciteFontLetterSpacingTight : string;
|
|
104
121
|
export const calciteFontLetterSpacingNormal : string;
|
|
105
122
|
export const calciteFontLetterSpacingWide : string;
|
|
@@ -115,82 +132,83 @@ export const calciteOpacityHalf : string;
|
|
|
115
132
|
export const calciteOpacityDark : string;
|
|
116
133
|
export const calciteOpacityFull : string;
|
|
117
134
|
export const calciteOpacityDisabled : string;
|
|
135
|
+
export const calciteShadowNone : { x: string, y: string, blur: string, spread: string, color: string };
|
|
136
|
+
export const calciteShadowSm : { x: string, y: string, blur: string, spread: string, color: string }[];
|
|
137
|
+
export const calciteShadowMd : { x: string, y: string, blur: string, spread: string, color: string }[];
|
|
138
|
+
export const calciteSizePx : string;
|
|
118
139
|
export const calciteSizeXxxs : string;
|
|
119
140
|
export const calciteSizeXxs : string;
|
|
120
141
|
export const calciteSizeXs : string;
|
|
121
142
|
export const calciteSizeSm : string;
|
|
122
|
-
export const
|
|
123
|
-
export const calciteSizeMdSm : string;
|
|
143
|
+
export const calciteSizeSmPlus : string;
|
|
124
144
|
export const calciteSizeMd : string;
|
|
125
|
-
export const
|
|
126
|
-
export const calciteSizeLgMd : string;
|
|
145
|
+
export const calciteSizeMdPlus : string;
|
|
127
146
|
export const calciteSizeLg : string;
|
|
128
|
-
export const calciteSizeLgXl : string;
|
|
129
|
-
export const calciteSizeXlLg : string;
|
|
130
147
|
export const calciteSizeXl : string;
|
|
131
148
|
export const calciteSizeXxl : string;
|
|
132
149
|
export const calciteSizeXxxl : string;
|
|
133
|
-
export const
|
|
150
|
+
export const calciteSpacingPx : string;
|
|
134
151
|
export const calciteSpacingBase : string;
|
|
135
|
-
export const
|
|
136
|
-
export const calciteSpacingDouble : string;
|
|
152
|
+
export const calciteSpacingXxs : string;
|
|
137
153
|
export const calciteSpacingXs : string;
|
|
138
154
|
export const calciteSpacingSm : string;
|
|
139
155
|
export const calciteSpacingMd : string;
|
|
140
156
|
export const calciteSpacingLg : string;
|
|
141
157
|
export const calciteSpacingXl : string;
|
|
158
|
+
export const calciteSpacingXxl : string;
|
|
159
|
+
export const calciteSpacingXxxl : string;
|
|
142
160
|
export const calciteTypography : { fontFamily: string, fontSize: string, fontWeight: string, letterSpacing: string, lineHeight: string, paragraphSpacing: string, textCase: string, textDecoration: string };
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
146
|
-
export const
|
|
147
|
-
export const
|
|
148
|
-
export const
|
|
149
|
-
export const
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
152
|
-
export const
|
|
153
|
-
export const
|
|
154
|
-
export const
|
|
155
|
-
export const
|
|
156
|
-
export const
|
|
157
|
-
export const
|
|
158
|
-
export const
|
|
159
|
-
export const
|
|
160
|
-
export const
|
|
161
|
-
export const
|
|
162
|
-
export const
|
|
163
|
-
export const
|
|
164
|
-
export const
|
|
165
|
-
export const
|
|
166
|
-
export const
|
|
167
|
-
export const
|
|
168
|
-
export const
|
|
169
|
-
export const
|
|
170
|
-
export const
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
181
|
-
export const
|
|
182
|
-
export const
|
|
183
|
-
export const
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
161
|
+
export const calciteTypographyLightMinus3h : { fontSize: string, fontWeight: string, lineHeight: string };
|
|
162
|
+
export const calciteTypographyLightMinus2h : { fontSize: string, fontWeight: string };
|
|
163
|
+
export const calciteTypographyLightMinus1h : { fontWeight: string };
|
|
164
|
+
export const calciteTypographyLight0h : { fontSize: string, fontWeight: string, lineHeight: string };
|
|
165
|
+
export const calciteTypographyLight1h : { fontSize: string, fontWeight: string, lineHeight: string };
|
|
166
|
+
export const calciteTypographyRegularMinus3h : { lineHeight: string, fontSize: string };
|
|
167
|
+
export const calciteTypographyRegularMinus2h : { fontSize: string };
|
|
168
|
+
export const calciteTypographyRegularMinus1h : { fontFamily: string, fontSize: string, fontWeight: string, letterSpacing: string, lineHeight: string, paragraphSpacing: string, textCase: string, textDecoration: string };
|
|
169
|
+
export const calciteTypographyRegular0h : { lineHeight: string, fontSize: string };
|
|
170
|
+
export const calciteTypographyRegular1h : { lineHeight: string, fontSize: string };
|
|
171
|
+
export const calciteTypographyMediumMinus3h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
172
|
+
export const calciteTypographyMediumMinus2h : { fontWeight: string, fontSize: string };
|
|
173
|
+
export const calciteTypographyMediumMinus1h : { fontWeight: string };
|
|
174
|
+
export const calciteTypographyMedium0h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
175
|
+
export const calciteTypographyMedium1h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
176
|
+
export const calciteTypographyBoldMinus3h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
177
|
+
export const calciteTypographyBoldMinus2h : { fontWeight: string, fontSize: string };
|
|
178
|
+
export const calciteTypographyBoldMinus1h : { fontWeight: string };
|
|
179
|
+
export const calciteTypographyBold0h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
180
|
+
export const calciteTypographyBold1h : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
181
|
+
export const calciteTypographyWrapLight0 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
182
|
+
export const calciteTypographyWrapLight1 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
183
|
+
export const calciteTypographyWrapLight2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
184
|
+
export const calciteTypographyWrapLight3 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
185
|
+
export const calciteTypographyWrapLightMinus2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
186
|
+
export const calciteTypographyWrapLightMinus1 : { fontWeight: string, lineHeight: string };
|
|
187
|
+
export const calciteTypographyWrapRegular0 : { lineHeight: string, fontSize: string };
|
|
188
|
+
export const calciteTypographyWrapRegular1 : { lineHeight: string, fontSize: string };
|
|
189
|
+
export const calciteTypographyWrapRegular2 : { lineHeight: string, fontSize: string };
|
|
190
|
+
export const calciteTypographyWrapRegular3 : { lineHeight: string, fontSize: string };
|
|
191
|
+
export const calciteTypographyWrapRegularMinus2 : { lineHeight: string, fontSize: string };
|
|
192
|
+
export const calciteTypographyWrapRegularMinus1 : { lineHeight: string };
|
|
193
|
+
export const calciteTypographyWrapMedium0 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
194
|
+
export const calciteTypographyWrapMedium1 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
195
|
+
export const calciteTypographyWrapMedium2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
196
|
+
export const calciteTypographyWrapMedium3 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
197
|
+
export const calciteTypographyWrapMediumMinus2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
198
|
+
export const calciteTypographyWrapMediumMinus1 : { fontWeight: string, lineHeight: string };
|
|
199
|
+
export const calciteTypographyWrapBold0 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
200
|
+
export const calciteTypographyWrapBold1 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
201
|
+
export const calciteTypographyWrapBold2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
202
|
+
export const calciteTypographyWrapBold3 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
203
|
+
export const calciteTypographyWrapBoldMinus2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
204
|
+
export const calciteTypographyWrapBoldMinus1 : { fontWeight: string, lineHeight: string };
|
|
205
|
+
export const calciteTypographyHierarchyDisplay1 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
206
|
+
export const calciteTypographyHierarchyDisplay2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
207
|
+
export const calciteTypographyHierarchyHeading1 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
208
|
+
export const calciteTypographyHierarchyHeading2 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
209
|
+
export const calciteTypographyHierarchyHeading3 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
210
|
+
export const calciteTypographyHierarchyHeading4 : { fontWeight: string, lineHeight: string, fontSize: string };
|
|
211
|
+
export const calciteTypographyHierarchyHeading5 : { fontWeight: string, lineHeight: string };
|
|
194
212
|
export const calciteTypographyHierarchyBodySnug : { lineHeight: string };
|
|
195
213
|
export const calciteTypographyHierarchyBody : { fontFamily: string, fontSize: string, fontWeight: string, letterSpacing: string, lineHeight: string, paragraphSpacing: string, textCase: string, textDecoration: string };
|
|
196
214
|
export const calciteTypographyHierarchyOverline : { lineHeight: string, textCase: string, fontWeight: string };
|
|
@@ -204,4 +222,4 @@ export const calciteZIndexDropdown : string;
|
|
|
204
222
|
export const calciteZIndexOverlay : string;
|
|
205
223
|
export const calciteZIndexModal : string;
|
|
206
224
|
export const calciteZIndexPopup : string;
|
|
207
|
-
export const calciteZIndexTooltip : string;
|
|
225
|
+
export const calciteZIndexTooltip : string;
|