@bearmenu/ui 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-ERMIA7NP.js → chunk-7PPCH42H.js} +3 -3
- package/dist/{chunk-HLQ2IRE7.js → chunk-BAZFVSSG.js} +3 -3
- package/dist/chunk-D5QHEHXJ.js +26 -0
- package/dist/{chunk-UISA4CIG.js → chunk-N2KNBPAQ.js} +2 -2
- package/dist/{chunk-7H54PTVH.js → chunk-PSR7N36A.js} +38 -10
- package/dist/chunk-RIDXFY6M.js +38 -0
- package/dist/chunk-UUJVXN2O.js +82 -0
- package/dist/chunk-WKMLZDUT.js +122 -0
- package/dist/chunk-XK2ZDQVE.js +122 -0
- package/dist/{chunk-4KOMHDZD.js → chunk-Y5D5LP4A.js} +18 -3
- package/dist/chunk-YJ6OBKZJ.js +32 -0
- package/dist/{chunk-ESO2EM3L.js → chunk-ZBBUKXM5.js} +2 -2
- package/dist/chunk-ZFNOCP6W.js +106 -0
- package/dist/components/accordion.js +11 -5
- package/dist/components/alert-dialog.js +5 -3
- package/dist/components/alert.d.ts +4 -1
- package/dist/components/alert.js +25 -9
- package/dist/components/avatar.d.ts +17 -2
- package/dist/components/avatar.js +91 -12
- package/dist/components/badge.d.ts +1 -1
- package/dist/components/badge.js +1 -1
- package/dist/components/breadcrumb.js +5 -2
- package/dist/components/button-group.d.ts +14 -0
- package/dist/components/button-group.js +39 -0
- package/dist/components/button.d.ts +3 -1
- package/dist/components/button.js +1 -1
- package/dist/components/calendar.js +3 -3
- package/dist/components/card.d.ts +13 -5
- package/dist/components/card.js +2 -2
- package/dist/components/carousel.d.ts +20 -3
- package/dist/components/carousel.js +72 -12
- package/dist/components/checkbox.js +1 -1
- package/dist/components/circular-progress.d.ts +16 -0
- package/dist/components/circular-progress.js +105 -0
- package/dist/components/combobox.d.ts +27 -0
- package/dist/components/combobox.js +102 -0
- package/dist/components/command.d.ts +16 -3
- package/dist/components/command.js +2 -2
- package/dist/components/currency-input.d.ts +1 -0
- package/dist/components/currency-input.js +73 -52
- package/dist/components/date-input.d.ts +10 -0
- package/dist/components/date-input.js +40 -0
- package/dist/components/description-list.d.ts +15 -0
- package/dist/components/description-list.js +67 -0
- package/dist/components/dialog.d.ts +13 -2
- package/dist/components/dialog.js +1 -1
- package/dist/components/drawer.d.ts +5 -2
- package/dist/components/drawer.js +47 -9
- package/dist/components/dropdown-menu.d.ts +7 -2
- package/dist/components/dropdown-menu.js +22 -6
- package/dist/components/empty-state.js +2 -2
- package/dist/components/field.d.ts +22 -0
- package/dist/components/field.js +130 -0
- package/dist/components/form.d.ts +2 -1
- package/dist/components/form.js +11 -1
- package/dist/components/haptic-button.js +3 -3
- package/dist/components/input-group.d.ts +18 -0
- package/dist/components/input-group.js +92 -0
- package/dist/components/input.d.ts +8 -2
- package/dist/components/input.js +1 -1
- package/dist/components/item.d.ts +23 -0
- package/dist/components/item.js +120 -0
- package/dist/components/kbd.d.ts +13 -0
- package/dist/components/kbd.js +49 -0
- package/dist/components/lazy-markdown.d.ts +3 -1
- package/dist/components/lazy-markdown.js +7 -7
- package/dist/components/link-button.js +1 -1
- package/dist/components/multi-select-combobox.js +92 -83
- package/dist/components/multi-select-menu.d.ts +0 -4
- package/dist/components/multi-select-menu.js +28 -17
- package/dist/components/native-select.d.ts +12 -0
- package/dist/components/native-select.js +49 -0
- package/dist/components/pagination.d.ts +5 -2
- package/dist/components/pagination.js +66 -7
- package/dist/components/place-about-tab.js +4 -4
- package/dist/components/place-card.js +1 -1
- package/dist/components/place-details-mobile.js +4 -4
- package/dist/components/popover.d.ts +7 -1
- package/dist/components/popover.js +1 -1
- package/dist/components/progress.d.ts +5 -1
- package/dist/components/progress.js +17 -3
- package/dist/components/radio-group.js +12 -3
- package/dist/components/rating.d.ts +2 -0
- package/dist/components/rating.js +88 -70
- package/dist/components/scroll-fade.d.ts +15 -0
- package/dist/components/scroll-fade.js +116 -0
- package/dist/components/search-bar.d.ts +1 -2
- package/dist/components/search-bar.js +37 -60
- package/dist/components/searchable-select.js +76 -72
- package/dist/components/select.d.ts +5 -1
- package/dist/components/select.js +30 -14
- package/dist/components/selection-bar.d.ts +11 -0
- package/dist/components/selection-bar.js +65 -0
- package/dist/components/separator.js +3 -2
- package/dist/components/sheet.d.ts +1 -1
- package/dist/components/sheet.js +1 -1
- package/dist/components/skeleton-card.js +1 -1
- package/dist/components/skeleton.js +1 -1
- package/dist/components/slider.js +21 -4
- package/dist/components/sliding-panels.js +9 -6
- package/dist/components/spinner.d.ts +17 -0
- package/dist/components/spinner.js +50 -0
- package/dist/components/stepper.d.ts +18 -0
- package/dist/components/stepper.js +199 -0
- package/dist/components/switch.js +4 -3
- package/dist/components/table.d.ts +23 -5
- package/dist/components/table.js +121 -35
- package/dist/components/tabs.d.ts +3 -1
- package/dist/components/tabs.js +37 -9
- package/dist/components/tag-group.d.ts +9 -0
- package/dist/components/tag-group.js +26 -0
- package/dist/components/tag.d.ts +17 -0
- package/dist/components/tag.js +61 -0
- package/dist/components/text.d.ts +1 -1
- package/dist/components/text.js +1 -1
- package/dist/components/textarea.js +2 -1
- package/dist/components/toast.js +1 -1
- package/dist/components/toaster.js +1 -1
- package/dist/components/toggle-group.js +1 -1
- package/dist/components/toggle.js +1 -1
- package/dist/components/tooltip.d.ts +3 -2
- package/dist/components/tooltip.js +16 -2
- package/package.json +45 -26
- package/src/components/accordion.tsx +11 -6
- package/src/components/alert-dialog.tsx +4 -2
- package/src/components/alert.tsx +20 -8
- package/src/components/avatar.tsx +106 -13
- package/src/components/badge.tsx +12 -11
- package/src/components/breadcrumb.tsx +5 -2
- package/src/components/button-group.stories.tsx +52 -0
- package/src/components/button-group.tsx +40 -0
- package/src/components/button.test.tsx +174 -0
- package/src/components/button.tsx +42 -19
- package/src/components/calendar.tsx +2 -2
- package/src/components/card.tsx +55 -13
- package/src/components/carousel.tsx +85 -13
- package/src/components/checkbox.test.tsx +58 -0
- package/src/components/checkbox.tsx +8 -3
- package/src/components/circular-progress.stories.tsx +39 -0
- package/src/components/circular-progress.tsx +102 -0
- package/src/components/collapsible.stories.tsx +7 -3
- package/src/components/combobox.stories.tsx +82 -0
- package/src/components/combobox.test.tsx +118 -0
- package/src/components/combobox.tsx +136 -0
- package/src/components/command.test.tsx +91 -0
- package/src/components/command.tsx +38 -15
- package/src/components/currency-input.test.tsx +63 -0
- package/src/components/currency-input.tsx +84 -66
- package/src/components/date-input.stories.tsx +31 -0
- package/src/components/date-input.tsx +43 -0
- package/src/components/description-list.stories.tsx +62 -0
- package/src/components/description-list.tsx +68 -0
- package/src/components/dialog.test.tsx +84 -0
- package/src/components/dialog.tsx +64 -24
- package/src/components/drawer.tsx +72 -23
- package/src/components/dropdown-menu.test.tsx +180 -0
- package/src/components/dropdown-menu.tsx +31 -6
- package/src/components/field.stories.tsx +36 -0
- package/src/components/field.test.tsx +157 -0
- package/src/components/field.tsx +146 -0
- package/src/components/form.stories.tsx +3 -2
- package/src/components/form.test.tsx +95 -0
- package/src/components/form.tsx +9 -0
- package/src/components/haptic-button.tsx +1 -1
- package/src/components/input-group.stories.tsx +61 -0
- package/src/components/input-group.tsx +99 -0
- package/src/components/input.test.tsx +103 -0
- package/src/components/input.tsx +24 -7
- package/src/components/item.stories.tsx +52 -0
- package/src/components/item.tsx +115 -0
- package/src/components/kbd.stories.tsx +33 -0
- package/src/components/kbd.tsx +46 -0
- package/src/components/lazy-markdown.tsx +10 -7
- package/src/components/multi-select-combobox.test.tsx +101 -0
- package/src/components/multi-select-combobox.tsx +85 -82
- package/src/components/multi-select-menu.tsx +49 -41
- package/src/components/native-select.stories.tsx +52 -0
- package/src/components/native-select.tsx +45 -0
- package/src/components/pagination.tsx +64 -5
- package/src/components/popover.tsx +66 -3
- package/src/components/progress.tsx +27 -4
- package/src/components/radio-group.test.tsx +64 -0
- package/src/components/radio-group.tsx +11 -3
- package/src/components/rating.test.tsx +112 -0
- package/src/components/rating.tsx +97 -82
- package/src/components/scroll-fade.stories.tsx +98 -0
- package/src/components/scroll-fade.tsx +127 -0
- package/src/components/search-bar.stories.tsx +1 -32
- package/src/components/search-bar.tsx +22 -59
- package/src/components/searchable-select.tsx +69 -73
- package/src/components/select.tsx +34 -19
- package/src/components/selection-bar.stories.tsx +37 -0
- package/src/components/selection-bar.tsx +65 -0
- package/src/components/separator.tsx +5 -2
- package/src/components/sheet.tsx +1 -1
- package/src/components/skeleton.tsx +2 -2
- package/src/components/slider.test.tsx +45 -0
- package/src/components/slider.tsx +31 -12
- package/src/components/sliding-panels.tsx +8 -5
- package/src/components/spinner.stories.tsx +35 -0
- package/src/components/spinner.tsx +50 -0
- package/src/components/stepper.stories.tsx +71 -0
- package/src/components/stepper.tsx +220 -0
- package/src/components/switch.test.tsx +52 -0
- package/src/components/switch.tsx +4 -3
- package/src/components/table.tsx +140 -35
- package/src/components/tabs.test.tsx +107 -0
- package/src/components/tabs.tsx +70 -23
- package/src/components/tag-group.stories.tsx +39 -0
- package/src/components/tag-group.tsx +28 -0
- package/src/components/tag.stories.tsx +50 -0
- package/src/components/tag.tsx +63 -0
- package/src/components/text.test.tsx +1 -1
- package/src/components/text.tsx +19 -3
- package/src/components/textarea.test.tsx +48 -0
- package/src/components/textarea.tsx +2 -1
- package/src/components/toast.tsx +4 -3
- package/src/components/toggle.tsx +2 -2
- package/src/components/tooltip.tsx +12 -2
- package/src/globals.css +126 -90
- package/dist/chunk-2BMJRXQX.js +0 -80
- package/dist/chunk-4AVS6CV4.js +0 -89
- package/dist/chunk-4UO73SKC.js +0 -26
- package/dist/chunk-CW24PLDW.js +0 -24
- package/dist/chunk-IQASCH2V.js +0 -25
- package/dist/chunk-NKHH23YK.js +0 -31
- package/dist/chunk-QJ54Z7TC.js +0 -83
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { cn } from '../chunk-FEK5XGZW.js';
|
|
2
|
+
import { __objRest, __spreadProps, __spreadValues } from '../chunk-3GWWZKX7.js';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
5
|
+
|
|
6
|
+
var fromMap = {
|
|
7
|
+
background: "from-background",
|
|
8
|
+
card: "from-card",
|
|
9
|
+
muted: "from-muted"
|
|
10
|
+
};
|
|
11
|
+
var sizeMap = {
|
|
12
|
+
vertical: { sm: "h-6", md: "h-12", lg: "h-20" },
|
|
13
|
+
horizontal: { sm: "w-8", md: "w-16", lg: "w-28" }
|
|
14
|
+
};
|
|
15
|
+
var ScrollFade = React.forwardRef(
|
|
16
|
+
(_a, ref) => {
|
|
17
|
+
var _b = _a, {
|
|
18
|
+
orientation = "vertical",
|
|
19
|
+
fadeColor = "background",
|
|
20
|
+
size = "md",
|
|
21
|
+
className,
|
|
22
|
+
scrollClassName,
|
|
23
|
+
children
|
|
24
|
+
} = _b, props = __objRest(_b, [
|
|
25
|
+
"orientation",
|
|
26
|
+
"fadeColor",
|
|
27
|
+
"size",
|
|
28
|
+
"className",
|
|
29
|
+
"scrollClassName",
|
|
30
|
+
"children"
|
|
31
|
+
]);
|
|
32
|
+
const innerRef = React.useRef(null);
|
|
33
|
+
React.useImperativeHandle(ref, () => innerRef.current);
|
|
34
|
+
const [atStart, setAtStart] = React.useState(true);
|
|
35
|
+
const [atEnd, setAtEnd] = React.useState(true);
|
|
36
|
+
const update = React.useCallback(() => {
|
|
37
|
+
const el = innerRef.current;
|
|
38
|
+
if (!el) return;
|
|
39
|
+
if (orientation === "vertical") {
|
|
40
|
+
const overflow = el.scrollHeight - el.clientHeight;
|
|
41
|
+
setAtStart(el.scrollTop <= 1);
|
|
42
|
+
setAtEnd(overflow <= 1 || el.scrollTop >= overflow - 1);
|
|
43
|
+
} else {
|
|
44
|
+
const overflow = el.scrollWidth - el.clientWidth;
|
|
45
|
+
setAtStart(el.scrollLeft <= 1);
|
|
46
|
+
setAtEnd(overflow <= 1 || el.scrollLeft >= overflow - 1);
|
|
47
|
+
}
|
|
48
|
+
}, [orientation]);
|
|
49
|
+
React.useEffect(() => {
|
|
50
|
+
const el = innerRef.current;
|
|
51
|
+
if (!el) return;
|
|
52
|
+
update();
|
|
53
|
+
el.addEventListener("scroll", update, { passive: true });
|
|
54
|
+
const ro = new ResizeObserver(update);
|
|
55
|
+
ro.observe(el);
|
|
56
|
+
return () => {
|
|
57
|
+
el.removeEventListener("scroll", update);
|
|
58
|
+
ro.disconnect();
|
|
59
|
+
};
|
|
60
|
+
}, [update]);
|
|
61
|
+
const fromClass = fromMap[fadeColor];
|
|
62
|
+
const fadeSize = sizeMap[orientation][size];
|
|
63
|
+
return /* @__PURE__ */ jsxs(
|
|
64
|
+
"div",
|
|
65
|
+
{
|
|
66
|
+
className: cn(
|
|
67
|
+
"relative isolate flex",
|
|
68
|
+
orientation === "vertical" ? "flex-col" : "flex-row",
|
|
69
|
+
className
|
|
70
|
+
),
|
|
71
|
+
children: [
|
|
72
|
+
/* @__PURE__ */ jsx(
|
|
73
|
+
"div",
|
|
74
|
+
__spreadProps(__spreadValues({
|
|
75
|
+
ref: innerRef,
|
|
76
|
+
className: cn(
|
|
77
|
+
"min-h-0 min-w-0 flex-1",
|
|
78
|
+
orientation === "vertical" ? "overflow-y-auto" : "overflow-x-auto",
|
|
79
|
+
scrollClassName
|
|
80
|
+
)
|
|
81
|
+
}, props), {
|
|
82
|
+
children
|
|
83
|
+
})
|
|
84
|
+
),
|
|
85
|
+
/* @__PURE__ */ jsx(
|
|
86
|
+
"div",
|
|
87
|
+
{
|
|
88
|
+
"aria-hidden": true,
|
|
89
|
+
className: cn(
|
|
90
|
+
"pointer-events-none absolute z-10 transition-opacity duration-300",
|
|
91
|
+
orientation === "vertical" ? `inset-x-0 top-0 ${fadeSize} bg-gradient-to-b` : `inset-y-0 left-0 ${fadeSize} bg-gradient-to-r`,
|
|
92
|
+
fromClass,
|
|
93
|
+
atStart ? "opacity-0" : "opacity-100"
|
|
94
|
+
)
|
|
95
|
+
}
|
|
96
|
+
),
|
|
97
|
+
/* @__PURE__ */ jsx(
|
|
98
|
+
"div",
|
|
99
|
+
{
|
|
100
|
+
"aria-hidden": true,
|
|
101
|
+
className: cn(
|
|
102
|
+
"pointer-events-none absolute z-10 transition-opacity duration-300",
|
|
103
|
+
orientation === "vertical" ? `inset-x-0 bottom-0 ${fadeSize} bg-gradient-to-t` : `inset-y-0 right-0 ${fadeSize} bg-gradient-to-l`,
|
|
104
|
+
fromClass,
|
|
105
|
+
atEnd ? "opacity-0" : "opacity-100"
|
|
106
|
+
)
|
|
107
|
+
}
|
|
108
|
+
)
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
);
|
|
114
|
+
ScrollFade.displayName = "ScrollFade";
|
|
115
|
+
|
|
116
|
+
export { ScrollFade };
|
|
@@ -10,8 +10,7 @@ interface SearchBarProps {
|
|
|
10
10
|
autoFocus?: boolean;
|
|
11
11
|
inputAriaLabel?: string;
|
|
12
12
|
size?: "default" | "compact";
|
|
13
|
-
variant?: "primary" | "secondary" | "editorial";
|
|
14
13
|
}
|
|
15
|
-
declare function SearchBar({ placeholder, value, onChange, isSearching, className, inputClassName, autoFocus, inputAriaLabel, size,
|
|
14
|
+
declare function SearchBar({ placeholder, value, onChange, isSearching, className, inputClassName, autoFocus, inputAriaLabel, size, }: SearchBarProps): react_jsx_runtime.JSX.Element;
|
|
16
15
|
|
|
17
16
|
export { SearchBar };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { Card } from '../chunk-QJ54Z7TC.js';
|
|
2
|
-
import '../chunk-4KOMHDZD.js';
|
|
3
1
|
import { cn } from '../chunk-FEK5XGZW.js';
|
|
4
2
|
import '../chunk-3GWWZKX7.js';
|
|
5
3
|
import { Search, Loader2 } from 'lucide-react';
|
|
@@ -14,79 +12,58 @@ function SearchBar({
|
|
|
14
12
|
inputClassName,
|
|
15
13
|
autoFocus = false,
|
|
16
14
|
inputAriaLabel,
|
|
17
|
-
size = "default"
|
|
18
|
-
variant = "editorial"
|
|
15
|
+
size = "default"
|
|
19
16
|
}) {
|
|
20
17
|
const handleInputChange = (e) => {
|
|
21
|
-
|
|
22
|
-
onChange == null ? void 0 : onChange(newValue);
|
|
18
|
+
onChange == null ? void 0 : onChange(e.target.value);
|
|
23
19
|
};
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
return /* @__PURE__ */ jsx(Wrapper, { className: wrapperClassName, children: /* @__PURE__ */ jsxs("div", { className: "flex items-center relative", children: [
|
|
35
|
-
/* @__PURE__ */ jsx(
|
|
36
|
-
"div",
|
|
37
|
-
{
|
|
38
|
-
className: cn(
|
|
39
|
-
"absolute top-1/2 z-10 -translate-y-1/2",
|
|
40
|
-
size === "compact" ? "left-3.5" : "left-4"
|
|
41
|
-
),
|
|
42
|
-
children: /* @__PURE__ */ jsx(
|
|
20
|
+
return /* @__PURE__ */ jsx(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
className: cn(
|
|
24
|
+
"flex w-full items-center rounded-[14px] border border-border bg-surface transition-colors focus-within:border-primary",
|
|
25
|
+
size === "compact" ? "h-10" : "h-12",
|
|
26
|
+
className
|
|
27
|
+
),
|
|
28
|
+
children: /* @__PURE__ */ jsxs("div", { className: "relative flex w-full items-center", children: [
|
|
29
|
+
/* @__PURE__ */ jsx(
|
|
43
30
|
Search,
|
|
44
31
|
{
|
|
45
32
|
className: cn(
|
|
46
|
-
|
|
47
|
-
size === "compact" ? "h-3.5 w-3.5" : "h-4 w-4"
|
|
33
|
+
"pointer-events-none absolute top-1/2 z-10 -translate-y-1/2 text-muted-foreground",
|
|
34
|
+
size === "compact" ? "left-3.5 h-3.5 w-3.5" : "left-4 h-4 w-4"
|
|
35
|
+
)
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx(
|
|
39
|
+
"input",
|
|
40
|
+
{
|
|
41
|
+
type: "text",
|
|
42
|
+
placeholder,
|
|
43
|
+
value,
|
|
44
|
+
onChange: handleInputChange,
|
|
45
|
+
autoFocus,
|
|
46
|
+
"aria-label": inputAriaLabel != null ? inputAriaLabel : placeholder,
|
|
47
|
+
className: cn(
|
|
48
|
+
"w-full border-0 bg-transparent text-foreground placeholder:text-muted-foreground focus:outline-none focus-visible:outline-none",
|
|
49
|
+
size === "compact" ? "rounded-lg py-2.5 pl-9 pr-3 text-base placeholder:text-base md:text-sm md:placeholder:text-sm" : "rounded-[14px] py-3 pl-10 pr-4 text-base placeholder:text-base md:text-[14px] md:placeholder:text-[14px]",
|
|
50
|
+
inputClassName
|
|
48
51
|
)
|
|
49
52
|
}
|
|
50
|
-
)
|
|
51
|
-
}
|
|
52
|
-
),
|
|
53
|
-
/* @__PURE__ */ jsx(
|
|
54
|
-
"input",
|
|
55
|
-
{
|
|
56
|
-
type: "text",
|
|
57
|
-
placeholder,
|
|
58
|
-
value,
|
|
59
|
-
onChange: handleInputChange,
|
|
60
|
-
autoFocus,
|
|
61
|
-
"aria-label": inputAriaLabel != null ? inputAriaLabel : placeholder,
|
|
62
|
-
className: cn(
|
|
63
|
-
"w-full bg-transparent border-0 focus:outline-none focus-visible:outline-none",
|
|
64
|
-
size === "compact" ? "pl-9 pr-3 py-2.5 text-sm placeholder:text-sm rounded-lg" : "pl-10 pr-4 py-3 text-[14px] placeholder:text-[14px] rounded-[14px]",
|
|
65
|
-
variant === "editorial" ? "text-foreground placeholder:text-muted-foreground" : variant === "primary" ? "!text-primary placeholder:text-primary/60" : "!text-primary-foreground placeholder:text-primary-foreground/60",
|
|
66
|
-
inputClassName
|
|
67
|
-
)
|
|
68
|
-
}
|
|
69
|
-
),
|
|
70
|
-
isSearching && /* @__PURE__ */ jsx(
|
|
71
|
-
"div",
|
|
72
|
-
{
|
|
73
|
-
className: cn(
|
|
74
|
-
"absolute top-1/2 -translate-y-1/2",
|
|
75
|
-
size === "compact" ? "right-3.5" : "right-4"
|
|
76
53
|
),
|
|
77
|
-
|
|
54
|
+
isSearching && /* @__PURE__ */ jsx(
|
|
78
55
|
Loader2,
|
|
79
56
|
{
|
|
57
|
+
"aria-hidden": true,
|
|
80
58
|
className: cn(
|
|
81
|
-
"animate-spin",
|
|
82
|
-
|
|
83
|
-
size === "compact" ? "h-3.5 w-3.5" : "h-4 w-4"
|
|
59
|
+
"absolute top-1/2 -translate-y-1/2 animate-spin text-muted-foreground",
|
|
60
|
+
size === "compact" ? "right-3.5 h-3.5 w-3.5" : "right-4 h-4 w-4"
|
|
84
61
|
)
|
|
85
62
|
}
|
|
86
63
|
)
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
64
|
+
] })
|
|
65
|
+
}
|
|
66
|
+
);
|
|
90
67
|
}
|
|
91
68
|
|
|
92
69
|
export { SearchBar };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Popover, PopoverTrigger, PopoverContent } from '../chunk-
|
|
2
|
-
import { Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import { Button } from '../chunk-
|
|
1
|
+
import { Popover, PopoverTrigger, PopoverContent } from '../chunk-UUJVXN2O.js';
|
|
2
|
+
import { Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem } from '../chunk-PSR7N36A.js';
|
|
3
|
+
import '../chunk-WKMLZDUT.js';
|
|
4
|
+
import { Button } from '../chunk-ZFNOCP6W.js';
|
|
5
5
|
import '../chunk-R47NEOSI.js';
|
|
6
6
|
import { cn } from '../chunk-FEK5XGZW.js';
|
|
7
7
|
import '../chunk-3GWWZKX7.js';
|
|
8
8
|
import * as React from 'react';
|
|
9
|
-
import {
|
|
9
|
+
import { ChevronsUpDown, Check, X } from 'lucide-react';
|
|
10
10
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
11
11
|
|
|
12
12
|
function SearchableSelect({
|
|
@@ -22,82 +22,86 @@ function SearchableSelect({
|
|
|
22
22
|
onSearchChange
|
|
23
23
|
}) {
|
|
24
24
|
const [open, setOpen] = React.useState(false);
|
|
25
|
+
const listboxId = React.useId();
|
|
25
26
|
const selectedOption = options.find((opt) => opt.value === value);
|
|
26
27
|
const displayLabel = (selectedOption == null ? void 0 : selectedOption.label) || (value ? value : void 0);
|
|
27
28
|
const handleSelect = (selectedValue) => {
|
|
28
29
|
onValueChange(selectedValue === value ? void 0 : selectedValue);
|
|
29
30
|
setOpen(false);
|
|
30
31
|
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
32
|
+
return /* @__PURE__ */ jsxs("div", { className: cn("relative", className), children: [
|
|
33
|
+
/* @__PURE__ */ jsxs(Popover, { open, onOpenChange: setOpen, children: [
|
|
34
|
+
/* @__PURE__ */ jsx(PopoverTrigger, { asChild: true, children: /* @__PURE__ */ jsxs(
|
|
35
|
+
Button,
|
|
36
|
+
{
|
|
37
|
+
variant: "outline",
|
|
38
|
+
role: "combobox",
|
|
39
|
+
"aria-expanded": open,
|
|
40
|
+
"aria-haspopup": "listbox",
|
|
41
|
+
"aria-controls": open ? listboxId : void 0,
|
|
42
|
+
className: cn(
|
|
43
|
+
"w-full justify-between font-normal",
|
|
44
|
+
value && "pr-16",
|
|
45
|
+
!value && "text-muted-foreground"
|
|
46
|
+
),
|
|
47
|
+
disabled,
|
|
48
|
+
children: [
|
|
49
|
+
/* @__PURE__ */ jsx("span", { className: "truncate", children: displayLabel || placeholder }),
|
|
50
|
+
/* @__PURE__ */ jsx(ChevronsUpDown, { className: "size-4 shrink-0 opacity-50" })
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
) }),
|
|
54
|
+
/* @__PURE__ */ jsx(
|
|
55
|
+
PopoverContent,
|
|
56
|
+
{
|
|
57
|
+
id: listboxId,
|
|
58
|
+
className: "w-[var(--radix-popover-trigger-width)] p-0",
|
|
59
|
+
align: "start",
|
|
60
|
+
children: /* @__PURE__ */ jsxs(Command, { shouldFilter: !onSearchChange, children: [
|
|
61
|
+
/* @__PURE__ */ jsx(CommandInput, { placeholder: searchPlaceholder, onValueChange: onSearchChange }),
|
|
62
|
+
/* @__PURE__ */ jsxs(CommandList, { children: [
|
|
63
|
+
/* @__PURE__ */ jsx(CommandEmpty, { children: loading ? "Loading\u2026" : emptyText }),
|
|
64
|
+
/* @__PURE__ */ jsx(CommandGroup, { children: options.map((option) => /* @__PURE__ */ jsxs(
|
|
65
|
+
CommandItem,
|
|
66
|
+
{
|
|
67
|
+
value: option.value,
|
|
68
|
+
onSelect: () => handleSelect(option.value),
|
|
69
|
+
children: [
|
|
70
|
+
/* @__PURE__ */ jsx(
|
|
71
|
+
Check,
|
|
72
|
+
{
|
|
73
|
+
className: cn(
|
|
74
|
+
"mr-2 size-4",
|
|
75
|
+
value === option.value ? "opacity-100" : "opacity-0"
|
|
76
|
+
)
|
|
77
|
+
}
|
|
78
|
+
),
|
|
79
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col", children: [
|
|
80
|
+
/* @__PURE__ */ jsx("span", { children: option.label }),
|
|
81
|
+
option.description && /* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground", children: option.description })
|
|
82
|
+
] })
|
|
83
|
+
]
|
|
63
84
|
},
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
)
|
|
67
|
-
/* @__PURE__ */ jsx(ChevronsUpDown, { className: "h-4 w-4 shrink-0 opacity-50" })
|
|
85
|
+
option.value
|
|
86
|
+
)) })
|
|
87
|
+
] })
|
|
68
88
|
] })
|
|
69
|
-
|
|
89
|
+
}
|
|
90
|
+
)
|
|
91
|
+
] }),
|
|
92
|
+
value && !disabled && /* @__PURE__ */ jsx(
|
|
93
|
+
"button",
|
|
94
|
+
{
|
|
95
|
+
type: "button",
|
|
96
|
+
"aria-label": "Clear selection",
|
|
97
|
+
onClick: (e) => {
|
|
98
|
+
e.stopPropagation();
|
|
99
|
+
onValueChange(void 0);
|
|
100
|
+
},
|
|
101
|
+
className: "absolute right-9 top-1/2 -translate-y-1/2 inline-flex size-6 items-center justify-center rounded-full text-muted-foreground hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 transition-colors",
|
|
102
|
+
children: /* @__PURE__ */ jsx(X, { className: "size-3.5" })
|
|
70
103
|
}
|
|
71
|
-
)
|
|
72
|
-
/* @__PURE__ */ jsx(PopoverContent, { className: "w-full p-0", align: "start", children: /* @__PURE__ */ jsxs(Command, { shouldFilter: !onSearchChange, children: [
|
|
73
|
-
/* @__PURE__ */ jsx(CommandInput, { placeholder: searchPlaceholder, onValueChange: onSearchChange }),
|
|
74
|
-
/* @__PURE__ */ jsxs(CommandList, { children: [
|
|
75
|
-
/* @__PURE__ */ jsx(CommandEmpty, { children: loading ? "Loading..." : emptyText }),
|
|
76
|
-
/* @__PURE__ */ jsx(CommandGroup, { children: options.map((option) => /* @__PURE__ */ jsxs(
|
|
77
|
-
CommandItem,
|
|
78
|
-
{
|
|
79
|
-
value: option.value,
|
|
80
|
-
onSelect: () => handleSelect(option.value),
|
|
81
|
-
children: [
|
|
82
|
-
/* @__PURE__ */ jsx(
|
|
83
|
-
Check,
|
|
84
|
-
{
|
|
85
|
-
className: cn(
|
|
86
|
-
"mr-2 h-4 w-4",
|
|
87
|
-
value === option.value ? "opacity-100" : "opacity-0"
|
|
88
|
-
)
|
|
89
|
-
}
|
|
90
|
-
),
|
|
91
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col", children: [
|
|
92
|
-
/* @__PURE__ */ jsx("span", { children: option.label }),
|
|
93
|
-
option.description && /* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground", children: option.description })
|
|
94
|
-
] })
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
|
-
option.value
|
|
98
|
-
)) })
|
|
99
|
-
] })
|
|
100
|
-
] }) })
|
|
104
|
+
)
|
|
101
105
|
] });
|
|
102
106
|
}
|
|
103
107
|
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
3
5
|
|
|
4
6
|
declare const Select: React.FC<SelectPrimitive.SelectProps>;
|
|
5
7
|
declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
8
|
declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
|
|
7
|
-
declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> &
|
|
9
|
+
declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
10
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
8
12
|
declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
13
|
declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
14
|
declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2,26 +2,40 @@ import { cn } from '../chunk-FEK5XGZW.js';
|
|
|
2
2
|
import { __objRest, __spreadProps, __spreadValues } from '../chunk-3GWWZKX7.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
5
|
+
import { cva } from 'class-variance-authority';
|
|
5
6
|
import { ChevronDown, ChevronUp, Check } from 'lucide-react';
|
|
6
7
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
7
8
|
|
|
8
9
|
var Select = SelectPrimitive.Root;
|
|
9
10
|
var SelectGroup = SelectPrimitive.Group;
|
|
10
11
|
var SelectValue = SelectPrimitive.Value;
|
|
12
|
+
var selectTriggerVariants = cva(
|
|
13
|
+
"flex w-full items-center justify-between rounded-xl bg-background border border-border text-sm font-medium text-foreground transition-colors focus:outline-none focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[placeholder]:text-muted-foreground [&>span]:line-clamp-1 hover:border-foreground/30 aria-invalid:border-destructive aria-invalid:focus-visible:ring-destructive/40",
|
|
14
|
+
{
|
|
15
|
+
variants: {
|
|
16
|
+
size: {
|
|
17
|
+
sm: "h-9 px-3",
|
|
18
|
+
default: "h-11 px-4 py-2",
|
|
19
|
+
lg: "h-12 px-5"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
defaultVariants: {
|
|
23
|
+
size: "default"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
);
|
|
11
27
|
var SelectTrigger = React.forwardRef((_a, ref) => {
|
|
12
|
-
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
28
|
+
var _b = _a, { className, size, children } = _b, props = __objRest(_b, ["className", "size", "children"]);
|
|
13
29
|
return /* @__PURE__ */ jsxs(
|
|
14
30
|
SelectPrimitive.Trigger,
|
|
15
31
|
__spreadProps(__spreadValues({
|
|
16
32
|
ref,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
className
|
|
20
|
-
)
|
|
33
|
+
"data-slot": "select-trigger",
|
|
34
|
+
className: cn(selectTriggerVariants({ size }), className)
|
|
21
35
|
}, props), {
|
|
22
36
|
children: [
|
|
23
37
|
children,
|
|
24
|
-
/* @__PURE__ */ jsx(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx(ChevronDown, { className: "
|
|
38
|
+
/* @__PURE__ */ jsx(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx(ChevronDown, { className: "size-4 opacity-60" }) })
|
|
25
39
|
]
|
|
26
40
|
})
|
|
27
41
|
);
|
|
@@ -35,7 +49,7 @@ var SelectScrollUpButton = React.forwardRef((_a, ref) => {
|
|
|
35
49
|
ref,
|
|
36
50
|
className: cn("flex cursor-default items-center justify-center py-1", className)
|
|
37
51
|
}, props), {
|
|
38
|
-
children: /* @__PURE__ */ jsx(ChevronUp, { className: "
|
|
52
|
+
children: /* @__PURE__ */ jsx(ChevronUp, { className: "size-4" })
|
|
39
53
|
})
|
|
40
54
|
);
|
|
41
55
|
});
|
|
@@ -48,7 +62,7 @@ var SelectScrollDownButton = React.forwardRef((_a, ref) => {
|
|
|
48
62
|
ref,
|
|
49
63
|
className: cn("flex cursor-default items-center justify-center py-1", className)
|
|
50
64
|
}, props), {
|
|
51
|
-
children: /* @__PURE__ */ jsx(ChevronDown, { className: "
|
|
65
|
+
children: /* @__PURE__ */ jsx(ChevronDown, { className: "size-4" })
|
|
52
66
|
})
|
|
53
67
|
);
|
|
54
68
|
});
|
|
@@ -59,8 +73,9 @@ var SelectContent = React.forwardRef((_a, ref) => {
|
|
|
59
73
|
SelectPrimitive.Content,
|
|
60
74
|
__spreadProps(__spreadValues({
|
|
61
75
|
ref,
|
|
76
|
+
"data-slot": "select-content",
|
|
62
77
|
className: cn(
|
|
63
|
-
"relative z-50 max-h-96 min-w-
|
|
78
|
+
"relative z-50 max-h-96 min-w-32 overflow-hidden rounded-xl border border-border bg-popover text-popover-foreground shadow-lg 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",
|
|
64
79
|
position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
65
80
|
className
|
|
66
81
|
),
|
|
@@ -72,7 +87,7 @@ var SelectContent = React.forwardRef((_a, ref) => {
|
|
|
72
87
|
SelectPrimitive.Viewport,
|
|
73
88
|
{
|
|
74
89
|
className: cn(
|
|
75
|
-
"p-1 flex flex-col gap-
|
|
90
|
+
"p-1 flex flex-col gap-0.5",
|
|
76
91
|
position === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
|
|
77
92
|
),
|
|
78
93
|
children
|
|
@@ -90,7 +105,7 @@ var SelectLabel = React.forwardRef((_a, ref) => {
|
|
|
90
105
|
SelectPrimitive.Label,
|
|
91
106
|
__spreadValues({
|
|
92
107
|
ref,
|
|
93
|
-
className: cn("py-1.5 pl-8 pr-2 text-
|
|
108
|
+
className: cn("py-1.5 pl-8 pr-2 text-xs font-semibold text-muted-foreground", className)
|
|
94
109
|
}, props)
|
|
95
110
|
);
|
|
96
111
|
});
|
|
@@ -101,13 +116,14 @@ var SelectItem = React.forwardRef((_a, ref) => {
|
|
|
101
116
|
SelectPrimitive.Item,
|
|
102
117
|
__spreadProps(__spreadValues({
|
|
103
118
|
ref,
|
|
119
|
+
"data-slot": "select-item",
|
|
104
120
|
className: cn(
|
|
105
|
-
"relative flex w-full cursor-default select-none items-center rounded-
|
|
121
|
+
"relative flex w-full cursor-default select-none items-center rounded-md py-2 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground data-[state=checked]:font-medium",
|
|
106
122
|
className
|
|
107
123
|
)
|
|
108
124
|
}, props), {
|
|
109
125
|
children: [
|
|
110
|
-
/* @__PURE__ */ jsx("span", { className: "absolute left-2 flex
|
|
126
|
+
/* @__PURE__ */ jsx("span", { className: "absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(Check, { className: "size-4" }) }) }),
|
|
111
127
|
/* @__PURE__ */ jsx(SelectPrimitive.ItemText, { children })
|
|
112
128
|
]
|
|
113
129
|
})
|
|
@@ -120,7 +136,7 @@ var SelectSeparator = React.forwardRef((_a, ref) => {
|
|
|
120
136
|
SelectPrimitive.Separator,
|
|
121
137
|
__spreadValues({
|
|
122
138
|
ref,
|
|
123
|
-
className: cn("-mx-1 my-1 h-px bg-
|
|
139
|
+
className: cn("-mx-1 my-1 h-px bg-border", className)
|
|
124
140
|
}, props)
|
|
125
141
|
);
|
|
126
142
|
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
declare const SelectionBar: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
|
|
4
|
+
count: number;
|
|
5
|
+
/** Hide bar when count is 0. Defaults to true. */
|
|
6
|
+
hideWhenEmpty?: boolean;
|
|
7
|
+
onClear?: () => void;
|
|
8
|
+
itemNoun?: string;
|
|
9
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
|
|
11
|
+
export { SelectionBar };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { cn } from '../chunk-FEK5XGZW.js';
|
|
2
|
+
import { __objRest, __spreadProps, __spreadValues } from '../chunk-3GWWZKX7.js';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { X } from 'lucide-react';
|
|
5
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
|
+
|
|
7
|
+
var SelectionBar = React.forwardRef(
|
|
8
|
+
(_a, ref) => {
|
|
9
|
+
var _b = _a, {
|
|
10
|
+
className,
|
|
11
|
+
count,
|
|
12
|
+
hideWhenEmpty = true,
|
|
13
|
+
onClear,
|
|
14
|
+
itemNoun = "item",
|
|
15
|
+
children
|
|
16
|
+
} = _b, props = __objRest(_b, [
|
|
17
|
+
"className",
|
|
18
|
+
"count",
|
|
19
|
+
"hideWhenEmpty",
|
|
20
|
+
"onClear",
|
|
21
|
+
"itemNoun",
|
|
22
|
+
"children"
|
|
23
|
+
]);
|
|
24
|
+
if (hideWhenEmpty && count <= 0) return null;
|
|
25
|
+
const noun = count === 1 ? itemNoun : `${itemNoun}s`;
|
|
26
|
+
return /* @__PURE__ */ jsxs(
|
|
27
|
+
"div",
|
|
28
|
+
__spreadProps(__spreadValues({
|
|
29
|
+
ref,
|
|
30
|
+
role: "region",
|
|
31
|
+
"aria-label": `${count} ${noun} selected`,
|
|
32
|
+
"data-slot": "selection-bar",
|
|
33
|
+
className: cn(
|
|
34
|
+
"flex w-full items-center gap-3 rounded-2xl border border-border bg-card px-4 py-3 shadow-lg",
|
|
35
|
+
className
|
|
36
|
+
)
|
|
37
|
+
}, props), {
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 text-sm font-medium text-foreground", children: [
|
|
40
|
+
onClear && /* @__PURE__ */ jsx(
|
|
41
|
+
"button",
|
|
42
|
+
{
|
|
43
|
+
type: "button",
|
|
44
|
+
"aria-label": "Clear selection",
|
|
45
|
+
onClick: onClear,
|
|
46
|
+
className: "inline-flex size-6 items-center justify-center rounded-full text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
47
|
+
children: /* @__PURE__ */ jsx(X, { className: "size-4" })
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ jsxs("span", { "aria-live": "polite", children: [
|
|
51
|
+
count,
|
|
52
|
+
" ",
|
|
53
|
+
noun,
|
|
54
|
+
" selected"
|
|
55
|
+
] })
|
|
56
|
+
] }),
|
|
57
|
+
children && /* @__PURE__ */ jsx("div", { className: "ml-auto flex items-center gap-2", children })
|
|
58
|
+
]
|
|
59
|
+
})
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
);
|
|
63
|
+
SelectionBar.displayName = "SelectionBar";
|
|
64
|
+
|
|
65
|
+
export { SelectionBar };
|
|
@@ -10,11 +10,12 @@ var Separator = React.forwardRef((_a, ref) => {
|
|
|
10
10
|
SeparatorPrimitive.Root,
|
|
11
11
|
__spreadValues({
|
|
12
12
|
ref,
|
|
13
|
+
"data-slot": "separator",
|
|
13
14
|
decorative,
|
|
14
15
|
orientation,
|
|
15
16
|
className: cn(
|
|
16
|
-
"shrink-0
|
|
17
|
-
orientation === "horizontal" ? "h-
|
|
17
|
+
"shrink-0",
|
|
18
|
+
orientation === "horizontal" ? "h-px w-full bg-gradient-to-r from-transparent via-border to-transparent" : "h-full w-px bg-gradient-to-b from-transparent via-border to-transparent",
|
|
18
19
|
className
|
|
19
20
|
)
|
|
20
21
|
}, props)
|