dhre-ui-kit 0.0.313 → 0.0.314

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
@@ -566,7 +566,12 @@ const DHRE_COLORS_TEXT = {
566
566
  DH_TEXTLIGHTEST: "#A7A7A7",
567
567
  DH_TEXTDISABLED: "#CCCCCC",
568
568
  DH_LIGHTGREEN: "#00B578",
569
- DH_SURFACE_SECONDARY: "#212121"
569
+ DH_SURFACE_SECONDARY: "#212121",
570
+ DH_HONEY_DEW: "#E6FFF1",
571
+ DH_DEEP_TEAL: "#103932",
572
+ DH_DARK_TEAL: "#0F332D",
573
+ DH_BRIGHT_RED: "#D92D2733",
574
+ DH_TRANPARENT_WHITE: "#FFFFFF00"
570
575
  };
571
576
 
572
577
  const styles$A = StyleSheet.create({