Skip to content

Commit

Permalink
Merge pull request #59 from Sunbird-inQuiry/release-6.2.0
Browse files Browse the repository at this point in the history
Release 6.2.0
  • Loading branch information
sajeshkayyath authored Sep 20, 2023
2 parents d1a9389 + a0f3478 commit d95f743
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion projects/quml-demo-app/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DataService } from './services/data.service';
styleUrls: ['./app.component.css']
})
export class AppComponent implements OnInit {
contentId = 'do_21368754222912307211';
contentId = 'do_2138622515299368961170';
playerConfig: any;

constructor(private dataService: DataService) { }
Expand Down
2 changes: 1 addition & 1 deletion projects/quml-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player",
"version": "6.1.0",
"version": "6.2.0",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
Expand Down
18 changes: 17 additions & 1 deletion projects/quml-library/src/lib/mcq/mcq.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,20 @@
grid-template-columns: repeat(2,1fr);
}
}
}

.quml-mcq-option-card {
.magnify-icon {
width: 1rem;
height: 1rem;
right: -0.25rem;
bottom: -0.25rem;
border-top-left-radius: 0.40rem;
}
.magnify-icon::after {
width: 0.75rem;
height: 0.75rem;
bottom: 0.0625rem;
right: 0.0625rem;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@
position: absolute;
right: 0;
bottom: 0;
width: 2rem;
height: 2rem;
width: 1.5rem;
height: 1.5rem;
border-top-left-radius: 0.5rem;
cursor: pointer;
background-color: var(--quml-color-primary-contrast);
Expand All @@ -768,8 +768,8 @@
bottom: 0.125rem;
right: 0.125rem;
z-index: 1;
width: 1.5rem;
height: 1.5rem;
width: 1rem;
height: 1rem;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 37.166 37.166' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.829,32.045l-6.833-6.833c-0.513-0.513-1.167-0.788-1.836-0.853c2.06-2.567,3.298-5.819,3.298-9.359 c0-8.271-6.729-15-15-15c-8.271,0-15,6.729-15,15c0,8.271,6.729,15,15,15c3.121,0,6.021-0.96,8.424-2.598 c0.018,0.744,0.305,1.482,0.872,2.052l6.833,6.833c0.585,0.586,1.354,0.879,2.121,0.879s1.536-0.293,2.121-0.879 C37.001,35.116,37.001,33.217,35.829,32.045z M15.458,25c-5.514,0-10-4.484-10-10c0-5.514,4.486-10,10-10c5.514,0,10,4.486,10,10 C25.458,20.516,20.972,25,15.458,25z M22.334,15c0,1.104-0.896,2-2,2h-2.75v2.75c0,1.104-0.896,2-2,2s-2-0.896-2-2V17h-2.75 c-1.104,0-2-0.896-2-2s0.896-2,2-2h2.75v-2.75c0-1.104,0.896-2,2-2s2,0.896,2,2V13h2.75C21.438,13,22.334,13.895,22.334,15z' fill='%23ffffff' data-original='%23000000' style='' class=''/%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
background-size: cover;
background-repeat: no-repeat;
Expand Down Expand Up @@ -810,7 +810,6 @@
}

.landscape {
width: 100%;
height: auto;
}
}
Expand Down
2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player-web-component",
"version": "2.1.0",
"version": "2.2.0",
"description": "The web component package for the sunbird QuML player",
"main": "sunbird-quml-player.js",
"scripts": {
Expand Down
Loading

0 comments on commit d95f743

Please sign in to comment.