@surveycake/rc 3.0.0-alpha.177 → 3.0.0-alpha.178
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/CHANGELOG.md +14 -0
- package/dist/Portal/index.d.ts +1 -1
- package/dist/rc.cjs.development.js +2 -2
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +2 -2
- package/dist/rc.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/rc.esm.js
CHANGED
|
@@ -208,9 +208,9 @@ import styled$1 from '@emotion/styled';
|
|
|
208
208
|
import { ThemeContext } from '@emotion/core';
|
|
209
209
|
export { ThemeContext } from '@emotion/core';
|
|
210
210
|
import { useTable } from 'react-table';
|
|
211
|
-
import { safeAdd, safeMul } from '@
|
|
211
|
+
import { safeAdd, safeMul } from '@cakefrosting/utils';
|
|
212
212
|
import { unmountComponentAtNode, render, createPortal } from 'react-dom';
|
|
213
|
-
import { useContainer } from '@
|
|
213
|
+
import { useContainer } from '@cakefrosting/rhooks';
|
|
214
214
|
import MuiModal from '@material-ui/core/Modal';
|
|
215
215
|
import MuiSnackbarContent$1 from '@material-ui/core/SnackbarContent';
|
|
216
216
|
import DateFnsUtils from '@date-io/date-fns';
|