@bnsights/bbsf-admin-portal 1.0.62 → 1.0.63
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/README.md +5 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +6 -8
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/add-question/add-question.component.js +2 -2
- package/esm2015/lib/Pages/shared/components/survey/survey-info/survey-info.component.js +3 -3
- package/esm2015/lib/Pages/shared/components/survey/survey.component.js +2 -2
- package/esm2015/lib/Pages/users/users.component.js +2 -3
- package/fesm2015/bnsights-bbsf-admin-portal.js +6 -8
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/assets/sass/custom-styles.scss +6 -6
- package/bnsights-bbsf-admin-portal-1.0.62.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-admin-portal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.63",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@amcharts/amcharts5": "^5.2.25",
|
|
6
6
|
"@agm/core": "^3.0.0-beta.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@angular/platform-browser": "~12.2.12",
|
|
39
39
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
40
40
|
"@angular/router": "~12.2.12",
|
|
41
|
-
"@bnsights/bbsf-controls": "1.0.
|
|
41
|
+
"@bnsights/bbsf-controls": "1.0.74",
|
|
42
42
|
"@bnsights/bbsf-utilities": "1.0.31",
|
|
43
43
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
44
44
|
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
|
|
@@ -133,7 +133,7 @@ body::-webkit-scrollbar {
|
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
/*controls*/
|
|
136
|
-
.
|
|
136
|
+
.form-control, .ng-select .ng-select-container, input-group {
|
|
137
137
|
background-color: #1b1b29 !important;
|
|
138
138
|
border-color: #1b1b29 !important;
|
|
139
139
|
color: #92929f !important;
|
|
@@ -326,19 +326,19 @@ li.iti__country:hover {
|
|
|
326
326
|
left: 0px;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.home-search input.form-control
|
|
329
|
+
.home-search input.form-control {
|
|
330
330
|
height: 40px !important;
|
|
331
331
|
background: #212e48 !important;
|
|
332
332
|
min-height: auto !important;
|
|
333
333
|
width: 300px;
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.home-search input.form-control
|
|
336
|
+
.home-search input.form-control::placeholder {
|
|
337
337
|
color: #3699ff;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
|
|
341
|
-
.home-search .
|
|
341
|
+
.home-search .form-control, .ng-select .ng-select-container, input-group {
|
|
342
342
|
background-color: #1b1b29 !important;
|
|
343
343
|
border-color: #1b1b29 !important;
|
|
344
344
|
color: #f5f5f5 !important;
|
|
@@ -475,12 +475,12 @@ button.owl-dt-control.owl-dt-control-button.owl-dt-control-period-button:hover {
|
|
|
475
475
|
/*end auto complete control*/
|
|
476
476
|
|
|
477
477
|
|
|
478
|
-
angular-editor.
|
|
478
|
+
angular-editor.form-control.is-invalid {
|
|
479
479
|
background-image: none;
|
|
480
480
|
padding-right: 1rem;
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
angular-editor.
|
|
483
|
+
angular-editor.form-control {
|
|
484
484
|
direction: ltr !important;
|
|
485
485
|
}
|
|
486
486
|
|
|
Binary file
|