@ilamy/calendar 1.0.2 → 1.1.0
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/index.d.ts +81 -22
- package/dist/index.js +6 -7
- package/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ilamy/calendar",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "A full-featured React calendar component library built with Shadcn-Ui, Tailwind CSS, and TypeScript.",
|
|
5
5
|
"author": "Sujeet Kc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -73,10 +73,8 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@dnd-kit/core": "^6.3.1",
|
|
75
75
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
76
|
-
"@radix-ui/react-accordion": "^1.2.12",
|
|
77
76
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
78
77
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
79
|
-
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
80
78
|
"@radix-ui/react-label": "^2.1.8",
|
|
81
79
|
"@radix-ui/react-popover": "^1.1.15",
|
|
82
80
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
@@ -85,7 +83,6 @@
|
|
|
85
83
|
"@radix-ui/react-slot": "^1.2.4",
|
|
86
84
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
87
85
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
88
|
-
"bun-plugin-tailwind": "^0.0.14",
|
|
89
86
|
"class-variance-authority": "^0.7.1",
|
|
90
87
|
"clsx": "^2.1.1",
|
|
91
88
|
"date-fns": "^4.1.0",
|
|
@@ -105,6 +102,7 @@
|
|
|
105
102
|
"@types/react": "^19.2.2",
|
|
106
103
|
"@types/react-dom": "^19.2.2",
|
|
107
104
|
"@types/rrule": "^2.2.9",
|
|
105
|
+
"bun-plugin-tailwind": "^0.1.2",
|
|
108
106
|
"bunup": "^0.15.13",
|
|
109
107
|
"husky": "^9.1.7",
|
|
110
108
|
"lint-staged": "^16.2.6",
|