@arcgis/charts-components-react 4.31.0-next.7 → 4.31.0-next.9
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/dist/components.d.ts +1 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { JSX } from
|
|
2
|
+
import type { JSX } from '@arcgis/charts-components';
|
|
3
3
|
export declare const ArcgisChartsActionBar: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsActionBar & Omit<import("react").HTMLAttributes<HTMLArcgisChartsActionBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsActionBarElement>>;
|
|
4
4
|
export declare const ArcgisChartsBarChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartElement>>;
|
|
5
5
|
export declare const ArcgisChartsBarChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartBetaElement>>;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/charts-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS charts components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.31.0-next.
|
|
5
|
+
"version": "4.31.0-next.9",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"clean": "rimraf dist node_modules .turbo",
|
|
20
20
|
"compile": "yarn tsc",
|
|
21
|
-
"pre": "rimraf dist
|
|
21
|
+
"pre": "rimraf dist",
|
|
22
22
|
"build": "yarn pre && yarn compile",
|
|
23
23
|
"build:production": "yarn build",
|
|
24
24
|
"tsc": "tsc"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@arcgis/charts-components": "4.31.0-next.
|
|
27
|
+
"@arcgis/charts-components": "4.31.0-next.9"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@arcgis/components-plugins": "^4.29.5",
|