dhre-ui-kit 0.0.314 → 0.0.316

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.d.ts CHANGED
@@ -1102,6 +1102,8 @@ declare const DHRE_COLORS_TEXT: {
1102
1102
  DH_DARK_TEAL: string;
1103
1103
  DH_BRIGHT_RED: string;
1104
1104
  DH_TRANPARENT_WHITE: string;
1105
+ DH_DARK_GRAY: string;
1106
+ DH_BLACK_2: string;
1105
1107
  };
1106
1108
 
1107
1109
  interface AppointmentCardProps {
package/lib/index.js CHANGED
@@ -608,7 +608,9 @@ const DHRE_COLORS_TEXT = {
608
608
  DH_DEEP_TEAL: "#103932",
609
609
  DH_DARK_TEAL: "#0F332D",
610
610
  DH_BRIGHT_RED: "#D92D2733",
611
- DH_TRANPARENT_WHITE: "#FFFFFF00"
611
+ DH_TRANPARENT_WHITE: "#FFFFFF00",
612
+ DH_DARK_GRAY: "#212121",
613
+ DH_BLACK_2: "#00000033"
612
614
  };
613
615
 
614
616
  const styles$A = reactNative.StyleSheet.create({