cx 24.4.1 → 24.4.3

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.
@@ -32,4 +32,4 @@ interface RangeMarkerProps extends Cx.StyledContainerProps {
32
32
  inflate?: Cx.NumberProp;
33
33
  }
34
34
 
35
- export class RangeMarkerProps extends Cx.Widget<RangeMarkerProps> {}
35
+ export class RangeMarker extends Cx.Widget<RangeMarkerProps> {}
@@ -1,6 +1,6 @@
1
1
  import { BoundedObject } from "../svg/BoundedObject";
2
2
  import { Rect } from "../svg/util/Rect";
3
- import { Widget } from "../ui/Widget";
3
+ import { Widget, VDOM } from "../ui/Widget";
4
4
  import { parseStyle } from "../util/parseStyle";
5
5
 
6
6
  export class RangeMarker extends BoundedObject {