@bnsights/bbsf-controls 1.0.30 → 1.0.31
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 +1 -2
- package/bnsights-bbsf-controls-1.0.31.tgz +0 -0
- package/bnsights-bbsf-controls.metadata.json +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js +1 -1
- package/bundles/bnsights-bbsf-controls.umd.js.map +1 -1
- package/esm2015/lib/controls/Repeater/repeater-table/repeater-table.component.js +2 -2
- package/esm2015/lib/controls/bbsf-controls.module.js +1 -1
- package/fesm2015/bnsights-bbsf-controls.js +1 -1
- package/fesm2015/bnsights-bbsf-controls.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/assets/Style.css +5 -1
- package/bnsights-bbsf-controls-1.0.30.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-controls",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "~12.2.12",
|
|
6
6
|
"@angular/core": "~12.2.12"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@angular/platform-browser": "~12.2.12",
|
|
22
22
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
23
23
|
"@angular/router": "~12.2.12",
|
|
24
|
-
"@bnsights/bbsf-utilities": "1.0.
|
|
24
|
+
"@bnsights/bbsf-utilities": "1.0.14",
|
|
25
25
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
|
26
26
|
"google-libphonenumber": "^3.2.17",
|
|
27
27
|
"@fullcalendar/angular": "^5.5.0",
|
package/src/lib/assets/Style.css
CHANGED
|
@@ -806,7 +806,7 @@ span.ng-value-label {
|
|
|
806
806
|
|
|
807
807
|
|
|
808
808
|
textarea.bnsights-control.form-control {
|
|
809
|
-
height: 92px !important;
|
|
809
|
+
/* height: 92px !important; */
|
|
810
810
|
resize: none;
|
|
811
811
|
}
|
|
812
812
|
|
|
@@ -1141,3 +1141,7 @@ button.swal2-cancel {
|
|
|
1141
1141
|
.cdk-overlay-container {
|
|
1142
1142
|
z-index: 1060 !important;
|
|
1143
1143
|
}
|
|
1144
|
+
/*table with control remove margin*/
|
|
1145
|
+
.table-w-control .b-control .form-group {
|
|
1146
|
+
margin-bottom: 0px;
|
|
1147
|
+
}
|
|
Binary file
|