@onehat/ui 0.3.310 → 0.3.311

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.310",
3
+ "version": "0.3.311",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -11,7 +11,7 @@ import {
11
11
  } from '../../Constants/Editor.js';
12
12
  import UiGlobals from '../../UiGlobals.js';
13
13
  import withComponent from '../Hoc/withComponent.js';
14
- import withPdfButton from '../Hoc/withPdfButton.js';
14
+ import withPdfButtons from '../Hoc/withPdfButtons.js';
15
15
  import inArray from '../../Functions/inArray.js';
16
16
  import getComponentFromType from '../../Functions/getComponentFromType.js';
17
17
  import buildAdditionalButtons from '../../Functions/buildAdditionalButtons.js';
@@ -305,4 +305,4 @@ function Viewer(props) {
305
305
  </Column>;
306
306
  }
307
307
 
308
- export default withComponent(withPdfButton(Viewer));
308
+ export default withComponent(withPdfButtons(Viewer));