@arcgis/lumina-compiler 4.33.0-next.126 → 4.33.0-next.128

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.d.ts CHANGED
@@ -24,6 +24,6 @@ export declare const exportsForCodemod: {
24
24
  mathMlElements: Set<string>;
25
25
  alwaysAttributes: Set<string>;
26
26
  nativeAlwaysAttributes: Set<string>;
27
- htmlAlwaysAttributes: Record<string, Set<string>>;
27
+ htmlAlwaysAttributes: Record<string, Set<string> | undefined>;
28
28
  isPropertyEscapeNeeded: (name: string) => boolean;
29
29
  };
package/dist/index.js CHANGED
@@ -600,7 +600,8 @@ function Fr(e) {
600
600
  let i = !1;
601
601
  const n = {
602
602
  ...t?.compilerOptions,
603
- // See comment above excludeOutsideFiles in ./textTransformers.ts for details
603
+ // For details, see comment above excludeOutsideFiles in
604
+ // https://devtopia.esri.com/WebGIS/arcgis-web-components/blob/main/packages/support-packages/lit-compiler/src/types/textTransformers.ts
604
605
  rootDir: "."
605
606
  }, s = gs({
606
607
  ...t,
@@ -36,7 +36,7 @@ export declare const nativeAlwaysAttributes: Set<string>;
36
36
  * These don't exist as a property, only as an attribute.
37
37
  * Or, the property is read-only, but the attribute is not.
38
38
  */
39
- export declare const htmlAlwaysAttributes: Record<string, Set<string>>;
39
+ export declare const htmlAlwaysAttributes: Record<string, Set<string> | undefined>;
40
40
  /**
41
41
  * The mappings between native DOM property and the equivalent attribute it
42
42
  * reflects to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.33.0-next.126",
3
+ "version": "4.33.0-next.128",
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.126",
22
- "@arcgis/components-build-utils": "4.33.0-next.126",
23
- "@arcgis/components-utils": "4.33.0-next.126",
21
+ "@arcgis/api-extractor": "4.33.0-next.128",
22
+ "@arcgis/components-build-utils": "4.33.0-next.128",
23
+ "@arcgis/components-utils": "4.33.0-next.128",
24
24
  "chalk": "^5.3.0",
25
25
  "esbuild": "^0.25.4",
26
26
  "glob": "^11.0.0",
@@ -37,6 +37,6 @@
37
37
  "vitest-fail-on-console": "^0.7.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/lumina": "~4.33.0-next.126"
40
+ "@arcgis/lumina": "~4.33.0-next.128"
41
41
  }
42
42
  }