@linzjs/step-ag-grid 17.5.2 → 17.5.3

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.
@@ -213,4 +213,39 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
213
213
  .ag-row-highlight-below::after {
214
214
  border-bottom: 2px dashed lui.$andrea;
215
215
  }
216
+
217
+ // .ag-header .ag-pinned-left-header:after,
218
+ // .ag-body-viewport .ag-pinned-left-cols-container:after {
219
+ // content: " ";
220
+ // height: 100%;
221
+ // position: absolute;
222
+ // z-index: 1;
223
+ // top: 0;
224
+ // width: 15px;
225
+ // box-shadow: -4px 0px 15px -4px rgba(0, 0, 0, 0.1);
226
+ // right: -4px;
227
+ // }
228
+
229
+ // div:after {
230
+ // box-shadow: 15px 0 15px -15px inset;
231
+ // right: -15px;
232
+ // }
233
+ .ag-pinned-left-header,
234
+ .ag-pinned-right-header,
235
+ .ag-pinned-right-cols-container,
236
+ .ag-pinned-left-cols-container {
237
+ position: relative;
238
+ z-index: 1;
239
+ box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
240
+ }
241
+
242
+ .ag-pinned-left-header,
243
+ .ag-pinned-left-cols-container {
244
+ clip-path: polygon(0% 0%, 120% 0%, 120% 100%, 0% 100%);
245
+ }
246
+
247
+ .ag-pinned-right-header,
248
+ .ag-pinned-right-cols-container {
249
+ clip-path: polygon(-20% 0%, 100% 0%, 100% 100%, -20% 100%);
250
+ }
216
251
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "17.5.2",
5
+ "version": "17.5.3",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -213,4 +213,39 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
213
213
  .ag-row-highlight-below::after {
214
214
  border-bottom: 2px dashed lui.$andrea;
215
215
  }
216
+
217
+ // .ag-header .ag-pinned-left-header:after,
218
+ // .ag-body-viewport .ag-pinned-left-cols-container:after {
219
+ // content: " ";
220
+ // height: 100%;
221
+ // position: absolute;
222
+ // z-index: 1;
223
+ // top: 0;
224
+ // width: 15px;
225
+ // box-shadow: -4px 0px 15px -4px rgba(0, 0, 0, 0.1);
226
+ // right: -4px;
227
+ // }
228
+
229
+ // div:after {
230
+ // box-shadow: 15px 0 15px -15px inset;
231
+ // right: -15px;
232
+ // }
233
+ .ag-pinned-left-header,
234
+ .ag-pinned-right-header,
235
+ .ag-pinned-right-cols-container,
236
+ .ag-pinned-left-cols-container {
237
+ position: relative;
238
+ z-index: 1;
239
+ box-shadow: 0 0 8px 2px rgb(0 0 0 / 10%);
240
+ }
241
+
242
+ .ag-pinned-left-header,
243
+ .ag-pinned-left-cols-container {
244
+ clip-path: polygon(0% 0%, 120% 0%, 120% 100%, 0% 100%);
245
+ }
246
+
247
+ .ag-pinned-right-header,
248
+ .ag-pinned-right-cols-container {
249
+ clip-path: polygon(-20% 0%, 100% 0%, 100% 100%, -20% 100%);
250
+ }
216
251
  }