@spaceandtimelabs/makeinfinite-ui 0.53.4 → 0.54.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
@@ -119,6 +119,7 @@ declare interface APIContextType {
119
119
 
120
120
  export declare const APIHandler: (baseUrl: string) => {
121
121
  createProject: (description: string, theme: string, siteBackground?: File | null) => Promise<Response>;
122
+ createBlankProject: (description: string, theme: string, siteBackground?: File | null) => Promise<Response>;
122
123
  getProjects: () => Promise<Response>;
123
124
  getSubdomains: (projectName: string) => Promise<Response>;
124
125
  allocateSubdomain: (projectName: string, subdomain: string) => Promise<Response>;