@esri/calcite-design-tokens 3.0.1-next.0 → 3.0.1-next.2
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/README.md +18 -0
- package/THIRD-PARTY-LICENSES.md +3 -0
- package/dist/css/breakpoint.css +1 -1
- package/dist/css/classes.css +1 -1
- package/dist/css/core.css +1 -1
- package/dist/css/dark.css +1 -1
- package/dist/css/global.css +9 -8
- package/dist/css/index.css +1 -1
- package/dist/css/light.css +1 -1
- package/dist/docs/core.json +1 -1
- package/dist/docs/global.json +1 -1
- package/dist/es6/core.d.ts +1 -1
- package/dist/es6/core.js +1 -1
- package/dist/es6/global.d.ts +1 -1
- package/dist/es6/global.js +1 -1
- package/dist/js/core.d.ts +1 -1
- package/dist/js/core.js +1 -1
- package/dist/js/global.d.ts +1 -1
- package/dist/js/global.js +1 -1
- 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 +5 -4
- package/dist/scss/index.scss +1 -1
- package/dist/scss/light.scss +1 -1
- package/dist/scss/mixins.scss +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -27,3 +27,21 @@ These are the published asset files generated by the token transformer:
|
|
|
27
27
|
| Global | @esri/calcite-design-tokens/css @esri/calcite-design-tokens/css/global | @esri/calcite-design-tokens/scss @esri/calcite-design-tokens/scss/global |
|
|
28
28
|
| Calcite Light | @esri/calcite-design-tokens/css/light | @esri/calcite-design-tokens/scss/light |
|
|
29
29
|
| Calcite Dark | @esri/calcite-design-tokens/css/dark | @esri/calcite-design-tokens/scss/dark |
|
|
30
|
+
|
|
31
|
+
## License
|
|
32
|
+
|
|
33
|
+
COPYRIGHT © 2025 Esri
|
|
34
|
+
|
|
35
|
+
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
36
|
+
|
|
37
|
+
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
38
|
+
|
|
39
|
+
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
40
|
+
|
|
41
|
+
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
42
|
+
|
|
43
|
+
email: <contracts@esri.com>
|
|
44
|
+
|
|
45
|
+
## Third-party licenses
|
|
46
|
+
|
|
47
|
+
See [THIRD-PARTY-LICENSES.md](./THIRD-PARTY-LICENSES.md).
|
package/dist/css/breakpoint.css
CHANGED
package/dist/css/classes.css
CHANGED
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, 04 Mar 2025 00:12:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -95,9 +95,10 @@
|
|
|
95
95
|
--calcite-font-weight-regular: 400;
|
|
96
96
|
--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" */
|
|
97
97
|
--calcite-font-weight-light: 300; /* For Avenir Next World (secondary font family) */
|
|
98
|
-
--calcite-font-family-code:
|
|
99
|
-
monospace; /* Font family for code with fallbacks */
|
|
100
|
-
--calcite-font-family:
|
|
98
|
+
--calcite-font-family-code:
|
|
99
|
+
Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; /* Font family for code with fallbacks */
|
|
100
|
+
--calcite-font-family:
|
|
101
|
+
"Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
|
|
101
102
|
--calcite-corner-radius-pill: 100%;
|
|
102
103
|
--calcite-corner-radius-round: 4px;
|
|
103
104
|
--calcite-corner-radius-sharp: 0;
|
|
@@ -110,10 +111,10 @@
|
|
|
110
111
|
--calcite-border-width-md: 2px;
|
|
111
112
|
--calcite-border-width-sm: 1px;
|
|
112
113
|
--calcite-border-width-none: 0;
|
|
113
|
-
--calcite-shadow-md:
|
|
114
|
-
0 12px 30px rgba(0, 0, 0, 0.1);
|
|
115
|
-
--calcite-shadow-sm:
|
|
116
|
-
0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
114
|
+
--calcite-shadow-md:
|
|
115
|
+
0 4px 20px 0 rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.1);
|
|
116
|
+
--calcite-shadow-sm:
|
|
117
|
+
0 2px 8px 0 rgba(0, 0, 0, 0.04), 0 4px 16px 0 rgba(0, 0, 0, 0.08);
|
|
117
118
|
--calcite-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
118
119
|
--calcite-corner-radius: var(--calcite-corner-radius-sharp);
|
|
119
120
|
}
|
package/dist/css/index.css
CHANGED
package/dist/css/light.css
CHANGED
package/dist/docs/core.json
CHANGED
package/dist/docs/global.json
CHANGED
package/dist/es6/core.d.ts
CHANGED
package/dist/es6/core.js
CHANGED
package/dist/es6/global.d.ts
CHANGED
package/dist/es6/global.js
CHANGED
package/dist/js/core.d.ts
CHANGED
package/dist/js/core.js
CHANGED
package/dist/js/global.d.ts
CHANGED
package/dist/js/global.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 04 Mar 2025 00:12:33 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
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, 04 Mar 2025 00:12:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
$calcite-z-index-tooltip: 901;
|
|
@@ -94,9 +94,10 @@ $calcite-font-weight-medium: 500;
|
|
|
94
94
|
$calcite-font-weight-regular: 400;
|
|
95
95
|
$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"
|
|
96
96
|
$calcite-font-weight-light: 300; // For Avenir Next World (secondary font family)
|
|
97
|
-
$calcite-font-family-code:
|
|
98
|
-
monospace; // Font family for code with fallbacks
|
|
99
|
-
$calcite-font-family:
|
|
97
|
+
$calcite-font-family-code:
|
|
98
|
+
Monaco, Consolas, "Andale Mono", "Lucida Console", monospace; // Font family for code with fallbacks
|
|
99
|
+
$calcite-font-family:
|
|
100
|
+
"Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
|
|
100
101
|
$calcite-corner-radius-pill: 100%;
|
|
101
102
|
$calcite-corner-radius-round: 4px;
|
|
102
103
|
$calcite-corner-radius-sharp: 0;
|
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": "3.0.1-next.
|
|
3
|
+
"version": "3.0.1-next.2",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"main": "./dist/es6/global.js",
|
|
13
13
|
"types": "./dist/es6/global.d.ts",
|
|
14
14
|
"files": [
|
|
15
|
-
"./dist/**/*"
|
|
15
|
+
"./dist/**/*",
|
|
16
|
+
"THIRD-PARTY-LICENSES.md"
|
|
16
17
|
],
|
|
17
18
|
"repository": {
|
|
18
19
|
"type": "git",
|
|
@@ -34,10 +35,11 @@
|
|
|
34
35
|
"lint:ts": "eslint --fix . && prettier --write \"**/*.{ts,tsx,cjs,mjs}\" >/dev/null",
|
|
35
36
|
"lint": "concurrently npm:lint:*",
|
|
36
37
|
"test": "vitest",
|
|
38
|
+
"util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts",
|
|
37
39
|
"util:update-test-snapshots": "vitest --update"
|
|
38
40
|
},
|
|
39
41
|
"volta": {
|
|
40
42
|
"extends": "../../package.json"
|
|
41
43
|
},
|
|
42
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "87b02924cc7d00bacdc085225a7d0d91cd6e9627"
|
|
43
45
|
}
|