@ionic/docs 8.8.9-dev.11780493108.1d8e1a89 → 8.8.9-dev.11780493937.17fe092d

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 +18 -10
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-03T13:27:38",
2
+ "timestamp": "2026-06-03T13:41:16",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -14112,22 +14112,26 @@
14112
14112
  "props": [
14113
14113
  {
14114
14114
  "name": "collapse",
14115
- "type": "\"fade\" | undefined",
14115
+ "type": "\"fade\" | \"hide\" | undefined",
14116
14116
  "complexType": {
14117
- "original": "'fade'",
14118
- "resolved": "\"fade\" | undefined",
14117
+ "original": "'fade' | 'hide'",
14118
+ "resolved": "\"fade\" | \"hide\" | undefined",
14119
14119
  "references": {}
14120
14120
  },
14121
14121
  "mutable": false,
14122
14122
  "attr": "collapse",
14123
14123
  "reflectToAttr": false,
14124
- "docs": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
14124
+ "docs": "Describes the scroll effect that will be applied to the footer.\n\n- `\"fade\"` only applies when the theme is `\"ios\"`.\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the footer\n slides down and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll (same behavior as `ion-header[collapse=\"hide\"]`).",
14125
14125
  "docsTags": [],
14126
14126
  "values": [
14127
14127
  {
14128
14128
  "value": "fade",
14129
14129
  "type": "string"
14130
14130
  },
14131
+ {
14132
+ "value": "hide",
14133
+ "type": "string"
14134
+ },
14131
14135
  {
14132
14136
  "type": "undefined"
14133
14137
  }
@@ -14308,7 +14312,7 @@
14308
14312
  "mutable": false,
14309
14313
  "attr": "gap",
14310
14314
  "reflectToAttr": false,
14311
- "docs": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nCSS variables like `var(--app-gallery-gap)`, or numbers (treated as pixel\nvalues). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
14315
+ "docs": "The space between gallery items. Accepts valid CSS [length-percentage](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/length-percentage)\nvalues like `16px`, `1rem`, `20%`, math functions like `calc(10px + 20%)`,\nor numbers (treated as pixel values). Can also be set as a breakpoint map\n(e.g. `{ xs: '8px', sm: '1rem', md: '24px' }`). Does not accept\nspace-separated values or CSS keyword values like `inherit`, `auto`, etc.",
14312
14316
  "docsTags": [
14313
14317
  {
14314
14318
  "name": "default",
@@ -14653,16 +14657,16 @@
14653
14657
  "props": [
14654
14658
  {
14655
14659
  "name": "collapse",
14656
- "type": "\"condense\" | \"fade\" | undefined",
14660
+ "type": "\"condense\" | \"fade\" | \"hide\" | undefined",
14657
14661
  "complexType": {
14658
- "original": "'condense' | 'fade'",
14659
- "resolved": "\"condense\" | \"fade\" | undefined",
14662
+ "original": "'condense' | 'fade' | 'hide'",
14663
+ "resolved": "\"condense\" | \"fade\" | \"hide\" | undefined",
14660
14664
  "references": {}
14661
14665
  },
14662
14666
  "mutable": false,
14663
14667
  "attr": "collapse",
14664
14668
  "reflectToAttr": false,
14665
- "docs": "Describes the scroll effect that will be applied to the header.\nOnly applies when the theme is `\"ios\"`.\n\nTypically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles)",
14669
+ "docs": "Describes the scroll effect that will be applied to the header.\n\n- `\"condense\"` and `\"fade\"` only apply when the theme is `\"ios\"`.\n Typically used for [Collapsible Large Titles](https://ionicframework.com/docs/api/title#collapsible-large-titles).\n- `\"hide\"` applies to all themes (`\"ios\"`, `\"md\"`, and `\"ionic\"`): the header\n slides up and fades out after cumulative downward scrolling on the page content,\n and returns on any upward scroll.",
14666
14670
  "docsTags": [],
14667
14671
  "values": [
14668
14672
  {
@@ -14673,6 +14677,10 @@
14673
14677
  "value": "fade",
14674
14678
  "type": "string"
14675
14679
  },
14680
+ {
14681
+ "value": "hide",
14682
+ "type": "string"
14683
+ },
14676
14684
  {
14677
14685
  "type": "undefined"
14678
14686
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.9-dev.11780493108.1d8e1a89",
3
+ "version": "8.8.9-dev.11780493937.17fe092d",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",