namirasoft-site-react 1.2.39 → 1.2.41

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.
Files changed (183) hide show
  1. package/.gitlab-ci.yml +14 -14
  2. package/config-overrides.js +65 -65
  3. package/dist/App.css +0 -0
  4. package/dist/App.d.ts +3 -3
  5. package/dist/App.js +8 -8
  6. package/dist/assets/images/arrow.svg +3 -3
  7. package/dist/assets/images/background.svg +9 -0
  8. package/dist/assets/images/danger.svg +3 -3
  9. package/dist/assets/images/exit.svg +3 -3
  10. package/dist/assets/images/icon-input-date.svg +9 -9
  11. package/dist/assets/images/icon-input-duration.svg +9 -9
  12. package/dist/assets/images/icon-input-email.svg +9 -9
  13. package/dist/assets/images/icon-input-float.svg +9 -9
  14. package/dist/assets/images/icon-input-id.svg +9 -9
  15. package/dist/assets/images/icon-input-integer.svg +9 -9
  16. package/dist/assets/images/icon-input-phone.svg +9 -9
  17. package/dist/assets/images/icon-input-price.svg +9 -9
  18. package/dist/assets/images/icon-input-search.svg +4 -4
  19. package/dist/assets/images/icon-input-string.svg +9 -9
  20. package/dist/assets/images/icon-input-text.svg +9 -9
  21. package/dist/assets/images/icon-input-time.svg +9 -9
  22. package/dist/assets/images/left-vector.png +0 -0
  23. package/dist/assets/images/left_vector.png +0 -0
  24. package/dist/assets/images/logo.svg +9 -9
  25. package/dist/assets/images/menu.svg +3 -3
  26. package/dist/assets/images/namira.svg +9 -9
  27. package/dist/assets/images/rectangle.svg +3 -3
  28. package/dist/assets/images/right-vector.png +0 -0
  29. package/dist/assets/images/right_vector.png +0 -0
  30. package/dist/components/NSButtonGreen.d.ts +16 -16
  31. package/dist/components/NSButtonGreen.js +16 -16
  32. package/dist/components/NSButtonRed.d.ts +16 -16
  33. package/dist/components/NSButtonRed.js +16 -16
  34. package/dist/components/NSCard.d.ts +20 -20
  35. package/dist/components/NSCard.js +12 -12
  36. package/dist/components/NSFooter.d.ts +20 -20
  37. package/dist/components/NSFooter.js +46 -46
  38. package/dist/components/NSHeader.d.ts +23 -7
  39. package/dist/components/NSHeader.js +60 -52
  40. package/dist/components/NSHeader.js.map +1 -1
  41. package/dist/components/NSInputDate.d.ts +15 -15
  42. package/dist/components/NSInputDate.js +27 -27
  43. package/dist/components/NSInputDuration.d.ts +15 -15
  44. package/dist/components/NSInputDuration.js +28 -28
  45. package/dist/components/NSInputEmail.d.ts +16 -16
  46. package/dist/components/NSInputEmail.js +36 -36
  47. package/dist/components/NSInputEmail.module.css +37 -37
  48. package/dist/components/NSInputFloat.d.ts +15 -15
  49. package/dist/components/NSInputFloat.js +28 -28
  50. package/dist/components/NSInputFloat.module.css +25 -25
  51. package/dist/components/NSInputIP.d.ts +15 -15
  52. package/dist/components/NSInputIP.js +28 -28
  53. package/dist/components/NSInputIP.module.css +25 -25
  54. package/dist/components/NSInputInteger.d.ts +15 -15
  55. package/dist/components/NSInputInteger.js +28 -28
  56. package/dist/components/NSInputInteger.module.css +25 -25
  57. package/dist/components/NSInputPhone.d.ts +16 -16
  58. package/dist/components/NSInputPhone.js +30 -30
  59. package/dist/components/NSInputPhone.module.css +32 -32
  60. package/dist/components/NSInputPrice.d.ts +17 -17
  61. package/dist/components/NSInputPrice.js +31 -31
  62. package/dist/components/NSInputPrice.module.css +26 -26
  63. package/dist/components/NSInputSearch.d.ts +17 -17
  64. package/dist/components/NSInputSearch.js +37 -37
  65. package/dist/components/NSInputSearch.module.css +25 -25
  66. package/dist/components/NSInputString.d.ts +17 -17
  67. package/dist/components/NSInputString.js +31 -31
  68. package/dist/components/NSInputString.module.css +26 -26
  69. package/dist/components/NSInputText.d.ts +17 -17
  70. package/dist/components/NSInputText.js +31 -31
  71. package/dist/components/NSInputText.module.css +27 -27
  72. package/dist/components/NSInputTime.d.ts +15 -15
  73. package/dist/components/NSInputTime.js +28 -28
  74. package/dist/components/NSInputTime.module.css +26 -26
  75. package/dist/components/NSLayout.d.ts +8 -8
  76. package/dist/components/NSLayout.js +8 -8
  77. package/dist/components/NSLayout.js.map +1 -1
  78. package/dist/components/NSLayout.module.css +16 -16
  79. package/dist/components/NSLayoutHeroBanner.d.ts +12 -12
  80. package/dist/components/NSLayoutHeroBanner.js +8 -8
  81. package/dist/components/NSLayoutHeroBanner.module.css +43 -43
  82. package/dist/components/NSLayoutTitle.d.ts +10 -10
  83. package/dist/components/NSLayoutTitle.js +6 -6
  84. package/dist/components/NSLinkGreen.d.ts +16 -16
  85. package/dist/components/NSLinkGreen.js +20 -20
  86. package/dist/components/NSLinkGreen.module.css +15 -15
  87. package/dist/components/NSLinkRed.d.ts +16 -16
  88. package/dist/components/NSLinkRed.js +20 -20
  89. package/dist/components/NSLinkRed.module.css +15 -15
  90. package/dist/components/NSPagination.d.ts +15 -15
  91. package/dist/components/NSPagination.js +35 -35
  92. package/dist/components/NSPagination.module.css +24 -24
  93. package/dist/components/NSParentCard.d.ts +0 -0
  94. package/dist/components/NSParentCard.js +2 -0
  95. package/dist/components/NSParentCard.js.map +1 -0
  96. package/dist/components/NSParentCard.module.css +34 -34
  97. package/dist/components/NSSelectBox.d.ts +16 -16
  98. package/dist/components/NSSelectBox.js +24 -24
  99. package/dist/components/NSSelectBox.module.css +28 -28
  100. package/dist/components/NSTable.d.ts +28 -28
  101. package/dist/components/NSTable.js +20 -20
  102. package/dist/components/NSTable.modules.css +76 -76
  103. package/dist/index.css +6 -0
  104. package/dist/index.d.ts +1 -1
  105. package/dist/index.js +6 -6
  106. package/dist/main.d.ts +26 -26
  107. package/dist/main.js +26 -26
  108. package/dist/main.js.map +1 -1
  109. package/dist/pages/NSLoginPage.d.ts +13 -13
  110. package/dist/pages/NSLoginPage.js +17 -17
  111. package/package.json +52 -52
  112. package/public/index.html +42 -42
  113. package/public/manifest.json +25 -25
  114. package/public/robots.txt +3 -3
  115. package/src/App.tsx +70 -70
  116. package/src/assets/images/arrow.svg +3 -3
  117. package/src/assets/images/danger.svg +3 -3
  118. package/src/assets/images/exit.svg +3 -3
  119. package/src/assets/images/icon-input-date.svg +9 -9
  120. package/src/assets/images/icon-input-duration.svg +9 -9
  121. package/src/assets/images/icon-input-email.svg +9 -9
  122. package/src/assets/images/icon-input-float.svg +9 -9
  123. package/src/assets/images/icon-input-id.svg +9 -9
  124. package/src/assets/images/icon-input-integer.svg +9 -9
  125. package/src/assets/images/icon-input-phone.svg +9 -9
  126. package/src/assets/images/icon-input-price.svg +9 -9
  127. package/src/assets/images/icon-input-search.svg +4 -4
  128. package/src/assets/images/icon-input-string.svg +9 -9
  129. package/src/assets/images/icon-input-text.svg +9 -9
  130. package/src/assets/images/icon-input-time.svg +9 -9
  131. package/src/assets/images/logo.svg +9 -9
  132. package/src/assets/images/menu.svg +3 -3
  133. package/src/assets/images/namira.svg +9 -9
  134. package/src/assets/images/rectangle.svg +3 -3
  135. package/src/components/NSButtonGreen.tsx +33 -33
  136. package/src/components/NSButtonRed.tsx +33 -33
  137. package/src/components/NSCard.tsx +54 -54
  138. package/src/components/NSFooter.tsx +123 -123
  139. package/src/components/NSHeader.tsx +134 -130
  140. package/src/components/NSInputDate.tsx +57 -57
  141. package/src/components/NSInputDuration.tsx +65 -65
  142. package/src/components/NSInputEmail.module.css +37 -37
  143. package/src/components/NSInputEmail.tsx +92 -92
  144. package/src/components/NSInputFloat.module.css +25 -25
  145. package/src/components/NSInputFloat.tsx +61 -61
  146. package/src/components/NSInputIP.module.css +25 -25
  147. package/src/components/NSInputIP.tsx +65 -65
  148. package/src/components/NSInputInteger.module.css +25 -25
  149. package/src/components/NSInputInteger.tsx +65 -65
  150. package/src/components/NSInputPhone.module.css +32 -32
  151. package/src/components/NSInputPhone.tsx +65 -65
  152. package/src/components/NSInputPrice.module.css +26 -26
  153. package/src/components/NSInputPrice.tsx +68 -68
  154. package/src/components/NSInputSearch.module.css +25 -25
  155. package/src/components/NSInputSearch.tsx +78 -78
  156. package/src/components/NSInputString.module.css +26 -26
  157. package/src/components/NSInputString.tsx +66 -66
  158. package/src/components/NSInputText.module.css +27 -27
  159. package/src/components/NSInputText.tsx +69 -69
  160. package/src/components/NSInputTime.module.css +26 -26
  161. package/src/components/NSInputTime.tsx +65 -65
  162. package/src/components/NSLayout.module.css +16 -16
  163. package/src/components/NSLayout.tsx +30 -29
  164. package/src/components/NSLayoutHeroBanner.module.css +43 -43
  165. package/src/components/NSLayoutHeroBanner.tsx +85 -85
  166. package/src/components/NSLayoutTitle.tsx +25 -25
  167. package/src/components/NSLinkGreen.module.css +15 -15
  168. package/src/components/NSLinkGreen.tsx +43 -43
  169. package/src/components/NSLinkRed.module.css +15 -15
  170. package/src/components/NSLinkRed.tsx +43 -43
  171. package/src/components/NSPagination.module.css +24 -24
  172. package/src/components/NSPagination.tsx +54 -54
  173. package/src/components/NSParentCard.module.css +34 -34
  174. package/src/components/NSParentCard.tsx.temp +58 -58
  175. package/src/components/NSSelectBox.module.css +28 -28
  176. package/src/components/NSSelectBox.tsx +62 -62
  177. package/src/components/NSTable.modules.css +76 -76
  178. package/src/components/NSTable.tsx +64 -64
  179. package/src/index.tsx +7 -7
  180. package/src/main.ts +25 -26
  181. package/src/pages/NSLoginPage.tsx +39 -39
  182. package/src/react-app-env.d.ts +1 -1
  183. package/tsconfig.json +37 -37
@@ -1,65 +1,65 @@
1
- "use client";
2
-
3
- import React from "react";
4
- import Styles from "./NSInputInteger.module.css";
5
- import IconInputInteger from '../assets/images/icon-input-integer.svg';
6
-
7
- interface IProps
8
- {
9
- title: string;
10
- }
11
-
12
- interface IState
13
- {
14
- value: string;
15
- }
16
-
17
- export class NSInputInteger extends React.Component<IProps, IState> {
18
- constructor(props: IProps)
19
- {
20
- super(props);
21
- this.state = {
22
- value: "",
23
- };
24
- this.setValue = this.setValue.bind(this);
25
- this.getValue = this.getValue.bind(this);
26
- this.setDefaultValue = this.setDefaultValue.bind(this);
27
- }
28
- setValue(e: React.ChangeEvent<HTMLInputElement>): void
29
- {
30
- this.setState({ value: e.target.value });
31
- }
32
- setDefaultValue(value: string): void
33
- {
34
- this.setState({ value });
35
- }
36
- getValue(): string
37
- {
38
- return this.state.value;
39
- }
40
- override render()
41
- {
42
- return (
43
- <div className={`${Styles.ns_input_parent} p-2`}>
44
- <span className={Styles.ns_input_title}>{this.props.title}</span>
45
- <img
46
- className={Styles.ns_input_icon}
47
- src={IconInputInteger}
48
- alt="icon"
49
- width={24}
50
- height={24}
51
- />
52
- <input
53
- value={this.state.value}
54
- onChange={this.setValue}
55
- type="number"
56
- className={Styles.ns_input}
57
- placeholder="1234"
58
- />
59
-
60
- </div>
61
- );
62
- }
63
- }
64
-
65
-
1
+ "use client";
2
+
3
+ import React from "react";
4
+ import Styles from "./NSInputInteger.module.css";
5
+ import IconInputInteger from '../assets/images/icon-input-integer.svg';
6
+
7
+ interface IProps
8
+ {
9
+ title: string;
10
+ }
11
+
12
+ interface IState
13
+ {
14
+ value: string;
15
+ }
16
+
17
+ export class NSInputInteger extends React.Component<IProps, IState> {
18
+ constructor(props: IProps)
19
+ {
20
+ super(props);
21
+ this.state = {
22
+ value: "",
23
+ };
24
+ this.setValue = this.setValue.bind(this);
25
+ this.getValue = this.getValue.bind(this);
26
+ this.setDefaultValue = this.setDefaultValue.bind(this);
27
+ }
28
+ setValue(e: React.ChangeEvent<HTMLInputElement>): void
29
+ {
30
+ this.setState({ value: e.target.value });
31
+ }
32
+ setDefaultValue(value: string): void
33
+ {
34
+ this.setState({ value });
35
+ }
36
+ getValue(): string
37
+ {
38
+ return this.state.value;
39
+ }
40
+ override render()
41
+ {
42
+ return (
43
+ <div className={`${Styles.ns_input_parent} p-2`}>
44
+ <span className={Styles.ns_input_title}>{this.props.title}</span>
45
+ <img
46
+ className={Styles.ns_input_icon}
47
+ src={IconInputInteger}
48
+ alt="icon"
49
+ width={24}
50
+ height={24}
51
+ />
52
+ <input
53
+ value={this.state.value}
54
+ onChange={this.setValue}
55
+ type="number"
56
+ className={Styles.ns_input}
57
+ placeholder="1234"
58
+ />
59
+
60
+ </div>
61
+ );
62
+ }
63
+ }
64
+
65
+
@@ -1,33 +1,33 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
-
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- height: 48px !important;
12
- font-size: 16px !important;
13
- font-weight: 400;
14
- width: 310px !important;
15
- }
16
-
17
- .ns_input span {
18
- color: #000 !important;
19
-
20
- }
21
-
22
- .ns_input_icon {
23
- position: absolute;
24
- right: 20px;
25
- top: 51%;
26
- z-index: 1;
27
- }
28
-
29
- .ns_input_title {
30
- color: #fff;
31
- font-size: 16px;
32
- font-weight: 400;
1
+ .ns_input_parent {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 326px;
5
+
6
+ position: relative;
7
+ max-width: 100%;
8
+ }
9
+
10
+ .ns_input {
11
+ height: 48px !important;
12
+ font-size: 16px !important;
13
+ font-weight: 400;
14
+ width: 310px !important;
15
+ }
16
+
17
+ .ns_input span {
18
+ color: #000 !important;
19
+
20
+ }
21
+
22
+ .ns_input_icon {
23
+ position: absolute;
24
+ right: 20px;
25
+ top: 51%;
26
+ z-index: 1;
27
+ }
28
+
29
+ .ns_input_title {
30
+ color: #fff;
31
+ font-size: 16px;
32
+ font-weight: 400;
33
33
  }
@@ -1,65 +1,65 @@
1
- "use client";
2
-
3
- import React from "react";
4
- import Styles from "./NSInputPhone.module.css";
5
- import IconInputPhone from '../assets/images/icon-input-phone.svg';
6
- import PhoneInput from 'react-phone-input-2'
7
- import 'react-phone-input-2/lib/style.css'
8
-
9
- interface IProps
10
- {
11
- title: string;
12
- }
13
-
14
- interface IState
15
- {
16
- value: string;
17
- }
18
-
19
- export class NSInputPhone extends React.Component<IProps, IState> {
20
- constructor(props: IProps)
21
- {
22
- super(props);
23
- this.state = {
24
- value: "",
25
- };
26
- this.setValue = this.setValue.bind(this);
27
- this.getValue = this.getValue.bind(this);
28
- this.setDefaultValue = this.setDefaultValue.bind(this);
29
- }
30
- setValue(value: string): void
31
- {
32
- this.setState({ value });
33
- }
34
- setDefaultValue(value: string): void
35
- {
36
- this.setState({ value });
37
- }
38
- getValue(): string
39
- {
40
- return this.state.value;
41
- }
42
- override render()
43
- {
44
- return (
45
- <div className={`${Styles.ns_input_parent} p-2`}>
46
- <span className={Styles.ns_input_title}>{this.props.title}</span>
47
- <img
48
- className={Styles.ns_input_icon}
49
- src={IconInputPhone}
50
- alt="icon"
51
- width={24}
52
- height={24}
53
- />
54
- <PhoneInput
55
- inputClass={Styles.ns_input}
56
- country={'us'}
57
- value={this.state.value}
58
- onChange={this.setValue}
59
- />
60
- </div>
61
- );
62
- }
63
- }
64
-
65
-
1
+ "use client";
2
+
3
+ import React from "react";
4
+ import Styles from "./NSInputPhone.module.css";
5
+ import IconInputPhone from '../assets/images/icon-input-phone.svg';
6
+ import PhoneInput from 'react-phone-input-2'
7
+ import 'react-phone-input-2/lib/style.css'
8
+
9
+ interface IProps
10
+ {
11
+ title: string;
12
+ }
13
+
14
+ interface IState
15
+ {
16
+ value: string;
17
+ }
18
+
19
+ export class NSInputPhone extends React.Component<IProps, IState> {
20
+ constructor(props: IProps)
21
+ {
22
+ super(props);
23
+ this.state = {
24
+ value: "",
25
+ };
26
+ this.setValue = this.setValue.bind(this);
27
+ this.getValue = this.getValue.bind(this);
28
+ this.setDefaultValue = this.setDefaultValue.bind(this);
29
+ }
30
+ setValue(value: string): void
31
+ {
32
+ this.setState({ value });
33
+ }
34
+ setDefaultValue(value: string): void
35
+ {
36
+ this.setState({ value });
37
+ }
38
+ getValue(): string
39
+ {
40
+ return this.state.value;
41
+ }
42
+ override render()
43
+ {
44
+ return (
45
+ <div className={`${Styles.ns_input_parent} p-2`}>
46
+ <span className={Styles.ns_input_title}>{this.props.title}</span>
47
+ <img
48
+ className={Styles.ns_input_icon}
49
+ src={IconInputPhone}
50
+ alt="icon"
51
+ width={24}
52
+ height={24}
53
+ />
54
+ <PhoneInput
55
+ inputClass={Styles.ns_input}
56
+ country={'us'}
57
+ value={this.state.value}
58
+ onChange={this.setValue}
59
+ />
60
+ </div>
61
+ );
62
+ }
63
+ }
64
+
65
+
@@ -1,27 +1,27 @@
1
- .ns_input_parent {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- position: relative;
7
- max-width: 100%;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 33%;
21
- z-index: 1;
22
- }
23
-
24
- .ns_input_title {
25
- font-size: 16px;
26
- font-weight: 400;
1
+ .ns_input_parent {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 326px;
5
+ color: #fff;
6
+ position: relative;
7
+ max-width: 100%;
8
+ }
9
+
10
+ .ns_input {
11
+ border-radius: 8px;
12
+ padding: 10px 12px;
13
+ font-size: 16px;
14
+ font-weight: 400;
15
+ }
16
+
17
+ .ns_input_icon {
18
+ position: absolute;
19
+ right: 20px;
20
+ top: 33%;
21
+ z-index: 1;
22
+ }
23
+
24
+ .ns_input_title {
25
+ font-size: 16px;
26
+ font-weight: 400;
27
27
  }
@@ -1,68 +1,68 @@
1
- "use client";
2
-
3
- import React from "react";
4
- import Styles from "./NSInputPrice.module.css";
5
- import IconInputPrice from '../assets/images/icon-input-price.svg';
6
-
7
- interface IProps
8
- {
9
- title: string;
10
- defaultValue?: number;
11
- onChanged?: (e: React.ChangeEvent<HTMLInputElement>) => void;
12
- }
13
-
14
- interface IState
15
- {
16
- value: number | undefined;
17
- }
18
-
19
- export class NSInputPrice extends React.Component<IProps, IState> {
20
- constructor(props: IProps)
21
- {
22
- super(props);
23
- this.state = {
24
- value: props.defaultValue ?? undefined,
25
- };
26
- this.getValue = this.getValue.bind(this);
27
- this.setValue = this.setValue.bind(this);
28
- this.onChanged = this.onChanged.bind(this);
29
- }
30
- getValue(): number | undefined
31
- {
32
- return this.state.value;
33
- }
34
- setValue(value: number): void
35
- {
36
- this.setState({ value });
37
- }
38
- private onChanged(e: React.ChangeEvent<HTMLInputElement>): void
39
- {
40
- this.setValue(parseInt(e.target.value));
41
- if (this.props.onChanged)
42
- this.props.onChanged(e);
43
- }
44
- override render()
45
- {
46
- return (
47
- <div className={`${Styles.ns_input_parent} p-2`}>
48
- <img
49
- className={Styles.ns_input_icon}
50
- src={IconInputPrice}
51
- alt="icon"
52
- width={24}
53
- height={24}
54
- />
55
- <input
56
- value={this.state.value}
57
- onChange={this.onChanged}
58
- type="number"
59
- step="20"
60
- className={Styles.ns_input}
61
- placeholder="$1000"
62
- />
63
- </div>
64
- );
65
- }
66
- }
67
-
68
-
1
+ "use client";
2
+
3
+ import React from "react";
4
+ import Styles from "./NSInputPrice.module.css";
5
+ import IconInputPrice from '../assets/images/icon-input-price.svg';
6
+
7
+ interface IProps
8
+ {
9
+ title: string;
10
+ defaultValue?: number;
11
+ onChanged?: (e: React.ChangeEvent<HTMLInputElement>) => void;
12
+ }
13
+
14
+ interface IState
15
+ {
16
+ value: number | undefined;
17
+ }
18
+
19
+ export class NSInputPrice extends React.Component<IProps, IState> {
20
+ constructor(props: IProps)
21
+ {
22
+ super(props);
23
+ this.state = {
24
+ value: props.defaultValue ?? undefined,
25
+ };
26
+ this.getValue = this.getValue.bind(this);
27
+ this.setValue = this.setValue.bind(this);
28
+ this.onChanged = this.onChanged.bind(this);
29
+ }
30
+ getValue(): number | undefined
31
+ {
32
+ return this.state.value;
33
+ }
34
+ setValue(value: number): void
35
+ {
36
+ this.setState({ value });
37
+ }
38
+ private onChanged(e: React.ChangeEvent<HTMLInputElement>): void
39
+ {
40
+ this.setValue(parseInt(e.target.value));
41
+ if (this.props.onChanged)
42
+ this.props.onChanged(e);
43
+ }
44
+ override render()
45
+ {
46
+ return (
47
+ <div className={`${Styles.ns_input_parent} p-2`}>
48
+ <img
49
+ className={Styles.ns_input_icon}
50
+ src={IconInputPrice}
51
+ alt="icon"
52
+ width={24}
53
+ height={24}
54
+ />
55
+ <input
56
+ value={this.state.value}
57
+ onChange={this.onChanged}
58
+ type="number"
59
+ step="20"
60
+ className={Styles.ns_input}
61
+ placeholder="$1000"
62
+ />
63
+ </div>
64
+ );
65
+ }
66
+ }
67
+
68
+
@@ -1,26 +1,26 @@
1
- .ns_input_form {
2
- display: flex;
3
- flex-direction: column;
4
- width: 326px;
5
- color: #fff;
6
- max-width: 100%;
7
- position: relative;
8
- }
9
-
10
- .ns_input {
11
- border-radius: 8px;
12
- padding: 10px 12px;
13
- font-size: 16px;
14
- font-weight: 400;
15
- }
16
-
17
- .ns_input_icon {
18
- position: absolute;
19
- right: 20px;
20
- top: 45%;
21
- }
22
-
23
- .ns_input_title {
24
- font-size: 16px;
25
- font-weight: 400;
1
+ .ns_input_form {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 326px;
5
+ color: #fff;
6
+ max-width: 100%;
7
+ position: relative;
8
+ }
9
+
10
+ .ns_input {
11
+ border-radius: 8px;
12
+ padding: 10px 12px;
13
+ font-size: 16px;
14
+ font-weight: 400;
15
+ }
16
+
17
+ .ns_input_icon {
18
+ position: absolute;
19
+ right: 20px;
20
+ top: 45%;
21
+ }
22
+
23
+ .ns_input_title {
24
+ font-size: 16px;
25
+ font-weight: 400;
26
26
  }