i-tech-shared-components 1.4.60 → 1.4.61

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": "i-tech-shared-components",
3
- "version": "1.4.60",
3
+ "version": "1.4.61",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.0.0",
6
6
  "@angular/cdk": "^19.0.0",
@@ -42,11 +42,11 @@ body {
42
42
  }
43
43
 
44
44
  &.ag-row-selected:before {
45
- background: repeating-linear-gradient(45deg, #E3F6E7, #E3F6E7 10px, white 10px, white 20px) -14px 0 !important;
45
+ background: repeating-linear-gradient(45deg, #DDE7FC, #DDE7FC 10px, white 10px, white 20px) -14px 0 !important;
46
46
  }
47
47
 
48
48
  &:not(.ag-row-selected):hover:before {
49
- background: repeating-linear-gradient(45deg, #EFFAF1, #EFFAF1 10px, white 10px, white 20px) -14px 0 !important;
49
+ background: repeating-linear-gradient(45deg, #F7FAFF, #F7FAFF 10px, white 10px, white 20px) -14px 0 !important;
50
50
  }
51
51
  }
52
52
  .ag-row.not-found-row-odd {
@@ -57,11 +57,11 @@ body {
57
57
  }
58
58
 
59
59
  &.ag-row-selected:before {
60
- background: repeating-linear-gradient(45deg, #E3F6E7, #E3F6E7 10px, white 10px, white 20px) 1px 0 !important;
60
+ background: repeating-linear-gradient(45deg, #DDE7FC, #DDE7FC 10px, white 10px, white 20px) 1px 0 !important;
61
61
  }
62
62
 
63
63
  &:not(.ag-row-selected):hover:before {
64
- background: repeating-linear-gradient(45deg, #EFFAF1, #EFFAF1 10px, white 10px, white 20px) 1px 0 !important;
64
+ background: repeating-linear-gradient(45deg, #F7FAFF, #F7FAFF 10px, white 10px, white 20px) 1px 0 !important;
65
65
  }
66
66
  }
67
67
 
@@ -141,8 +141,8 @@ body {
141
141
  }
142
142
 
143
143
  .grid-with-selection {
144
- --ag-selected-row-background-color: #{mat.get-theme-color(color-themes.$m3-light-theme, primary, 98)};
145
- --ag-row-hover-color: #{mat.get-theme-color(color-themes.$m3-light-theme, primary, 99)};
144
+ --ag-selected-row-background-color: #{mat.get-theme-color(color-themes.$m3-light-theme, secondary, 95)};
145
+ --ag-row-hover-color: #{mat.get-theme-color(color-themes.$m3-light-theme, secondary, 99)};
146
146
  }
147
147
 
148
148
  // Overrides for master/detail grid row group for payments
@@ -34,8 +34,8 @@ $_light-palette: (
34
34
  80: #97B0E3,
35
35
  90: #C1D2F5,
36
36
  95: #DDE7FC,
37
- 98: #E1EBFC,
38
- 99: #EEF4FE,
37
+ 98: #EEF4FE,
38
+ 99: #F7FAFF,
39
39
  100: #FFFFFF,
40
40
  ),
41
41
  neutral: (