@elliemae/ds-data-table-action-cell 3.54.0-next.4 → 3.54.0-next.5
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.
|
@@ -2,4 +2,6 @@ export declare const DSDataTableActionCellName = "DSDatatabletctioncell";
|
|
|
2
2
|
export declare const DATA_TABLE_ACTION_CELL_SLOTS: {
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
};
|
|
5
|
-
export declare const DATA_TABLE_ACTION_CELL_DATA_TESTID:
|
|
5
|
+
export declare const DATA_TABLE_ACTION_CELL_DATA_TESTID: {
|
|
6
|
+
readonly ROOT: "ds-datatabletctioncell-root";
|
|
7
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-action-cell",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Action Cell",
|
|
6
6
|
"files": [
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.7.3",
|
|
40
|
-
"@elliemae/ds-data-table-cell": "3.54.0-next.
|
|
41
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
|
42
|
-
"@elliemae/ds-system": "3.54.0-next.
|
|
43
|
-
"@elliemae/ds-typescript-helpers": "3.54.0-next.
|
|
40
|
+
"@elliemae/ds-data-table-cell": "3.54.0-next.5",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-system": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-next.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
47
47
|
"jest": "~29.7.0",
|
|
48
48
|
"styled-components": "~5.3.9",
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.54.0-next.
|
|
50
|
-
"@elliemae/ds-test-utils": "3.54.0-next.
|
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5",
|
|
50
|
+
"@elliemae/ds-test-utils": "3.54.0-next.5"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@testing-library/jest-dom": "^6.6.3",
|