@ionic/docs 8.5.5-dev.11746635887.17fec492 → 8.5.5-dev.11747137265.184b7749

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 -12
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-05-07T16:40:31",
2
+ "timestamp": "2025-05-13T11:56:47",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -5519,10 +5519,10 @@
5519
5519
  },
5520
5520
  {
5521
5521
  "name": "size",
5522
- "type": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
5522
+ "type": "\"default\" | \"large\" | \"small\" | undefined",
5523
5523
  "complexType": {
5524
- "original": "'xsmall' | 'small' | 'default' | 'large' | 'xlarge'",
5525
- "resolved": "\"default\" | \"large\" | \"small\" | \"xlarge\" | \"xsmall\" | undefined",
5524
+ "original": "'small' | 'default' | 'large'",
5525
+ "resolved": "\"default\" | \"large\" | \"small\" | undefined",
5526
5526
  "references": {}
5527
5527
  },
5528
5528
  "mutable": false,
@@ -5543,14 +5543,6 @@
5543
5543
  "value": "small",
5544
5544
  "type": "string"
5545
5545
  },
5546
- {
5547
- "value": "xlarge",
5548
- "type": "string"
5549
- },
5550
- {
5551
- "value": "xsmall",
5552
- "type": "string"
5553
- },
5554
5546
  {
5555
5547
  "type": "undefined"
5556
5548
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.5.5-dev.11746635887.17fec492",
3
+ "version": "8.5.5-dev.11747137265.184b7749",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",