@startinblox/components-ds4go 3.1.12 → 3.1.13

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/dist/index.js CHANGED
@@ -1 +1 @@
1
- import "./index-mY_eeE5N.js";
1
+ import "./index-Cy1NSEB6.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/components-ds4go",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
4
4
  "description": "Startin'blox DS4GO",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -225,7 +225,7 @@ export class Ds4goDsifExplorerPocHolder extends LitElement {
225
225
  return dataset["foaf:thumbnail"]["rdf:resource"];
226
226
  }
227
227
 
228
- return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='354' height='200' viewBox='0 0 354 200'%3E%3Crect width='354' height='200' fill='%23f0f0f0'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='sans-serif' font-size='14' fill='%23999'%3ENo Thumbnail%3C/text%3E%3C/svg%3E";
228
+ return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='354' height='167' viewBox='0 0 354 167'%3E%3Crect width='354' height='167' fill='%23f0f0f0'/%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' font-family='sans-serif' font-size='14' fill='%23999'%3ENo Thumbnail%3C/text%3E%3C/svg%3E";
229
229
  }
230
230
 
231
231
  private _getCatalogTags(catalog: DSIFCatalogWithContext) {