@arcgis/lumina-compiler 5.0.0-next.8 → 5.0.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/index.js +2 -2
- package/dist/publicTypes.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -6033,7 +6033,7 @@ async function al(e, t) {
|
|
|
6033
6033
|
if (a === void 0) {
|
|
6034
6034
|
w.warn(
|
|
6035
6035
|
"@arcgis/lumina:parseStoryFiles",
|
|
6036
|
-
'Failed to find component tag name. Make sure the "component" property is present in the story meta. Documentation: https://qawebgis.esri.com/components/
|
|
6036
|
+
'Failed to find component tag name. Make sure the "component" property is present in the story meta. Documentation: https://qawebgis.esri.com/components/support-packages/storybook',
|
|
6037
6037
|
s
|
|
6038
6038
|
);
|
|
6039
6039
|
return;
|
|
@@ -6058,7 +6058,7 @@ ${y}` : ""}`,
|
|
|
6058
6058
|
if (d.length === 0) {
|
|
6059
6059
|
w.warn(
|
|
6060
6060
|
"@arcgis/lumina:parseStoryFiles",
|
|
6061
|
-
'Failed to find any stories. Make sure stories are defined using expected format and have a "name" property. Documentation: https://qawebgis.esri.com/components/
|
|
6061
|
+
'Failed to find any stories. Make sure stories are defined using expected format and have a "name" property. Documentation: https://qawebgis.esri.com/components/support-packages/storybook',
|
|
6062
6062
|
s
|
|
6063
6063
|
);
|
|
6064
6064
|
return;
|
package/dist/publicTypes.d.ts
CHANGED
|
@@ -318,7 +318,7 @@ export type GenerateDocumentationOptions = {
|
|
|
318
318
|
* Set this to "https://developers.arcgis.com/javascript/latest/storybook/map-components/".
|
|
319
319
|
* This will produce URLs like
|
|
320
320
|
* "https://developers.arcgis.com/javascript/latest/storybook/map-components/?path=/story/arcgis-area-measurement-2d--demo&singleStory=true"
|
|
321
|
-
* @see https://qawebgis.esri.com/components/
|
|
321
|
+
* @see https://qawebgis.esri.com/components/support-packages/storybook
|
|
322
322
|
*/
|
|
323
323
|
readonly publicStoryUrlPrefix?: string;
|
|
324
324
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina-compiler",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.9",
|
|
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": "5.0.0-next.
|
|
22
|
-
"@arcgis/components-build-utils": "5.0.0-next.
|
|
23
|
-
"@arcgis/toolkit": "~5.0.0-next.
|
|
21
|
+
"@arcgis/api-extractor": "5.0.0-next.9",
|
|
22
|
+
"@arcgis/components-build-utils": "5.0.0-next.9",
|
|
23
|
+
"@arcgis/toolkit": "~5.0.0-next.9",
|
|
24
24
|
"chalk": "^5.4.1",
|
|
25
25
|
"esbuild": "^0.25.5",
|
|
26
26
|
"glob": "^11.0.3",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vite-plugin-dts": "^4.5.4"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@arcgis/lumina": "~5.0.0-next.
|
|
33
|
+
"@arcgis/lumina": "~5.0.0-next.9",
|
|
34
34
|
"lit": "^3.3.0",
|
|
35
35
|
"typescript": "~5.8.3",
|
|
36
36
|
"vite": "^7.0.0",
|