@teachinglab/omd 0.1.7 → 0.1.8
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,5 +1,5 @@
|
|
|
1
1
|
import { omdColor } from '../../src/omdColor.js';
|
|
2
|
-
import { jsvgLayoutGroup, jsvgTextBox } from '@teachinglab/jsvg';
|
|
2
|
+
import { jsvgLayoutGroup, jsvgTextBox, jsvgRect } from '@teachinglab/jsvg';
|
|
3
3
|
/**
|
|
4
4
|
* Creates interactive step elements using jsvgLayoutGroup for multiple simplification steps
|
|
5
5
|
* Each step is a separate jsvgTextBox that can have hover interactions with the omdSequence
|