@lowcodeunit/applications-flow-common 1.33.21-lets-get-social-ish → 1.33.22-lets-get-social-ish

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.
@@ -4648,8 +4648,8 @@
4648
4648
  ThreeColumnComponent.decorators = [
4649
4649
  { type: i0.Component, args: [{
4650
4650
  selector: 'lcu-three-column',
4651
- template: "\n<div class=\"col-container\" fxLayout=\"row\" fxLayout.lt-md=\"column\">\n\n <div class=\"col-left\" fxFlex=\"20%\" >\n <ng-content select=\"[left]\"></ng-content>\n </div>\n\n <div class=\"col-center\" fxFlex=\"60%\">\n <ng-content></ng-content>\n </div>\n \n <div class=\"col-right\" fxFlex=\"20%\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n\n</div>",
4652
- styles: [".col-container{height:100%}.col-left{background-color:red}.col-center{background-color:#fff}.col-right{background-color:#00f}"]
4651
+ template: "\n<div class=\"col-container\" fxLayout=\"row\" fxLayout.lt-md=\"column\">\n\n <div class=\"col-left\" fxFlex=\"25%\" >\n <ng-content select=\"[left]\"></ng-content>\n </div>\n\n <div class=\"col-center\" fxFlex=\"50%\">\n <ng-content></ng-content>\n </div>\n \n <div class=\"col-right\" fxFlex=\"25%\">\n <ng-content select=\"[right]\"></ng-content>\n </div>\n\n</div>",
4652
+ styles: [".col-container{background-color:#ebecf0;height:100%}"]
4653
4653
  },] }
4654
4654
  ];
4655
4655
  ThreeColumnComponent.ctorParameters = function () { return []; };
@@ -4699,8 +4699,8 @@
4699
4699
  SlottedCardComponent.decorators = [
4700
4700
  { type: i0.Component, args: [{
4701
4701
  selector: 'lcu-slotted-card',
4702
- template: "<mat-card class=\"col-info-card\">\n <mat-card-header>\n <mat-card-title>{{ Title }}</mat-card-title>\n <mat-icon>{{ Icon }}</mat-icon>\n </mat-card-header>\n \n <mat-card-content>\n\n <div class=\"slot-main-container\">\n\n <div class=\"header-description\">{{ MainSlotDescription }}</div>\n\n <div class=\"slot-main\">\n <ng-content></ng-content>\n </div>\n \n </div>\n\n <div *ngIf=\"SecondarySlotDescription\" class=\"slot-secondary-container\">\n\n <div class=\"header-description\">{{ SecondarySlotDescription }}</div>\n\n <div class=\"slot-secondary\">\n <ng-content select=\"[secondary]\"></ng-content>\n </div>\n \n </div>\n \n </mat-card-content>\n\n <mat-card-actions *ngIf=\"ActionText\">\n <button mat-button click=\"MainActionClickEvent()\">{{ ActionText }}</button>\n </mat-card-actions>\n\n </mat-card>\n\n\n",
4703
- styles: [""]
4702
+ template: "<mat-card class=\"col-info-card\">\n <mat-card-header fxLayoutAlign=\"space-between center\">\n <mat-card-title class=\"card-title\">{{ Title }}</mat-card-title>\n <mat-icon>{{ Icon }}</mat-icon>\n </mat-card-header>\n \n <mat-card-content>\n\n <div class=\"slot-main-container\">\n\n <div class=\"header-description\">{{ MainSlotDescription }}</div>\n\n <div class=\"slot-main\">\n <ng-content></ng-content>\n </div>\n \n </div>\n\n <div *ngIf=\"SecondarySlotDescription\" class=\"slot-secondary-container\">\n\n <div class=\"header-description\">{{ SecondarySlotDescription }}</div>\n\n <div class=\"slot-secondary\">\n <ng-content select=\"[secondary]\"></ng-content>\n </div>\n \n </div>\n \n </mat-card-content>\n\n <mat-card-actions *ngIf=\"ActionText\">\n <button mat-button click=\"MainActionClickEvent()\">{{ ActionText }}</button>\n </mat-card-actions>\n\n </mat-card>\n\n\n",
4703
+ styles: [".col-info-card{background-color:#fff;margin:20px;padding:0}.card-title{font-size:20px;margin-bottom:0}.header-description{background-color:#d3d3d3}"]
4704
4704
  },] }
4705
4705
  ];
4706
4706
  SlottedCardComponent.ctorParameters = function () { return []; };