pelatform-ui 1.4.0 → 1.4.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/base.js CHANGED
@@ -1044,7 +1044,7 @@ function Calendar({
1044
1044
  captionLayout === "label" ? "text-sm" : "cn-calendar-caption-label flex items-center gap-1 rounded-(--cell-radius) text-sm [&>svg]:size-3.5 [&>svg]:text-muted-foreground",
1045
1045
  defaultClassNames.caption_label
1046
1046
  ),
1047
- table: "w-full border-collapse",
1047
+ // table: "w-full border-collapse",
1048
1048
  weekdays: cn12("flex", defaultClassNames.weekdays),
1049
1049
  weekday: cn12(
1050
1050
  "flex-1 select-none rounded-(--cell-radius) font-normal text-[0.8rem] text-muted-foreground",
package/dist/radix.js CHANGED
@@ -676,7 +676,7 @@ function Calendar({
676
676
  captionLayout === "label" ? "text-sm" : "cn-calendar-caption-label flex items-center gap-1 rounded-(--cell-radius) text-sm [&>svg]:size-3.5 [&>svg]:text-muted-foreground",
677
677
  defaultClassNames.caption_label
678
678
  ),
679
- table: "w-full border-collapse",
679
+ // table: "w-full border-collapse",
680
680
  weekdays: cn6("flex", defaultClassNames.weekdays),
681
681
  weekday: cn6(
682
682
  "flex-1 select-none rounded-(--cell-radius) font-normal text-[0.8rem] text-muted-foreground",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelatform-ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "A Modern and Minimal React UI Library built with TailwindCSS.",
5
5
  "author": "Pelatform",
6
6
  "license": "MIT",
@@ -72,32 +72,32 @@
72
72
  "tw-animate-css": "^1.4.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@base-ui/react": "^1.3.0",
75
+ "@base-ui/react": "^1.5.0",
76
76
  "@dnd-kit/core": "^6.3.1",
77
77
  "@dnd-kit/modifiers": "^9.0.0",
78
78
  "@dnd-kit/sortable": "^10.0.0",
79
79
  "@dnd-kit/utilities": "^3.2.2",
80
- "@headless-tree/core": "^1.6.3",
80
+ "@headless-tree/core": "^1.7.0",
81
81
  "@pelatform/tsconfig": "^0.1.4",
82
- "@pelatform/utils": "^1.0.17",
83
- "@tanstack/react-query": "^5.95.2",
82
+ "@pelatform/utils": "^1.0.18",
83
+ "@tanstack/react-query": "^5.100.14",
84
84
  "@tanstack/react-table": "^8.21.3",
85
- "@tanstack/react-virtual": "^3.13.23",
86
- "@types/react": "^19.2.14",
85
+ "@tanstack/react-virtual": "^3.13.26",
86
+ "@types/react": "^19.2.15",
87
87
  "@types/react-dom": "^19.2.3",
88
88
  "cmdk": "^1.1.1",
89
- "date-fns": "^4.1.0",
89
+ "date-fns": "^4.3.0",
90
90
  "embla-carousel-react": "^8.6.0",
91
91
  "input-otp": "^1.4.2",
92
- "lucide-react": "^1.0.1",
93
- "motion": "^12.38.0",
92
+ "lucide-react": "^1.16.0",
93
+ "motion": "^12.40.0",
94
94
  "next-themes": "^0.4.6",
95
95
  "radix-ui": "^1.4.3",
96
- "react": "^19.2.4",
97
- "react-day-picker": "^9.14.0",
98
- "react-dom": "^19.2.4",
96
+ "react": "^19.2.6",
97
+ "react-day-picker": "^10.0.1",
98
+ "react-dom": "^19.2.6",
99
99
  "react-phone-number-input": "^3.4.16",
100
- "react-resizable-panels": "^4.7.5",
100
+ "react-resizable-panels": "^4.11.2",
101
101
  "sonner": "^2.0.7",
102
102
  "tsup": "^8.5.1",
103
103
  "typescript": "5.9.3",