namirasoft-site-react 1.3.294 → 1.3.296
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.
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
.ns_check_box {
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
157
|
+
cursor: pointer;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
.ns_check_box input {
|
|
@@ -186,6 +187,7 @@
|
|
|
186
187
|
|
|
187
188
|
.ns_table td {
|
|
188
189
|
word-break: break-all;
|
|
190
|
+
color:#000;
|
|
189
191
|
}
|
|
190
192
|
.ns_tbody tr:nth-child(odd) {
|
|
191
193
|
background-color: #f9f9f9;
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.3.
|
|
11
|
+
"version": "1.3.296",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@types/node": "^20.14.
|
|
24
|
+
"@types/node": "^20.14.10",
|
|
25
25
|
"@types/react": "^18.3.3",
|
|
26
26
|
"@types/react-bootstrap": "^0.32.36",
|
|
27
27
|
"@types/react-dom": "^18.3.0",
|
|
28
|
-
"antd": "^5.19.
|
|
28
|
+
"antd": "^5.19.1",
|
|
29
29
|
"bootstrap": "^5.3.3",
|
|
30
30
|
"copyfiles": "^2.4.1",
|
|
31
31
|
"link-react": "^3.0.0",
|
|
32
32
|
"namirasoft-api-link": "^1.3.13",
|
|
33
|
-
"namirasoft-core": "^1.3.
|
|
33
|
+
"namirasoft-core": "^1.3.69",
|
|
34
34
|
"path-browserify": "^1.0.1",
|
|
35
35
|
"react": "^18.3.1",
|
|
36
36
|
"react-app-rewired": "^2.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react-dom": "^18.3.1",
|
|
39
39
|
"react-phone-input-2": "^2.15.1",
|
|
40
40
|
"react-phone-number-input": "^3.4.3",
|
|
41
|
-
"react-router-dom": "^6.24.
|
|
41
|
+
"react-router-dom": "^6.24.1",
|
|
42
42
|
"react-scripts": "5.0.1"
|
|
43
43
|
},
|
|
44
44
|
"eslintConfig": {
|
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
.ns_check_box {
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
157
|
+
cursor: pointer;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
.ns_check_box input {
|
|
@@ -186,6 +187,7 @@
|
|
|
186
187
|
|
|
187
188
|
.ns_table td {
|
|
188
189
|
word-break: break-all;
|
|
190
|
+
color:#000;
|
|
189
191
|
}
|
|
190
192
|
.ns_tbody tr:nth-child(odd) {
|
|
191
193
|
background-color: #f9f9f9;
|