@mappedin/mappedin-js 4.0.14 → 4.1.0-beta.2

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.
@@ -1667,7 +1667,6 @@ declare module '@mappedin/mappedin-js/renderer/internal/Mappedin.FloatingLabel'
1667
1667
  RIGHT = "right"
1668
1668
  }
1669
1669
  class FloatingLabel extends BaseCollider implements ISmarterLabel {
1670
- #private;
1671
1670
  lines: number;
1672
1671
  contextConfigured: boolean;
1673
1672
  fillText: TDrawFn | undefined;