@orion-studios/payload-studio 0.5.0-beta.53 → 0.5.0-beta.54
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/admin/client.d.mts +1 -0
- package/dist/admin/client.d.ts +1 -0
- package/dist/admin/client.js +607 -133
- package/dist/admin/client.mjs +598 -125
- package/dist/admin/index.d.mts +1 -1
- package/dist/admin/index.d.ts +1 -1
- package/dist/admin/index.js +31 -6
- package/dist/admin/index.mjs +1 -1
- package/dist/{chunk-7IGLXLUB.mjs → chunk-4Q67FO7X.mjs} +31 -6
- package/dist/{index-Dj21uD_B.d.mts → index-cDYkEj29.d.mts} +15 -0
- package/dist/{index-Dj21uD_B.d.ts → index-cDYkEj29.d.ts} +15 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +31 -6
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/admin/client.d.mts
CHANGED
|
@@ -24,6 +24,7 @@ export declare const AdminStudioNav: FC<any>
|
|
|
24
24
|
export declare const AdminStudioPagesListView: FC<any>
|
|
25
25
|
export declare const AdminStudioPageEditView: FC<any>
|
|
26
26
|
export declare const AdminStudioGlobalsView: FC<any>
|
|
27
|
+
export declare const AdminStudioContactFormView: FC<any>
|
|
27
28
|
export declare const AdminStudioMediaView: FC<any>
|
|
28
29
|
export declare const AdminStudioToolsView: FC<any>
|
|
29
30
|
export declare const OpenInStudioMenuItem: FC<any>
|
package/dist/admin/client.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare const AdminStudioNav: FC<any>
|
|
|
24
24
|
export declare const AdminStudioPagesListView: FC<any>
|
|
25
25
|
export declare const AdminStudioPageEditView: FC<any>
|
|
26
26
|
export declare const AdminStudioGlobalsView: FC<any>
|
|
27
|
+
export declare const AdminStudioContactFormView: FC<any>
|
|
27
28
|
export declare const AdminStudioMediaView: FC<any>
|
|
28
29
|
export declare const AdminStudioToolsView: FC<any>
|
|
29
30
|
export declare const OpenInStudioMenuItem: FC<any>
|