@ionic/docs 8.4.4-nightly.20250305 → 8.4.4-nightly.20250307

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/core.json +5 -1
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-05T06:09:16",
2
+ "timestamp": "2025-03-07T06:09:05",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -1921,6 +1921,10 @@
1921
1921
  "Promise": {
1922
1922
  "location": "global",
1923
1923
  "id": "global::Promise"
1924
+ },
1925
+ "HTMLButtonElement": {
1926
+ "location": "global",
1927
+ "id": "global::HTMLButtonElement"
1924
1928
  }
1925
1929
  },
1926
1930
  "return": "Promise<void>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-nightly.20250305",
3
+ "version": "8.4.4-nightly.20250307",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",