@ionic/docs 8.8.9-dev.11781024903.1e4268e5 → 8.8.9-dev.11781201980.1b6e8398

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 +87 -69
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-06-09T17:10:52",
2
+ "timestamp": "2026-06-11T18:22:18",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.0",
@@ -14240,7 +14240,7 @@
14240
14240
  },
14241
14241
  {
14242
14242
  "name": "slot",
14243
- "text": "- Content is placed in a responsive gallery layout."
14243
+ "text": "- One or more `ion-gallery-item` components, placed in a responsive\ngallery layout."
14244
14244
  }
14245
14245
  ],
14246
14246
  "usage": {},
@@ -14460,7 +14460,91 @@
14460
14460
  "slots": [
14461
14461
  {
14462
14462
  "name": "",
14463
- "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)."
14464
14548
  }
14465
14549
  ],
14466
14550
  "parts": [],
@@ -39693,72 +39777,6 @@
39693
39777
  "getter": false,
39694
39778
  "setter": false
39695
39779
  },
39696
- {
39697
- "name": "justify",
39698
- "type": "\"end\" | \"space-between\" | \"start\" | undefined",
39699
- "complexType": {
39700
- "original": "'start' | 'end' | 'space-between'",
39701
- "resolved": "\"end\" | \"space-between\" | \"start\" | undefined",
39702
- "references": {}
39703
- },
39704
- "mutable": false,
39705
- "attr": "justify",
39706
- "reflectToAttr": false,
39707
- "docs": "How to pack the label and the option's selection control within a line.\n`\"start\"`: The label and radio will appear on the left in LTR and\non the right in RTL.\n`\"end\"`: The label and radio will appear on the right in LTR and\non the left in RTL.\n`\"space-between\"`: The label and radio will appear on opposite\nends of the line with space between the two elements.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
39708
- "docsTags": [],
39709
- "values": [
39710
- {
39711
- "value": "end",
39712
- "type": "string"
39713
- },
39714
- {
39715
- "value": "space-between",
39716
- "type": "string"
39717
- },
39718
- {
39719
- "value": "start",
39720
- "type": "string"
39721
- },
39722
- {
39723
- "type": "undefined"
39724
- }
39725
- ],
39726
- "optional": true,
39727
- "required": false,
39728
- "getter": false,
39729
- "setter": false
39730
- },
39731
- {
39732
- "name": "labelPlacement",
39733
- "type": "\"end\" | \"start\" | undefined",
39734
- "complexType": {
39735
- "original": "'start' | 'end'",
39736
- "resolved": "\"end\" | \"start\" | undefined",
39737
- "references": {}
39738
- },
39739
- "mutable": false,
39740
- "attr": "label-placement",
39741
- "reflectToAttr": false,
39742
- "docs": "Where the label is placed relative to the option's selection control\n(radio circle or checkbox box) when the option is rendered in an\n`alert`, `popover`, or `modal` interface.\n`\"start\"`: The label will appear to the left of the radio in LTR and to the right in RTL.\n`\"end\"`: The label will appear to the right of the radio in LTR and to the left in RTL.\n\nApplies to the `alert`, `popover`, and `modal` interfaces, but has no\nvisible effect on radio options in `popover` or `modal` on the `md`\nand `ionic` themes (the radio control is hidden there).\n\nWhen unset, the interface picks a default based on theme and control\ntype.",
39743
- "docsTags": [],
39744
- "values": [
39745
- {
39746
- "value": "end",
39747
- "type": "string"
39748
- },
39749
- {
39750
- "value": "start",
39751
- "type": "string"
39752
- },
39753
- {
39754
- "type": "undefined"
39755
- }
39756
- ],
39757
- "optional": true,
39758
- "required": false,
39759
- "getter": false,
39760
- "setter": false
39761
- },
39762
39780
  {
39763
39781
  "name": "mode",
39764
39782
  "type": "\"ios\" | \"md\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.9-dev.11781024903.1e4268e5",
3
+ "version": "8.8.9-dev.11781201980.1b6e8398",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",