@stokelp/ui 2.70.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
@@ -21678,6 +21678,9 @@ const zf = U({
21678
21678
  alignItems: "center",
21679
21679
  justifyContent: "center"
21680
21680
  },
21681
+ "& .app-navigation__footer": {
21682
+ flexDirection: "column"
21683
+ },
21681
21684
  "& .app-navigation__itemContent": {
21682
21685
  display: "flex"
21683
21686
  },