@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.
Files changed (2) hide show
  1. package/dist/main.js +7 -1
  2. 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(Eu);
4573
+ console.warn(
4574
+ `${Eu}
4575
+
4576
+ Event: ${t}
4577
+ Properties:`,
4578
+ n
4579
+ );
4574
4580
  return;
4575
4581
  }
4576
4582
  const r = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",