@ionic/docs 8.7.12-nightly.20251205 → 8.7.12-nightly.20251209

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 +14 -8
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-12-05T06:08:59",
2
+ "timestamp": "2025-12-09T06:08:58",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -1188,7 +1188,13 @@
1188
1188
  "docsTags": []
1189
1189
  }
1190
1190
  ],
1191
- "listeners": [],
1191
+ "listeners": [
1192
+ {
1193
+ "event": "keydown",
1194
+ "capture": false,
1195
+ "passive": false
1196
+ }
1197
+ ],
1192
1198
  "styles": [
1193
1199
  {
1194
1200
  "name": "--backdrop-opacity",
@@ -1485,15 +1491,15 @@
1485
1491
  "ion-select"
1486
1492
  ],
1487
1493
  "dependencies": [
1488
- "ion-backdrop",
1489
1494
  "ion-icon",
1490
- "ion-ripple-effect"
1495
+ "ion-ripple-effect",
1496
+ "ion-backdrop"
1491
1497
  ],
1492
1498
  "dependencyGraph": {
1493
1499
  "ion-action-sheet": [
1494
- "ion-backdrop",
1495
1500
  "ion-icon",
1496
- "ion-ripple-effect"
1501
+ "ion-ripple-effect",
1502
+ "ion-backdrop"
1497
1503
  ],
1498
1504
  "ion-select": [
1499
1505
  "ion-action-sheet"
@@ -31731,9 +31737,9 @@
31731
31737
  "ion-backdrop"
31732
31738
  ],
31733
31739
  "ion-action-sheet": [
31734
- "ion-backdrop",
31735
31740
  "ion-icon",
31736
- "ion-ripple-effect"
31741
+ "ion-ripple-effect",
31742
+ "ion-backdrop"
31737
31743
  ],
31738
31744
  "ion-alert": [
31739
31745
  "ion-ripple-effect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.12-nightly.20251205",
3
+ "version": "8.7.12-nightly.20251209",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",