@arcgis/map-components-react 4.31.0-next.50 → 4.31.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.
- package/dist/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const ArcgisBasemapLayerList: import("react").ForwardRefExoticCom
|
|
|
8
8
|
export declare const ArcgisBasemapToggle: import("react").ForwardRefExoticComponent<JSX.ArcgisBasemapToggle & Omit<import("react").HTMLAttributes<HTMLArcgisBasemapToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBasemapToggleElement>>;
|
|
9
9
|
export declare const ArcgisBookmarks: import("react").ForwardRefExoticComponent<JSX.ArcgisBookmarks & Omit<import("react").HTMLAttributes<HTMLArcgisBookmarksElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBookmarksElement>>;
|
|
10
10
|
export declare const ArcgisBuildingExplorer: import("react").ForwardRefExoticComponent<JSX.ArcgisBuildingExplorer & Omit<import("react").HTMLAttributes<HTMLArcgisBuildingExplorerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBuildingExplorerElement>>;
|
|
11
|
+
export declare const ArcgisCatalogLayerList: import("react").ForwardRefExoticComponent<JSX.ArcgisCatalogLayerList & Omit<import("react").HTMLAttributes<HTMLArcgisCatalogLayerListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCatalogLayerListElement>>;
|
|
11
12
|
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
13
|
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
14
|
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>>;
|
package/dist/components.js
CHANGED
|
@@ -10,6 +10,7 @@ export const ArcgisBasemapLayerList = /*@__PURE__*/ createReactComponent('arcgis
|
|
|
10
10
|
export const ArcgisBasemapToggle = /*@__PURE__*/ createReactComponent('arcgis-basemap-toggle');
|
|
11
11
|
export const ArcgisBookmarks = /*@__PURE__*/ createReactComponent('arcgis-bookmarks');
|
|
12
12
|
export const ArcgisBuildingExplorer = /*@__PURE__*/ createReactComponent('arcgis-building-explorer');
|
|
13
|
+
export const ArcgisCatalogLayerList = /*@__PURE__*/ createReactComponent('arcgis-catalog-layer-list');
|
|
13
14
|
export const ArcgisCompass = /*@__PURE__*/ createReactComponent('arcgis-compass');
|
|
14
15
|
export const ArcgisCoordinateConversion = /*@__PURE__*/ createReactComponent('arcgis-coordinate-conversion');
|
|
15
16
|
export const ArcgisDaylight = /*@__PURE__*/ createReactComponent('arcgis-daylight');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.53",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tsc": "tsc"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@arcgis/map-components": "4.31.0-next.
|
|
42
|
+
"@arcgis/map-components": "4.31.0-next.53"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^20.2.5",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"react": ">=18.0.0 <19.0.0",
|
|
53
53
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "8c880b5822e41ef3c9298e0336a3ee91e97a9def"
|
|
56
56
|
}
|