basesite-shared-grid-lib 15.5.6 → 15.6.6

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": "basesite-shared-grid-lib",
3
- "version": "15.5.6",
3
+ "version": "15.6.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.0.4",
6
6
  "@angular/core": "^15.0.4",
@@ -120,18 +120,18 @@
120
120
  overflow: visible;
121
121
  }
122
122
 
123
- .ag-row {
123
+ .shared-grid-lib .ag-row {
124
124
  z-index: 0;
125
125
  }
126
126
 
127
- .ag-row.ag-row-focus {
127
+ .shared-grid-lib .ag-row.ag-row-focus {
128
128
  z-index: 1;
129
129
  }
130
130
 
131
- .ag-root,
132
- .ag-body-viewport,
133
- .ag-cell-value,
134
- .ag-group-value {
131
+ .shared-grid-lib .ag-root,
132
+ .shared-grid-lib .ag-body-viewport,
133
+ .shared-grid-lib .ag-cell-value,
134
+ .shared-grid-lib .ag-group-value {
135
135
  overflow: unset !important;
136
136
  }
137
137
 
@@ -147,11 +147,12 @@ button.btn.btn-white {
147
147
  padding: 4px 10px;
148
148
  }
149
149
 
150
- .ag-body-clipper.ag-layout-normal {
150
+ .shared-grid-lib .ag-body-clipper.ag-layout-normal {
151
151
  overflow-y: auto !important;
152
152
  }
153
153
 
154
- .ag-body-vertical-scroll {
154
+ //check thse stuff
155
+ .shared-grid-lib .ag-body-vertical-scroll {
155
156
  display: none !important;
156
157
  }
157
158