@bigbinary/neetoui 5.2.2 → 5.2.3

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.js CHANGED
@@ -24801,6 +24801,12 @@ var CustomValueContainer = function CustomValueContainer(_ref2) {
24801
24801
  style: "secondary"
24802
24802
  }), rest);
24803
24803
  };
24804
+ var CustomClearIndicator = function CustomClearIndicator(prop) {
24805
+ return /*#__PURE__*/React__default.createElement(components.ClearIndicator, prop, /*#__PURE__*/React__default.createElement(Close, {
24806
+ className: "cursor-pointer",
24807
+ size: 16
24808
+ }));
24809
+ };
24804
24810
  var EMAIL_REGEX = new RegExp("^[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,}$", "i");
24805
24811
  var UNSTRICT_EMAIL_REGEX = /(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/g;
24806
24812
  var EMAIL_SEPARATION_REGEX = /[^\s,]+/g;
@@ -24816,10 +24822,10 @@ var CUSTOM_STYLES = {
24816
24822
  };
24817
24823
  var CUSTOM_COMPONENTS = {
24818
24824
  DropdownIndicator: CustomDropdownIndicator,
24819
- ClearIndicator: null,
24820
24825
  Control: CustomControl,
24821
24826
  MultiValueRemove: MultiValueRemove$1,
24822
- ValueContainer: CustomValueContainer
24827
+ ValueContainer: CustomValueContainer,
24828
+ ClearIndicator: CustomClearIndicator
24823
24829
  };
24824
24830
 
24825
24831
  var formatEmailInputOptions = function formatEmailInputOptions(label) {