- Updated CardBadge to support additional size options and enhanced styling for better visual consistency. - Refactored InternetPlanCard to utilize the new CardBadge size options and improved layout for badge display. - Enhanced state management in InternetPlanCard to utilize Zustand for better performance and maintainability. - Streamlined rendering logic in InternetConfigureContainer for improved step transitions and user experience. - Updated catalog utility functions to remove deprecated filtering and sorting methods, focusing on server-side handling.
2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
export const IS_DEVELOPMENT = process.env.NODE_ENV === "development";
|