@esri/calcite-design-tokens 4.0.0-next.3 → 4.0.0-next.5

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/es6/dark.js CHANGED
@@ -3,11 +3,11 @@
3
3
  * Do not edit directly, this file was auto-generated.
4
4
  */
5
5
 
6
- export const calciteColorBackground = "#363636";
6
+ export const calciteColorBackground = "#212121";
7
7
  export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
8
8
  export const calciteColorForeground1 = "#2b2b2b";
9
- export const calciteColorForeground2 = "#212121";
10
- export const calciteColorForeground3 = "#141414";
9
+ export const calciteColorForeground2 = "#363636";
10
+ export const calciteColorForeground3 = "#404040";
11
11
  export const calciteColorForegroundCurrent = "#2b465f"; // deprecated, use --calcite-color-surface-highlight instead
12
12
  export const calciteColorSurfaceHighlight = "#2b465f";
13
13
  export const calciteColorTransparent = "rgba(255, 255, 255, 0)";
@@ -34,8 +34,8 @@ export const calciteColorStatusDanger = "#fe583e";
34
34
  export const calciteColorStatusDangerHover = "#ff0015";
35
35
  export const calciteColorStatusDangerPress = "#d90012";
36
36
  export const calciteColorInverse = "#f7f7f7";
37
- export const calciteColorInverseHover = "#ffffff";
38
- export const calciteColorInversePress = "#f2f2f2";
37
+ export const calciteColorInverseHover = "#f2f2f2";
38
+ export const calciteColorInversePress = "#ebebeb";
39
39
  export const calciteColorText1 = "#ffffff";
40
40
  export const calciteColorText2 = "#bfbfbf";
41
41
  export const calciteColorText3 = "#9e9e9e";
@@ -238,19 +238,45 @@ export const calciteSpacingFixedXl: string;
238
238
  export const calciteSpacingFixedXxl: string;
239
239
  /** deprecated */
240
240
  export const calciteSpacingFixedXxxl: string;
241
+ /** deprecated, use `--calcite-space-none` instead */
241
242
  export const calciteSpacingNone: string;
243
+ /** deprecated, use `--calcite-space-px` instead */
242
244
  export const calciteSpacingPx: string;
245
+ /** deprecated, use `--calcite-space-base` instead */
243
246
  export const calciteSpacingBase: string;
247
+ /** deprecated, use `--calcite-space-2xs` instead */
244
248
  export const calciteSpacingXxs: string;
249
+ /** deprecated, use `--calcite-space-xs` instead */
245
250
  export const calciteSpacingXs: string;
251
+ /** deprecated, use `--calcite-space-sm` instead */
246
252
  export const calciteSpacingSm: string;
253
+ /** deprecated, use `--calcite-space-sm-plus` instead */
247
254
  export const calciteSpacingSmPlus: string;
255
+ /** deprecated, use `--calcite-space-md` instead */
248
256
  export const calciteSpacingMd: string;
257
+ /** deprecated, use `--calcite-space-md-plus` instead */
249
258
  export const calciteSpacingMdPlus: string;
259
+ /** deprecated, use `--calcite-space-lg` instead */
250
260
  export const calciteSpacingLg: string;
261
+ /** deprecated, use `--calcite-space-xl` instead */
251
262
  export const calciteSpacingXl: string;
263
+ /** deprecated, use `--calcite-space-2xl` instead */
252
264
  export const calciteSpacingXxl: string;
265
+ /** deprecated, use `--calcite-space-3xl` instead */
253
266
  export const calciteSpacingXxxl: string;
267
+ export const calciteSpaceNone: string;
268
+ export const calciteSpacePx: string;
269
+ export const calciteSpaceBase: string;
270
+ export const calciteSpace2xs: string;
271
+ export const calciteSpaceXs: string;
272
+ export const calciteSpaceSm: string;
273
+ export const calciteSpaceSmPlus: string;
274
+ export const calciteSpaceMd: string;
275
+ export const calciteSpaceMdPlus: string;
276
+ export const calciteSpaceLg: string;
277
+ export const calciteSpaceXl: string;
278
+ export const calciteSpace2xl: string;
279
+ export const calciteSpace3xl: string;
254
280
  export const calciteTypography: {
255
281
  fontFamily: string[];
256
282
  fontSize: string;
@@ -4,11 +4,11 @@
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
6
6
 
7
- export const calciteColorBackground = { light: "#f7f7f7", dark: "#363636" };
7
+ export const calciteColorBackground = { light: "#f7f7f7", dark: "#212121" };
8
8
  export const calciteColorBackgroundNone = "rgba(255, 255, 255, 0)";
9
9
  export const calciteColorForeground1 = { light: "#ffffff", dark: "#2b2b2b" };
10
- export const calciteColorForeground2 = { light: "#f2f2f2", dark: "#212121" };
11
- export const calciteColorForeground3 = { light: "#ebebeb", dark: "#141414" };
10
+ export const calciteColorForeground2 = { light: "#f2f2f2", dark: "#363636" };
11
+ export const calciteColorForeground3 = { light: "#ebebeb", dark: "#404040" };
12
12
  export const calciteColorForegroundCurrent = {
13
13
  light: "#d6efff",
14
14
  dark: "#2b465f",
@@ -89,8 +89,8 @@ export const calciteColorStatusDangerPress = {
89
89
  dark: "#d90012",
90
90
  };
91
91
  export const calciteColorInverse = { light: "#363636", dark: "#f7f7f7" };
92
- export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#ffffff" };
93
- export const calciteColorInversePress = { light: "#212121", dark: "#f2f2f2" };
92
+ export const calciteColorInverseHover = { light: "#2b2b2b", dark: "#f2f2f2" };
93
+ export const calciteColorInversePress = { light: "#212121", dark: "#ebebeb" };
94
94
  export const calciteColorText1 = { light: "#141414", dark: "#ffffff" };
95
95
  export const calciteColorText2 = { light: "#4a4a4a", dark: "#bfbfbf" };
96
96
  export const calciteColorText3 = { light: "#6b6b6b", dark: "#9e9e9e" };
@@ -242,19 +242,32 @@ export const calciteSpacingFixedLg = "14px"; // deprecated
242
242
  export const calciteSpacingFixedXl = "16px"; // deprecated
243
243
  export const calciteSpacingFixedXxl = "20px"; // deprecated
244
244
  export const calciteSpacingFixedXxxl = "32px"; // deprecated
245
- export const calciteSpacingNone = "0";
246
- export const calciteSpacingPx = "1px";
247
- export const calciteSpacingBase = "2px";
248
- export const calciteSpacingXxs = "0.25rem";
249
- export const calciteSpacingXs = "0.375rem";
250
- export const calciteSpacingSm = "0.5rem";
251
- export const calciteSpacingSmPlus = "0.625rem";
252
- export const calciteSpacingMd = "0.75rem";
253
- export const calciteSpacingMdPlus = "0.875rem";
254
- export const calciteSpacingLg = "1rem";
255
- export const calciteSpacingXl = "1.25rem";
256
- export const calciteSpacingXxl = "1.5rem";
257
- export const calciteSpacingXxxl = "2rem";
245
+ export const calciteSpacingNone = "0"; // deprecated, use `--calcite-space-none` instead
246
+ export const calciteSpacingPx = "1px"; // deprecated, use `--calcite-space-px` instead
247
+ export const calciteSpacingBase = "2px"; // deprecated, use `--calcite-space-base` instead
248
+ export const calciteSpacingXxs = "0.25rem"; // deprecated, use `--calcite-space-2xs` instead
249
+ export const calciteSpacingXs = "0.375rem"; // deprecated, use `--calcite-space-xs` instead
250
+ export const calciteSpacingSm = "0.5rem"; // deprecated, use `--calcite-space-sm` instead
251
+ export const calciteSpacingSmPlus = "0.625rem"; // deprecated, use `--calcite-space-sm-plus` instead
252
+ export const calciteSpacingMd = "0.75rem"; // deprecated, use `--calcite-space-md` instead
253
+ export const calciteSpacingMdPlus = "0.875rem"; // deprecated, use `--calcite-space-md-plus` instead
254
+ export const calciteSpacingLg = "1rem"; // deprecated, use `--calcite-space-lg` instead
255
+ export const calciteSpacingXl = "1.25rem"; // deprecated, use `--calcite-space-xl` instead
256
+ export const calciteSpacingXxl = "1.5rem"; // deprecated, use `--calcite-space-2xl` instead
257
+ export const calciteSpacingXxxl = "2rem"; // deprecated, use `--calcite-space-3xl` instead
258
+ export const calciteSpaceNone = "0";
259
+ export const calciteSpacePx = "1px";
260
+ export const calciteSpaceBase = "2px";
261
+ export const calciteSpace2xs = "0.25rem";
262
+ export const calciteSpaceXs = "0.375rem";
263
+ export const calciteSpaceSm = "0.5rem";
264
+ export const calciteSpaceSmPlus = "0.625rem";
265
+ export const calciteSpaceMd = "0.75rem";
266
+ export const calciteSpaceMdPlus = "0.875rem";
267
+ export const calciteSpaceLg = "1rem";
268
+ export const calciteSpaceXl = "1.25rem";
269
+ export const calciteSpace2xl = "1.5rem";
270
+ export const calciteSpace3xl = "2rem";
258
271
  export const calciteTypography = {
259
272
  fontFamily: ["Avenir Next", "Avenir", "Helvetica Neue", "sans-serif"],
260
273
  fontSize: "14px",
@@ -160,19 +160,45 @@ export const calciteSpacingFixedXl: string;
160
160
  export const calciteSpacingFixedXxl: string;
161
161
  /** deprecated */
162
162
  export const calciteSpacingFixedXxxl: string;
163
+ /** deprecated, use `--calcite-space-none` instead */
163
164
  export const calciteSpacingNone: string;
165
+ /** deprecated, use `--calcite-space-px` instead */
164
166
  export const calciteSpacingPx: string;
167
+ /** deprecated, use `--calcite-space-base` instead */
165
168
  export const calciteSpacingBase: string;
169
+ /** deprecated, use `--calcite-space-2xs` instead */
166
170
  export const calciteSpacingXxs: string;
171
+ /** deprecated, use `--calcite-space-xs` instead */
167
172
  export const calciteSpacingXs: string;
173
+ /** deprecated, use `--calcite-space-sm` instead */
168
174
  export const calciteSpacingSm: string;
175
+ /** deprecated, use `--calcite-space-sm-plus` instead */
169
176
  export const calciteSpacingSmPlus: string;
177
+ /** deprecated, use `--calcite-space-md` instead */
170
178
  export const calciteSpacingMd: string;
179
+ /** deprecated, use `--calcite-space-md-plus` instead */
171
180
  export const calciteSpacingMdPlus: string;
181
+ /** deprecated, use `--calcite-space-lg` instead */
172
182
  export const calciteSpacingLg: string;
183
+ /** deprecated, use `--calcite-space-xl` instead */
173
184
  export const calciteSpacingXl: string;
185
+ /** deprecated, use `--calcite-space-2xl` instead */
174
186
  export const calciteSpacingXxl: string;
187
+ /** deprecated, use `--calcite-space-3xl` instead */
175
188
  export const calciteSpacingXxxl: string;
189
+ export const calciteSpaceNone: string;
190
+ export const calciteSpacePx: string;
191
+ export const calciteSpaceBase: string;
192
+ export const calciteSpace2xs: string;
193
+ export const calciteSpaceXs: string;
194
+ export const calciteSpaceSm: string;
195
+ export const calciteSpaceSmPlus: string;
196
+ export const calciteSpaceMd: string;
197
+ export const calciteSpaceMdPlus: string;
198
+ export const calciteSpaceLg: string;
199
+ export const calciteSpaceXl: string;
200
+ export const calciteSpace2xl: string;
201
+ export const calciteSpace3xl: string;
176
202
  export const calciteZIndexDeep: string;
177
203
  export const calciteZIndex: string;
178
204
  export const calciteZIndexSticky: string;
@@ -126,19 +126,32 @@ export const calciteSpacingFixedLg = "14px"; // deprecated
126
126
  export const calciteSpacingFixedXl = "16px"; // deprecated
127
127
  export const calciteSpacingFixedXxl = "20px"; // deprecated
128
128
  export const calciteSpacingFixedXxxl = "32px"; // deprecated
129
- export const calciteSpacingNone = "0";
130
- export const calciteSpacingPx = "1px";
131
- export const calciteSpacingBase = "2px";
132
- export const calciteSpacingXxs = "0.25rem";
133
- export const calciteSpacingXs = "0.375rem";
134
- export const calciteSpacingSm = "0.5rem";
135
- export const calciteSpacingSmPlus = "0.625rem";
136
- export const calciteSpacingMd = "0.75rem";
137
- export const calciteSpacingMdPlus = "0.875rem";
138
- export const calciteSpacingLg = "1rem";
139
- export const calciteSpacingXl = "1.25rem";
140
- export const calciteSpacingXxl = "1.5rem";
141
- export const calciteSpacingXxxl = "2rem";
129
+ export const calciteSpacingNone = "0"; // deprecated, use `--calcite-space-none` instead
130
+ export const calciteSpacingPx = "1px"; // deprecated, use `--calcite-space-px` instead
131
+ export const calciteSpacingBase = "2px"; // deprecated, use `--calcite-space-base` instead
132
+ export const calciteSpacingXxs = "0.25rem"; // deprecated, use `--calcite-space-2xs` instead
133
+ export const calciteSpacingXs = "0.375rem"; // deprecated, use `--calcite-space-xs` instead
134
+ export const calciteSpacingSm = "0.5rem"; // deprecated, use `--calcite-space-sm` instead
135
+ export const calciteSpacingSmPlus = "0.625rem"; // deprecated, use `--calcite-space-sm-plus` instead
136
+ export const calciteSpacingMd = "0.75rem"; // deprecated, use `--calcite-space-md` instead
137
+ export const calciteSpacingMdPlus = "0.875rem"; // deprecated, use `--calcite-space-md-plus` instead
138
+ export const calciteSpacingLg = "1rem"; // deprecated, use `--calcite-space-lg` instead
139
+ export const calciteSpacingXl = "1.25rem"; // deprecated, use `--calcite-space-xl` instead
140
+ export const calciteSpacingXxl = "1.5rem"; // deprecated, use `--calcite-space-2xl` instead
141
+ export const calciteSpacingXxxl = "2rem"; // deprecated, use `--calcite-space-3xl` instead
142
+ export const calciteSpaceNone = "0";
143
+ export const calciteSpacePx = "1px";
144
+ export const calciteSpaceBase = "2px";
145
+ export const calciteSpace2xs = "0.25rem";
146
+ export const calciteSpaceXs = "0.375rem";
147
+ export const calciteSpaceSm = "0.5rem";
148
+ export const calciteSpaceSmPlus = "0.625rem";
149
+ export const calciteSpaceMd = "0.75rem";
150
+ export const calciteSpaceMdPlus = "0.875rem";
151
+ export const calciteSpaceLg = "1rem";
152
+ export const calciteSpaceXl = "1.25rem";
153
+ export const calciteSpace2xl = "1.5rem";
154
+ export const calciteSpace3xl = "2rem";
142
155
  export const calciteZIndexDeep = "-999999";
143
156
  export const calciteZIndex = "1";
144
157
  export const calciteZIndexSticky = "300";
@@ -2,11 +2,11 @@
2
2
  // Calcite Design System
3
3
  // Do not edit directly, this file was auto-generated.
4
4
 
5
- $calcite-color-background: #363636;
5
+ $calcite-color-background: #212121;
6
6
  $calcite-color-background-none: rgba(255, 255, 255, 0);
7
7
  $calcite-color-foreground-1: #2b2b2b;
8
- $calcite-color-foreground-2: #212121;
9
- $calcite-color-foreground-3: #141414;
8
+ $calcite-color-foreground-2: #363636;
9
+ $calcite-color-foreground-3: #404040;
10
10
  $calcite-color-foreground-current: #2b465f; // deprecated, use --calcite-color-surface-highlight instead
11
11
  $calcite-color-surface-highlight: #2b465f;
12
12
  $calcite-color-transparent: rgba(255, 255, 255, 0);
@@ -33,8 +33,8 @@ $calcite-color-status-danger: #fe583e;
33
33
  $calcite-color-status-danger-hover: #ff0015;
34
34
  $calcite-color-status-danger-press: #d90012;
35
35
  $calcite-color-inverse: #f7f7f7;
36
- $calcite-color-inverse-hover: #ffffff;
37
- $calcite-color-inverse-press: #f2f2f2;
36
+ $calcite-color-inverse-hover: #f2f2f2;
37
+ $calcite-color-inverse-press: #ebebeb;
38
38
  $calcite-color-text-1: #ffffff;
39
39
  $calcite-color-text-2: #bfbfbf;
40
40
  $calcite-color-text-3: #9e9e9e;
@@ -94,19 +94,32 @@ $calcite-spacing-fixed-lg: 14px; // deprecated
94
94
  $calcite-spacing-fixed-xl: 16px; // deprecated
95
95
  $calcite-spacing-fixed-xxl: 20px; // deprecated
96
96
  $calcite-spacing-fixed-xxxl: 32px; // deprecated
97
- $calcite-spacing-none: 0;
98
- $calcite-spacing-px: 1px;
99
- $calcite-spacing-base: 2px;
100
- $calcite-spacing-xxs: 0.25rem;
101
- $calcite-spacing-xs: 0.375rem;
102
- $calcite-spacing-sm: 0.5rem;
103
- $calcite-spacing-sm-plus: 0.625rem;
104
- $calcite-spacing-md: 0.75rem;
105
- $calcite-spacing-md-plus: 0.875rem;
106
- $calcite-spacing-lg: 1rem;
107
- $calcite-spacing-xl: 1.25rem;
108
- $calcite-spacing-xxl: 1.5rem;
109
- $calcite-spacing-xxxl: 2rem;
97
+ $calcite-spacing-none: 0; // deprecated, use `--calcite-space-none` instead
98
+ $calcite-spacing-px: 1px; // deprecated, use `--calcite-space-px` instead
99
+ $calcite-spacing-base: 2px; // deprecated, use `--calcite-space-base` instead
100
+ $calcite-spacing-xxs: 0.25rem; // deprecated, use `--calcite-space-2xs` instead
101
+ $calcite-spacing-xs: 0.375rem; // deprecated, use `--calcite-space-xs` instead
102
+ $calcite-spacing-sm: 0.5rem; // deprecated, use `--calcite-space-sm` instead
103
+ $calcite-spacing-sm-plus: 0.625rem; // deprecated, use `--calcite-space-sm-plus` instead
104
+ $calcite-spacing-md: 0.75rem; // deprecated, use `--calcite-space-md` instead
105
+ $calcite-spacing-md-plus: 0.875rem; // deprecated, use `--calcite-space-md-plus` instead
106
+ $calcite-spacing-lg: 1rem; // deprecated, use `--calcite-space-lg` instead
107
+ $calcite-spacing-xl: 1.25rem; // deprecated, use `--calcite-space-xl` instead
108
+ $calcite-spacing-xxl: 1.5rem; // deprecated, use `--calcite-space-2xl` instead
109
+ $calcite-spacing-xxxl: 2rem; // deprecated, use `--calcite-space-3xl` instead
110
+ $calcite-space-none: 0;
111
+ $calcite-space-px: 1px;
112
+ $calcite-space-base: 2px;
113
+ $calcite-space-2xs: 0.25rem;
114
+ $calcite-space-xs: 0.375rem;
115
+ $calcite-space-sm: 0.5rem;
116
+ $calcite-space-sm-plus: 0.625rem;
117
+ $calcite-space-md: 0.75rem;
118
+ $calcite-space-md-plus: 0.875rem;
119
+ $calcite-space-lg: 1rem;
120
+ $calcite-space-xl: 1.25rem;
121
+ $calcite-space-2xl: 1.5rem;
122
+ $calcite-space-3xl: 2rem;
110
123
  $calcite-z-index-deep: -999999;
111
124
  $calcite-z-index: 1;
112
125
  $calcite-z-index-sticky: 300;
@@ -66,8 +66,8 @@
66
66
  --calcite-color-text-3: #9e9e9e;
67
67
  --calcite-color-text-2: #bfbfbf;
68
68
  --calcite-color-text-1: #ffffff;
69
- --calcite-color-inverse-press: #f2f2f2;
70
- --calcite-color-inverse-hover: #ffffff;
69
+ --calcite-color-inverse-press: #ebebeb;
70
+ --calcite-color-inverse-hover: #f2f2f2;
71
71
  --calcite-color-inverse: #f7f7f7;
72
72
  --calcite-color-status-danger-press: #d90012;
73
73
  --calcite-color-status-danger-hover: #ff0015;
@@ -94,9 +94,9 @@
94
94
  --calcite-color-transparent: rgba(255, 255, 255, 0);
95
95
  --calcite-color-surface-highlight: #2b465f;
96
96
  --calcite-color-foreground-current: #2b465f; /** deprecated, use --calcite-color-surface-highlight instead */
97
- --calcite-color-foreground-3: #141414;
98
- --calcite-color-foreground-2: #212121;
97
+ --calcite-color-foreground-3: #404040;
98
+ --calcite-color-foreground-2: #363636;
99
99
  --calcite-color-foreground-1: #2b2b2b;
100
100
  --calcite-color-background-none: rgba(255, 255, 255, 0);
101
- --calcite-color-background: #363636;
101
+ --calcite-color-background: #212121;
102
102
  }
@@ -92,19 +92,32 @@ $calcite-spacing-fixed-lg: 14px; // deprecated
92
92
  $calcite-spacing-fixed-xl: 16px; // deprecated
93
93
  $calcite-spacing-fixed-xxl: 20px; // deprecated
94
94
  $calcite-spacing-fixed-xxxl: 32px; // deprecated
95
- $calcite-spacing-none: 0;
96
- $calcite-spacing-px: 1px;
97
- $calcite-spacing-base: 2px;
98
- $calcite-spacing-xxs: 0.25rem;
99
- $calcite-spacing-xs: 0.375rem;
100
- $calcite-spacing-sm: 0.5rem;
101
- $calcite-spacing-sm-plus: 0.625rem;
102
- $calcite-spacing-md: 0.75rem;
103
- $calcite-spacing-md-plus: 0.875rem;
104
- $calcite-spacing-lg: 1rem;
105
- $calcite-spacing-xl: 1.25rem;
106
- $calcite-spacing-xxl: 1.5rem;
107
- $calcite-spacing-xxxl: 2rem;
95
+ $calcite-spacing-none: 0; // deprecated, use `--calcite-space-none` instead
96
+ $calcite-spacing-px: 1px; // deprecated, use `--calcite-space-px` instead
97
+ $calcite-spacing-base: 2px; // deprecated, use `--calcite-space-base` instead
98
+ $calcite-spacing-xxs: 0.25rem; // deprecated, use `--calcite-space-2xs` instead
99
+ $calcite-spacing-xs: 0.375rem; // deprecated, use `--calcite-space-xs` instead
100
+ $calcite-spacing-sm: 0.5rem; // deprecated, use `--calcite-space-sm` instead
101
+ $calcite-spacing-sm-plus: 0.625rem; // deprecated, use `--calcite-space-sm-plus` instead
102
+ $calcite-spacing-md: 0.75rem; // deprecated, use `--calcite-space-md` instead
103
+ $calcite-spacing-md-plus: 0.875rem; // deprecated, use `--calcite-space-md-plus` instead
104
+ $calcite-spacing-lg: 1rem; // deprecated, use `--calcite-space-lg` instead
105
+ $calcite-spacing-xl: 1.25rem; // deprecated, use `--calcite-space-xl` instead
106
+ $calcite-spacing-xxl: 1.5rem; // deprecated, use `--calcite-space-2xl` instead
107
+ $calcite-spacing-xxxl: 2rem; // deprecated, use `--calcite-space-3xl` instead
108
+ $calcite-space-none: 0;
109
+ $calcite-space-px: 1px;
110
+ $calcite-space-base: 2px;
111
+ $calcite-space-2xs: 0.25rem;
112
+ $calcite-space-xs: 0.375rem;
113
+ $calcite-space-sm: 0.5rem;
114
+ $calcite-space-sm-plus: 0.625rem;
115
+ $calcite-space-md: 0.75rem;
116
+ $calcite-space-md-plus: 0.875rem;
117
+ $calcite-space-lg: 1rem;
118
+ $calcite-space-xl: 1.25rem;
119
+ $calcite-space-2xl: 1.5rem;
120
+ $calcite-space-3xl: 2rem;
108
121
  $calcite-z-index-deep: -999999;
109
122
  $calcite-z-index: 1;
110
123
  $calcite-z-index-sticky: 300;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "4.0.0-next.3",
3
+ "version": "4.0.0-next.5",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -46,5 +46,5 @@
46
46
  "devDependencies": {
47
47
  "vitest": "3.2.4"
48
48
  },
49
- "gitHead": "35609839c5c15e4aaa0e30cf991c47cc05c23a51"
49
+ "gitHead": "f41df9a8f8e3bf1e8018f0047bdcadc7e4a37df6"
50
50
  }