@bigbinary/neetoui 6.2.4 → 6.2.6
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 +2 -1
- package/formik.cjs.js.map +1 -1
- package/formik.js +2 -1
- package/formik.js.map +1 -1
- package/index.cjs.js +3 -2
- package/index.cjs.js.map +1 -1
- package/index.js +3 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.js
CHANGED
|
@@ -26310,8 +26310,9 @@ var Tag = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
|
|
|
26310
26310
|
} : icon || Fragment;
|
|
26311
26311
|
var renderLabel = label || children;
|
|
26312
26312
|
return /*#__PURE__*/React__default.createElement("div", _extends$2({
|
|
26313
|
-
"data-testid": "tag-container",
|
|
26314
26313
|
ref: ref,
|
|
26314
|
+
"data-cy": "tag-container",
|
|
26315
|
+
"data-testid": "tag-container",
|
|
26315
26316
|
className: classnames$1("neeto-ui-tag", {
|
|
26316
26317
|
"neeto-ui-tag--size-large": size === SIZES$2.large,
|
|
26317
26318
|
"neeto-ui-tag--size-small": size === SIZES$2.small,
|