@nrwl/next 13.3.0-beta.3 → 13.3.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.
- package/migrations.json +13 -0
- package/package.json +8 -8
- package/plugins/with-less.js +1 -1
- package/plugins/with-less.js.map +1 -1
- package/plugins/with-stylus.js +1 -1
- package/plugins/with-stylus.js.map +1 -1
- package/src/executors/build/build.impl.js +2 -1
- package/src/executors/build/build.impl.js.map +1 -1
- package/src/executors/server/server.impl.js +1 -0
- package/src/executors/server/server.impl.js.map +1 -1
- package/src/generators/application/files/pages/__fileName__.module.__style__ +1 -1
- package/src/generators/application/files/pages/_app.tsx__tmpl__ +3 -10
- package/src/generators/application/files/pages/styles.__stylesExt____tmpl__ +1 -1
- package/src/generators/application/lib/create-application-files.helpers.js +777 -195
- package/src/generators/application/lib/create-application-files.helpers.js.map +1 -1
- package/src/generators/application/lib/create-application-files.js.map +1 -1
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +3 -3
- package/src/generators/application/files/public/nx-logo-white.svg +0 -17
- package/src/generators/application/files/public/star.svg +0 -11
package/migrations.json
CHANGED
|
@@ -200,6 +200,19 @@
|
|
|
200
200
|
"alwaysAddToPackageJson": false
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
|
+
},
|
|
204
|
+
"13.3.0": {
|
|
205
|
+
"version": "13.3.0-beta.0",
|
|
206
|
+
"packages": {
|
|
207
|
+
"next": {
|
|
208
|
+
"version": "12.0.7",
|
|
209
|
+
"alwaysAddToPackageJson": false
|
|
210
|
+
},
|
|
211
|
+
"eslint-config-next": {
|
|
212
|
+
"version": "12.0.7",
|
|
213
|
+
"alwaysAddToPackageJson": false
|
|
214
|
+
}
|
|
215
|
+
}
|
|
203
216
|
}
|
|
204
217
|
}
|
|
205
218
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/next",
|
|
3
|
-
"version": "13.3.0
|
|
3
|
+
"version": "13.3.0",
|
|
4
4
|
"description": "Next.js Plugin for Nx",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
|
37
|
-
"@nrwl/react": "13.3.0
|
|
38
|
-
"@nrwl/cypress": "13.3.0
|
|
39
|
-
"@nrwl/devkit": "13.3.0
|
|
40
|
-
"@nrwl/jest": "13.3.0
|
|
41
|
-
"@nrwl/linter": "13.3.0
|
|
42
|
-
"@nrwl/web": "13.3.0
|
|
43
|
-
"@nrwl/workspace": "13.3.0
|
|
37
|
+
"@nrwl/react": "13.3.0",
|
|
38
|
+
"@nrwl/cypress": "13.3.0",
|
|
39
|
+
"@nrwl/devkit": "13.3.0",
|
|
40
|
+
"@nrwl/jest": "13.3.0",
|
|
41
|
+
"@nrwl/linter": "13.3.0",
|
|
42
|
+
"@nrwl/web": "13.3.0",
|
|
43
|
+
"@nrwl/workspace": "13.3.0",
|
|
44
44
|
"@svgr/webpack": "^5.5.0",
|
|
45
45
|
"chalk": "4.1.0",
|
|
46
46
|
"eslint-config-next": "^12.0.0",
|
package/plugins/with-less.js
CHANGED
|
@@ -16,7 +16,7 @@ function withLess(_a) {
|
|
|
16
16
|
let sassModuleRule;
|
|
17
17
|
// global sass rule (does not exist in server builds)
|
|
18
18
|
let sassGlobalRule;
|
|
19
|
-
const cssRule = config.module.rules.find((rule) => { var _a; return (_a = rule.oneOf) === null || _a === void 0 ? void 0 : _a.find((r) =>
|
|
19
|
+
const cssRule = config.module.rules.find((rule) => { var _a; return (_a = rule.oneOf) === null || _a === void 0 ? void 0 : _a.find((r) => r === null || r === void 0 ? void 0 : r[Symbol.for('__next_css_remove')]); });
|
|
20
20
|
const addLessToRuleTest = (test) => {
|
|
21
21
|
if (Array.isArray(test)) {
|
|
22
22
|
return test.map((rx) => addLessToRegExp(rx));
|
package/plugins/with-less.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-less.js","sourceRoot":"","sources":["../../../../packages/next/plugins/with-less.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AACxF,iDAAsC;AAEtC,MAAM,eAAe,GAAG,CAAC,EAAE,EAAE,EAAE,CAC7B,IAAI,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,YAAY,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;AAEjE,SAAS,oBAAoB,CAC3B,gBAAqB,OAAO,CAAC,2CAA2C,CAAC;IAEzE,aAAa,CAAC,YAAY,GAAG,eAAe,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAC3E,CAAC;AAED,oBAAoB,EAAE,CAAC;AAEvB,SAAS,QAAQ,CAAC,EAAyC;QAAzC,EAAE,iBAAiB,GAAG,EAAE,OAAiB,EAAZ,UAAU,2BAAvC,qBAAyC,CAAF;IACvD,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,UAAU,EAAE;QACnC,OAAO,CAAC,MAAM,EAAE,IAAI;YAClB,0EAA0E;YAC1E,IAAI,cAAc,CAAC;YACnB,qDAAqD;YACrD,IAAI,cAAc,CAAC;YAEnB,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,WAChD,OAAA,MAAA,IAAI,CAAC,KAAK,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"with-less.js","sourceRoot":"","sources":["../../../../packages/next/plugins/with-less.ts"],"names":[],"mappings":"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"}
|
package/plugins/with-stylus.js
CHANGED
|
@@ -16,7 +16,7 @@ function withStylus(_a) {
|
|
|
16
16
|
let sassModuleRule;
|
|
17
17
|
// global sass rule (does not exist in server builds)
|
|
18
18
|
let sassGlobalRule;
|
|
19
|
-
const cssRule = config.module.rules.find((rule) => { var _a; return (_a = rule.oneOf) === null || _a === void 0 ? void 0 : _a.find((r) =>
|
|
19
|
+
const cssRule = config.module.rules.find((rule) => { var _a; return (_a = rule.oneOf) === null || _a === void 0 ? void 0 : _a.find((r) => r === null || r === void 0 ? void 0 : r[Symbol.for('__next_css_remove')]); });
|
|
20
20
|
const addStylusRuleToTest = (test) => {
|
|
21
21
|
if (Array.isArray(test)) {
|
|
22
22
|
return test.map((rx) => addStylusToRegExp(rx));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"with-stylus.js","sourceRoot":"","sources":["../../../../packages/next/plugins/with-stylus.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AACxF,iDAAsC;AAEtC,MAAM,iBAAiB,GAAG,CAAC,EAAE,EAAE,EAAE,CAC/B,IAAI,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,YAAY,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC;AAEjE,SAAS,sBAAsB,CAC7B,gBAAgB,OAAO,CAAC,2CAA2C,CAAQ;IAE3E,aAAa,CAAC,YAAY,GAAG,iBAAiB,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAC7E,CAAC;AAED,sBAAsB,EAAE,CAAC;AAEzB,SAAS,UAAU,CAAC,EAAgD;QAAhD,EAAE,mBAAmB,GAAG,EAAE,OAAsB,EAAjB,UAAU,2BAAzC,uBAA2C,CAAF;IAC3D,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,UAAU,EAAE;QACnC,OAAO,CAAC,MAAM,EAAE,IAAI;YAClB,0EAA0E;YAC1E,IAAI,cAAc,CAAC;YACnB,qDAAqD;YACrD,IAAI,cAAc,CAAC;YAEnB,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,WAChD,OAAA,MAAA,IAAI,CAAC,KAAK,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"with-stylus.js","sourceRoot":"","sources":["../../../../packages/next/plugins/with-stylus.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,8 +19,9 @@ const { PHASE_PRODUCTION_BUILD } = (0, require_shim_1.importConstants)();
|
|
|
19
19
|
function buildExecutor(options, context) {
|
|
20
20
|
var _a;
|
|
21
21
|
return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
|
|
22
|
-
|
|
22
|
+
// Cast to any to overwrite NODE_ENV
|
|
23
23
|
(_a = process.env).NODE_ENV || (_a.NODE_ENV = 'production');
|
|
24
|
+
let dependencies = [];
|
|
24
25
|
const root = (0, path_1.resolve)(context.root, options.root);
|
|
25
26
|
const libsDir = (0, path_1.join)(context.root, (0, file_utils_1.workspaceLayout)().libsDir);
|
|
26
27
|
(0, check_project_1.checkPublicDirectory)(root);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.impl.js","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/build/build.impl.ts"],"names":[],"mappings":";;;AAAA,yBAAuB;AAGvB,2CAAoC;AAEpC,+BAAqC;AACrC,uCAA2C;AAE3C,+CAAmD;AAEnD,mEAA8D;AAC9D,2EAAqE;AACrE,uEAA0E;AAC1E,0EAAgF;AAChF,6FAG4D;AAC5D,+DAAkF;AAClF,uDAA2D;AAC3D,2DAA2D;AAC3D,oEAAsE;AAEtE,MAAM,EAAE,sBAAsB,EAAE,GAAG,IAAA,8BAAe,GAAE,CAAC;AAErD,SAA8B,aAAa,CACzC,OAAgC,EAChC,OAAwB;;;QAExB,
|
|
1
|
+
{"version":3,"file":"build.impl.js","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/build/build.impl.ts"],"names":[],"mappings":";;;AAAA,yBAAuB;AAGvB,2CAAoC;AAEpC,+BAAqC;AACrC,uCAA2C;AAE3C,+CAAmD;AAEnD,mEAA8D;AAC9D,2EAAqE;AACrE,uEAA0E;AAC1E,0EAAgF;AAChF,6FAG4D;AAC5D,+DAAkF;AAClF,uDAA2D;AAC3D,2DAA2D;AAC3D,oEAAsE;AAEtE,MAAM,EAAE,sBAAsB,EAAE,GAAG,IAAA,8BAAe,GAAE,CAAC;AAErD,SAA8B,aAAa,CACzC,OAAgC,EAChC,OAAwB;;;QAExB,oCAAoC;QACpC,MAAC,OAAO,CAAC,GAAW,EAAC,QAAQ,QAAR,QAAQ,GAAK,YAAY,EAAC;QAE/C,IAAI,YAAY,GAAoC,EAAE,CAAC;QACvD,MAAM,IAAI,GAAG,IAAA,cAAO,EAAC,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,OAAO,CAAC,IAAI,EAAE,IAAA,4BAAe,GAAE,CAAC,OAAO,CAAC,CAAC;QAE9D,IAAA,oCAAoB,EAAC,IAAI,CAAC,CAAC;QAE3B,IAAI,CAAC,OAAO,CAAC,mBAAmB,IAAI,OAAO,CAAC,UAAU,EAAE;YACtD,MAAM,MAAM,GAAG,IAAA,mDAA4B,EACzC,IAAA,sCAAsB,GAAE,EACxB,OAAO,CAAC,IAAI,EACZ,OAAO,CAAC,WAAW,EACnB,OAAO,CAAC,UAAU,EAClB,OAAO,CAAC,iBAAiB,CAC1B,CAAC;YACF,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;YAEnC,IAAA,qDAAoC,EAAC,YAAY,EAAE,OAAO,CAAC,CAAC;SAC7D;QAED,MAAM,MAAM,GAAG,MAAM,IAAA,sBAAa,EAChC,sBAAsB,EACtB,OAAO,EACP,OAAO,EACP,YAAY,EACZ,OAAO,CACR,CAAC;QAEF,MAAM,IAAA,eAAK,EAAC,IAAI,EAAE,MAAa,CAAC,CAAC;QAEjC,IAAI,CAAC,IAAA,2BAAe,EAAC,OAAO,CAAC,UAAU,CAAC,EAAE;YACxC,IAAA,gBAAK,EAAC,OAAO,CAAC,UAAU,CAAC,CAAC;SAC3B;QAED,MAAM,IAAA,uCAAiB,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC1C,IAAA,8CAAoB,EAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAEvC,IAAA,mBAAQ,EAAC,IAAA,WAAI,EAAC,IAAI,EAAE,QAAQ,CAAC,EAAE,IAAA,WAAI,EAAC,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC;QAEnE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;;CAC1B;AA9CD,gCA8CC"}
|
|
@@ -19,6 +19,7 @@ const infoPrefix = `[ ${chalk.dim(chalk.cyan('info'))} ] `;
|
|
|
19
19
|
const readyPrefix = `[ ${chalk.green('ready')} ]`;
|
|
20
20
|
function serveExecutor(options, context) {
|
|
21
21
|
return (0, tslib_1.__asyncGenerator)(this, arguments, function* serveExecutor_1() {
|
|
22
|
+
// Cast to any to overwrite NODE_ENV
|
|
22
23
|
process.env.NODE_ENV = process.env.NODE_ENV
|
|
23
24
|
? process.env.NODE_ENV
|
|
24
25
|
: options.dev
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.impl.js","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/server.impl.ts"],"names":[],"mappings":";;;AAAA,yBAAuB;AACvB,yCAKsB;AAEtB,+BAA+B;AAC/B,2BAAgC;AAChC,+BAAqC;AAErC,+CAAmD;AAQnD,uDAAmD;AACnD,yDAAqD;AACrD,0EAAgF;AAChF,6FAG4D;AAC5D,+DAAkF;AAClF,2DAA2D;AAC3D,oEAAsE;AAEtE,MAAM,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,GAAG,IAAA,8BAAe,GAAE,CAAC;AAEhF,MAAM,UAAU,GAAG,KAAK,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC;AAC3D,MAAM,WAAW,GAAG,KAAK,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;AAElD,SAA+B,aAAa,CAC1C,OAAgC,EAChC,OAAwB;;QAExB,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"server.impl.js","sourceRoot":"","sources":["../../../../../../packages/next/src/executors/server/server.impl.ts"],"names":[],"mappings":";;;AAAA,yBAAuB;AACvB,yCAKsB;AAEtB,+BAA+B;AAC/B,2BAAgC;AAChC,+BAAqC;AAErC,+CAAmD;AAQnD,uDAAmD;AACnD,yDAAqD;AACrD,0EAAgF;AAChF,6FAG4D;AAC5D,+DAAkF;AAClF,2DAA2D;AAC3D,oEAAsE;AAEtE,MAAM,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,GAAG,IAAA,8BAAe,GAAE,CAAC;AAEhF,MAAM,UAAU,GAAG,KAAK,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC;AAC3D,MAAM,WAAW,GAAG,KAAK,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;AAElD,SAA+B,aAAa,CAC1C,OAAgC,EAChC,OAAwB;;QAExB,oCAAoC;QACnC,OAAO,CAAC,GAAW,CAAC,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ;YAClD,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ;YACtB,CAAC,CAAC,OAAO,CAAC,GAAG;gBACb,CAAC,CAAC,aAAa;gBACf,CAAC,CAAC,YAAY,CAAC;QAEjB,IAAI,YAAY,GAAoC,EAAE,CAAC;QACvD,MAAM,WAAW,GAAG,IAAA,0BAAiB,EAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAC3D,MAAM,OAAO,GAAG,UAAU,OAAO,CAAC,QAAQ,IAAI,WAAW,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;QAC5E,MAAM,YAAY,GAAG,IAAA,0BAAiB,EACpC,WAAW,EACX,OAAO,CACR,CAAC;QAEF,MAAM,IAAI,GAAG,IAAA,cAAO,EAAC,OAAO,CAAC,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;QACtD,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,OAAO,CAAC,IAAI,EAAE,IAAA,4BAAe,GAAE,CAAC,OAAO,CAAC,CAAC;QAC9D,IAAI,CAAC,OAAO,CAAC,mBAAmB,EAAE;YAChC,MAAM,MAAM,GAAG,IAAA,mDAA4B,EACzC,IAAA,sCAAsB,GAAE,EACxB,OAAO,CAAC,IAAI,EACZ,OAAO,CAAC,WAAW,EACnB,OAAO,EAAE,wBAAwB;YACjC,OAAO,CAAC,iBAAiB,CAC1B,CAAC;YACF,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;YAEnC,IAAA,qDAAoC,EAAC,YAAY,EAAE,OAAO,CAAC,CAAC;SAC7D;QAED,MAAM,MAAM,GAAG,2BAAM,IAAA,sBAAa,EAChC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,uBAAuB,EAChE,YAAY,EACZ,OAAO,EACP,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;QAEF,MAAM,QAAQ,GAAsB;YAClC,GAAG,EAAE,OAAO,CAAC,GAAG;YAChB,GAAG,EAAE,IAAI;YACT,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,KAAK,EAAE,OAAO,CAAC,KAAK;YACpB,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,IAAI,EAAE,OAAO,CAAC,gBAAgB;YAC9B,QAAQ,EAAE,OAAO,CAAC,QAAQ;SAC3B,CAAC;QAEF,MAAM,MAAM,GAAe,OAAO,CAAC,gBAAgB;YACjD,CAAC,CAAC,4BAAY;YACd,CAAC,CAAC,8BAAa,CAAC;QAElB,+BAA+B;QAC/B,IAAI,WAAwB,CAAC;QAC7B,MAAM,eAAe,GAAG,OAAO,CAAC,WAAW;YACzC,CAAC,CAAC,IAAA,WAAI,EAAC,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;YACzC,CAAC,CAAC,IAAA,WAAI,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;QAElC,IAAI,IAAA,eAAU,EAAC,eAAe,CAAC,EAAE;YAC/B,eAAM,CAAC,IAAI,CACT,GAAG,UAAU,iCAAiC,eAAe,EAAE,CAChE,CAAC;YACF,WAAW,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;SACxC;QAED,IAAI;YACF,2BAAM,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAA,CAAC;YACpC,eAAM,CAAC,IAAI,CAAC,GAAG,WAAW,OAAO,OAAO,EAAE,CAAC,CAAC;YAE5C,iCAAM;gBACJ,OAAO;gBACP,OAAO,EAAE,IAAI;aACd,CAAA,CAAC;YAEF,yEAAyE;YACzE,2BAAM,IAAI,OAAO,CAAuB,GAAG,EAAE,GAAE,CAAC,CAAC,CAAA,CAAC;SACnD;QAAC,OAAO,CAAC,EAAE;YACV,IAAI,OAAO,CAAC,GAAG,EAAE;gBACf,MAAM,CAAC,CAAC;aACT;iBAAM;gBACL,MAAM,IAAI,KAAK,CACb,4EAA4E,OAAO,CAAC,WAAW,KAAK,CACrG,CAAC;aACH;SACF;IACH,CAAC;CAAA;AA1FD,gCA0FC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
<%- pageStyleContent %>
|
|
@@ -8,16 +8,9 @@ function CustomApp({ Component, pageProps }: AppProps) {
|
|
|
8
8
|
<Head>
|
|
9
9
|
<title>Welcome to <%= name %>!</title>
|
|
10
10
|
</Head>
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
<img src="/nx-logo-white.svg" alt="Nx logo" width="75" height="50" />
|
|
15
|
-
<h1>Welcome to <%= name %>!</h1>
|
|
16
|
-
</header>
|
|
17
|
-
<main>
|
|
18
|
-
<Component {...pageProps}/>
|
|
19
|
-
</main>
|
|
20
|
-
</div>
|
|
11
|
+
<main className="app">
|
|
12
|
+
<Component {...pageProps}/>
|
|
13
|
+
</main>
|
|
21
14
|
</>
|
|
22
15
|
);
|
|
23
16
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
<%- styleContent %>
|
|
@@ -3,211 +3,793 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createStyleRules = exports.createAppJsx = void 0;
|
|
4
4
|
function createAppJsx(name) {
|
|
5
5
|
return `
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
<div className="wrapper">
|
|
7
|
+
<div className="container">
|
|
8
|
+
<div id="welcome">
|
|
9
|
+
<h1>
|
|
10
|
+
<span> Hello there, </span>
|
|
11
|
+
Welcome ${name} 👋
|
|
12
|
+
</h1>
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<div id="hero" className="rounded">
|
|
16
|
+
<div className="text-container">
|
|
17
|
+
<h2>
|
|
18
|
+
<svg
|
|
19
|
+
fill="none"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
viewBox="0 0 24 24"
|
|
22
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
23
|
+
>
|
|
24
|
+
<path
|
|
25
|
+
strokeLinecap="round"
|
|
26
|
+
strokeLinejoin="round"
|
|
27
|
+
strokeWidth="2"
|
|
28
|
+
d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
<span>You're up and running</span>
|
|
32
|
+
</h2>
|
|
33
|
+
<a href="#commands"> What's next? </a>
|
|
34
|
+
</div>
|
|
35
|
+
<div className="logo-container">
|
|
36
|
+
<svg
|
|
37
|
+
fill="currentColor"
|
|
38
|
+
role="img"
|
|
39
|
+
viewBox="0 0 24 24"
|
|
40
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
41
|
+
>
|
|
42
|
+
<path d="M11.987 14.138l-3.132 4.923-5.193-8.427-.012 8.822H0V4.544h3.691l5.247 8.833.005-3.998 3.044 4.759zm.601-5.761c.024-.048 0-3.784.008-3.833h-3.65c.002.059-.005 3.776-.003 3.833h3.645zm5.634 4.134a2.061 2.061 0 0 0-1.969 1.336 1.963 1.963 0 0 1 2.343-.739c.396.161.917.422 1.33.283a2.1 2.1 0 0 0-1.704-.88zm3.39 1.061c-.375-.13-.8-.277-1.109-.681-.06-.08-.116-.17-.176-.265a2.143 2.143 0 0 0-.533-.642c-.294-.216-.68-.322-1.18-.322a2.482 2.482 0 0 0-2.294 1.536 2.325 2.325 0 0 1 4.002.388.75.75 0 0 0 .836.334c.493-.105.46.36 1.203.518v-.133c-.003-.446-.246-.55-.75-.733zm2.024 1.266a.723.723 0 0 0 .347-.638c-.01-2.957-2.41-5.487-5.37-5.487a5.364 5.364 0 0 0-4.487 2.418c-.01-.026-1.522-2.39-1.538-2.418H8.943l3.463 5.423-3.379 5.32h3.54l1.54-2.366 1.568 2.366h3.541l-3.21-5.052a.7.7 0 0 1-.084-.32 2.69 2.69 0 0 1 2.69-2.691h.001c1.488 0 1.736.89 2.057 1.308.634.826 1.9.464 1.9 1.541a.707.707 0 0 0 1.066.596zm.35.133c-.173.372-.56.338-.755.639-.176.271.114.412.114.412s.337.156.538-.311c.104-.231.14-.488.103-.74z" />
|
|
43
|
+
</svg>
|
|
44
|
+
</div>
|
|
16
45
|
</div>
|
|
17
|
-
</a>
|
|
18
|
-
</div>
|
|
19
|
-
<p>
|
|
20
|
-
Here are some links to help you get started.
|
|
21
|
-
</p>
|
|
22
|
-
<ul className="resources">
|
|
23
|
-
<li className="col-span-2">
|
|
24
|
-
<a
|
|
25
|
-
className="resource flex"
|
|
26
|
-
href="https://egghead.io/playlists/scale-react-development-with-nx-4038"
|
|
27
|
-
>
|
|
28
|
-
Scale React Development with Nx (Course)
|
|
29
|
-
</a>
|
|
30
|
-
</li>
|
|
31
|
-
<li className="col-span-2">
|
|
32
|
-
<a
|
|
33
|
-
className="resource flex"
|
|
34
|
-
href="https://nx.dev/latest/react/tutorial/01-create-application"
|
|
35
|
-
>
|
|
36
|
-
Interactive tutorial
|
|
37
|
-
</a>
|
|
38
|
-
</li>
|
|
39
|
-
<li className="col-span-2">
|
|
40
|
-
<a className="resource flex" href="https://nx.app/">
|
|
41
|
-
<svg width="36" height="36" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
42
|
-
<path d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z" fill="#0E2039"/>
|
|
43
|
-
<path d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z" fill="white"/>
|
|
44
|
-
</svg>
|
|
45
|
-
<span className="gutter-left">Nx Cloud</span>
|
|
46
|
-
</a>
|
|
47
|
-
</li>
|
|
48
|
-
</ul>
|
|
49
|
-
<h2>Next Steps</h2>
|
|
50
|
-
<p>
|
|
51
|
-
Here are some things you can do with Nx.
|
|
52
|
-
</p>
|
|
53
|
-
<details open>
|
|
54
|
-
<summary>Add UI library</summary>
|
|
55
|
-
<pre>{\`# Generate UI lib
|
|
56
|
-
nx g @nrwl/react:lib ui
|
|
57
46
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
47
|
+
<div id="middle-content">
|
|
48
|
+
<div id="learning-materials" className="rounded shadow">
|
|
49
|
+
<h2>Learning materials</h2>
|
|
50
|
+
<a
|
|
51
|
+
href="https://nx.dev/getting-started/intro?utm_source=nx-project"
|
|
52
|
+
target="_blank"
|
|
53
|
+
rel="noreferrer"
|
|
54
|
+
className="list-item-link"
|
|
55
|
+
>
|
|
56
|
+
<svg
|
|
57
|
+
fill="none"
|
|
58
|
+
stroke="currentColor"
|
|
59
|
+
viewBox="0 0 24 24"
|
|
60
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
61
|
+
>
|
|
62
|
+
<path
|
|
63
|
+
strokeLinecap="round"
|
|
64
|
+
strokeLinejoin="round"
|
|
65
|
+
strokeWidth="2"
|
|
66
|
+
d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"
|
|
67
|
+
/>
|
|
68
|
+
</svg>
|
|
69
|
+
<span>
|
|
70
|
+
Documentation
|
|
71
|
+
<span> Everything is in there </span>
|
|
72
|
+
</span>
|
|
73
|
+
<svg
|
|
74
|
+
fill="none"
|
|
75
|
+
stroke="currentColor"
|
|
76
|
+
viewBox="0 0 24 24"
|
|
77
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
78
|
+
>
|
|
79
|
+
<path
|
|
80
|
+
strokeLinecap="round"
|
|
81
|
+
strokeLinejoin="round"
|
|
82
|
+
strokeWidth="2"
|
|
83
|
+
d="M9 5l7 7-7 7"
|
|
84
|
+
/>
|
|
85
|
+
</svg>
|
|
86
|
+
</a>
|
|
87
|
+
<a
|
|
88
|
+
href="https://blog.nrwl.io/?utm_source=nx-project"
|
|
89
|
+
target="_blank"
|
|
90
|
+
rel="noreferrer"
|
|
91
|
+
className="list-item-link"
|
|
92
|
+
>
|
|
93
|
+
<svg
|
|
94
|
+
fill="none"
|
|
95
|
+
stroke="currentColor"
|
|
96
|
+
viewBox="0 0 24 24"
|
|
97
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
98
|
+
>
|
|
99
|
+
<path
|
|
100
|
+
strokeLinecap="round"
|
|
101
|
+
strokeLinejoin="round"
|
|
102
|
+
strokeWidth="2"
|
|
103
|
+
d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z"
|
|
104
|
+
/>
|
|
105
|
+
</svg>
|
|
106
|
+
<span>
|
|
107
|
+
Blog
|
|
108
|
+
<span> Changelog, features & events </span>
|
|
109
|
+
</span>
|
|
110
|
+
<svg
|
|
111
|
+
fill="none"
|
|
112
|
+
stroke="currentColor"
|
|
113
|
+
viewBox="0 0 24 24"
|
|
114
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
115
|
+
>
|
|
116
|
+
<path
|
|
117
|
+
strokeLinecap="round"
|
|
118
|
+
strokeLinejoin="round"
|
|
119
|
+
strokeWidth="2"
|
|
120
|
+
d="M9 5l7 7-7 7"
|
|
121
|
+
/>
|
|
122
|
+
</svg>
|
|
123
|
+
</a>
|
|
124
|
+
<a
|
|
125
|
+
href="https://www.youtube.com/c/Nrwl_io/videos?utm_source=nx-project&sub_confirmation=1"
|
|
126
|
+
target="_blank"
|
|
127
|
+
rel="noreferrer"
|
|
128
|
+
className="list-item-link"
|
|
129
|
+
>
|
|
130
|
+
<svg
|
|
131
|
+
role="img"
|
|
132
|
+
viewBox="0 0 24 24"
|
|
133
|
+
fill="currentColor"
|
|
134
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
135
|
+
>
|
|
136
|
+
<title>YouTube</title>
|
|
137
|
+
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
|
|
138
|
+
</svg>
|
|
139
|
+
<span>
|
|
140
|
+
YouTube channel
|
|
141
|
+
<span> Nx Show, talks & tutorials </span>
|
|
142
|
+
</span>
|
|
143
|
+
<svg
|
|
144
|
+
fill="none"
|
|
145
|
+
stroke="currentColor"
|
|
146
|
+
viewBox="0 0 24 24"
|
|
147
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
148
|
+
>
|
|
149
|
+
<path
|
|
150
|
+
strokeLinecap="round"
|
|
151
|
+
strokeLinejoin="round"
|
|
152
|
+
strokeWidth="2"
|
|
153
|
+
d="M9 5l7 7-7 7"
|
|
154
|
+
/>
|
|
155
|
+
</svg>
|
|
156
|
+
</a>
|
|
157
|
+
<a
|
|
158
|
+
href="https://nx.dev/tutorial/01-create-application?utm_source=nx-project"
|
|
159
|
+
target="_blank"
|
|
160
|
+
rel="noreferrer"
|
|
161
|
+
className="list-item-link"
|
|
162
|
+
>
|
|
163
|
+
<svg
|
|
164
|
+
fill="none"
|
|
165
|
+
stroke="currentColor"
|
|
166
|
+
viewBox="0 0 24 24"
|
|
167
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
168
|
+
>
|
|
169
|
+
<path
|
|
170
|
+
strokeLinecap="round"
|
|
171
|
+
strokeLinejoin="round"
|
|
172
|
+
strokeWidth="2"
|
|
173
|
+
d="M15 15l-2 5L9 9l11 4-5 2zm0 0l5 5M7.188 2.239l.777 2.897M5.136 7.965l-2.898-.777M13.95 4.05l-2.122 2.122m-5.657 5.656l-2.12 2.122"
|
|
174
|
+
/>
|
|
175
|
+
</svg>
|
|
176
|
+
<span>
|
|
177
|
+
Interactive tutorials
|
|
178
|
+
<span> Create an app, step-by-step </span>
|
|
179
|
+
</span>
|
|
180
|
+
<svg
|
|
181
|
+
fill="none"
|
|
182
|
+
stroke="currentColor"
|
|
183
|
+
viewBox="0 0 24 24"
|
|
184
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
185
|
+
>
|
|
186
|
+
<path
|
|
187
|
+
strokeLinecap="round"
|
|
188
|
+
strokeLinejoin="round"
|
|
189
|
+
strokeWidth="2"
|
|
190
|
+
d="M9 5l7 7-7 7"
|
|
191
|
+
/>
|
|
192
|
+
</svg>
|
|
193
|
+
</a>
|
|
194
|
+
<a
|
|
195
|
+
href="https://nxplaybook.com/?utm_source=nx-project"
|
|
196
|
+
target="_blank"
|
|
197
|
+
rel="noreferrer"
|
|
198
|
+
className="list-item-link"
|
|
199
|
+
>
|
|
200
|
+
<svg
|
|
201
|
+
fill="none"
|
|
202
|
+
stroke="currentColor"
|
|
203
|
+
viewBox="0 0 24 24"
|
|
204
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
205
|
+
>
|
|
206
|
+
<path d="M12 14l9-5-9-5-9 5 9 5z" />
|
|
207
|
+
<path d="M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z" />
|
|
208
|
+
<path
|
|
209
|
+
strokeLinecap="round"
|
|
210
|
+
strokeLinejoin="round"
|
|
211
|
+
strokeWidth="2"
|
|
212
|
+
d="M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222"
|
|
213
|
+
/>
|
|
214
|
+
</svg>
|
|
215
|
+
<span>
|
|
216
|
+
Video courses
|
|
217
|
+
<span> Nx custom courses </span>
|
|
218
|
+
</span>
|
|
219
|
+
<svg
|
|
220
|
+
fill="none"
|
|
221
|
+
stroke="currentColor"
|
|
222
|
+
viewBox="0 0 24 24"
|
|
223
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
224
|
+
>
|
|
225
|
+
<path
|
|
226
|
+
strokeLinecap="round"
|
|
227
|
+
strokeLinejoin="round"
|
|
228
|
+
strokeWidth="2"
|
|
229
|
+
d="M9 5l7 7-7 7"
|
|
230
|
+
/>
|
|
231
|
+
</svg>
|
|
232
|
+
</a>
|
|
233
|
+
</div>
|
|
234
|
+
<div id="other-links">
|
|
235
|
+
<a
|
|
236
|
+
id="nx-console"
|
|
237
|
+
className="button-pill rounded shadow"
|
|
238
|
+
href="https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console&utm_source=nx-project"
|
|
239
|
+
target="_blank"
|
|
240
|
+
rel="noreferrer"
|
|
241
|
+
>
|
|
242
|
+
<svg
|
|
243
|
+
fill="currentColor"
|
|
244
|
+
role="img"
|
|
245
|
+
viewBox="0 0 24 24"
|
|
246
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
247
|
+
>
|
|
248
|
+
<title>Visual Studio Code</title>
|
|
249
|
+
<path d="M23.15 2.587L18.21.21a1.494 1.494 0 0 0-1.705.29l-9.46 8.63-4.12-3.128a.999.999 0 0 0-1.276.057L.327 7.261A1 1 0 0 0 .326 8.74L3.899 12 .326 15.26a1 1 0 0 0 .001 1.479L1.65 17.94a.999.999 0 0 0 1.276.057l4.12-3.128 9.46 8.63a1.492 1.492 0 0 0 1.704.29l4.942-2.377A1.5 1.5 0 0 0 24 20.06V3.939a1.5 1.5 0 0 0-.85-1.352zm-5.146 14.861L10.826 12l7.178-5.448v10.896z" />
|
|
250
|
+
</svg>
|
|
251
|
+
<span>
|
|
252
|
+
Install Nx Console
|
|
253
|
+
<span>Plugin for VSCode</span>
|
|
254
|
+
</span>
|
|
255
|
+
</a>
|
|
256
|
+
<div id="nx-cloud" className="rounded shadow">
|
|
257
|
+
<div>
|
|
258
|
+
<svg
|
|
259
|
+
viewBox="0 0 120 120"
|
|
260
|
+
fill="none"
|
|
261
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
262
|
+
>
|
|
263
|
+
<path
|
|
264
|
+
d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z"
|
|
265
|
+
fill="#0E2039"
|
|
266
|
+
/>
|
|
267
|
+
<path
|
|
268
|
+
d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z"
|
|
269
|
+
fill="white"
|
|
270
|
+
/>
|
|
271
|
+
</svg>
|
|
272
|
+
<h2>
|
|
273
|
+
NxCloud
|
|
274
|
+
<span>
|
|
275
|
+
Enable faster CI & better DX
|
|
276
|
+
</span>
|
|
277
|
+
</h2>
|
|
278
|
+
</div>
|
|
279
|
+
<p>
|
|
280
|
+
You can activate distributed tasks executions and caching by
|
|
281
|
+
running:
|
|
282
|
+
</p>
|
|
283
|
+
<pre>nx connect-to-nx-cloud</pre>
|
|
284
|
+
<a
|
|
285
|
+
href="https://nx.app/?utm_source=nx-project"
|
|
286
|
+
target="_blank"
|
|
287
|
+
rel="noreferrer"
|
|
288
|
+
>
|
|
289
|
+
{' '}
|
|
290
|
+
What is Nx Cloud?{' '}
|
|
291
|
+
</a>
|
|
292
|
+
</div>
|
|
293
|
+
<a
|
|
294
|
+
id="nx-repo"
|
|
295
|
+
className="button-pill rounded shadow"
|
|
296
|
+
href="https://github.com/nrwl/nx?utm_source=nx-project"
|
|
297
|
+
target="_blank"
|
|
298
|
+
rel="noreferrer"
|
|
299
|
+
>
|
|
300
|
+
<svg
|
|
301
|
+
fill="currentColor"
|
|
302
|
+
role="img"
|
|
303
|
+
viewBox="0 0 24 24"
|
|
304
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
305
|
+
>
|
|
306
|
+
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
|
|
307
|
+
</svg>
|
|
308
|
+
<span>
|
|
309
|
+
Nx is open source
|
|
310
|
+
<span> Love Nx? Give us a star! </span>
|
|
311
|
+
</span>
|
|
312
|
+
</a>
|
|
313
|
+
</div>
|
|
314
|
+
</div>
|
|
69
315
|
|
|
70
|
-
|
|
71
|
-
|
|
316
|
+
<div id="commands" className="rounded shadow">
|
|
317
|
+
<h2>Next steps</h2>
|
|
318
|
+
<p>Here are some things you can do with Nx:</p>
|
|
319
|
+
<details>
|
|
320
|
+
<summary>
|
|
321
|
+
<svg
|
|
322
|
+
fill="none"
|
|
323
|
+
stroke="currentColor"
|
|
324
|
+
viewBox="0 0 24 24"
|
|
325
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
326
|
+
>
|
|
327
|
+
<path
|
|
328
|
+
strokeLinecap="round"
|
|
329
|
+
strokeLinejoin="round"
|
|
330
|
+
strokeWidth="2"
|
|
331
|
+
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
|
332
|
+
/>
|
|
333
|
+
</svg>
|
|
334
|
+
Add UI library
|
|
335
|
+
</summary>
|
|
336
|
+
<pre>
|
|
337
|
+
<span># Generate UI lib</span>
|
|
338
|
+
nx g @nrwl/angular:lib ui
|
|
339
|
+
<span># Add a component</span>
|
|
340
|
+
nx g @nrwl/angular:component button --project ui
|
|
341
|
+
</pre>
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
<svg
|
|
346
|
+
fill="none"
|
|
347
|
+
stroke="currentColor"
|
|
348
|
+
viewBox="0 0 24 24"
|
|
349
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
350
|
+
>
|
|
351
|
+
<path
|
|
352
|
+
strokeLinecap="round"
|
|
353
|
+
strokeLinejoin="round"
|
|
354
|
+
strokeWidth="2"
|
|
355
|
+
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
|
356
|
+
/>
|
|
357
|
+
</svg>
|
|
358
|
+
View interactive dependency graph
|
|
359
|
+
</summary>
|
|
360
|
+
<pre>nx dep-graph</pre>
|
|
361
|
+
</details>
|
|
362
|
+
<details>
|
|
363
|
+
<summary>
|
|
364
|
+
<svg
|
|
365
|
+
fill="none"
|
|
366
|
+
stroke="currentColor"
|
|
367
|
+
viewBox="0 0 24 24"
|
|
368
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
369
|
+
>
|
|
370
|
+
<path
|
|
371
|
+
strokeLinecap="round"
|
|
372
|
+
strokeLinejoin="round"
|
|
373
|
+
strokeWidth="2"
|
|
374
|
+
d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"
|
|
375
|
+
/>
|
|
376
|
+
</svg>
|
|
377
|
+
Run affected commands
|
|
378
|
+
</summary>
|
|
379
|
+
<pre>
|
|
380
|
+
<span># see what's been affected by changes</span>
|
|
381
|
+
nx affected:dep-graph
|
|
382
|
+
<span># run tests for current changes</span>
|
|
383
|
+
nx affected:test
|
|
384
|
+
<span># run e2e tests for current changes</span>
|
|
385
|
+
nx affected:e2e
|
|
386
|
+
</pre>
|
|
387
|
+
</details>
|
|
388
|
+
</div>
|
|
72
389
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
390
|
+
<p id="love">
|
|
391
|
+
Carefully crafted with
|
|
392
|
+
<svg
|
|
393
|
+
fill="currentColor"
|
|
394
|
+
stroke="none"
|
|
395
|
+
viewBox="0 0 24 24"
|
|
396
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
397
|
+
>
|
|
398
|
+
<path
|
|
399
|
+
strokeLinecap="round"
|
|
400
|
+
strokeLinejoin="round"
|
|
401
|
+
strokeWidth="2"
|
|
402
|
+
d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"
|
|
403
|
+
/>
|
|
404
|
+
</svg>
|
|
405
|
+
</p>
|
|
406
|
+
</div>
|
|
407
|
+
</div>
|
|
77
408
|
`;
|
|
78
409
|
}
|
|
79
410
|
exports.createAppJsx = createAppJsx;
|
|
80
411
|
function createStyleRules() {
|
|
81
412
|
return `
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
413
|
+
html {
|
|
414
|
+
-webkit-text-size-adjust: 100%;
|
|
415
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
416
|
+
line-height: 1.5;
|
|
417
|
+
tab-size: 4;
|
|
418
|
+
scroll-behavior: smooth;
|
|
419
|
+
}
|
|
420
|
+
body {
|
|
421
|
+
font-family: inherit;
|
|
422
|
+
line-height: inherit;
|
|
423
|
+
margin: 0;
|
|
424
|
+
}
|
|
425
|
+
h1,
|
|
426
|
+
h2,
|
|
427
|
+
p,
|
|
428
|
+
pre {
|
|
429
|
+
margin: 0;
|
|
430
|
+
}
|
|
431
|
+
*,
|
|
432
|
+
::before,
|
|
433
|
+
::after {
|
|
434
|
+
box-sizing: border-box;
|
|
435
|
+
border-width: 0;
|
|
436
|
+
border-style: solid;
|
|
437
|
+
border-color: currentColor;
|
|
438
|
+
}
|
|
439
|
+
h1,
|
|
440
|
+
h2 {
|
|
441
|
+
font-size: inherit;
|
|
442
|
+
font-weight: inherit;
|
|
443
|
+
}
|
|
444
|
+
a {
|
|
445
|
+
color: inherit;
|
|
446
|
+
text-decoration: inherit;
|
|
447
|
+
}
|
|
448
|
+
pre {
|
|
449
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
450
|
+
}
|
|
451
|
+
svg {
|
|
452
|
+
display: block;
|
|
453
|
+
vertical-align: middle;
|
|
454
|
+
shape-rendering: auto;
|
|
455
|
+
text-rendering: optimizeLegibility;
|
|
456
|
+
}
|
|
457
|
+
pre {
|
|
458
|
+
background-color: rgba(55, 65, 81, 1);
|
|
459
|
+
border-radius: 0.25rem;
|
|
460
|
+
color: rgba(229, 231, 235, 1);
|
|
461
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
462
|
+
overflow: scroll;
|
|
463
|
+
padding: 0.5rem 0.75rem;
|
|
464
|
+
}
|
|
123
465
|
|
|
124
|
-
.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
.
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
.
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
466
|
+
.shadow {
|
|
467
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
468
|
+
}
|
|
469
|
+
.rounded {
|
|
470
|
+
border-radius: 1.5rem;
|
|
471
|
+
}
|
|
472
|
+
.wrapper {
|
|
473
|
+
width: 100%;
|
|
474
|
+
}
|
|
475
|
+
.container {
|
|
476
|
+
margin-left: auto;
|
|
477
|
+
margin-right: auto;
|
|
478
|
+
max-width: 768px;
|
|
479
|
+
padding-bottom: 3rem;
|
|
480
|
+
padding-left: 1rem;
|
|
481
|
+
padding-right: 1rem;
|
|
482
|
+
color: rgba(55, 65, 81, 1);
|
|
483
|
+
width: 100%;
|
|
484
|
+
}
|
|
485
|
+
#welcome {
|
|
486
|
+
margin-top: 2.5rem;
|
|
487
|
+
}
|
|
488
|
+
#welcome h1 {
|
|
489
|
+
font-size: 3rem;
|
|
490
|
+
font-weight: 500;
|
|
491
|
+
letter-spacing: -0.025em;
|
|
492
|
+
line-height: 1;
|
|
493
|
+
}
|
|
494
|
+
#welcome span {
|
|
495
|
+
display: block;
|
|
496
|
+
font-size: 1.875rem;
|
|
497
|
+
font-weight: 300;
|
|
498
|
+
line-height: 2.25rem;
|
|
499
|
+
margin-bottom: 0.5rem;
|
|
500
|
+
}
|
|
501
|
+
#hero {
|
|
502
|
+
align-items: center;
|
|
503
|
+
background-color: hsla(214, 62%, 21%, 1);
|
|
504
|
+
border: none;
|
|
505
|
+
box-sizing: border-box;
|
|
506
|
+
color: rgba(55, 65, 81, 1);
|
|
507
|
+
display: grid;
|
|
508
|
+
grid-template-columns: 1fr;
|
|
509
|
+
margin-top: 3.5rem;
|
|
510
|
+
}
|
|
511
|
+
#hero .text-container {
|
|
512
|
+
color: rgba(255, 255, 255, 1);
|
|
513
|
+
padding: 3rem 2rem;
|
|
514
|
+
}
|
|
515
|
+
#hero .text-container h2 {
|
|
516
|
+
font-size: 1.5rem;
|
|
517
|
+
line-height: 2rem;
|
|
518
|
+
position: relative;
|
|
519
|
+
}
|
|
520
|
+
#hero .text-container h2 svg {
|
|
521
|
+
color: hsla(162, 47%, 50%, 1);
|
|
522
|
+
height: 2rem;
|
|
523
|
+
left: -0.25rem;
|
|
524
|
+
position: absolute;
|
|
525
|
+
top: 0;
|
|
526
|
+
width: 2rem;
|
|
527
|
+
}
|
|
528
|
+
#hero .text-container h2 span {
|
|
529
|
+
margin-left: 2.5rem;
|
|
530
|
+
}
|
|
531
|
+
#hero .text-container a {
|
|
532
|
+
background-color: rgba(255, 255, 255, 1);
|
|
533
|
+
border-radius: 0.75rem;
|
|
534
|
+
color: rgba(55, 65, 81, 1);
|
|
535
|
+
display: inline-block;
|
|
536
|
+
margin-top: 1.5rem;
|
|
537
|
+
padding: 1rem 2rem;
|
|
538
|
+
text-decoration: inherit;
|
|
539
|
+
}
|
|
540
|
+
#hero .logo-container {
|
|
541
|
+
display: none;
|
|
542
|
+
justify-content: center;
|
|
543
|
+
padding-left: 2rem;
|
|
544
|
+
padding-right: 2rem;
|
|
545
|
+
}
|
|
546
|
+
#hero .logo-container svg {
|
|
547
|
+
color: rgba(255, 255, 255, 1);
|
|
548
|
+
width: 66.666667%;
|
|
549
|
+
}
|
|
550
|
+
#middle-content {
|
|
551
|
+
align-items: flex-start;
|
|
552
|
+
display: grid;
|
|
553
|
+
gap: 4rem;
|
|
554
|
+
grid-template-columns: 1fr;
|
|
555
|
+
margin-top: 3.5rem;
|
|
556
|
+
}
|
|
557
|
+
#learning-materials {
|
|
558
|
+
padding: 2.5rem 2rem;
|
|
559
|
+
}
|
|
560
|
+
#learning-materials h2 {
|
|
561
|
+
font-weight: 500;
|
|
562
|
+
font-size: 1.25rem;
|
|
563
|
+
letter-spacing: -0.025em;
|
|
564
|
+
line-height: 1.75rem;
|
|
565
|
+
padding-left: 1rem;
|
|
566
|
+
padding-right: 1rem;
|
|
567
|
+
}
|
|
568
|
+
.list-item-link {
|
|
569
|
+
align-items: center;
|
|
570
|
+
border-radius: 0.75rem;
|
|
571
|
+
display: flex;
|
|
572
|
+
margin-top: 1rem;
|
|
573
|
+
padding: 1rem;
|
|
574
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
575
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
576
|
+
transition-duration: 150ms;
|
|
577
|
+
width: 100%;
|
|
578
|
+
}
|
|
579
|
+
.list-item-link svg:first-child {
|
|
580
|
+
margin-right: 1rem;
|
|
581
|
+
height: 1.5rem;
|
|
582
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
583
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
584
|
+
transition-duration: 150ms;
|
|
585
|
+
width: 1.5rem;
|
|
586
|
+
}
|
|
587
|
+
.list-item-link > span {
|
|
588
|
+
flex-grow: 1;
|
|
589
|
+
font-weight: 400;
|
|
590
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
591
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
592
|
+
transition-duration: 150ms;
|
|
593
|
+
}
|
|
594
|
+
.list-item-link > span > span {
|
|
595
|
+
color: rgba(107, 114, 128, 1);
|
|
596
|
+
display: block;
|
|
597
|
+
flex-grow: 1;
|
|
598
|
+
font-size: 0.75rem;
|
|
599
|
+
font-weight: 300;
|
|
600
|
+
line-height: 1rem;
|
|
601
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
602
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
603
|
+
transition-duration: 150ms;
|
|
604
|
+
}
|
|
605
|
+
.list-item-link svg:last-child {
|
|
606
|
+
height: 1rem;
|
|
607
|
+
transition-property: all;
|
|
608
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
609
|
+
transition-duration: 150ms;
|
|
610
|
+
width: 1rem;
|
|
611
|
+
}
|
|
612
|
+
.list-item-link:hover {
|
|
613
|
+
color: rgba(255, 255, 255, 1);
|
|
614
|
+
background-color: hsla(162, 47%, 50%, 1);
|
|
615
|
+
}
|
|
616
|
+
.list-item-link:hover > span {}
|
|
617
|
+
.list-item-link:hover > span > span {
|
|
618
|
+
color: rgba(243, 244, 246, 1);
|
|
619
|
+
}
|
|
620
|
+
.list-item-link:hover svg:last-child {
|
|
621
|
+
transform: translateX(0.25rem);
|
|
622
|
+
}
|
|
623
|
+
#other-links {}
|
|
624
|
+
.button-pill {
|
|
625
|
+
padding: 1.5rem 2rem;
|
|
626
|
+
transition-duration: 300ms;
|
|
627
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
628
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
629
|
+
align-items: center;
|
|
630
|
+
display: flex;
|
|
631
|
+
}
|
|
632
|
+
.button-pill svg {
|
|
633
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
634
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
635
|
+
transition-duration: 150ms;
|
|
636
|
+
flex-shrink: 0;
|
|
637
|
+
width: 3rem;
|
|
638
|
+
}
|
|
639
|
+
.button-pill > span {
|
|
640
|
+
letter-spacing: -0.025em;
|
|
641
|
+
font-weight: 400;
|
|
642
|
+
font-size: 1.125rem;
|
|
643
|
+
line-height: 1.75rem;
|
|
644
|
+
padding-left: 1rem;
|
|
645
|
+
padding-right: 1rem;
|
|
646
|
+
}
|
|
647
|
+
.button-pill span span {
|
|
648
|
+
display: block;
|
|
649
|
+
font-size: 0.875rem;
|
|
650
|
+
font-weight: 300;
|
|
651
|
+
line-height: 1.25rem;
|
|
652
|
+
}
|
|
653
|
+
.button-pill:hover svg,
|
|
654
|
+
.button-pill:hover {
|
|
655
|
+
color: rgba(255, 255, 255, 1) !important;
|
|
656
|
+
}
|
|
657
|
+
#nx-console:hover {
|
|
658
|
+
background-color: rgba(0, 122, 204, 1);
|
|
659
|
+
}
|
|
660
|
+
#nx-console svg {
|
|
661
|
+
color: rgba(0, 122, 204, 1);
|
|
662
|
+
}
|
|
663
|
+
#nx-repo:hover {
|
|
664
|
+
background-color: rgba(24, 23, 23, 1);
|
|
665
|
+
}
|
|
666
|
+
#nx-repo svg {
|
|
667
|
+
color: rgba(24, 23, 23, 1);
|
|
668
|
+
}
|
|
669
|
+
#nx-cloud {
|
|
670
|
+
margin-bottom: 2rem;
|
|
671
|
+
margin-top: 2rem;
|
|
672
|
+
padding: 2.5rem 2rem;
|
|
673
|
+
}
|
|
674
|
+
#nx-cloud > div {
|
|
675
|
+
align-items: center;
|
|
676
|
+
display: flex;
|
|
677
|
+
}
|
|
678
|
+
#nx-cloud > div svg {
|
|
679
|
+
border-radius: 0.375rem;
|
|
680
|
+
flex-shrink: 0;
|
|
681
|
+
width: 3rem;
|
|
682
|
+
}
|
|
683
|
+
#nx-cloud > div h2 {
|
|
684
|
+
font-size: 1.125rem;
|
|
685
|
+
font-weight: 400;
|
|
686
|
+
letter-spacing: -0.025em;
|
|
687
|
+
line-height: 1.75rem;
|
|
688
|
+
padding-left: 1rem;
|
|
689
|
+
padding-right: 1rem;
|
|
690
|
+
}
|
|
691
|
+
#nx-cloud > div h2 span {
|
|
692
|
+
display: block;
|
|
693
|
+
font-size: 0.875rem;
|
|
694
|
+
font-weight: 300;
|
|
695
|
+
line-height: 1.25rem;
|
|
696
|
+
}
|
|
697
|
+
#nx-cloud p {
|
|
698
|
+
font-size: 1rem;
|
|
699
|
+
line-height: 1.5rem;
|
|
700
|
+
margin-top: 1rem;
|
|
701
|
+
}
|
|
702
|
+
#nx-cloud pre {
|
|
703
|
+
margin-top: 1rem;
|
|
704
|
+
}
|
|
705
|
+
#nx-cloud a {
|
|
706
|
+
color: rgba(107, 114, 128, 1);
|
|
707
|
+
display: block;
|
|
708
|
+
font-size: 0.875rem;
|
|
709
|
+
line-height: 1.25rem;
|
|
710
|
+
margin-top: 1.5rem;
|
|
711
|
+
text-align: right;
|
|
712
|
+
}
|
|
713
|
+
#nx-cloud a:hover {
|
|
714
|
+
text-decoration: underline;
|
|
715
|
+
}
|
|
716
|
+
#commands {
|
|
717
|
+
padding: 2.5rem 2rem;
|
|
718
|
+
margin-top: 3.5rem;
|
|
719
|
+
}
|
|
720
|
+
#commands h2 {
|
|
721
|
+
font-size: 1.25rem;
|
|
722
|
+
font-weight: 400;
|
|
723
|
+
letter-spacing: -0.025em;
|
|
724
|
+
line-height: 1.75rem;
|
|
725
|
+
padding-left: 1rem;
|
|
726
|
+
padding-right: 1rem;
|
|
727
|
+
}
|
|
728
|
+
#commands p {
|
|
729
|
+
font-size: 1rem;
|
|
730
|
+
font-weight: 300;
|
|
731
|
+
line-height: 1.5rem;
|
|
732
|
+
margin-top: 1rem;
|
|
733
|
+
padding-left: 1rem;
|
|
734
|
+
padding-right: 1rem;
|
|
735
|
+
}
|
|
736
|
+
details {
|
|
737
|
+
align-items: center;
|
|
738
|
+
display: flex;
|
|
739
|
+
margin-top: 1rem;
|
|
740
|
+
padding-left: 1rem;
|
|
741
|
+
padding-right: 1rem;
|
|
742
|
+
width: 100%;
|
|
743
|
+
}
|
|
744
|
+
details pre > span {
|
|
745
|
+
color: rgba(181, 181, 181, 1);
|
|
746
|
+
display: block;
|
|
747
|
+
}
|
|
748
|
+
summary {
|
|
749
|
+
border-radius: 0.5rem;
|
|
750
|
+
display: flex;
|
|
751
|
+
font-weight: 400;
|
|
752
|
+
padding: 0.5rem;
|
|
753
|
+
cursor: pointer;
|
|
754
|
+
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
755
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
756
|
+
transition-duration: 150ms;
|
|
757
|
+
}
|
|
758
|
+
summary:hover {
|
|
759
|
+
background-color: rgba(243, 244, 246, 1);
|
|
760
|
+
}
|
|
761
|
+
summary svg {
|
|
762
|
+
height: 1.5rem;
|
|
763
|
+
margin-right: 1rem;
|
|
764
|
+
width: 1.5rem;
|
|
765
|
+
}
|
|
766
|
+
#love {
|
|
767
|
+
color: rgba(107, 114, 128, 1);
|
|
768
|
+
font-size: 0.875rem;
|
|
769
|
+
line-height: 1.25rem;
|
|
770
|
+
margin-top: 3.5rem;
|
|
771
|
+
opacity: 0.6;
|
|
772
|
+
text-align: center;
|
|
773
|
+
}
|
|
774
|
+
#love svg {
|
|
775
|
+
color: rgba(252, 165, 165, 1);
|
|
776
|
+
width: 1.25rem;
|
|
777
|
+
height: 1.25rem;
|
|
778
|
+
display: inline;
|
|
779
|
+
margin-top: -0.25rem;
|
|
780
|
+
}
|
|
781
|
+
@media screen and (min-width: 768px) {
|
|
782
|
+
#hero {
|
|
783
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
784
|
+
}
|
|
785
|
+
#hero .logo-container {
|
|
786
|
+
display: flex;
|
|
787
|
+
}
|
|
788
|
+
#middle-content {
|
|
789
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
`;
|
|
211
793
|
}
|
|
212
794
|
exports.createStyleRules = createStyleRules;
|
|
213
795
|
//# sourceMappingURL=create-application-files.helpers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-application-files.helpers.js","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.helpers.ts"],"names":[],"mappings":";;;AAAA,SAAgB,YAAY,CAAC,IAAY;IACvC,OAAO
|
|
1
|
+
{"version":3,"file":"create-application-files.helpers.js","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.helpers.ts"],"names":[],"mappings":";;;AAAA,SAAgB,YAAY,CAAC,IAAY;IACvC,OAAO;;;;;;sBAMa,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6YvB,CAAC;AACJ,CAAC;AArZD,oCAqZC;AAED,SAAgB,gBAAgB;IAC9B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4XN,CAAC;AACJ,CAAC;AA9XD,4CA8XC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-application-files.js","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":";;;AAAA,+BAA4B;AAE5B,yFAG4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"create-application-files.js","sourceRoot":"","sources":["../../../../../../../packages/next/src/generators/application/lib/create-application-files.ts"],"names":[],"mappings":";;;AAAA,+BAA4B;AAE5B,yFAG4C;AAC5C,yCAAgF;AAEhF,SAAgB,sBAAsB,CAAC,IAAU,EAAE,OAAyB;IAC1E,MAAM,iBAAiB,iDAClB,IAAA,cAAK,EAAC,OAAO,CAAC,IAAI,CAAC,GACnB,OAAO,KACV,IAAI,EAAE,EAAE,EACR,cAAc,EAAE,IAAA,uBAAc,EAAC,OAAO,CAAC,cAAc,CAAC,EACtD,UAAU,EAAE,IAAA,+CAAY,EAAC,OAAO,CAAC,IAAI,CAAC,EACtC,YAAY,EAAE,IAAA,mDAAgB,GAAE,EAChC,gBAAgB,EAAE,UAAU,EAC5B,SAAS,EACP,OAAO,CAAC,KAAK,KAAK,MAAM,IAAI,OAAO,CAAC,KAAK,KAAK,MAAM;YAClD,CAAC,CAAC,OAAO,CAAC,KAAK;YACf,CAAC,CAAC,KAAK,GACZ,CAAC;IAEF,IAAA,sBAAa,EACX,IAAI,EACJ,IAAA,WAAI,EAAC,SAAS,EAAE,UAAU,CAAC,EAC3B,OAAO,CAAC,cAAc,EACtB,iBAAiB,CAClB,CAAC;IAEF,IAAI,OAAO,CAAC,cAAc,KAAK,MAAM,EAAE;QACrC,IAAI,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,cAAc,UAAU,OAAO,CAAC,QAAQ,WAAW,CAAC,CAAC;KAC7E;IAED,sDAAsD;IACtD,qFAAqF;IACrF,IAAI,OAAO,CAAC,GAAG,KAAK,KAAK,EAAE;QACzB,IAAI,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,cAAc,WAAW,CAAC,CAAC;KACnD;IAED,IAAI,OAAO,CAAC,YAAY,EAAE;QACxB,IAAI,CAAC,MAAM,CACT,GAAG,OAAO,CAAC,cAAc,UAAU,OAAO,CAAC,QAAQ,WAAW,OAAO,CAAC,KAAK,EAAE,CAC9E,CAAC;KACH;IAED,IAAI,OAAO,CAAC,KAAK,KAAK,mBAAmB,EAAE;QACzC,IAAI,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,cAAc,sBAAsB,CAAC,CAAC;KAC9D;IAED,IAAI,OAAO,CAAC,EAAE,EAAE;QACd,IAAI,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,cAAc,aAAa,CAAC,CAAC;QACpD,IAAA,aAAI,EAAC,IAAI,CAAC,CAAC;QACX,IAAI,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,cAAc,gBAAgB,CAAC,CAAC;KACxD;AACH,CAAC;AA/CD,wDA+CC"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const nxVersion = "*";
|
|
2
|
-
export declare const nextVersion = "12.0.
|
|
3
|
-
export declare const eslintConfigNextVersion = "12.0.
|
|
2
|
+
export declare const nextVersion = "12.0.7";
|
|
3
|
+
export declare const eslintConfigNextVersion = "12.0.7";
|
|
4
4
|
export declare const sassVersion = "1.43.2";
|
|
5
5
|
export declare const lessLoader = "10.2.0";
|
|
6
6
|
export declare const stylusLoader = "6.2.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.babelPluginStyledComponentsVersion = exports.emotionServerVersion = exports.stylusLoader = exports.lessLoader = exports.sassVersion = exports.eslintConfigNextVersion = exports.nextVersion = exports.nxVersion = void 0;
|
|
4
|
-
exports.nxVersion = '13.3.0
|
|
5
|
-
exports.nextVersion = '12.0.
|
|
6
|
-
exports.eslintConfigNextVersion = '12.0.
|
|
4
|
+
exports.nxVersion = '13.3.0';
|
|
5
|
+
exports.nextVersion = '12.0.7';
|
|
6
|
+
exports.eslintConfigNextVersion = '12.0.7';
|
|
7
7
|
exports.sassVersion = '1.43.2';
|
|
8
8
|
exports.lessLoader = '10.2.0';
|
|
9
9
|
exports.stylusLoader = '6.2.0';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="262px" height="163px" viewBox="0 0 262 163" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<g id="Styles-&-Quick-Wins" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
4
|
-
<g id="Nx---Quick-Wins" transform="translate(-476.000000, -1284.000000)" fill-rule="nonzero">
|
|
5
|
-
<g id="Logos" transform="translate(-11.000000, 782.000000)">
|
|
6
|
-
<g id="Nx_Flat_White" transform="translate(487.000000, 502.000000)">
|
|
7
|
-
<polygon id="Path" fill="#FFFFFF" points="130.68 104.59 97.49 52.71 97.44 96.3 40.24 0 0 0 0 162.57 39.79 162.57 39.92 66.39 96.53 158.26"/>
|
|
8
|
-
<polygon id="Path" fill="#FFFFFF" points="97.5 41.79 137.24 41.79 137.33 41.33 137.33 0 97.54 0 97.49 41.33"/>
|
|
9
|
-
<path d="M198.66,86.86 C189.139872,86.6795216 180.538723,92.516445 177.19,101.43 C182.764789,93.0931021 193.379673,89.7432211 202.73,93.37 C207.05,95.13 212.73,97.97 217.23,96.45 C212.950306,90.4438814 206.034895,86.8725952 198.66,86.86 L198.66,86.86 Z" id="Path" fill="#96D8E9"/>
|
|
10
|
-
<path d="M243.75,106.42 C243.75,101.55 241.1,100.42 235.6,98.42 C231.52,97 226.89,95.4 223.52,91 C222.86,90.13 222.25,89.15 221.6,88.11 C220.14382,85.4164099 218.169266,83.037429 215.79,81.11 C212.58,78.75 208.37,77.6 202.91,77.6 C191.954261,77.6076705 182.084192,84.2206169 177.91,94.35 C183.186964,87.0278244 191.956716,83.0605026 200.940147,83.9314609 C209.923578,84.8024193 217.767888,90.3805017 221.54,98.58 C223.424615,101.689762 227.141337,103.174819 230.65,102.22 C236.02,101.07 235.65,106.15 243.76,107.87 L243.75,106.42 Z" id="Path" fill="#48C4E5"/>
|
|
11
|
-
<path d="M261.46,105.38 L261.46,105.27 C261.34,73.03 235.17,45.45 202.91,45.45 C183.207085,45.4363165 164.821777,55.3450614 154,71.81 L153.79,71.45 L137.23,45.45 L97.5,45.4499858 L135.25,104.57 L98.41,162.57 L137,162.57 L153.79,136.78 L170.88,162.57 L209.48,162.57 L174.48,107.49 C173.899005,106.416838 173.583536,105.220114 173.56,104 C173.557346,96.2203871 176.64661,88.7586448 182.147627,83.2576275 C187.648645,77.7566101 195.110387,74.6673462 202.89,74.67 C219.11,74.67 221.82,84.37 225.32,88.93 C232.23,97.93 246.03,93.99 246.03,105.73 L246.03,105.73 C246.071086,108.480945 247.576662,111.001004 249.979593,112.340896 C252.382524,113.680787 255.317747,113.636949 257.679593,112.225896 C260.041438,110.814842 261.471086,108.250945 261.43,105.5 L261.43,105.5 L261.43,105.38 L261.46,105.38 Z" id="Path" fill="#FFFFFF"/>
|
|
12
|
-
<path d="M261.5,113.68 C261.892278,116.421801 261.504116,119.218653 260.38,121.75 C258.18,126.84 254.51,125.14 254.51,125.14 C254.51,125.14 251.35,123.6 253.27,120.65 C255.4,117.36 259.61,117.74 261.5,113.68 Z" id="Path" fill="#FFFFFF"/>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
</g>
|
|
16
|
-
</g>
|
|
17
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
3
|
-
className="material-icons"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
>
|
|
9
|
-
<path d="M0 0h24v24H0z" fill="none" />
|
|
10
|
-
<path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" />
|
|
11
|
-
</svg>
|