@godxjp/ui 13.9.0 → 13.9.2
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/dist/{chunk-3R3QVJCB.js → chunk-2RGPEFAW.js} +19 -1
- package/dist/{chunk-DBVZ73ML.js → chunk-7KN4I3ZG.js} +4 -4
- package/dist/{chunk-TRBD4RXJ.js → chunk-DIH7VPGN.js} +3 -3
- package/dist/{chunk-UT6DAJUL.js → chunk-EQUUIEKU.js} +1 -1
- package/dist/{chunk-3UTHNXKB.js → chunk-FISUA4FU.js} +1 -1
- package/dist/{chunk-KZ7ZDNUN.js → chunk-FQGGF7GQ.js} +3 -3
- package/dist/{chunk-6SZKFJYY.js → chunk-HDWTBX2Q.js} +1 -1
- package/dist/{chunk-IRBI2EZ2.js → chunk-KNXOBSUZ.js} +3 -3
- package/dist/{chunk-IAJOP2Z3.js → chunk-LBYSX3VM.js} +4 -1
- package/dist/components/admin/index.js +31 -31
- package/dist/components/data-display/index.js +8 -8
- package/dist/components/data-entry/cascader.js +4 -4
- package/dist/components/data-entry/command.js +1 -1
- package/dist/components/data-entry/date-picker.js +3 -3
- package/dist/components/data-entry/date-range-picker.js +1 -1
- package/dist/components/data-entry/index.js +23 -23
- package/dist/components/data-entry/select.js +3 -3
- package/dist/components/data-entry/time-picker.js +2 -2
- package/dist/components/data-entry/transfer.js +6 -6
- package/dist/components/data-entry/tree-select.js +5 -5
- package/dist/components/data-entry/upload.js +4 -4
- package/dist/components/data-grid/index.js +8 -8
- package/dist/components/feedback/alert.js +2 -2
- package/dist/components/feedback/dialog.js +2 -2
- package/dist/components/feedback/index.js +6 -6
- package/dist/components/layout/index.js +5 -5
- package/dist/components/navigation/index.js +8 -8
- package/dist/components/navigation/pagination.js +4 -4
- package/dist/components/query/index.js +2 -2
- package/dist/components/ui/index.js +27 -27
- package/dist/form/index.js +1 -1
- package/dist/index.js +39 -39
- package/dist/styles/alert-layout.css +3 -3
- package/dist/styles/badge-layout.css +1 -1
- package/dist/styles/card-layout.css +1 -1
- package/dist/styles/control.css +19 -19
- package/dist/styles/data-display-layout.css +7 -7
- package/dist/styles/data-entry-layout.css +5 -5
- package/dist/styles/dialog-layout.css +1 -1
- package/dist/styles/layout.css +3 -3
- package/dist/styles/navigation-layout.css +3 -3
- package/dist/styles/shell-layout.css +16 -16
- package/dist/styles/table-layout.css +2 -2
- package/dist/tokens/base.css +3 -0
- package/dist/tokens/components/badge.css +3 -0
- package/dist/tokens/components/card.css +1 -0
- package/dist/tokens/components/control.css +7 -0
- package/dist/tokens/components/data-display.css +8 -0
- package/dist/tokens/components/data-entry.css +6 -0
- package/dist/tokens/components/navigation.css +2 -0
- package/dist/tokens/components/shell.css +17 -0
- package/dist/tokens/components/table.css +1 -0
- package/package.json +4 -3
- package/dist/{chunk-76YSDJDP.js → chunk-3VFNWVR7.js} +2 -2
- package/dist/{chunk-7PBKPDBJ.js → chunk-57VDEN64.js} +1 -1
- package/dist/{chunk-2JOJYHG2.js → chunk-65RWSIZF.js} +1 -1
- package/dist/{chunk-E3Z3XCQR.js → chunk-7WKODMCZ.js} +2 -2
- package/dist/{chunk-N2WBUCVY.js → chunk-BF7J2U3E.js} +1 -1
- package/dist/{chunk-MSRJC3RT.js → chunk-D4JX6O2W.js} +1 -1
- package/dist/{chunk-HNL7CJFO.js → chunk-DQGTN6UJ.js} +2 -2
- package/dist/{chunk-IESBK6XZ.js → chunk-LVLPNKJP.js} +1 -1
|
@@ -3,45 +3,45 @@ export { Card, CardAction, CardContent, CardCover, CardDescription, CardFooter,
|
|
|
3
3
|
export { Carousel, CarouselContent, CarouselDots, CarouselItem, CarouselNext, CarouselPrevious, useCarousel } from '../../chunk-NZBAFFWP.js';
|
|
4
4
|
export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger } from '../../chunk-5LTW2LWF.js';
|
|
5
5
|
export { PasswordStrength, Toggle, ToggleGroup, ToggleGroupItem, toggleVariants, usePasswordStrength } from '../../chunk-VSUYVT2Q.js';
|
|
6
|
-
export { TimeInput } from '../../chunk-R2TXLS7S.js';
|
|
7
|
-
export { TimePicker } from '../../chunk-2JOJYHG2.js';
|
|
8
|
-
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-S2IJKT3D.js';
|
|
9
6
|
export { Switch } from '../../chunk-I7NQ2LIL.js';
|
|
10
7
|
export { Textarea } from '../../chunk-Q3KUZG4P.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
8
|
+
export { TimeInput } from '../../chunk-R2TXLS7S.js';
|
|
9
|
+
export { TimePicker } from '../../chunk-65RWSIZF.js';
|
|
10
|
+
export { ColorPicker } from '../../chunk-ION2KFXK.js';
|
|
11
|
+
export { DatePicker } from '../../chunk-3VFNWVR7.js';
|
|
12
|
+
export { DateRangePicker } from '../../chunk-YXVJFYQE.js';
|
|
13
|
+
export { Radio, RadioGroupOptions as RadioGroup, RadioGroupRoot, RadioItem } from '../../chunk-S2IJKT3D.js';
|
|
14
|
+
export { Calendar } from '../../chunk-NU2SOVTU.js';
|
|
18
15
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../../chunk-V3N266PT.js';
|
|
19
16
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from '../../chunk-HL3G4SVG.js';
|
|
20
|
-
export {
|
|
17
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from '../../chunk-B73NA66T.js';
|
|
18
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport } from '../../chunk-WGWI7EGL.js';
|
|
19
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../../chunk-EQUUIEKU.js';
|
|
21
20
|
export { Skeleton } from '../../chunk-2BR7KFCP.js';
|
|
22
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../../chunk-32WO3YLB.js';
|
|
23
21
|
export { Toaster } from '../../chunk-TO7URV7U.js';
|
|
24
|
-
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-
|
|
25
|
-
|
|
26
|
-
export {
|
|
27
|
-
import '../../chunk-X6AJ5HEI.js';
|
|
28
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-N2WBUCVY.js';
|
|
22
|
+
export { Alert, AlertActions, AlertBase, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from '../../chunk-D4JX6O2W.js';
|
|
23
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from '../../chunk-HDWTBX2Q.js';
|
|
24
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, Dialog, DialogAction, DialogBody, DialogCancel, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogRoot, DialogTitle, DialogTrigger } from '../../chunk-BF7J2U3E.js';
|
|
29
25
|
import '../../chunk-VU4GFGDG.js';
|
|
30
|
-
|
|
26
|
+
import '../../chunk-X6AJ5HEI.js';
|
|
31
27
|
export { Slider } from '../../chunk-TBJBVEIP.js';
|
|
32
|
-
export {
|
|
28
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../../chunk-7KN4I3ZG.js';
|
|
29
|
+
export { Input } from '../../chunk-K24AQV4R.js';
|
|
30
|
+
export { AspectRatio, Separator } from '../../chunk-XK3M3VRR.js';
|
|
31
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../../chunk-32WO3YLB.js';
|
|
32
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../../chunk-LMKUKCTN.js';
|
|
33
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../../chunk-W4REF4TD.js';
|
|
34
|
+
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-2RGPEFAW.js';
|
|
35
|
+
import '../../chunk-INIIF7F7.js';
|
|
36
|
+
export { Button, buttonVariants } from '../../chunk-XBFUROAY.js';
|
|
33
37
|
export { Checkbox } from '../../chunk-BE6GJGKJ.js';
|
|
34
38
|
import '../../chunk-44YRPSZ7.js';
|
|
35
|
-
export {
|
|
36
|
-
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from '../../chunk-3R3QVJCB.js';
|
|
37
|
-
export { DatePicker } from '../../chunk-76YSDJDP.js';
|
|
38
|
-
export { Input } from '../../chunk-K24AQV4R.js';
|
|
39
|
-
export { DateRangePicker } from '../../chunk-YXVJFYQE.js';
|
|
40
|
-
export { Calendar } from '../../chunk-NU2SOVTU.js';
|
|
39
|
+
export { Badge } from '../../chunk-HIEGUYPP.js';
|
|
41
40
|
export { Popover, PopoverAnchor, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from '../../chunk-DY5C44UP.js';
|
|
42
|
-
export {
|
|
41
|
+
export { ScrollArea, ScrollBar } from '../../chunk-J2DEWIYY.js';
|
|
42
|
+
export { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from '../../chunk-IJ5ALJGA.js';
|
|
43
43
|
import '../../chunk-B4K4BXEF.js';
|
|
44
|
+
export { Label } from '../../chunk-7PWBC4BY.js';
|
|
44
45
|
import '../../chunk-B6S6LTWT.js';
|
|
45
46
|
import '../../chunk-5732TWQF.js';
|
|
46
|
-
export { Label } from '../../chunk-7PWBC4BY.js';
|
|
47
47
|
import '../../chunk-U7N2A7A3.js';
|
package/dist/form/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
import './chunk-2H65B4JA.js';
|
|
2
2
|
import './chunk-5LTW2LWF.js';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-57VDEN64.js';
|
|
4
4
|
import './chunk-VSUYVT2Q.js';
|
|
5
|
-
import './chunk-R2TXLS7S.js';
|
|
6
|
-
import './chunk-2JOJYHG2.js';
|
|
7
|
-
import './chunk-S2IJKT3D.js';
|
|
8
5
|
import './chunk-I7NQ2LIL.js';
|
|
9
6
|
import './chunk-Q3KUZG4P.js';
|
|
7
|
+
import './chunk-R2TXLS7S.js';
|
|
8
|
+
import './chunk-65RWSIZF.js';
|
|
9
|
+
import './chunk-ION2KFXK.js';
|
|
10
|
+
import './chunk-3VFNWVR7.js';
|
|
11
|
+
import './chunk-YXVJFYQE.js';
|
|
12
|
+
import './chunk-S2IJKT3D.js';
|
|
13
|
+
import './chunk-NU2SOVTU.js';
|
|
10
14
|
import './chunk-GJXOBDER.js';
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-XK3M3VRR.js';
|
|
15
|
-
import './chunk-W4REF4TD.js';
|
|
16
|
-
export { Badge } from './chunk-HIEGUYPP.js';
|
|
17
|
-
export { EmptyState } from './chunk-YD7V2HGZ.js';
|
|
18
|
-
import './chunk-IJ5ALJGA.js';
|
|
19
|
-
export { Toolbar, ToolbarGroup } from './chunk-3UTHNXKB.js';
|
|
15
|
+
export { Toolbar, ToolbarGroup } from './chunk-FISUA4FU.js';
|
|
16
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-V3N266PT.js';
|
|
17
|
+
import './chunk-HL3G4SVG.js';
|
|
20
18
|
import './chunk-B73NA66T.js';
|
|
21
19
|
import './chunk-WGWI7EGL.js';
|
|
22
|
-
export { Pagination } from './chunk-
|
|
20
|
+
export { Pagination } from './chunk-EQUUIEKU.js';
|
|
23
21
|
export { Steps } from './chunk-QROC2RMH.js';
|
|
24
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-V3N266PT.js';
|
|
25
|
-
import './chunk-HL3G4SVG.js';
|
|
26
|
-
import './chunk-LMKUKCTN.js';
|
|
27
22
|
export { sonnerToast as toast } from './chunk-ES4Q3KGL.js';
|
|
28
23
|
export { SkeletonDetail, SkeletonRows, SkeletonStat, SkeletonTable } from './chunk-2BR7KFCP.js';
|
|
29
|
-
import './chunk-32WO3YLB.js';
|
|
30
24
|
export { Toaster } from './chunk-TO7URV7U.js';
|
|
31
|
-
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './chunk-
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export { SearchInput } from './chunk-IESBK6XZ.js';
|
|
35
|
-
export { TreeSelect } from './chunk-TRBD4RXJ.js';
|
|
36
|
-
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from './chunk-6SZKFJYY.js';
|
|
37
|
-
export { formatBytes, formatCurrency, humanError, shortId } from './chunk-X6AJ5HEI.js';
|
|
38
|
-
export { AlertDialog, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-N2WBUCVY.js';
|
|
25
|
+
export { Alert, AlertActions, AlertContent, AlertDescription, AlertQueryError, AlertTitle } from './chunk-D4JX6O2W.js';
|
|
26
|
+
export { Upload, collectUploadCommitActions, createUploadItem, useUploadDraft } from './chunk-HDWTBX2Q.js';
|
|
27
|
+
export { AlertDialog, Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from './chunk-BF7J2U3E.js';
|
|
39
28
|
import './chunk-VU4GFGDG.js';
|
|
40
|
-
|
|
29
|
+
export { formatBytes, formatCurrency, humanError, shortId } from './chunk-X6AJ5HEI.js';
|
|
41
30
|
import './chunk-TBJBVEIP.js';
|
|
42
|
-
export {
|
|
31
|
+
export { Transfer } from './chunk-KNXOBSUZ.js';
|
|
32
|
+
export { TreeSelect } from './chunk-DIH7VPGN.js';
|
|
33
|
+
import './chunk-7KN4I3ZG.js';
|
|
34
|
+
export { SearchInput } from './chunk-LVLPNKJP.js';
|
|
35
|
+
import './chunk-K24AQV4R.js';
|
|
36
|
+
export { PageContainer } from './chunk-7WKODMCZ.js';
|
|
37
|
+
import './chunk-XK3M3VRR.js';
|
|
38
|
+
import './chunk-32WO3YLB.js';
|
|
39
|
+
import './chunk-LMKUKCTN.js';
|
|
40
|
+
import './chunk-W4REF4TD.js';
|
|
41
|
+
export { Cascader } from './chunk-FQGGF7GQ.js';
|
|
43
42
|
import './chunk-SMLKNECP.js';
|
|
44
|
-
import './chunk-
|
|
43
|
+
import './chunk-2RGPEFAW.js';
|
|
44
|
+
export { DataTable, Descriptions } from './chunk-DQGTN6UJ.js';
|
|
45
|
+
export { EmptyState } from './chunk-YD7V2HGZ.js';
|
|
46
|
+
import './chunk-DV52WNXO.js';
|
|
47
|
+
export { Flex } from './chunk-INIIF7F7.js';
|
|
48
|
+
import './chunk-XBFUROAY.js';
|
|
45
49
|
import './chunk-BE6GJGKJ.js';
|
|
46
50
|
export { Field } from './chunk-44YRPSZ7.js';
|
|
47
|
-
|
|
48
|
-
import './chunk-3R3QVJCB.js';
|
|
49
|
-
import './chunk-76YSDJDP.js';
|
|
50
|
-
import './chunk-K24AQV4R.js';
|
|
51
|
-
import './chunk-YXVJFYQE.js';
|
|
52
|
-
import './chunk-NU2SOVTU.js';
|
|
51
|
+
export { Badge } from './chunk-HIEGUYPP.js';
|
|
53
52
|
import './chunk-DY5C44UP.js';
|
|
54
|
-
import './chunk-
|
|
53
|
+
import './chunk-J2DEWIYY.js';
|
|
54
|
+
import './chunk-IJ5ALJGA.js';
|
|
55
55
|
import './chunk-B4K4BXEF.js';
|
|
56
|
-
|
|
57
|
-
export { formatDate } from './chunk-5732TWQF.js';
|
|
58
|
-
export { FormField } from './chunk-IAJOP2Z3.js';
|
|
56
|
+
export { FormField } from './chunk-LBYSX3VM.js';
|
|
59
57
|
import './chunk-C3PKEV6S.js';
|
|
60
58
|
import './chunk-7PWBC4BY.js';
|
|
59
|
+
import './chunk-B6S6LTWT.js';
|
|
60
|
+
export { formatDate } from './chunk-5732TWQF.js';
|
|
61
61
|
export { useDebouncedValue, useTimeoutFlag } from './chunk-LFW37FGG.js';
|
|
62
62
|
export { cn } from './chunk-U7N2A7A3.js';
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
border-radius: var(--radius-md);
|
|
13
13
|
border-width: 1px;
|
|
14
14
|
padding: var(--alert-space-inset);
|
|
15
|
-
font-size: var(--font-size-
|
|
15
|
+
font-size: var(--font-size-base);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
[data-slot="alert"][data-tone="default"],
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
[data-slot="alert-title"] {
|
|
100
|
-
font-size: var(--font-size-
|
|
100
|
+
font-size: var(--font-size-base);
|
|
101
101
|
font-weight: var(--font-weight-medium);
|
|
102
102
|
line-height: 1;
|
|
103
103
|
}
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
|
|
121
121
|
[data-slot="alert-description"] {
|
|
122
122
|
margin-top: var(--space-1);
|
|
123
|
-
font-size: var(--font-size-
|
|
123
|
+
font-size: var(--font-size-base);
|
|
124
124
|
color: hsl(var(--muted-foreground));
|
|
125
125
|
overflow-wrap: break-word;
|
|
126
126
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
padding: var(--badge-space-y) var(--badge-space-x);
|
|
15
15
|
border-radius: var(--radius-md);
|
|
16
16
|
border-width: 1px;
|
|
17
|
-
font-size: var(--font-size
|
|
17
|
+
font-size: var(--badge-font-size);
|
|
18
18
|
font-weight: var(--font-weight-medium);
|
|
19
19
|
/* A status chip must read as one unit — never wrap its label across lines,
|
|
20
20
|
* especially inside narrow table cells. */
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
|
|
371
371
|
[data-slot="stat-card-delta"] {
|
|
372
372
|
color: hsl(var(--muted-foreground));
|
|
373
|
-
font-size: var(--font-size
|
|
373
|
+
font-size: var(--stat-card-delta-font-size);
|
|
374
374
|
font-weight: var(--font-weight-medium);
|
|
375
375
|
line-height: var(--line-height-normal);
|
|
376
376
|
font-variant-numeric: tabular-nums;
|
package/dist/styles/control.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
gap: var(--space-inline-xs);
|
|
11
11
|
border-radius: var(--radius-md);
|
|
12
12
|
color: hsl(var(--foreground));
|
|
13
|
-
font-size: var(--font-size-
|
|
13
|
+
font-size: var(--font-size-base);
|
|
14
14
|
font-weight: var(--font-weight-medium);
|
|
15
15
|
transition:
|
|
16
16
|
background-color 150ms ease,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
.ui-toggle-sm {
|
|
37
37
|
min-height: var(--control-height-sm);
|
|
38
38
|
padding-inline: var(--space-2);
|
|
39
|
-
font-size: var(--font-size
|
|
39
|
+
font-size: var(--toggle-sm-font-size);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.ui-toggle-lg {
|
|
@@ -151,13 +151,13 @@
|
|
|
151
151
|
.ui-button--default-size {
|
|
152
152
|
height: var(--control-height);
|
|
153
153
|
padding-inline: var(--control-padding-x);
|
|
154
|
-
font-size: var(--font-size-
|
|
154
|
+
font-size: var(--font-size-base);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.ui-button--sm {
|
|
158
158
|
height: var(--control-height-sm);
|
|
159
159
|
padding-inline: var(--space-3);
|
|
160
|
-
font-size: var(--font-size
|
|
160
|
+
font-size: var(--button-sm-font-size);
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.ui-button--sm svg {
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
.ui-button--lg {
|
|
180
180
|
height: var(--control-height-lg);
|
|
181
181
|
padding-inline: var(--space-8);
|
|
182
|
-
font-size: var(--font-size-
|
|
182
|
+
font-size: var(--font-size-base);
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.ui-button--icon {
|
|
@@ -192,13 +192,13 @@
|
|
|
192
192
|
height: var(--control-height);
|
|
193
193
|
padding-inline-start: var(--control-padding-x);
|
|
194
194
|
padding-inline-end: var(--control-padding-x);
|
|
195
|
-
font-size: var(--font-size-
|
|
195
|
+
font-size: var(--font-size-base);
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
.ui-control-multiline {
|
|
199
199
|
min-height: calc(var(--control-height) * 2.75);
|
|
200
200
|
padding: var(--space-2) var(--control-padding-x);
|
|
201
|
-
font-size: var(--font-size-
|
|
201
|
+
font-size: var(--font-size-base);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.ui-table-row {
|
|
@@ -241,13 +241,13 @@
|
|
|
241
241
|
|
|
242
242
|
.ui-choice-label {
|
|
243
243
|
cursor: pointer;
|
|
244
|
-
font-size: var(--font-size-
|
|
244
|
+
font-size: var(--font-size-base);
|
|
245
245
|
font-weight: var(--font-weight-normal);
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.ui-choice-description {
|
|
249
249
|
color: hsl(var(--muted-foreground));
|
|
250
|
-
font-size: var(--font-size
|
|
250
|
+
font-size: var(--choice-description-font-size);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.ui-checkbox,
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
.ui-color-picker-hex {
|
|
420
420
|
max-width: var(--color-picker-input-width);
|
|
421
421
|
font-family: var(--font-family-mono);
|
|
422
|
-
font-size: var(--font-size
|
|
422
|
+
font-size: var(--color-picker-hex-font-size);
|
|
423
423
|
text-transform: uppercase;
|
|
424
424
|
}
|
|
425
425
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
box-shadow: none;
|
|
468
468
|
outline: none;
|
|
469
469
|
color: hsl(var(--foreground));
|
|
470
|
-
font-size: var(--font-size-
|
|
470
|
+
font-size: var(--font-size-base);
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
.ui-command-input::placeholder {
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
.ui-command-empty {
|
|
489
489
|
padding-block: var(--space-6);
|
|
490
490
|
text-align: center;
|
|
491
|
-
font-size: var(--font-size-
|
|
491
|
+
font-size: var(--font-size-base);
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
.ui-command-group {
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
.ui-command-group [cmdk-group-heading] {
|
|
501
501
|
padding: var(--space-2);
|
|
502
502
|
color: hsl(var(--muted-foreground));
|
|
503
|
-
font-size: var(--font-size
|
|
503
|
+
font-size: var(--command-group-heading-font-size);
|
|
504
504
|
font-weight: var(--font-weight-medium);
|
|
505
505
|
}
|
|
506
506
|
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
align-items: center;
|
|
513
513
|
border-radius: calc(var(--control-radius) - 2px);
|
|
514
514
|
padding: var(--command-item-padding-y) var(--command-item-padding-x);
|
|
515
|
-
font-size: var(--font-size-
|
|
515
|
+
font-size: var(--font-size-base);
|
|
516
516
|
outline: none;
|
|
517
517
|
}
|
|
518
518
|
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
display: block;
|
|
535
535
|
margin-bottom: var(--space-1);
|
|
536
536
|
color: hsl(var(--muted-foreground));
|
|
537
|
-
font-size: var(--font-size
|
|
537
|
+
font-size: var(--search-input-label-font-size);
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
.ui-search-input-field {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
height: var(--control-height);
|
|
626
626
|
align-items: center;
|
|
627
627
|
justify-content: center;
|
|
628
|
-
font-size: var(--font-size-
|
|
628
|
+
font-size: var(--font-size-base);
|
|
629
629
|
border: 1px solid hsl(var(--border));
|
|
630
630
|
border-inline-start-width: 0;
|
|
631
631
|
background: hsl(var(--background));
|
|
@@ -754,7 +754,7 @@
|
|
|
754
754
|
display: inline-flex;
|
|
755
755
|
align-items: center;
|
|
756
756
|
gap: var(--space-1);
|
|
757
|
-
font-size: var(--font-size
|
|
757
|
+
font-size: var(--tag-input-chip-font-size);
|
|
758
758
|
padding: 0.0625rem var(--space-2);
|
|
759
759
|
border-radius: var(--radius-sm);
|
|
760
760
|
background: hsl(var(--secondary));
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
border: 0;
|
|
789
789
|
outline: none;
|
|
790
790
|
background: transparent;
|
|
791
|
-
font-size: var(--font-size-
|
|
791
|
+
font-size: var(--font-size-base);
|
|
792
792
|
color: inherit;
|
|
793
793
|
}
|
|
794
794
|
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
display: inline-flex;
|
|
823
823
|
align-items: center;
|
|
824
824
|
color: hsl(var(--muted-foreground));
|
|
825
|
-
font-size: var(--font-size-
|
|
825
|
+
font-size: var(--font-size-base);
|
|
826
826
|
pointer-events: none;
|
|
827
827
|
}
|
|
828
828
|
.ui-number-input-affix:first-of-type {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
border-radius: var(--radius-pill);
|
|
12
12
|
background: hsl(var(--muted));
|
|
13
13
|
color: hsl(var(--muted-foreground));
|
|
14
|
-
font-size: var(--font-size-
|
|
14
|
+
font-size: var(--font-size-base);
|
|
15
15
|
font-weight: var(--font-weight-medium);
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
.ui-progress-label {
|
|
57
57
|
color: hsl(var(--muted-foreground));
|
|
58
|
-
font-size: var(--font-size
|
|
58
|
+
font-size: var(--progress-label-font-size);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.ui-tree-list {
|
|
@@ -106,13 +106,13 @@
|
|
|
106
106
|
|
|
107
107
|
.ui-tree-item-title {
|
|
108
108
|
font-family: var(--font-family-mono);
|
|
109
|
-
font-size: var(--font-size
|
|
109
|
+
font-size: var(--tree-item-title-font-size);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.ui-tree-item-description {
|
|
113
113
|
overflow: hidden;
|
|
114
114
|
color: hsl(var(--muted-foreground));
|
|
115
|
-
font-size: var(--font-size
|
|
115
|
+
font-size: var(--tree-item-description-font-size);
|
|
116
116
|
text-overflow: ellipsis;
|
|
117
117
|
white-space: nowrap;
|
|
118
118
|
}
|
|
@@ -186,12 +186,12 @@
|
|
|
186
186
|
.ui-timeline-location,
|
|
187
187
|
.ui-timeline-note {
|
|
188
188
|
color: hsl(var(--muted-foreground));
|
|
189
|
-
font-size: var(--font-size
|
|
189
|
+
font-size: var(--timeline-note-font-size);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.ui-timeline-note {
|
|
193
193
|
margin-top: var(--space-1);
|
|
194
|
-
font-size: var(--font-size-
|
|
194
|
+
font-size: var(--font-size-base);
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
.ui-accordion-content {
|
|
241
241
|
overflow: hidden;
|
|
242
|
-
font-size: var(--font-size-
|
|
242
|
+
font-size: var(--font-size-base);
|
|
243
243
|
}
|
|
244
244
|
.ui-accordion-content-inner {
|
|
245
245
|
padding-bottom: var(--space-4);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
border-radius: var(--radius-sm);
|
|
38
38
|
padding-inline: var(--space-2);
|
|
39
39
|
padding-block: var(--space-2);
|
|
40
|
-
font-size: var(--font-size-
|
|
40
|
+
font-size: var(--font-size-base);
|
|
41
41
|
outline: none;
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
background: hsl(var(--background));
|
|
78
78
|
padding-inline: var(--space-3);
|
|
79
79
|
padding-block: 0;
|
|
80
|
-
font-size: var(--font-size-
|
|
80
|
+
font-size: var(--font-size-base);
|
|
81
81
|
color: hsl(var(--foreground));
|
|
82
82
|
outline: none;
|
|
83
83
|
}
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
|
|
130
130
|
.ui-password-strength-label {
|
|
131
131
|
color: hsl(var(--foreground));
|
|
132
|
-
font-size: var(--font-size-
|
|
132
|
+
font-size: var(--font-size-base);
|
|
133
133
|
font-weight: var(--font-weight-medium);
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.ui-password-strength-score {
|
|
137
137
|
color: hsl(var(--muted-foreground));
|
|
138
|
-
font-size: var(--font-size
|
|
138
|
+
font-size: var(--password-strength-score-font-size);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.ui-password-strength-checklist {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
padding-inline: 0;
|
|
146
146
|
list-style: none;
|
|
147
147
|
color: hsl(var(--muted-foreground));
|
|
148
|
-
font-size: var(--font-size
|
|
148
|
+
font-size: var(--password-strength-checklist-font-size);
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.ui-password-strength-checklist-item {
|
package/dist/styles/layout.css
CHANGED
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.ui-page-subtitle {
|
|
357
|
-
font-size: var(--font-size-
|
|
357
|
+
font-size: var(--font-size-base);
|
|
358
358
|
color: hsl(var(--muted-foreground));
|
|
359
359
|
margin-top: var(--space-1);
|
|
360
360
|
}
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
.ui-breadcrumb {
|
|
405
|
-
font-size: var(--font-size
|
|
405
|
+
font-size: var(--breadcrumb-font-size);
|
|
406
406
|
color: hsl(var(--muted-foreground));
|
|
407
407
|
}
|
|
408
408
|
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
}
|
|
452
452
|
|
|
453
453
|
.ui-empty-state-description {
|
|
454
|
-
font-size: var(--font-size-
|
|
454
|
+
font-size: var(--font-size-base);
|
|
455
455
|
color: hsl(var(--muted-foreground));
|
|
456
456
|
max-width: 28rem;
|
|
457
457
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
gap: var(--space-2);
|
|
33
|
-
font-size: var(--font-size-
|
|
33
|
+
font-size: var(--font-size-base);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.ui-context-menu-item,
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
margin-inline-start: auto;
|
|
104
104
|
text-align: end;
|
|
105
105
|
color: hsl(var(--muted-foreground));
|
|
106
|
-
font-size: var(--font-size
|
|
106
|
+
font-size: var(--menubar-shortcut-font-size);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ui-context-menu-item-indicator,
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
padding-inline: var(--space-2);
|
|
209
209
|
padding-block: var(--space-2);
|
|
210
210
|
height: var(--control-height);
|
|
211
|
-
font-size: var(--font-size-
|
|
211
|
+
font-size: var(--font-size-base);
|
|
212
212
|
display: inline-flex;
|
|
213
213
|
align-items: center;
|
|
214
214
|
gap: var(--space-1);
|