qms-angular 1.1.1 → 1.1.2

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/lib.theme.scss CHANGED
@@ -210,4 +210,6 @@
210
210
 
211
211
  /* Support for IE. */
212
212
  font-feature-settings: "liga";
213
+ width: 100% !important;
214
+ height: 100% !important;
213
215
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "qms-angular",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
+ "@angular/cdk": "~12.0.4",
8
9
  "@angular/common": "~12.0.5",
9
10
  "@angular/core": "~12.0.5",
10
11
  "@angular/material": "~12.0.4",
11
- "@ngx-translate/core": "~13.0.0",
12
- "@angular/cdk": "~12.0.4",
13
12
  "@ckeditor/ckeditor5-angular": "~2.0.1",
14
13
  "@ckeditor/ckeditor5-build-classic": "~27.1.0",
15
- "ngx-mat-select-search": "^3.3.0",
14
+ "@ngx-translate/core": "~13.0.0",
16
15
  "bootstrap": "^5.1.3",
17
- "material-icons": "^1.10.6"
16
+ "material-icons": "^1.10.6",
17
+ "ngx-mat-select-search": "^3.3.0"
18
18
  },
19
19
  "main": "bundles/qms-angular.umd.js",
20
20
  "module": "fesm2015/qms-angular.js",