@indico-data/design-system 2.60.4 → 2.60.5

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/lib/index.js CHANGED
@@ -19132,7 +19132,7 @@ const Form = (_a) => {
19132
19132
  onSubmit(formObject); // Modified to pass formObject instead of e
19133
19133
  }
19134
19134
  };
19135
- return (jsxRuntime.jsx("form", Object.assign({ onSubmit: handleSubmit, action: action, method: method, target: target, autoComplete: autocomplete, noValidate: noValidate, encType: enctype, rel: rel }, rest, { children: children })));
19135
+ return (jsxRuntime.jsx("form", Object.assign({ className: "form", onSubmit: handleSubmit, action: action, method: method, target: target, autoComplete: autocomplete, noValidate: noValidate, encType: enctype, rel: rel }, rest, { children: children })));
19136
19136
  };
19137
19137
 
19138
19138
  const Skeleton = (_a) => {