@node-core/ui-components 1.0.1-df203d0fe21ee5d80d258c60dc821e8ac0601ce4 → 1.0.1-e1f87bde264af01e260a8efa4fab1749a2c6bc29
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/Common/AlertBox/index.js +5 -0
- package/Common/AlertBox/index.module.css +47 -46
- package/Common/AvatarGroup/Avatar/index.js +11 -0
- package/Common/AvatarGroup/Avatar/index.module.css +50 -30
- package/Common/AvatarGroup/Overlay/index.js +6 -0
- package/Common/AvatarGroup/Overlay/index.module.css +28 -21
- package/Common/AvatarGroup/index.js +21 -0
- package/Common/AvatarGroup/index.module.css +12 -15
- package/Common/Badge/index.js +7 -0
- package/Common/Badge/index.module.css +34 -26
- package/Common/BadgeGroup/index.js +6 -0
- package/Common/BadgeGroup/index.module.css +75 -51
- package/Common/Banner/index.js +4 -0
- package/Common/Banner/index.module.css +30 -27
- package/Common/BaseActiveLink/index.js +14 -0
- package/Common/BaseButton/index.js +10 -0
- package/Common/BaseButton/index.module.css +332 -102
- package/Common/BaseCodeBox/index.js +50 -0
- package/Common/BaseCodeBox/index.module.css +76 -64
- package/Common/BaseCrossLink/index.js +12 -0
- package/Common/BaseCrossLink/index.module.css +57 -39
- package/Common/BaseLinkTabs/index.js +5 -0
- package/Common/BaseLinkTabs/index.module.css +67 -33
- package/Common/BasePagination/Ellipsis/index.js +4 -0
- package/Common/BasePagination/Ellipsis/index.module.css +14 -8
- package/Common/BasePagination/PaginationListItem/index.js +6 -0
- package/Common/BasePagination/PaginationListItem/index.module.css +36 -21
- package/Common/BasePagination/PrevNextArrow.js +7 -0
- package/Common/BasePagination/index.js +10 -0
- package/Common/BasePagination/index.module.css +27 -26
- package/Common/BasePagination/useGetPageElements.js +77 -0
- package/Common/Blockquote/index.js +4 -0
- package/Common/Blockquote/index.module.css +44 -23
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.js +9 -0
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.module.css +3 -3
- package/Common/Breadcrumbs/BreadcrumbItem/index.js +6 -0
- package/Common/Breadcrumbs/BreadcrumbItem/index.module.css +38 -27
- package/Common/Breadcrumbs/BreadcrumbLink/index.js +5 -0
- package/Common/Breadcrumbs/BreadcrumbLink/index.module.css +26 -16
- package/Common/Breadcrumbs/BreadcrumbRoot/index.js +4 -0
- package/Common/Breadcrumbs/BreadcrumbRoot/index.module.css +8 -7
- package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.js +4 -0
- package/Common/Breadcrumbs/index.js +22 -0
- package/Common/ChangeHistory/index.js +9 -0
- package/Common/ChangeHistory/index.module.css +198 -0
- package/Common/CodeTabs/index.js +5 -0
- package/Common/CodeTabs/index.module.css +47 -36
- package/Common/DataTag/index.js +18 -0
- package/Common/DataTag/index.module.css +54 -0
- package/Common/GlowingBackdrop/index.js +5 -0
- package/Common/GlowingBackdrop/index.module.css +126 -28
- package/Common/LanguageDropDown/index.js +11 -0
- package/Common/LanguageDropDown/index.module.css +140 -42
- package/Common/Modal/index.js +10 -0
- package/Common/Modal/index.module.css +217 -62
- package/Common/NodejsLogo/index.js +7 -0
- package/Common/NodejsLogo/index.module.css +3 -4
- package/Common/Notification/index.js +6 -0
- package/Common/Notification/index.module.css +101 -17
- package/Common/Preview/index.js +7 -0
- package/Common/Preview/index.module.css +269 -65
- package/Common/Select/index.js +46 -0
- package/Common/Select/index.module.css +294 -127
- package/Common/Separator/index.js +7 -0
- package/Common/Separator/index.module.css +7 -10
- package/Common/Skeleton/index.js +18 -0
- package/Common/Skeleton/index.module.css +118 -21
- package/Common/Tabs/index.js +6 -0
- package/Common/Tabs/index.module.css +58 -40
- package/Common/ThemeToggle/index.js +7 -0
- package/Common/ThemeToggle/index.module.css +18 -11
- package/Common/Tooltip/index.js +8 -0
- package/Common/Tooltip/index.module.css +119 -29
- package/Containers/Article/index.js +4 -0
- package/Containers/Article/index.module.css +127 -58
- package/Containers/DocSideBar/index.js +1 -0
- package/Containers/Footer/index.js +22 -0
- package/Containers/Footer/index.module.css +51 -36
- package/Containers/MetaBar/index.js +12 -0
- package/Containers/MetaBar/index.module.css +101 -69
- package/Containers/NavBar/NavItem/index.js +7 -0
- package/Containers/NavBar/NavItem/index.module.css +50 -36
- package/Containers/NavBar/index.js +18 -0
- package/Containers/NavBar/index.module.css +176 -96
- package/Containers/Sidebar/ProgressionIcon/index.js +3 -0
- package/Containers/Sidebar/SidebarGroup/index.js +9 -0
- package/Containers/Sidebar/SidebarGroup/index.module.css +188 -22
- package/Containers/Sidebar/SidebarItem/index.js +11 -0
- package/Containers/Sidebar/SidebarItem/index.module.css +60 -28
- package/Containers/Sidebar/index.js +15 -0
- package/Containers/Sidebar/index.module.css +44 -27
- package/Icons/HexagonGrid.js +3 -0
- package/Icons/InstallationMethod/Choco.js +3 -0
- package/Icons/InstallationMethod/Devbox.js +3 -0
- package/Icons/InstallationMethod/Docker.js +3 -0
- package/Icons/InstallationMethod/FNM.js +3 -0
- package/Icons/InstallationMethod/Homebrew.js +3 -0
- package/Icons/InstallationMethod/N.js +5 -0
- package/Icons/InstallationMethod/NVM.js +3 -0
- package/Icons/InstallationMethod/Volta.js +3 -0
- package/Icons/InstallationMethod/{index.ts → index.js} +0 -1
- package/Icons/Logos/JsWhite.js +3 -0
- package/Icons/Logos/Nodejs.js +12 -0
- package/Icons/Logos/index.js +3 -0
- package/Icons/OperatingSystem/AIX.js +3 -0
- package/Icons/OperatingSystem/Apple.js +3 -0
- package/Icons/OperatingSystem/Linux.js +3 -0
- package/Icons/OperatingSystem/Microsoft.js +3 -0
- package/Icons/OperatingSystem/{index.ts → index.js} +0 -1
- package/Icons/PackageManager/Npm.js +3 -0
- package/Icons/PackageManager/Pnpm.js +3 -0
- package/Icons/PackageManager/Yarn.js +3 -0
- package/Icons/PackageManager/{index.ts → index.js} +0 -1
- package/Icons/Social/Bluesky.js +3 -0
- package/Icons/Social/Discord.js +3 -0
- package/Icons/Social/GitHub.js +3 -0
- package/Icons/Social/LinkedIn.js +3 -0
- package/Icons/Social/Mastodon.js +3 -0
- package/Icons/Social/Slack.js +3 -0
- package/Icons/Social/X.js +3 -0
- package/Icons/Social/{index.ts → index.js} +0 -1
- package/MDX/CodeTabs.js +16 -0
- package/package.json +19 -69
- package/stylelint/one-utility-class-per-line.mjs +34 -50
- package/stylelint/utils.mjs +19 -25
- package/styles/index.css +1124 -26
- package/types.js +1 -0
- package/Common/AlertBox/index.stories.tsx +0 -73
- package/Common/AlertBox/index.tsx +0 -24
- package/Common/AvatarGroup/Avatar/index.stories.tsx +0 -22
- package/Common/AvatarGroup/Avatar/index.tsx +0 -67
- package/Common/AvatarGroup/Overlay/index.stories.tsx +0 -33
- package/Common/AvatarGroup/Overlay/index.tsx +0 -37
- package/Common/AvatarGroup/__tests__/index.test.jsx +0 -55
- package/Common/AvatarGroup/index.stories.tsx +0 -56
- package/Common/AvatarGroup/index.tsx +0 -87
- package/Common/Badge/index.stories.tsx +0 -38
- package/Common/Badge/index.tsx +0 -35
- package/Common/BadgeGroup/index.stories.tsx +0 -35
- package/Common/BadgeGroup/index.tsx +0 -35
- package/Common/Banner/index.stories.tsx +0 -29
- package/Common/Banner/index.tsx +0 -18
- package/Common/BaseActiveLink/__tests__/index.test.jsx +0 -52
- package/Common/BaseActiveLink/index.tsx +0 -34
- package/Common/BaseButton/index.stories.tsx +0 -67
- package/Common/BaseButton/index.tsx +0 -59
- package/Common/BaseCodeBox/index.stories.tsx +0 -39
- package/Common/BaseCodeBox/index.tsx +0 -133
- package/Common/BaseCrossLink/index.stories.tsx +0 -38
- package/Common/BaseCrossLink/index.tsx +0 -46
- package/Common/BaseLinkTabs/index.stories.tsx +0 -34
- package/Common/BaseLinkTabs/index.tsx +0 -53
- package/Common/BasePagination/Ellipsis/index.stories.tsx +0 -10
- package/Common/BasePagination/Ellipsis/index.tsx +0 -11
- package/Common/BasePagination/PaginationListItem/__tests__/index.test.jsx +0 -58
- package/Common/BasePagination/PaginationListItem/index.stories.tsx +0 -40
- package/Common/BasePagination/PaginationListItem/index.tsx +0 -39
- package/Common/BasePagination/PrevNextArrow.tsx +0 -15
- package/Common/BasePagination/__tests__/index.test.jsx +0 -180
- package/Common/BasePagination/index.stories.tsx +0 -67
- package/Common/BasePagination/index.tsx +0 -77
- package/Common/BasePagination/useGetPageElements.tsx +0 -132
- package/Common/Blockquote/index.stories.tsx +0 -45
- package/Common/Blockquote/index.tsx +0 -11
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.tsx +0 -30
- package/Common/Breadcrumbs/BreadcrumbItem/index.tsx +0 -42
- package/Common/Breadcrumbs/BreadcrumbLink/index.tsx +0 -37
- package/Common/Breadcrumbs/BreadcrumbRoot/index.tsx +0 -20
- package/Common/Breadcrumbs/BreadcrumbTruncatedItem/index.tsx +0 -9
- package/Common/Breadcrumbs/index.stories.tsx +0 -94
- package/Common/Breadcrumbs/index.tsx +0 -81
- package/Common/CodeTabs/index.stories.tsx +0 -74
- package/Common/CodeTabs/index.tsx +0 -16
- package/Common/GlowingBackdrop/index.stories.tsx +0 -10
- package/Common/GlowingBackdrop/index.tsx +0 -13
- package/Common/LanguageDropDown/index.stories.tsx +0 -19
- package/Common/LanguageDropDown/index.tsx +0 -56
- package/Common/Modal/index.stories.tsx +0 -32
- package/Common/Modal/index.tsx +0 -48
- package/Common/NodejsLogo/index.stories.tsx +0 -14
- package/Common/NodejsLogo/index.tsx +0 -26
- package/Common/Notification/index.stories.tsx +0 -36
- package/Common/Notification/index.tsx +0 -34
- package/Common/Preview/index.stories.tsx +0 -44
- package/Common/Preview/index.tsx +0 -25
- package/Common/ProgressionSidebar/ProgressionSidebarGroup/index.module.css +0 -47
- package/Common/ProgressionSidebar/ProgressionSidebarGroup/index.tsx +0 -35
- package/Common/ProgressionSidebar/ProgressionSidebarIcon/index.tsx +0 -16
- package/Common/ProgressionSidebar/ProgressionSidebarItem/index.module.css +0 -39
- package/Common/ProgressionSidebar/ProgressionSidebarItem/index.tsx +0 -32
- package/Common/ProgressionSidebar/index.module.css +0 -30
- package/Common/ProgressionSidebar/index.stories.tsx +0 -79
- package/Common/ProgressionSidebar/index.tsx +0 -59
- package/Common/Select/__tests__/index.test.jsx +0 -67
- package/Common/Select/index.stories.tsx +0 -111
- package/Common/Select/index.tsx +0 -187
- package/Common/Separator/index.stories.tsx +0 -32
- package/Common/Separator/index.tsx +0 -27
- package/Common/Skeleton/index.tsx +0 -39
- package/Common/Tabs/__tests__/index.test.jsx +0 -52
- package/Common/Tabs/index.stories.tsx +0 -50
- package/Common/Tabs/index.tsx +0 -54
- package/Common/ThemeToggle/__tests__/index.test.jsx +0 -35
- package/Common/ThemeToggle/index.stories.tsx +0 -10
- package/Common/ThemeToggle/index.tsx +0 -15
- package/Common/Tooltip/index.stories.tsx +0 -73
- package/Common/Tooltip/index.tsx +0 -48
- package/Containers/Article/index.stories.tsx +0 -39
- package/Containers/Article/index.tsx +0 -9
- package/Containers/Footer/index.stories.tsx +0 -27
- package/Containers/Footer/index.tsx +0 -95
- package/Containers/MetaBar/__tests__/index.test.jsx +0 -63
- package/Containers/MetaBar/index.stories.tsx +0 -80
- package/Containers/MetaBar/index.tsx +0 -72
- package/Containers/NavBar/NavItem/index.stories.tsx +0 -38
- package/Containers/NavBar/NavItem/index.tsx +0 -44
- package/Containers/NavBar/index.stories.tsx +0 -45
- package/Containers/NavBar/index.tsx +0 -94
- package/Containers/Sidebar/SidebarGroup/index.stories.tsx +0 -36
- package/Containers/Sidebar/SidebarGroup/index.tsx +0 -30
- package/Containers/Sidebar/SidebarItem/index.stories.tsx +0 -15
- package/Containers/Sidebar/SidebarItem/index.tsx +0 -26
- package/Containers/Sidebar/index.stories.tsx +0 -84
- package/Containers/Sidebar/index.tsx +0 -58
- package/Icons/HexagonGrid.stories.tsx +0 -10
- package/Icons/HexagonGrid.tsx +0 -1434
- package/Icons/InstallationMethod/Choco.tsx +0 -78
- package/Icons/InstallationMethod/Devbox.tsx +0 -21
- package/Icons/InstallationMethod/Docker.tsx +0 -20
- package/Icons/InstallationMethod/FNM.tsx +0 -132
- package/Icons/InstallationMethod/Homebrew.tsx +0 -69
- package/Icons/InstallationMethod/N.tsx +0 -32
- package/Icons/InstallationMethod/NVM.tsx +0 -63
- package/Icons/InstallationMethod/Volta.tsx +0 -34
- package/Icons/Logos/JsGreen.tsx +0 -24
- package/Icons/Logos/JsWhite.tsx +0 -37
- package/Icons/Logos/Nodejs.tsx +0 -188
- package/Icons/Logos/NodejsStackedBlack.tsx +0 -98
- package/Icons/Logos/NodejsStackedDark.tsx +0 -124
- package/Icons/Logos/NodejsStackedLight.tsx +0 -123
- package/Icons/Logos/NodejsStackedWhite.tsx +0 -98
- package/Icons/Logos/index.ts +0 -17
- package/Icons/OperatingSystem/AIX.tsx +0 -46
- package/Icons/OperatingSystem/Apple.tsx +0 -23
- package/Icons/OperatingSystem/Linux.tsx +0 -969
- package/Icons/OperatingSystem/Microsoft.tsx +0 -19
- package/Icons/PackageManager/Npm.tsx +0 -21
- package/Icons/PackageManager/Pnpm.tsx +0 -22
- package/Icons/PackageManager/Yarn.tsx +0 -22
- package/Icons/Social/Bluesky.tsx +0 -19
- package/Icons/Social/Discord.tsx +0 -20
- package/Icons/Social/GitHub.tsx +0 -16
- package/Icons/Social/LinkedIn.tsx +0 -16
- package/Icons/Social/Mastodon.tsx +0 -36
- package/Icons/Social/Slack.tsx +0 -31
- package/Icons/Social/X.tsx +0 -16
- package/stylelint/__tests__/index.test.mjs +0 -80
- package/styles/animations.css +0 -47
- package/styles/base.css +0 -17
- package/styles/effects.css +0 -12
- package/styles/markdown.css +0 -173
- package/styles/theme.css +0 -175
- package/types.ts +0 -25
|
@@ -1,56 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.root {
|
|
4
3
|
> [role='tabpanel'] > :first-child {
|
|
5
|
-
|
|
4
|
+
border-top-left-radius: 0;
|
|
5
|
+
border-top-right-radius: 0;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
> div:nth-of-type(1) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
display: flex;
|
|
9
|
+
border-top-left-radius: 0.25rem;
|
|
10
|
+
border-top-right-radius: 0.25rem;
|
|
11
|
+
border-inline-style: var(--tw-border-style);
|
|
12
|
+
border-inline-width: 1px;
|
|
13
|
+
border-top-style: var(--tw-border-style);
|
|
14
|
+
border-top-width: 1px;
|
|
15
|
+
border-color: var(--color-neutral-900, #2c3437);
|
|
16
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
17
|
+
padding-inline: calc(var(--spacing, 0.25rem)*2);
|
|
18
|
+
padding-top: calc(var(--spacing, 0.25rem)*3);
|
|
19
|
+
@media (width >= 48rem) {
|
|
20
|
+
padding-inline: calc(var(--spacing, 0.25rem)*4);
|
|
21
|
+
}
|
|
19
22
|
.trigger {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
border-bottom-style: var(--tw-border-style);
|
|
24
|
+
border-bottom-width: 1px;
|
|
25
|
+
border-bottom-color: transparent;
|
|
26
|
+
padding-inline: calc(var(--spacing, 0.25rem)*1);
|
|
27
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
25
28
|
&[data-state='active'] {
|
|
26
|
-
|
|
27
|
-
|
|
29
|
+
border-bottom-color: var(--color-green-400, #84ba64);
|
|
30
|
+
color: var(--color-green-400, #84ba64);
|
|
28
31
|
}
|
|
29
32
|
}
|
|
30
|
-
|
|
31
33
|
.link {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
display: none;
|
|
35
|
+
align-items: center;
|
|
36
|
+
gap: calc(var(--spacing, 0.25rem)*2);
|
|
37
|
+
text-align: center;
|
|
38
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
39
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
40
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
41
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
42
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
43
|
+
}
|
|
44
|
+
@media (width >= 64rem) {
|
|
45
|
+
display: flex;
|
|
46
|
+
}
|
|
40
47
|
& > .icon {
|
|
41
|
-
|
|
42
|
-
|
|
48
|
+
width: calc(var(--spacing, 0.25rem)*4);
|
|
49
|
+
height: calc(var(--spacing, 0.25rem)*4);
|
|
50
|
+
color: var(--color-neutral-300, #d9e1e4);
|
|
43
51
|
}
|
|
44
|
-
|
|
45
52
|
&:is(:link, :visited) {
|
|
46
53
|
&:hover {
|
|
47
|
-
|
|
48
|
-
|
|
54
|
+
color: var(--color-neutral-400, #cbd4d9);
|
|
49
55
|
& > .icon {
|
|
50
|
-
|
|
56
|
+
color: var(--color-neutral-600, #929fa5);
|
|
51
57
|
}
|
|
52
58
|
}
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
}
|
|
56
62
|
}
|
|
63
|
+
@property --tw-border-style {
|
|
64
|
+
syntax: "*";
|
|
65
|
+
inherits: false;
|
|
66
|
+
initial-value: solid;
|
|
67
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import classNames from 'classnames';
|
|
3
|
+
import styles from './index.module.css';
|
|
4
|
+
// These symbols match up with the types used in
|
|
5
|
+
// node core, and the ones defined at
|
|
6
|
+
// https://github.com/nodejs/api-docs-tooling/blob/main/src/types.d.ts#L22 (`HeadingMetadataEntry['type']`)
|
|
7
|
+
const symbolMap = {
|
|
8
|
+
event: 'E',
|
|
9
|
+
method: 'M',
|
|
10
|
+
property: 'P',
|
|
11
|
+
class: 'C',
|
|
12
|
+
module: 'M',
|
|
13
|
+
classMethod: 'S',
|
|
14
|
+
global: 'G',
|
|
15
|
+
ctor: 'C',
|
|
16
|
+
};
|
|
17
|
+
const DataTag = ({ kind, size = 'md' }) => (_jsx("div", { className: classNames(styles.dataTag, styles[size], styles[kind]), children: _jsx("span", { children: symbolMap[kind] }) }));
|
|
18
|
+
export default DataTag;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
+
.dataTag {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
border-radius: calc(infinity*1px);
|
|
7
|
+
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
8
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
9
|
+
color: var(--color-white, #fff);
|
|
10
|
+
&.lg {
|
|
11
|
+
width: calc(var(--spacing, 0.25rem)*12);
|
|
12
|
+
height: calc(var(--spacing, 0.25rem)*12);
|
|
13
|
+
font-size: var(--text-2xl, 1.5rem);
|
|
14
|
+
line-height: var(--tw-leading, var(--text-2xl--line-height, 1.33333));
|
|
15
|
+
}
|
|
16
|
+
&.md {
|
|
17
|
+
width: calc(var(--spacing, 0.25rem)*10);
|
|
18
|
+
height: calc(var(--spacing, 0.25rem)*10);
|
|
19
|
+
font-size: var(--text-xl, 1.25rem);
|
|
20
|
+
line-height: var(--tw-leading, var(--text-xl--line-height, 1.4));
|
|
21
|
+
}
|
|
22
|
+
&.sm {
|
|
23
|
+
width: calc(var(--spacing, 0.25rem)*8);
|
|
24
|
+
height: calc(var(--spacing, 0.25rem)*8);
|
|
25
|
+
}
|
|
26
|
+
&.event {
|
|
27
|
+
background-color: var(--color-accent1-600, #9756d6);
|
|
28
|
+
}
|
|
29
|
+
&.method {
|
|
30
|
+
background-color: var(--color-info-600, #0c7bb3);
|
|
31
|
+
}
|
|
32
|
+
&.property {
|
|
33
|
+
background-color: var(--color-green-600, #417e38);
|
|
34
|
+
}
|
|
35
|
+
&.class {
|
|
36
|
+
background-color: var(--color-warning-600, #ae5f00);
|
|
37
|
+
}
|
|
38
|
+
&.module {
|
|
39
|
+
background-color: var(--color-red-600, oklch(0.577 0.245 27.325));
|
|
40
|
+
}
|
|
41
|
+
&.classMethod {
|
|
42
|
+
background-color: var(--color-blue-600, oklch(0.546 0.245 262.881));
|
|
43
|
+
}
|
|
44
|
+
&.ctor {
|
|
45
|
+
background-color: var(--color-accent2-600, #d6246e);
|
|
46
|
+
}
|
|
47
|
+
&.global {
|
|
48
|
+
background-color: var(--color-amber-600, oklch(0.666 0.179 58.318));
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
@property --tw-font-weight {
|
|
52
|
+
syntax: "*";
|
|
53
|
+
inherits: false;
|
|
54
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import HexagonGrid from '#ui/Icons/HexagonGrid';
|
|
3
|
+
import styles from './index.module.css';
|
|
4
|
+
const GlowingBackdrop = () => (_jsx("div", { className: styles.glowingBackdrop, children: _jsx(HexagonGrid, {}) }));
|
|
5
|
+
export default GlowingBackdrop;
|
|
@@ -1,32 +1,130 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.glowingBackdrop {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
3
|
+
position: absolute;
|
|
4
|
+
top: calc(var(--spacing, 0.25rem)*0);
|
|
5
|
+
left: calc(var(--spacing, 0.25rem)*0);
|
|
6
|
+
z-index: -10;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
opacity: 50%;
|
|
10
|
+
&::after {
|
|
11
|
+
content: var(--tw-content);
|
|
12
|
+
position: absolute;
|
|
13
|
+
}
|
|
14
|
+
&::after {
|
|
15
|
+
content: var(--tw-content);
|
|
16
|
+
inset: calc(var(--spacing, 0.25rem)*0);
|
|
17
|
+
}
|
|
18
|
+
&::after {
|
|
19
|
+
content: var(--tw-content);
|
|
20
|
+
margin: auto;
|
|
21
|
+
}
|
|
22
|
+
&::after {
|
|
23
|
+
content: var(--tw-content);
|
|
24
|
+
aspect-ratio: 1 / 1;
|
|
25
|
+
}
|
|
26
|
+
&::after {
|
|
27
|
+
content: var(--tw-content);
|
|
28
|
+
width: 300px;
|
|
29
|
+
}
|
|
30
|
+
&::after {
|
|
31
|
+
content: var(--tw-content);
|
|
32
|
+
border-radius: calc(infinity*1px);
|
|
33
|
+
}
|
|
34
|
+
&::after {
|
|
35
|
+
content: var(--tw-content);
|
|
36
|
+
background-color: var(--color-green-300, #99cc7d);
|
|
37
|
+
}
|
|
38
|
+
&::after {
|
|
39
|
+
content: var(--tw-content);
|
|
40
|
+
--tw-blur: blur(120px);
|
|
41
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
42
|
+
}
|
|
43
|
+
&::after {
|
|
44
|
+
content: var(--tw-content);
|
|
45
|
+
--tw-content: '';
|
|
46
|
+
content: var(--tw-content);
|
|
47
|
+
}
|
|
48
|
+
@media (width >= 48rem) {
|
|
49
|
+
opacity: 100%;
|
|
50
|
+
}
|
|
51
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
52
|
+
&::after {
|
|
53
|
+
content: var(--tw-content);
|
|
54
|
+
background-color: var(--color-green-700, #2c682c);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
22
57
|
svg {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
58
|
+
position: absolute;
|
|
59
|
+
inset: calc(var(--spacing, 0.25rem)*0);
|
|
60
|
+
margin: auto;
|
|
61
|
+
aspect-ratio: 1.67;
|
|
62
|
+
max-width: 1004px;
|
|
63
|
+
object-fit: cover;
|
|
64
|
+
color: var(--color-neutral-300, #d9e1e4);
|
|
65
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
66
|
+
color: color-mix(in srgb, #2c3437 75%, transparent);
|
|
67
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
68
|
+
color: color-mix(in oklab, var(--color-neutral-900, #2c3437) 75%, transparent);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
31
71
|
}
|
|
32
72
|
}
|
|
73
|
+
@property --tw-content {
|
|
74
|
+
syntax: "*";
|
|
75
|
+
initial-value: "";
|
|
76
|
+
inherits: false;
|
|
77
|
+
}
|
|
78
|
+
@property --tw-blur {
|
|
79
|
+
syntax: "*";
|
|
80
|
+
inherits: false;
|
|
81
|
+
}
|
|
82
|
+
@property --tw-brightness {
|
|
83
|
+
syntax: "*";
|
|
84
|
+
inherits: false;
|
|
85
|
+
}
|
|
86
|
+
@property --tw-contrast {
|
|
87
|
+
syntax: "*";
|
|
88
|
+
inherits: false;
|
|
89
|
+
}
|
|
90
|
+
@property --tw-grayscale {
|
|
91
|
+
syntax: "*";
|
|
92
|
+
inherits: false;
|
|
93
|
+
}
|
|
94
|
+
@property --tw-hue-rotate {
|
|
95
|
+
syntax: "*";
|
|
96
|
+
inherits: false;
|
|
97
|
+
}
|
|
98
|
+
@property --tw-invert {
|
|
99
|
+
syntax: "*";
|
|
100
|
+
inherits: false;
|
|
101
|
+
}
|
|
102
|
+
@property --tw-opacity {
|
|
103
|
+
syntax: "*";
|
|
104
|
+
inherits: false;
|
|
105
|
+
}
|
|
106
|
+
@property --tw-saturate {
|
|
107
|
+
syntax: "*";
|
|
108
|
+
inherits: false;
|
|
109
|
+
}
|
|
110
|
+
@property --tw-sepia {
|
|
111
|
+
syntax: "*";
|
|
112
|
+
inherits: false;
|
|
113
|
+
}
|
|
114
|
+
@property --tw-drop-shadow {
|
|
115
|
+
syntax: "*";
|
|
116
|
+
inherits: false;
|
|
117
|
+
}
|
|
118
|
+
@property --tw-drop-shadow-color {
|
|
119
|
+
syntax: "*";
|
|
120
|
+
inherits: false;
|
|
121
|
+
}
|
|
122
|
+
@property --tw-drop-shadow-alpha {
|
|
123
|
+
syntax: "<percentage>";
|
|
124
|
+
inherits: false;
|
|
125
|
+
initial-value: 100%;
|
|
126
|
+
}
|
|
127
|
+
@property --tw-drop-shadow-size {
|
|
128
|
+
syntax: "*";
|
|
129
|
+
inherits: false;
|
|
130
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { LanguageIcon } from '@heroicons/react/24/outline';
|
|
3
|
+
import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
|
|
4
|
+
import classNames from 'classnames';
|
|
5
|
+
import styles from './index.module.css';
|
|
6
|
+
const LanguageDropdown = ({ onChange = () => { }, currentLanguage, availableLanguages, ariaLabel, }) => {
|
|
7
|
+
return (_jsxs(DropdownMenu.Root, { children: [_jsx(DropdownMenu.Trigger, { asChild: true, children: _jsx("button", { className: styles.languageDropdown, "aria-label": ariaLabel, children: _jsx(LanguageIcon, { height: "20" }) }) }), _jsx(DropdownMenu.Portal, { children: _jsx(DropdownMenu.Content, { align: "start", className: styles.dropDownContent, sideOffset: 5, children: _jsx("div", { children: availableLanguages.map(({ name, code, localName }) => (_jsx(DropdownMenu.Item, { onClick: () => onChange({ name, code, localName }), className: classNames(styles.dropDownItem, {
|
|
8
|
+
[styles.currentDropDown]: code === currentLanguage,
|
|
9
|
+
}), children: localName }, code))) }) }) })] }));
|
|
10
|
+
};
|
|
11
|
+
export default LanguageDropdown;
|
|
@@ -1,53 +1,151 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.languageDropdown {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
height: calc(var(--spacing, 0.25rem)*9);
|
|
4
|
+
width: calc(var(--spacing, 0.25rem)*9);
|
|
5
|
+
border-radius: var(--radius-md, 0.375rem);
|
|
6
|
+
padding: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
+
color: var(--color-neutral-700, #6e7b83);
|
|
8
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
9
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
10
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
11
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
12
|
+
}
|
|
13
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
14
|
+
color: var(--color-neutral-300, #d9e1e4);
|
|
15
|
+
}
|
|
12
16
|
&:hover {
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
background-color: var(--color-neutral-100, #f6f7f9);
|
|
18
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
19
|
+
background-color: var(--color-neutral-900, #2c3437);
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
}
|
|
17
|
-
|
|
18
23
|
.dropDownContent {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
max-height: calc(var(--spacing, 0.25rem)*80);
|
|
25
|
+
width: calc(var(--spacing, 0.25rem)*48);
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
border-radius: var(--radius-sm, 0.25rem);
|
|
28
|
+
border-style: var(--tw-border-style);
|
|
29
|
+
border-width: 1px;
|
|
30
|
+
border-color: var(--color-neutral-200, #e9edf0);
|
|
31
|
+
background-color: var(--color-white, #fff);
|
|
32
|
+
--tw-shadow: 0px 4px 6px -2px var(--tw-shadow-color, color-mix(in srgb, #101828 3%, transparent)), 0px 12px 16px -4px var(--tw-shadow-color, color-mix(in srgb, #101828 8%, transparent));
|
|
33
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
34
|
+
--tw-shadow: 0px 4px 6px -2px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 3%, transparent)), 0px 12px 16px -4px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 8%, transparent));
|
|
35
|
+
}
|
|
36
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
37
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
38
|
+
border-color: var(--color-neutral-900, #2c3437);
|
|
39
|
+
}
|
|
40
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
41
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
42
|
+
}
|
|
30
43
|
> div {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
44
|
+
max-height: calc(var(--spacing, 0.25rem)*80);
|
|
45
|
+
width: calc(var(--spacing, 0.25rem)*48);
|
|
46
|
+
overflow-y: auto;
|
|
34
47
|
}
|
|
35
48
|
}
|
|
36
|
-
|
|
37
49
|
.dropDownItem {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
padding-inline: calc(var(--spacing, 0.25rem)*2.5);
|
|
52
|
+
padding-block: calc(var(--spacing, 0.25rem)*1.5);
|
|
53
|
+
font-size: var(--text-sm, 0.875rem);
|
|
54
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
55
|
+
--tw-font-weight: var(--font-weight-medium, 500);
|
|
56
|
+
font-weight: var(--font-weight-medium, 500);
|
|
57
|
+
color: var(--color-neutral-800, #556066);
|
|
58
|
+
--tw-outline-style: none;
|
|
59
|
+
outline-style: none;
|
|
60
|
+
@media (forced-colors: active) {
|
|
61
|
+
outline: 2px solid transparent;
|
|
62
|
+
outline-offset: 2px;
|
|
63
|
+
}
|
|
64
|
+
&[data-highlighted] {
|
|
65
|
+
background-color: var(--color-green-600, #417e38);
|
|
66
|
+
}
|
|
67
|
+
&[data-highlighted] {
|
|
68
|
+
color: var(--color-white, #fff);
|
|
69
|
+
}
|
|
70
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
71
|
+
color: var(--color-white, #fff);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
50
74
|
.currentDropDown {
|
|
51
|
-
|
|
52
|
-
|
|
75
|
+
background-color: var(--color-green-600, #417e38);
|
|
76
|
+
color: var(--color-white, #fff);
|
|
77
|
+
}
|
|
78
|
+
@property --tw-border-style {
|
|
79
|
+
syntax: "*";
|
|
80
|
+
inherits: false;
|
|
81
|
+
initial-value: solid;
|
|
82
|
+
}
|
|
83
|
+
@property --tw-shadow {
|
|
84
|
+
syntax: "*";
|
|
85
|
+
inherits: false;
|
|
86
|
+
initial-value: 0 0 #0000;
|
|
87
|
+
}
|
|
88
|
+
@property --tw-shadow-color {
|
|
89
|
+
syntax: "*";
|
|
90
|
+
inherits: false;
|
|
91
|
+
}
|
|
92
|
+
@property --tw-shadow-alpha {
|
|
93
|
+
syntax: "<percentage>";
|
|
94
|
+
inherits: false;
|
|
95
|
+
initial-value: 100%;
|
|
96
|
+
}
|
|
97
|
+
@property --tw-inset-shadow {
|
|
98
|
+
syntax: "*";
|
|
99
|
+
inherits: false;
|
|
100
|
+
initial-value: 0 0 #0000;
|
|
101
|
+
}
|
|
102
|
+
@property --tw-inset-shadow-color {
|
|
103
|
+
syntax: "*";
|
|
104
|
+
inherits: false;
|
|
105
|
+
}
|
|
106
|
+
@property --tw-inset-shadow-alpha {
|
|
107
|
+
syntax: "<percentage>";
|
|
108
|
+
inherits: false;
|
|
109
|
+
initial-value: 100%;
|
|
110
|
+
}
|
|
111
|
+
@property --tw-ring-color {
|
|
112
|
+
syntax: "*";
|
|
113
|
+
inherits: false;
|
|
114
|
+
}
|
|
115
|
+
@property --tw-ring-shadow {
|
|
116
|
+
syntax: "*";
|
|
117
|
+
inherits: false;
|
|
118
|
+
initial-value: 0 0 #0000;
|
|
119
|
+
}
|
|
120
|
+
@property --tw-inset-ring-color {
|
|
121
|
+
syntax: "*";
|
|
122
|
+
inherits: false;
|
|
123
|
+
}
|
|
124
|
+
@property --tw-inset-ring-shadow {
|
|
125
|
+
syntax: "*";
|
|
126
|
+
inherits: false;
|
|
127
|
+
initial-value: 0 0 #0000;
|
|
128
|
+
}
|
|
129
|
+
@property --tw-ring-inset {
|
|
130
|
+
syntax: "*";
|
|
131
|
+
inherits: false;
|
|
132
|
+
}
|
|
133
|
+
@property --tw-ring-offset-width {
|
|
134
|
+
syntax: "<length>";
|
|
135
|
+
inherits: false;
|
|
136
|
+
initial-value: 0px;
|
|
137
|
+
}
|
|
138
|
+
@property --tw-ring-offset-color {
|
|
139
|
+
syntax: "*";
|
|
140
|
+
inherits: false;
|
|
141
|
+
initial-value: #fff;
|
|
142
|
+
}
|
|
143
|
+
@property --tw-ring-offset-shadow {
|
|
144
|
+
syntax: "*";
|
|
145
|
+
inherits: false;
|
|
146
|
+
initial-value: 0 0 #0000;
|
|
147
|
+
}
|
|
148
|
+
@property --tw-font-weight {
|
|
149
|
+
syntax: "*";
|
|
150
|
+
inherits: false;
|
|
53
151
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { XMarkIcon } from '@heroicons/react/24/outline';
|
|
4
|
+
import * as Dialog from '@radix-ui/react-dialog';
|
|
5
|
+
import styles from './index.module.css';
|
|
6
|
+
const Modal = ({ children, open = false, onOpenChange = () => { }, }) => (_jsx(Dialog.Root, { open: open, onOpenChange: onOpenChange, children: _jsx(Dialog.Portal, { children: _jsx(Dialog.Overlay, { className: styles.overlay, children: _jsxs(Dialog.Content, { className: styles.content, children: [_jsx(Dialog.Trigger, { className: styles.close, children: _jsx(XMarkIcon, {}) }), children, _jsx(Dialog.Close, {})] }) }) }) }));
|
|
7
|
+
const Title = ({ children }) => (_jsx(Dialog.Title, { className: styles.title, children: children }));
|
|
8
|
+
const Description = ({ children }) => (_jsx(Dialog.Description, { className: styles.description, children: children }));
|
|
9
|
+
const Content = ({ children }) => (_jsx("main", { className: styles.wrapper, children: children }));
|
|
10
|
+
export { Modal, Title, Description, Content };
|