@elliemae/ds-data-table-cell-header 3.54.0-next.3 → 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.
|
@@ -4,4 +4,8 @@ export declare const DATA_TABLE_HEADER_CELL_SLOTS: {
|
|
|
4
4
|
readonly TITLE: "title";
|
|
5
5
|
readonly TOOLS: "tools";
|
|
6
6
|
};
|
|
7
|
-
export declare const DATA_TABLE_HEADER_CELL_DATA_TESTID:
|
|
7
|
+
export declare const DATA_TABLE_HEADER_CELL_DATA_TESTID: {
|
|
8
|
+
readonly ROOT: "ds-datatableheadercell-root";
|
|
9
|
+
readonly TITLE: "ds-datatableheadercell-title";
|
|
10
|
+
readonly TOOLS: "ds-datatableheadercell-tools";
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-cell-header",
|
|
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 Header 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-button": "3.54.0-next.5",
|
|
41
|
+
"@elliemae/ds-grid": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-hooks-on-blur-out": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
44
|
+
"@elliemae/ds-typescript-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",
|