@verdocs/web-sdk-react 2.3.6 → 2.3.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/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export declare const VerdocsLoader: import("react").ForwardRefExoticComponent<JS
|
|
|
36
36
|
export declare const VerdocsOkDialog: import("react").ForwardRefExoticComponent<JSX.VerdocsOkDialog & Omit<import("react").HTMLAttributes<HTMLVerdocsOkDialogElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsOkDialogElement>>;
|
|
37
37
|
export declare const VerdocsOrganizationCard: import("react").ForwardRefExoticComponent<JSX.VerdocsOrganizationCard & Omit<import("react").HTMLAttributes<HTMLVerdocsOrganizationCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsOrganizationCardElement>>;
|
|
38
38
|
export declare const VerdocsPagination: import("react").ForwardRefExoticComponent<JSX.VerdocsPagination & Omit<import("react").HTMLAttributes<HTMLVerdocsPaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsPaginationElement>>;
|
|
39
|
+
export declare const VerdocsPortal: import("react").ForwardRefExoticComponent<JSX.VerdocsPortal & Omit<import("react").HTMLAttributes<HTMLVerdocsPortalElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsPortalElement>>;
|
|
39
40
|
export declare const VerdocsPreview: import("react").ForwardRefExoticComponent<JSX.VerdocsPreview & Omit<import("react").HTMLAttributes<HTMLVerdocsPreviewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsPreviewElement>>;
|
|
40
41
|
export declare const VerdocsProgressBar: import("react").ForwardRefExoticComponent<JSX.VerdocsProgressBar & Omit<import("react").HTMLAttributes<HTMLVerdocsProgressBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsProgressBarElement>>;
|
|
41
42
|
export declare const VerdocsQuickFilter: import("react").ForwardRefExoticComponent<JSX.VerdocsQuickFilter & Omit<import("react").HTMLAttributes<HTMLVerdocsQuickFilterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVerdocsQuickFilterElement>>;
|
package/dist/components.js
CHANGED
|
@@ -40,6 +40,7 @@ export const VerdocsLoader = /*@__PURE__*/ createReactComponent('verdocs-loader'
|
|
|
40
40
|
export const VerdocsOkDialog = /*@__PURE__*/ createReactComponent('verdocs-ok-dialog');
|
|
41
41
|
export const VerdocsOrganizationCard = /*@__PURE__*/ createReactComponent('verdocs-organization-card');
|
|
42
42
|
export const VerdocsPagination = /*@__PURE__*/ createReactComponent('verdocs-pagination');
|
|
43
|
+
export const VerdocsPortal = /*@__PURE__*/ createReactComponent('verdocs-portal');
|
|
43
44
|
export const VerdocsPreview = /*@__PURE__*/ createReactComponent('verdocs-preview');
|
|
44
45
|
export const VerdocsProgressBar = /*@__PURE__*/ createReactComponent('verdocs-progress-bar');
|
|
45
46
|
export const VerdocsQuickFilter = /*@__PURE__*/ createReactComponent('verdocs-quick-filter');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/web-sdk-react",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8",
|
|
4
4
|
"description": "Verdocs Web SDK for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"typescript": "^5.1.6"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@verdocs/web-sdk": "^2.3.
|
|
33
|
+
"@verdocs/web-sdk": "^2.3.8"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "^18.2.0",
|