@schematics/angular 11.2.4 → 11.2.5

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.
@@ -58,7 +58,7 @@
58
58
 
59
59
  .toolbar #youtube-logo {
60
60
  height: 40px;
61
- margin-left: 16px;
61
+ margin: 0 16px;
62
62
  }
63
63
 
64
64
  .toolbar #twitter-logo:hover,
@@ -512,4 +512,4 @@
512
512
 
513
513
 
514
514
  <% if (routing) { %>
515
- <router-outlet></router-outlet><% } %>
515
+ <router-outlet></router-outlet><% } %>
@@ -83,7 +83,6 @@ export declare enum Style {
83
83
  */
84
84
  export declare enum ViewEncapsulation {
85
85
  Emulated = "Emulated",
86
- Native = "Native",
87
86
  None = "None",
88
87
  ShadowDom = "ShadowDom"
89
88
  }
@@ -20,7 +20,6 @@ var Style;
20
20
  var ViewEncapsulation;
21
21
  (function (ViewEncapsulation) {
22
22
  ViewEncapsulation["Emulated"] = "Emulated";
23
- ViewEncapsulation["Native"] = "Native";
24
23
  ViewEncapsulation["None"] = "None";
25
24
  ViewEncapsulation["ShadowDom"] = "ShadowDom";
26
25
  })(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "viewEncapsulation": {
35
35
  "description": "The view encapsulation strategy to use in the new app.",
36
- "enum": ["Emulated", "Native", "None", "ShadowDom"],
36
+ "enum": ["Emulated", "None", "ShadowDom"],
37
37
  "type": "string",
38
38
  "x-user-analytics": 11
39
39
  },
@@ -110,7 +110,6 @@ export declare enum Style {
110
110
  */
111
111
  export declare enum ViewEncapsulation {
112
112
  Emulated = "Emulated",
113
- Native = "Native",
114
113
  None = "None",
115
114
  ShadowDom = "ShadowDom"
116
115
  }
@@ -28,7 +28,6 @@ var Style;
28
28
  var ViewEncapsulation;
29
29
  (function (ViewEncapsulation) {
30
30
  ViewEncapsulation["Emulated"] = "Emulated";
31
- ViewEncapsulation["Native"] = "Native";
32
31
  ViewEncapsulation["None"] = "None";
33
32
  ViewEncapsulation["ShadowDom"] = "ShadowDom";
34
33
  })(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "viewEncapsulation": {
51
51
  "description": "The view encapsulation strategy to use in the new component.",
52
- "enum": ["Emulated", "Native", "None", "ShadowDom"],
52
+ "enum": ["Emulated", "None", "ShadowDom"],
53
53
  "type": "string",
54
54
  "alias": "v",
55
55
  "x-user-analytics": 11
@@ -119,7 +119,6 @@ export declare enum Style {
119
119
  */
120
120
  export declare enum ViewEncapsulation {
121
121
  Emulated = "Emulated",
122
- Native = "Native",
123
122
  None = "None",
124
123
  ShadowDom = "ShadowDom"
125
124
  }
package/ng-new/schema.js CHANGED
@@ -30,7 +30,6 @@ var Style;
30
30
  var ViewEncapsulation;
31
31
  (function (ViewEncapsulation) {
32
32
  ViewEncapsulation["Emulated"] = "Emulated";
33
- ViewEncapsulation["Native"] = "Native";
34
33
  ViewEncapsulation["None"] = "None";
35
34
  ViewEncapsulation["ShadowDom"] = "ShadowDom";
36
35
  })(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "viewEncapsulation": {
79
79
  "description": "The view encapsulation strategy to use in the initial project.",
80
- "enum": ["Emulated", "Native", "None", "ShadowDom"],
80
+ "enum": ["Emulated", "None", "ShadowDom"],
81
81
  "type": "string",
82
82
  "x-user-analytics": 11
83
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "11.2.4",
3
+ "version": "11.2.5",
4
4
  "description": "Schematics specific to Angular",
5
5
  "keywords": [
6
6
  "angular",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "schematics": "./collection.json",
16
16
  "dependencies": {
17
- "@angular-devkit/core": "11.2.4",
18
- "@angular-devkit/schematics": "11.2.4",
17
+ "@angular-devkit/core": "11.2.5",
18
+ "@angular-devkit/schematics": "11.2.5",
19
19
  "jsonc-parser": "3.0.0"
20
20
  },
21
21
  "repository": {
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.latestVersions = void 0;
11
11
  exports.latestVersions = {
12
12
  // These versions should be kept up to date with latest Angular peer dependencies.
13
- Angular: '~11.2.5',
13
+ Angular: '~11.2.6',
14
14
  RxJs: '~6.6.0',
15
15
  ZoneJs: '~0.11.3',
16
16
  TypeScript: '~4.1.5',
@@ -19,8 +19,8 @@ exports.latestVersions = {
19
19
  // For our e2e tests, these versions must match the latest tag present on the branch.
20
20
  // During RC periods they will not match the latest RC until there's a new git tag, and
21
21
  // should not be updated.
22
- DevkitBuildAngular: '~0.1102.3',
23
- DevkitBuildNgPackagr: '~0.1102.3',
24
- DevkitBuildWebpack: '~0.1102.3',
22
+ DevkitBuildAngular: '~0.1102.5',
23
+ DevkitBuildNgPackagr: '~0.1102.5',
24
+ DevkitBuildWebpack: '~0.1102.5',
25
25
  ngPackagr: '^11.0.0',
26
26
  };