@smart-factor/gem-ui-components 0.0.122 → 0.0.123
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.
- package/dist/main.js +7 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -4570,7 +4570,13 @@ const qf = (e) => /* @__PURE__ */ I(Qt, { direction: "row", display: "inline-fle
|
|
|
4570
4570
|
try {
|
|
4571
4571
|
if (!t || typeof t != "string") return;
|
|
4572
4572
|
if (ee.isDevelopmentMode) {
|
|
4573
|
-
console.warn(
|
|
4573
|
+
console.warn(
|
|
4574
|
+
`${Eu}
|
|
4575
|
+
|
|
4576
|
+
Event: ${t}
|
|
4577
|
+
Properties:`,
|
|
4578
|
+
n
|
|
4579
|
+
);
|
|
4574
4580
|
return;
|
|
4575
4581
|
}
|
|
4576
4582
|
const r = {
|