dhre-ui-kit 0.0.317 → 0.0.318
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 +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -610,7 +610,8 @@ const DHRE_COLORS_TEXT = {
|
|
|
610
610
|
DH_BRIGHT_RED: "#D92D2733",
|
|
611
611
|
DH_TRANPARENT_WHITE: "#FFFFFF00",
|
|
612
612
|
DH_DARK_GRAY: "#212121",
|
|
613
|
-
DH_BLACK_2: "
|
|
613
|
+
DH_BLACK_2: "rgba(0, 0, 0, 0.7)",
|
|
614
|
+
DH_BLACK_0: "rgba(0, 0, 0, 0)"
|
|
614
615
|
};
|
|
615
616
|
|
|
616
617
|
const styles$A = reactNative.StyleSheet.create({
|