@spaceandtimelabs/makeinfinite-ui 0.24.0 → 0.25.0

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/index.d.ts CHANGED
@@ -1,4 +1,10 @@
1
+ import { ExplorePage } from '@spaceandtimelabs/dapp-mi-components';
1
2
  import { JSX as JSX_2 } from 'react/jsx-runtime';
3
+ import { LandingPage } from '@spaceandtimelabs/dapp-mi-components';
4
+ import { Layout } from '@spaceandtimelabs/dapp-mi-components';
5
+ import { MI_DAPP_COMPONENTS_THEME } from '@spaceandtimelabs/dapp-mi-components';
6
+
7
+ export { ExplorePage }
2
8
 
3
9
  export declare const getTags: (projectName: string, projectUrl: string, corsProxy: string) => Promise<{
4
10
  tag: string;
@@ -33,10 +39,18 @@ declare interface ImageGalleryProps {
33
39
 
34
40
  export declare const initializeMakeInfinite: () => void;
35
41
 
42
+ export { LandingPage }
43
+
44
+ export { Layout }
45
+
36
46
  export declare const MakeInfinite: () => JSX_2.Element;
37
47
 
48
+ export { MI_DAPP_COMPONENTS_THEME }
49
+
38
50
  export declare const MiniApp: () => JSX_2.Element;
39
51
 
52
+ export declare const ProjectManager: () => JSX_2.Element;
53
+
40
54
  export declare const ProjectProvider: (props: {
41
55
  config: any;
42
56
  metadata?: any;