@procore/data-table 14.28.0-cdn.1 → 14.28.0-cdn.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.
@@ -109252,7 +109252,7 @@ var DataTable = ({
109252
109252
  type: "file",
109253
109253
  absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
109254
109254
  },
109255
- { en: translations.en },
109255
+ { en: translations.en, pseudo: translations.pseudo },
109256
109256
  {
109257
109257
  oldTranslations: translations,
109258
109258
  enableCDN: isCDNEnabled
@@ -109239,7 +109239,7 @@ var DataTable = ({
109239
109239
  type: "file",
109240
109240
  absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
109241
109241
  },
109242
- { en: translations.en },
109242
+ { en: translations.en, pseudo: translations.pseudo },
109243
109243
  {
109244
109244
  oldTranslations: translations,
109245
109245
  enableCDN: isCDNEnabled
@@ -109072,7 +109072,7 @@ var DataTable = ({
109072
109072
  type: "file",
109073
109073
  absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
109074
109074
  },
109075
- { en: translations.en },
109075
+ { en: translations.en, pseudo: translations.pseudo },
109076
109076
  {
109077
109077
  oldTranslations: translations,
109078
109078
  enableCDN: isCDNEnabled
@@ -109059,7 +109059,7 @@ var DataTable = ({
109059
109059
  type: "file",
109060
109060
  absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
109061
109061
  },
109062
- { en: translations.en },
109062
+ { en: translations.en, pseudo: translations.pseudo },
109063
109063
  {
109064
109064
  oldTranslations: translations,
109065
109065
  enableCDN: isCDNEnabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.28.0-cdn.1",
3
+ "version": "14.28.0-cdn.2",
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",
@@ -114,7 +114,7 @@
114
114
  "@procore/core-css": "10.17.0",
115
115
  "@procore/core-icons": "12.6.0",
116
116
  "@procore/core-prettier": "10.2.0",
117
- "@procore/core-react": "12.21.0-cdn.1",
117
+ "@procore/core-react": "12.21.0-cdn.2",
118
118
  "@procore/eslint-config": "10.0.0",
119
119
  "@procore/globalization-toolkit": "3.1.0",
120
120
  "@procore/labs-financials-utils": "4.3.1",