kelt-ui-kit-react 1.3.2 → 1.3.3

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/index.js CHANGED
@@ -4121,7 +4121,7 @@ const Ac = ({
4121
4121
  return /* @__PURE__ */ i.jsxs(
4122
4122
  "div",
4123
4123
  {
4124
- className: `d-flex flex-column ${m.className} form-group-${m.type}`,
4124
+ className: `d-flex flex-column ${m.className ?? ""} form-group form-group-${m.type}`,
4125
4125
  children: [
4126
4126
  m.label && /* @__PURE__ */ i.jsx("label", { children: m.label }),
4127
4127
  m.icon && /* @__PURE__ */ i.jsx(L, { classIcon: m.icon }),