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