beca-ui 2.0.20-beta.16 → 2.0.20-beta.17

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.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { PaginationProps } from ".";
3
- export declare const paginationItemRender: (page: number, type: "page" | "prev" | "next" | "jump-prev" | "jump-next", originalElement: React.ReactNode, size?: "default" | "small" | undefined) => string | number | bigint | boolean | import("react/jsx-runtime").JSX.Element | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null | undefined;
3
+ export declare const paginationItemRender: (page: number, type: "page" | "prev" | "next" | "jump-prev" | "jump-next", originalElement: React.ReactNode, size?: "default" | "small" | undefined) => string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<React.ReactNode> | null | undefined;
4
4
  export declare const Pagination: React.FunctionComponent<PaginationProps>;
@@ -6,6 +6,6 @@ interface GetMenusProps {
6
6
  }
7
7
  export declare class LayoutService {
8
8
  static getMenus: (data: GetMenusProps) => MenuModel[];
9
- static getPlatform: (customNavigator?: Navigator) => "" | "Chrome" | "Firefox" | "Safari" | "iOS";
9
+ static getPlatform: (customNavigator?: Navigator) => "Chrome" | "Firefox" | "Safari" | "" | "iOS";
10
10
  }
11
11
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.20-beta.16",
3
+ "version": "2.0.20-beta.17",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -28,7 +28,6 @@
28
28
  "upgrade-tiptap": "yarn add @tiptap/core @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
- "@ant-design/v5-patch-for-react-19": "^1.0.3",
32
31
  "@microsoft/signalr": "7.0.3",
33
32
  "antd": "5.25.1",
34
33
  "antd-img-crop": "4.12.2",
@@ -46,11 +45,11 @@
46
45
  "prosemirror-keymap": "1.2.0",
47
46
  "prosemirror-schema-list": "1.2.2",
48
47
  "prosemirror-tables": "1.3.7",
49
- "react": "19.0.0",
48
+ "react": "18.3.1",
50
49
  "react-barcode": "1.5.3",
51
50
  "react-color": "2.19.3",
52
51
  "react-device-detect": "2.2.3",
53
- "react-dom": "19.0.0",
52
+ "react-dom": "18.3.1",
54
53
  "react-helmet-async": "2.0.5",
55
54
  "react-i18next": "13.0.1",
56
55
  "react-infinite-scroll-component": "6.1.0",
@@ -59,8 +58,8 @@
59
58
  "react-virtuoso": "4.6.2"
60
59
  },
61
60
  "peerDependencies": {
62
- "react": "19.0.0",
63
- "react-dom": "19.0.0"
61
+ "react": "18.3.1",
62
+ "react-dom": "18.3.1"
64
63
  },
65
64
  "devDependencies": {
66
65
  "@chromatic-com/storybook": "3.2.2",
@@ -112,9 +111,9 @@
112
111
  "@types/lodash": "4.17.16",
113
112
  "@types/mime-types": "^2.1.4",
114
113
  "@types/node": "20.10.5",
115
- "@types/react": "19.0.11",
114
+ "@types/react": "18.3.12",
116
115
  "@types/react-color": "3.0.6",
117
- "@types/react-dom": "19.0.4",
116
+ "@types/react-dom": "18.3.1",
118
117
  "@types/react-resizable": "3.0.7",
119
118
  "@typescript-eslint/eslint-plugin": "6.0.0",
120
119
  "@typescript-eslint/parser": "6.0.0",