@spaceandtimelabs/makeinfinite-ui 0.73.0-beta.1 → 0.73.0-beta.3

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.
@@ -49,6 +49,20 @@ declare const APIHandler: (baseUrl: string) => {
49
49
  getProjectViewsHistory: (projectName: string, start?: Date, end?: Date, granularity?: "minute" | "hour" | "day" | "month" | "year", limit?: number) => Promise<Response>;
50
50
  getProjectViewsTop: (n?: number) => Promise<Response>;
51
51
  preflightCheck: (projectName?: string) => Promise<Response>;
52
+ getSEOMetadata: (projectName: string) => Promise<Response>;
53
+ updateSEOMetadata: (projectName: string, data: {
54
+ title?: string | null;
55
+ description?: string | null;
56
+ robots?: string | null;
57
+ ga4_measurement_id?: string | null;
58
+ favicon_href?: string | null;
59
+ lang?: string | null;
60
+ }) => Promise<Response>;
61
+ uploadFavicon: (projectName: string, file: File) => Promise<Response>;
62
+ getFavicon: (projectName: string) => Promise<Response>;
63
+ deleteFavicon: (projectName: string) => Promise<Response>;
64
+ undoProject: (projectName: string) => Promise<Response>;
65
+ redoProject: (projectName: string) => Promise<Response>;
52
66
  };
53
67
  export { APIHandler };
54
68
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../lib/api.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU,YAAa,MAAM;iCAalB,MAAM,SACZ,MAAM,mBACI,IAAI,GAAG,IAAI,qBAEV,MAAM,GAAG,MAAM,EAAE;sCAuBtB,MAAM,SACZ,MAAM,mBACI,IAAI,GAAG,IAAI,qBAEV,MAAM,GAAG,MAAM,EAAE;;sCA4CU,MAAM;iCASX,MAAM;qCASF,MAAM,aAAa,MAAM;mCAe3B,MAAM,aAAa,MAAM;oCAexB,MAAM,aAAa,MAAM;kCA+B3B,MAAM,UAAU,MAAM;oCAepB,MAAM;6BA/Bb,MAAM,cAAc,MAAM,WAAW,MAAM;;uCAwDlE,MAAM,sBACC,MAAM,iBACX,MAAM,kBACL,GAAG,WACV,MAAM,GAAG,IAAI,YACZ,MAAM,GAAG,IAAI;mCAqBV,MAAM,YACT,MAAM,kBACA,MAAM,kBACN,MAAM,WACb,MAAM,GAAG,IAAI;wDAmBT,MAAM,eACN,MAAM,kBACH,GAAG;oDAkBN,MAAM,eACN,MAAM,cACP,MAAM;6CAkBL,MAAM,mBACF,MAAM,0BACC,MAAM,uBACT,MAAM;6CAmBd,MAAM,4BACM,OAAO,GAAG,IAAI,oCACN,MAAM,GAAG,IAAI;kCA6SpC,MAAM,eACH,MAAM,cACP,MAAM,gBACJ,WAAW;gCAmBlB;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,gBACW,WAAW;qCAvTmB,MAAM,YAAY,MAAM;oCAevD,MAAM,YACT,MAAM,UACR,MAAM,UACN,OAAO,kBACC,MAAM;iCAqBkB,MAAM;0CAejC,MAAM,eACN,MAAM,gBACL,MAAM;yBAsBY,QAAQ,KAAG,OAAO,CAAC,QAAQ,CAAC;0BAmB3B;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvC,WAAW,EAAE,MAAM,CAAC;KACrB,KAAG,OAAO,CAAC,QAAQ,CAAC;qCAzXyB,MAAM;;2BA+YrC,MAAM,QACb,MAAM,QACN,MAAM,eACC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;4BAmBtC,MAAM,UACX,MAAM,YACJ,MAAM,GAAG,IAAI,YACb,MAAM,GAAG,IAAI;8BAkBc,MAAM,UAAU,MAAM;kCAelB,MAAM,UAAU,MAAM,kBAAkB,MAAM;uCAgBzC,MAAM,UAAU,MAAM,eAAe,MAAM;wCAiB1C,MAAM,GAAG,IAAI;;0CAyB/C,MAAM,UACX,IAAI,QACN,IAAI,gBACG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM;;mCAoFf,MAAM;CAmDnD,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../lib/api.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU,YAAa,MAAM;iCAalB,MAAM,SACZ,MAAM,mBACI,IAAI,GAAG,IAAI,qBAEV,MAAM,GAAG,MAAM,EAAE;sCAuBtB,MAAM,SACZ,MAAM,mBACI,IAAI,GAAG,IAAI,qBAEV,MAAM,GAAG,MAAM,EAAE;;sCA4CU,MAAM;iCASX,MAAM;qCASF,MAAM,aAAa,MAAM;mCAe3B,MAAM,aAAa,MAAM;oCAexB,MAAM,aAAa,MAAM;kCA+B3B,MAAM,UAAU,MAAM;oCAepB,MAAM;6BA/Bb,MAAM,cAAc,MAAM,WAAW,MAAM;;uCAwDlE,MAAM,sBACC,MAAM,iBACX,MAAM,kBACL,GAAG,WACV,MAAM,GAAG,IAAI,YACZ,MAAM,GAAG,IAAI;mCAqBV,MAAM,YACT,MAAM,kBACA,MAAM,kBACN,MAAM,WACb,MAAM,GAAG,IAAI;wDAmBT,MAAM,eACN,MAAM,kBACH,GAAG;oDAkBN,MAAM,eACN,MAAM,cACP,MAAM;6CAkBL,MAAM,mBACF,MAAM,0BACC,MAAM,uBACT,MAAM;6CAmBd,MAAM,4BACM,OAAO,GAAG,IAAI,oCACN,MAAM,GAAG,IAAI;kCA6SpC,MAAM,eACH,MAAM,cACP,MAAM,gBACJ,WAAW;gCAmBlB;QACL,WAAW,EAAE,MAAM,CAAC;QACpB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;KACrB,EAAE,gBACW,WAAW;qCAvTmB,MAAM,YAAY,MAAM;oCAevD,MAAM,YACT,MAAM,UACR,MAAM,UACN,OAAO,kBACC,MAAM;iCAqBkB,MAAM;0CAejC,MAAM,eACN,MAAM,gBACL,MAAM;yBAsBY,QAAQ,KAAG,OAAO,CAAC,QAAQ,CAAC;0BAmB3B;QACjC,WAAW,EAAE,MAAM,CAAC;QACpB,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,sBAAsB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvC,WAAW,EAAE,MAAM,CAAC;KACrB,KAAG,OAAO,CAAC,QAAQ,CAAC;qCAzXyB,MAAM;;2BA+YrC,MAAM,QACb,MAAM,QACN,MAAM,eACC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;4BAmBtC,MAAM,UACX,MAAM,YACJ,MAAM,GAAG,IAAI,YACb,MAAM,GAAG,IAAI;8BAkBc,MAAM,UAAU,MAAM;kCAelB,MAAM,UAAU,MAAM,kBAAkB,MAAM;uCAgBzC,MAAM,UAAU,MAAM,eAAe,MAAM;wCAiB1C,MAAM,GAAG,IAAI;;0CAyB/C,MAAM,UACX,IAAI,QACN,IAAI,gBACG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM;;mCAoFf,MAAM;kCAWP,MAAM;qCAUlC,MAAM,QACb;QACJ,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACtB;iCAWuC,MAAM,QAAQ,IAAI;8BAcrB,MAAM;iCASH,MAAM;+BASR,MAAM;+BAaN,MAAM;CA4D/C,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -18,7 +18,7 @@ declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => JSX
18
18
  declare const CommandInput: React.ForwardRefExoticComponent<Pick<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "type" | "onChange"> & {
19
19
  value?: string;
20
20
  onValueChange?: (search: string) => void;
21
- } & React.RefAttributes<HTMLInputElement>, "key" | "value" | "id" | "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "width" | "disabled" | "height" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "onValueChange"> & React.RefAttributes<HTMLInputElement>>;
21
+ } & React.RefAttributes<HTMLInputElement>, "key" | "value" | "id" | "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "width" | "disabled" | "height" | "max" | "min" | "crossOrigin" | "alt" | "src" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "step" | "onValueChange"> & React.RefAttributes<HTMLInputElement>>;
22
22
  declare const CommandList: React.ForwardRefExoticComponent<Pick<{
23
23
  children?: React.ReactNode;
24
24
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
@@ -9,11 +9,11 @@ type PaginationLinkProps = {
9
9
  isActive?: boolean;
10
10
  disabled?: boolean;
11
11
  } & Pick<ButtonProps, 'size'> & React.ComponentProps<'button'>;
12
- declare const PaginationLink: import("react").ForwardRefExoticComponent<Pick<PaginationLinkProps, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
13
- declare const PaginationPrevious: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
14
- declare const PaginationNext: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
15
- declare const PaginationFirst: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
16
- declare const PaginationLast: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
12
+ declare const PaginationLink: import("react").ForwardRefExoticComponent<Pick<PaginationLinkProps, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
13
+ declare const PaginationPrevious: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
14
+ declare const PaginationNext: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
15
+ declare const PaginationFirst: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
16
+ declare const PaginationLast: import("react").ForwardRefExoticComponent<Pick<Pick<PaginationLinkProps, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>, "key" | "size" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "isActive"> & import("react").RefAttributes<HTMLButtonElement>>;
17
17
  declare const PaginationEllipsis: {
18
18
  ({ className, ...props }: React.ComponentProps<"span">): JSX.Element;
19
19
  displayName: string;
@@ -49,5 +49,19 @@ export declare const useAPIHandler: (baseUrl: string) => {
49
49
  getProjectViewsHistory: (projectName: string, start?: Date, end?: Date, granularity?: "minute" | "hour" | "day" | "month" | "year", limit?: number) => Promise<Response>;
50
50
  getProjectViewsTop: (n?: number) => Promise<Response>;
51
51
  preflightCheck: (projectName?: string) => Promise<Response>;
52
+ getSEOMetadata: (projectName: string) => Promise<Response>;
53
+ updateSEOMetadata: (projectName: string, data: {
54
+ title?: string | null;
55
+ description?: string | null;
56
+ robots?: string | null;
57
+ ga4_measurement_id?: string | null;
58
+ favicon_href?: string | null;
59
+ lang?: string | null;
60
+ }) => Promise<Response>;
61
+ uploadFavicon: (projectName: string, file: File) => Promise<Response>;
62
+ getFavicon: (projectName: string) => Promise<Response>;
63
+ deleteFavicon: (projectName: string) => Promise<Response>;
64
+ undoProject: (projectName: string) => Promise<Response>;
65
+ redoProject: (projectName: string) => Promise<Response>;
52
66
  };
53
67
  //# sourceMappingURL=useAPIHandler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useAPIHandler.d.ts","sourceRoot":"","sources":["../../../lib/hooks/useAPIHandler.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,aAAa,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAwB6+U,CAAC;mBAAgC,CAAC;8BAA2C,CAAC;;;;;;;;;;;;;;;CADvmV,CAAC"}
1
+ {"version":3,"file":"useAPIHandler.d.ts","sourceRoot":"","sources":["../../../lib/hooks/useAPIHandler.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,aAAa,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAwB6+U,CAAC;mBAAgC,CAAC;8BAA2C,CAAC;;;;;;;;;;;;;;;;;aAAi3M,CAAC;mBAAkC,CAAC;cAA6B,CAAC;0BAAyC,CAAC;oBAAmC,CAAC;YAA2B,CAAC;;;;;;;CADpoiB,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@spaceandtimelabs/makeinfinite-ui",
3
3
  "author": "aw-sxt",
4
4
  "private": false,
5
- "version": "0.73.0-beta.1",
5
+ "version": "0.73.0-beta.3",
6
6
  "type": "module",
7
7
  "exports": {
8
8
  ".": {
@@ -108,5 +108,5 @@
108
108
  "ws": "8.17.1"
109
109
  },
110
110
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
111
- "gitHead": "38c2709c5073cd07184a91bb54789763fcab033e"
111
+ "gitHead": "e731090127118f1d791d0d84fc3bb2f0d759c63b"
112
112
  }