@ionic/docs 8.8.9-dev.11780493937.17fe092d → 8.8.9-dev.11780683233.1c5e9d9b

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 +96 -20
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-03T13:41:16",
2
+ "timestamp": "2026-06-05T18:16:20",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -14112,26 +14112,22 @@
14112
14112
  "props": [
14113
14113
  {
14114
14114
  "name": "collapse",
14115
- "type": "\"fade\" | \"hide\" | undefined",
14115
+ "type": "\"fade\" | undefined",
14116
14116
  "complexType": {
14117
- "original": "'fade' | 'hide'",
14118
- "resolved": "\"fade\" | \"hide\" | undefined",
14117
+ "original": "'fade'",
14118
+ "resolved": "\"fade\" | 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.\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\"]`).",
14124
+ "docs": "Describes the scroll effect that will be applied to the footer.\nOnly applies when the theme is `\"ios\"`.",
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
- },
14135
14131
  {
14136
14132
  "type": "undefined"
14137
14133
  }
@@ -14244,7 +14240,7 @@
14244
14240
  },
14245
14241
  {
14246
14242
  "name": "slot",
14247
- "text": "- Content is placed in a responsive gallery layout."
14243
+ "text": "- One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
14248
14244
  }
14249
14245
  ],
14250
14246
  "usage": {},
@@ -14312,7 +14308,7 @@
14312
14308
  "mutable": false,
14313
14309
  "attr": "gap",
14314
14310
  "reflectToAttr": false,
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.",
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.",
14316
14312
  "docsTags": [
14317
14313
  {
14318
14314
  "name": "default",
@@ -14464,7 +14460,91 @@
14464
14460
  "slots": [
14465
14461
  {
14466
14462
  "name": "",
14467
- "docs": "Content is placed in a responsive gallery layout."
14463
+ "docs": "One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
14464
+ }
14465
+ ],
14466
+ "parts": [],
14467
+ "states": [],
14468
+ "dependents": [],
14469
+ "dependencies": [],
14470
+ "dependencyGraph": {}
14471
+ },
14472
+ {
14473
+ "filePath": "src/components/gallery-item/gallery-item.tsx",
14474
+ "encapsulation": "shadow",
14475
+ "tag": "ion-gallery-item",
14476
+ "docs": "",
14477
+ "docsTags": [
14478
+ {
14479
+ "name": "virtualProp",
14480
+ "text": "{\"ios\" | \"md\"} mode - The mode determines the platform behaviors of the component."
14481
+ },
14482
+ {
14483
+ "name": "virtualProp",
14484
+ "text": "{\"ios\" | \"md\" | \"ionic\"} theme - The theme determines the visual appearance of the component."
14485
+ },
14486
+ {
14487
+ "name": "slot",
14488
+ "text": "- The content placed inside of the gallery item. This is typically an\n`img`, but can be any element (e.g. a `figure` wrapping an image and caption)."
14489
+ }
14490
+ ],
14491
+ "usage": {},
14492
+ "props": [
14493
+ {
14494
+ "name": "mode",
14495
+ "type": "\"ios\" | \"md\"",
14496
+ "mutable": false,
14497
+ "attr": "mode",
14498
+ "reflectToAttr": false,
14499
+ "docs": "The mode determines the platform behaviors of the component.",
14500
+ "docsTags": [],
14501
+ "values": [
14502
+ {
14503
+ "value": "ios",
14504
+ "type": "string"
14505
+ },
14506
+ {
14507
+ "value": "md",
14508
+ "type": "string"
14509
+ }
14510
+ ],
14511
+ "optional": true,
14512
+ "required": false
14513
+ },
14514
+ {
14515
+ "name": "theme",
14516
+ "type": "\"ios\" | \"md\" | \"ionic\"",
14517
+ "mutable": false,
14518
+ "attr": "theme",
14519
+ "reflectToAttr": false,
14520
+ "docs": "The theme determines the visual appearance of the component.",
14521
+ "docsTags": [],
14522
+ "values": [
14523
+ {
14524
+ "value": "ios",
14525
+ "type": "string"
14526
+ },
14527
+ {
14528
+ "value": "md",
14529
+ "type": "string"
14530
+ },
14531
+ {
14532
+ "value": "ionic",
14533
+ "type": "string"
14534
+ }
14535
+ ],
14536
+ "optional": true,
14537
+ "required": false
14538
+ }
14539
+ ],
14540
+ "methods": [],
14541
+ "events": [],
14542
+ "listeners": [],
14543
+ "styles": [],
14544
+ "slots": [
14545
+ {
14546
+ "name": "",
14547
+ "docs": "The content placed inside of the gallery item. This is typically an\n`img`, but can be any element (e.g. a `figure` wrapping an image and caption)."
14468
14548
  }
14469
14549
  ],
14470
14550
  "parts": [],
@@ -14657,16 +14737,16 @@
14657
14737
  "props": [
14658
14738
  {
14659
14739
  "name": "collapse",
14660
- "type": "\"condense\" | \"fade\" | \"hide\" | undefined",
14740
+ "type": "\"condense\" | \"fade\" | undefined",
14661
14741
  "complexType": {
14662
- "original": "'condense' | 'fade' | 'hide'",
14663
- "resolved": "\"condense\" | \"fade\" | \"hide\" | undefined",
14742
+ "original": "'condense' | 'fade'",
14743
+ "resolved": "\"condense\" | \"fade\" | undefined",
14664
14744
  "references": {}
14665
14745
  },
14666
14746
  "mutable": false,
14667
14747
  "attr": "collapse",
14668
14748
  "reflectToAttr": false,
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.",
14749
+ "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)",
14670
14750
  "docsTags": [],
14671
14751
  "values": [
14672
14752
  {
@@ -14677,10 +14757,6 @@
14677
14757
  "value": "fade",
14678
14758
  "type": "string"
14679
14759
  },
14680
- {
14681
- "value": "hide",
14682
- "type": "string"
14683
- },
14684
14760
  {
14685
14761
  "type": "undefined"
14686
14762
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.9-dev.11780493937.17fe092d",
3
+ "version": "8.8.9-dev.11780683233.1c5e9d9b",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",