namirasoft-site-react 1.3.154 → 1.3.155

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.
@@ -5,8 +5,8 @@
5
5
  color: #141B5C;
6
6
  position: relative;
7
7
  justify-content: center;
8
- width: 100%;
9
- max-width: 272px;
8
+ width: 272px;
9
+ max-width: 100%;
10
10
  }
11
11
 
12
12
  .ns_input_parent img {
@@ -37,7 +37,7 @@
37
37
  font-weight: 400;
38
38
  border: 1px solid rgba(0, 0, 0, 1) !important;
39
39
  height: 48px;
40
- width: 100%;
40
+ width: 272px
41
41
  }
42
42
 
43
43
  .ns_input li {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.154",
11
+ "version": "1.3.155",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -29,7 +29,7 @@
29
29
  "copyfiles": "^2.4.1",
30
30
  "link-react": "^3.0.0",
31
31
  "namirasoft-api-link": "^1.3.10",
32
- "namirasoft-core": "^1.3.34",
32
+ "namirasoft-core": "^1.3.36",
33
33
  "path-browserify": "^1.0.1",
34
34
  "react": "^18.3.1",
35
35
  "react-app-rewired": "^2.2.1",
@@ -5,8 +5,8 @@
5
5
  color: #141B5C;
6
6
  position: relative;
7
7
  justify-content: center;
8
- width: 100%;
9
- max-width: 272px;
8
+ width: 272px;
9
+ max-width: 100%;
10
10
  }
11
11
 
12
12
  .ns_input_parent img {
@@ -37,7 +37,7 @@
37
37
  font-weight: 400;
38
38
  border: 1px solid rgba(0, 0, 0, 1) !important;
39
39
  height: 48px;
40
- width: 100%;
40
+ width: 272px
41
41
  }
42
42
 
43
43
  .ns_input li {