@evercam/ui 0.0.63-preview-standarized-enum-fields-76e6ed734 → 0.0.63-preview-standarized-enum-fields-55c742d25

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/index.mjs CHANGED
@@ -15461,7 +15461,7 @@ const Fi = s4.exports, a4 = j.extend({
15461
15461
  },
15462
15462
  computed: {
15463
15463
  withTooltip() {
15464
- return console.log("test log"), !!this.tooltipText;
15464
+ return !!this.tooltipText;
15465
15465
  },
15466
15466
  buttonClassesContainsBg() {
15467
15467
  return this.buttonClasses ? typeof this.buttonClasses == "string" && this.buttonClasses.split("e-bg-").length > 1 || typeof this.buttonClasses == "object" && Object.keys(this.buttonClasses).some(