@orion-studios/payload-studio 0.6.0-beta.1 → 0.6.0-beta.11

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.
@@ -10,6 +10,7 @@ export declare function useTheme(): {
10
10
  export declare const Logo: FC<any>
11
11
  export declare const Icon: FC<any>
12
12
  export declare const AdminLoginIntro: FC<any>
13
+ export declare const AdminLoginPasswordToggle: FC<any>
13
14
  export declare const Dashboard: FC<any>
14
15
  export declare const ThemeSwitcher: FC<any>
15
16
  export declare const ThemeProvider: FC<any>
@@ -20,9 +21,9 @@ export declare const BlockPicker: FC<any>
20
21
  export declare const SectionTabs: FC<any>
21
22
  export declare const OrionBlocksField: FC<any>
22
23
  export declare const WelcomeHeader: FC<any>
23
- export declare const AdminStudioDashboard: FC<any>
24
24
  export declare const AdminStudioNav: FC<any>
25
25
  export declare const StudioSectionLayout: FC<any>
26
+ export declare const AdminStudioDashboard: FC<any>
26
27
  export declare const AdminStudioPagesListView: FC<any>
27
28
  export declare const AdminStudioPageEditView: FC<any>
28
29
  export declare const AdminStudioGlobalsView: FC<any>
@@ -10,6 +10,7 @@ export declare function useTheme(): {
10
10
  export declare const Logo: FC<any>
11
11
  export declare const Icon: FC<any>
12
12
  export declare const AdminLoginIntro: FC<any>
13
+ export declare const AdminLoginPasswordToggle: FC<any>
13
14
  export declare const Dashboard: FC<any>
14
15
  export declare const ThemeSwitcher: FC<any>
15
16
  export declare const ThemeProvider: FC<any>
@@ -20,9 +21,9 @@ export declare const BlockPicker: FC<any>
20
21
  export declare const SectionTabs: FC<any>
21
22
  export declare const OrionBlocksField: FC<any>
22
23
  export declare const WelcomeHeader: FC<any>
23
- export declare const AdminStudioDashboard: FC<any>
24
24
  export declare const AdminStudioNav: FC<any>
25
25
  export declare const StudioSectionLayout: FC<any>
26
+ export declare const AdminStudioDashboard: FC<any>
26
27
  export declare const AdminStudioPagesListView: FC<any>
27
28
  export declare const AdminStudioPageEditView: FC<any>
28
29
  export declare const AdminStudioGlobalsView: FC<any>