@digital-ai/dot-components 3.4.0 → 3.4.1

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.
Files changed (2) hide show
  1. package/index.esm.js +1 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -12987,6 +12987,7 @@ const DotTableActions = ({
12987
12987
  };
12988
12988
  const renderTableActions = () => {
12989
12989
  return actions && actions.map((action, index) => index < 2 && jsx(DotTableAction, {
12990
+ "data-testid": action['data-testid'],
12990
12991
  iconId: action.iconId,
12991
12992
  label: action.label,
12992
12993
  disabled: action.disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-ai/dot-components",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN <LICENSE.md>",
6
6
  "contributors": [