@orion-studios/payload-studio 0.6.0-beta.2 → 0.6.0-beta.4
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 +0 -1
- package/dist/admin/client.d.ts +0 -1
- package/dist/admin/client.js +896 -982
- package/dist/admin/client.mjs +609 -696
- package/dist/admin/index.d.mts +2 -1
- package/dist/admin/index.d.ts +2 -1
- package/dist/admin/index.js +1505 -1
- package/dist/admin/index.mjs +4 -2
- package/dist/admin-app/index.mjs +4 -4
- package/dist/admin-app/styles.css +362 -0
- package/dist/chunk-DYXSAVUQ.mjs +2372 -0
- package/dist/{chunk-RKTIFEUY.mjs → chunk-EHUE4LCT.mjs} +3 -33
- package/dist/chunk-Z6L5K5MH.mjs +64 -0
- package/dist/index-DEkV-sMs.d.mts +191 -0
- package/dist/index-bbA3HSxa.d.ts +191 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1521 -63
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
- package/dist/chunk-QJAWO6K3.mjs +0 -910
- package/dist/chunk-W2UOCJDX.mjs +0 -32
- package/dist/index-B6_D4Hm4.d.ts +0 -439
- package/dist/index-CYaWadBl.d.mts +0 -439
package/dist/admin/client.d.mts
CHANGED
|
@@ -21,7 +21,6 @@ export declare const BlockPicker: FC<any>
|
|
|
21
21
|
export declare const SectionTabs: FC<any>
|
|
22
22
|
export declare const OrionBlocksField: FC<any>
|
|
23
23
|
export declare const WelcomeHeader: FC<any>
|
|
24
|
-
export declare const AdminStudioDashboard: FC<any>
|
|
25
24
|
export declare const AdminStudioNav: FC<any>
|
|
26
25
|
export declare const StudioSectionLayout: FC<any>
|
|
27
26
|
export declare const AdminStudioPagesListView: FC<any>
|
package/dist/admin/client.d.ts
CHANGED
|
@@ -21,7 +21,6 @@ export declare const BlockPicker: FC<any>
|
|
|
21
21
|
export declare const SectionTabs: FC<any>
|
|
22
22
|
export declare const OrionBlocksField: FC<any>
|
|
23
23
|
export declare const WelcomeHeader: FC<any>
|
|
24
|
-
export declare const AdminStudioDashboard: FC<any>
|
|
25
24
|
export declare const AdminStudioNav: FC<any>
|
|
26
25
|
export declare const StudioSectionLayout: FC<any>
|
|
27
26
|
export declare const AdminStudioPagesListView: FC<any>
|