@ionic/docs 8.8.1-nightly.20260305 → 8.8.1

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 +22 -6
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-03-05T06:21:44",
2
+ "timestamp": "2026-03-06T17:01:48",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -27339,7 +27339,7 @@
27339
27339
  },
27340
27340
  "cancelable": true,
27341
27341
  "composed": true,
27342
- "docs": "Emitted when the user begins to start pulling down.\nTODO(FW-7044): Remove this in a major release",
27342
+ "docs": "Emitted when the user begins to start pulling down.",
27343
27343
  "docsTags": [
27344
27344
  {
27345
27345
  "name": "deprecated",
@@ -35749,15 +35749,15 @@
35749
35749
  },
35750
35750
  {
35751
35751
  "name": "part",
35752
- "text": "button - Any button element that is displayed inside of the toast."
35752
+ "text": "wrapper - The outer wrapper for the toast overlay."
35753
35753
  },
35754
35754
  {
35755
35755
  "name": "part",
35756
- "text": "button cancel - Any button element with role \"cancel\" that is displayed inside of the toast."
35756
+ "text": "container - Groups the icon, content, and buttons."
35757
35757
  },
35758
35758
  {
35759
35759
  "name": "part",
35760
- "text": "container - The element that wraps all child elements."
35760
+ "text": "content - The live region that contains the header and message."
35761
35761
  },
35762
35762
  {
35763
35763
  "name": "part",
@@ -35770,6 +35770,14 @@
35770
35770
  {
35771
35771
  "name": "part",
35772
35772
  "text": "icon - The icon that appears next to the toast content."
35773
+ },
35774
+ {
35775
+ "name": "part",
35776
+ "text": "button - Any button element that is displayed inside of the toast."
35777
+ },
35778
+ {
35779
+ "name": "part",
35780
+ "text": "button cancel - Any button element with role \"cancel\" that is displayed inside of the toast."
35773
35781
  }
35774
35782
  ],
35775
35783
  "usage": {},
@@ -36945,7 +36953,11 @@
36945
36953
  },
36946
36954
  {
36947
36955
  "name": "container",
36948
- "docs": "The element that wraps all child elements."
36956
+ "docs": "Groups the icon, content, and buttons."
36957
+ },
36958
+ {
36959
+ "name": "content",
36960
+ "docs": "The live region that contains the header and message."
36949
36961
  },
36950
36962
  {
36951
36963
  "name": "header",
@@ -36958,6 +36970,10 @@
36958
36970
  {
36959
36971
  "name": "message",
36960
36972
  "docs": "The body text of the toast."
36973
+ },
36974
+ {
36975
+ "name": "wrapper",
36976
+ "docs": "The outer wrapper for the toast overlay."
36961
36977
  }
36962
36978
  ],
36963
36979
  "states": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.1-nightly.20260305",
3
+ "version": "8.8.1",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",