dhre-ui-kit 0.0.313 → 0.0.315

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
@@ -1097,6 +1097,12 @@ declare const DHRE_COLORS_TEXT: {
1097
1097
  DH_TEXTDISABLED: string;
1098
1098
  DH_LIGHTGREEN: string;
1099
1099
  DH_SURFACE_SECONDARY: string;
1100
+ DH_HONEY_DEW: string;
1101
+ DH_DEEP_TEAL: string;
1102
+ DH_DARK_TEAL: string;
1103
+ DH_BRIGHT_RED: string;
1104
+ DH_TRANPARENT_WHITE: string;
1105
+ DH_DARK_GRAY: string;
1100
1106
  };
1101
1107
 
1102
1108
  interface AppointmentCardProps {
package/lib/index.js CHANGED
@@ -603,7 +603,13 @@ const DHRE_COLORS_TEXT = {
603
603
  DH_TEXTLIGHTEST: "#A7A7A7",
604
604
  DH_TEXTDISABLED: "#CCCCCC",
605
605
  DH_LIGHTGREEN: "#00B578",
606
- DH_SURFACE_SECONDARY: "#212121"
606
+ DH_SURFACE_SECONDARY: "#212121",
607
+ DH_HONEY_DEW: "#E6FFF1",
608
+ DH_DEEP_TEAL: "#103932",
609
+ DH_DARK_TEAL: "#0F332D",
610
+ DH_BRIGHT_RED: "#D92D2733",
611
+ DH_TRANPARENT_WHITE: "#FFFFFF00",
612
+ DH_DARK_GRAY: "#212121"
607
613
  };
608
614
 
609
615
  const styles$A = reactNative.StyleSheet.create({