@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 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).
@@ -0,0 +1,3 @@
1
+ ## Third Party Licenses
2
+
3
+ This packages does not have any third-party dependencies.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  .calcite-typography-hierarchy-overline {
package/dist/css/core.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:26 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:30 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/css/dark.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
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: Monaco, Consolas, "Andale Mono", "Lucida Console",
99
- monospace; /* Font family for code with fallbacks */
100
- --calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; /* Primary font with fallbacks */
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: 0 4px 20px 0 rgba(0, 0, 0, 0.08),
114
- 0 12px 30px rgba(0, 0, 0, 0.1);
115
- --calcite-shadow-sm: 0 2px 8px 0 rgba(0, 0, 0, 0.04),
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
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  @import url("./global.css");
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1739211147888,
2
+ "timestamp": 1741047151840,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "#ffffff",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1739211150255,
2
+ "timestamp": 1741047154158,
3
3
  "tokens": [
4
4
  {
5
5
  "value": "0",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:28 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:32 GMT
4
4
  */
5
5
 
6
6
  export const calciteColorNeutralBlk000 : string;
package/dist/es6/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:28 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:32 GMT
4
4
  */
5
5
 
6
6
  export const calciteColorNeutralBlk000 = "#ffffff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:30 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:34 GMT
4
4
  */
5
5
 
6
6
  export const calciteBorderWidthNone : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:30 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:34 GMT
4
4
  */
5
5
 
6
6
  export const calciteBorderWidthNone = "0";
package/dist/js/core.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:27 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:31 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/js/core.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:26 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:30 GMT
4
4
  */
5
5
 
6
6
  export default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:30 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:34 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/js/global.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  export default {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
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
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:26 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:30 GMT
4
4
  */
5
5
 
6
6
  $calcite-z-index-9: 900;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  $calcite-color-border-white: #f8f8f8;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
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: Monaco, Consolas, "Andale Mono", "Lucida Console",
98
- monospace; // Font family for code with fallbacks
99
- $calcite-font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif; // Primary font with fallbacks
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;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  @import "./global.scss";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  $calcite-color-border-white: #ffffff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Feb 2025 18:12:29 GMT
3
+ * Generated on Tue, 04 Mar 2025 00:12:33 GMT
4
4
  */
5
5
 
6
6
  @mixin calcite-typography-hierarchy-overline {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "3.0.1-next.0",
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": "5c6e12654854bd3185c9f798c3ae0ac878b08b51"
44
+ "gitHead": "87b02924cc7d00bacdc085225a7d0d91cd6e9627"
43
45
  }