@esri/calcite-design-tokens 3.0.2-next.1 → 3.0.2-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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/docs/core.json +1 -1
- package/dist/docs/global.json +1 -1
- package/dist/docs/semantic.json +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -8,6 +8,6 @@ This material is licensed for use under the Esri Master License Agreement (MLA),
|
|
|
8
8
|
|
|
9
9
|
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
10
10
|
|
|
11
|
-
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
11
|
+
For additional information, refer to [Calcite's licensing](https://developers.arcgis.com/calcite-design-system/resources/licensing) and contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
12
12
|
|
|
13
13
|
email: <contracts@esri.com>
|
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ This material is licensed for use under the Esri Master License Agreement (MLA),
|
|
|
38
38
|
|
|
39
39
|
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
40
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
|
|
41
|
+
For additional information, refer to [Calcite's licensing](https://developers.arcgis.com/calcite-design-system/resources/licensing) and contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
42
42
|
|
|
43
43
|
email: <contracts@esri.com>
|
|
44
44
|
|
package/dist/docs/core.json
CHANGED
package/dist/docs/global.json
CHANGED
package/dist/docs/semantic.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "3.0.2-next.
|
|
3
|
+
"version": "3.0.2-next.2",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "SEE LICENSE.md",
|
|
30
30
|
"scripts": {
|
|
31
|
-
"build": "tsx src/build-tokens.ts",
|
|
31
|
+
"build": "echo $MODE $GITHUB_ACTION && tsx src/build-tokens.ts",
|
|
32
32
|
"build:watch": "tsx --watch src/build-tokens.ts",
|
|
33
33
|
"clean": "rimraf node_modules dist .turbo",
|
|
34
34
|
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"type-fest": "4.37.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2374e997f45b341ce1349b2ef690c93a8255810b"
|
|
49
49
|
}
|