uneeq-js 3.0.16-preview.80 → 3.0.16-preview.82
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RECONNECTION_UI_STYLE = "\n <style>\n .reconnection-ui.hide { display: none; }\n .reconnection-ui {\n z-index: 99;\n position: fixed;\n inset: 0;\n color: white;\n font-size: 24px;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n .reconnection-ui::before {\n content: '';\n position: absolute;\n inset: 0;\n background: inherit;\n filter: blur(8px);\n z-index: -1;\n }\n .text-container {\n position: relative;\n z-index: 1;\n 2px 2px 15px black\n }\n </style>\n ";
|