@aziziaziz/react-components 1.0.3 → 1.0.4
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/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var import_index = require("./index-2F2GVZE5.css");
|
|
|
34
34
|
|
|
35
35
|
// src/components/input/Input.tsx
|
|
36
36
|
var import_react_hook_form = require("react-hook-form");
|
|
37
|
-
var import_Input = require("./Input-
|
|
37
|
+
var import_Input = require("./Input-AUC42TTJ.css");
|
|
38
38
|
|
|
39
39
|
// src/components/skeletonLoading/SkeletonLoading.tsx
|
|
40
40
|
var import_SkeletonLoading = require("./SkeletonLoading-UIP5RBIR.css");
|
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import "./index-2F2GVZE5.css";
|
|
|
3
3
|
|
|
4
4
|
// src/components/input/Input.tsx
|
|
5
5
|
import { useController } from "react-hook-form";
|
|
6
|
-
import "./Input-
|
|
6
|
+
import "./Input-AUC42TTJ.css";
|
|
7
7
|
|
|
8
8
|
// src/components/skeletonLoading/SkeletonLoading.tsx
|
|
9
9
|
import "./SkeletonLoading-UIP5RBIR.css";
|
package/package.json
CHANGED