@kirbydesign/designsystem 4.0.21 → 4.0.22

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.
@@ -68,6 +68,7 @@ export declare class ListComponent implements OnInit, AfterViewInit, OnChanges {
68
68
  * Emitting event when an item is selected (tapped on mobile, clicked on web)
69
69
  */
70
70
  itemSelect: EventEmitter<any>;
71
+ disableSelectionHighlight: boolean;
71
72
  kirbyItems: ItemComponent[];
72
73
  headerTemplate: TemplateRef<any>;
73
74
  sectionHeaderTemplate: TemplateRef<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "4.0.21",
3
+ "version": "4.0.22",
4
4
  "dependencies": {
5
5
  "chart.js": "3.3.2",
6
6
  "chartjs-plugin-annotation": "1.0.2",