@framed-dev/react 0.1.2 → 0.1.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/index.cjs +21346 -1028
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +21070 -752
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.d.cts
CHANGED
|
@@ -283,6 +283,21 @@ declare function FramedReview(): react_jsx_runtime.JSX.Element;
|
|
|
283
283
|
|
|
284
284
|
declare function FramedBuild(): react_jsx_runtime.JSX.Element;
|
|
285
285
|
|
|
286
|
+
/**
|
|
287
|
+
* FramedManage - Maintenance & Monitoring Dashboard
|
|
288
|
+
*
|
|
289
|
+
* This page renders the Phase 5 Command Center for project maintenance.
|
|
290
|
+
* It requires a Supabase connection for full functionality.
|
|
291
|
+
*
|
|
292
|
+
* Features when connected:
|
|
293
|
+
* - Maintenance item tracking (inbox, board, timeline views)
|
|
294
|
+
* - Uptime monitoring
|
|
295
|
+
* - Domain & SSL monitoring
|
|
296
|
+
* - Performance analysis
|
|
297
|
+
* - Monthly reports
|
|
298
|
+
* - Changelog management
|
|
299
|
+
* - Improvement suggestions
|
|
300
|
+
*/
|
|
286
301
|
declare function FramedManage(): react_jsx_runtime.JSX.Element;
|
|
287
302
|
|
|
288
303
|
export { AuthProvider, type ContentMap, FeedbackWidget, type FeedbackWidgetProps, FramedAPIClient, type FramedAPIConfig, FramedBuild, FramedDashboard, FramedLogin, FramedManage, FramedProvider, type FramedProviderConfig, type FramedProviderProps, FramedReview, type FrameworkInfo, LocalDataLayer, type NavigationItem, type PromptOptions, type SiteContext, type SitePageInfo, type SitePatterns, SyncDataLayer, TasksReadyPanel, type TasksReadyPanelProps, type TasksResponse, type UploadResponse, type UseFramedTasksResult, type ValidationResult, copyPromptToClipboard, generateAIPrompt, scanSiteContext, useAuth, useFramed, useFramedCallbacks, useFramedTasks, useHasAIFeatures };
|
package/dist/index.d.ts
CHANGED
|
@@ -283,6 +283,21 @@ declare function FramedReview(): react_jsx_runtime.JSX.Element;
|
|
|
283
283
|
|
|
284
284
|
declare function FramedBuild(): react_jsx_runtime.JSX.Element;
|
|
285
285
|
|
|
286
|
+
/**
|
|
287
|
+
* FramedManage - Maintenance & Monitoring Dashboard
|
|
288
|
+
*
|
|
289
|
+
* This page renders the Phase 5 Command Center for project maintenance.
|
|
290
|
+
* It requires a Supabase connection for full functionality.
|
|
291
|
+
*
|
|
292
|
+
* Features when connected:
|
|
293
|
+
* - Maintenance item tracking (inbox, board, timeline views)
|
|
294
|
+
* - Uptime monitoring
|
|
295
|
+
* - Domain & SSL monitoring
|
|
296
|
+
* - Performance analysis
|
|
297
|
+
* - Monthly reports
|
|
298
|
+
* - Changelog management
|
|
299
|
+
* - Improvement suggestions
|
|
300
|
+
*/
|
|
286
301
|
declare function FramedManage(): react_jsx_runtime.JSX.Element;
|
|
287
302
|
|
|
288
303
|
export { AuthProvider, type ContentMap, FeedbackWidget, type FeedbackWidgetProps, FramedAPIClient, type FramedAPIConfig, FramedBuild, FramedDashboard, FramedLogin, FramedManage, FramedProvider, type FramedProviderConfig, type FramedProviderProps, FramedReview, type FrameworkInfo, LocalDataLayer, type NavigationItem, type PromptOptions, type SiteContext, type SitePageInfo, type SitePatterns, SyncDataLayer, TasksReadyPanel, type TasksReadyPanelProps, type TasksResponse, type UploadResponse, type UseFramedTasksResult, type ValidationResult, copyPromptToClipboard, generateAIPrompt, scanSiteContext, useAuth, useFramed, useFramedCallbacks, useFramedTasks, useHasAIFeatures };
|