@ionic/docs 8.8.4-dev.11776461571.1353c44a → 8.8.4-dev.11776868066.169e5ee1

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 +31 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-04-17T21:35:16",
2
+ "timestamp": "2026-04-22T14:30:10",
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",
@@ -40359,6 +40359,35 @@
40359
40359
  "getter": false,
40360
40360
  "setter": false
40361
40361
  },
40362
+ {
40363
+ "name": "hideOnScroll",
40364
+ "type": "boolean",
40365
+ "complexType": {
40366
+ "original": "boolean",
40367
+ "resolved": "boolean",
40368
+ "references": {}
40369
+ },
40370
+ "mutable": false,
40371
+ "attr": "hide-on-scroll",
40372
+ "reflectToAttr": false,
40373
+ "docs": "If `true`, the tab bar will be hidden when the user scrolls down\nand shown when the user scrolls up.\nOnly applies when the theme is `\"ionic\"` and `expand` is `\"compact\"`.",
40374
+ "docsTags": [
40375
+ {
40376
+ "name": "default",
40377
+ "text": "false"
40378
+ }
40379
+ ],
40380
+ "default": "false",
40381
+ "values": [
40382
+ {
40383
+ "type": "boolean"
40384
+ }
40385
+ ],
40386
+ "optional": false,
40387
+ "required": false,
40388
+ "getter": false,
40389
+ "setter": false
40390
+ },
40362
40391
  {
40363
40392
  "name": "mode",
40364
40393
  "type": "\"ios\" | \"md\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.4-dev.11776461571.1353c44a",
3
+ "version": "8.8.4-dev.11776868066.169e5ee1",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",