l-min-components 1.7.1522 → 1.7.1524
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 +3 -2
- package/src/components/index.js +0 -2
- package/src/mc/messages.json +24915 -0
- package/src/mc/occurrences.json +21774 -0
- package/src/mc/report.json +12 -0
- package/src/mc/wordStore.json +480 -0
package/package.json
CHANGED
package/src/components/index.js
CHANGED
|
@@ -34,7 +34,6 @@ export { default as TextEditorNew } from "./TextEditor2";
|
|
|
34
34
|
export { default as MessageAddon } from "./messageAddon/messages";
|
|
35
35
|
export { default as InstructorAccountSwitcher } from "./instructorAccountSwitcher";
|
|
36
36
|
export { default as InstructorRightBar } from "./fileRightBar/instructorRightBar";
|
|
37
|
-
|
|
38
37
|
export { default as EnterpriseRightBar } from "./fileRightBar/enterpriseRightBar";
|
|
39
38
|
export { default as FullPageLoader } from "./fullPageLoader";
|
|
40
39
|
export { default as AdminAppMainLayout } from "./AdminAppMainLayout";
|
|
@@ -51,7 +50,6 @@ export { default as AdminRolesPermissions } from "./AdminRolesPermission";
|
|
|
51
50
|
export { default as AdminCreateRolesPermissions } from "./AdminRolesPermission/create";
|
|
52
51
|
export { default as MobileLayout } from "./mobileLayout";
|
|
53
52
|
export { default as useTranslation } from "../hooks/useTranslation";
|
|
54
|
-
export { default as componentWordStore } from "../mc/wordStore.json";
|
|
55
53
|
export { default as ImageComponent } from "./ImageComponent";
|
|
56
54
|
export { default as DeveloperBanner } from "./banner/developerBanner";
|
|
57
55
|
export { default as VideoPlayer } from "./video-player";
|