@ionic/docs 8.6.2-dev.11749668763.17db572c → 8.6.2-dev.11749759855.198287b7

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 +4 -4
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-06-11T19:08:00",
2
+ "timestamp": "2025-06-12T20:25:57",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.33.1",
@@ -27046,14 +27046,14 @@
27046
27046
  },
27047
27047
  "cancelable": true,
27048
27048
  "composed": true,
27049
- "docs": "",
27049
+ "docs": "Event that needs to be listened to in order to complete the reorder action.",
27050
27050
  "docsTags": [
27051
27051
  {
27052
27052
  "name": "deprecated",
27053
- "text": "Use `ionReorderEnd` instead. The new event is emitted\nat the end of every reorder gesture, even if the positions do not\nchange. If you were accessing `event.detail.from` or `event.detail.to`\nbefore and relying on them being different you should now add checks as\nthey are always emitted in `ionReorderEnd`, even when they are the same."
27053
+ "text": "Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same."
27054
27054
  }
27055
27055
  ],
27056
- "deprecation": "Use `ionReorderEnd` instead. The new event is emitted\nat the end of every reorder gesture, even if the positions do not\nchange. If you were accessing `event.detail.from` or `event.detail.to`\nbefore and relying on them being different you should now add checks as\nthey are always emitted in `ionReorderEnd`, even when they are the same."
27056
+ "deprecation": "Use `ionReorderEnd` instead. If you are accessing\n`event.detail.from` or `event.detail.to` and relying on them\nbeing different you should now add checks as they are always emitted\nin `ionReorderEnd`, even when they are the same."
27057
27057
  },
27058
27058
  {
27059
27059
  "event": "ionReorderEnd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.6.2-dev.11749668763.17db572c",
3
+ "version": "8.6.2-dev.11749759855.198287b7",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",