@pos-360/horizon 0.31.4 → 0.31.5
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-TKK4O5MO.mjs → chunk-NYK4ZRT4.mjs} +3 -3
- package/dist/{chunk-TKK4O5MO.mjs.map → chunk-NYK4ZRT4.mjs.map} +1 -1
- package/dist/{chunk-TVEV3UG5.js → chunk-R3JWUPJG.js} +3 -3
- package/dist/{chunk-TVEV3UG5.js.map → chunk-R3JWUPJG.js.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
|
@@ -3116,7 +3116,7 @@ function DateRangePicker({
|
|
|
3116
3116
|
{
|
|
3117
3117
|
disabled,
|
|
3118
3118
|
className: cn(
|
|
3119
|
-
"inline-flex items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-
|
|
3119
|
+
"inline-flex h-8 items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-1 text-sm shadow-sm transition-colors",
|
|
3120
3120
|
"hover:bg-gray-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2",
|
|
3121
3121
|
"dark:border-neutral-600 dark:bg-neutral-800 dark:hover:bg-neutral-700",
|
|
3122
3122
|
"disabled:pointer-events-none disabled:opacity-50",
|
|
@@ -3662,5 +3662,5 @@ function PeriodComparisonSelector({
|
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
3664
|
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 };
|
|
3665
|
-
//# sourceMappingURL=chunk-
|
|
3666
|
-
//# sourceMappingURL=chunk-
|
|
3665
|
+
//# sourceMappingURL=chunk-NYK4ZRT4.mjs.map
|
|
3666
|
+
//# sourceMappingURL=chunk-NYK4ZRT4.mjs.map
|