ecabs-components 1.1.12 → 1.1.13

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/README.md CHANGED
@@ -70,3 +70,4 @@ v1.1.8 - Add directive show-on-truncated to directives.
70
70
  v1.1.9 - Fixed i18n issue.
71
71
  v1.1.10 - Added color styles for prompt title message.
72
72
  v1.1.12 - Extend @Input properties of `EcabsSelectV2` from `@ng-select` lib.
73
+ v1.1.13 - Fix `overflow-y` issue on `MatCardContent`.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
7
7
  "@angular/core": "^16.2.12",
8
8
  "@angular/cdk": "^16.2.12",
9
9
  "@angular/material": "^16.2.12",
10
+ "@angular-slider/ngx-slider": "^18.0.0",
10
11
  "@ng-select/ng-select": "^11.2.0",
11
12
  "autoprefixer": "^10.4.17",
12
13
  "date-fns": "^2.29.3",
@@ -17,7 +18,6 @@
17
18
  "postcss": "^8.4.35",
18
19
  "rxjs": "~7.5.0",
19
20
  "tailwindcss": "^3.4.13",
20
- "@angular-slider/ngx-slider": "^18.0.0",
21
21
  "vanilla-text-mask": "^5.1.1"
22
22
  },
23
23
  "dependencies": {
@@ -15,7 +15,6 @@
15
15
 
16
16
  .mdc-dialog__content {
17
17
  color: var(--color-black);
18
- overflow: unset;
19
18
  }
20
19
  }
21
20
  }