@scbt-ecom/ui 0.67.1 → 0.67.2

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/widget.js CHANGED
@@ -2778,7 +2778,7 @@ const on = (e, t) => {
2778
2778
  return /* @__PURE__ */ r.jsx(xe, { control: t, fields: e });
2779
2779
  }, Sn = ({ modalConfig: e, fieldsGroup: t }) => /* @__PURE__ */ r.jsxs("div", { className: "flex flex-1 flex-col gap-8", children: [
2780
2780
  e && /* @__PURE__ */ r.jsx(On, { ...e }),
2781
- (t == null ? void 0 : t.selectGroupConfig) && /* @__PURE__ */ r.jsx(X, { ...t == null ? void 0 : t.selectGroupConfig }),
2781
+ (t == null ? void 0 : t.selectGroupConfig) && /* @__PURE__ */ r.jsx("div", { className: "flex flex-col gap-4", children: /* @__PURE__ */ r.jsx(X, { ...t == null ? void 0 : t.selectGroupConfig }) }),
2782
2782
  (t == null ? void 0 : t.slidersGroupConfig) && /* @__PURE__ */ r.jsx(X, { ...t == null ? void 0 : t.slidersGroupConfig }),
2783
2783
  (t == null ? void 0 : t.radioGroupTabConfig) && /* @__PURE__ */ r.jsx(X, { ...t == null ? void 0 : t.radioGroupTabConfig }),
2784
2784
  (t == null ? void 0 : t.checkboxGroupConfig) && /* @__PURE__ */ r.jsx("div", { className: "flex flex-col gap-4", children: /* @__PURE__ */ r.jsx(X, { ...t == null ? void 0 : t.checkboxGroupConfig }) }),