@startinblox/components-ds4go 3.1.11 → 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/{custom-getter-ZPFnoSjt-BCNOlbJZ-8sz2CYqg.js → custom-getter-ZPFnoSjt-BCNOlbJZ-DZADHcJK.js} +1 -1
- package/dist/{index-B2A2gyb-.js → index-Cy1NSEB6.js} +452 -452
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/catalog/ds4go-dsif-explorer-poc-holder.ts +1 -1
- package/src/styles/cards/ds4go-card-catalog.scss +1 -1
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./index-
|
|
1
|
+
import "./index-Cy1NSEB6.js";
|
package/package.json
CHANGED
|
@@ -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='
|
|
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) {
|