@texturehq/edges 1.18.0 → 1.18.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.d.cts CHANGED
@@ -3344,6 +3344,7 @@ interface HorizontalBarCellProps extends CellComponentProps {
3344
3344
  minWidth?: number;
3345
3345
  segments?: number;
3346
3346
  segmentGap?: number;
3347
+ barWidth?: number | string;
3347
3348
  }
3348
3349
  /**
3349
3350
  * HorizontalBarCell
package/dist/index.d.ts CHANGED
@@ -3344,6 +3344,7 @@ interface HorizontalBarCellProps extends CellComponentProps {
3344
3344
  minWidth?: number;
3345
3345
  segments?: number;
3346
3346
  segmentGap?: number;
3347
+ barWidth?: number | string;
3347
3348
  }
3348
3349
  /**
3349
3350
  * HorizontalBarCell