beca-ui 2.1.0-beta.30 → 2.1.0-beta.32

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.
@@ -16,7 +16,8 @@ export interface MainLayoutProps extends Omit<SideBarMenuProps, "sideBarMenus">,
16
16
  isHomeApp?: boolean;
17
17
  appMenuTotalDisplay?: number;
18
18
  appTheme: {
19
- theme: string | undefined;
19
+ userTheme: string | undefined;
20
+ adminTheme: string | undefined;
20
21
  onChangeTheme: (theme: string) => Promise<void>;
21
22
  };
22
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.30",
3
+ "version": "2.1.0-beta.32",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -28,6 +28,7 @@
28
28
  "upgrade-tiptap": "yarn add @tiptap/extension-blockquote @tiptap/extension-bubble-menu @tiptap/extension-color @tiptap/extension-document @tiptap/extension-focus @tiptap/extension-font-family @tiptap/extension-highlight @tiptap/extension-image @tiptap/extension-link @tiptap/extension-mention @tiptap/extension-paragraph @tiptap/extension-placeholder @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/extension-text @tiptap/extension-text-align @tiptap/extension-text-style @tiptap/extension-underline @tiptap/pm @tiptap/react @tiptap/starter-kit @tiptap/suggestion"
29
29
  },
30
30
  "dependencies": {
31
+ "@floating-ui/react": "^0.27.17",
31
32
  "@microsoft/signalr": "7.0.3",
32
33
  "antd": "^5.27.1",
33
34
  "antd-img-crop": "4.12.2",
@@ -51,6 +52,7 @@
51
52
  "react-device-detect": "2.2.3",
52
53
  "react-dom": "18.3.1",
53
54
  "react-helmet-async": "2.0.5",
55
+ "react-hotkeys-hook": "^5.2.4",
54
56
  "react-i18next": "13.0.1",
55
57
  "react-infinite-scroll-component": "6.1.0",
56
58
  "react-intersection-observer": "^9.16.0",
@@ -105,9 +107,9 @@
105
107
  "@tiptap/extension-text-style": "3.4.4",
106
108
  "@tiptap/extension-underline": "3.4.4",
107
109
  "@tiptap/html": "3.4.4",
108
- "@tiptap/pm": "3.4.4",
109
- "@tiptap/react": "3.4.4",
110
- "@tiptap/starter-kit": "3.4.4",
110
+ "@tiptap/pm": "^3.19.0",
111
+ "@tiptap/react": "^3.19.0",
112
+ "@tiptap/starter-kit": "^3.19.0",
111
113
  "@tiptap/suggestion": "3.4.4",
112
114
  "@types/crypto-js": "4.2.2",
113
115
  "@types/dompurify": "3.0.2",
@@ -131,6 +133,7 @@
131
133
  "query-string": "9.1.1",
132
134
  "react-router-dom": "^7.5.0",
133
135
  "sass": "1.69.5",
136
+ "sass-embedded": "^1.97.3",
134
137
  "sass-loader": "14.1.0",
135
138
  "simplebar-react": "3.3.0",
136
139
  "storybook": "9.1.17",