@vpxa/aikit 0.1.182 → 0.1.184
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/package.json
CHANGED
|
@@ -1685,12 +1685,15 @@ main {
|
|
|
1685
1685
|
flex: 1;
|
|
1686
1686
|
width: 100%;
|
|
1687
1687
|
max-width: 100%;
|
|
1688
|
-
min-height: 0;
|
|
1689
1688
|
padding: var(--dt-space-8) var(--dt-space-4);
|
|
1690
1689
|
display: flex;
|
|
1691
1690
|
flex-direction: column;
|
|
1692
1691
|
gap: var(--dt-space-6);
|
|
1693
1692
|
}
|
|
1693
|
+
|
|
1694
|
+
main > * {
|
|
1695
|
+
flex-shrink: 0;
|
|
1696
|
+
}
|
|
1694
1697
|
`,O,...(Array.isArray(t)?t:typeof t==`string`?[t]:[]).filter(e=>e.trim().length>0)].join(`
|
|
1695
1698
|
`);return[` <style>${e}</style>`,` <style>${n}</style>`].join(`
|
|
1696
1699
|
`)}function Hn(e){let t=Object.entries(b).map(([e,t])=>` ${e}: ${t};`).join(`
|