@alexourus/ui 0.3.0 → 0.3.3
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 +2 -2
- package/dist/cli.mjs +1675 -0
- package/dist/index.js +47 -47
- package/dist/index.mjs +3 -3
- package/package.json +32 -16
- package/LICENSE +0 -21
package/dist/index.js
CHANGED
|
@@ -7,8 +7,8 @@ var chunkG5KWMZYM_js = require('./chunk-G5KWMZYM.js');
|
|
|
7
7
|
var chunkKS5HJSLF_js = require('./chunk-KS5HJSLF.js');
|
|
8
8
|
var chunkX7N5HRC7_js = require('./chunk-X7N5HRC7.js');
|
|
9
9
|
var chunk5P3UZGSO_js = require('./chunk-5P3UZGSO.js');
|
|
10
|
-
var chunkA6OU42MS_js = require('./chunk-A6OU42MS.js');
|
|
11
10
|
var chunkL6K4F4LG_js = require('./chunk-L6K4F4LG.js');
|
|
11
|
+
var chunkA6OU42MS_js = require('./chunk-A6OU42MS.js');
|
|
12
12
|
var chunkJJXQE6T2_js = require('./chunk-JJXQE6T2.js');
|
|
13
13
|
var chunkMWV5FEWT_js = require('./chunk-MWV5FEWT.js');
|
|
14
14
|
var chunkSLOSBFGR_js = require('./chunk-SLOSBFGR.js');
|
|
@@ -20,15 +20,15 @@ var chunkYHJIZTAZ_js = require('./chunk-YHJIZTAZ.js');
|
|
|
20
20
|
var chunk54E7ZIOD_js = require('./chunk-54E7ZIOD.js');
|
|
21
21
|
var chunkBQCV4CHV_js = require('./chunk-BQCV4CHV.js');
|
|
22
22
|
var chunkLWKWQGAW_js = require('./chunk-LWKWQGAW.js');
|
|
23
|
-
var chunkPN5VIRBV_js = require('./chunk-PN5VIRBV.js');
|
|
24
23
|
var chunkF4EWY4M3_js = require('./chunk-F4EWY4M3.js');
|
|
24
|
+
var chunkPN5VIRBV_js = require('./chunk-PN5VIRBV.js');
|
|
25
25
|
var chunkQ3M5OSTZ_js = require('./chunk-Q3M5OSTZ.js');
|
|
26
26
|
var chunkCZKZFK42_js = require('./chunk-CZKZFK42.js');
|
|
27
27
|
var chunk3XLPO2PK_js = require('./chunk-3XLPO2PK.js');
|
|
28
28
|
var chunkX6Q3CM4D_js = require('./chunk-X6Q3CM4D.js');
|
|
29
29
|
var chunkPBQERBMD_js = require('./chunk-PBQERBMD.js');
|
|
30
|
-
var chunkMSMDQU3O_js = require('./chunk-MSMDQU3O.js');
|
|
31
30
|
var chunkIRDRXL2V_js = require('./chunk-IRDRXL2V.js');
|
|
31
|
+
var chunkMSMDQU3O_js = require('./chunk-MSMDQU3O.js');
|
|
32
32
|
var chunkPVA5Z3FG_js = require('./chunk-PVA5Z3FG.js');
|
|
33
33
|
var chunkFPNCCKUP_js = require('./chunk-FPNCCKUP.js');
|
|
34
34
|
var chunkU225QIWZ_js = require('./chunk-U225QIWZ.js');
|
|
@@ -663,6 +663,10 @@ Object.defineProperty(exports, "TooltipTrigger", {
|
|
|
663
663
|
enumerable: true,
|
|
664
664
|
get: function () { return chunk5P3UZGSO_js.TooltipTrigger; }
|
|
665
665
|
});
|
|
666
|
+
Object.defineProperty(exports, "Skeleton", {
|
|
667
|
+
enumerable: true,
|
|
668
|
+
get: function () { return chunkL6K4F4LG_js.Skeleton; }
|
|
669
|
+
});
|
|
666
670
|
Object.defineProperty(exports, "Sheet", {
|
|
667
671
|
enumerable: true,
|
|
668
672
|
get: function () { return chunkA6OU42MS_js.Sheet; }
|
|
@@ -703,10 +707,6 @@ Object.defineProperty(exports, "SheetTrigger", {
|
|
|
703
707
|
enumerable: true,
|
|
704
708
|
get: function () { return chunkA6OU42MS_js.SheetTrigger; }
|
|
705
709
|
});
|
|
706
|
-
Object.defineProperty(exports, "Skeleton", {
|
|
707
|
-
enumerable: true,
|
|
708
|
-
get: function () { return chunkL6K4F4LG_js.Skeleton; }
|
|
709
|
-
});
|
|
710
710
|
Object.defineProperty(exports, "Slider", {
|
|
711
711
|
enumerable: true,
|
|
712
712
|
get: function () { return chunkJJXQE6T2_js.Slider; }
|
|
@@ -855,42 +855,6 @@ Object.defineProperty(exports, "CollapsibleTrigger", {
|
|
|
855
855
|
enumerable: true,
|
|
856
856
|
get: function () { return chunkLWKWQGAW_js.CollapsibleTrigger; }
|
|
857
857
|
});
|
|
858
|
-
Object.defineProperty(exports, "Command", {
|
|
859
|
-
enumerable: true,
|
|
860
|
-
get: function () { return chunkPN5VIRBV_js.Command; }
|
|
861
|
-
});
|
|
862
|
-
Object.defineProperty(exports, "CommandDialog", {
|
|
863
|
-
enumerable: true,
|
|
864
|
-
get: function () { return chunkPN5VIRBV_js.CommandDialog; }
|
|
865
|
-
});
|
|
866
|
-
Object.defineProperty(exports, "CommandEmpty", {
|
|
867
|
-
enumerable: true,
|
|
868
|
-
get: function () { return chunkPN5VIRBV_js.CommandEmpty; }
|
|
869
|
-
});
|
|
870
|
-
Object.defineProperty(exports, "CommandGroup", {
|
|
871
|
-
enumerable: true,
|
|
872
|
-
get: function () { return chunkPN5VIRBV_js.CommandGroup; }
|
|
873
|
-
});
|
|
874
|
-
Object.defineProperty(exports, "CommandInput", {
|
|
875
|
-
enumerable: true,
|
|
876
|
-
get: function () { return chunkPN5VIRBV_js.CommandInput; }
|
|
877
|
-
});
|
|
878
|
-
Object.defineProperty(exports, "CommandItem", {
|
|
879
|
-
enumerable: true,
|
|
880
|
-
get: function () { return chunkPN5VIRBV_js.CommandItem; }
|
|
881
|
-
});
|
|
882
|
-
Object.defineProperty(exports, "CommandList", {
|
|
883
|
-
enumerable: true,
|
|
884
|
-
get: function () { return chunkPN5VIRBV_js.CommandList; }
|
|
885
|
-
});
|
|
886
|
-
Object.defineProperty(exports, "CommandSeparator", {
|
|
887
|
-
enumerable: true,
|
|
888
|
-
get: function () { return chunkPN5VIRBV_js.CommandSeparator; }
|
|
889
|
-
});
|
|
890
|
-
Object.defineProperty(exports, "CommandShortcut", {
|
|
891
|
-
enumerable: true,
|
|
892
|
-
get: function () { return chunkPN5VIRBV_js.CommandShortcut; }
|
|
893
|
-
});
|
|
894
858
|
Object.defineProperty(exports, "ContextMenu", {
|
|
895
859
|
enumerable: true,
|
|
896
860
|
get: function () { return chunkF4EWY4M3_js.ContextMenu; }
|
|
@@ -951,6 +915,42 @@ Object.defineProperty(exports, "ContextMenuTrigger", {
|
|
|
951
915
|
enumerable: true,
|
|
952
916
|
get: function () { return chunkF4EWY4M3_js.ContextMenuTrigger; }
|
|
953
917
|
});
|
|
918
|
+
Object.defineProperty(exports, "Command", {
|
|
919
|
+
enumerable: true,
|
|
920
|
+
get: function () { return chunkPN5VIRBV_js.Command; }
|
|
921
|
+
});
|
|
922
|
+
Object.defineProperty(exports, "CommandDialog", {
|
|
923
|
+
enumerable: true,
|
|
924
|
+
get: function () { return chunkPN5VIRBV_js.CommandDialog; }
|
|
925
|
+
});
|
|
926
|
+
Object.defineProperty(exports, "CommandEmpty", {
|
|
927
|
+
enumerable: true,
|
|
928
|
+
get: function () { return chunkPN5VIRBV_js.CommandEmpty; }
|
|
929
|
+
});
|
|
930
|
+
Object.defineProperty(exports, "CommandGroup", {
|
|
931
|
+
enumerable: true,
|
|
932
|
+
get: function () { return chunkPN5VIRBV_js.CommandGroup; }
|
|
933
|
+
});
|
|
934
|
+
Object.defineProperty(exports, "CommandInput", {
|
|
935
|
+
enumerable: true,
|
|
936
|
+
get: function () { return chunkPN5VIRBV_js.CommandInput; }
|
|
937
|
+
});
|
|
938
|
+
Object.defineProperty(exports, "CommandItem", {
|
|
939
|
+
enumerable: true,
|
|
940
|
+
get: function () { return chunkPN5VIRBV_js.CommandItem; }
|
|
941
|
+
});
|
|
942
|
+
Object.defineProperty(exports, "CommandList", {
|
|
943
|
+
enumerable: true,
|
|
944
|
+
get: function () { return chunkPN5VIRBV_js.CommandList; }
|
|
945
|
+
});
|
|
946
|
+
Object.defineProperty(exports, "CommandSeparator", {
|
|
947
|
+
enumerable: true,
|
|
948
|
+
get: function () { return chunkPN5VIRBV_js.CommandSeparator; }
|
|
949
|
+
});
|
|
950
|
+
Object.defineProperty(exports, "CommandShortcut", {
|
|
951
|
+
enumerable: true,
|
|
952
|
+
get: function () { return chunkPN5VIRBV_js.CommandShortcut; }
|
|
953
|
+
});
|
|
954
954
|
Object.defineProperty(exports, "Dialog", {
|
|
955
955
|
enumerable: true,
|
|
956
956
|
get: function () { return chunkQ3M5OSTZ_js.Dialog; }
|
|
@@ -1075,6 +1075,10 @@ Object.defineProperty(exports, "AvatarImage", {
|
|
|
1075
1075
|
enumerable: true,
|
|
1076
1076
|
get: function () { return chunkPBQERBMD_js.AvatarImage; }
|
|
1077
1077
|
});
|
|
1078
|
+
Object.defineProperty(exports, "Calendar", {
|
|
1079
|
+
enumerable: true,
|
|
1080
|
+
get: function () { return chunkIRDRXL2V_js.Calendar; }
|
|
1081
|
+
});
|
|
1078
1082
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
1079
1083
|
enumerable: true,
|
|
1080
1084
|
get: function () { return chunkMSMDQU3O_js.Breadcrumb; }
|
|
@@ -1103,10 +1107,6 @@ Object.defineProperty(exports, "BreadcrumbSeparator", {
|
|
|
1103
1107
|
enumerable: true,
|
|
1104
1108
|
get: function () { return chunkMSMDQU3O_js.BreadcrumbSeparator; }
|
|
1105
1109
|
});
|
|
1106
|
-
Object.defineProperty(exports, "Calendar", {
|
|
1107
|
-
enumerable: true,
|
|
1108
|
-
get: function () { return chunkIRDRXL2V_js.Calendar; }
|
|
1109
|
-
});
|
|
1110
1110
|
Object.defineProperty(exports, "AuthCard", {
|
|
1111
1111
|
enumerable: true,
|
|
1112
1112
|
get: function () { return chunkPVA5Z3FG_js.AuthCard; }
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ export { Toaster, toast } from './chunk-FI5NDGRB.mjs';
|
|
|
5
5
|
export { ToggleGroup, ToggleGroupItem } from './chunk-ATUA2ZTW.mjs';
|
|
6
6
|
export { Toggle, toggleVariants } from './chunk-AHSY7OBX.mjs';
|
|
7
7
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-MEPFC2XU.mjs';
|
|
8
|
-
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './chunk-PB2SDLPK.mjs';
|
|
9
8
|
export { Skeleton } from './chunk-CFTQ6A44.mjs';
|
|
9
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from './chunk-PB2SDLPK.mjs';
|
|
10
10
|
export { Slider } from './chunk-VVBBNEWX.mjs';
|
|
11
11
|
export { Spinner, spinnerVariants } from './chunk-YJWIS2SU.mjs';
|
|
12
12
|
export { StatCard, StatCardDescription, StatCardHeader, StatCardIcon, StatCardTitle, StatCardTrend, StatCardValue, statCardVariants } from './chunk-RQU26ZIR.mjs';
|
|
@@ -18,15 +18,15 @@ export { Rating, ratingVariants } from './chunk-ZAWIAXZS.mjs';
|
|
|
18
18
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JNPYZX2T.mjs';
|
|
19
19
|
export { ScrollArea, ScrollBar } from './chunk-3IAWZE7E.mjs';
|
|
20
20
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-VRQ6R2SD.mjs';
|
|
21
|
-
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut } from './chunk-XQTTFIEZ.mjs';
|
|
22
21
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from './chunk-C6KCRF6W.mjs';
|
|
22
|
+
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut } from './chunk-XQTTFIEZ.mjs';
|
|
23
23
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './chunk-G7OTO5NV.mjs';
|
|
24
24
|
export { HoverCard, HoverCardContent, HoverCardTrigger } from './chunk-UAJP3SIS.mjs';
|
|
25
25
|
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './chunk-NH3DQRPT.mjs';
|
|
26
26
|
export { AspectRatio } from './chunk-WWAYVWBZ.mjs';
|
|
27
27
|
export { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from './chunk-MKS3O4OD.mjs';
|
|
28
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './chunk-THP24SAW.mjs';
|
|
29
28
|
export { Calendar } from './chunk-HWBQPIV7.mjs';
|
|
29
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from './chunk-THP24SAW.mjs';
|
|
30
30
|
export { AuthCard } from './chunk-PWXNL2BK.mjs';
|
|
31
31
|
export { Separator } from './chunk-6PZRZJKB.mjs';
|
|
32
32
|
export { Label } from './chunk-TLFSZJN5.mjs';
|
package/package.json
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexourus/ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Alexourus UI — Sade, erişilebilir ve minimal React bileşen kütüphanesi",
|
|
5
5
|
"author": "Alexourus",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
|
+
"bin": {
|
|
11
|
+
"alexourus-ui": "dist/cli.mjs",
|
|
12
|
+
"alex": "dist/cli.mjs",
|
|
13
|
+
"ui": "dist/cli.mjs"
|
|
14
|
+
},
|
|
10
15
|
"keywords": [
|
|
11
16
|
"react",
|
|
12
17
|
"ui",
|
|
@@ -262,6 +267,19 @@
|
|
|
262
267
|
"main": "./dist/index.js",
|
|
263
268
|
"module": "./dist/index.mjs",
|
|
264
269
|
"types": "./dist/index.d.ts",
|
|
270
|
+
"files": [
|
|
271
|
+
"dist",
|
|
272
|
+
"src/styles"
|
|
273
|
+
],
|
|
274
|
+
"scripts": {
|
|
275
|
+
"build": "node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js && node scripts/copy-cli.mjs",
|
|
276
|
+
"dev": "tsup --watch",
|
|
277
|
+
"lint": "eslint . --max-warnings 0",
|
|
278
|
+
"check-types": "tsc --noEmit",
|
|
279
|
+
"clean": "rimraf dist",
|
|
280
|
+
"test": "vitest run",
|
|
281
|
+
"test:watch": "vitest"
|
|
282
|
+
},
|
|
265
283
|
"peerDependencies": {
|
|
266
284
|
"react": ">=18",
|
|
267
285
|
"react-dom": ">=18",
|
|
@@ -294,15 +312,25 @@
|
|
|
294
312
|
"class-variance-authority": "^0.7.1",
|
|
295
313
|
"clsx": "^2.1.1",
|
|
296
314
|
"cmdk": "^1.1.1",
|
|
315
|
+
"commander": "^13.1.0",
|
|
297
316
|
"date-fns": "^4.4.0",
|
|
317
|
+
"execa": "^9.5.2",
|
|
318
|
+
"fs-extra": "^11.3.0",
|
|
319
|
+
"kolorist": "^1.8.0",
|
|
298
320
|
"lucide-react": "^1.31.0",
|
|
299
321
|
"mermaid": "^11.16.1",
|
|
322
|
+
"ora": "^8.2.0",
|
|
323
|
+
"prompts": "^2.4.2",
|
|
300
324
|
"react-day-picker": "^10.0.1",
|
|
301
325
|
"react-resizable-panels": "^4.12.2",
|
|
302
326
|
"sonner": "^2.0.3",
|
|
303
|
-
"tailwind-merge": "^3.3.1"
|
|
327
|
+
"tailwind-merge": "^3.3.1",
|
|
328
|
+
"zod": "^3.24.2"
|
|
304
329
|
},
|
|
305
330
|
"devDependencies": {
|
|
331
|
+
"@alexourus/tailwind-config": "workspace:*",
|
|
332
|
+
"@repo/eslint-config": "workspace:*",
|
|
333
|
+
"@repo/typescript-config": "workspace:*",
|
|
306
334
|
"@testing-library/jest-dom": "^6.6.3",
|
|
307
335
|
"@testing-library/react": "^16.2.0",
|
|
308
336
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -316,18 +344,6 @@
|
|
|
316
344
|
"tsup": "^8.5.0",
|
|
317
345
|
"typescript": "5.9.2",
|
|
318
346
|
"vitest": "^3.0.7",
|
|
319
|
-
"vitest-axe": "^0.1.0"
|
|
320
|
-
"@alexourus/tailwind-config": "0.0.1",
|
|
321
|
-
"@repo/eslint-config": "0.0.0",
|
|
322
|
-
"@repo/typescript-config": "0.0.0"
|
|
323
|
-
},
|
|
324
|
-
"scripts": {
|
|
325
|
-
"build": "node --max-old-space-size=4096 node_modules/tsup/dist/cli-default.js",
|
|
326
|
-
"dev": "tsup --watch",
|
|
327
|
-
"lint": "eslint . --max-warnings 0",
|
|
328
|
-
"check-types": "tsc --noEmit",
|
|
329
|
-
"clean": "rimraf dist",
|
|
330
|
-
"test": "vitest run",
|
|
331
|
-
"test:watch": "vitest"
|
|
347
|
+
"vitest-axe": "^0.1.0"
|
|
332
348
|
}
|
|
333
|
-
}
|
|
349
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Alexourus
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|