aliencharts 0.1.0 → 0.1.1

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.js CHANGED
@@ -4722,7 +4722,7 @@ function ChartGrid({
4722
4722
  "div",
4723
4723
  {
4724
4724
  ref: containerRef,
4725
- className: `relative h-full overflow-y-auto ${className}`,
4725
+ className: `aliencharts-root relative h-full overflow-y-auto ${className}`,
4726
4726
  style: {
4727
4727
  cursor: rectangleZoomChartId || activeDrawingTool ? "crosshair" : void 0
4728
4728
  },