Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/large-pandas-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-core/ui-components': patch
---

Quality-of-life style improvements
5 changes: 0 additions & 5 deletions apps/site/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@
"name": "Richard Lau",
"website": "https://github.com/richardlau"
},
"richiemccoll": {
"id": 12698531,
"name": "Richie McColl",
"website": "https://github.com/richiemccoll"
},
"Robin Bender Ginn": {
"id": 4296937,
"name": "Robin Bender Ginn",
Expand Down
170 changes: 0 additions & 170 deletions apps/site/pages/en/blog/migrations/axios-to-fetch.mdx

This file was deleted.

69 changes: 0 additions & 69 deletions apps/site/pages/en/blog/migrations/chalk-to-styletext.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/site/pages/uk/about/eol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: З'ясуйте, що таке кінець підтримки (End
</Button>
</div>

[Переглянути розклад релізів Node.js](/about/releases/).
[Переглянути розклад релізів Node.js](/about/previous-releases/).

## Що відбувається, коли реліз досягає кінця підтримки (EOL)

Expand Down
8 changes: 8 additions & 0 deletions apps/site/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@
{
"source": "/:locale/download/package-manager/all",
"destination": "/:locale/download/archive/current"
},
{
"source": "/:locale/blog/migrations/axios-to-fetch",
"destination": "/learn/userland-migrations/axios-to-whatwg-fetch"
},
{
"source": "/:locale/blog/migrations/chalk-to-styletext",
"destination": "/learn/userland-migrations/chalk-to-util-styletext"
}
],
"internal": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
z-50
mt-1
max-h-80
w-52
w-[26rem]
max-w-[calc(100vw-2rem)]
overflow-hidden
rounded-sm
border
Expand All @@ -45,7 +46,7 @@

.dropdownContentInner {
@apply max-h-80
w-52
w-full
overflow-y-auto;
}

Expand All @@ -64,7 +65,7 @@
&:hover,
&:focus-visible {
@apply bg-brand-600
text-white;
text-white!;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
.link {
@apply inline-block
text-sm
font-semibold
text-neutral-900
underline
hover:text-neutral-700
Expand All @@ -50,8 +49,7 @@
}

.codeLink {
@apply font-ibm-plex-mono
font-medium;
@apply font-ibm-plex-mono;
}

.depthThree {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
a {
@apply max-ml:inline-block
max-ml:py-1
font-semibold
text-neutral-900
underline
dark:text-white;
Expand All @@ -60,8 +59,7 @@
}

a.codeLink {
@apply font-ibm-plex-mono
font-medium;
@apply font-ibm-plex-mono;
}

ol {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@apply ml:max-w-xs
ml:overflow-auto
ml:border-r
ml:pb-10
scrollbar-thin
z-0
flex
Expand Down
4 changes: 3 additions & 1 deletion packages/ui-components/src/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ main {
h4,
h5,
h6 {
@apply font-semibold
@apply mt-4
font-semibold
text-neutral-900
first:mt-0
dark:text-white;

&[id] a {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@theme {
--container-8xl: 88rem;
--container-9xl: 96rem;
--container-10xl: 104rem;
--container-10xl: 110rem;
--container-11xl: 112rem;
--container-12xl: 120rem;
--breakpoint-ml: 896px;
Expand Down
Loading