s-platform-landing-section 0.1.10-alpha.14 → 0.1.10-alpha.15
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 +2 -9
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -9
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -7350,9 +7350,7 @@ var Input = forwardRef(function (props, ref) {
|
|
|
7350
7350
|
max = _props$max === void 0 ? null : _props$max,
|
|
7351
7351
|
_props$isHidden = props.isHidden,
|
|
7352
7352
|
isHidden = _props$isHidden === void 0 ? false : _props$isHidden,
|
|
7353
|
-
icons = props.icons
|
|
7354
|
-
_props$iconsClassName = props.iconsClassName,
|
|
7355
|
-
iconsClassName = _props$iconsClassName === void 0 ? "" : _props$iconsClassName;
|
|
7353
|
+
icons = props.icons;
|
|
7356
7354
|
var _useState = useState(defaultValue),
|
|
7357
7355
|
value = _useState[0],
|
|
7358
7356
|
_setValue = _useState[1];
|
|
@@ -7443,12 +7441,7 @@ var Input = forwardRef(function (props, ref) {
|
|
|
7443
7441
|
onClick: function onClick() {
|
|
7444
7442
|
return changeQuantity(-1);
|
|
7445
7443
|
}
|
|
7446
|
-
}, /*#__PURE__*/React__default.createElement(FaMinus, null)) : null, icons ? /*#__PURE__*/React__default.createElement("div", {
|
|
7447
|
-
className: "object-cover\t " + iconsClassName,
|
|
7448
|
-
dangerouslySetInnerHTML: {
|
|
7449
|
-
__html: icons
|
|
7450
|
-
}
|
|
7451
|
-
}) : null, /*#__PURE__*/React__default.createElement("input", {
|
|
7444
|
+
}, /*#__PURE__*/React__default.createElement(FaMinus, null)) : null, icons ? /*#__PURE__*/React__default.createElement("div", null, icons) : null, /*#__PURE__*/React__default.createElement("input", {
|
|
7452
7445
|
type: typeInput,
|
|
7453
7446
|
name: name,
|
|
7454
7447
|
value: value,
|