i-tech-shared-components 1.1.22 → 1.1.23

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.1.22",
3
+ "version": "1.1.23",
4
4
  "peerDependencies": {
5
5
  "@angular/material": "~18.2.14",
6
6
  "@angular/animations": "~18.0.0",
@@ -120,7 +120,8 @@ body {
120
120
  pointer-events: none;
121
121
 
122
122
  &.custom-value {
123
- color: #{mat.get-theme-color($m3-light-theme, tertiary, 30)};
123
+ font-weight: 500;
124
+ color: #{mat.get-theme-color($m3-light-theme, tertiary, 30)} !important;
124
125
  }
125
126
  }
126
127
 
@@ -168,7 +169,8 @@ body {
168
169
  .search-input {
169
170
  position: absolute;
170
171
  input {
171
- padding-left: 10px;
172
+ padding-right: max(16px, var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))) !important;
173
+ padding-left: max(16px, var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)) + 4px) !important;
172
174
  }
173
175
  }
174
176
  .mat-mdc-select {