dhre-ui-kit 0.0.336 → 0.0.338

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/lib/index.mjs CHANGED
@@ -686,6 +686,7 @@ const BottomDrawer = ({
686
686
  showBlurView = true,
687
687
  backdropColor,
688
688
  backdropOpacity = 0.9,
689
+ footer,
689
690
  propagateSwipe = true,
690
691
  swipeDirection = "down"
691
692
  }) => {
@@ -725,7 +726,8 @@ const BottomDrawer = ({
725
726
  style: styles$z.rightIconStyle,
726
727
  onPress: toggleModal
727
728
  }) : null)), children))
728
- )
729
+ ),
730
+ footer ? /* @__PURE__ */ React.createElement(React.Fragment, null, footer) : null
729
731
  );
730
732
  };
731
733
 
@@ -2951,7 +2953,7 @@ const DateRangePicker = (props) => {
2951
2953
  calendarBackground: "transparent",
2952
2954
  arrowColor: theme.CONTENT_PRIMARY,
2953
2955
  monthTextColor: theme.CONTENT_PRIMARY,
2954
- dayTextColor: "red",
2956
+ dayTextColor: theme.CONTENT_SECONDRY,
2955
2957
  todayTextColor: theme.SUCCESS,
2956
2958
  textDisabledColor: theme.CONTENT_DISABLE
2957
2959
  },