namirasoft-site-react 1.3.459 → 1.3.460
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.
package/dist/pages/NSUpdating.js
CHANGED
|
@@ -3,7 +3,7 @@ import { NSDownTimer } from '../components/NSDownTimer';
|
|
|
3
3
|
import { NSSpace, NSSpaceSizeType } from '../components/NSSpace';
|
|
4
4
|
import Styles from '../pages/NSUpdating.module.css';
|
|
5
5
|
export function NSUpdating(props) {
|
|
6
|
-
return (_jsxs("div", { className: `${Styles.ns_updating_container}`, children: [_jsx("img", { src: 'https://static.namirasoft.com/image/concept/updating/image.svg', alt: '', width:
|
|
6
|
+
return (_jsxs("div", { className: `${Styles.ns_updating_container}`, children: [_jsx("img", { src: 'https://static.namirasoft.com/image/concept/updating/image.svg', alt: 'Updating image', width: 320, className: Styles.ns_updating_image }), _jsx(NSSpace, { size: NSSpaceSizeType.MEDUIM }), _jsx("h2", { children: "We apologize for the inconvenience." }), _jsxs("p", { children: ["Our service is currently undergoing maintenance.", _jsx("br", {}), "We'll be back up and running shortly."] }), _jsx(NSSpace, { size: NSSpaceSizeType.MEDUIM }), _jsx(NSDownTimer, { date: new Date(props.date), text: 'Estimated time to fix ' }), _jsx(NSSpace, { size: NSSpaceSizeType.MEDUIM })] }));
|
|
7
7
|
}
|
|
8
8
|
;
|
|
9
9
|
//# sourceMappingURL=NSUpdating.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NSUpdating.js","sourceRoot":"","sources":["../../src/pages/NSUpdating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,MAAM,MAAM,gCAAgC,CAAC;AAMpD,MAAM,UAAU,UAAU,CAAC,KAAsB;IAEhD,OAAO,CACN,eAAK,SAAS,EAAE,GAAG,MAAM,CAAC,qBAAqB,EAAE,aAChD,cACC,GAAG,EAAC,gEAAgE,EACpE,GAAG,EAAC,
|
|
1
|
+
{"version":3,"file":"NSUpdating.js","sourceRoot":"","sources":["../../src/pages/NSUpdating.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,MAAM,MAAM,gCAAgC,CAAC;AAMpD,MAAM,UAAU,UAAU,CAAC,KAAsB;IAEhD,OAAO,CACN,eAAK,SAAS,EAAE,GAAG,MAAM,CAAC,qBAAqB,EAAE,aAChD,cACC,GAAG,EAAC,gEAAgE,EACpE,GAAG,EAAC,gBAAgB,EACpB,KAAK,EAAE,GAAG,EACV,SAAS,EAAE,MAAM,CAAC,iBAAiB,GAClC,EACF,KAAC,OAAO,IAAC,IAAI,EAAE,eAAe,CAAC,MAAM,GAAI,EACzC,+DAA4C,EAC5C,4EACC,cAAM,6CAEH,EACJ,KAAC,OAAO,IAAC,IAAI,EAAE,eAAe,CAAC,MAAM,GAAI,EACzC,KAAC,WAAW,IACX,IAAI,EAAE,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAC1B,IAAI,EAAC,wBAAwB,GAC5B,EACF,KAAC,OAAO,IAAC,IAAI,EAAE,eAAe,CAAC,MAAM,GAAI,IACpC,CACN,CAAC;AACH,CAAC;AAAA,CAAC"}
|
|
@@ -8,15 +8,29 @@
|
|
|
8
8
|
|
|
9
9
|
.ns_updating_container h2 {
|
|
10
10
|
color: #141B5C;
|
|
11
|
-
font-size:
|
|
11
|
+
font-size: 24px;
|
|
12
12
|
font-weight: 700;
|
|
13
13
|
margin: 0 0 16px 0;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.ns_updating_container p {
|
|
17
17
|
color: #141B5C;
|
|
18
|
-
font-size:
|
|
18
|
+
font-size: 16px;
|
|
19
19
|
font-weight: 300;
|
|
20
20
|
margin: 0;
|
|
21
21
|
line-height: 29px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media only screen and (min-width:768px) {
|
|
25
|
+
.ns_updating_image {
|
|
26
|
+
width: 712px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.ns_updating_container h2 {
|
|
30
|
+
font-size: 48px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ns_updating_container p {
|
|
34
|
+
font-size: 24px;
|
|
35
|
+
}
|
|
22
36
|
}
|
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.460",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@ant-design/charts": "^2.1.2",
|
|
25
|
-
"@types/node": "^22.
|
|
25
|
+
"@types/node": "^22.5.0",
|
|
26
26
|
"@types/react": "^18.3.4",
|
|
27
27
|
"@types/react-bootstrap": "^0.32.37",
|
|
28
28
|
"@types/react-dom": "^18.3.0",
|
|
@@ -8,15 +8,29 @@
|
|
|
8
8
|
|
|
9
9
|
.ns_updating_container h2 {
|
|
10
10
|
color: #141B5C;
|
|
11
|
-
font-size:
|
|
11
|
+
font-size: 24px;
|
|
12
12
|
font-weight: 700;
|
|
13
13
|
margin: 0 0 16px 0;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.ns_updating_container p {
|
|
17
17
|
color: #141B5C;
|
|
18
|
-
font-size:
|
|
18
|
+
font-size: 16px;
|
|
19
19
|
font-weight: 300;
|
|
20
20
|
margin: 0;
|
|
21
21
|
line-height: 29px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media only screen and (min-width:768px) {
|
|
25
|
+
.ns_updating_image {
|
|
26
|
+
width: 712px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.ns_updating_container h2 {
|
|
30
|
+
font-size: 48px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ns_updating_container p {
|
|
34
|
+
font-size: 24px;
|
|
35
|
+
}
|
|
22
36
|
}
|
package/src/pages/NSUpdating.tsx
CHANGED
|
@@ -12,9 +12,9 @@ export function NSUpdating(props: NSUpdatingProps)
|
|
|
12
12
|
<div className={`${Styles.ns_updating_container}`}>
|
|
13
13
|
<img
|
|
14
14
|
src='https://static.namirasoft.com/image/concept/updating/image.svg'
|
|
15
|
-
alt=''
|
|
16
|
-
width={
|
|
17
|
-
|
|
15
|
+
alt='Updating image'
|
|
16
|
+
width={320}
|
|
17
|
+
className={Styles.ns_updating_image}
|
|
18
18
|
/>
|
|
19
19
|
<NSSpace size={NSSpaceSizeType.MEDUIM} />
|
|
20
20
|
<h2>We apologize for the inconvenience.</h2>
|