@procore/data-table 14.9.0 → 14.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.9.0",
3
+ "version": "14.11.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",
@@ -42,6 +42,7 @@
42
42
  "format": "prettier --ignore-unknown --write --cache .",
43
43
  "format:check": "prettier --ignore-unknown --check --cache .",
44
44
  "lint:types": "tsc --noEmit",
45
+ "pseudo": "pseudolocalize run ./src/locales",
45
46
  "storybook": "storybook dev -p 6006",
46
47
  "storybook-static:server": "http-server ./storybook-static -p 6006 -c-1 --silent",
47
48
  "build-storybook": "storybook build --webpack-stats-json -- --test",
@@ -78,8 +79,8 @@
78
79
  "styled-components": ">= 5.1.1 < 6"
79
80
  },
80
81
  "dependencies": {
81
- "@procore/labs-datetime-select": "0.1.0",
82
- "@procore/labs-group-by-select": "3.1.2",
82
+ "@procore/labs-datetime-select": "0.1.1",
83
+ "@procore/labs-group-by-select": "3.1.3",
83
84
  "@procore/toast-alert": "5.1.0",
84
85
  "@procore/web-sdk-storage": "^0.1.0",
85
86
  "classnames": "2.5.1",
@@ -110,11 +111,12 @@
110
111
  "@procore/core-css": "10.17.0",
111
112
  "@procore/core-icons": "12.1.0",
112
113
  "@procore/core-prettier": "10.2.0",
113
- "@procore/core-react": "12.7.0",
114
+ "@procore/core-react": "12.8.1",
114
115
  "@procore/eslint-config": "10.0.0",
115
116
  "@procore/globalization-toolkit": "3.1.0",
116
117
  "@procore/labs-financials-utils": "3.0.1",
117
118
  "@procore/labs-procore-environment": "3.2.0",
119
+ "@procore/pseudolocalize": "^0.1.1",
118
120
  "@procore/storybook-addon": "^4.0.0",
119
121
  "@storybook/addon-docs": "^7.5.3",
120
122
  "@storybook/manager-api": "^7.5.3",