@esri/calcite-components-react 5.0.0-next.51 → 5.0.0-next.53

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 +1 -1
  3. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © 2025 Esri
3
+ COPYRIGHT © Esri
4
4
 
5
5
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
6
 
package/README.md CHANGED
@@ -94,7 +94,7 @@ We welcome contributions to this project. See the [CONTRIBUTING.md](https://gith
94
94
 
95
95
  ## License
96
96
 
97
- COPYRIGHT © 2021 Esri
97
+ COPYRIGHT © Esri
98
98
 
99
99
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "5.0.0-next.51",
3
+ "version": "5.0.0-next.53",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcgis/lumina": ">=5.0.0-next.75 <6.0.0",
32
- "@esri/calcite-components": "5.0.0-next.51",
32
+ "@esri/calcite-components": "5.0.0-next.53",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0"
35
35
  },
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "extends": "../../package.json"
42
42
  },
43
- "gitHead": "bf5b7016bccf7cab3ea2849653d1fa9ada8379f7"
43
+ "gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
44
44
  }