@umituz/web-design-system 1.8.6 → 1.8.7
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/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
import * as React from "react";
|
|
25
25
|
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
26
26
|
|
|
27
|
-
import { cn } from "../../infrastructure/utils
|
|
27
|
+
import { cn } from "../../infrastructure/utils";
|
|
28
28
|
import { buttonVariants } from "../../atoms/Button";
|
|
29
29
|
|
|
30
30
|
const AlertDialog = AlertDialogPrimitive.Root;
|
|
@@ -16,7 +16,7 @@ import * as React from "react";
|
|
|
16
16
|
import { ChevronLeft, ChevronRight } from "lucide-react";
|
|
17
17
|
import { DayPicker } from "react-day-picker";
|
|
18
18
|
|
|
19
|
-
import { cn } from "../../infrastructure/utils
|
|
19
|
+
import { cn } from "../../infrastructure/utils";
|
|
20
20
|
|
|
21
21
|
export type CalendarProps = React.ComponentProps<typeof DayPicker>;
|
|
22
22
|
|