orbcafe-ui 1.1.7 → 1.1.8

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.mts CHANGED
@@ -1405,7 +1405,7 @@ interface UsePageLayoutOptions {
1405
1405
  initialNavigationCollapsed?: boolean;
1406
1406
  }
1407
1407
  declare const usePageLayout: ({ menuData, initialNavigationCollapsed, }?: UsePageLayoutOptions) => {
1408
- navigationIslandProps: Pick<NavigationIslandProps, "onToggle" | "collapsed" | "menuData">;
1408
+ navigationIslandProps: Pick<NavigationIslandProps, "collapsed" | "onToggle" | "menuData">;
1409
1409
  navigationMaxHeight: number;
1410
1410
  };
1411
1411
 
package/dist/index.d.ts CHANGED
@@ -1405,7 +1405,7 @@ interface UsePageLayoutOptions {
1405
1405
  initialNavigationCollapsed?: boolean;
1406
1406
  }
1407
1407
  declare const usePageLayout: ({ menuData, initialNavigationCollapsed, }?: UsePageLayoutOptions) => {
1408
- navigationIslandProps: Pick<NavigationIslandProps, "onToggle" | "collapsed" | "menuData">;
1408
+ navigationIslandProps: Pick<NavigationIslandProps, "collapsed" | "onToggle" | "menuData">;
1409
1409
  navigationMaxHeight: number;
1410
1410
  };
1411
1411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbcafe-ui",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Awesome UI components with Glassmorphism",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "@mui/icons-material": "^7.3.8",
35
35
  "@mui/material": "^7.3.8",
36
36
  "@mui/x-date-pickers": "^8.27.2",
37
- "next": "^13.0.0 || ^14.0.0 || ^15.0.0",
37
+ "next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
38
38
  "react": "^18.0.0 || ^19.0.0",
39
39
  "react-dom": "^18.0.0 || ^19.0.0"
40
40
  },
@@ -43,7 +43,7 @@
43
43
  "@types/react": "^18.0.0",
44
44
  "@types/react-dom": "^18.0.0",
45
45
  "@types/react-syntax-highlighter": "^15.5.13",
46
- "next": "^14.0.0",
46
+ "next": "^16.2.0",
47
47
  "tsup": "^8.0.0",
48
48
  "typescript": "^5.0.0"
49
49
  },
@@ -63,11 +63,14 @@
63
63
  "ogl": "^1.0.11",
64
64
  "react-i18next": "^16.5.8",
65
65
  "react-markdown": "^9.0.0",
66
- "react-syntax-highlighter": "^15.5.0",
66
+ "react-syntax-highlighter": "^16.1.1",
67
67
  "rehype-katex": "^7.0.0",
68
68
  "rehype-raw": "^7.0.0",
69
69
  "remark-gfm": "^4.0.0",
70
70
  "remark-math": "^6.0.0",
71
71
  "tailwind-merge": "^2.0.0"
72
+ },
73
+ "overrides": {
74
+ "rollup": "^4.59.0"
72
75
  }
73
76
  }