namirasoft-site-react 1.3.153 → 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 {
@@ -151,6 +151,7 @@
151
151
  background: #141B5CCC;
152
152
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
153
153
  backdrop-filter: blur(42.150001525878906px);
154
+ width: 100%;
154
155
  }
155
156
  }
156
157
 
@@ -3,13 +3,13 @@
3
3
  flex-direction: row;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- gap: 16px;
6
+ gap: 20px;
7
7
  text-align: left;
8
8
  font-size: 14px;
9
9
  justify-items: center;
10
10
  line-height: 35px;
11
11
  width: 100%;
12
- max-width: 480px;
12
+ max-width: max-content;
13
13
  }
14
14
 
15
15
  .ns_select_number_parent {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.153",
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 {
@@ -151,6 +151,7 @@
151
151
  background: #141B5CCC;
152
152
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
153
153
  backdrop-filter: blur(42.150001525878906px);
154
+ width: 100%;
154
155
  }
155
156
  }
156
157
 
@@ -3,13 +3,13 @@
3
3
  flex-direction: row;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- gap: 16px;
6
+ gap: 20px;
7
7
  text-align: left;
8
8
  font-size: 14px;
9
9
  justify-items: center;
10
10
  line-height: 35px;
11
11
  width: 100%;
12
- max-width: 480px;
12
+ max-width: max-content;
13
13
  }
14
14
 
15
15
  .ns_select_number_parent {