@esri/calcite-design-tokens 2.1.0-next.0 → 2.1.0-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 +1 -1
- package/dist/css/classes.css +10 -10
- package/dist/css/core.css +1 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +10 -10
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +10882 -6698
- package/dist/docs/global.json +7655 -5851
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +34 -34
- package/dist/es6/global.d.ts +5 -5
- package/dist/es6/global.js +64 -64
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +14105 -2325
- package/dist/js/global.d.ts +19 -15
- package/dist/js/global.js +9326 -1838
- package/dist/scss/breakpoints.scss +1 -1
- package/dist/scss/core.scss +1 -1
- package/dist/scss/dark.scss +1 -1
- package/dist/scss/global.scss +10 -10
- package/dist/scss/index.scss +1 -1
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +1 -1
- package/package.json +3 -4
package/dist/css/breakpoint.css
CHANGED
package/dist/css/classes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 19 Dec 2023 05:51:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.calcite-typography-hierarchy-overline {
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
text-decoration: var(--calcite-font-text-decoration-none);
|
|
211
211
|
}
|
|
212
212
|
.calcite-typography-hierarchy-caption {
|
|
213
|
-
line-height:
|
|
213
|
+
line-height: 0.01375;
|
|
214
214
|
font-size: 12px;
|
|
215
215
|
}
|
|
216
216
|
.calcite-typography-hierarchy-body {
|
|
@@ -225,40 +225,40 @@
|
|
|
225
225
|
text-decoration: none;
|
|
226
226
|
}
|
|
227
227
|
.calcite-typography-hierarchy-body-snug {
|
|
228
|
-
line-height:
|
|
228
|
+
line-height: 0.01375;
|
|
229
229
|
}
|
|
230
230
|
.calcite-typography-hierarchy-heading-5 {
|
|
231
231
|
font-weight: 500;
|
|
232
|
-
line-height:
|
|
232
|
+
line-height: 0.01375;
|
|
233
233
|
}
|
|
234
234
|
.calcite-typography-hierarchy-heading-4 {
|
|
235
235
|
font-weight: 500;
|
|
236
|
-
line-height:
|
|
236
|
+
line-height: 0.01375;
|
|
237
237
|
font-size: 16px;
|
|
238
238
|
}
|
|
239
239
|
.calcite-typography-hierarchy-heading-3 {
|
|
240
240
|
font-weight: 500;
|
|
241
|
-
line-height:
|
|
241
|
+
line-height: 0.01375;
|
|
242
242
|
font-size: 18px;
|
|
243
243
|
}
|
|
244
244
|
.calcite-typography-hierarchy-heading-2 {
|
|
245
245
|
font-weight: 500;
|
|
246
|
-
line-height:
|
|
246
|
+
line-height: 0.01375;
|
|
247
247
|
font-size: 20px;
|
|
248
248
|
}
|
|
249
249
|
.calcite-typography-hierarchy-heading-1 {
|
|
250
250
|
font-weight: 500;
|
|
251
|
-
line-height:
|
|
251
|
+
line-height: 0.01375;
|
|
252
252
|
font-size: 24px;
|
|
253
253
|
}
|
|
254
254
|
.calcite-typography-hierarchy-display-2 {
|
|
255
255
|
font-weight: 600;
|
|
256
|
-
line-height:
|
|
256
|
+
line-height: 0.01375;
|
|
257
257
|
font-size: 20px;
|
|
258
258
|
}
|
|
259
259
|
.calcite-typography-hierarchy-display-1 {
|
|
260
260
|
font-weight: 600;
|
|
261
|
-
line-height:
|
|
261
|
+
line-height: 0.01375;
|
|
262
262
|
font-size: 24px;
|
|
263
263
|
}
|
|
264
264
|
.calcite-typography-regular-minus-1h {
|
package/dist/css/core.css
CHANGED
package/dist/css/dark.css
CHANGED
package/dist/css/global.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 19 Dec 2023 05:51:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
--calcite-font-letter-spacing-wide: 0.4;
|
|
52
52
|
--calcite-font-letter-spacing-normal: 0;
|
|
53
53
|
--calcite-font-letter-spacing-tight: -0.4;
|
|
54
|
-
--calcite-font-line-height-relative-loose:
|
|
55
|
-
--calcite-font-line-height-relative-relaxed:
|
|
56
|
-
--calcite-font-line-height-relative-normal:
|
|
57
|
-
--calcite-font-line-height-relative-snug:
|
|
58
|
-
--calcite-font-line-height-relative-tight:
|
|
54
|
+
--calcite-font-line-height-relative-loose: 0.02; /* 2 */
|
|
55
|
+
--calcite-font-line-height-relative-relaxed: 0.01625; /* 1.625 */
|
|
56
|
+
--calcite-font-line-height-relative-normal: 0.015; /* 1.5 */
|
|
57
|
+
--calcite-font-line-height-relative-snug: 0.01375; /* 1.375 */
|
|
58
|
+
--calcite-font-line-height-relative-tight: 0.0125; /* 1.25 */
|
|
59
59
|
--calcite-font-line-height-relative: auto; /* 1 */
|
|
60
60
|
--calcite-font-line-height-fixed-xl: 24px;
|
|
61
61
|
--calcite-font-line-height-fixed-lg: 20px;
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
monospace; /* Font family for code with fallbacks */
|
|
80
80
|
--calcite-font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir
|
|
81
81
|
"Helvetica Neue" sans-serif; /* Primary font with fallbacks */
|
|
82
|
+
--calcite-corner-radius-pill: 100%;
|
|
83
|
+
--calcite-corner-radius-round: 4px;
|
|
84
|
+
--calcite-corner-radius-sharp: 0;
|
|
82
85
|
--calcite-container-size-content-fixed: 1440px; /* only for lg breakpoint fixed grid width */
|
|
83
86
|
--calcite-container-size-content-fluid: 100%; /* for fluid grid widths */
|
|
84
87
|
--calcite-container-size-gutter: 16px;
|
|
85
88
|
--calcite-container-size-margin: 24px;
|
|
86
|
-
--calcite-color-background-none: rgba(
|
|
87
|
-
--calcite-corner-radius-pill: 100%;
|
|
88
|
-
--calcite-corner-radius-round: 4px;
|
|
89
|
-
--calcite-corner-radius-sharp: 0;
|
|
89
|
+
--calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
90
90
|
--calcite-border-width-lg: 4px;
|
|
91
91
|
--calcite-border-width-md: 2px;
|
|
92
92
|
--calcite-border-width-sm: 1px;
|
package/dist/css/index.css
CHANGED