@esri/calcite-design-tokens 3.0.2-next.0 → 3.0.2-next.1
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 → 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
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const calciteBorderWidthNone: string;
|
|
7
|
+
export const calciteBorderWidthSm: string;
|
|
8
|
+
export const calciteBorderWidthMd: string;
|
|
9
|
+
export const calciteBorderWidthLg: string; /** Small handheld devices and mini-windows */
|
|
10
|
+
export const calciteContainerSizeHeightXxs: {
|
|
11
|
+
min: string;
|
|
12
|
+
max: string;
|
|
13
|
+
}; /** Handheld devices */
|
|
14
|
+
export const calciteContainerSizeHeightXs: {
|
|
15
|
+
min: string;
|
|
16
|
+
max: string;
|
|
17
|
+
}; /** Small tablets */
|
|
18
|
+
export const calciteContainerSizeHeightSm: {
|
|
19
|
+
min: string;
|
|
20
|
+
max: string;
|
|
21
|
+
}; /** Small laptops */
|
|
22
|
+
export const calciteContainerSizeHeightMd: {
|
|
23
|
+
min: string;
|
|
24
|
+
max: string;
|
|
25
|
+
}; /** Large laptops and desktop computers */
|
|
26
|
+
export const calciteContainerSizeHeightLg: {
|
|
27
|
+
min: string;
|
|
28
|
+
max: string;
|
|
29
|
+
}; /** Projectors and televisions */
|
|
30
|
+
export const calciteContainerSizeHeightXl: {
|
|
31
|
+
min: string;
|
|
32
|
+
}; /** Small handheld devices and mini-windows */
|
|
33
|
+
export const calciteContainerSizeWidthXxs: {
|
|
34
|
+
min: string;
|
|
35
|
+
max: string;
|
|
36
|
+
}; /** Handheld devices */
|
|
37
|
+
export const calciteContainerSizeWidthXs: {
|
|
38
|
+
min: string;
|
|
39
|
+
max: string;
|
|
40
|
+
}; /** Small tablets */
|
|
41
|
+
export const calciteContainerSizeWidthSm: {
|
|
42
|
+
min: string;
|
|
43
|
+
max: string;
|
|
44
|
+
}; /** Small laptops */
|
|
45
|
+
export const calciteContainerSizeWidthMd: {
|
|
46
|
+
min: string;
|
|
47
|
+
max: string;
|
|
48
|
+
}; /** Large laptops and desktop computers */
|
|
49
|
+
export const calciteContainerSizeWidthLg: {
|
|
50
|
+
min: string;
|
|
51
|
+
max: string;
|
|
52
|
+
}; /** Projectors and televisions */
|
|
53
|
+
export const calciteContainerSizeWidthXl: { min: string };
|
|
54
|
+
export const calciteContainerSizeMargin: string;
|
|
55
|
+
export const calciteContainerSizeGutter: string; /** for fluid grid widths */
|
|
56
|
+
export const calciteContainerSizeContentFluid: string; /** only for lg breakpoint fixed grid width */
|
|
57
|
+
export const calciteContainerSizeContentFixed: string;
|
|
58
|
+
export const calciteCornerRadius: string;
|
|
59
|
+
export const calciteCornerRadiusSharp: string;
|
|
60
|
+
export const calciteCornerRadiusRound: string;
|
|
61
|
+
export const calciteCornerRadiusPill: string; /** Primary font with fallbacks */
|
|
62
|
+
export const calciteFontFamily: string[]; /** Font family for code with fallbacks */
|
|
63
|
+
export const calciteFontFamilyCode: string[]; /** For Avenir Next World (secondary font family) */
|
|
64
|
+
export const calciteFontWeightLight: string; /** 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" */
|
|
65
|
+
export const calciteFontWeightNormal: string;
|
|
66
|
+
export const calciteFontWeightRegular: string;
|
|
67
|
+
export const calciteFontWeightMedium: string;
|
|
68
|
+
export const calciteFontWeightSemibold: string;
|
|
69
|
+
export const calciteFontWeightBold: string;
|
|
70
|
+
export const calciteFontSizeXs: string;
|
|
71
|
+
export const calciteFontSizeSm: string;
|
|
72
|
+
export const calciteFontSize: string;
|
|
73
|
+
export const calciteFontSizeMd: string;
|
|
74
|
+
export const calciteFontSizeLg: string;
|
|
75
|
+
export const calciteFontSizeXl: string;
|
|
76
|
+
export const calciteFontSizeXxl: string; /** used in ratings */
|
|
77
|
+
export const calciteFontStyleEmphasis: string;
|
|
78
|
+
export const calciteFontLineHeightFixedSm: string;
|
|
79
|
+
export const calciteFontLineHeightFixedBase: string;
|
|
80
|
+
export const calciteFontLineHeightFixedLg: string;
|
|
81
|
+
export const calciteFontLineHeightFixedXl: string; /** 1 */
|
|
82
|
+
export const calciteFontLineHeightRelative: string; /** 1.25 */
|
|
83
|
+
export const calciteFontLineHeightRelativeTight: string; /** 1.375 */
|
|
84
|
+
export const calciteFontLineHeightRelativeSnug: string; /** 1.5 */
|
|
85
|
+
export const calciteFontLineHeightRelativeNormal: string; /** 1.625 */
|
|
86
|
+
export const calciteFontLineHeightRelativeRelaxed: string; /** 2 */
|
|
87
|
+
export const calciteFontLineHeightRelativeLoose: string; /** Deprecated */
|
|
88
|
+
export const calciteFontLetterSpacingTight: string; /** Deprecated */
|
|
89
|
+
export const calciteFontLetterSpacingNormal: string; /** Deprecated */
|
|
90
|
+
export const calciteFontLetterSpacingWide: string; /** Deprecated */
|
|
91
|
+
export const calciteFontParagraphSpacingNormal: string; /** Deprecated */
|
|
92
|
+
export const calciteFontTextDecorationNone: string; /** Deprecated */
|
|
93
|
+
export const calciteFontTextDecorationUnderline: string; /** Deprecated */
|
|
94
|
+
export const calciteFontTextCaseNone: string; /** Deprecated */
|
|
95
|
+
export const calciteFontTextCaseUppercase: string; /** Deprecated */
|
|
96
|
+
export const calciteFontTextCaseLowercase: string; /** Deprecated */
|
|
97
|
+
export const calciteFontTextCaseCapitalize: string;
|
|
98
|
+
export const calciteOpacityLight: string;
|
|
99
|
+
export const calciteOpacityHalf: string;
|
|
100
|
+
export const calciteOpacityDark: string;
|
|
101
|
+
export const calciteOpacityFull: string;
|
|
102
|
+
export const calciteOpacityDisabled: string;
|
|
103
|
+
export const calciteShadowNone: {
|
|
104
|
+
blur: string;
|
|
105
|
+
spread: string;
|
|
106
|
+
color: string;
|
|
107
|
+
x: string;
|
|
108
|
+
y: string;
|
|
109
|
+
};
|
|
110
|
+
export const calciteShadowSm: {
|
|
111
|
+
blur: string;
|
|
112
|
+
spread: string;
|
|
113
|
+
color: string;
|
|
114
|
+
x: string;
|
|
115
|
+
y: string;
|
|
116
|
+
}[];
|
|
117
|
+
export const calciteShadowMd: {
|
|
118
|
+
blur: string;
|
|
119
|
+
spread: string;
|
|
120
|
+
color: string;
|
|
121
|
+
x: string;
|
|
122
|
+
y: string;
|
|
123
|
+
}[]; /** deprecated */
|
|
124
|
+
export const calciteSizeFixedXxxs: string; /** deprecated */
|
|
125
|
+
export const calciteSizeFixedXxs: string; /** deprecated */
|
|
126
|
+
export const calciteSizeFixedXs: string; /** deprecated */
|
|
127
|
+
export const calciteSizeFixedSm: string; /** deprecated */
|
|
128
|
+
export const calciteSizeFixedSmPlus: string; /** deprecated */
|
|
129
|
+
export const calciteSizeFixedMd: string; /** deprecated */
|
|
130
|
+
export const calciteSizeFixedMdPlus: string; /** deprecated */
|
|
131
|
+
export const calciteSizeFixedLg: string; /** deprecated */
|
|
132
|
+
export const calciteSizeFixedXl: string; /** deprecated */
|
|
133
|
+
export const calciteSizeFixedXxl: string; /** deprecated */
|
|
134
|
+
export const calciteSizeFixedXxxl: string;
|
|
135
|
+
export const calciteSizePx: string;
|
|
136
|
+
export const calciteSizeXxxs: string;
|
|
137
|
+
export const calciteSizeXxs: string;
|
|
138
|
+
export const calciteSizeXs: string;
|
|
139
|
+
export const calciteSizeSm: string;
|
|
140
|
+
export const calciteSizeMd: string;
|
|
141
|
+
export const calciteSizeLg: string;
|
|
142
|
+
export const calciteSizeXl: string;
|
|
143
|
+
export const calciteSizeXxl: string;
|
|
144
|
+
export const calciteSizeXxxl: string; /** deprecated */
|
|
145
|
+
export const calciteSpacingFixedXxs: string; /** deprecated */
|
|
146
|
+
export const calciteSpacingFixedXs: string; /** deprecated */
|
|
147
|
+
export const calciteSpacingFixedSm: string; /** deprecated */
|
|
148
|
+
export const calciteSpacingFixedMd: string; /** deprecated */
|
|
149
|
+
export const calciteSpacingFixedLg: string; /** deprecated */
|
|
150
|
+
export const calciteSpacingFixedXl: string; /** deprecated */
|
|
151
|
+
export const calciteSpacingFixedXxl: string; /** deprecated */
|
|
152
|
+
export const calciteSpacingFixedXxxl: string;
|
|
153
|
+
export const calciteSpacingNone: string;
|
|
154
|
+
export const calciteSpacingPx: string;
|
|
155
|
+
export const calciteSpacingBase: string;
|
|
156
|
+
export const calciteSpacingXxs: string;
|
|
157
|
+
export const calciteSpacingXs: string;
|
|
158
|
+
export const calciteSpacingSm: string;
|
|
159
|
+
export const calciteSpacingSmPlus: string;
|
|
160
|
+
export const calciteSpacingMd: string;
|
|
161
|
+
export const calciteSpacingMdPlus: string;
|
|
162
|
+
export const calciteSpacingLg: string;
|
|
163
|
+
export const calciteSpacingXl: string;
|
|
164
|
+
export const calciteSpacingXxl: string;
|
|
165
|
+
export const calciteSpacingXxxl: string;
|
|
166
|
+
export const calciteZIndexDeep: string;
|
|
167
|
+
export const calciteZIndex: string;
|
|
168
|
+
export const calciteZIndexSticky: string;
|
|
169
|
+
export const calciteZIndexHeader: string;
|
|
170
|
+
export const calciteZIndexToast: string;
|
|
171
|
+
export const calciteZIndexDropdown: string;
|
|
172
|
+
export const calciteZIndexOverlay: string;
|
|
173
|
+
export const calciteZIndexModal: string;
|
|
174
|
+
export const calciteZIndexPopup: string;
|
|
175
|
+
export const calciteZIndexTooltip: string;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Calcite Design System
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
export const calciteBorderWidthNone = "0";
|
|
7
|
+
export const calciteBorderWidthSm = "1px";
|
|
8
|
+
export const calciteBorderWidthMd = "2px";
|
|
9
|
+
export const calciteBorderWidthLg = "4px";
|
|
10
|
+
export const calciteContainerSizeHeightXxs = { min: "0", max: "154px" }; // Small handheld devices and mini-windows
|
|
11
|
+
export const calciteContainerSizeHeightXs = { min: "155px", max: "328px" }; // Handheld devices
|
|
12
|
+
export const calciteContainerSizeHeightSm = { min: "329px", max: "504px" }; // Small tablets
|
|
13
|
+
export const calciteContainerSizeHeightMd = { min: "505px", max: "678px" }; // Small laptops
|
|
14
|
+
export const calciteContainerSizeHeightLg = { min: "679px", max: "854px" }; // Large laptops and desktop computers
|
|
15
|
+
export const calciteContainerSizeHeightXl = { min: "855px" }; // Projectors and televisions
|
|
16
|
+
export const calciteContainerSizeWidthXxs = { min: "0", max: "320px" }; // Small handheld devices and mini-windows
|
|
17
|
+
export const calciteContainerSizeWidthXs = { min: "321px", max: "476px" }; // Handheld devices
|
|
18
|
+
export const calciteContainerSizeWidthSm = { min: "477px", max: "768px" }; // Small tablets
|
|
19
|
+
export const calciteContainerSizeWidthMd = { min: "769px", max: "1152px" }; // Small laptops
|
|
20
|
+
export const calciteContainerSizeWidthLg = { min: "1153px", max: "1440px" }; // Large laptops and desktop computers
|
|
21
|
+
export const calciteContainerSizeWidthXl = { min: "1441px" }; // Projectors and televisions
|
|
22
|
+
export const calciteContainerSizeMargin = "24px";
|
|
23
|
+
export const calciteContainerSizeGutter = "16px";
|
|
24
|
+
export const calciteContainerSizeContentFluid = "100%"; // for fluid grid widths
|
|
25
|
+
export const calciteContainerSizeContentFixed = "1440px"; // only for lg breakpoint fixed grid width
|
|
26
|
+
export const calciteCornerRadius = "0";
|
|
27
|
+
export const calciteCornerRadiusSharp = "0";
|
|
28
|
+
export const calciteCornerRadiusRound = "4px";
|
|
29
|
+
export const calciteCornerRadiusPill = "100%";
|
|
30
|
+
export const calciteFontFamily = [
|
|
31
|
+
"Avenir Next",
|
|
32
|
+
"Avenir",
|
|
33
|
+
"Helvetica Neue",
|
|
34
|
+
"sans-serif",
|
|
35
|
+
]; // Primary font with fallbacks
|
|
36
|
+
export const calciteFontFamilyCode = [
|
|
37
|
+
"Monaco",
|
|
38
|
+
"Consolas",
|
|
39
|
+
"Andale Mono",
|
|
40
|
+
"Lucida Console",
|
|
41
|
+
"monospace",
|
|
42
|
+
]; // Font family for code with fallbacks
|
|
43
|
+
export const calciteFontWeightLight = "300"; // For Avenir Next World (secondary font family)
|
|
44
|
+
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"
|
|
45
|
+
export const calciteFontWeightRegular = "400";
|
|
46
|
+
export const calciteFontWeightMedium = "500";
|
|
47
|
+
export const calciteFontWeightSemibold = "600";
|
|
48
|
+
export const calciteFontWeightBold = "600";
|
|
49
|
+
export const calciteFontSizeXs = "10px";
|
|
50
|
+
export const calciteFontSizeSm = "12px";
|
|
51
|
+
export const calciteFontSize = "14px";
|
|
52
|
+
export const calciteFontSizeMd = "16px";
|
|
53
|
+
export const calciteFontSizeLg = "18px";
|
|
54
|
+
export const calciteFontSizeXl = "20px";
|
|
55
|
+
export const calciteFontSizeXxl = "24px";
|
|
56
|
+
export const calciteFontStyleEmphasis = "italic"; // used in ratings
|
|
57
|
+
export const calciteFontLineHeightFixedSm = "12px";
|
|
58
|
+
export const calciteFontLineHeightFixedBase = "16px";
|
|
59
|
+
export const calciteFontLineHeightFixedLg = "20px";
|
|
60
|
+
export const calciteFontLineHeightFixedXl = "24px";
|
|
61
|
+
export const calciteFontLineHeightRelative = "auto"; // 1
|
|
62
|
+
export const calciteFontLineHeightRelativeTight = "1.25"; // 1.25
|
|
63
|
+
export const calciteFontLineHeightRelativeSnug = "1.375"; // 1.375
|
|
64
|
+
export const calciteFontLineHeightRelativeNormal = "1.5"; // 1.5
|
|
65
|
+
export const calciteFontLineHeightRelativeRelaxed = "1.625"; // 1.625
|
|
66
|
+
export const calciteFontLineHeightRelativeLoose = "2"; // 2
|
|
67
|
+
export const calciteFontLetterSpacingTight = "-0.4"; // Deprecated
|
|
68
|
+
export const calciteFontLetterSpacingNormal = "0"; // Deprecated
|
|
69
|
+
export const calciteFontLetterSpacingWide = "0.4"; // Deprecated
|
|
70
|
+
export const calciteFontParagraphSpacingNormal = "4px"; // Deprecated
|
|
71
|
+
export const calciteFontTextDecorationNone = "none"; // Deprecated
|
|
72
|
+
export const calciteFontTextDecorationUnderline = "underline"; // Deprecated
|
|
73
|
+
export const calciteFontTextCaseNone = "none"; // Deprecated
|
|
74
|
+
export const calciteFontTextCaseUppercase = "uppercase"; // Deprecated
|
|
75
|
+
export const calciteFontTextCaseLowercase = "lowercase"; // Deprecated
|
|
76
|
+
export const calciteFontTextCaseCapitalize = "capitalize"; // Deprecated
|
|
77
|
+
export const calciteOpacityLight = "0.4";
|
|
78
|
+
export const calciteOpacityHalf = "0.5";
|
|
79
|
+
export const calciteOpacityDark = "0.85";
|
|
80
|
+
export const calciteOpacityFull = "1";
|
|
81
|
+
export const calciteOpacityDisabled = "0.5";
|
|
82
|
+
export const calciteShadowNone = {
|
|
83
|
+
blur: "0",
|
|
84
|
+
spread: "0",
|
|
85
|
+
color: "rgba(0, 0, 0, 0)",
|
|
86
|
+
x: "0",
|
|
87
|
+
y: "0",
|
|
88
|
+
};
|
|
89
|
+
export const calciteShadowSm = [
|
|
90
|
+
{ blur: "8px", spread: "0", color: "rgba(0, 0, 0, 0.04)", x: "0", y: "2px" },
|
|
91
|
+
{ blur: "16px", spread: "0", color: "rgba(0, 0, 0, 0.08)", x: "0", y: "4px" },
|
|
92
|
+
];
|
|
93
|
+
export const calciteShadowMd = [
|
|
94
|
+
{ blur: "20px", spread: "0", color: "rgba(0, 0, 0, 0.08)", x: "0", y: "4px" },
|
|
95
|
+
{
|
|
96
|
+
blur: "32px",
|
|
97
|
+
spread: "-2px",
|
|
98
|
+
color: "rgba(0, 0, 0, 0.1)",
|
|
99
|
+
x: "0",
|
|
100
|
+
y: "12px",
|
|
101
|
+
},
|
|
102
|
+
];
|
|
103
|
+
export const calciteSizeFixedXxxs = "2px"; // deprecated
|
|
104
|
+
export const calciteSizeFixedXxs = "4px"; // deprecated
|
|
105
|
+
export const calciteSizeFixedXs = "6px"; // deprecated
|
|
106
|
+
export const calciteSizeFixedSm = "8px"; // deprecated
|
|
107
|
+
export const calciteSizeFixedSmPlus = "10px"; // deprecated
|
|
108
|
+
export const calciteSizeFixedMd = "12px"; // deprecated
|
|
109
|
+
export const calciteSizeFixedMdPlus = "14px"; // deprecated
|
|
110
|
+
export const calciteSizeFixedLg = "16px"; // deprecated
|
|
111
|
+
export const calciteSizeFixedXl = "20px"; // deprecated
|
|
112
|
+
export const calciteSizeFixedXxl = "24px"; // deprecated
|
|
113
|
+
export const calciteSizeFixedXxxl = "32px"; // deprecated
|
|
114
|
+
export const calciteSizePx = "1px";
|
|
115
|
+
export const calciteSizeXxxs = "0.75rem";
|
|
116
|
+
export const calciteSizeXxs = "0.875rem";
|
|
117
|
+
export const calciteSizeXs = "1rem";
|
|
118
|
+
export const calciteSizeSm = "1.5rem";
|
|
119
|
+
export const calciteSizeMd = "2rem";
|
|
120
|
+
export const calciteSizeLg = "2.75rem";
|
|
121
|
+
export const calciteSizeXl = "3rem";
|
|
122
|
+
export const calciteSizeXxl = "4rem";
|
|
123
|
+
export const calciteSizeXxxl = "6rem";
|
|
124
|
+
export const calciteSpacingFixedXxs = "4px"; // deprecated
|
|
125
|
+
export const calciteSpacingFixedXs = "6px"; // deprecated
|
|
126
|
+
export const calciteSpacingFixedSm = "8px"; // deprecated
|
|
127
|
+
export const calciteSpacingFixedMd = "12px"; // deprecated
|
|
128
|
+
export const calciteSpacingFixedLg = "14px"; // deprecated
|
|
129
|
+
export const calciteSpacingFixedXl = "16px"; // deprecated
|
|
130
|
+
export const calciteSpacingFixedXxl = "20px"; // deprecated
|
|
131
|
+
export const calciteSpacingFixedXxxl = "32px"; // deprecated
|
|
132
|
+
export const calciteSpacingNone = "0";
|
|
133
|
+
export const calciteSpacingPx = "1px";
|
|
134
|
+
export const calciteSpacingBase = "2px";
|
|
135
|
+
export const calciteSpacingXxs = "0.25rem";
|
|
136
|
+
export const calciteSpacingXs = "0.375rem";
|
|
137
|
+
export const calciteSpacingSm = "0.5rem";
|
|
138
|
+
export const calciteSpacingSmPlus = "0.625rem";
|
|
139
|
+
export const calciteSpacingMd = "0.75rem";
|
|
140
|
+
export const calciteSpacingMdPlus = "0.875rem";
|
|
141
|
+
export const calciteSpacingLg = "1rem";
|
|
142
|
+
export const calciteSpacingXl = "1.25rem";
|
|
143
|
+
export const calciteSpacingXxl = "1.5rem";
|
|
144
|
+
export const calciteSpacingXxxl = "2rem";
|
|
145
|
+
export const calciteZIndexDeep = "-999999";
|
|
146
|
+
export const calciteZIndex = "1";
|
|
147
|
+
export const calciteZIndexSticky = "300";
|
|
148
|
+
export const calciteZIndexHeader = "400";
|
|
149
|
+
export const calciteZIndexToast = "500";
|
|
150
|
+
export const calciteZIndexDropdown = "600";
|
|
151
|
+
export const calciteZIndexOverlay = "700";
|
|
152
|
+
export const calciteZIndexModal = "800";
|
|
153
|
+
export const calciteZIndexPopup = "900";
|
|
154
|
+
export const calciteZIndexTooltip = "901";
|