@stokelp/ui 2.69.0 → 2.71.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.
package/dist/ui.js CHANGED
@@ -21673,10 +21673,14 @@ const zf = U({
21673
21673
  width: "size-52",
21674
21674
  minWidth: "size-52",
21675
21675
  "& .app-navigation__header, & .app-navigation__footer": {
21676
+ display: "flex",
21676
21677
  px: "space-0",
21677
21678
  alignItems: "center",
21678
21679
  justifyContent: "center"
21679
21680
  },
21681
+ "& .app-navigation__footer": {
21682
+ flexDirection: "column"
21683
+ },
21680
21684
  "& .app-navigation__itemContent": {
21681
21685
  display: "flex"
21682
21686
  },