@proximus/lavender-light 1.4.5-beta.1 → 1.4.5
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.
|
@@ -27,7 +27,7 @@ function getSupportedAttributeNames(htmlElementName) {
|
|
|
27
27
|
}
|
|
28
28
|
const commonStyleSheet = new CSSStyleSheet();
|
|
29
29
|
commonStyleSheet.replaceSync(commonStyles);
|
|
30
|
-
const PX_COMPONENT_DEBUG = typeof import.meta !== "undefined" && typeof __vite_import_meta_env__ !== "undefined" &&
|
|
30
|
+
const PX_COMPONENT_DEBUG = typeof import.meta !== "undefined" && typeof __vite_import_meta_env__ !== "undefined" && false;
|
|
31
31
|
if (typeof window !== "undefined") {
|
|
32
32
|
window.isComponentDebug = isComponentDebug;
|
|
33
33
|
}
|
|
@@ -35,9 +35,6 @@ function isComponentDebug() {
|
|
|
35
35
|
return PX_COMPONENT_DEBUG;
|
|
36
36
|
}
|
|
37
37
|
function log(message) {
|
|
38
|
-
if (isComponentDebug()) {
|
|
39
|
-
console.error(message);
|
|
40
|
-
}
|
|
41
38
|
}
|
|
42
39
|
if (typeof window !== "undefined") {
|
|
43
40
|
window.isComponentDebug = isComponentDebug;
|