@ecohouse/ui 0.1.30 → 0.1.31

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/index.js CHANGED
@@ -2767,7 +2767,10 @@ var Sidebar = forwardRef(function Sidebar2({
2767
2767
  });
2768
2768
  var styles9 = StyleSheet.create({
2769
2769
  root: {
2770
+ flexDirection: "column",
2771
+ alignSelf: "stretch",
2770
2772
  height: "100%",
2773
+ minHeight: "100%",
2771
2774
  flexShrink: 0,
2772
2775
  backgroundColor: colors.dark,
2773
2776
  borderRightWidth: 1,
@@ -2806,8 +2809,11 @@ var styles9 = StyleSheet.create({
2806
2809
  flexShrink: 0
2807
2810
  },
2808
2811
  nav: {
2809
- flex: 1,
2812
+ flexGrow: 1,
2813
+ flexShrink: 1,
2814
+ flexBasis: 0,
2810
2815
  width: "100%",
2816
+ minHeight: 0,
2811
2817
  padding: 16,
2812
2818
  gap: 10
2813
2819
  },
@@ -2840,7 +2846,9 @@ var styles9 = StyleSheet.create({
2840
2846
  footer: {
2841
2847
  height: PROFILE_SECTION_HEIGHT,
2842
2848
  width: "100%",
2849
+ flexGrow: 0,
2843
2850
  flexShrink: 0,
2851
+ marginTop: "auto",
2844
2852
  alignItems: "center",
2845
2853
  justifyContent: "center",
2846
2854
  paddingVertical: 12