@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.
@@ -18,6 +18,7 @@
18
18
  border-radius: 8px;
19
19
  transition: var(--transTime);
20
20
  padding: 10px 15px;
21
+ height: 45px;
21
22
  }
22
23
  input:focus {
23
24
  box-shadow: 3px 3px 5px -2px rgba(var(--color-text-rgb), 0.5);
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-6MS2FZGM.css");
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-6MS2FZGM.css";
6
+ import "./Input-AUC42TTJ.css";
7
7
 
8
8
  // src/components/skeletonLoading/SkeletonLoading.tsx
9
9
  import "./SkeletonLoading-UIP5RBIR.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aziziaziz/react-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Reusable React components library",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -18,6 +18,7 @@
18
18
  border-radius: 8px;
19
19
  transition: var(--transTime);
20
20
  padding: 10px 15px;
21
+ height: 45px;
21
22
  }
22
23
  input:focus {
23
24
  box-shadow: 3px 3px 5px -2px rgba(var(--color-text-rgb), 0.5);