@arcgis/lumina-compiler 4.33.0-next.7 → 4.33.0-next.8
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/publicTypes.d.ts +2 -8
- package/package.json +5 -5
package/dist/publicTypes.d.ts
CHANGED
|
@@ -164,19 +164,13 @@ export type SsrOptions = {
|
|
|
164
164
|
};
|
|
165
165
|
/**
|
|
166
166
|
* Options for creating React 18 wrapper.
|
|
167
|
+
*
|
|
168
|
+
* Documentation: https://qawebgis.esri.com/components/lumina/build#build-wrappers
|
|
167
169
|
*/
|
|
168
170
|
export type React18WrapperOptions = {
|
|
169
171
|
readonly type: "react18";
|
|
170
172
|
/**
|
|
171
173
|
* The file path to the React 18 wrapper proxies file.
|
|
172
|
-
*
|
|
173
|
-
* Workflow:
|
|
174
|
-
* 1. Copy this starter package into your project:
|
|
175
|
-
* https://devtopia.esri.com/WebGIS/arcgis-web-components/tree/main/packages/starter-packages/lumina-components-react
|
|
176
|
-
* 2. Adjust the starter as necessary (package.json, README.md, LICENSE, etc.)
|
|
177
|
-
* 3. Set this option to the path to the src/components.ts file in the wrapper
|
|
178
|
-
* package
|
|
179
|
-
*
|
|
180
174
|
* @example
|
|
181
175
|
* "../lumina-components-react/src/components.ts"
|
|
182
176
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "4.33.0-next.
|
|
3
|
+
"version": "4.33.0-next.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcgis/api-extractor": "4.33.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "4.33.0-next.
|
|
23
|
-
"@arcgis/components-utils": "4.33.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "4.33.0-next.8",
|
|
22
|
+
"@arcgis/components-build-utils": "4.33.0-next.8",
|
|
23
|
+
"@arcgis/components-utils": "4.33.0-next.8",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
25
25
|
"esbuild": "^0.24.0",
|
|
26
26
|
"js-beautify": "^1.15.1",
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
"vitest-fail-on-console": "^0.7.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@arcgis/lumina": "~4.33.0-next.
|
|
39
|
+
"@arcgis/lumina": "~4.33.0-next.8"
|
|
40
40
|
}
|
|
41
41
|
}
|