@ionic/docs 8.8.4-dev.11776458181.14891dc9 → 8.8.4-dev.11776710869.1a81ced2

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": "2026-04-17T20:38:39",
2
+ "timestamp": "2026-04-20T18:50:11",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -39052,7 +39052,7 @@
39052
39052
  "mutable": false,
39053
39053
  "attr": "cancel-icon",
39054
39054
  "reflectToAttr": false,
39055
- "docs": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, the `cancelText` property is ignored.",
39055
+ "docs": "If `true`, the cancel button will display a close icon instead of the `cancelText`.\nWhen `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used\nas the accessible label (`aria-label`) for the button.",
39056
39056
  "docsTags": [
39057
39057
  {
39058
39058
  "name": "default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.4-dev.11776458181.14891dc9",
3
+ "version": "8.8.4-dev.11776710869.1a81ced2",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",