@nx/nuxt 19.5.7 → 19.6.0-beta.1
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/package.json +6 -6
- package/src/generators/application/application.js +16 -1
- package/src/generators/application/files/nx-welcome/claimed/src/components/NxWelcome.vue__tmpl__ +791 -0
- package/src/generators/application/files/{src → nx-welcome/not-configured/src}/components/NxWelcome.vue__tmpl__ +82 -130
- package/src/generators/application/files/nx-welcome/unclaimed/src/components/NxWelcome.vue__tmpl__ +792 -0
- package/src/generators/application/lib/add-e2e.js +18 -2
- package/src/generators/application/schema.d.ts +1 -0
- /package/src/generators/application/files/{__dot__npmrc → base/__dot__npmrc} +0 -0
- /package/src/generators/application/files/{nuxt.config.ts__tmpl__ → base/nuxt.config.ts__tmpl__} +0 -0
- /package/src/generators/application/files/{src → base/src}/app.vue__tmpl__ +0 -0
- /package/src/generators/application/files/{src → base/src}/assets/css/styles.__style__ +0 -0
- /package/src/generators/application/files/{src → base/src}/pages/about.vue__tmpl__ +0 -0
- /package/src/generators/application/files/{src → base/src}/pages/index.vue__tmpl__ +0 -0
- /package/src/generators/application/files/{src → base/src}/public/__dot__gitkeep +0 -0
- /package/src/generators/application/files/{src → base/src}/public/favicon.ico__tmpl__ +0 -0
- /package/src/generators/application/files/{src → base/src}/server/api/greet.ts__tmpl__ +0 -0
- /package/src/generators/application/files/{src → base/src}/server/tsconfig.json__tmpl__ +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
2
|
defineProps<{
|
|
3
|
-
title: string
|
|
4
|
-
}>()
|
|
3
|
+
title: string
|
|
4
|
+
}>()
|
|
5
5
|
</script>
|
|
6
6
|
|
|
7
7
|
<template>
|
|
@@ -41,14 +41,13 @@ defineProps<{
|
|
|
41
41
|
viewBox="0 0 24 24"
|
|
42
42
|
xmlns="http://www.w3.org/2000/svg"
|
|
43
43
|
>
|
|
44
|
-
<path
|
|
45
|
-
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"
|
|
46
|
-
/>
|
|
44
|
+
<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" />
|
|
47
45
|
</svg>
|
|
48
46
|
</div>
|
|
49
47
|
</div>
|
|
50
48
|
|
|
51
49
|
<div id="middle-content">
|
|
50
|
+
<div id="middle-left-content">
|
|
52
51
|
<div id="learning-materials" class="rounded shadow">
|
|
53
52
|
<h2>Learning materials</h2>
|
|
54
53
|
<a
|
|
@@ -138,9 +137,7 @@ defineProps<{
|
|
|
138
137
|
xmlns="http://www.w3.org/2000/svg"
|
|
139
138
|
>
|
|
140
139
|
<title>YouTube</title>
|
|
141
|
-
<path
|
|
142
|
-
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"
|
|
143
|
-
/>
|
|
140
|
+
<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" />
|
|
144
141
|
</svg>
|
|
145
142
|
<span>
|
|
146
143
|
YouTube channel
|
|
@@ -161,7 +158,7 @@ defineProps<{
|
|
|
161
158
|
</svg>
|
|
162
159
|
</a>
|
|
163
160
|
<a
|
|
164
|
-
href="https://nx.dev/
|
|
161
|
+
href="https://nx.dev/getting-started/tutorials/vue-standalone-tutorial?utm_source=nx-project"
|
|
165
162
|
target="_blank"
|
|
166
163
|
rel="noreferrer"
|
|
167
164
|
class="list-item-link"
|
|
@@ -197,51 +194,32 @@ defineProps<{
|
|
|
197
194
|
/>
|
|
198
195
|
</svg>
|
|
199
196
|
</a>
|
|
197
|
+
</div>
|
|
200
198
|
<a
|
|
201
|
-
|
|
199
|
+
id="nx-repo"
|
|
200
|
+
class="button-pill rounded shadow"
|
|
201
|
+
href="https://github.com/nrwl/nx?utm_source=nx-project"
|
|
202
202
|
target="_blank"
|
|
203
203
|
rel="noreferrer"
|
|
204
|
-
class="list-item-link"
|
|
205
204
|
>
|
|
206
205
|
<svg
|
|
207
|
-
fill="
|
|
208
|
-
|
|
206
|
+
fill="currentColor"
|
|
207
|
+
role="img"
|
|
209
208
|
viewBox="0 0 24 24"
|
|
210
209
|
xmlns="http://www.w3.org/2000/svg"
|
|
211
210
|
>
|
|
212
|
-
<path d="M12
|
|
213
|
-
<path
|
|
214
|
-
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"
|
|
215
|
-
/>
|
|
216
|
-
<path
|
|
217
|
-
strokeLinecap="round"
|
|
218
|
-
strokeLinejoin="round"
|
|
219
|
-
strokeWidth="2"
|
|
220
|
-
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"
|
|
221
|
-
/>
|
|
211
|
+
<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" />
|
|
222
212
|
</svg>
|
|
223
213
|
<span>
|
|
224
|
-
|
|
225
|
-
<span> Nx
|
|
214
|
+
Nx is open source
|
|
215
|
+
<span> Love Nx? Give us a star! </span>
|
|
226
216
|
</span>
|
|
227
|
-
<svg
|
|
228
|
-
fill="none"
|
|
229
|
-
stroke="currentColor"
|
|
230
|
-
viewBox="0 0 24 24"
|
|
231
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
232
|
-
>
|
|
233
|
-
<path
|
|
234
|
-
strokeLinecap="round"
|
|
235
|
-
strokeLinejoin="round"
|
|
236
|
-
strokeWidth="2"
|
|
237
|
-
d="M9 5l7 7-7 7"
|
|
238
|
-
/>
|
|
239
|
-
</svg>
|
|
240
217
|
</a>
|
|
241
218
|
</div>
|
|
242
219
|
<div id="other-links">
|
|
243
220
|
<a
|
|
244
|
-
|
|
221
|
+
id="nx-console"
|
|
222
|
+
class="button-pill rounded shadow"
|
|
245
223
|
href="https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console&utm_source=nx-project"
|
|
246
224
|
target="_blank"
|
|
247
225
|
rel="noreferrer"
|
|
@@ -253,9 +231,7 @@ defineProps<{
|
|
|
253
231
|
xmlns="http://www.w3.org/2000/svg"
|
|
254
232
|
>
|
|
255
233
|
<title>Visual Studio Code</title>
|
|
256
|
-
<path
|
|
257
|
-
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"
|
|
258
|
-
/>
|
|
234
|
+
<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" />
|
|
259
235
|
</svg>
|
|
260
236
|
<span>
|
|
261
237
|
Install Nx Console for VSCode
|
|
@@ -263,7 +239,8 @@ defineProps<{
|
|
|
263
239
|
</span>
|
|
264
240
|
</a>
|
|
265
241
|
<a
|
|
266
|
-
|
|
242
|
+
id="nx-console-jetbrains"
|
|
243
|
+
class="button-pill rounded shadow"
|
|
267
244
|
href="https://plugins.jetbrains.com/plugin/21060-nx-console"
|
|
268
245
|
target="_blank"
|
|
269
246
|
rel="noreferrer"
|
|
@@ -325,65 +302,43 @@ defineProps<{
|
|
|
325
302
|
</p>
|
|
326
303
|
<pre>nx connect</pre>
|
|
327
304
|
<a
|
|
328
|
-
href="https://nx.
|
|
305
|
+
href="https://nx.dev/nx-cloud?utm_source=nx-project"
|
|
329
306
|
target="_blank"
|
|
330
307
|
rel="noreferrer"
|
|
331
308
|
>
|
|
332
309
|
What is Nx Cloud?
|
|
333
310
|
</a>
|
|
334
311
|
</div>
|
|
335
|
-
|
|
336
|
-
id="nx-repo"
|
|
337
|
-
class="button-pill rounded shadow"
|
|
338
|
-
href="https://github.com/nrwl/nx?utm_source=nx-project"
|
|
339
|
-
target="_blank"
|
|
340
|
-
rel="noreferrer"
|
|
341
|
-
>
|
|
342
|
-
<svg
|
|
343
|
-
fill="currentColor"
|
|
344
|
-
role="img"
|
|
345
|
-
viewBox="0 0 24 24"
|
|
346
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
347
|
-
>
|
|
348
|
-
<path
|
|
349
|
-
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"
|
|
350
|
-
/>
|
|
351
|
-
</svg>
|
|
352
|
-
<span>
|
|
353
|
-
Nx is open source
|
|
354
|
-
<span> Love Nx? Give us a star! </span>
|
|
355
|
-
</span>
|
|
356
|
-
</a>
|
|
312
|
+
|
|
357
313
|
</div>
|
|
358
314
|
</div>
|
|
359
315
|
|
|
360
316
|
<div id="commands" class="rounded shadow">
|
|
361
317
|
<h2>Next steps</h2>
|
|
362
318
|
<p>Here are some things you can do with Nx:</p>
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
<pre>
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
</details>
|
|
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
|
+
Build, test and lint your app
|
|
335
|
+
</summary>
|
|
336
|
+
<pre><% if(rootProject) {%><span># Build</span>nx build<span># Test</span>nx test
|
|
337
|
+
<span># Lint</span>nx lint
|
|
338
|
+
<span># Run them together!</span>nx run-many -t build test lint <%} else {%> <span># Build</span>nx build {{ title }}<span># Test</span>nx test {{ title }}
|
|
339
|
+
<span># Lint</span>nx lint {{ title }}
|
|
340
|
+
<span># Run them together!</span>nx run-many -p {{ title }} -t build test lint <% } %></pre>
|
|
341
|
+
</details>
|
|
387
342
|
<details>
|
|
388
343
|
<summary>
|
|
389
344
|
<svg
|
|
@@ -401,7 +356,7 @@ defineProps<{
|
|
|
401
356
|
</svg>
|
|
402
357
|
View project details
|
|
403
358
|
</summary>
|
|
404
|
-
<pre>nx show project {{ title }}
|
|
359
|
+
<pre>nx show project {{ title }}</pre>
|
|
405
360
|
</details>
|
|
406
361
|
<details>
|
|
407
362
|
<summary>
|
|
@@ -437,16 +392,11 @@ defineProps<{
|
|
|
437
392
|
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"
|
|
438
393
|
/>
|
|
439
394
|
</svg>
|
|
440
|
-
|
|
395
|
+
Add UI library
|
|
441
396
|
</summary>
|
|
442
|
-
<pre>
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
<span># run tests for current changes</span>
|
|
446
|
-
nx affected:test
|
|
447
|
-
<span># run e2e tests for current changes</span>
|
|
448
|
-
nx affected:e2e
|
|
449
|
-
</pre>
|
|
397
|
+
<pre><span># Generate UI lib</span>nx g @nx/vue:lib ui
|
|
398
|
+
<span># Add a component</span>nx g @nx/vue:component ui/src/lib/button
|
|
399
|
+
</pre>
|
|
450
400
|
</details>
|
|
451
401
|
</div>
|
|
452
402
|
|
|
@@ -482,14 +432,14 @@ pre {
|
|
|
482
432
|
border-radius: 0.25rem;
|
|
483
433
|
color: rgba(229, 231, 235, 1);
|
|
484
434
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
485
|
-
|
|
486
|
-
overflow:
|
|
435
|
+
'Liberation Mono', 'Courier New', monospace;
|
|
436
|
+
overflow: auto;
|
|
487
437
|
padding: 0.5rem 0.75rem;
|
|
488
438
|
}
|
|
489
439
|
|
|
490
440
|
.shadow {
|
|
491
441
|
box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
|
492
|
-
|
|
442
|
+
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
493
443
|
}
|
|
494
444
|
.rounded {
|
|
495
445
|
border-radius: 1.5rem;
|
|
@@ -575,10 +525,15 @@ pre {
|
|
|
575
525
|
#middle-content {
|
|
576
526
|
align-items: flex-start;
|
|
577
527
|
display: grid;
|
|
578
|
-
gap: 4rem;
|
|
579
528
|
grid-template-columns: 1fr;
|
|
580
529
|
margin-top: 3.5rem;
|
|
581
530
|
}
|
|
531
|
+
|
|
532
|
+
#middle-content #middle-left-content {
|
|
533
|
+
display: flex;
|
|
534
|
+
flex-direction: column;
|
|
535
|
+
gap: 2rem;
|
|
536
|
+
}
|
|
582
537
|
#learning-materials {
|
|
583
538
|
padding: 2.5rem 2rem;
|
|
584
539
|
}
|
|
@@ -597,8 +552,8 @@ pre {
|
|
|
597
552
|
margin-top: 1rem;
|
|
598
553
|
padding: 1rem;
|
|
599
554
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
600
|
-
|
|
601
|
-
|
|
555
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
556
|
+
-webkit-backdrop-filter;
|
|
602
557
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
603
558
|
transition-duration: 150ms;
|
|
604
559
|
width: 100%;
|
|
@@ -607,8 +562,8 @@ pre {
|
|
|
607
562
|
margin-right: 1rem;
|
|
608
563
|
height: 1.5rem;
|
|
609
564
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
610
|
-
|
|
611
|
-
|
|
565
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
566
|
+
-webkit-backdrop-filter;
|
|
612
567
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
613
568
|
transition-duration: 150ms;
|
|
614
569
|
width: 1.5rem;
|
|
@@ -617,10 +572,9 @@ pre {
|
|
|
617
572
|
flex-grow: 1;
|
|
618
573
|
font-weight: 400;
|
|
619
574
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
620
|
-
|
|
621
|
-
|
|
575
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
576
|
+
-webkit-backdrop-filter;
|
|
622
577
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
623
|
-
transition-duration: 150ms;
|
|
624
578
|
}
|
|
625
579
|
.list-item-link > span > span {
|
|
626
580
|
color: rgba(107, 114, 128, 1);
|
|
@@ -630,10 +584,9 @@ pre {
|
|
|
630
584
|
font-weight: 300;
|
|
631
585
|
line-height: 1rem;
|
|
632
586
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
633
|
-
|
|
634
|
-
|
|
587
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
588
|
+
-webkit-backdrop-filter;
|
|
635
589
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
636
|
-
transition-duration: 150ms;
|
|
637
590
|
}
|
|
638
591
|
.list-item-link svg:last-child {
|
|
639
592
|
height: 1rem;
|
|
@@ -644,33 +597,31 @@ pre {
|
|
|
644
597
|
}
|
|
645
598
|
.list-item-link:hover {
|
|
646
599
|
color: rgba(255, 255, 255, 1);
|
|
647
|
-
background-color: hsla(162,
|
|
648
|
-
}
|
|
649
|
-
.list-item-link:hover > span {
|
|
600
|
+
background-color: hsla(162, 55%, 33%, 1);
|
|
650
601
|
}
|
|
602
|
+
|
|
651
603
|
.list-item-link:hover > span > span {
|
|
652
604
|
color: rgba(243, 244, 246, 1);
|
|
653
605
|
}
|
|
654
606
|
.list-item-link:hover svg:last-child {
|
|
655
607
|
transform: translateX(0.25rem);
|
|
656
608
|
}
|
|
657
|
-
|
|
658
|
-
}
|
|
609
|
+
|
|
659
610
|
.button-pill {
|
|
660
611
|
padding: 1.5rem 2rem;
|
|
661
612
|
margin-bottom: 2rem;
|
|
662
613
|
transition-duration: 300ms;
|
|
663
614
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
664
|
-
|
|
665
|
-
|
|
615
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
616
|
+
-webkit-backdrop-filter;
|
|
666
617
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
667
618
|
align-items: center;
|
|
668
619
|
display: flex;
|
|
669
620
|
}
|
|
670
621
|
.button-pill svg {
|
|
671
622
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
672
|
-
|
|
673
|
-
|
|
623
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
624
|
+
-webkit-backdrop-filter;
|
|
674
625
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
675
626
|
transition-duration: 150ms;
|
|
676
627
|
flex-shrink: 0;
|
|
@@ -694,19 +645,19 @@ pre {
|
|
|
694
645
|
.button-pill:hover {
|
|
695
646
|
color: rgba(255, 255, 255, 1) !important;
|
|
696
647
|
}
|
|
697
|
-
|
|
648
|
+
#nx-console:hover {
|
|
698
649
|
background-color: rgba(0, 122, 204, 1);
|
|
699
650
|
}
|
|
700
|
-
|
|
651
|
+
#nx-console svg {
|
|
701
652
|
color: rgba(0, 122, 204, 1);
|
|
702
653
|
}
|
|
703
|
-
|
|
654
|
+
#nx-console-jetbrains {
|
|
704
655
|
margin-top: 2rem;
|
|
705
656
|
}
|
|
706
|
-
|
|
657
|
+
#nx-console-jetbrains:hover {
|
|
707
658
|
background-color: rgba(255, 49, 140, 1);
|
|
708
659
|
}
|
|
709
|
-
|
|
660
|
+
#nx-console-jetbrains svg {
|
|
710
661
|
color: rgba(255, 49, 140, 1);
|
|
711
662
|
}
|
|
712
663
|
#nx-repo:hover {
|
|
@@ -801,8 +752,8 @@ summary {
|
|
|
801
752
|
padding: 0.5rem;
|
|
802
753
|
cursor: pointer;
|
|
803
754
|
transition-property: background-color, border-color, color, fill, stroke,
|
|
804
|
-
|
|
805
|
-
|
|
755
|
+
opacity, box-shadow, transform, filter, backdrop-filter,
|
|
756
|
+
-webkit-backdrop-filter;
|
|
806
757
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
807
758
|
transition-duration: 150ms;
|
|
808
759
|
}
|
|
@@ -838,6 +789,7 @@ summary svg {
|
|
|
838
789
|
}
|
|
839
790
|
#middle-content {
|
|
840
791
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
792
|
+
gap: 4rem;
|
|
841
793
|
}
|
|
842
794
|
}
|
|
843
795
|
</style>
|