@ionic/docs 8.8.4-dev.11776710869.1a81ced2 → 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 +30 -1
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-04-20T18:50:11",
2
+ "timestamp": "2026-04-22T14:30:10",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -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.11776710869.1a81ced2",
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",