UNPKG

@acontplus/ui-kit

Version:

Framework-agnostic UI kit library providing reusable design assets, SVG icon definitions, button types, select options, and design system elements for consistent user interfaces across any JavaScript framework.

36 lines (35 loc) 1.52 kB
export declare const NOTIFICATION_MESSAGES: { readonly SUCCESS: { readonly SAVE: "Data saved successfully"; readonly DELETE: "Item deleted successfully"; readonly UPDATE: "Data updated successfully"; readonly UPLOAD: "File uploaded successfully"; readonly CREATE: "Item created successfully"; readonly SYNC: "Data synchronized successfully"; }; readonly ERROR: { readonly SAVE: "Failed to save data"; readonly DELETE: "Failed to delete item"; readonly UPDATE: "Failed to update data"; readonly UPLOAD: "Failed to upload file"; readonly NETWORK: "Network error occurred"; readonly UNKNOWN: "An unexpected error occurred"; readonly VALIDATION: "Validation error"; readonly UNAUTHORIZED: "Unauthorized access"; readonly SERVER: "Server error occurred"; }; readonly WARNING: { readonly UNSAVED_CHANGES: "You have unsaved changes"; readonly SESSION_EXPIRING: "Your session is about to expire"; readonly STORAGE_FULL: "Storage is running low"; readonly DEPRECATED: "This feature is deprecated"; readonly LIMIT_REACHED: "Limit reached"; }; readonly INFO: { readonly LOADING: "Loading data..."; readonly PROCESSING: "Processing request..."; readonly MAINTENANCE: "System maintenance scheduled"; readonly UPDATE_AVAILABLE: "Update available"; readonly BACKUP_COMPLETE: "Backup completed"; }; };