@procore/data-table 14.29.0 → 14.31.0-cdn.0
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 +30 -0
- package/dist/legacy/index.cjs +765 -1795
- package/dist/legacy/index.d.cts +5 -2
- package/dist/legacy/index.d.ts +5 -2
- package/dist/legacy/index.js +765 -1795
- package/dist/modern/index.cjs +765 -1795
- package/dist/modern/index.d.cts +5 -2
- package/dist/modern/index.d.ts +5 -2
- package/dist/modern/index.js +765 -1795
- package/package.json +14 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.31.0-cdn.0",
|
|
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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"cypress:performance": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.perf.ts}",
|
|
38
38
|
"cypress:performance:run": "start-server-and-test storybook-static:server http://127.0.0.1:6006 cypress:performance",
|
|
39
39
|
"cypress:run": "cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.e2e.ts}",
|
|
40
|
-
"cypress:run:all": "start-server-and-test storybook-static:server http://127.0.0.1:6006 'yarn cypress
|
|
40
|
+
"cypress:run:all": "start-server-and-test storybook-static:server http://127.0.0.1:6006 'yarn dlx cypress run -b ${CYPRESS_BROWSER-chrome} --spec ${CYPRESS_SPEC-cypress/e2e/**/*.e2e.ts}'",
|
|
41
41
|
"cypress:install": "cypress install",
|
|
42
42
|
"format": "prettier --ignore-unknown --write --cache .",
|
|
43
43
|
"format:check": "prettier --ignore-unknown --check --cache .",
|
|
@@ -79,10 +79,11 @@
|
|
|
79
79
|
"styled-components": ">= 5.1.1 < 6"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@procore/
|
|
83
|
-
"@procore/
|
|
84
|
-
"@procore/labs-
|
|
85
|
-
"@procore/
|
|
82
|
+
"@procore/cdn-translations": "0.1.9",
|
|
83
|
+
"@procore/error-pages": "0.2.2",
|
|
84
|
+
"@procore/labs-datetime-select": "0.1.2",
|
|
85
|
+
"@procore/labs-group-by-select": "4.0.1",
|
|
86
|
+
"@procore/toast-alert": "5.1.1",
|
|
86
87
|
"@procore/web-sdk-storage": "^0.1.0",
|
|
87
88
|
"classnames": "2.5.1",
|
|
88
89
|
"date-fns": "2.29.1",
|
|
@@ -111,9 +112,9 @@
|
|
|
111
112
|
"@dotenvx/dotenvx": "1.6.4",
|
|
112
113
|
"@ngneat/falso": "6.4.0",
|
|
113
114
|
"@procore/core-css": "10.17.0",
|
|
114
|
-
"@procore/core-icons": "12.6.
|
|
115
|
+
"@procore/core-icons": "12.6.1",
|
|
115
116
|
"@procore/core-prettier": "10.2.0",
|
|
116
|
-
"@procore/core-react": "12.21.0",
|
|
117
|
+
"@procore/core-react": "12.21.2-cdn.0",
|
|
117
118
|
"@procore/eslint-config": "10.0.0",
|
|
118
119
|
"@procore/globalization-toolkit": "3.1.0",
|
|
119
120
|
"@procore/labs-financials-utils": "4.3.1",
|
|
@@ -141,9 +142,9 @@
|
|
|
141
142
|
"@typescript-eslint/eslint-plugin": "5.48.2",
|
|
142
143
|
"@typescript-eslint/parser": "5.48.1",
|
|
143
144
|
"css-loader": "6.7.1",
|
|
144
|
-
"cypress": "13.
|
|
145
|
+
"cypress": "^13.15.1",
|
|
145
146
|
"cypress-axe": "1.5.0",
|
|
146
|
-
"cypress-multi-reporters": "
|
|
147
|
+
"cypress-multi-reporters": "^2.0.5",
|
|
147
148
|
"cypress-real-events": "^1.11.0",
|
|
148
149
|
"cypress-web-vitals": "^4.1.2",
|
|
149
150
|
"esbuild-sass-plugin": "^2.16.1",
|
|
@@ -159,6 +160,7 @@
|
|
|
159
160
|
"http-server": "^14.1.1",
|
|
160
161
|
"jest": "29.5.0",
|
|
161
162
|
"miragejs": "0.1.45",
|
|
163
|
+
"mocha": "^11.7.0",
|
|
162
164
|
"mocha-junit-reporter": "^2.2.1",
|
|
163
165
|
"mochawesome": "^7.1.3",
|
|
164
166
|
"postcss-modules": "^6.0.0",
|
|
@@ -172,7 +174,7 @@
|
|
|
172
174
|
"storybook": "^7.5.3",
|
|
173
175
|
"style-loader": "3.3.1",
|
|
174
176
|
"styled-components": "5.3.9",
|
|
175
|
-
"tsup": "^8.0
|
|
177
|
+
"tsup": "^8.4.0",
|
|
176
178
|
"typescript": "^4.9.5"
|
|
177
179
|
}
|
|
178
|
-
}
|
|
180
|
+
}
|