@esri/calcite-components-react 1.11.0-next.3 → 2.0.0-next.0

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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -10,4 +10,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
10
10
 
11
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
12
12
 
13
- email: contracts@esri.com
13
+ email: <contracts@esri.com>
package/README.md CHANGED
@@ -116,8 +116,8 @@ All rights reserved under the copyright laws of the United States and applicable
116
116
 
117
117
  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.
118
118
 
119
- See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
119
+ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
120
120
 
121
121
  For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
122
122
 
123
- email: contracts@esri.com
123
+ email: <contracts@esri.com>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
3
  "sideEffects": false,
4
- "version": "1.11.0-next.3",
4
+ "version": "2.0.0-next.0",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "description": "A set of React components that wrap calcite components",
7
7
  "license": "SEE LICENSE.md",
@@ -20,7 +20,7 @@
20
20
  "dist/"
21
21
  ],
22
22
  "dependencies": {
23
- "@esri/calcite-components": "^1.11.0-next.3"
23
+ "@esri/calcite-components": "^2.0.0-next.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.7",
@@ -29,5 +29,5 @@
29
29
  "volta": {
30
30
  "extends": "../../package.json"
31
31
  },
32
- "gitHead": "91968a9c4088814cf5ffa870aad8136451c2abd9"
32
+ "gitHead": "1b259983104b5eb8821dc9eb2ca6559a685b7ce4"
33
33
  }