@banyan_cloud/roots 2.0.58 → 2.0.59
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/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -4124,7 +4124,7 @@ var BaseCell = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
4124
4124
|
}
|
|
4125
4125
|
var Component = /*#__PURE__*/createElement(RootDOM, _objectSpread2(_objectSpread2({
|
|
4126
4126
|
'data-elem': 'base-cell',
|
|
4127
|
-
'data-testid': dataTestId !== null && dataTestId !== void 0 ? dataTestId : typeof title === 'string' ? "".concat(title, "-test") : null,
|
|
4127
|
+
'data-testid': dataTestId !== null && dataTestId !== void 0 ? dataTestId : typeof title === 'string' ? "".concat(title.toLowerCase().split(' ').join('-'), "-btn-test") : null,
|
|
4128
4128
|
ref: ref
|
|
4129
4129
|
}, typeof title === 'string' && {
|
|
4130
4130
|
title: title
|