@ionic/docs 8.5.5-dev.11746028401.1b2f6b8c → 8.5.5-dev.11746635887.17fec492
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 +5 -17
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-
|
|
2
|
+
"timestamp": "2025-05-07T16:40:31",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.20.0",
|
|
@@ -4119,16 +4119,16 @@
|
|
|
4119
4119
|
},
|
|
4120
4120
|
{
|
|
4121
4121
|
"name": "size",
|
|
4122
|
-
"type": "\"large\" | \"medium\" | \"small\" |
|
|
4122
|
+
"type": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4123
4123
|
"complexType": {
|
|
4124
|
-
"original": "'
|
|
4125
|
-
"resolved": "\"large\" | \"medium\" | \"small\" |
|
|
4124
|
+
"original": "'small' | 'medium' | 'large'",
|
|
4125
|
+
"resolved": "\"large\" | \"medium\" | \"small\" | undefined",
|
|
4126
4126
|
"references": {}
|
|
4127
4127
|
},
|
|
4128
4128
|
"mutable": false,
|
|
4129
4129
|
"attr": "size",
|
|
4130
4130
|
"reflectToAttr": false,
|
|
4131
|
-
"docs": "Set to `\"
|
|
4131
|
+
"docs": "Set to `\"small\"` for a small badge.\nSet to `\"medium\"` for a medium badge.\nSet to `\"large\"` for a large badge, when it is empty (no text or icon).\n\nDefaults to `\"small\"` for the `ionic` theme, undefined for all other themes.",
|
|
4132
4132
|
"docsTags": [],
|
|
4133
4133
|
"values": [
|
|
4134
4134
|
{
|
|
@@ -4143,18 +4143,6 @@
|
|
|
4143
4143
|
"value": "small",
|
|
4144
4144
|
"type": "string"
|
|
4145
4145
|
},
|
|
4146
|
-
{
|
|
4147
|
-
"value": "xlarge",
|
|
4148
|
-
"type": "string"
|
|
4149
|
-
},
|
|
4150
|
-
{
|
|
4151
|
-
"value": "xsmall",
|
|
4152
|
-
"type": "string"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"value": "xxsmall",
|
|
4156
|
-
"type": "string"
|
|
4157
|
-
},
|
|
4158
4146
|
{
|
|
4159
4147
|
"type": "undefined"
|
|
4160
4148
|
}
|