@ionic/docs 8.8.9-nightly.20260601 → 8.8.9-nightly.20260602

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 +4 -4
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "timestamp": "2026-06-01T07:50:29",
2
+ "timestamp": "2026-06-02T07:42:57",
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": [
@@ -33097,10 +33097,10 @@
33097
33097
  "docsTags": [
33098
33098
  {
33099
33099
  "name": "default",
33100
- "text": "QUERY['lg']"
33100
+ "text": "'(min-width: 992px)'"
33101
33101
  }
33102
33102
  ],
33103
- "default": "QUERY['lg']",
33103
+ "default": "'(min-width: 992px)'",
33104
33104
  "values": [
33105
33105
  {
33106
33106
  "type": "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.9-nightly.20260601",
3
+ "version": "8.8.9-nightly.20260602",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",