@ionic/docs 8.6.4-nightly.20250708 → 8.6.4
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/core.json +9 -2
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-07-
|
|
2
|
+
"timestamp": "2025-07-09T20:11:49",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.33.1",
|
|
@@ -20226,7 +20226,14 @@
|
|
|
20226
20226
|
"docsTags": []
|
|
20227
20227
|
}
|
|
20228
20228
|
],
|
|
20229
|
-
"listeners": [
|
|
20229
|
+
"listeners": [
|
|
20230
|
+
{
|
|
20231
|
+
"event": "resize",
|
|
20232
|
+
"target": "window",
|
|
20233
|
+
"capture": false,
|
|
20234
|
+
"passive": true
|
|
20235
|
+
}
|
|
20236
|
+
],
|
|
20230
20237
|
"styles": [
|
|
20231
20238
|
{
|
|
20232
20239
|
"name": "--backdrop-opacity",
|