@marianmeres/stuic 2.41.2 → 2.42.1
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.
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
import { X } from "../X/index.js";
|
|
32
32
|
import { preloadImgs } from "../../utils/preload-img.js";
|
|
33
33
|
import { fade } from "svelte/transition";
|
|
34
|
-
import { C } from "vitest/dist/chunks/reporters.d.BFLkQcL6.js";
|
|
35
34
|
|
|
36
35
|
export type AssetPreviewUrlObj = {
|
|
37
36
|
// o
|
|
@@ -168,7 +167,7 @@
|
|
|
168
167
|
const clog = createClog("AssetsPreview", { color: "auto" });
|
|
169
168
|
|
|
170
169
|
let {
|
|
171
|
-
class: classProp,
|
|
170
|
+
class: classProp = "",
|
|
172
171
|
assets: _assets,
|
|
173
172
|
t = t_default,
|
|
174
173
|
classControls = "",
|