@procore/data-table 15.0.0-alpha.3 → 15.0.0-alpha.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.
- package/CHANGELOG.md +49 -0
- package/dist/legacy/index.cjs +1756 -1215
- package/dist/legacy/index.d.cts +37 -10
- package/dist/legacy/index.d.ts +37 -10
- package/dist/legacy/index.js +1438 -899
- package/dist/modern/index.cjs +1748 -1204
- package/dist/modern/index.d.cts +37 -10
- package/dist/modern/index.d.ts +37 -10
- package/dist/modern/index.js +1430 -888
- package/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "15.0.0-alpha.
|
|
3
|
+
"version": "15.0.0-alpha.5",
|
|
4
4
|
"description": "Complex data grid built on top of ag-grid, with DST components and styles.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/legacy/index.cjs",
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"@dotenvx/dotenvx": "1.6.4",
|
|
112
112
|
"@ngneat/falso": "6.4.0",
|
|
113
113
|
"@procore/core-css": "10.17.0",
|
|
114
|
-
"@procore/core-icons": "12.
|
|
114
|
+
"@procore/core-icons": "12.6.0",
|
|
115
115
|
"@procore/core-prettier": "10.2.0",
|
|
116
|
-
"@procore/core-react": "12.
|
|
116
|
+
"@procore/core-react": "12.21.1",
|
|
117
117
|
"@procore/eslint-config": "10.0.0",
|
|
118
118
|
"@procore/globalization-toolkit": "3.1.0",
|
|
119
119
|
"@procore/labs-financials-utils": "4.3.1",
|
|
@@ -130,7 +130,6 @@
|
|
|
130
130
|
"@testing-library/react": "11.0.4",
|
|
131
131
|
"@testing-library/react-hooks": "8.0.1",
|
|
132
132
|
"@testing-library/user-event": "13.1.5",
|
|
133
|
-
"@types/enzyme": "3.10.12",
|
|
134
133
|
"@types/lodash.debounce": "4.0.7",
|
|
135
134
|
"@types/lodash.isequal": "4.5.0",
|
|
136
135
|
"@types/ramda": "0.28.23",
|
|
@@ -141,14 +140,12 @@
|
|
|
141
140
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
142
141
|
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
143
142
|
"@typescript-eslint/parser": "5.48.1",
|
|
144
|
-
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
|
145
143
|
"css-loader": "6.7.1",
|
|
146
144
|
"cypress": "13.6.1",
|
|
147
145
|
"cypress-axe": "1.5.0",
|
|
148
146
|
"cypress-multi-reporters": "1.6.4",
|
|
149
147
|
"cypress-real-events": "^1.11.0",
|
|
150
148
|
"cypress-web-vitals": "^4.1.2",
|
|
151
|
-
"enzyme": "3.11.0",
|
|
152
149
|
"esbuild-sass-plugin": "^2.16.1",
|
|
153
150
|
"eslint": "8.31.0",
|
|
154
151
|
"eslint-config-airbnb": "19.0.4",
|