@bigbinary/neetoui 6.0.2 → 6.0.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
@@ -26909,6 +26909,7 @@ var Spinner = function Spinner(_ref) {
26909
26909
  _ref$className = _ref.className,
26910
26910
  className = _ref$className === void 0 ? "" : _ref$className;
26911
26911
  return /*#__PURE__*/React__default.createElement("span", {
26912
+ "data-cy": "neeto-ui-spinner",
26912
26913
  "data-testid": "spinner",
26913
26914
  className: classnames$1("neeto-ui-spinner", {
26914
26915
  "neeto-ui-spinner--dark": theme === "dark",