@christianriedl/media 1.0.143 → 1.0.144

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.
@@ -60,7 +60,7 @@ export class MediaHelper {
60
60
  }
61
61
  }
62
62
  static getPhotoDisplayName(folder, pictureFile, pictureLocations, album) {
63
- let pictureName = " ";
63
+ let pictureName = "|";
64
64
  const url = folder.Url + pictureFile.Url;
65
65
  if (!url.includes(pictureFile.Name)) {
66
66
  pictureName = pictureFile.Name;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianriedl/media",
3
- "version": "1.0.143",
3
+ "version": "1.0.144",
4
4
  "description": "RIC media interfaces",
5
5
 
6
6
  "main": "dist/index.js",
@@ -272,10 +272,10 @@
272
272
  }
273
273
 
274
274
  .altColorDark {
275
- background-color: indigo;
275
+ background-color: #b32d00;
276
276
  }
277
277
 
278
278
  .altColorLight {
279
- background-color: cornflowerblue;
279
+ background-color: #ffc3b3;
280
280
  }
281
281
  </style>