tsv2-library 0.2.76 → 0.2.77
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/tsv2-library.es.js
CHANGED
|
@@ -62934,8 +62934,12 @@ const Jg = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNSIgdm
|
|
|
62934
62934
|
bodyComponent: (se) => ({
|
|
62935
62935
|
component: ga,
|
|
62936
62936
|
props: {
|
|
62937
|
-
thumbnail: ti(
|
|
62938
|
-
|
|
62937
|
+
thumbnail: ti(
|
|
62938
|
+
se.assetImageSmall ?? se.imageSmall ?? se.firstImageSmall
|
|
62939
|
+
),
|
|
62940
|
+
preview: ti(
|
|
62941
|
+
se.assetImageBig ?? se.imageBig ?? se.firstImageBig
|
|
62942
|
+
),
|
|
62939
62943
|
description: "",
|
|
62940
62944
|
style: "width: 28px; height: 28px;"
|
|
62941
62945
|
}
|
package/package.json
CHANGED