@navegarti/rn-design-system 0.7.2 → 0.7.3

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- import { ChevronRight } from 'lucide-react-native';
3
+ import ChevronRight from 'lucide-react-native/dist/esm/icons/chevron-right';
4
4
  import { Text } from "../../Text/index.js";
5
5
  import { SeeAllButton } from "../styles.js";
6
6
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
 
3
- import { Eye, EyeOff } from 'lucide-react-native';
3
+ import Eye from 'lucide-react-native/dist/esm/icons/eye';
4
+ import EyeOff from 'lucide-react-native/dist/esm/icons/eye-off';
4
5
  import { Pressable } from 'react-native';
5
6
  import { useInputContext } from "../context.js";
6
7
  import { InputIcon } from "./input-icon.js";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=lucide-icons.d.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navegarti/rn-design-system",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Components and functions to help navegar projects",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -39,6 +39,11 @@
39
39
  },
40
40
  "files": [
41
41
  "lib",
42
+ "components.js",
43
+ "utils.js",
44
+ "hooks.js",
45
+ "api.js",
46
+ "form.js",
42
47
  "!**/*.map"
43
48
  ],
44
49
  "scripts": {