@ionic/docs 8.8.9-dev.11780086312.13aac420 → 8.8.9-dev.11780349068.18c33698

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 +16 -26
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2026-05-29T20:27:10",
2
+ "timestamp": "2026-06-01T21:26:16",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.43.0",
5
+ "version": "4.43.5",
6
6
  "typescriptVersion": "5.8.3"
7
7
  },
8
8
  "components": [
@@ -12318,10 +12318,10 @@
12318
12318
  },
12319
12319
  {
12320
12320
  "name": "autocorrect",
12321
- "type": "\"off\" | \"on\"",
12321
+ "type": "boolean",
12322
12322
  "complexType": {
12323
- "original": "'on' | 'off'",
12324
- "resolved": "\"off\" | \"on\"",
12323
+ "original": "boolean",
12324
+ "resolved": "boolean",
12325
12325
  "references": {}
12326
12326
  },
12327
12327
  "mutable": false,
@@ -12331,18 +12331,13 @@
12331
12331
  "docsTags": [
12332
12332
  {
12333
12333
  "name": "default",
12334
- "text": "'off'"
12334
+ "text": "false"
12335
12335
  }
12336
12336
  ],
12337
- "default": "'off'",
12337
+ "default": "false",
12338
12338
  "values": [
12339
12339
  {
12340
- "value": "off",
12341
- "type": "string"
12342
- },
12343
- {
12344
- "value": "on",
12345
- "type": "string"
12340
+ "type": "boolean"
12346
12341
  }
12347
12342
  ],
12348
12343
  "optional": false,
@@ -28265,10 +28260,10 @@
28265
28260
  },
28266
28261
  {
28267
28262
  "name": "autocorrect",
28268
- "type": "\"off\" | \"on\"",
28263
+ "type": "boolean",
28269
28264
  "complexType": {
28270
- "original": "'on' | 'off'",
28271
- "resolved": "\"off\" | \"on\"",
28265
+ "original": "boolean",
28266
+ "resolved": "boolean",
28272
28267
  "references": {}
28273
28268
  },
28274
28269
  "mutable": false,
@@ -28278,18 +28273,13 @@
28278
28273
  "docsTags": [
28279
28274
  {
28280
28275
  "name": "default",
28281
- "text": "'off'"
28276
+ "text": "false"
28282
28277
  }
28283
28278
  ],
28284
- "default": "'off'",
28279
+ "default": "false",
28285
28280
  "values": [
28286
28281
  {
28287
- "value": "off",
28288
- "type": "string"
28289
- },
28290
- {
28291
- "value": "on",
28292
- "type": "string"
28282
+ "type": "boolean"
28293
28283
  }
28294
28284
  ],
28295
28285
  "optional": false,
@@ -32194,10 +32184,10 @@
32194
32184
  "docsTags": [
32195
32185
  {
32196
32186
  "name": "default",
32197
- "text": "QUERY['lg']"
32187
+ "text": "'(min-width: 992px)'"
32198
32188
  }
32199
32189
  ],
32200
- "default": "QUERY['lg']",
32190
+ "default": "'(min-width: 992px)'",
32201
32191
  "values": [
32202
32192
  {
32203
32193
  "type": "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.9-dev.11780086312.13aac420",
3
+ "version": "8.8.9-dev.11780349068.18c33698",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",