@elliemae/ds-data-table-multi-select-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.
|
@@ -3,4 +3,7 @@ export declare const DATA_TABLE_MULTI_SELECT_CELL_SLOTS: {
|
|
|
3
3
|
readonly ROOT: "root";
|
|
4
4
|
readonly CHECKBOX: "checkbox";
|
|
5
5
|
};
|
|
6
|
-
export declare const DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID:
|
|
6
|
+
export declare const DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID: {
|
|
7
|
+
readonly ROOT: "ds-datatablemultiselectcell-root";
|
|
8
|
+
readonly CHECKBOX: "ds-datatablemultiselectcell-checkbox";
|
|
9
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-multi-select-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 Multi Select Cell",
|
|
6
6
|
"files": [
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.7.3",
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-form-checkbox": "3.54.0-next.5",
|
|
41
|
+
"@elliemae/ds-data-table-cell": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-grid": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.54.0-next.5",
|
|
44
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
45
|
+
"@elliemae/ds-system": "3.54.0-next.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
49
49
|
"jest": "~29.7.0",
|
|
50
50
|
"styled-components": "~5.3.9",
|
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.54.0-next.
|
|
52
|
-
"@elliemae/ds-test-utils": "3.54.0-next.
|
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5",
|
|
52
|
+
"@elliemae/ds-test-utils": "3.54.0-next.5"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@testing-library/jest-dom": "^6.6.3",
|