@pedidopago/ui 1.7.25 → 1.7.26
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NewSelect/multiple/index.tsx"],"names":[],"mappings":";AAmBA,OAAO,EAAgB,yBAAyB,EAAe,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NewSelect/multiple/index.tsx"],"names":[],"mappings":";AAmBA,OAAO,EAAgB,yBAAyB,EAAe,MAAM,UAAU,CAAC;AAIhF,wBAAgB,iBAAiB,CAAC,EAChC,KAAU,EACV,WAAgB,EAChB,KAAK,EACL,UAAU,EACV,OAAO,EACP,QAAQ,EACR,KAAK,EACL,OAAO,EACP,MAAM,EACN,aAAa,EACb,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,yBAAyB,eAqL3B"}
|
|
@@ -13,6 +13,7 @@ var _styles = require("../components/OptionsSelect/styles");
|
|
|
13
13
|
var _useReposition = require("../../../shared/hooks/useReposition");
|
|
14
14
|
var _useOnClickOutside = require("../../../shared/hooks/useOnClickOutside");
|
|
15
15
|
var _styles2 = require("../styles");
|
|
16
|
+
var _SelectItem = require("../components/SelectItem");
|
|
16
17
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
18
|
var _excluded = ["label", "placeholder", "alert", "helperText", "variant", "children", "value", "onClose", "onOpen", "renderOptions", "onChange"];
|
|
18
19
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -214,9 +215,7 @@ function NewMultipleSelect(_ref) {
|
|
|
214
215
|
top: positionsSelect.top
|
|
215
216
|
},
|
|
216
217
|
children: _react.Children.map(children, function (child) {
|
|
217
|
-
var
|
|
218
|
-
var childTypeName = (child === null || child === void 0 ? void 0 : (_child$type = child.type) === null || _child$type === void 0 ? void 0 : _child$type.name) || (child === null || child === void 0 ? void 0 : (_child$type2 = child.type) === null || _child$type2 === void 0 ? void 0 : _child$type2.displayName);
|
|
219
|
-
var isSelectItemElement = childTypeName === 'SelectItem';
|
|
218
|
+
var isSelectItemElement = child.type === _SelectItem.SelectItem;
|
|
220
219
|
if (! /*#__PURE__*/(0, _react.isValidElement)(child) || !isSelectItemElement) return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
221
220
|
children: child
|
|
222
221
|
});
|