const basicNotification='\n
\n \n\n
\n Hello, world! This is a toast message.\n
\n
\n\n',live='\n\n\n\n
\n \n\n
\n Hello, world! This is a toast message.\n
\n
\n
\n\n',translucent='\n\n
\n \n\n
\n Hello, world! This is a toast message.\n
\n
\n
\n\n',stacking='\n\n\n\n\n\n
\n
\n \n\n
\n See? Just like this.\n
\n
\n\n
\n \n\n
\n Heads up, toasts will stack automatically\n
\n
\n
\n
\n\n';$("pre code").each((function(){"notification"===$(this).data("component")&&($(this).text($.trim($(this).data("code"))),"basic"===$(this).data("code")&&$(this).text(basicNotification),"live"===$(this).data("code")&&$(this).text(live),"translucent"===$(this).data("code")&&$(this).text(translucent),"stacking"===$(this).data("code")&&$(this).text(stacking))}));