@ngrok/mantle 0.0.11 → 0.0.13
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/index.d.ts +35 -25
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +130 -151
- package/dist/index.js.map +1 -1
- package/dist/mantle.css +0 -3
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -14,17 +14,15 @@ import {Copy as $hLlzK$Copy} from "@phosphor-icons/react/Copy";
|
|
|
14
14
|
import {useCopyToClipboard as $hLlzK$useCopyToClipboard} from "@uidotdev/usehooks";
|
|
15
15
|
import $hLlzK$tinyinvariant from "tiny-invariant";
|
|
16
16
|
import {z as $hLlzK$z} from "zod";
|
|
17
|
-
import {
|
|
18
|
-
import {Circle as $hLlzK$Circle} from "@phosphor-icons/react/Circle";
|
|
19
|
-
import {Root as $hLlzK$Root, Trigger as $hLlzK$Trigger, Group as $hLlzK$Group, Portal as $hLlzK$Portal, Sub as $hLlzK$Sub, RadioGroup as $hLlzK$RadioGroup, SubTrigger as $hLlzK$SubTrigger, SubContent as $hLlzK$SubContent, Content as $hLlzK$Content, Item as $hLlzK$Item, CheckboxItem as $hLlzK$CheckboxItem, ItemIndicator as $hLlzK$ItemIndicator, RadioItem as $hLlzK$RadioItem, Label as $hLlzK$Label, Separator as $hLlzK$Separator} from "@radix-ui/react-dropdown-menu";
|
|
17
|
+
import {MenuProvider as $hLlzK$MenuProvider, MenuButton as $hLlzK$MenuButton, Menu as $hLlzK$Menu, MenuItem as $hLlzK$MenuItem, MenuItemCheckbox as $hLlzK$MenuItemCheckbox, MenuItemRadio as $hLlzK$MenuItemRadio, MenuItemCheck as $hLlzK$MenuItemCheck, MenuSeparator as $hLlzK$MenuSeparator} from "@ariakit/react";
|
|
20
18
|
import {Eye as $hLlzK$Eye} from "@phosphor-icons/react/Eye";
|
|
21
19
|
import {EyeClosed as $hLlzK$EyeClosed} from "@phosphor-icons/react/EyeClosed";
|
|
22
|
-
import {Root as $hLlzK$
|
|
20
|
+
import {Root as $hLlzK$Root, Trigger as $hLlzK$Trigger, Portal as $hLlzK$Portal, Content as $hLlzK$Content} from "@radix-ui/react-popover";
|
|
23
21
|
import {CaretUp as $hLlzK$CaretUp} from "@phosphor-icons/react/CaretUp";
|
|
24
|
-
import {Root as $hLlzK$
|
|
22
|
+
import {Root as $hLlzK$Root1, Group as $hLlzK$Group, Value as $hLlzK$Value, Trigger as $hLlzK$Trigger1, Icon as $hLlzK$Icon, ScrollUpButton as $hLlzK$ScrollUpButton, ScrollDownButton as $hLlzK$ScrollDownButton, Portal as $hLlzK$Portal1, Content as $hLlzK$Content1, Viewport as $hLlzK$Viewport, Label as $hLlzK$Label, Item as $hLlzK$Item, ItemText as $hLlzK$ItemText, ItemIndicator as $hLlzK$ItemIndicator, Separator as $hLlzK$Separator} from "@radix-ui/react-select";
|
|
25
23
|
import {X as $hLlzK$X} from "@phosphor-icons/react/X";
|
|
26
|
-
import {Root as $hLlzK$
|
|
27
|
-
import {Provider as $hLlzK$Provider, Root as $hLlzK$
|
|
24
|
+
import {Root as $hLlzK$Root2, Trigger as $hLlzK$Trigger2, Close as $hLlzK$Close, Portal as $hLlzK$Portal2, Overlay as $hLlzK$Overlay, Content as $hLlzK$Content2, Title as $hLlzK$Title, Description as $hLlzK$Description} from "@radix-ui/react-dialog";
|
|
25
|
+
import {Provider as $hLlzK$Provider, Root as $hLlzK$Root3, Trigger as $hLlzK$Trigger3, Content as $hLlzK$Content3} from "@radix-ui/react-tooltip";
|
|
28
26
|
|
|
29
27
|
|
|
30
28
|
function $parcel$export(e, n, v, s) {
|
|
@@ -49,11 +47,11 @@ function $a4274013049f8f7f$export$a274e22fb40f762e(...inputs) {
|
|
|
49
47
|
const $70398adbd69bc3b3$var$alertVariants = (0, $hLlzK$cva)("relative w-full rounded-lg border px-4 py-3 text-sm flex gap-4", {
|
|
50
48
|
variants: {
|
|
51
49
|
priority: {
|
|
52
|
-
danger: "border-red-600
|
|
53
|
-
default: "bg-
|
|
54
|
-
info: "border-blue-600 bg-blue-
|
|
55
|
-
success: "border-green-600 bg-green-
|
|
56
|
-
warning: "border-amber-600 bg-amber-
|
|
50
|
+
danger: "border-red-600 bg-red-500/5 text-red-700",
|
|
51
|
+
default: "border-gray-600 bg-gray-500/3 text-gray-700",
|
|
52
|
+
info: "border-blue-600 bg-blue-500/5 text-blue-700",
|
|
53
|
+
success: "border-green-600 bg-green-500/5 text-green-700",
|
|
54
|
+
warning: "border-amber-600 bg-amber-500/5 text-amber-700"
|
|
57
55
|
}
|
|
58
56
|
},
|
|
59
57
|
defaultVariants: {
|
|
@@ -128,12 +126,13 @@ $parcel$export($e4a151af04a6a62e$exports, "Button", function () { return $c2638d
|
|
|
128
126
|
|
|
129
127
|
|
|
130
128
|
|
|
131
|
-
const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("
|
|
129
|
+
const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("items-center justify-center rounded-md focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 whitespace-nowrap sm:text-sm", {
|
|
132
130
|
variants: {
|
|
133
131
|
appearance: {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
ghost: "border-transparent text-blue-600 hover:bg-blue-500/5 active:bg-blue-500/10 focus-visible:ring-blue-500/25"
|
|
132
|
+
outlined: "font-medium inline-flex h-11 sm:h-9 px-3 border bg-white dark:bg-gray-50 border-blue-600 text-blue-600 hover:bg-blue-500/5 dark:hover:bg-blue-500/5 active:bg-blue-500/10 focus-visible:ring-blue-500/25",
|
|
133
|
+
filled: "font-medium inline-flex h-11 sm:h-9 px-3 border border-transparent bg-blue-500 text-[#fff] hover:bg-blue-600 dark:hover:bg-blue-400 active:bg-blue-700 dark:active:bg-blue-300 focus-visible:border-blue-600 focus-visible:ring-blue-500/25",
|
|
134
|
+
ghost: "font-medium inline-flex h-11 sm:h-9 px-3 border border-transparent text-blue-600 hover:bg-blue-500/5 active:bg-blue-500/10 focus-visible:ring-blue-500/25",
|
|
135
|
+
link: "inline border-transparent cursor-pointer hover:underline text-blue-600 focus-visible:ring-blue-500/25"
|
|
137
136
|
},
|
|
138
137
|
priority: {
|
|
139
138
|
default: "",
|
|
@@ -151,29 +150,39 @@ const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("inline-flex i
|
|
|
151
150
|
class: "border-transparent text-red-600 hover:bg-red-500/5 active:bg-red-500/10 focus-visible:ring-red-500/25"
|
|
152
151
|
},
|
|
153
152
|
{
|
|
154
|
-
appearance: "
|
|
153
|
+
appearance: "outlined",
|
|
155
154
|
priority: "danger",
|
|
156
155
|
class: "bg-white dark:bg-gray-50 border-red-600 text-red-600 dark:hover:bg-red-500/5 hover:bg-red-500/5 active:bg-red-500/10 focus-visible:ring-red-500/25"
|
|
157
156
|
},
|
|
158
157
|
{
|
|
159
|
-
appearance: "
|
|
158
|
+
appearance: "filled",
|
|
160
159
|
priority: "danger",
|
|
161
160
|
class: "border-transparent bg-red-500 hover:bg-red-600 active:bg-red-700 focus-visible:ring-red-500/25 focus-visible:border-red-600 dark:hover:bg-red-400 dark:active:bg-red-300"
|
|
162
161
|
},
|
|
162
|
+
{
|
|
163
|
+
appearance: "link",
|
|
164
|
+
priority: "danger",
|
|
165
|
+
class: "text-red-600 focus-visible:ring-red-500/25"
|
|
166
|
+
},
|
|
163
167
|
{
|
|
164
168
|
appearance: "ghost",
|
|
165
169
|
priority: "muted",
|
|
166
170
|
class: "border-transparent text-gray-900 hover:bg-gray-500/5 active:bg-gray-500/10 focus-visible:ring-blue-500/25"
|
|
167
171
|
},
|
|
168
172
|
{
|
|
169
|
-
appearance: "
|
|
173
|
+
appearance: "outlined",
|
|
170
174
|
priority: "muted",
|
|
171
175
|
class: "bg-white dark:bg-gray-50 border-gray-300 text-gray-900 hover:bg-gray-500/5 dark:hover:bg-gray-500/5 active:bg-gray-500/10 focus-visible:ring-blue-500/25 focus-visible:border-blue-600"
|
|
172
176
|
},
|
|
173
177
|
{
|
|
174
|
-
appearance: "
|
|
178
|
+
appearance: "filled",
|
|
175
179
|
priority: "muted",
|
|
176
180
|
class: "border-transparent bg-gray-500 hover:bg-gray-600 active:bg-gray-700 focus-visible:ring-gray-500/25 focus-visible:border-gray-600 dark:hover:bg-gray-400 dark:active:bg-gray-300"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
appearance: "link",
|
|
184
|
+
priority: "muted",
|
|
185
|
+
class: "text-gray-900 focus-visible:ring-blue-500/25"
|
|
177
186
|
}
|
|
178
187
|
]
|
|
179
188
|
});
|
|
@@ -468,7 +477,7 @@ const $3e8792480c5dc036$export$2e9b808b8155db21 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
468
477
|
]);
|
|
469
478
|
return /*#__PURE__*/ (0, $hLlzK$jsxs)("button", {
|
|
470
479
|
type: "button",
|
|
471
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("absolute right-3 top-3 z-10 flex h-7 w-7 items-center justify-center rounded
|
|
480
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("absolute right-3 top-3 z-10 flex h-7 w-7 items-center justify-center rounded border border-gray-300 bg-gray-50 shadow-[-1rem_0_0.75rem_-0.375rem_hsl(var(--gray-050)),1rem_0_0_-0.25rem_hsl(var(--gray-050))] hover:border-gray-400 hover:bg-gray-200 focus-visible:border-blue-500 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-blue-600/25", copied && "w-auto gap-1 border-transparent bg-green-500 pl-2 pr-1.5 text-white hover:border-transparent hover:bg-green-500 focus:bg-green-500 focus-visible:border-green-600 focus-visible:ring-green-600/25", className),
|
|
472
481
|
ref: ref,
|
|
473
482
|
style: style,
|
|
474
483
|
onClick: async ()=>{
|
|
@@ -648,108 +657,80 @@ $parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuRadioItem", function () {
|
|
|
648
657
|
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuLabel", function () { return $a54417aeb05f1278$export$76e48c5b57f24495; });
|
|
649
658
|
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuSeparator", function () { return $a54417aeb05f1278$export$da160178fd3bc7e9; });
|
|
650
659
|
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuShortcut", function () { return $a54417aeb05f1278$export$b1e098e2962e8df5; });
|
|
651
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuGroup", function () { return $a54417aeb05f1278$export$246bebaba3a2f70e; });
|
|
652
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuPortal", function () { return $a54417aeb05f1278$export$cd369b4d4d54efc9; });
|
|
653
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuSub", function () { return $a54417aeb05f1278$export$2f307d81a64f5442; });
|
|
654
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuSubContent", function () { return $a54417aeb05f1278$export$f34ec8bc2482cc5f; });
|
|
655
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuSubTrigger", function () { return $a54417aeb05f1278$export$21dcb7ec56f874cf; });
|
|
656
|
-
$parcel$export($b9dc47a206b82e7f$exports, "DropdownMenuRadioGroup", function () { return $a54417aeb05f1278$export$3323ad73d55f587e; });
|
|
657
|
-
|
|
658
|
-
|
|
659
660
|
|
|
660
661
|
|
|
661
662
|
|
|
662
663
|
|
|
663
664
|
|
|
664
|
-
const $a54417aeb05f1278$export$e44a253a59704894 = $hLlzK$
|
|
665
|
-
const $a54417aeb05f1278$export$d2469213b3befba9 = $hLlzK$
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
665
|
+
const $a54417aeb05f1278$export$e44a253a59704894 = $hLlzK$MenuProvider;
|
|
666
|
+
const $a54417aeb05f1278$export$d2469213b3befba9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ asChild: asChild = false, children: children, ...props }, ref)=>{
|
|
667
|
+
if (asChild) return /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$MenuButton, {
|
|
668
|
+
ref: ref,
|
|
669
|
+
render: typeof children === "object" && children != null ? children : /*#__PURE__*/ (0, $hLlzK$jsx)("button", {})
|
|
670
|
+
});
|
|
671
|
+
return /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$MenuButton, {
|
|
671
672
|
ref: ref,
|
|
672
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent", inset && "pl-8", className),
|
|
673
673
|
...props,
|
|
674
|
-
children:
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
]
|
|
681
|
-
}));
|
|
682
|
-
$a54417aeb05f1278$export$21dcb7ec56f874cf.displayName = $hLlzK$SubTrigger.displayName;
|
|
683
|
-
const $a54417aeb05f1278$export$f34ec8bc2482cc5f = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$SubContent, {
|
|
674
|
+
children: children
|
|
675
|
+
});
|
|
676
|
+
});
|
|
677
|
+
$a54417aeb05f1278$export$d2469213b3befba9.displayName = "DropdownMenuTrigger";
|
|
678
|
+
const $a54417aeb05f1278$export$6e76d93a37c01248 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, gutter: gutter = 8, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Menu, {
|
|
679
|
+
gutter: gutter,
|
|
684
680
|
ref: ref,
|
|
685
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 min-w-[8rem] overflow-hidden rounded
|
|
681
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 min-w-[8rem] overflow-hidden rounded border border-gray-200 bg-card p-1.25 shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className),
|
|
686
682
|
...props
|
|
687
683
|
}));
|
|
688
|
-
$a54417aeb05f1278$export$
|
|
689
|
-
const $a54417aeb05f1278$export$
|
|
690
|
-
children: /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Content, {
|
|
691
|
-
ref: ref,
|
|
692
|
-
sideOffset: sideOffset,
|
|
693
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className),
|
|
694
|
-
...props
|
|
695
|
-
})
|
|
696
|
-
}));
|
|
697
|
-
$a54417aeb05f1278$export$6e76d93a37c01248.displayName = $hLlzK$Content.displayName;
|
|
698
|
-
const $a54417aeb05f1278$export$ed97964d1871885d = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, inset: inset, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Item, {
|
|
684
|
+
$a54417aeb05f1278$export$6e76d93a37c01248.displayName = "DropdownMenuContent";
|
|
685
|
+
const $a54417aeb05f1278$export$ed97964d1871885d = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$MenuItem, {
|
|
699
686
|
ref: ref,
|
|
700
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center rounded
|
|
687
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center rounded px-2 py-1.5 text-sm font-normal text-gray-900 outline-none data-[disabled]:pointer-events-none data-[active-item]:bg-gray-100 data-[disabled]:opacity-50 dark:data-[active-item]:bg-gray-200", className),
|
|
701
688
|
...props
|
|
702
689
|
}));
|
|
703
|
-
$a54417aeb05f1278$export$ed97964d1871885d.displayName =
|
|
704
|
-
const $a54417aeb05f1278$export$53a69729da201fa9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children,
|
|
690
|
+
$a54417aeb05f1278$export$ed97964d1871885d.displayName = "DropdownMenuItem";
|
|
691
|
+
const $a54417aeb05f1278$export$53a69729da201fa9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$MenuItemCheckbox, {
|
|
705
692
|
ref: ref,
|
|
706
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-
|
|
707
|
-
checked: checked,
|
|
693
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-gray-900 outline-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50", "data-[active-item]:bg-gray-100 data-[active-item]:dark:bg-gray-200", "aria-checked:bg-blue-500 aria-checked:font-medium aria-checked:text-[#fff] aria-checked:data-[active-item]:dark-high-contrast:bg-blue-500 aria-checked:dark:bg-blue-500 aria-checked:data-[active-item]:dark:bg-blue-500", className),
|
|
708
694
|
...props,
|
|
709
695
|
children: [
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
className: "h-4 w-4",
|
|
715
|
-
weight: "bold"
|
|
716
|
-
})
|
|
717
|
-
})
|
|
718
|
-
}),
|
|
719
|
-
children
|
|
696
|
+
children,
|
|
697
|
+
/*#__PURE__*/ (0, $hLlzK$jsx)($a54417aeb05f1278$var$DropdownMenuItemCheck, {
|
|
698
|
+
className: "absolute right-2 flex items-center"
|
|
699
|
+
})
|
|
720
700
|
]
|
|
721
701
|
}));
|
|
722
|
-
$a54417aeb05f1278$export$53a69729da201fa9.displayName =
|
|
723
|
-
const $a54417aeb05f1278$export$e4f69b41b1637536 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$
|
|
702
|
+
$a54417aeb05f1278$export$53a69729da201fa9.displayName = "DropdownMenuCheckboxItem";
|
|
703
|
+
const $a54417aeb05f1278$export$e4f69b41b1637536 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$MenuItemRadio, {
|
|
724
704
|
ref: ref,
|
|
725
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-
|
|
705
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-gray-900 outline-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50", "data-[active-item]:bg-gray-100 data-[active-item]:dark:bg-gray-200", "aria-checked:!bg-blue-500 aria-checked:font-medium aria-checked:text-[#fff] aria-checked:dark-high-contrast:text-gray-100", className),
|
|
726
706
|
...props,
|
|
727
707
|
children: [
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
className: "h-2 w-2",
|
|
733
|
-
weight: "fill"
|
|
734
|
-
})
|
|
735
|
-
})
|
|
736
|
-
}),
|
|
737
|
-
children
|
|
708
|
+
children,
|
|
709
|
+
/*#__PURE__*/ (0, $hLlzK$jsx)($a54417aeb05f1278$var$DropdownMenuItemCheck, {
|
|
710
|
+
className: "absolute right-2 flex items-center"
|
|
711
|
+
})
|
|
738
712
|
]
|
|
739
713
|
}));
|
|
740
|
-
$a54417aeb05f1278$export$e4f69b41b1637536.displayName =
|
|
741
|
-
const $a54417aeb05f1278$
|
|
714
|
+
$a54417aeb05f1278$export$e4f69b41b1637536.displayName = "DropdownMenuRadioItem";
|
|
715
|
+
const $a54417aeb05f1278$var$DropdownMenuItemCheck = (props)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$MenuItemCheck, {
|
|
716
|
+
...props,
|
|
717
|
+
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$Check), {
|
|
718
|
+
className: "size-5",
|
|
719
|
+
weight: "bold"
|
|
720
|
+
})
|
|
721
|
+
});
|
|
722
|
+
const $a54417aeb05f1278$export$76e48c5b57f24495 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)("div", {
|
|
742
723
|
ref: ref,
|
|
743
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("px-2 py-1.5 text-sm font-
|
|
724
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("px-2 py-1.5 text-sm font-medium text-gray-900", className),
|
|
744
725
|
...props
|
|
745
726
|
}));
|
|
746
|
-
$a54417aeb05f1278$export$76e48c5b57f24495.displayName =
|
|
747
|
-
const $a54417aeb05f1278$export$da160178fd3bc7e9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
727
|
+
$a54417aeb05f1278$export$76e48c5b57f24495.displayName = "DropdownMenuLabel";
|
|
728
|
+
const $a54417aeb05f1278$export$da160178fd3bc7e9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$MenuSeparator, {
|
|
748
729
|
ref: ref,
|
|
749
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("-mx-
|
|
730
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("-mx-2 my-1 h-px bg-gray-200", className),
|
|
750
731
|
...props
|
|
751
732
|
}));
|
|
752
|
-
$a54417aeb05f1278$export$da160178fd3bc7e9.displayName =
|
|
733
|
+
$a54417aeb05f1278$export$da160178fd3bc7e9.displayName = "DropdownMenuSeparator";
|
|
753
734
|
const $a54417aeb05f1278$export$b1e098e2962e8df5 = ({ className: className, ...props })=>{
|
|
754
735
|
return /*#__PURE__*/ (0, $hLlzK$jsx)("span", {
|
|
755
736
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("ml-auto text-xs tracking-widest opacity-60", className),
|
|
@@ -872,11 +853,11 @@ $parcel$export($b459be25b0c516ed$exports, "PasswordInput", function () { return
|
|
|
872
853
|
|
|
873
854
|
|
|
874
855
|
|
|
875
|
-
const $66e13ce5ec226639$var$passwordInputVariants = (0, $hLlzK$cva)("flex h-11 sm:h-9 w-full rounded-md border bg-white dark:bg-gray-50 px-3 py-2
|
|
856
|
+
const $66e13ce5ec226639$var$passwordInputVariants = (0, $hLlzK$cva)("flex h-11 sm:h-9 w-full rounded-md border bg-white dark:bg-gray-50 px-3 py-2 focus-within:outline-none focus-within:ring-4 disabled:pointer-events-none disabled:opacity-50 sm:text-sm", {
|
|
876
857
|
variants: {
|
|
877
858
|
state: {
|
|
878
|
-
default: "text-gray-900 border-gray-300 placeholder:text-gray-400 focus:border-blue-600 focus:ring-blue-500/25",
|
|
879
|
-
danger: "border-red-600 focus:border-red-600 focus:ring-red-500/25"
|
|
859
|
+
default: "text-gray-900 border-gray-300 placeholder:text-gray-400 focus-within:border-blue-600 focus-within:ring-blue-500/25",
|
|
860
|
+
danger: "border-red-600 focus-within:border-red-600 focus-within:ring-red-500/25"
|
|
880
861
|
}
|
|
881
862
|
},
|
|
882
863
|
defaultVariants: {
|
|
@@ -925,10 +906,10 @@ $parcel$export($c20827da6ac8f3e9$exports, "PopoverContent", function () { return
|
|
|
925
906
|
|
|
926
907
|
|
|
927
908
|
|
|
928
|
-
const $e1568f28b56f66ee$export$5b6b19405a83ff9d = $hLlzK$
|
|
929
|
-
const $e1568f28b56f66ee$export$7dacb05d26466c3 = $hLlzK$
|
|
930
|
-
const $e1568f28b56f66ee$export$d7e1f420b25549ff = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, align: align = "center", sideOffset: sideOffset = 4, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
931
|
-
children: /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
909
|
+
const $e1568f28b56f66ee$export$5b6b19405a83ff9d = $hLlzK$Root;
|
|
910
|
+
const $e1568f28b56f66ee$export$7dacb05d26466c3 = $hLlzK$Trigger;
|
|
911
|
+
const $e1568f28b56f66ee$export$d7e1f420b25549ff = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, align: align = "center", sideOffset: sideOffset = 4, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Portal, {
|
|
912
|
+
children: /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Content, {
|
|
932
913
|
ref: ref,
|
|
933
914
|
align: align,
|
|
934
915
|
sideOffset: sideOffset,
|
|
@@ -936,7 +917,7 @@ const $e1568f28b56f66ee$export$d7e1f420b25549ff = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
936
917
|
...props
|
|
937
918
|
})
|
|
938
919
|
}));
|
|
939
|
-
$e1568f28b56f66ee$export$d7e1f420b25549ff.displayName = $hLlzK$
|
|
920
|
+
$e1568f28b56f66ee$export$d7e1f420b25549ff.displayName = $hLlzK$Content.displayName;
|
|
940
921
|
|
|
941
922
|
|
|
942
923
|
|
|
@@ -961,7 +942,7 @@ $parcel$export($08d8b7c38a500c5a$exports, "SelectValue", function () { return $b
|
|
|
961
942
|
|
|
962
943
|
const $b0b413c594e2809e$var$SelectAriaInvalidContext = /*#__PURE__*/ (0, $hLlzK$createContext)(undefined);
|
|
963
944
|
const $b0b413c594e2809e$export$ef9b1a59e592288f = ({ children: children, ...props })=>{
|
|
964
|
-
return /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
945
|
+
return /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Root1, {
|
|
965
946
|
...props,
|
|
966
947
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)($b0b413c594e2809e$var$SelectAriaInvalidContext.Provider, {
|
|
967
948
|
value: props["aria-invalid"],
|
|
@@ -969,13 +950,13 @@ const $b0b413c594e2809e$export$ef9b1a59e592288f = ({ children: children, ...prop
|
|
|
969
950
|
})
|
|
970
951
|
});
|
|
971
952
|
};
|
|
972
|
-
const $b0b413c594e2809e$export$ee25a334c55de1f4 = $hLlzK$
|
|
953
|
+
const $b0b413c594e2809e$export$ee25a334c55de1f4 = $hLlzK$Group;
|
|
973
954
|
const $b0b413c594e2809e$export$e288731fd71264f0 = $hLlzK$Value;
|
|
974
|
-
const $b0b413c594e2809e$var$selectTriggerVariants = (0, $hLlzK$cva)("flex h-11 w-full items-center justify-between rounded-md border bg-white px-3 py-2 placeholder:text-gray-300 hover:bg-gray-500/5 focus:outline-none focus:ring-4 disabled:pointer-events-none disabled:opacity-50 dark:bg-gray-50 dark:hover:bg-gray-500/5 sm:h-9 sm:text-sm [&>span]:line-clamp-1 [&>span]:text-left", {
|
|
955
|
+
const $b0b413c594e2809e$var$selectTriggerVariants = (0, $hLlzK$cva)("flex h-11 w-full items-center justify-between rounded-md border bg-white px-3 py-2 placeholder:text-gray-300 hover:bg-gray-500/5 focus:outline-none focus:ring-4 aria-expanded:ring-4 disabled:pointer-events-none disabled:opacity-50 dark:bg-gray-50 dark:hover:bg-gray-500/5 sm:h-9 sm:text-sm [&>span]:line-clamp-1 [&>span]:text-left", {
|
|
975
956
|
variants: {
|
|
976
957
|
state: {
|
|
977
|
-
danger: "border-red-600 focus:border-red-600 focus:ring-red-500/25",
|
|
978
|
-
default: "text-gray-900 border-gray-300 placeholder:text-gray-400 focus:border-blue-600 focus:ring-blue-500/25"
|
|
958
|
+
danger: "border-red-600 focus:border-red-600 aria-expanded:border-red-600 focus:ring-red-500/25 aria-expanded:ring-red-500/25",
|
|
959
|
+
default: "text-gray-900 border-gray-300 placeholder:text-gray-400 focus:border-blue-600 aria-expanded:border-blue-600 focus:ring-blue-500/25 aria-expanded:ring-blue-500/25"
|
|
979
960
|
}
|
|
980
961
|
},
|
|
981
962
|
defaultVariants: {
|
|
@@ -987,7 +968,7 @@ const $b0b413c594e2809e$export$3ac1e88a1c0b9f1 = /*#__PURE__*/ (0, $hLlzK$forwar
|
|
|
987
968
|
var _props_ariainvalid;
|
|
988
969
|
const ariaInvalid = (_props_ariainvalid = props["aria-invalid"]) !== null && _props_ariainvalid !== void 0 ? _props_ariainvalid : ariaInvalidContext;
|
|
989
970
|
const state = ariaInvalid ? "danger" : "default";
|
|
990
|
-
return /*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$
|
|
971
|
+
return /*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Trigger1, {
|
|
991
972
|
ref: ref,
|
|
992
973
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)($b0b413c594e2809e$var$selectTriggerVariants({
|
|
993
974
|
state: state
|
|
@@ -999,83 +980,81 @@ const $b0b413c594e2809e$export$3ac1e88a1c0b9f1 = /*#__PURE__*/ (0, $hLlzK$forwar
|
|
|
999
980
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Icon, {
|
|
1000
981
|
asChild: true,
|
|
1001
982
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$CaretDown), {
|
|
1002
|
-
className: "
|
|
983
|
+
className: "size-4 shrink-0",
|
|
1003
984
|
weight: "bold"
|
|
1004
985
|
})
|
|
1005
986
|
})
|
|
1006
987
|
]
|
|
1007
988
|
});
|
|
1008
989
|
});
|
|
1009
|
-
$b0b413c594e2809e$export$3ac1e88a1c0b9f1.displayName =
|
|
990
|
+
$b0b413c594e2809e$export$3ac1e88a1c0b9f1.displayName = "SelectTrigger";
|
|
1010
991
|
const $b0b413c594e2809e$export$d8117927658af6d7 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ScrollUpButton, {
|
|
1011
992
|
ref: ref,
|
|
1012
993
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("flex cursor-default items-center justify-center py-1", className),
|
|
1013
994
|
...props,
|
|
1014
995
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$CaretUp), {
|
|
1015
|
-
className: "
|
|
996
|
+
className: "size-4",
|
|
1016
997
|
weight: "bold"
|
|
1017
998
|
})
|
|
1018
999
|
}));
|
|
1019
|
-
$b0b413c594e2809e$export$d8117927658af6d7.displayName =
|
|
1000
|
+
$b0b413c594e2809e$export$d8117927658af6d7.displayName = "SelectScrollUpButton";
|
|
1020
1001
|
const $b0b413c594e2809e$export$ff951e476c12189 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ScrollDownButton, {
|
|
1021
1002
|
ref: ref,
|
|
1022
1003
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("flex cursor-default items-center justify-center py-1", className),
|
|
1023
1004
|
...props,
|
|
1024
1005
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$CaretDown), {
|
|
1025
|
-
className: "
|
|
1006
|
+
className: "size-4",
|
|
1026
1007
|
weight: "bold"
|
|
1027
1008
|
})
|
|
1028
1009
|
}));
|
|
1029
|
-
$b0b413c594e2809e$export$ff951e476c12189.displayName =
|
|
1030
|
-
const $b0b413c594e2809e$export$c973a4b3cb86a03d = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, position: position = "popper", ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
1031
|
-
children: /*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$
|
|
1010
|
+
$b0b413c594e2809e$export$ff951e476c12189.displayName = "SelectScrollDownButton";
|
|
1011
|
+
const $b0b413c594e2809e$export$c973a4b3cb86a03d = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, position: position = "popper", width: width, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Portal1, {
|
|
1012
|
+
children: /*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Content1, {
|
|
1032
1013
|
ref: ref,
|
|
1033
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border border-gray-
|
|
1014
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border border-gray-200 shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", "bg-card dark:bg-gray-100", position === "popper" && "max-h-[var(--radix-select-content-available-height)] data-[side=bottom]:translate-y-2 data-[side=left]:-translate-x-2 data-[side=right]:translate-x-2 data-[side=top]:-translate-y-2", width === "trigger" && "w-[var(--radix-select-trigger-width)]", className),
|
|
1034
1015
|
position: position,
|
|
1035
1016
|
...props,
|
|
1036
1017
|
children: [
|
|
1037
1018
|
/*#__PURE__*/ (0, $hLlzK$jsx)($b0b413c594e2809e$export$d8117927658af6d7, {}),
|
|
1038
1019
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Viewport, {
|
|
1039
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("p-1", position === "popper" && "h-[var(--radix-select-trigger-height)] w-full
|
|
1020
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("p-1", position === "popper" && "h-[var(--radix-select-trigger-height)] w-full"),
|
|
1040
1021
|
children: children
|
|
1041
1022
|
}),
|
|
1042
1023
|
/*#__PURE__*/ (0, $hLlzK$jsx)($b0b413c594e2809e$export$ff951e476c12189, {})
|
|
1043
1024
|
]
|
|
1044
1025
|
})
|
|
1045
1026
|
}));
|
|
1046
|
-
$b0b413c594e2809e$export$c973a4b3cb86a03d.displayName =
|
|
1047
|
-
const $b0b413c594e2809e$export$f67338d29bd972f8 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
1027
|
+
$b0b413c594e2809e$export$c973a4b3cb86a03d.displayName = "SelectContent";
|
|
1028
|
+
const $b0b413c594e2809e$export$f67338d29bd972f8 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Label, {
|
|
1048
1029
|
ref: ref,
|
|
1049
1030
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("px-2 py-1.5 text-sm font-semibold", className),
|
|
1050
1031
|
...props
|
|
1051
1032
|
}));
|
|
1052
|
-
$b0b413c594e2809e$export$f67338d29bd972f8.displayName =
|
|
1053
|
-
const $b0b413c594e2809e$export$13ef48a934230896 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$
|
|
1033
|
+
$b0b413c594e2809e$export$f67338d29bd972f8.displayName = "SelectLabel";
|
|
1034
|
+
const $b0b413c594e2809e$export$13ef48a934230896 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Item, {
|
|
1054
1035
|
ref: ref,
|
|
1055
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex w-full cursor-pointer select-none items-center rounded
|
|
1036
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex w-full cursor-pointer select-none items-center rounded py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-gray-100 data-[disabled]:pointer-events-none data-[state='checked']:bg-blue-500 data-[state='checked']:text-[#fff] data-[disabled]:opacity-50 dark:focus:bg-gray-200 data-[state='checked']:dark:bg-blue-500", className),
|
|
1056
1037
|
...props,
|
|
1057
1038
|
children: [
|
|
1058
|
-
/*#__PURE__*/ (0, $hLlzK$jsx)("span", {
|
|
1059
|
-
className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
1060
|
-
children: /*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ItemIndicator1, {
|
|
1061
|
-
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$Check), {
|
|
1062
|
-
className: "h-4 w-4",
|
|
1063
|
-
weight: "bold"
|
|
1064
|
-
})
|
|
1065
|
-
})
|
|
1066
|
-
}),
|
|
1067
1039
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ItemText, {
|
|
1068
1040
|
children: children
|
|
1041
|
+
}),
|
|
1042
|
+
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ItemIndicator, {
|
|
1043
|
+
className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center",
|
|
1044
|
+
children: /*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$Check), {
|
|
1045
|
+
className: "size-4",
|
|
1046
|
+
weight: "bold"
|
|
1047
|
+
})
|
|
1069
1048
|
})
|
|
1070
1049
|
]
|
|
1071
1050
|
}));
|
|
1072
|
-
$b0b413c594e2809e$export$13ef48a934230896.displayName =
|
|
1073
|
-
const $b0b413c594e2809e$export$eba4b1df07cb1d3 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$
|
|
1051
|
+
$b0b413c594e2809e$export$13ef48a934230896.displayName = "SelectItem";
|
|
1052
|
+
const $b0b413c594e2809e$export$eba4b1df07cb1d3 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Separator, {
|
|
1074
1053
|
ref: ref,
|
|
1075
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("-mx-1 my-1 h-px bg-
|
|
1054
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("-mx-1 my-1 h-px bg-gray-200", className),
|
|
1076
1055
|
...props
|
|
1077
1056
|
}));
|
|
1078
|
-
$b0b413c594e2809e$export$eba4b1df07cb1d3.displayName =
|
|
1057
|
+
$b0b413c594e2809e$export$eba4b1df07cb1d3.displayName = "SelectSeparator";
|
|
1079
1058
|
|
|
1080
1059
|
|
|
1081
1060
|
|
|
@@ -1099,10 +1078,10 @@ $parcel$export($96ca09627b32042e$exports, "SheetTrigger", function () { return $
|
|
|
1099
1078
|
|
|
1100
1079
|
|
|
1101
1080
|
|
|
1102
|
-
const $de4859618f6880e3$export$a9bf29f8d87ebbee = $hLlzK$
|
|
1103
|
-
const $de4859618f6880e3$export$de69b9b0343a1903 = $hLlzK$
|
|
1081
|
+
const $de4859618f6880e3$export$a9bf29f8d87ebbee = $hLlzK$Root2;
|
|
1082
|
+
const $de4859618f6880e3$export$de69b9b0343a1903 = $hLlzK$Trigger2;
|
|
1104
1083
|
const $de4859618f6880e3$export$99d85c8298ee6511 = $hLlzK$Close;
|
|
1105
|
-
const $de4859618f6880e3$export$721c917f47f6cb = $hLlzK$
|
|
1084
|
+
const $de4859618f6880e3$export$721c917f47f6cb = $hLlzK$Portal2;
|
|
1106
1085
|
const $de4859618f6880e3$export$48dbb295cbd054d8 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Overlay, {
|
|
1107
1086
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("fixed inset-0 z-50 bg-background/80 blur data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0", className),
|
|
1108
1087
|
...props,
|
|
@@ -1125,7 +1104,7 @@ const $de4859618f6880e3$var$SheetVariants = (0, $hLlzK$cva)("fixed z-50 flex fle
|
|
|
1125
1104
|
const $de4859618f6880e3$export$fe5ec5b76996e2d3 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ side: side = "right", className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($de4859618f6880e3$export$721c917f47f6cb, {
|
|
1126
1105
|
children: [
|
|
1127
1106
|
/*#__PURE__*/ (0, $hLlzK$jsx)($de4859618f6880e3$export$48dbb295cbd054d8, {}),
|
|
1128
|
-
/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$
|
|
1107
|
+
/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Content2, {
|
|
1129
1108
|
ref: ref,
|
|
1130
1109
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)($de4859618f6880e3$var$SheetVariants({
|
|
1131
1110
|
side: side
|
|
@@ -1134,7 +1113,7 @@ const $de4859618f6880e3$export$fe5ec5b76996e2d3 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
1134
1113
|
children: [
|
|
1135
1114
|
children,
|
|
1136
1115
|
/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Close, {
|
|
1137
|
-
className: "absolute right-4 top-4 rounded
|
|
1116
|
+
className: "absolute right-4 top-4 rounded opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary",
|
|
1138
1117
|
children: [
|
|
1139
1118
|
/*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$X), {
|
|
1140
1119
|
className: "h-6 w-6"
|
|
@@ -1149,7 +1128,7 @@ const $de4859618f6880e3$export$fe5ec5b76996e2d3 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
1149
1128
|
})
|
|
1150
1129
|
]
|
|
1151
1130
|
}));
|
|
1152
|
-
$de4859618f6880e3$export$fe5ec5b76996e2d3.displayName = $hLlzK$
|
|
1131
|
+
$de4859618f6880e3$export$fe5ec5b76996e2d3.displayName = $hLlzK$Content2.displayName;
|
|
1153
1132
|
const $de4859618f6880e3$export$8e574df6e3b8d781 = ({ className: className, ...props })=>/*#__PURE__*/ (0, $hLlzK$jsx)("div", {
|
|
1154
1133
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("flex-1 overflow-y-auto p-6", className),
|
|
1155
1134
|
...props
|
|
@@ -1191,7 +1170,7 @@ $parcel$export($e4ab606c19eb58c8$exports, "Skeleton", function () { return $5386
|
|
|
1191
1170
|
* @note Default height is 1rem.
|
|
1192
1171
|
*/ function $53866fd1feac4bca$export$8f31e4c4a37b8e9c({ className: className, ...props }) {
|
|
1193
1172
|
return /*#__PURE__*/ (0, $hLlzK$jsx)("div", {
|
|
1194
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("h-4 animate-pulse rounded-md bg-gray-
|
|
1173
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("h-4 animate-pulse rounded-md bg-gray-300/25 dark-high-contrast:bg-black/30 high-contrast:bg-black/30 dark:bg-gray-950/10", className),
|
|
1195
1174
|
...props
|
|
1196
1175
|
});
|
|
1197
1176
|
}
|
|
@@ -1241,13 +1220,13 @@ const $fd75fdf931689c59$export$1f116082bba1f9a8 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
1241
1220
|
$fd75fdf931689c59$export$1f116082bba1f9a8.displayName = "TableFooter";
|
|
1242
1221
|
const $fd75fdf931689c59$export$b05581f4e764e162 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)("tr", {
|
|
1243
1222
|
ref: ref,
|
|
1244
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("border-b border-gray-300 hover:bg-
|
|
1223
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("border-b border-gray-300 hover:bg-gray-200/50 data-[state=selected]:bg-gray-200", className),
|
|
1245
1224
|
...props
|
|
1246
1225
|
}));
|
|
1247
1226
|
$fd75fdf931689c59$export$b05581f4e764e162.displayName = "TableRow";
|
|
1248
1227
|
const $fd75fdf931689c59$export$2f4a7be4f0dcc2 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)("th", {
|
|
1249
1228
|
ref: ref,
|
|
1250
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("h-12 px-4 text-left align-middle font-medium
|
|
1229
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("text-muted-foreground h-12 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0", className),
|
|
1251
1230
|
...props
|
|
1252
1231
|
}));
|
|
1253
1232
|
$fd75fdf931689c59$export$2f4a7be4f0dcc2.displayName = "TableHead";
|
|
@@ -1274,7 +1253,7 @@ $parcel$export($28ef0f9ef87312c9$exports, "TextArea", function () { return $a690
|
|
|
1274
1253
|
|
|
1275
1254
|
|
|
1276
1255
|
|
|
1277
|
-
const $a6907629e3ef14e9$var$textAreaVariants = (0, $hLlzK$cva)("flex min-h-
|
|
1256
|
+
const $a6907629e3ef14e9$var$textAreaVariants = (0, $hLlzK$cva)("flex min-h-[5.75rem] sm:min-h-[4.75rem] w-full rounded-md border border-input bg-white dark:bg-gray-50 px-3 py-[calc(theme(spacing[2.5])-1px)] sm:py-[calc(theme(spacing[2])-1px)] shadow-sm focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 sm:text-sm", {
|
|
1278
1257
|
variants: {
|
|
1279
1258
|
state: {
|
|
1280
1259
|
default: "text-gray-900 border-gray-300 placeholder:text-gray-400 focus:border-blue-600 focus:ring-blue-500/25",
|
|
@@ -1541,15 +1520,15 @@ $parcel$export($d2d52c6753841931$exports, "TooltipProvider", function () { retur
|
|
|
1541
1520
|
|
|
1542
1521
|
|
|
1543
1522
|
const $aae96005fa706805$export$f78649fb9ca566b8 = (0, $hLlzK$Provider);
|
|
1544
|
-
const $aae96005fa706805$export$28c660c63b792dea = (0, $hLlzK$
|
|
1545
|
-
const $aae96005fa706805$export$8c610744efcf8a1d = (0, $hLlzK$
|
|
1546
|
-
const $aae96005fa706805$export$e9003e2be37ec060 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, sideOffset: sideOffset = 4, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$
|
|
1523
|
+
const $aae96005fa706805$export$28c660c63b792dea = (0, $hLlzK$Root3);
|
|
1524
|
+
const $aae96005fa706805$export$8c610744efcf8a1d = (0, $hLlzK$Trigger3);
|
|
1525
|
+
const $aae96005fa706805$export$e9003e2be37ec060 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, sideOffset: sideOffset = 4, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$Content3), {
|
|
1547
1526
|
ref: ref,
|
|
1548
1527
|
sideOffset: sideOffset,
|
|
1549
1528
|
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 overflow-hidden rounded-md border bg-popover px-3 py-1.5 text-sm text-popover-foreground shadow animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2", className),
|
|
1550
1529
|
...props
|
|
1551
1530
|
}));
|
|
1552
|
-
$aae96005fa706805$export$e9003e2be37ec060.displayName = (0, $hLlzK$
|
|
1531
|
+
$aae96005fa706805$export$e9003e2be37ec060.displayName = (0, $hLlzK$Content3).displayName;
|
|
1553
1532
|
|
|
1554
1533
|
|
|
1555
1534
|
|
|
@@ -1559,5 +1538,5 @@ var $930e48a10c6e5fee$exports = {};
|
|
|
1559
1538
|
|
|
1560
1539
|
|
|
1561
1540
|
|
|
1562
|
-
export {$70398adbd69bc3b3$export$caec2af78bcc877f as Alert, $70398adbd69bc3b3$export$7738e9160ff0021e as AlertContent, $70398adbd69bc3b3$export$4a7253439a300753 as AlertTitle, $70398adbd69bc3b3$export$d4feae172fccda11 as AlertDescription, $d7b44a6bfb86e793$export$b688253958b8dfe7 as Anchor, $d7b44a6bfb86e793$export$86577199b2baf6c3 as anchorClassNames, $c2638d7be6bdca12$export$353f5b6fc5456de1 as Button, $267cd022d92c6243$export$60332b2344f7fe41 as Card, $267cd022d92c6243$export$851de33184ecdac4 as CardBody, $267cd022d92c6243$export$e9897d434e0741ee as CardFooter, $267cd022d92c6243$export$5665775b26e26c5d as CardHeader, $267cd022d92c6243$export$474db65c3c394e1c as CardTitle, $3e8792480c5dc036$export$6c415d1fdae3dfdb as CodeBlock, $3e8792480c5dc036$export$7e83364d3e7fd36a as CodeBlockBody, $3e8792480c5dc036$export$1c41328978c69a88 as CodeBlockCode, $3e8792480c5dc036$export$2e9b808b8155db21 as CodeBlockCopyButton, $3e8792480c5dc036$export$2e996d1cfaa94c3d as CodeBlockExpanderButton, $3e8792480c5dc036$export$b351deb59183780 as CodeBlockHeader, $3e8792480c5dc036$export$b5654939a1e891d as CodeBlockTitle, $6a7317e4fdb7be9c$export$6565f9f03506010b as code, $c58b35aa9fcfa4d0$export$2b83d7916142717 as parseMetastring, $3107245668823796$export$47c66070d6d6cd6d as isSupportedLanguage, $3107245668823796$export$dbb82c29aa7faca4 as parseLanguage, $a4274013049f8f7f$export$a274e22fb40f762e as cx, $a54417aeb05f1278$export$e44a253a59704894 as DropdownMenu, $a54417aeb05f1278$export$d2469213b3befba9 as DropdownMenuTrigger, $a54417aeb05f1278$export$6e76d93a37c01248 as DropdownMenuContent, $a54417aeb05f1278$export$ed97964d1871885d as DropdownMenuItem, $a54417aeb05f1278$export$53a69729da201fa9 as DropdownMenuCheckboxItem, $a54417aeb05f1278$export$e4f69b41b1637536 as DropdownMenuRadioItem, $a54417aeb05f1278$export$76e48c5b57f24495 as DropdownMenuLabel, $a54417aeb05f1278$export$da160178fd3bc7e9 as DropdownMenuSeparator, $a54417aeb05f1278$export$b1e098e2962e8df5 as DropdownMenuShortcut, $
|
|
1541
|
+
export {$70398adbd69bc3b3$export$caec2af78bcc877f as Alert, $70398adbd69bc3b3$export$7738e9160ff0021e as AlertContent, $70398adbd69bc3b3$export$4a7253439a300753 as AlertTitle, $70398adbd69bc3b3$export$d4feae172fccda11 as AlertDescription, $d7b44a6bfb86e793$export$b688253958b8dfe7 as Anchor, $d7b44a6bfb86e793$export$86577199b2baf6c3 as anchorClassNames, $c2638d7be6bdca12$export$353f5b6fc5456de1 as Button, $267cd022d92c6243$export$60332b2344f7fe41 as Card, $267cd022d92c6243$export$851de33184ecdac4 as CardBody, $267cd022d92c6243$export$e9897d434e0741ee as CardFooter, $267cd022d92c6243$export$5665775b26e26c5d as CardHeader, $267cd022d92c6243$export$474db65c3c394e1c as CardTitle, $3e8792480c5dc036$export$6c415d1fdae3dfdb as CodeBlock, $3e8792480c5dc036$export$7e83364d3e7fd36a as CodeBlockBody, $3e8792480c5dc036$export$1c41328978c69a88 as CodeBlockCode, $3e8792480c5dc036$export$2e9b808b8155db21 as CodeBlockCopyButton, $3e8792480c5dc036$export$2e996d1cfaa94c3d as CodeBlockExpanderButton, $3e8792480c5dc036$export$b351deb59183780 as CodeBlockHeader, $3e8792480c5dc036$export$b5654939a1e891d as CodeBlockTitle, $6a7317e4fdb7be9c$export$6565f9f03506010b as code, $c58b35aa9fcfa4d0$export$2b83d7916142717 as parseMetastring, $3107245668823796$export$47c66070d6d6cd6d as isSupportedLanguage, $3107245668823796$export$dbb82c29aa7faca4 as parseLanguage, $a4274013049f8f7f$export$a274e22fb40f762e as cx, $a54417aeb05f1278$export$e44a253a59704894 as DropdownMenu, $a54417aeb05f1278$export$d2469213b3befba9 as DropdownMenuTrigger, $a54417aeb05f1278$export$6e76d93a37c01248 as DropdownMenuContent, $a54417aeb05f1278$export$ed97964d1871885d as DropdownMenuItem, $a54417aeb05f1278$export$53a69729da201fa9 as DropdownMenuCheckboxItem, $a54417aeb05f1278$export$e4f69b41b1637536 as DropdownMenuRadioItem, $a54417aeb05f1278$export$76e48c5b57f24495 as DropdownMenuLabel, $a54417aeb05f1278$export$da160178fd3bc7e9 as DropdownMenuSeparator, $a54417aeb05f1278$export$b1e098e2962e8df5 as DropdownMenuShortcut, $be9526d49a216cc9$export$7f1bf47c7f50a6aa as InlineCode, $69de6bdb0e8d2083$export$f5b8910cec6cf069 as Input, $1efa43e76774bcf1$export$c5be64db09f93414 as MediaObject, $1efa43e76774bcf1$export$a850f92726a1f836 as MediaObjectMedia, $1efa43e76774bcf1$export$8d93ffc9d5ebcf0c as MediaObjectContent, $66e13ce5ec226639$export$b28585a458fee016 as PasswordInput, $e1568f28b56f66ee$export$5b6b19405a83ff9d as Popover, $e1568f28b56f66ee$export$7dacb05d26466c3 as PopoverTrigger, $e1568f28b56f66ee$export$d7e1f420b25549ff as PopoverContent, $b0b413c594e2809e$export$ef9b1a59e592288f as Select, $b0b413c594e2809e$export$c973a4b3cb86a03d as SelectContent, $b0b413c594e2809e$export$ee25a334c55de1f4 as SelectGroup, $b0b413c594e2809e$export$f67338d29bd972f8 as SelectLabel, $b0b413c594e2809e$export$13ef48a934230896 as SelectItem, $b0b413c594e2809e$export$eba4b1df07cb1d3 as SelectSeparator, $b0b413c594e2809e$export$3ac1e88a1c0b9f1 as SelectTrigger, $b0b413c594e2809e$export$e288731fd71264f0 as SelectValue, $de4859618f6880e3$export$a9bf29f8d87ebbee as Sheet, $de4859618f6880e3$export$8e574df6e3b8d781 as SheetBody, $de4859618f6880e3$export$99d85c8298ee6511 as SheetClose, $de4859618f6880e3$export$fe5ec5b76996e2d3 as SheetContent, $de4859618f6880e3$export$2ee64bd945b80e4a as SheetDescription, $de4859618f6880e3$export$1adeb0155503ee5a as SheetFooter, $de4859618f6880e3$export$de7da2aaa45f2eb5 as SheetHeader, $de4859618f6880e3$export$48dbb295cbd054d8 as SheetOverlay, $de4859618f6880e3$export$721c917f47f6cb as SheetPortal, $de4859618f6880e3$export$4bb009ae36731de9 as SheetTitle, $de4859618f6880e3$export$de69b9b0343a1903 as SheetTrigger, $53866fd1feac4bca$export$8f31e4c4a37b8e9c as Skeleton, $fd75fdf931689c59$export$54ec01a60f47d33d as Table, $fd75fdf931689c59$export$f850895b287ef28e as TableHeader, $fd75fdf931689c59$export$76ccd210b9029917 as TableBody, $fd75fdf931689c59$export$1f116082bba1f9a8 as TableFooter, $fd75fdf931689c59$export$2f4a7be4f0dcc2 as TableHead, $fd75fdf931689c59$export$b05581f4e764e162 as TableRow, $fd75fdf931689c59$export$1e4baea7053fc0e3 as TableCell, $fd75fdf931689c59$export$35468a455d619eb3 as TableCaption, $a6907629e3ef14e9$export$f5c9f3c2c4054eec as TextArea, $dda3493dd750e32f$export$2d1315cd4e7dcc1 as PreventWrongThemeFlash, $dda3493dd750e32f$export$d8964aec282183a3 as ThemeProvider, $dda3493dd750e32f$export$6b08dcdbd4008308 as isTheme, $dda3493dd750e32f$export$1dca76bcd3720cbb as preventWrongThemeFlashScriptContent, $dda3493dd750e32f$export$bca14c5b3b88a9c9 as theme, $dda3493dd750e32f$export$93d4e7f90805808f as useTheme, $dda3493dd750e32f$export$9335dc9d919c3613 as useAppliedTheme, $aae96005fa706805$export$28c660c63b792dea as Tooltip, $aae96005fa706805$export$8c610744efcf8a1d as TooltipTrigger, $aae96005fa706805$export$e9003e2be37ec060 as TooltipContent, $aae96005fa706805$export$f78649fb9ca566b8 as TooltipProvider};
|
|
1563
1542
|
//# sourceMappingURL=index.js.map
|