@ambuj.bhaskar/react-component-library 0.30.7 → 0.30.8
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/README.md +34 -34
- package/bin/cli.js +86 -86
- package/dist/index.cjs +1 -1
- package/dist/index.js +5 -2
- package/dist/index.umd.js +1 -1
- package/package.json +106 -106
package/dist/index.js
CHANGED
|
@@ -89326,7 +89326,7 @@ const UPe = (e) => {
|
|
|
89326
89326
|
maxHeight: n
|
|
89327
89327
|
},
|
|
89328
89328
|
children: [
|
|
89329
|
-
/* @__PURE__ */ j.jsxs("form", {
|
|
89329
|
+
/* @__PURE__ */ j.jsxs("form", { className: "form-group-form", children: [
|
|
89330
89330
|
/* @__PURE__ */ j.jsx("div", { className: "form-group-content", children: M() }),
|
|
89331
89331
|
(r || a) && /* @__PURE__ */ j.jsxs("div", { className: "form-group-actions", children: [
|
|
89332
89332
|
a && /* @__PURE__ */ j.jsx(
|
|
@@ -89344,7 +89344,10 @@ const UPe = (e) => {
|
|
|
89344
89344
|
type: "submit",
|
|
89345
89345
|
content: o,
|
|
89346
89346
|
loading: E,
|
|
89347
|
-
...i
|
|
89347
|
+
...i,
|
|
89348
|
+
onClick: (H) => {
|
|
89349
|
+
H.preventDefault(), p(S);
|
|
89350
|
+
}
|
|
89348
89351
|
}
|
|
89349
89352
|
)
|
|
89350
89353
|
] })
|