cats-data-grid 2.0.31 → 2.0.33

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,9 +1,9 @@
1
1
  {
2
2
  "name": "cats-data-grid",
3
- "version": "2.0.31",
3
+ "version": "2.0.33",
4
4
  "peerDependencies": {
5
- "@angular/core": ">=18 <22",
6
- "@angular/common": ">=18 <22"
5
+ "@angular/core": ">=18",
6
+ "@angular/common": ">=18"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
@@ -309,7 +309,7 @@ sup {
309
309
  }
310
310
 
311
311
  // --------------Toggle Switch css-------------
312
- .switch_wrapper {
312
+ .table_switch_wrapper {
313
313
  display: flex;
314
314
  .switch {
315
315
  position: relative;
@@ -351,7 +351,7 @@ sup {
351
351
  table {
352
352
  tbody {
353
353
  tr {
354
- :host .switch_wrapper {
354
+ :host .table_switch_wrapper {
355
355
  .switch {
356
356
  @include box(rem(38px), rem(20px)); /* big size */
357
357
  .slider {
@@ -377,4 +377,4 @@ sup {
377
377
  }
378
378
  .text-danger {
379
379
  color: var(--red) !important;
380
- }
380
+ }