@ionic/docs 8.5.5-dev.11747137265.184b7749 → 8.5.5-dev.11747843377.1fcc3e84
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 +9 -5
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-05-
|
|
2
|
+
"timestamp": "2025-05-21T16:05:20",
|
|
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\" | \"small\" | undefined",
|
|
5522
|
+
"type": "\"default\" | \"large\" | \"medium\" | \"small\" | undefined",
|
|
5523
5523
|
"complexType": {
|
|
5524
|
-
"original": "'small' | 'default' | 'large'",
|
|
5525
|
-
"resolved": "\"default\" | \"large\" | \"small\" | undefined",
|
|
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
|
{
|
|
@@ -5539,6 +5539,10 @@
|
|
|
5539
5539
|
"value": "large",
|
|
5540
5540
|
"type": "string"
|
|
5541
5541
|
},
|
|
5542
|
+
{
|
|
5543
|
+
"value": "medium",
|
|
5544
|
+
"type": "string"
|
|
5545
|
+
},
|
|
5542
5546
|
{
|
|
5543
5547
|
"value": "small",
|
|
5544
5548
|
"type": "string"
|