@igniteui/angular-templates 16.0.1200-beta.0 → 16.0.1200-rc.0

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  $crm-grid-palette: palette(
8
8
  $primary: #09f,
9
- $secondary: #ffbf00,
9
+ $secondary: #4db8ff,
10
10
  $surface: #333
11
11
  );
12
12
  @include theme($crm-grid-palette);
@@ -370,7 +370,7 @@
370
370
  @keyframes spin-fade {
371
371
  0% {
372
372
  opacity: 0;
373
- tranform: rotate(0);
373
+ tranfsorm: rotate(0);
374
374
  }
375
375
 
376
376
  100% {
@@ -1,5 +1,6 @@
1
1
  import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
2
2
  import { FormsModule } from '@angular/forms';
3
+ import { IgxPivotGridModule } from '<%=igxPackage%>';
3
4
  import { <%=ClassName%>Component } from './<%=filePrefix%>.component';
4
5
 
5
6
  describe('<%=ClassName%>Component', () => {
@@ -126,7 +126,6 @@
126
126
  }
127
127
  }
128
128
  },
129
- "defaultProject": "<%=dashName%>",
130
129
  "cli": {
131
130
  "schematicCollections": ["@angular-eslint/schematics"]
132
131
  }
@@ -36,7 +36,7 @@ class BaseIgxProject {
36
36
  @use "igniteui-angular/theming" as *;
37
37
 
38
38
  $primary: #09f !default;
39
- $secondary: #ffbf00 !default;
39
+ $secondary: #4db8ff !default;
40
40
  $surface: #fff !default;
41
41
 
42
42
  $app-palette: palette($primary, $secondary, $surface);
@@ -1,4 +1,3 @@
1
- /* eslint-disable @typescript-eslint/naming-convention */
2
1
  import { Injectable } from '@angular/core';
3
2
  import { Observable, ReplaySubject } from 'rxjs';
4
3
  import { NodeData, REMOTE_DATA, SelectableNodeData } from '../local-data';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "16.0.1200-beta.0",
3
+ "version": "16.0.1200-rc.0",
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": "~12.0.0-beta.0",
15
+ "@igniteui/cli-core": "~12.0.0-rc.0",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }