@procore/data-table 14.27.0 → 14.27.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 14.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 03fe679: Fix layout issue in RowActionsCellStyles when closing side panel
8
+
3
9
  ## 14.27.0
4
10
 
5
11
  ### Minor Changes
@@ -56336,9 +56336,7 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
56336
56336
  }
56337
56337
  .ag-theme-alpine.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
56338
56338
  background: "transparent";
56339
- left: calc(var(--viewport-width) - var(--rowActions-width)) !important;
56340
56339
  padding: 2px 8px !important;
56341
- position: sticky;
56342
56340
  }`;
56343
56341
  document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css6));
56344
56342
 
@@ -56323,9 +56323,7 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
56323
56323
  }
56324
56324
  .ag-theme-alpine.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
56325
56325
  background: "transparent";
56326
- left: calc(var(--viewport-width) - var(--rowActions-width)) !important;
56327
56326
  padding: 2px 8px !important;
56328
- position: sticky;
56329
56327
  }`;
56330
56328
  document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css6));
56331
56329
 
@@ -56248,9 +56248,7 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
56248
56248
  }
56249
56249
  .ag-theme-alpine.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
56250
56250
  background: "transparent";
56251
- left: calc(var(--viewport-width) - var(--rowActions-width)) !important;
56252
56251
  padding: 2px 8px !important;
56253
- position: sticky;
56254
56252
  }`;
56255
56253
  document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css6));
56256
56254
 
@@ -56235,9 +56235,7 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
56235
56235
  }
56236
56236
  .ag-theme-alpine.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
56237
56237
  background: "transparent";
56238
- left: calc(var(--viewport-width) - var(--rowActions-width)) !important;
56239
56238
  padding: 2px 8px !important;
56240
- position: sticky;
56241
56239
  }`;
56242
56240
  document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css6));
56243
56241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/data-table",
3
- "version": "14.27.0",
3
+ "version": "14.27.1",
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.4.0",
114
+ "@procore/core-icons": "12.6.0",
115
115
  "@procore/core-prettier": "10.2.0",
116
- "@procore/core-react": "12.20.2",
116
+ "@procore/core-react": "12.20.4",
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",