@popmenu/common-ui 0.18.0 → 0.18.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.
- package/build/components/Box/index.d.ts +7 -2
- package/build/index.es.js +47 -1277
- package/build/index.es.js.map +1 -1
- package/build/index.js +64 -1289
- package/build/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Using the customized Box component in Popmenu repo breaks Cypress tests.
|
|
3
|
+
* Many tests fail for TypeError around ResizeObserver
|
|
4
|
+
* export { Box as default } from './Box'
|
|
5
|
+
* export { BoxProps } from './BoxProps'
|
|
6
|
+
*/
|
|
7
|
+
export { Box as default, BoxProps } from '@material-ui/core';
|