@muonic/muon 0.0.2-experimental-197-50dede4.0 → 0.0.2-experimental-199-2e0610f.0
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.
|
@@ -72,6 +72,16 @@
|
|
|
72
72
|
"value": "{ theme.size.md.value }"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
|
+
"label": {
|
|
76
|
+
"minWidth": {
|
|
77
|
+
"description": "The minimum width of the label.",
|
|
78
|
+
"value": "15ch"
|
|
79
|
+
},
|
|
80
|
+
"maxWidth": {
|
|
81
|
+
"description": "The maximum width of the label.",
|
|
82
|
+
"value": "{ theme.font.lineLength.value }"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
75
85
|
"font": {
|
|
76
86
|
"family": {
|
|
77
87
|
"description": "Font family which defaults to sans-serif.",
|