@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.
- package/core.json +4 -12
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-05-
|
|
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\" |
|
|
5522
|
+
"type": "\"default\" | \"large\" | \"small\" | undefined",
|
|
5523
5523
|
"complexType": {
|
|
5524
|
-
"original": "'
|
|
5525
|
-
"resolved": "\"default\" | \"large\" | \"small\" |
|
|
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
|
}
|