@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/index.js CHANGED
@@ -30706,6 +30706,7 @@ var Spinner = function Spinner(_ref) {
30706
30706
  _ref$className = _ref.className,
30707
30707
  className = _ref$className === void 0 ? "" : _ref$className;
30708
30708
  return /*#__PURE__*/React__default.createElement("span", {
30709
+ "data-cy": "neeto-ui-spinner",
30709
30710
  "data-testid": "spinner",
30710
30711
  className: classnames$1("neeto-ui-spinner", {
30711
30712
  "neeto-ui-spinner--dark": theme === "dark",