@moontra/moonui-pro 2.17.1 → 2.17.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/index.mjs CHANGED
@@ -11487,7 +11487,7 @@ var CalendarPro = t.forwardRef(({
11487
11487
  categories = defaultCategories,
11488
11488
  views = defaultViews,
11489
11489
  defaultView,
11490
- height = "100%",
11490
+ height = "100vh",
11491
11491
  className,
11492
11492
  sidebarCollapsed: controlledSidebarCollapsed,
11493
11493
  onSidebarToggle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.17.1",
3
+ "version": "2.17.2",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -410,7 +410,7 @@ export const CalendarPro = React.forwardRef<HTMLDivElement, CalendarProProps>(({
410
410
  categories = defaultCategories,
411
411
  views = defaultViews,
412
412
  defaultView,
413
- height = '100%',
413
+ height = '100vh',
414
414
  className,
415
415
  sidebarCollapsed: controlledSidebarCollapsed,
416
416
  onSidebarToggle,