namirasoft-site-react 1.3.289 → 1.3.291

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.
@@ -29,4 +29,7 @@
29
29
  .ns_red {
30
30
  border: 3px solid red;
31
31
  box-shadow: 1px 1px 8px 0px red;
32
+ }
33
+ .ns_exit_icon{
34
+ cursor: pointer;
32
35
  }
@@ -186,4 +186,11 @@
186
186
 
187
187
  .ns_table td {
188
188
  word-break: break-all;
189
+ }
190
+ .ns_tbody tr:nth-child(odd) {
191
+ background-color: #f9f9f9;
192
+ }
193
+
194
+ .ns_tbody tr:nth-child(even) {
195
+ background-color: #ffffff;
189
196
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.289",
11
+ "version": "1.3.291",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -25,7 +25,7 @@
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.18.3",
28
+ "antd": "^5.19.0",
29
29
  "bootstrap": "^5.3.3",
30
30
  "copyfiles": "^2.4.1",
31
31
  "link-react": "^3.0.0",
@@ -29,4 +29,7 @@
29
29
  .ns_red {
30
30
  border: 3px solid red;
31
31
  box-shadow: 1px 1px 8px 0px red;
32
+ }
33
+ .ns_exit_icon{
34
+ cursor: pointer;
32
35
  }
@@ -186,4 +186,11 @@
186
186
 
187
187
  .ns_table td {
188
188
  word-break: break-all;
189
+ }
190
+ .ns_tbody tr:nth-child(odd) {
191
+ background-color: #f9f9f9;
192
+ }
193
+
194
+ .ns_tbody tr:nth-child(even) {
195
+ background-color: #ffffff;
189
196
  }