@arcgis/map-components-react 4.29.0-beta.113 → 4.29.0-beta.115
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 -0
- package/dist/components.js +1 -0
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const ArcgisBuildingExplorer: import("react").ForwardRefExoticCom
|
|
|
11
11
|
export declare const ArcgisCompass: import("react").ForwardRefExoticComponent<JSX.ArcgisCompass & Omit<import("react").HTMLAttributes<HTMLArcgisCompassElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCompassElement>>;
|
|
12
12
|
export declare const ArcgisCoordinateConversion: import("react").ForwardRefExoticComponent<JSX.ArcgisCoordinateConversion & Omit<import("react").HTMLAttributes<HTMLArcgisCoordinateConversionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCoordinateConversionElement>>;
|
|
13
13
|
export declare const ArcgisDaylight: import("react").ForwardRefExoticComponent<JSX.ArcgisDaylight & Omit<import("react").HTMLAttributes<HTMLArcgisDaylightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDaylightElement>>;
|
|
14
|
+
export declare const ArcgisDirectionalPad: import("react").ForwardRefExoticComponent<JSX.ArcgisDirectionalPad & Omit<import("react").HTMLAttributes<HTMLArcgisDirectionalPadElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDirectionalPadElement>>;
|
|
14
15
|
export declare const ArcgisDirections: import("react").ForwardRefExoticComponent<JSX.ArcgisDirections & Omit<import("react").HTMLAttributes<HTMLArcgisDirectionsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDirectionsElement>>;
|
|
15
16
|
export declare const ArcgisDirectlineMeasurement3d: import("react").ForwardRefExoticComponent<JSX.ArcgisDirectlineMeasurement3d & Omit<import("react").HTMLAttributes<HTMLArcgisDirectlineMeasurement3dElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDirectlineMeasurement3dElement>>;
|
|
16
17
|
export declare const ArcgisDistanceMeasurement2d: import("react").ForwardRefExoticComponent<JSX.ArcgisDistanceMeasurement2d & Omit<import("react").HTMLAttributes<HTMLArcgisDistanceMeasurement2dElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDistanceMeasurement2dElement>>;
|
package/dist/components.js
CHANGED
|
@@ -13,6 +13,7 @@ export const ArcgisBuildingExplorer = /*@__PURE__*/ createReactComponent('arcgis
|
|
|
13
13
|
export const ArcgisCompass = /*@__PURE__*/ createReactComponent('arcgis-compass');
|
|
14
14
|
export const ArcgisCoordinateConversion = /*@__PURE__*/ createReactComponent('arcgis-coordinate-conversion');
|
|
15
15
|
export const ArcgisDaylight = /*@__PURE__*/ createReactComponent('arcgis-daylight');
|
|
16
|
+
export const ArcgisDirectionalPad = /*@__PURE__*/ createReactComponent('arcgis-directional-pad');
|
|
16
17
|
export const ArcgisDirections = /*@__PURE__*/ createReactComponent('arcgis-directions');
|
|
17
18
|
export const ArcgisDirectlineMeasurement3d = /*@__PURE__*/ createReactComponent('arcgis-directline-measurement-3d');
|
|
18
19
|
export const ArcgisDistanceMeasurement2d = /*@__PURE__*/ createReactComponent('arcgis-distance-measurement-2d');
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.115",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@arcgis/map-components": "4.29.0-beta.
|
|
26
|
+
"@arcgis/map-components": "4.29.0-beta.115"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
29
|
+
"@arcgis/components-plugins": "4.29.0-beta.115",
|
|
30
30
|
"@types/node": "^20.2.5",
|
|
31
31
|
"@types/react-dom": "^18.2.0",
|
|
32
32
|
"rimraf": "^5.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react": ">=18.0.0 <19.0.0",
|
|
38
38
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "5de9c01dfc2b0e3ef60cbee67bcab309248170f2"
|
|
41
41
|
}
|