@ionic/docs 8.5.5-dev.11746635887.17fec492 → 8.5.5-dev.11747232541.1f7a2d34
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 +7 -11
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-05-
|
|
2
|
+
"timestamp": "2025-05-14T14:24:53",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -5519,16 +5519,16 @@
|
|
|
5519
5519
|
},
|
|
5520
5520
|
{
|
|
5521
5521
|
"name": "size",
|
|
5522
|
-
"type": "\"default\" | \"large\" | \"
|
|
5522
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
|
|
5523
5523
|
"complexType": {
|
|
5524
|
-
"original": "'
|
|
5525
|
-
"resolved": "\"default\" | \"large\" | \"
|
|
5524
|
+
"original": "'small' | 'default' | 'medium' | 'large'",
|
|
5525
|
+
"resolved": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
|
|
5526
5526
|
"references": {}
|
|
5527
5527
|
},
|
|
5528
5528
|
"mutable": false,
|
|
5529
5529
|
"attr": "size",
|
|
5530
5530
|
"reflectToAttr": true,
|
|
5531
|
-
"docs": "Set to `\"small\"` for a button with less height and padding, to `\"
|
|
5531
|
+
"docs": "Set to `\"small\"` for a button with less height and padding, to `\"medium\"`\nfor a button with the medium height and padding, or to `\"large\"` for a button\nwith more height and padding. By default the size is unset, unless the button\nis inside of an item, where the size is `\"small\"` by default. Set the size to\n`\"default\"` inside of an item to make it a standard size button.",
|
|
5532
5532
|
"docsTags": [],
|
|
5533
5533
|
"values": [
|
|
5534
5534
|
{
|
|
@@ -5540,15 +5540,11 @@
|
|
|
5540
5540
|
"type": "string"
|
|
5541
5541
|
},
|
|
5542
5542
|
{
|
|
5543
|
-
"value": "
|
|
5544
|
-
"type": "string"
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"value": "xlarge",
|
|
5543
|
+
"value": "medium",
|
|
5548
5544
|
"type": "string"
|
|
5549
5545
|
},
|
|
5550
5546
|
{
|
|
5551
|
-
"value": "
|
|
5547
|
+
"value": "small",
|
|
5552
5548
|
"type": "string"
|
|
5553
5549
|
},
|
|
5554
5550
|
{
|