@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.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.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -30740,6 +30740,7 @@ var Spinner = function Spinner(_ref) {
|
|
|
30740
30740
|
_ref$className = _ref.className,
|
|
30741
30741
|
className = _ref$className === void 0 ? "" : _ref$className;
|
|
30742
30742
|
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
30743
|
+
"data-cy": "neeto-ui-spinner",
|
|
30743
30744
|
"data-testid": "spinner",
|
|
30744
30745
|
className: classnames$1("neeto-ui-spinner", {
|
|
30745
30746
|
"neeto-ui-spinner--dark": theme === "dark",
|