@pedidopago/ui 1.3.0 → 1.3.1

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.
@@ -13,7 +13,7 @@ var _useDisableBodyScroll = require("../../shared/hooks/useDisableBodyScroll");
13
13
 
14
14
  var _useKeyPress = require("../../shared/hooks/useKeyPress");
15
15
 
16
- var _useWindowSize2 = require("src/shared/hooks/useWindowSize");
16
+ var _useWindowSize2 = require("../../shared/hooks/useWindowSize");
17
17
 
18
18
  var _jsxRuntime = require("react/jsx-runtime");
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pedidopago/ui",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Quick build beatiful Pedido Pago apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",