@arcgis/lumina-compiler 5.0.0-next.5 → 5.0.0-next.51

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.
@@ -39,7 +39,7 @@ export type LuminaOptions = {
39
39
  *
40
40
  * @deprecated
41
41
  * For new projects, use Vitest browser mode instead of Puppeteer.
42
- * See documentation: https://qawebgis.esri.com/components/lumina/testing
42
+ * See documentation: https://qawebgis.esri.com/references/lumina/testing
43
43
  */
44
44
  readonly puppeteerTesting?: PuppeteerTestingOptions;
45
45
  /**
@@ -190,7 +190,7 @@ export type WrappersOptions = React18WrapperOptions;
190
190
  /**
191
191
  * Options for creating React 18 wrapper.
192
192
  *
193
- * Documentation: https://qawebgis.esri.com/components/lumina/build#build-wrappers
193
+ * Documentation: https://qawebgis.esri.com/references/lumina/build#build-wrappers
194
194
  */
195
195
  export type React18WrapperOptions = {
196
196
  readonly type: "react18";
@@ -262,14 +262,14 @@ export type DetailedExtraDependency = {
262
262
  /**
263
263
  * @deprecated
264
264
  * For new projects, use Vitest browser mode instead of Puppeteer.
265
- * See documentation: https://qawebgis.esri.com/components/lumina/testing
265
+ * See documentation: https://qawebgis.esri.com/references/lumina/testing
266
266
  */
267
267
  export type PuppeteerTestingOptions = {
268
268
  /**
269
269
  * @default false
270
270
  * @deprecated
271
271
  * For new projects, use Vitest browser mode instead of Puppeteer.
272
- * See documentation: https://qawebgis.esri.com/components/lumina/testing
272
+ * See documentation: https://qawebgis.esri.com/references/lumina/testing
273
273
  */
274
274
  readonly enabled?: boolean;
275
275
  /**
@@ -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/lumina/storybook
321
+ * @see https://qawebgis.esri.com/references/support-packages/storybook
322
322
  */
323
323
  readonly publicStoryUrlPrefix?: string;
324
324
  /**
@@ -687,7 +687,7 @@ export type LintingOptions = {
687
687
  * technical limitations. Instead, this rule exists to enforce them at
688
688
  * build-time.
689
689
  *
690
- * [Documentation](https://qawebgis.esri.com/components/lumina/properties#string-properties)
690
+ * [Documentation](https://qawebgis.esri.com/references/lumina/properties#string-properties)
691
691
  */
692
692
  mustIncludeAllRequiredProperties?: string[];
693
693
  };
@@ -82,7 +82,7 @@ export type RenderOptions<Component extends HTMLElement = HTMLElement> = {
82
82
  * Render Lit Element in a test environment.
83
83
  *
84
84
  * See documentation:
85
- * https://qawebgis.esri.com/components/lumina/testing
85
+ * https://qawebgis.esri.com/references/lumina/testing
86
86
  *
87
87
  * @example
88
88
  * ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "5.0.0-next.5",
3
+ "version": "5.0.0-next.51",
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.5",
22
- "@arcgis/components-build-utils": "5.0.0-next.5",
23
- "@arcgis/toolkit": "~5.0.0-next.5",
21
+ "@arcgis/api-extractor": "5.0.0-next.51",
22
+ "@arcgis/components-build-utils": "5.0.0-next.51",
23
+ "@arcgis/toolkit": "~5.0.0-next.51",
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.5",
33
+ "@arcgis/lumina": "~5.0.0-next.51",
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~5.8.3",
36
36
  "vite": "^7.0.0",