@marianmeres/stuic 1.123.0 → 1.124.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.
@@ -12,11 +12,7 @@ export class FieldsetConfig {
12
12
  <script>let _class = {};
13
13
  export { _class as class };
14
14
  export let legend = "";
15
- const _collectClasses = (k, extra = "") => [
16
- _PRESET?.[k] || "",
17
- FieldsetConfig?.class?.[k] || "",
18
- _class?.[k] || ""
19
- ];
15
+ const _collectClasses = (k, extra = "") => [_PRESET?.[k] || "", FieldsetConfig?.class?.[k] || "", _class?.[k] || ""].join(" ");
20
16
  </script>
21
17
 
22
18
  <fieldset class={twMerge2(_collectClasses('box'))}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.123.0",
3
+ "version": "1.124.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",