@marianmeres/stuic 2.41.2 → 2.42.0

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.
@@ -168,7 +168,7 @@
168
168
  const clog = createClog("AssetsPreview", { color: "auto" });
169
169
 
170
170
  let {
171
- class: classProp,
171
+ class: classProp = "",
172
172
  assets: _assets,
173
173
  t = t_default,
174
174
  classControls = "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.41.2",
3
+ "version": "2.42.0",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",