@eshal-bot/chat-widget 0.1.19 → 0.1.20

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.
@@ -1,4 +1,4 @@
1
- (function (utils) {
1
+ (function () {
2
2
  'use strict';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
@@ -58458,7 +58458,7 @@
58458
58458
  };
58459
58459
  }, [active, processing, sensitivity, updateRate, historySize, barWidth, baseBarHeight, barGap, barRadius, barColor, fadeEdges, fadeWidth, mode]);
58460
58460
  return /*#__PURE__*/jsxRuntimeExports.jsxs("div", _objectSpread2(_objectSpread2({
58461
- className: utils.cn("relative h-full w-full", className),
58461
+ className: cn("relative h-full w-full", className),
58462
58462
  ref: containerRef,
58463
58463
  style: {
58464
58464
  height: heightStyle
@@ -60750,4 +60750,4 @@
60750
60750
  default: webfontloaderExports
60751
60751
  }, [webfontloaderExports]);
60752
60752
 
60753
- })(utils);
60753
+ })();