herum-shared 1.0.7 → 1.0.8

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/index.d.ts CHANGED
@@ -3280,7 +3280,7 @@ declare const resourceIdPlaceholder = "$resourceId";
3280
3280
  declare const defaultCloseTime: Date;
3281
3281
  declare const defaultOpenTime: Date;
3282
3282
  declare const answersPath = ".Quiz.Questions[].ClosedContent.Answers[]";
3283
- declare const answerNotePropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].note";
3283
+ declare const answerNotePropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].Note";
3284
3284
  declare const correctAnswerPropertyPath = ".Quiz.Questions[].ClosedContent.Answers[].IsCorrect";
3285
3285
  declare const matchingSourceIndexPropertyPath = ".Quiz.Questions[].MatchingContent.Sources[].Index";
3286
3286
  declare const defaultAuthorizationObject: {
@@ -344,7 +344,7 @@ declare class HerumMultiProgressBarComponent implements OnInit {
344
344
  }[];
345
345
  constructor();
346
346
  ngOnInit(): void;
347
- getBorderRadius(sectionIndex: number, progressBarIndex: number): "right" | "none" | "left" | "both";
347
+ getBorderRadius(sectionIndex: number, progressBarIndex: number): "none" | "both" | "left" | "right";
348
348
  static ɵfac: i0.ɵɵFactoryDeclaration<HerumMultiProgressBarComponent, never>;
349
349
  static ɵcmp: i0.ɵɵComponentDeclaration<HerumMultiProgressBarComponent, "herum-multi-progress-bar", never, { "progressBarsSections": { "alias": "progressBarsSections"; "required": false; }; }, {}, never, never, false, never>;
350
350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "herum-shared",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.2",
6
6
  "@angular/cdk": "^20.1.2",