namirasoft-site-react 1.4.61 → 1.4.62
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.
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
.ns_action_menu_icon {
|
|
26
26
|
position: absolute;
|
|
27
|
-
right:
|
|
27
|
+
right: 5px;
|
|
28
28
|
top: 12px;
|
|
29
29
|
z-index: 1;
|
|
30
30
|
}
|
|
@@ -60,8 +60,6 @@
|
|
|
60
60
|
background-color: #141B5C66;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.ns_active_item {}
|
|
64
|
-
|
|
65
63
|
.ns_deActive_item {
|
|
66
64
|
color: #D1D1D1;
|
|
67
65
|
cursor: not-allowed;
|
|
@@ -158,15 +158,6 @@
|
|
|
158
158
|
justify-content: center;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.ns_button {
|
|
162
|
-
display: flex;
|
|
163
|
-
flex-direction: row;
|
|
164
|
-
flex-wrap: nowrap;
|
|
165
|
-
align-items: center;
|
|
166
|
-
gap: 24px;
|
|
167
|
-
width: 100%;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
161
|
.ns_check_box {
|
|
171
162
|
display: flex;
|
|
172
163
|
align-items: center;
|
|
@@ -191,6 +182,17 @@
|
|
|
191
182
|
width: 100%;
|
|
192
183
|
padding: 16px 0;
|
|
193
184
|
}
|
|
185
|
+
|
|
186
|
+
.ns_button {
|
|
187
|
+
display: flex;
|
|
188
|
+
flex-direction: row;
|
|
189
|
+
flex-wrap: nowrap;
|
|
190
|
+
justify-content: flex-end;
|
|
191
|
+
align-items: center;
|
|
192
|
+
gap: 24px;
|
|
193
|
+
width: 100%;
|
|
194
|
+
}
|
|
195
|
+
|
|
194
196
|
}
|
|
195
197
|
|
|
196
198
|
.ns_table th {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"framework": "npm",
|
|
9
9
|
"application": "package",
|
|
10
10
|
"private": false,
|
|
11
|
-
"version": "1.4.
|
|
11
|
+
"version": "1.4.62",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"path-browserify": "^1.0.1",
|
|
38
38
|
"react": "^18.3.1",
|
|
39
39
|
"react-app-rewired": "^2.2.1",
|
|
40
|
-
"react-bootstrap": "^2.10.
|
|
40
|
+
"react-bootstrap": "^2.10.6",
|
|
41
41
|
"react-chartjs-2": "^5.2.0",
|
|
42
42
|
"react-dom": "^18.3.1",
|
|
43
43
|
"react-phone-input-2": "^2.15.1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
.ns_action_menu_icon {
|
|
26
26
|
position: absolute;
|
|
27
|
-
right:
|
|
27
|
+
right: 5px;
|
|
28
28
|
top: 12px;
|
|
29
29
|
z-index: 1;
|
|
30
30
|
}
|
|
@@ -60,8 +60,6 @@
|
|
|
60
60
|
background-color: #141B5C66;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.ns_active_item {}
|
|
64
|
-
|
|
65
63
|
.ns_deActive_item {
|
|
66
64
|
color: #D1D1D1;
|
|
67
65
|
cursor: not-allowed;
|
|
@@ -158,15 +158,6 @@
|
|
|
158
158
|
justify-content: center;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.ns_button {
|
|
162
|
-
display: flex;
|
|
163
|
-
flex-direction: row;
|
|
164
|
-
flex-wrap: nowrap;
|
|
165
|
-
align-items: center;
|
|
166
|
-
gap: 24px;
|
|
167
|
-
width: 100%;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
161
|
.ns_check_box {
|
|
171
162
|
display: flex;
|
|
172
163
|
align-items: center;
|
|
@@ -191,6 +182,17 @@
|
|
|
191
182
|
width: 100%;
|
|
192
183
|
padding: 16px 0;
|
|
193
184
|
}
|
|
185
|
+
|
|
186
|
+
.ns_button {
|
|
187
|
+
display: flex;
|
|
188
|
+
flex-direction: row;
|
|
189
|
+
flex-wrap: nowrap;
|
|
190
|
+
justify-content: flex-end;
|
|
191
|
+
align-items: center;
|
|
192
|
+
gap: 24px;
|
|
193
|
+
width: 100%;
|
|
194
|
+
}
|
|
195
|
+
|
|
194
196
|
}
|
|
195
197
|
|
|
196
198
|
.ns_table th {
|