@igniteui/angular-templates 13.1.911 → 13.1.914

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.
@@ -229,7 +229,6 @@
229
229
 
230
230
  @include core();
231
231
  @include typography($font-family: $material-typeface, $type-scale: $material-type-scale);
232
- @include theme($default-palette);
233
232
 
234
233
 
235
234
  @include scrollbar-love();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "13.1.911",
3
+ "version": "13.1.914",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~9.1.1",
15
+ "@igniteui/cli-core": "~9.1.4",
16
16
  "typescript": "~4.4.4"
17
17
  }
18
18
  }