Commit fc62989f authored by Rajesh Kumaravel's avatar Rajesh Kumaravel
Browse files

Issue #SB-29594 fix: sb library card UI fixed

No related merge requests found
Showing with 11186 additions and 2 deletions
+11186 -2
{
"name": "@project-sunbird/common-consumption-v9",
"version": "4.9.0",
"version": "4.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents.git"
......
......@@ -30,7 +30,7 @@
<div class="cards-container" *ngIf="type === LibraryCardGridTypes.INFINITE_CARD_GRID">
<button *ngIf="maxCardCount && viewMore && contentList?.length >maxCardCount" class="view-all-info sb-btn sb-btn-normal sb-btn-outline-secondary sb-btn-white"
(click)="onViewMoreClick($event)" tabindex="0">{{viewMoreButtonText}}</button>
<div class="item" [ngClass]="maxCardCount ? 'show-' + maxCardCount: ''" *ngFor="let content of contentList | slice:0:(maxCardCount && viewMore ? maxCardCount : contentList?.length);let i=index">
<div class="item" [ngClass]="maxCardCount ? 'show-' + maxCardCount: ''" *ngFor="let content of contentList;let i=index">
<sb-library-card [indexToDisplay]="i" [layoutConfig]="layoutConfig" [content]="content" [type]="LibraryCardTypes.DESKTOP_TEXTBOOK"
[isMenu]="isMenu" (click)="onCardClick($event, content)" tabindex="0" [cardImg]="content?.cardImg" (menuClick)="onCardMenuClick($event)">
</sb-library-card>
......
yarn.lock 0 → 100644
+ 11184
0
View file @ fc62989f
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment