@bigbinary/neetoui 5.2.11 → 5.2.13
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/formik.cjs.js +1 -0
- package/formik.cjs.js.map +1 -1
- package/formik.js +1 -0
- package/formik.js.map +1 -1
- package/index.cjs.js +1 -0
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.d.ts +58 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/layouts.cjs.js.map +1 -1
- package/layouts.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -27960,6 +27960,7 @@ var ValueContainer = function ValueContainer(props) {
|
|
|
27960
27960
|
var selectProps = props.selectProps;
|
|
27961
27961
|
return /*#__PURE__*/React__default["default"].createElement(components.ValueContainer, _extends$4({}, props, {
|
|
27962
27962
|
innerProps: _objectSpread$9(_objectSpread$9({}, props.innerProps), {}, {
|
|
27963
|
+
name: selectProps.name,
|
|
27963
27964
|
"data-cy": selectProps ? "".concat(hyphenize(selectProps.label), "-select-value-container") : "select-value-container"
|
|
27964
27965
|
})
|
|
27965
27966
|
}));
|