@ionic/docs 8.6.6-dev.11753284047.10e4473f → 8.6.6-dev.11753719591.13a5c65f

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 +1 -30
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-07-23T15:22:58",
2
+ "timestamp": "2025-07-28T16:21:57",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.33.1",
@@ -14463,35 +14463,6 @@
14463
14463
  "getter": false,
14464
14464
  "setter": false
14465
14465
  },
14466
- {
14467
- "name": "preserveRerenderScrollPosition",
14468
- "type": "boolean",
14469
- "complexType": {
14470
- "original": "boolean",
14471
- "resolved": "boolean",
14472
- "references": {}
14473
- },
14474
- "mutable": false,
14475
- "attr": "preserve-rerender-scroll-position",
14476
- "reflectToAttr": false,
14477
- "docs": "If `true`, the infinite scroll will preserve the scroll position\nwhen the content is re-rendered. This is useful when the content is\nre-rendered with new keys, and the scroll position should be preserved.",
14478
- "docsTags": [
14479
- {
14480
- "name": "default",
14481
- "text": "false"
14482
- }
14483
- ],
14484
- "default": "false",
14485
- "values": [
14486
- {
14487
- "type": "boolean"
14488
- }
14489
- ],
14490
- "optional": false,
14491
- "required": false,
14492
- "getter": false,
14493
- "setter": false
14494
- },
14495
14466
  {
14496
14467
  "name": "theme",
14497
14468
  "type": "\"ios\" | \"md\" | \"ionic\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.6.6-dev.11753284047.10e4473f",
3
+ "version": "8.6.6-dev.11753719591.13a5c65f",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",