namirasoft-site-react 1.3.465 → 1.3.467

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,9 @@
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;
88
91
  }
89
92
 
90
93
  .ns_table thead {
@@ -131,7 +134,6 @@
131
134
  font-size: 16px;
132
135
  font-weight: 300;
133
136
  color: #ffffff;
134
- margin: 0 8px;
135
137
  padding: 0;
136
138
  }
137
139
 
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.465",
11
+ "version": "1.3.467",
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,9 @@
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;
88
91
  }
89
92
 
90
93
  .ns_table thead {
@@ -131,7 +134,6 @@
131
134
  font-size: 16px;
132
135
  font-weight: 300;
133
136
  color: #ffffff;
134
- margin: 0 8px;
135
137
  padding: 0;
136
138
  }
137
139