@arcgis/lumina-compiler 4.33.0-next.151 → 4.33.0-next.153

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -3
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -2584,11 +2584,13 @@ class Je extends gs {
2584
2584
  docsTags: [
2585
2585
  {
2586
2586
  name: "example",
2587
- text: `const ${c} = document.createElement("${s.tagName}");
2587
+ text: `\`\`\`js
2588
+ const ${c} = document.createElement("${s.tagName}");
2588
2589
  document.body.append(${c});
2589
2590
  ${c}.componentOnReady().then(() => {
2590
2591
  console.log("${s.tagName} is ready to go!");
2591
- });`
2592
+ });
2593
+ \`\`\``
2592
2594
  }
2593
2595
  ]
2594
2596
  });
@@ -6118,7 +6120,7 @@ class P {
6118
6120
  this._serverConfigured = !0;
6119
6121
  }
6120
6122
  }
6121
- }, this._localDefinedComponents = void 0, this._cssImports = /* @__PURE__ */ new Map(), this._cssDocs = void 0, this.isInCi = !!process.env.CI, this._declarationTextTransformers = [], this._serverConfigured = !1, this.assetsToProvide = [], this._globalCssString = void 0, this._loadersCache = void 0, this._serveOnlyDependencies = void 0, this._customElementDependencies = {}, this._htmlElementReferencesReplacer = void 0, this._silencedRules = void 0, this._updateLuminaTsPromise = void 0, this.normalizedDocumentationUrl = "developers.arcgis.com", this.alternativeDocumentationUrl = "next.sites.afd.arcgis.com", this.options = t;
6123
+ }, this._localDefinedComponents = void 0, this._cssImports = /* @__PURE__ */ new Map(), this._cssDocs = void 0, this.isInCi = !!process.env.CI, this._declarationTextTransformers = [], this._serverConfigured = !1, this.assetsToProvide = [], this._globalCssString = void 0, this._loadersCache = void 0, this._serveOnlyDependencies = void 0, this._customElementDependencies = {}, this._htmlElementReferencesReplacer = void 0, this._silencedRules = void 0, this._updateLuminaTsPromise = void 0, this.normalizedDocumentationUrl = "developers.arcgis.com", this.alternativeDocumentationUrl = "next.gha.afd.arcgis.com", this.options = t;
6122
6124
  const i = t.documentation ?? {};
6123
6125
  this._documentationFileNames = {
6124
6126
  apiJson: i.apiJsonFileName === !1 ? void 0 : i.apiJsonFileName ? de(i.apiJsonFileName) : pe.apiJson,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.33.0-next.151",
3
+ "version": "4.33.0-next.153",
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.151",
22
- "@arcgis/components-build-utils": "4.33.0-next.151",
23
- "@arcgis/components-utils": "4.33.0-next.151",
21
+ "@arcgis/api-extractor": "4.33.0-next.153",
22
+ "@arcgis/components-build-utils": "4.33.0-next.153",
23
+ "@arcgis/components-utils": "4.33.0-next.153",
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.151"
40
+ "@arcgis/lumina": "~4.33.0-next.153"
41
41
  }
42
42
  }