@ionic/docs 8.7.10-dev.11762795745.187eb9d6 → 8.7.10-dev.11762798751.11b77c85

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 +15 -25
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "timestamp": "2025-11-10T17:31:05",
2
+ "timestamp": "2025-11-10T18:20:58",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.38.3-dev.1762539475.838524a",
6
- "typescriptVersion": "5.8.2"
5
+ "version": "4.38.3",
6
+ "typescriptVersion": "5.9.3"
7
7
  },
8
8
  "components": [
9
9
  {
@@ -12151,10 +12151,10 @@
12151
12151
  },
12152
12152
  {
12153
12153
  "name": "autocorrect",
12154
- "type": "\"off\" | \"on\"",
12154
+ "type": "boolean",
12155
12155
  "complexType": {
12156
- "original": "'on' | 'off'",
12157
- "resolved": "\"off\" | \"on\"",
12156
+ "original": "boolean",
12157
+ "resolved": "boolean",
12158
12158
  "references": {}
12159
12159
  },
12160
12160
  "mutable": false,
@@ -12164,18 +12164,13 @@
12164
12164
  "docsTags": [
12165
12165
  {
12166
12166
  "name": "default",
12167
- "text": "'off'"
12167
+ "text": "false"
12168
12168
  }
12169
12169
  ],
12170
- "default": "'off'",
12170
+ "default": "false",
12171
12171
  "values": [
12172
12172
  {
12173
- "value": "off",
12174
- "type": "string"
12175
- },
12176
- {
12177
- "value": "on",
12178
- "type": "string"
12173
+ "type": "boolean"
12179
12174
  }
12180
12175
  ],
12181
12176
  "optional": false,
@@ -28522,10 +28517,10 @@
28522
28517
  },
28523
28518
  {
28524
28519
  "name": "autocorrect",
28525
- "type": "\"off\" | \"on\"",
28520
+ "type": "boolean",
28526
28521
  "complexType": {
28527
- "original": "'on' | 'off'",
28528
- "resolved": "\"off\" | \"on\"",
28522
+ "original": "boolean",
28523
+ "resolved": "boolean",
28529
28524
  "references": {}
28530
28525
  },
28531
28526
  "mutable": false,
@@ -28535,18 +28530,13 @@
28535
28530
  "docsTags": [
28536
28531
  {
28537
28532
  "name": "default",
28538
- "text": "'off'"
28533
+ "text": "false"
28539
28534
  }
28540
28535
  ],
28541
- "default": "'off'",
28536
+ "default": "false",
28542
28537
  "values": [
28543
28538
  {
28544
- "value": "off",
28545
- "type": "string"
28546
- },
28547
- {
28548
- "value": "on",
28549
- "type": "string"
28539
+ "type": "boolean"
28550
28540
  }
28551
28541
  ],
28552
28542
  "optional": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.10-dev.11762795745.187eb9d6",
3
+ "version": "8.7.10-dev.11762798751.11b77c85",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",