From f0fa8f8aa4757f035a04099b25bfc3e7eed693c1 Mon Sep 17 00:00:00 2001 From: Marko Rados Date: Sun, 22 Sep 2024 13:51:23 +0200 Subject: [PATCH] 0.0.20 --- package.json | 2 +- src/components/ui/calendar.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 99bee02..8fa4e8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mrados7/shadcn-components", "private": false, - "version": "0.0.19", + "version": "0.0.21", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/ui/calendar.tsx b/src/components/ui/calendar.tsx index 3fd6199..72d4361 100644 --- a/src/components/ui/calendar.tsx +++ b/src/components/ui/calendar.tsx @@ -52,8 +52,8 @@ function Calendar({ ...classNames, }} components={{ - IconLeft: ({ ...props }) => , - IconRight: ({ ...props }) => , + IconLeft: () => , + IconRight: () => , }} {...props} />