namirasoft-site-react 1.3.464 → 1.3.466

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.
@@ -85,6 +85,10 @@
85
85
  @media screen and (min-width: 992px) {
86
86
  .ns_table {
87
87
  color: #000000;
88
+ background-color: white;
89
+ display: flex;
90
+ justify-content: center;
91
+ align-items: center;
88
92
  }
89
93
 
90
94
  .ns_table thead {
@@ -131,7 +135,6 @@
131
135
  font-size: 16px;
132
136
  font-weight: 300;
133
137
  color: #ffffff;
134
- margin: 0 8px;
135
138
  padding: 0;
136
139
  }
137
140
 
@@ -277,10 +280,6 @@
277
280
  text-align: center;
278
281
  }
279
282
 
280
- .ns_table tr:hover {
281
- background-color: #dbdbdb !important;
282
- }
283
-
284
283
  .ns_td_input {
285
284
  height: 24px;
286
285
  width: 24px !important;
package/logo.png CHANGED
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.464",
11
+ "version": "1.3.466",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -21,7 +21,7 @@
21
21
  "copy": "copyfiles -u 1 src/**/*.html src/**/*.css src/**/*.svg src/**/*.png src/**/*.jpg dist/"
22
22
  },
23
23
  "dependencies": {
24
- "@ant-design/charts": "^2.1.2",
24
+ "@ant-design/charts": "^2.2.1",
25
25
  "@types/node": "^22.5.0",
26
26
  "@types/react": "^18.3.4",
27
27
  "@types/react-bootstrap": "^0.32.37",
@@ -85,6 +85,10 @@
85
85
  @media screen and (min-width: 992px) {
86
86
  .ns_table {
87
87
  color: #000000;
88
+ background-color: white;
89
+ display: flex;
90
+ justify-content: center;
91
+ align-items: center;
88
92
  }
89
93
 
90
94
  .ns_table thead {
@@ -131,7 +135,6 @@
131
135
  font-size: 16px;
132
136
  font-weight: 300;
133
137
  color: #ffffff;
134
- margin: 0 8px;
135
138
  padding: 0;
136
139
  }
137
140
 
@@ -277,10 +280,6 @@
277
280
  text-align: center;
278
281
  }
279
282
 
280
- .ns_table tr:hover {
281
- background-color: #dbdbdb !important;
282
- }
283
-
284
283
  .ns_td_input {
285
284
  height: 24px;
286
285
  width: 24px !important;