i-tech-shared-components 1.1.13 → 1.1.14

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.13",
3
+ "version": "1.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.2.14",
6
6
  "@angular/material": "^18.2.14",
@@ -20,7 +20,6 @@ body {
20
20
  --mdc-text-button-label-text-tracking: #{$letterSpacing} !important;
21
21
  // Unset Outline default border color
22
22
  --mdc-outlined-button-outline-color: 0 !important;
23
-
24
23
  .mdc-button:not(.mat-autocomplete-select-button) {
25
24
  height: 40px;
26
25
  }
@@ -34,6 +33,10 @@ body {
34
33
  display: flex;
35
34
  align-items: center;
36
35
  justify-content: center;
36
+ --mdc-circular-progress-active-indicator-color: var(--primary50) !important;
37
+ .mdc-circular-progress__indeterminate-circle-graphic {
38
+ stroke: var(--primary50) !important;
39
+ }
37
40
  }
38
41
 
39
42
  svg path {
@@ -46,14 +49,6 @@ body {
46
49
  }
47
50
  }
48
51
 
49
- .relative {
50
- position: relative;
51
- }
52
-
53
- .activated {
54
- background-color: mat.get-theme-color($m3-light-theme, primary, 95) !important;
55
- }
56
-
57
52
  // DEFINE TERTIARY BUTTON
58
53
  .mdc-button.tertiary {
59
54
  @include mat.button-color($m3-light-theme, $color-variant: tertiary);
@@ -33,6 +33,10 @@ body {
33
33
  letter-spacing: 0.022px;
34
34
  }
35
35
 
36
+ .mat-mdc-form-field-bottom-align::before {
37
+ content: unset !important;
38
+ }
39
+
36
40
  mat-label:not(.meu_item_label) {
37
41
  color: #{mat.get-theme-color($m3-light-theme, tertiary, 50)};
38
42
  position: relative;
@@ -245,4 +245,20 @@ body {
245
245
  line-height: 20px;
246
246
  letter-spacing: 0.2px;
247
247
  }
248
+
249
+ .filter_dropdown {
250
+ .search-input {
251
+ input {
252
+ &, &::placeholder {
253
+ font-size: 13px !important;
254
+ font-weight: 500 !important;
255
+ }
256
+ }
257
+ }
258
+ .custom-placeholder {
259
+ color: var(--neutral50) !important;
260
+ font-size: 13px !important;
261
+ font-weight: 500 !important;
262
+ }
263
+ }
248
264
  }