namirasoft-site-react 1.3.393 → 1.3.395

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.
@@ -17,11 +17,9 @@
17
17
  max-width: 992px;
18
18
  min-height: 150px;
19
19
  padding: 16px 16px;
20
- position: absolute;
20
+ position: fixed;
21
+ transform: translate(calc(50vw - 50%), calc(50vh - 50%));
21
22
  color: black;
22
- left: 50%;
23
- top: 0;
24
- transform: translate(-50%, 50%);
25
23
  cursor: default;
26
24
  }
27
25
 
@@ -193,6 +193,11 @@
193
193
  display: flex;
194
194
  justify-content: left;
195
195
  align-items: center;
196
+ max-height: 75px;
197
+ display: -webkit-box;
198
+ -webkit-line-clamp: 2;
199
+ -webkit-box-orient: vertical;
200
+ overflow: hidden;
196
201
  }
197
202
 
198
203
  .ns_tbody tr:nth-child(odd) {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.393",
11
+ "version": "1.3.395",
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
- "@types/node": "^20.14.11",
24
+ "@types/node": "^20.14.12",
25
25
  "@types/react": "^18.3.3",
26
26
  "@types/react-bootstrap": "^0.32.37",
27
27
  "@types/react-dom": "^18.3.0",
@@ -29,7 +29,7 @@
29
29
  "bootstrap": "^5.3.3",
30
30
  "copyfiles": "^2.4.1",
31
31
  "link-react": "^3.0.0",
32
- "namirasoft-api-link": "^1.3.17",
32
+ "namirasoft-api-link": "^1.3.18",
33
33
  "namirasoft-api-product": "^1.3.14",
34
34
  "namirasoft-core": "^1.3.80",
35
35
  "path-browserify": "^1.0.1",
@@ -38,7 +38,7 @@
38
38
  "react-bootstrap": "^2.10.4",
39
39
  "react-dom": "^18.3.1",
40
40
  "react-phone-input-2": "^2.15.1",
41
- "react-phone-number-input": "^3.4.3",
41
+ "react-phone-number-input": "^3.4.4",
42
42
  "react-router-dom": "^6.25.1",
43
43
  "react-scripts": "5.0.1",
44
44
  "xlsx": "^0.18.5"
@@ -17,11 +17,9 @@
17
17
  max-width: 992px;
18
18
  min-height: 150px;
19
19
  padding: 16px 16px;
20
- position: absolute;
20
+ position: fixed;
21
+ transform: translate(calc(50vw - 50%), calc(50vh - 50%));
21
22
  color: black;
22
- left: 50%;
23
- top: 0;
24
- transform: translate(-50%, 50%);
25
23
  cursor: default;
26
24
  }
27
25
 
@@ -193,6 +193,11 @@
193
193
  display: flex;
194
194
  justify-content: left;
195
195
  align-items: center;
196
+ max-height: 75px;
197
+ display: -webkit-box;
198
+ -webkit-line-clamp: 2;
199
+ -webkit-box-orient: vertical;
200
+ overflow: hidden;
196
201
  }
197
202
 
198
203
  .ns_tbody tr:nth-child(odd) {