@onehat/ui 0.3.269 → 0.3.270

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.269",
3
+ "version": "0.3.270",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -45,7 +45,6 @@ import withInlineEditor from '../Hoc/withInlineEditor.js';
45
45
  import getSaved from '../../Functions/getSaved.js';
46
46
  import setSaved from '../../Functions/setSaved.js';
47
47
  import getIconButtonFromConfig from '../../Functions/getIconButtonFromConfig.js';
48
- import testProps from '../../Functions/testProps.js';
49
48
  import nbToRgb from '../../Functions/nbToRgb.js';
50
49
  import testProps from '../../Functions/testProps.js';
51
50
  import Loading from '../Messages/Loading.js';