@dropi/react-native-design-system 0.3.19 → 0.3.21

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.
@@ -29,31 +29,31 @@ const DialogModal = ({
29
29
  switch (variant) {
30
30
  case "success":
31
31
  return {
32
- lottieFile: require("../../assets/Lottie/afirmacion.json"),
32
+ lottieFile: require("../../../assets/lottie/afirmacion.json"),
33
33
  iconName: "check-circle",
34
34
  color: _constants.colors["Success-500"].light
35
35
  };
36
36
  case "error":
37
37
  return {
38
- lottieFile: require("../../assets/Lottie/buscando.json"),
38
+ lottieFile: require("../../../assets/lottie/buscando.json"),
39
39
  iconName: "cross-circle",
40
40
  color: _constants.colors["Error-500"].light
41
41
  };
42
42
  case "warning":
43
43
  return {
44
- lottieFile: require("../../assets/Lottie/alerta.json"),
44
+ lottieFile: require("../../../assets/lottie/alerta.json"),
45
45
  iconName: "warning-circle",
46
46
  color: _constants.colors["Warning-500"].light
47
47
  };
48
48
  case "info":
49
49
  return {
50
- lottieFile: require("../../assets/Lottie/pregunta.json"),
50
+ lottieFile: require("../../../assets/lottie/pregunta.json"),
51
51
  iconName: "info",
52
52
  color: _constants.colors["Info-500"].light
53
53
  };
54
54
  default:
55
55
  return {
56
- lottieFile: require("../../assets/Lottie/pregunta.json"),
56
+ lottieFile: require("../../../assets/lottie/pregunta.json"),
57
57
  iconName: "info",
58
58
  color: _constants.colors["Gray-400"].light
59
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.3.19",
3
+ "version": "0.3.21",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",