@bigbinary/neetoui 6.0.2-beta → 6.0.3-beta
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 +2 -1
- package/index.cjs.js.map +1 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.cjs.js
CHANGED
|
@@ -26939,6 +26939,7 @@ var Spinner = function Spinner(_ref) {
|
|
|
26939
26939
|
_ref$className = _ref.className,
|
|
26940
26940
|
className = _ref$className === void 0 ? "" : _ref$className;
|
|
26941
26941
|
return /*#__PURE__*/React__default["default"].createElement("span", {
|
|
26942
|
+
"data-cy": "neeto-ui-spinner",
|
|
26942
26943
|
"data-testid": "spinner",
|
|
26943
26944
|
className: classnames$1("neeto-ui-spinner", {
|
|
26944
26945
|
"neeto-ui-spinner--dark": theme === "dark",
|