@elliemae/ds-data-table 3.57.0-next.30 → 3.57.0-next.34

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,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
@@ -3,5 +3,8 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ]
6
+ ],
7
+ "publishConfig": {
8
+ "access": "public"
9
+ }
7
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.57.0-next.30",
3
+ "version": "3.57.0-next.34",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -35,63 +35,64 @@
35
35
  "reportFile": "tests.xml",
36
36
  "indent": 4
37
37
  },
38
+ "scripts": {
39
+ "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
40
+ "test": "[ -n \"$CI\" ] || playwright test -c ./playwright.config.mjs && pui-cli test --passWithNoTests --coverage=\"false\"",
41
+ "lint": "node ../../../scripts/lint.mjs --fix",
42
+ "lint:strict": "node ../../../scripts/lint-strict.mjs",
43
+ "dts": "node ../../../scripts/dts.mjs",
44
+ "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
45
+ "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
46
+ },
38
47
  "dependencies": {
39
- "react-virtual": "~2.10.4",
40
- "uid": "^2.0.2",
41
- "use-onclickoutside": "0.4.1",
42
- "@elliemae/ds-button-v2": "3.57.0-next.30",
43
- "@elliemae/ds-dropdownmenu": "3.57.0-next.30",
44
- "@elliemae/ds-dropdownmenu-v2": "3.57.0-next.30",
45
- "@elliemae/ds-drag-and-drop": "3.57.0-next.30",
46
- "@elliemae/ds-circular-progress-indicator": "3.57.0-next.30",
47
- "@elliemae/ds-form-combobox": "3.57.0-next.30",
48
- "@elliemae/ds-form-date-time-picker": "3.57.0-next.30",
49
- "@elliemae/ds-form-date-range-picker": "3.57.0-next.30",
50
- "@elliemae/ds-form-helpers-mask-hooks": "3.57.0-next.30",
51
- "@elliemae/ds-form-checkbox": "3.57.0-next.30",
52
- "@elliemae/ds-form-layout-blocks": "3.57.0-next.30",
53
- "@elliemae/ds-form-input-text": "3.57.0-next.30",
54
- "@elliemae/ds-form-radio": "3.57.0-next.30",
55
- "@elliemae/ds-grid": "3.57.0-next.30",
56
- "@elliemae/ds-pagination": "3.57.0-next.30",
57
- "@elliemae/ds-menu-button": "3.57.0-next.30",
58
- "@elliemae/ds-pills-v2": "3.57.0-next.30",
59
- "@elliemae/ds-popperjs": "3.57.0-next.30",
60
- "@elliemae/ds-icons": "3.57.0-next.30",
61
- "@elliemae/ds-props-helpers": "3.57.0-next.30",
62
- "@elliemae/ds-system": "3.57.0-next.30",
63
- "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.30",
64
- "@elliemae/ds-skeleton": "3.57.0-next.30",
65
- "@elliemae/ds-zustand-helpers": "3.57.0-next.30",
66
- "@elliemae/ds-typescript-helpers": "3.57.0-next.30"
48
+ "@elliemae/ds-button-v2": "3.57.0-next.34",
49
+ "@elliemae/ds-circular-progress-indicator": "3.57.0-next.34",
50
+ "@elliemae/ds-drag-and-drop": "3.57.0-next.34",
51
+ "@elliemae/ds-dropdownmenu": "3.57.0-next.34",
52
+ "@elliemae/ds-dropdownmenu-v2": "3.57.0-next.34",
53
+ "@elliemae/ds-form-checkbox": "3.57.0-next.34",
54
+ "@elliemae/ds-form-combobox": "3.57.0-next.34",
55
+ "@elliemae/ds-form-date-range-picker": "3.57.0-next.34",
56
+ "@elliemae/ds-form-date-time-picker": "3.57.0-next.34",
57
+ "@elliemae/ds-form-helpers-mask-hooks": "3.57.0-next.34",
58
+ "@elliemae/ds-form-input-text": "3.57.0-next.34",
59
+ "@elliemae/ds-form-layout-blocks": "3.57.0-next.34",
60
+ "@elliemae/ds-form-radio": "3.57.0-next.34",
61
+ "@elliemae/ds-grid": "3.57.0-next.34",
62
+ "@elliemae/ds-icons": "3.57.0-next.34",
63
+ "@elliemae/ds-menu-button": "3.57.0-next.34",
64
+ "@elliemae/ds-pagination": "3.57.0-next.34",
65
+ "@elliemae/ds-pills-v2": "3.57.0-next.34",
66
+ "@elliemae/ds-popperjs": "3.57.0-next.34",
67
+ "@elliemae/ds-props-helpers": "3.57.0-next.34",
68
+ "@elliemae/ds-skeleton": "3.57.0-next.34",
69
+ "@elliemae/ds-system": "3.57.0-next.34",
70
+ "@elliemae/ds-truncated-tooltip-text": "3.57.0-next.34",
71
+ "@elliemae/ds-typescript-helpers": "3.57.0-next.34",
72
+ "@elliemae/ds-zustand-helpers": "3.57.0-next.34",
73
+ "react-virtual": "catalog:",
74
+ "uid": "catalog:",
75
+ "use-onclickoutside": "catalog:"
67
76
  },
68
77
  "devDependencies": {
69
- "@elliemae/pui-cli": "9.0.0-next.65",
70
- "jest": "~29.7.0",
71
- "styled-components": "~5.3.9",
72
- "styled-system": "^5.1.5",
73
- "@elliemae/ds-monorepo-devops": "3.57.0-next.30",
74
- "@elliemae/ds-toolbar-v2": "3.57.0-next.30",
75
- "@elliemae/ds-test-utils": "3.57.0-next.30"
78
+ "@elliemae/ds-monorepo-devops": "3.57.0-next.34",
79
+ "@elliemae/ds-test-utils": "3.57.0-next.34",
80
+ "@elliemae/ds-toolbar-v2": "3.57.0-next.34",
81
+ "@elliemae/pui-cli": "catalog:",
82
+ "jest": "catalog:",
83
+ "styled-components": "catalog:",
84
+ "styled-system": "catalog:"
76
85
  },
77
86
  "peerDependencies": {
78
- "lodash-es": "^4.17.21",
79
- "react": "^18.3.1",
80
- "react-dom": "^18.3.1",
81
- "styled-components": "~5.3.9",
82
- "styled-system": "^5.1.5"
87
+ "lodash-es": "catalog:",
88
+ "react": "catalog:",
89
+ "react-dom": "catalog:",
90
+ "styled-components": "catalog:",
91
+ "styled-system": "catalog:"
83
92
  },
84
93
  "publishConfig": {
85
94
  "access": "public",
86
95
  "typeSafety": false
87
96
  },
88
- "scripts": {
89
- "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
90
- "test": "[ -n \"$CI\" ] || playwright test -c ./playwright.config.mjs && pui-cli test --passWithNoTests --coverage=\"false\"",
91
- "lint": "node ../../../scripts/lint.mjs --fix",
92
- "lint:strict": "node ../../../scripts/lint-strict.mjs",
93
- "dts": "node ../../../scripts/dts.mjs",
94
- "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
95
- "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
96
- }
97
- }
97
+ "gitHead": "725e232aa57d9c53d609bca458994c64eb74f994"
98
+ }