@hw-component/form 1.10.64 → 1.10.65
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/es/InputGroup/index.js
CHANGED
|
@@ -48,7 +48,10 @@ var Addon = function Addon(_ref) {
|
|
|
48
48
|
return jsx("div", {
|
|
49
49
|
className: addonClassname,
|
|
50
50
|
style: style,
|
|
51
|
-
children:
|
|
51
|
+
children: jsxs("div", {
|
|
52
|
+
className: addonChildClassname,
|
|
53
|
+
children: [" ", children]
|
|
54
|
+
})
|
|
52
55
|
});
|
|
53
56
|
};
|
|
54
57
|
var Index = function Index(_ref2) {
|
package/lib/InputGroup/index.js
CHANGED
|
@@ -51,7 +51,10 @@ var Addon = function Addon(_ref) {
|
|
|
51
51
|
return jsxRuntime.jsx("div", {
|
|
52
52
|
className: addonClassname,
|
|
53
53
|
style: style,
|
|
54
|
-
children:
|
|
54
|
+
children: jsxRuntime.jsxs("div", {
|
|
55
|
+
className: addonChildClassname,
|
|
56
|
+
children: [" ", children]
|
|
57
|
+
})
|
|
55
58
|
});
|
|
56
59
|
};
|
|
57
60
|
var Index = function Index(_ref2) {
|
package/package.json
CHANGED