@nextop-os/ui-system 0.0.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/README.md +14 -0
- package/dist/chunk-DGPY4WP3.js +11 -0
- package/dist/chunk-DGPY4WP3.js.map +1 -0
- package/dist/chunk-IK2XRJQG.js +56 -0
- package/dist/chunk-IK2XRJQG.js.map +1 -0
- package/dist/chunk-UM7LPYRB.js +897 -0
- package/dist/chunk-UM7LPYRB.js.map +1 -0
- package/dist/chunk-V2GNGNUX.js +130 -0
- package/dist/chunk-V2GNGNUX.js.map +1 -0
- package/dist/components/index.d.ts +108 -0
- package/dist/components/index.js +99 -0
- package/dist/components/index.js.map +1 -0
- package/dist/icons/index.d.ts +51 -0
- package/dist/icons/index.js +87 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +185 -0
- package/dist/index.js.map +1 -0
- package/dist/styles/base.css +49 -0
- package/dist/styles/index.css +3 -0
- package/dist/styles/semantic.css +39 -0
- package/dist/styles/theme.css +132 -0
- package/dist/utils.d.ts +5 -0
- package/dist/utils.js +7 -0
- package/dist/utils.js.map +1 -0
- package/package.json +87 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Badge,
|
|
3
|
+
Button,
|
|
4
|
+
Card,
|
|
5
|
+
CardAction,
|
|
6
|
+
CardContent,
|
|
7
|
+
CardDescription,
|
|
8
|
+
CardFooter,
|
|
9
|
+
CardHeader,
|
|
10
|
+
CardTitle,
|
|
11
|
+
ConfirmationDialog,
|
|
12
|
+
Dialog,
|
|
13
|
+
DialogClose,
|
|
14
|
+
DialogContent,
|
|
15
|
+
DialogDescription,
|
|
16
|
+
DialogFooter,
|
|
17
|
+
DialogHeader,
|
|
18
|
+
DialogOverlay,
|
|
19
|
+
DialogPortal,
|
|
20
|
+
DialogTitle,
|
|
21
|
+
DialogTrigger,
|
|
22
|
+
Input,
|
|
23
|
+
ResizableHandle,
|
|
24
|
+
ResizablePanel,
|
|
25
|
+
ResizablePanelGroup,
|
|
26
|
+
ScrollArea,
|
|
27
|
+
ScrollBar,
|
|
28
|
+
Select,
|
|
29
|
+
SelectContent,
|
|
30
|
+
SelectGroup,
|
|
31
|
+
SelectItem,
|
|
32
|
+
SelectLabel,
|
|
33
|
+
SelectScrollDownButton,
|
|
34
|
+
SelectScrollUpButton,
|
|
35
|
+
SelectSeparator,
|
|
36
|
+
SelectTrigger,
|
|
37
|
+
SelectValue,
|
|
38
|
+
Separator,
|
|
39
|
+
ToastClose,
|
|
40
|
+
ToastDescription,
|
|
41
|
+
ToastProvider,
|
|
42
|
+
ToastRoot,
|
|
43
|
+
ToastTitle,
|
|
44
|
+
ToastViewport,
|
|
45
|
+
badgeVariants,
|
|
46
|
+
buttonVariants,
|
|
47
|
+
toastVariants
|
|
48
|
+
} from "./chunk-UM7LPYRB.js";
|
|
49
|
+
import {
|
|
50
|
+
NextopMark
|
|
51
|
+
} from "./chunk-IK2XRJQG.js";
|
|
52
|
+
import {
|
|
53
|
+
AlertIcon,
|
|
54
|
+
ArrowLeftIcon,
|
|
55
|
+
ArrowRightIcon,
|
|
56
|
+
CheckIcon,
|
|
57
|
+
ChevronDownIcon,
|
|
58
|
+
ChevronUpIcon,
|
|
59
|
+
CloseIcon,
|
|
60
|
+
CopyIcon,
|
|
61
|
+
DashboardIcon,
|
|
62
|
+
DeleteIcon,
|
|
63
|
+
DirectoryIcon,
|
|
64
|
+
EyeIcon,
|
|
65
|
+
FileCodeIcon,
|
|
66
|
+
FileCreateIcon,
|
|
67
|
+
FileIcon,
|
|
68
|
+
FileSearchIcon,
|
|
69
|
+
FileSpreadsheetIcon,
|
|
70
|
+
FileTextIcon,
|
|
71
|
+
FolderIcon,
|
|
72
|
+
HealthIcon,
|
|
73
|
+
ImageFileIcon,
|
|
74
|
+
LaunchIcon,
|
|
75
|
+
LayoutMenuIcon,
|
|
76
|
+
LoadingIcon,
|
|
77
|
+
MaximizeIcon,
|
|
78
|
+
MinimizeIcon,
|
|
79
|
+
NewWorkspaceIcon,
|
|
80
|
+
PlatformIcon,
|
|
81
|
+
QuickLayoutBottomIcon,
|
|
82
|
+
QuickLayoutLeftIcon,
|
|
83
|
+
QuickLayoutRightIcon,
|
|
84
|
+
QuickLayoutTopIcon,
|
|
85
|
+
RefreshIcon,
|
|
86
|
+
RestoreIcon,
|
|
87
|
+
SearchIcon,
|
|
88
|
+
SettingsIcon,
|
|
89
|
+
SparkIcon,
|
|
90
|
+
UploadIcon,
|
|
91
|
+
VideoFileIcon
|
|
92
|
+
} from "./chunk-V2GNGNUX.js";
|
|
93
|
+
import {
|
|
94
|
+
cn
|
|
95
|
+
} from "./chunk-DGPY4WP3.js";
|
|
96
|
+
export {
|
|
97
|
+
AlertIcon,
|
|
98
|
+
ArrowLeftIcon,
|
|
99
|
+
ArrowRightIcon,
|
|
100
|
+
Badge,
|
|
101
|
+
Button,
|
|
102
|
+
Card,
|
|
103
|
+
CardAction,
|
|
104
|
+
CardContent,
|
|
105
|
+
CardDescription,
|
|
106
|
+
CardFooter,
|
|
107
|
+
CardHeader,
|
|
108
|
+
CardTitle,
|
|
109
|
+
CheckIcon,
|
|
110
|
+
ChevronDownIcon,
|
|
111
|
+
ChevronUpIcon,
|
|
112
|
+
CloseIcon,
|
|
113
|
+
ConfirmationDialog,
|
|
114
|
+
CopyIcon,
|
|
115
|
+
DashboardIcon,
|
|
116
|
+
DeleteIcon,
|
|
117
|
+
Dialog,
|
|
118
|
+
DialogClose,
|
|
119
|
+
DialogContent,
|
|
120
|
+
DialogDescription,
|
|
121
|
+
DialogFooter,
|
|
122
|
+
DialogHeader,
|
|
123
|
+
DialogOverlay,
|
|
124
|
+
DialogPortal,
|
|
125
|
+
DialogTitle,
|
|
126
|
+
DialogTrigger,
|
|
127
|
+
DirectoryIcon,
|
|
128
|
+
EyeIcon,
|
|
129
|
+
FileCodeIcon,
|
|
130
|
+
FileCreateIcon,
|
|
131
|
+
FileIcon,
|
|
132
|
+
FileSearchIcon,
|
|
133
|
+
FileSpreadsheetIcon,
|
|
134
|
+
FileTextIcon,
|
|
135
|
+
FolderIcon,
|
|
136
|
+
HealthIcon,
|
|
137
|
+
ImageFileIcon,
|
|
138
|
+
Input,
|
|
139
|
+
LaunchIcon,
|
|
140
|
+
LayoutMenuIcon,
|
|
141
|
+
LoadingIcon,
|
|
142
|
+
MaximizeIcon,
|
|
143
|
+
MinimizeIcon,
|
|
144
|
+
NewWorkspaceIcon,
|
|
145
|
+
NextopMark,
|
|
146
|
+
PlatformIcon,
|
|
147
|
+
QuickLayoutBottomIcon,
|
|
148
|
+
QuickLayoutLeftIcon,
|
|
149
|
+
QuickLayoutRightIcon,
|
|
150
|
+
QuickLayoutTopIcon,
|
|
151
|
+
RefreshIcon,
|
|
152
|
+
ResizableHandle,
|
|
153
|
+
ResizablePanel,
|
|
154
|
+
ResizablePanelGroup,
|
|
155
|
+
RestoreIcon,
|
|
156
|
+
ScrollArea,
|
|
157
|
+
ScrollBar,
|
|
158
|
+
SearchIcon,
|
|
159
|
+
Select,
|
|
160
|
+
SelectContent,
|
|
161
|
+
SelectGroup,
|
|
162
|
+
SelectItem,
|
|
163
|
+
SelectLabel,
|
|
164
|
+
SelectScrollDownButton,
|
|
165
|
+
SelectScrollUpButton,
|
|
166
|
+
SelectSeparator,
|
|
167
|
+
SelectTrigger,
|
|
168
|
+
SelectValue,
|
|
169
|
+
Separator,
|
|
170
|
+
SettingsIcon,
|
|
171
|
+
SparkIcon,
|
|
172
|
+
ToastClose,
|
|
173
|
+
ToastDescription,
|
|
174
|
+
ToastProvider,
|
|
175
|
+
ToastRoot,
|
|
176
|
+
ToastTitle,
|
|
177
|
+
ToastViewport,
|
|
178
|
+
UploadIcon,
|
|
179
|
+
VideoFileIcon,
|
|
180
|
+
badgeVariants,
|
|
181
|
+
buttonVariants,
|
|
182
|
+
cn,
|
|
183
|
+
toastVariants
|
|
184
|
+
};
|
|
185
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@import "tw-animate-css";
|
|
2
|
+
|
|
3
|
+
@layer base {
|
|
4
|
+
* {
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
html {
|
|
9
|
+
color-scheme: light;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
body {
|
|
13
|
+
margin: 0;
|
|
14
|
+
min-width: 320px;
|
|
15
|
+
min-height: 100vh;
|
|
16
|
+
background:
|
|
17
|
+
radial-gradient(
|
|
18
|
+
circle at top left,
|
|
19
|
+
color-mix(in srgb, var(--primary) 10%, transparent) 0%,
|
|
20
|
+
transparent 38%
|
|
21
|
+
),
|
|
22
|
+
radial-gradient(
|
|
23
|
+
circle at top right,
|
|
24
|
+
color-mix(in srgb, var(--accent) 8%, transparent) 0%,
|
|
25
|
+
transparent 34%
|
|
26
|
+
),
|
|
27
|
+
linear-gradient(180deg, var(--background) 0%, var(--background-soft) 100%);
|
|
28
|
+
color: var(--foreground);
|
|
29
|
+
font-family: var(--font-sans-system);
|
|
30
|
+
line-height: 1.5;
|
|
31
|
+
text-rendering: optimizeLegibility;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
body,
|
|
35
|
+
#app {
|
|
36
|
+
min-height: 100vh;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
button,
|
|
40
|
+
input,
|
|
41
|
+
textarea,
|
|
42
|
+
select {
|
|
43
|
+
font: inherit;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
svg {
|
|
47
|
+
flex: none;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@theme inline {
|
|
2
|
+
--font-sans: var(--font-sans-system);
|
|
3
|
+
--font-mono: var(--font-mono-system);
|
|
4
|
+
|
|
5
|
+
--color-background: var(--background);
|
|
6
|
+
--color-foreground: var(--foreground);
|
|
7
|
+
--color-card: var(--card);
|
|
8
|
+
--color-card-foreground: var(--card-foreground);
|
|
9
|
+
--color-popover: var(--popover);
|
|
10
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
11
|
+
--color-primary: var(--primary);
|
|
12
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
13
|
+
--color-secondary: var(--secondary);
|
|
14
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
15
|
+
--color-muted: var(--muted);
|
|
16
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
17
|
+
--color-accent: var(--accent);
|
|
18
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
19
|
+
--color-destructive: var(--destructive);
|
|
20
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
21
|
+
--color-border: var(--border);
|
|
22
|
+
--color-input: var(--input);
|
|
23
|
+
--color-ring: var(--ring);
|
|
24
|
+
|
|
25
|
+
--color-panel: var(--panel);
|
|
26
|
+
--color-panel-foreground: var(--panel-foreground);
|
|
27
|
+
--color-success: var(--success);
|
|
28
|
+
--color-success-foreground: var(--success-foreground);
|
|
29
|
+
--color-warning: var(--warning);
|
|
30
|
+
--color-warning-foreground: var(--warning-foreground);
|
|
31
|
+
|
|
32
|
+
--radius-sm: calc(var(--radius) - 0.375rem);
|
|
33
|
+
--radius-md: calc(var(--radius) - 0.25rem);
|
|
34
|
+
--radius-lg: var(--radius);
|
|
35
|
+
--radius-xl: calc(var(--radius) + 0.25rem);
|
|
36
|
+
|
|
37
|
+
--shadow-soft: var(--shadow-soft);
|
|
38
|
+
--shadow-panel: var(--shadow-panel);
|
|
39
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--font-sans-system:
|
|
3
|
+
"Geist", "SF Pro Text", "IBM Plex Sans", "Segoe UI", sans-serif;
|
|
4
|
+
--font-mono-system:
|
|
5
|
+
"Geist Mono", "SF Mono", "IBM Plex Mono", "JetBrains Mono", monospace;
|
|
6
|
+
|
|
7
|
+
--radius: 0.625rem;
|
|
8
|
+
|
|
9
|
+
--background: oklch(0.986 0.004 84);
|
|
10
|
+
--background-soft: oklch(0.968 0.006 84);
|
|
11
|
+
--foreground: oklch(0.248 0.016 258);
|
|
12
|
+
|
|
13
|
+
--card: oklch(0.995 0.003 84 / 88%);
|
|
14
|
+
--card-foreground: var(--foreground);
|
|
15
|
+
--popover: oklch(0.998 0.002 84 / 96%);
|
|
16
|
+
--popover-foreground: var(--foreground);
|
|
17
|
+
|
|
18
|
+
--primary: oklch(0.57 0.112 248);
|
|
19
|
+
--primary-foreground: oklch(0.987 0.002 84);
|
|
20
|
+
--secondary: oklch(0.956 0.006 252);
|
|
21
|
+
--secondary-foreground: oklch(0.314 0.018 258);
|
|
22
|
+
--muted: oklch(0.958 0.005 84);
|
|
23
|
+
--muted-foreground: oklch(0.528 0.013 258);
|
|
24
|
+
--accent: oklch(0.944 0.012 247);
|
|
25
|
+
--accent-foreground: oklch(0.302 0.02 258);
|
|
26
|
+
--destructive: oklch(0.62 0.21 25);
|
|
27
|
+
--destructive-foreground: oklch(0.985 0.004 25);
|
|
28
|
+
--border: oklch(0.904 0.005 252);
|
|
29
|
+
--input: oklch(0.936 0.006 252);
|
|
30
|
+
--ring: oklch(0.662 0.072 248);
|
|
31
|
+
|
|
32
|
+
--panel: oklch(0.975 0.004 84 / 92%);
|
|
33
|
+
--panel-foreground: var(--foreground);
|
|
34
|
+
--success: oklch(0.642 0.124 158);
|
|
35
|
+
--success-foreground: oklch(0.985 0.004 145);
|
|
36
|
+
--warning: oklch(0.774 0.116 86);
|
|
37
|
+
--warning-foreground: oklch(0.29 0.05 84);
|
|
38
|
+
|
|
39
|
+
--shadow-soft: 0 10px 28px rgb(19 24 38 / 5%);
|
|
40
|
+
--shadow-panel: 0 20px 44px rgb(19 24 38 / 8%);
|
|
41
|
+
|
|
42
|
+
--z-workbench-chrome: 100100;
|
|
43
|
+
--z-workbench-genie: 100150;
|
|
44
|
+
--z-popover: 100200;
|
|
45
|
+
--z-toast: 100300;
|
|
46
|
+
--z-panel: 100500;
|
|
47
|
+
--z-panel-popover: 100550;
|
|
48
|
+
--z-dialog-overlay: 100600;
|
|
49
|
+
--z-dialog: 100610;
|
|
50
|
+
|
|
51
|
+
--workbench-canvas-bg: oklch(0.948 0.006 84);
|
|
52
|
+
--workbench-surface-background:
|
|
53
|
+
linear-gradient(
|
|
54
|
+
135deg,
|
|
55
|
+
color-mix(in srgb, var(--workbench-accent) 5%, transparent),
|
|
56
|
+
transparent 34%
|
|
57
|
+
),
|
|
58
|
+
radial-gradient(
|
|
59
|
+
circle at 18% 12%,
|
|
60
|
+
color-mix(in srgb, var(--workbench-accent) 8%, transparent),
|
|
61
|
+
transparent 28%
|
|
62
|
+
),
|
|
63
|
+
var(--workbench-canvas-bg);
|
|
64
|
+
--workbench-foreground: var(--foreground);
|
|
65
|
+
--workbench-muted-foreground: var(--muted-foreground);
|
|
66
|
+
--workbench-chrome-foreground: color-mix(
|
|
67
|
+
in srgb,
|
|
68
|
+
var(--foreground) 72%,
|
|
69
|
+
transparent
|
|
70
|
+
);
|
|
71
|
+
--workbench-chrome-muted: color-mix(
|
|
72
|
+
in srgb,
|
|
73
|
+
var(--foreground) 52%,
|
|
74
|
+
transparent
|
|
75
|
+
);
|
|
76
|
+
--workbench-chrome-hover-bg: color-mix(
|
|
77
|
+
in srgb,
|
|
78
|
+
var(--foreground) 8%,
|
|
79
|
+
transparent
|
|
80
|
+
);
|
|
81
|
+
--workbench-panel: oklch(0.995 0.003 84 / 94%);
|
|
82
|
+
--workbench-window-header-bg: color-mix(
|
|
83
|
+
in srgb,
|
|
84
|
+
var(--workbench-panel) 86%,
|
|
85
|
+
transparent
|
|
86
|
+
);
|
|
87
|
+
--workbench-window-backdrop-filter: blur(16px) saturate(1.04);
|
|
88
|
+
--workbench-border: rgb(255 255 255 / 52%);
|
|
89
|
+
--workbench-accent: var(--primary);
|
|
90
|
+
--workbench-focused-border: rgb(255 255 255 / 68%);
|
|
91
|
+
--workbench-scrim: color-mix(in srgb, var(--card) 78%, transparent);
|
|
92
|
+
--workbench-window-elevation: 0 22px 64px rgb(19 24 38 / 14%);
|
|
93
|
+
--workbench-control-hover-bg: color-mix(
|
|
94
|
+
in srgb,
|
|
95
|
+
var(--workbench-foreground) 9%,
|
|
96
|
+
transparent
|
|
97
|
+
);
|
|
98
|
+
--workbench-dock-shadow:
|
|
99
|
+
0 14px 34px rgb(19 24 38 / 10%), 0 1px 0 rgb(255 255 255 / 60%);
|
|
100
|
+
--workbench-snap-guide: color-mix(in srgb, var(--primary) 18%, transparent);
|
|
101
|
+
--workbench-snap-guide-border: color-mix(
|
|
102
|
+
in srgb,
|
|
103
|
+
var(--workbench-accent) 70%,
|
|
104
|
+
transparent
|
|
105
|
+
);
|
|
106
|
+
--workbench-snap-guide-shadow: 0 0 0 1px
|
|
107
|
+
color-mix(in srgb, var(--workbench-accent) 28%, transparent);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
[data-workbench-wallpaper-appearance="dark"] {
|
|
111
|
+
--workbench-chrome-foreground: rgb(255 255 255 / 88%);
|
|
112
|
+
--workbench-chrome-muted: rgb(255 255 255 / 70%);
|
|
113
|
+
--workbench-chrome-hover-bg: rgb(255 255 255 / 12%);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
[data-workbench-wallpaper-appearance="light"] {
|
|
117
|
+
--workbench-chrome-foreground: color-mix(
|
|
118
|
+
in srgb,
|
|
119
|
+
var(--foreground) 68%,
|
|
120
|
+
transparent
|
|
121
|
+
);
|
|
122
|
+
--workbench-chrome-muted: color-mix(
|
|
123
|
+
in srgb,
|
|
124
|
+
var(--foreground) 52%,
|
|
125
|
+
transparent
|
|
126
|
+
);
|
|
127
|
+
--workbench-chrome-hover-bg: color-mix(
|
|
128
|
+
in srgb,
|
|
129
|
+
var(--foreground) 8%,
|
|
130
|
+
transparent
|
|
131
|
+
);
|
|
132
|
+
}
|
package/dist/utils.d.ts
ADDED
package/dist/utils.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/package.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nextop-os/ui-system",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"sideEffects": [
|
|
8
|
+
"./src/styles/*.css",
|
|
9
|
+
"./dist/styles/*.css",
|
|
10
|
+
"./dist/styles.css"
|
|
11
|
+
],
|
|
12
|
+
"imports": {
|
|
13
|
+
"#components/*": "./src/components/*.tsx",
|
|
14
|
+
"#icons/*": "./src/icons/*.tsx",
|
|
15
|
+
"#lib/*": "./src/lib/*.ts"
|
|
16
|
+
},
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"import": "./dist/index.js"
|
|
21
|
+
},
|
|
22
|
+
"./components": {
|
|
23
|
+
"types": "./dist/components/index.d.ts",
|
|
24
|
+
"import": "./dist/components/index.js"
|
|
25
|
+
},
|
|
26
|
+
"./icons": {
|
|
27
|
+
"types": "./dist/icons/index.d.ts",
|
|
28
|
+
"import": "./dist/icons/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./styles.css": "./dist/styles/index.css",
|
|
31
|
+
"./utils": {
|
|
32
|
+
"types": "./dist/utils.d.ts",
|
|
33
|
+
"import": "./dist/utils.js"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist",
|
|
38
|
+
"README.md"
|
|
39
|
+
],
|
|
40
|
+
"repository": {
|
|
41
|
+
"type": "git",
|
|
42
|
+
"url": "git+https://github.com/nextop-os/nextop.git",
|
|
43
|
+
"directory": "packages/ui/system"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"class-variance-authority": "^0.7.1",
|
|
47
|
+
"clsx": "^2.1.1",
|
|
48
|
+
"lucide-react": "^0.511.0",
|
|
49
|
+
"radix-ui": "^1.4.2",
|
|
50
|
+
"react-resizable-panels": "^4.11.1",
|
|
51
|
+
"tailwind-merge": "^3.3.0",
|
|
52
|
+
"tw-animate-css": "^1.3.1"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@types/react": "^19.1.6",
|
|
56
|
+
"@types/react-dom": "^19.1.5",
|
|
57
|
+
"typescript": "^5.8.3",
|
|
58
|
+
"@nextop-os/config-tsconfig": "0.0.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"react": "^19.1.0",
|
|
62
|
+
"react-dom": "^19.1.0"
|
|
63
|
+
},
|
|
64
|
+
"nextop": {
|
|
65
|
+
"tailwindSourceRoot": "src"
|
|
66
|
+
},
|
|
67
|
+
"publishConfig": {
|
|
68
|
+
"access": "public"
|
|
69
|
+
},
|
|
70
|
+
"scripts": {
|
|
71
|
+
"build": "tsup --config tsup.config.ts && node ../../../tools/scripts/copy-package-assets.mjs src/styles dist/styles",
|
|
72
|
+
"typecheck": "tsc --noEmit -p tsconfig.json"
|
|
73
|
+
},
|
|
74
|
+
"typesVersions": {
|
|
75
|
+
"*": {
|
|
76
|
+
"components": [
|
|
77
|
+
"./dist/components/index.d.ts"
|
|
78
|
+
],
|
|
79
|
+
"icons": [
|
|
80
|
+
"./dist/icons/index.d.ts"
|
|
81
|
+
],
|
|
82
|
+
"utils": [
|
|
83
|
+
"./dist/utils.d.ts"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|