@ionic/docs 8.7.8-dev.11760617852.1761d06f → 8.7.8-nightly.20251017

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 +2 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-10-16T12:32:54",
2
+ "timestamp": "2025-10-17T06:10:44",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.38.0",
@@ -37226,7 +37226,7 @@
37226
37226
  ],
37227
37227
  "typeLibrary": {
37228
37228
  "src/components/accordion-group/accordion-group-interface.ts::AccordionGroupChangeEventDetail": {
37229
- "declaration": "export interface AccordionGroupChangeEventDetail<T = any> {\n value: T;\n initial?: boolean;\n}",
37229
+ "declaration": "export interface AccordionGroupChangeEventDetail<T = any> {\n value: T;\n}",
37230
37230
  "docstring": "",
37231
37231
  "path": "src/components/accordion-group/accordion-group-interface.ts"
37232
37232
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.8-dev.11760617852.1761d06f",
3
+ "version": "8.7.8-nightly.20251017",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",