@elliemae/ds-data-table-drag-and-drop-cell 3.52.1 → 3.53.0-alpha.2

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_DRAG_AND_DROP_CELL_SLOTS: {
3
3
  readonly ROOT: "root";
4
4
  readonly GRIPPER: "gripper";
5
5
  };
6
- export declare const DATA_TABLE_DRAG_AND_DROP_CELL_DATA_TESTID: Record<string, string>;
6
+ export declare const DATA_TABLE_DRAG_AND_DROP_CELL_DATA_TESTID: {
7
+ readonly ROOT: "ds-datatabledraganddropcell-root";
8
+ readonly GRIPPER: "ds-datatabledraganddropcell-gripper";
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-drag-and-drop-cell",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Drag And Drop Cell",
6
6
  "files": [
@@ -36,18 +36,18 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-icons": "3.52.1",
41
- "@elliemae/ds-props-helpers": "3.52.1",
42
- "@elliemae/ds-data-table-cell": "3.52.1",
43
- "@elliemae/ds-system": "3.52.1",
44
- "@elliemae/ds-typescript-helpers": "3.52.1"
39
+ "@elliemae/ds-data-table-cell": "3.53.0-alpha.2",
40
+ "@elliemae/ds-system": "3.53.0-alpha.2",
41
+ "@elliemae/ds-icons": "3.53.0-alpha.2",
42
+ "@elliemae/ds-test-utils": "3.53.0-alpha.2",
43
+ "@elliemae/ds-typescript-helpers": "3.53.0-alpha.2",
44
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.63",
47
+ "@elliemae/pui-cli": "9.0.0-next.65",
48
48
  "jest": "~29.7.0",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.52.1"
50
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@testing-library/jest-dom": "^6.6.3",