@pos-360/horizon 0.32.1 → 0.32.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-JZNDF5NR.js → chunk-CKPG4Y3W.js} +4 -4
- package/dist/{chunk-JZNDF5NR.js.map → chunk-CKPG4Y3W.js.map} +1 -1
- package/dist/{chunk-K6HNMRFK.mjs → chunk-R2GK7WGC.mjs} +4 -4
- package/dist/{chunk-K6HNMRFK.mjs.map → chunk-R2GK7WGC.mjs.map} +1 -1
- package/dist/index.js +107 -107
- package/dist/index.mjs +1 -1
- package/dist/primitives.js +107 -107
- package/dist/primitives.mjs +1 -1
- package/package.json +1 -1
|
@@ -1060,13 +1060,13 @@ var SelectBar = React11.forwardRef(({
|
|
|
1060
1060
|
disabled: option.disabled,
|
|
1061
1061
|
onClick: () => handleSingleSelect(option.value),
|
|
1062
1062
|
className: cn(
|
|
1063
|
-
"relative flex w-full cursor-default select-none items-center gap-2 rounded-hz-md py-1.5 px-2 text-sm outline-none transition-colors",
|
|
1063
|
+
"relative flex w-full cursor-default select-none items-center gap-2 rounded-hz-md py-1.5 px-2 text-left text-sm outline-none transition-colors",
|
|
1064
1064
|
"hover:bg-black/5 dark:hover:bg-white/10",
|
|
1065
1065
|
option.disabled && "pointer-events-none opacity-50"
|
|
1066
1066
|
),
|
|
1067
1067
|
children: [
|
|
1068
1068
|
option.icon && /* @__PURE__ */ jsx("span", { className: "shrink-0", children: option.icon }),
|
|
1069
|
-
/* @__PURE__ */ jsx("span", { className: "truncate flex-1", children: option.label }),
|
|
1069
|
+
/* @__PURE__ */ jsx("span", { className: "truncate flex-1 text-left", children: option.label }),
|
|
1070
1070
|
/* @__PURE__ */ jsx("span", { className: cn(
|
|
1071
1071
|
"h-4 w-4 shrink-0 flex items-center justify-center",
|
|
1072
1072
|
selected ? "text-blue-600 dark:text-blue-400" : "text-transparent"
|
|
@@ -3666,5 +3666,5 @@ function PeriodComparisonSelector({
|
|
|
3666
3666
|
}
|
|
3667
3667
|
|
|
3668
3668
|
export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ColumnSelection, DEFAULT_COMPARISON_PERIODS, DEFAULT_PRESETS, DEFAULT_TIME_RANGE, DateRangePicker, DateRangePickerMobile, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, MobileDataCard, PeriodComparisonSelector, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, SegmentedControl, Select, SelectBar, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator3 as Separator, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, buttonVariants, segmentedControlItemVariants, segmentedControlVariants, separatorVariants, switchLabelVariants, switchThumbVariants, switchTrackVariants, toggleGroupVariants, toggleItemVariants, useColumnVisibility, useFormContext, useFormFieldContext, useTableSelection };
|
|
3669
|
-
//# sourceMappingURL=chunk-
|
|
3670
|
-
//# sourceMappingURL=chunk-
|
|
3669
|
+
//# sourceMappingURL=chunk-R2GK7WGC.mjs.map
|
|
3670
|
+
//# sourceMappingURL=chunk-R2GK7WGC.mjs.map
|