@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.30",
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.13",
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",
@@ -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