@ionic/docs 8.5.6-nightly.20250430 → 8.5.6
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 +15 -3
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-04-
|
|
2
|
+
"timestamp": "2025-04-30T17:37:23",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -12294,7 +12294,13 @@
|
|
|
12294
12294
|
"docsTags": []
|
|
12295
12295
|
}
|
|
12296
12296
|
],
|
|
12297
|
-
"listeners": [
|
|
12297
|
+
"listeners": [
|
|
12298
|
+
{
|
|
12299
|
+
"event": "click",
|
|
12300
|
+
"capture": true,
|
|
12301
|
+
"passive": false
|
|
12302
|
+
}
|
|
12303
|
+
],
|
|
12298
12304
|
"styles": [
|
|
12299
12305
|
{
|
|
12300
12306
|
"name": "--background",
|
|
@@ -31071,7 +31077,13 @@
|
|
|
31071
31077
|
"docsTags": []
|
|
31072
31078
|
}
|
|
31073
31079
|
],
|
|
31074
|
-
"listeners": [
|
|
31080
|
+
"listeners": [
|
|
31081
|
+
{
|
|
31082
|
+
"event": "click",
|
|
31083
|
+
"capture": true,
|
|
31084
|
+
"passive": false
|
|
31085
|
+
}
|
|
31086
|
+
],
|
|
31075
31087
|
"styles": [
|
|
31076
31088
|
{
|
|
31077
31089
|
"name": "--background",
|