@regenbio/regenbio-components-react 1.3.27 → 1.3.28
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/index.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ import CommonConstant from "./services/constants/commonConstant";
|
|
|
53
53
|
import IconConstant from "./services/constants/iconConstant";
|
|
54
54
|
import DbConstant from "./services/constants/dbConstant";
|
|
55
55
|
import { RespDTO, ConstantListItem, DictListItem, PageParams } from "./services/types/commonType";
|
|
56
|
-
import { BaseDO, BaseRelativeDO } from "
|
|
56
|
+
import { BaseDO, BaseRelativeDO } from "./services/interfaces/commonInterface";
|
|
57
57
|
import { TokenDO } from "./services/interfaces/oauth2Interface";
|
|
58
58
|
import zhCN from "./locales/zh-CN";
|
|
59
59
|
import enUS from "./locales/en-US";
|
package/package.json
CHANGED
package/tsconfig.json
CHANGED