(e)
| 1039 | return `${"width" == e ? "Width" : "Height"} "container" only works for single views and layered views.`; |
| 1040 | } |
| 1041 | function Gn(e) { |
| 1042 | return `${"width" == e ? "Width" : "Height"} "container" only works well with autosize "fit" or "fit-${"width" == e ? "x" : "y"}".`; |
| 1043 | } |
| 1044 | function Yn(e) { |
| 1045 | return e |
| 1046 | ? `Dropping "fit-${e}" because spec has discrete ${st(e)}.` |