@node-core/ui-components 1.0.1-cc5c2626b0639fe2088a736f54169ea3e10ed325 → 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 +44 -50
- 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 -11
- 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 -105
- package/Common/BaseCodeBox/index.js +50 -0
- package/Common/BaseCodeBox/index.module.css +76 -58
- 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 +181 -66
- 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 +30 -32
- 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 +180 -52
- package/Containers/Sidebar/SidebarItem/index.js +11 -0
- package/Containers/Sidebar/SidebarItem/index.module.css +49 -38
- package/Containers/Sidebar/index.js +15 -0
- package/Containers/Sidebar/index.module.css +42 -24
- 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 +6 -54
- 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 -96
- 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 -83
- 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 -122
- 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/ChangeHistory/index.stories.tsx +0 -130
- package/Common/ChangeHistory/index.tsx +0 -67
- package/Common/CodeTabs/index.stories.tsx +0 -73
- package/Common/CodeTabs/index.tsx +0 -16
- package/Common/DataTag/index.stories.tsx +0 -40
- package/Common/DataTag/index.tsx +0 -39
- 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 -34
- package/Common/Modal/index.tsx +0 -50
- 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/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/DocSideBar/index.tsx +0 -0
- 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/ProgressionIcon/index.tsx +0 -16
- package/Containers/Sidebar/SidebarGroup/index.stories.tsx +0 -36
- package/Containers/Sidebar/SidebarGroup/index.tsx +0 -49
- package/Containers/Sidebar/SidebarItem/index.stories.tsx +0 -15
- package/Containers/Sidebar/SidebarItem/index.tsx +0 -43
- package/Containers/Sidebar/index.stories.tsx +0 -88
- package/Containers/Sidebar/index.tsx +0 -70
- 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 -372
- 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/MDX/CodeTabs.tsx +0 -47
- 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,78 +1,96 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.root {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
width: 100%;
|
|
4
|
+
border-radius: var(--radius-sm, 0.25rem);
|
|
5
|
+
border-style: var(--tw-border-style);
|
|
6
|
+
border-width: 1px;
|
|
7
|
+
border-color: var(--color-neutral-900, #2c3437);
|
|
8
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
10
9
|
.content {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
margin: calc(var(--spacing, 0.25rem)*0);
|
|
11
|
+
padding: calc(var(--spacing, 0.25rem)*4);
|
|
14
12
|
& > code {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
13
|
+
display: grid;
|
|
14
|
+
overflow-x: auto;
|
|
15
|
+
background-color: transparent;
|
|
16
|
+
padding: calc(var(--spacing, 0.25rem)*0);
|
|
17
|
+
font-family: var(--font-ibm-plex-mono, var(--font-ibm-plex-mono));
|
|
18
|
+
font-size: var(--text-sm, 0.875rem);
|
|
19
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
20
|
+
--tw-leading: var(--leading-snug, 1.375);
|
|
21
|
+
line-height: var(--leading-snug, 1.375);
|
|
22
|
+
--tw-font-weight: var(--font-weight-regular, 400);
|
|
23
|
+
font-weight: var(--font-weight-regular, 400);
|
|
24
|
+
color: var(--color-neutral-400, #cbd4d9);
|
|
25
|
+
counter-reset: line;
|
|
26
|
+
scrollbar-width: thin;
|
|
27
27
|
& > [class='line'] {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
position: relative;
|
|
29
|
+
min-width: calc(var(--spacing, 0.25rem)*0);
|
|
30
|
+
padding-left: calc(var(--spacing, 0.25rem)*8);
|
|
32
31
|
&:not(:empty:last-child)::before {
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
display: inline-block;
|
|
33
|
+
--tw-content: '';
|
|
34
|
+
content: var(--tw-content);
|
|
35
35
|
}
|
|
36
|
-
|
|
37
36
|
&:not(:empty:last-child)::after {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: calc(var(--spacing, 0.25rem)*0);
|
|
39
|
+
left: calc(var(--spacing, 0.25rem)*0);
|
|
40
|
+
margin-right: calc(var(--spacing, 0.25rem)*4);
|
|
41
|
+
width: calc(var(--spacing, 0.25rem)*4.5);
|
|
42
|
+
text-align: right;
|
|
43
|
+
font-family: var(--font-ibm-plex-mono, var(--font-ibm-plex-mono));
|
|
44
|
+
color: var(--color-neutral-600, #929fa5);
|
|
45
|
+
content: counter(line);
|
|
46
|
+
counter-increment: line;
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
49
|
}
|
|
51
50
|
}
|
|
52
|
-
|
|
53
51
|
& > .footer {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: space-between;
|
|
55
|
+
border-top-style: var(--tw-border-style);
|
|
56
|
+
border-top-width: 1px;
|
|
57
|
+
border-top-color: var(--color-neutral-900, #2c3437);
|
|
58
|
+
padding-inline: calc(var(--spacing, 0.25rem)*4);
|
|
59
|
+
padding-block: calc(var(--spacing, 0.25rem)*3);
|
|
60
|
+
font-size: var(--text-sm, 0.875rem);
|
|
61
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
62
|
+
--tw-font-weight: var(--font-weight-medium, 500);
|
|
63
|
+
font-weight: var(--font-weight-medium, 500);
|
|
64
64
|
& > .language {
|
|
65
|
-
|
|
65
|
+
color: var(--color-neutral-400, #cbd4d9);
|
|
66
66
|
}
|
|
67
|
-
|
|
68
67
|
& > .action {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
69
|
+
padding-block: calc(var(--spacing, 0.25rem)*1.5);
|
|
70
|
+
--tw-font-weight: var(--font-weight-medium, 500);
|
|
71
|
+
font-weight: var(--font-weight-medium, 500);
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
|
|
76
75
|
.icon {
|
|
77
|
-
|
|
76
|
+
width: calc(var(--spacing, 0.25rem)*4);
|
|
77
|
+
height: calc(var(--spacing, 0.25rem)*4);
|
|
78
|
+
}
|
|
79
|
+
@property --tw-border-style {
|
|
80
|
+
syntax: "*";
|
|
81
|
+
inherits: false;
|
|
82
|
+
initial-value: solid;
|
|
83
|
+
}
|
|
84
|
+
@property --tw-leading {
|
|
85
|
+
syntax: "*";
|
|
86
|
+
inherits: false;
|
|
87
|
+
}
|
|
88
|
+
@property --tw-font-weight {
|
|
89
|
+
syntax: "*";
|
|
90
|
+
inherits: false;
|
|
91
|
+
}
|
|
92
|
+
@property --tw-content {
|
|
93
|
+
syntax: "*";
|
|
94
|
+
inherits: false;
|
|
95
|
+
initial-value: "";
|
|
78
96
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import classNames from 'classnames';
|
|
3
|
+
import PrevNextArrow from '#ui/Common/BasePagination/PrevNextArrow';
|
|
4
|
+
import styles from './index.module.css';
|
|
5
|
+
const BaseCrossLink = ({ type, label, text, link, as: Component = 'a', }) => {
|
|
6
|
+
return (_jsxs(Component, { className: styles.crossLink, href: link, children: [_jsxs("span", { className: classNames(styles.header, {
|
|
7
|
+
[styles.reverse]: type === 'next',
|
|
8
|
+
}), children: [_jsx(PrevNextArrow, { className: styles.icon, type: type }), label] }), _jsx("span", { className: classNames(styles.content, {
|
|
9
|
+
[styles.reverse]: type === 'next',
|
|
10
|
+
}), children: text })] }));
|
|
11
|
+
};
|
|
12
|
+
export default BaseCrossLink;
|
|
@@ -1,51 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.crossLink {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-items: flex-start;
|
|
6
|
+
gap: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
text-overflow: ellipsis;
|
|
9
|
+
white-space: nowrap;
|
|
10
|
+
border-radius: var(--radius-sm, 0.25rem);
|
|
11
|
+
border-style: var(--tw-border-style);
|
|
12
|
+
border-width: 1px;
|
|
13
|
+
--tw-border-style: solid;
|
|
14
|
+
border-style: solid;
|
|
15
|
+
border-color: var(--color-neutral-300, #d9e1e4);
|
|
16
|
+
background-color: var(--color-white, #fff);
|
|
17
|
+
padding: calc(var(--spacing, 0.25rem)*3);
|
|
18
|
+
text-decoration-line: none;
|
|
19
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
20
|
+
border-color: var(--color-neutral-900, #2c3437);
|
|
21
|
+
}
|
|
22
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
23
|
+
background-color: var(--color-neutral-950, #0d121c);
|
|
24
|
+
}
|
|
19
25
|
.header {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
gap: calc(var(--spacing, 0.25rem)*2);
|
|
29
|
+
align-self: stretch;
|
|
30
|
+
font-size: var(--text-xs, 0.75rem);
|
|
31
|
+
line-height: var(--tw-leading, var(--text-xs--line-height, 1.33333));
|
|
32
|
+
color: var(--color-neutral-800, #556066);
|
|
33
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
34
|
+
color: var(--color-neutral-100, #f6f7f9);
|
|
35
|
+
}
|
|
28
36
|
&.reverse {
|
|
29
|
-
|
|
30
|
-
|
|
37
|
+
flex-direction: row-reverse;
|
|
38
|
+
justify-content: flex-start;
|
|
31
39
|
}
|
|
32
|
-
|
|
33
40
|
.icon {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
41
|
+
width: calc(var(--spacing, 0.25rem)*4);
|
|
42
|
+
height: calc(var(--spacing, 0.25rem)*4);
|
|
43
|
+
color: var(--color-neutral-600, #929fa5);
|
|
44
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
45
|
+
color: var(--color-neutral-400, #cbd4d9);
|
|
46
|
+
}
|
|
37
47
|
}
|
|
38
48
|
}
|
|
39
|
-
|
|
40
49
|
.content {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
50
|
+
align-self: stretch;
|
|
51
|
+
overflow: hidden;
|
|
52
|
+
text-overflow: ellipsis;
|
|
53
|
+
white-space: nowrap;
|
|
54
|
+
font-size: var(--text-sm, 0.875rem);
|
|
55
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
56
|
+
color: var(--color-neutral-900, #2c3437);
|
|
57
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
58
|
+
color: var(--color-white, #fff);
|
|
59
|
+
}
|
|
47
60
|
&.reverse {
|
|
48
|
-
|
|
61
|
+
text-align: right;
|
|
49
62
|
}
|
|
50
63
|
}
|
|
51
64
|
}
|
|
65
|
+
@property --tw-border-style {
|
|
66
|
+
syntax: "*";
|
|
67
|
+
inherits: false;
|
|
68
|
+
initial-value: solid;
|
|
69
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import Select from '#ui/Common/Select';
|
|
3
|
+
import styles from './index.module.css';
|
|
4
|
+
const BaseLinkTabs = ({ tabs, label, activeTab, children, as: Component = 'a', onSelect, }) => (_jsxs(_Fragment, { children: [_jsx("div", { className: styles.tabsList, children: tabs.map(tab => (_jsx(Component, { href: tab.link, className: styles.tabsTrigger, "data-state": tab.key === activeTab ? 'active' : 'inactive', children: tab.label }, tab.key))) }), _jsx("div", { className: styles.tabsSelect, children: _jsx(Select, { label: label, defaultValue: tabs.find(tab => tab.key === activeTab)?.link, values: tabs.map(tab => ({ label: tab.label, value: tab.link })), onChange: onSelect }) }), children] }));
|
|
5
|
+
export default BaseLinkTabs;
|
|
@@ -1,43 +1,77 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.tabsList {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
margin-top: calc(var(--spacing, 0.25rem)*10);
|
|
4
|
+
margin-bottom: calc(var(--spacing, 0.25rem)*6);
|
|
5
|
+
display: flex;
|
|
6
|
+
gap: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
+
border-bottom-style: var(--tw-border-style);
|
|
8
|
+
border-bottom-width: 1px;
|
|
9
|
+
border-bottom-color: var(--color-neutral-200, #e9edf0);
|
|
10
|
+
font-family: var(--font-open-sans, var(--font-open-sans));
|
|
11
|
+
@media (width < 670px) {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
15
|
+
border-bottom-color: var(--color-neutral-800, #556066);
|
|
16
|
+
}
|
|
14
17
|
.tabsTrigger {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
border-bottom-style: var(--tw-border-style);
|
|
19
|
+
border-bottom-width: 2px;
|
|
20
|
+
border-bottom-color: transparent;
|
|
21
|
+
padding-inline: calc(var(--spacing, 0.25rem)*1);
|
|
22
|
+
padding-bottom: 11px;
|
|
23
|
+
font-size: var(--text-sm, 0.875rem);
|
|
24
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
25
|
+
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
26
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
27
|
+
color: var(--color-neutral-800, #556066);
|
|
28
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
29
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
30
|
+
}
|
|
31
|
+
&:not([data-state='active']):hover {
|
|
32
|
+
border-bottom-color: var(--color-neutral-900, #2c3437);
|
|
33
|
+
color: var(--color-neutral-900, #2c3437);
|
|
34
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
35
|
+
border-bottom-color: var(--color-neutral-300, #d9e1e4);
|
|
36
|
+
}
|
|
37
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
38
|
+
color: var(--color-neutral-300, #d9e1e4);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
24
41
|
&[data-state='active'] {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
42
|
+
border-bottom-color: var(--color-green-600, #417e38);
|
|
43
|
+
color: var(--color-green-600, #417e38);
|
|
44
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
45
|
+
border-bottom-color: var(--color-green-400, #84ba64);
|
|
46
|
+
}
|
|
47
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
48
|
+
color: var(--color-green-400, #84ba64);
|
|
49
|
+
}
|
|
29
50
|
}
|
|
30
51
|
}
|
|
31
52
|
}
|
|
32
|
-
|
|
33
53
|
.tabsSelect {
|
|
34
|
-
@
|
|
35
|
-
|
|
36
|
-
|
|
54
|
+
@media (width >= 40rem) {
|
|
55
|
+
visibility: visible;
|
|
56
|
+
}
|
|
57
|
+
@media (width >= 48rem) {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
37
60
|
> span {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
61
|
+
margin-block: calc(var(--spacing, 0.25rem)*6);
|
|
62
|
+
display: none;
|
|
63
|
+
width: 100%;
|
|
64
|
+
@media (width < 670px) {
|
|
65
|
+
display: flex;
|
|
66
|
+
}
|
|
42
67
|
}
|
|
43
68
|
}
|
|
69
|
+
@property --tw-border-style {
|
|
70
|
+
syntax: "*";
|
|
71
|
+
inherits: false;
|
|
72
|
+
initial-value: solid;
|
|
73
|
+
}
|
|
74
|
+
@property --tw-font-weight {
|
|
75
|
+
syntax: "*";
|
|
76
|
+
inherits: false;
|
|
77
|
+
}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.ellipsis {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
width: calc(var(--spacing, 0.25rem)*10);
|
|
4
|
+
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
5
|
+
padding-block: calc(var(--spacing, 0.25rem)*2.5);
|
|
6
|
+
--tw-leading: 1;
|
|
7
|
+
line-height: 1;
|
|
8
|
+
color: var(--color-neutral-800, #556066);
|
|
9
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
10
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
@property --tw-leading {
|
|
14
|
+
syntax: "*";
|
|
15
|
+
inherits: false;
|
|
10
16
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import styles from './index.module.css';
|
|
3
|
+
const PaginationListItem = ({ url, pageNumber, currentPage, totalPages, as: Component = 'a', label, }) => {
|
|
4
|
+
return (_jsx("li", { "aria-setsize": totalPages, "aria-posinset": pageNumber, children: _jsx(Component, { href: url, "aria-label": label, className: styles.listItem, ...(pageNumber === currentPage && { 'aria-current': 'page' }), children: _jsx("span", { children: pageNumber }) }) }, pageNumber));
|
|
5
|
+
};
|
|
6
|
+
export default PaginationListItem;
|
|
@@ -1,27 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.listItem,
|
|
4
3
|
.listItem:link,
|
|
5
4
|
.listItem:active {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
text-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
5
|
+
display: flex;
|
|
6
|
+
width: calc(var(--spacing, 0.25rem)*10);
|
|
7
|
+
height: calc(var(--spacing, 0.25rem)*10);
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
align-items: center;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
border-radius: var(--radius-sm, 0.25rem);
|
|
12
|
+
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
13
|
+
padding-block: calc(var(--spacing, 0.25rem)*2.5);
|
|
14
|
+
color: var(--color-neutral-800, #556066);
|
|
15
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
16
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
17
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
18
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
19
|
+
}
|
|
20
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
21
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
22
|
+
}
|
|
23
|
+
&[aria-current="page"] {
|
|
24
|
+
cursor: default;
|
|
25
|
+
}
|
|
26
|
+
&[aria-current="page"] {
|
|
27
|
+
background-color: var(--color-green-600, #417e38);
|
|
28
|
+
}
|
|
29
|
+
&[aria-current="page"] {
|
|
30
|
+
color: var(--color-white, #fff);
|
|
31
|
+
}
|
|
21
32
|
&:hover:not([aria-current='page']) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
33
|
+
background-color: var(--color-neutral-100, #f6f7f9);
|
|
34
|
+
color: var(--color-neutral-800, #556066);
|
|
35
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
36
|
+
background-color: var(--color-neutral-900, #2c3437);
|
|
37
|
+
}
|
|
38
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
39
|
+
color: var(--color-neutral-200, #e9edf0);
|
|
40
|
+
}
|
|
26
41
|
}
|
|
27
42
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ChevronLeftIcon, ChevronRightIcon } from '@heroicons/react/24/solid';
|
|
3
|
+
const PrevNextArrow = ({ type, ...extra }) => {
|
|
4
|
+
const ChevronComponent = type === 'previous' ? ChevronLeftIcon : ChevronRightIcon;
|
|
5
|
+
return _jsx(ChevronComponent, { ...extra });
|
|
6
|
+
};
|
|
7
|
+
export default PrevNextArrow;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ArrowRightIcon, ArrowLeftIcon } from '@heroicons/react/20/solid';
|
|
3
|
+
import Button from '#ui/Common/BaseButton';
|
|
4
|
+
import { useGetPageElements } from '#ui/Common/BasePagination/useGetPageElements';
|
|
5
|
+
import styles from './index.module.css';
|
|
6
|
+
const BasePagination = ({ currentPage, pages, as = 'a', currentPageSiblingsCount = 1, labels, getPageLabel, }) => {
|
|
7
|
+
const parsedPages = useGetPageElements(currentPage, pages, currentPageSiblingsCount, as, getPageLabel);
|
|
8
|
+
return (_jsxs("nav", { "aria-label": labels.aria, className: styles.pagination, children: [_jsxs(Button, { as: as, "aria-label": labels.prevAria, disabled: currentPage === 1, kind: "secondary", className: styles.previousButton, href: pages[currentPage - 2]?.url, children: [_jsx(ArrowLeftIcon, { className: styles.arrowIcon }), _jsx("span", { children: labels.prev })] }), _jsx("ol", { className: styles.list, children: parsedPages }), _jsxs(Button, { as: as, "aria-label": labels.nextAria, disabled: currentPage === pages.length, kind: "secondary", className: styles.nextButton, href: pages[currentPage]?.url, children: [_jsx("span", { children: labels.next }), _jsx(ArrowRightIcon, { className: styles.arrowIcon })] })] }));
|
|
9
|
+
};
|
|
10
|
+
export default BasePagination;
|
|
@@ -1,39 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
3
2
|
.pagination {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
display: grid;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
row-gap: calc(var(--spacing, 0.25rem)*5);
|
|
7
|
+
grid-template-areas: 'pages pages pages''prev . next';
|
|
8
|
+
@media (width >= 48rem) {
|
|
9
|
+
row-gap: calc(var(--spacing, 0.25rem)*0);
|
|
10
|
+
}
|
|
11
|
+
@media (width >= 48rem) {
|
|
12
|
+
grid-template-areas: 'prev pages next';
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
|
-
|
|
13
15
|
.previousButton,
|
|
14
16
|
.nextButton {
|
|
15
|
-
|
|
17
|
+
font-size: var(--text-sm, 0.875rem);
|
|
18
|
+
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
16
19
|
}
|
|
17
|
-
|
|
18
20
|
.previousButton {
|
|
19
|
-
|
|
21
|
+
grid-area: prev;
|
|
20
22
|
}
|
|
21
|
-
|
|
22
23
|
.nextButton {
|
|
23
|
-
|
|
24
|
+
grid-area: next;
|
|
24
25
|
}
|
|
25
|
-
|
|
26
26
|
.arrowIcon {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
height: calc(var(--spacing, 0.25rem)*5);
|
|
28
|
+
flex-shrink: 0;
|
|
29
|
+
color: var(--color-neutral-600, #929fa5);
|
|
30
|
+
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
31
|
+
color: var(--color-neutral-400, #cbd4d9);
|
|
32
|
+
}
|
|
31
33
|
}
|
|
32
|
-
|
|
33
34
|
.list {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
display: flex;
|
|
36
|
+
list-style-type: none;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
gap: calc(var(--spacing, 0.25rem)*1);
|
|
39
|
+
grid-area: pages;
|
|
39
40
|
}
|