@ionic/docs 8.7.10-dev.11762798751.11b77c85 → 8.7.10-dev.11763406256.1a4bac8c

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