@arcgis/charts-components-react 4.31.0-next.90 → 4.31.0-next.92
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 +25 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,31 @@
|
|
|
1
|
-
# ArcGIS Maps SDK for JavaScript -
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React wapper for Charts Components (beta)
|
|
2
2
|
|
|
3
3
|
**No Esri Technical Support during beta.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. This package offers a series of charting components that can be used to build custom applications.
|
|
6
|
+
|
|
7
|
+
Samples for how to use this package are available on github in the [jsapi-resources](https://github.com/Esri/jsapi-resources) repository.
|
|
8
|
+
|
|
9
|
+
## Documentation
|
|
10
|
+
|
|
11
|
+
- [Key Features](https://developers.arcgis.com/javascript/latest/key-features/)
|
|
12
|
+
- [Build with React](https://developers.arcgis.com/javascript/latest/get-started-react/)
|
|
13
|
+
- [API and component references](https://developers.arcgis.com/javascript/latest/references/)
|
|
14
|
+
- [Functionality samples](https://developers.arcgis.com/javascript/latest/sample-code/)
|
|
15
|
+
|
|
16
|
+
## Resources
|
|
17
|
+
|
|
18
|
+
- [ArcGIS blog](https://blogs.esri.com/esri/arcgis/tag/javascript/)
|
|
19
|
+
- [twitter@EsriDevs](https://twitter.com/EsriDevs)
|
|
20
|
+
- [System Requirements](https://developers.arcgis.com/javascript/latest/system-requirements/)
|
|
21
|
+
- [Terms of Use](https://www.esri.com/en-us/legal/terms/product-specific-scope-of-use)
|
|
22
|
+
- [Licensing](https://developers.arcgis.com/javascript/latest/licensing/)
|
|
23
|
+
- [Working with `next` versions](https://github.com/Esri/feedback-js-api-next/blob/main/README.md)
|
|
24
|
+
|
|
25
|
+
## Issues
|
|
26
|
+
|
|
27
|
+
- General questions about using this package or the ArcGIS Maps SDK for JavaScript? See the [Esri developer community](https://community.esri.com/t5/arcgis-api-for-javascript/ct-p/arcgis-api-for-javascript).
|
|
28
|
+
- [Technical support](https://support.esri.com/).
|
|
6
29
|
|
|
7
30
|
## License
|
|
8
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/charts-components-react",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.92",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@arcgis/charts-components": "4.31.0-next.
|
|
31
|
-
"@arcgis/charts-shared-utils": "4.31.0-next.
|
|
32
|
-
"@arcgis/charts-spec": "4.31.0-next.
|
|
30
|
+
"@arcgis/charts-components": "4.31.0-next.92",
|
|
31
|
+
"@arcgis/charts-shared-utils": "4.31.0-next.92",
|
|
32
|
+
"@arcgis/charts-spec": "4.31.0-next.92"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@arcgis/components-plugins": ">=4.31.0-next <4.32",
|