@esri/calcite-design-tokens 2.0.1-next.3 → 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 +14 -12
- package/dist/css/core.css +8 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +14 -12
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +10882 -6537
- package/dist/docs/global.json +7678 -5570
- package/dist/es6/core.d.ts +15 -1
- package/dist/es6/core.js +41 -34
- package/dist/es6/global.d.ts +12 -10
- package/dist/es6/global.js +69 -69
- package/dist/js/core.d.ts +9 -2
- package/dist/js/core.js +14203 -2255
- package/dist/js/global.d.ts +19 -15
- package/dist/js/global.js +9677 -1885
- package/dist/scss/breakpoints.scss +1 -1
- package/dist/scss/core.scss +8 -1
- package/dist/scss/dark.scss +1 -1
- package/dist/scss/global.scss +14 -12
- 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
|
@@ -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-container-size-width-xl-min: 1441px; // Projectors and televisions$calcite-container-size-width-lg-min: 1153px; // Large laptops and desktop computers
|
package/dist/scss/core.scss
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:00 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
$calcite-z-index-9: 900;
|
|
@@ -85,9 +85,16 @@ $calcite-font-weight-light: 300; // only for Avenir Next World (secondary font f
|
|
|
85
85
|
$calcite-font-weight-thin: 100;
|
|
86
86
|
$calcite-font-weight-ultralight: 200; // only for Avenir Next World (secondary font family)
|
|
87
87
|
$calcite-font-style-italic: italic; // used in ratings
|
|
88
|
+
$calcite-font-family-sans-serif: sans-serif; // Fallback for Avenir Next
|
|
89
|
+
$calcite-font-family-monospace: monospace; // Fallback for Monaco
|
|
88
90
|
$calcite-font-family-monaco: Monaco;
|
|
91
|
+
$calcite-font-family-lucida-console: "Lucida Console"; // Fallback for Monaco
|
|
92
|
+
$calcite-font-family-helvetica-neue: "Helvetica Neue"; // Fallback for Avenir Next
|
|
93
|
+
$calcite-font-family-consolas: Consolas; // Fallback for Monaco
|
|
94
|
+
$calcite-font-family-avenir: Avenir; // Fallback for Avenir Next
|
|
89
95
|
$calcite-font-family-avenir-next-world: "Avenir Next World";
|
|
90
96
|
$calcite-font-family-avenir-next-pro: "Avenir Next LT Pro";
|
|
97
|
+
$calcite-font-family-andale-mono: "Andale Mono"; // Fallback for Monaco
|
|
91
98
|
$calcite-container-size-1440: 1440px;
|
|
92
99
|
$calcite-container-size-1152: 1152px;
|
|
93
100
|
$calcite-container-size-854: 854px;
|
package/dist/scss/dark.scss
CHANGED
package/dist/scss/global.scss
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-z-index-tooltip: 901;
|
|
@@ -50,11 +50,11 @@ $calcite-font-paragraph-spacing-normal: 4px;
|
|
|
50
50
|
$calcite-font-letter-spacing-wide: 0.4;
|
|
51
51
|
$calcite-font-letter-spacing-normal: 0;
|
|
52
52
|
$calcite-font-letter-spacing-tight: -0.4;
|
|
53
|
-
$calcite-font-line-height-relative-loose:
|
|
54
|
-
$calcite-font-line-height-relative-relaxed:
|
|
55
|
-
$calcite-font-line-height-relative-normal:
|
|
56
|
-
$calcite-font-line-height-relative-snug:
|
|
57
|
-
$calcite-font-line-height-relative-tight:
|
|
53
|
+
$calcite-font-line-height-relative-loose: 0.02; // 2
|
|
54
|
+
$calcite-font-line-height-relative-relaxed: 0.01625; // 1.625
|
|
55
|
+
$calcite-font-line-height-relative-normal: 0.015; // 1.5
|
|
56
|
+
$calcite-font-line-height-relative-snug: 0.01375; // 1.375
|
|
57
|
+
$calcite-font-line-height-relative-tight: 0.0125; // 1.25
|
|
58
58
|
$calcite-font-line-height-relative: auto; // 1
|
|
59
59
|
$calcite-font-line-height-fixed-xl: 24px;
|
|
60
60
|
$calcite-font-line-height-fixed-lg: 20px;
|
|
@@ -74,16 +74,18 @@ $calcite-font-weight-medium: 500;
|
|
|
74
74
|
$calcite-font-weight-regular: 400;
|
|
75
75
|
$calcite-font-weight-normal: 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"
|
|
76
76
|
$calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
|
|
77
|
-
$calcite-font-family-code: Monaco
|
|
78
|
-
|
|
77
|
+
$calcite-font-family-code: Monaco Consolas "Andale Mono" "Lucida Console"
|
|
78
|
+
monospace; // Font family for code with fallbacks
|
|
79
|
+
$calcite-font-family: "Avenir Next World" "Avenir Next LT Pro" Avenir
|
|
80
|
+
"Helvetica Neue" sans-serif; // Primary font with fallbacks
|
|
81
|
+
$calcite-corner-radius-pill: 100%;
|
|
82
|
+
$calcite-corner-radius-round: 4px;
|
|
83
|
+
$calcite-corner-radius-sharp: 0;
|
|
79
84
|
$calcite-container-size-content-fixed: 1440px; // only for lg breakpoint fixed grid width
|
|
80
85
|
$calcite-container-size-content-fluid: 100%; // for fluid grid widths
|
|
81
86
|
$calcite-container-size-gutter: 16px;
|
|
82
87
|
$calcite-container-size-margin: 24px;
|
|
83
|
-
$calcite-color-background-none: rgba(
|
|
84
|
-
$calcite-corner-radius-pill: 100%;
|
|
85
|
-
$calcite-corner-radius-round: 4px;
|
|
86
|
-
$calcite-corner-radius-sharp: 0;
|
|
88
|
+
$calcite-color-background-none: rgba(255, 255, 255, 0);
|
|
87
89
|
$calcite-border-width-lg: 4px;
|
|
88
90
|
$calcite-border-width-md: 2px;
|
|
89
91
|
$calcite-border-width-sm: 1px;
|
package/dist/scss/index.scss
CHANGED
package/dist/scss/light.scss
CHANGED
package/dist/scss/mixins.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-next.1",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
|
31
31
|
"lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore && prettier --write \"**/*.md\" >/dev/null",
|
|
32
32
|
"lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
|
|
33
|
-
"lint": "concurrently npm:lint:*"
|
|
34
|
-
"test": "jest"
|
|
33
|
+
"lint": "concurrently npm:lint:*"
|
|
35
34
|
},
|
|
36
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "3f087abe7b44fd1dc57f87245b88452f93bfd5e6"
|
|
37
36
|
}
|