@ionic/docs 9.0.2-dev.11788191082.10739c1b → 9.0.2-dev.11789078072.1cdaafd9

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 +8 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-08-31T15:46:33",
2
+ "timestamp": "2026-09-10T22:09:45",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.44.2",
@@ -31461,7 +31461,13 @@
31461
31461
  "docsTags": []
31462
31462
  }
31463
31463
  ],
31464
- "listeners": [],
31464
+ "listeners": [
31465
+ {
31466
+ "event": "click",
31467
+ "capture": true,
31468
+ "passive": false
31469
+ }
31470
+ ],
31465
31471
  "styles": [
31466
31472
  {
31467
31473
  "name": "--background",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "9.0.2-dev.11788191082.10739c1b",
3
+ "version": "9.0.2-dev.11789078072.1cdaafd9",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",