catchup-library-web 1.4.14 → 1.4.15

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -12,6 +12,7 @@ export { default as BaseLoadingWithText } from "./components/loading/BaseLoading
12
12
 
13
13
  export { default as BaseModal } from "./components/modals/BaseModal";
14
14
 
15
+ export { default as ActivityEmptyContent } from "./components/activities/empty-content/ActivityEmptyContent";
15
16
  export { default as ActivityBodyContent } from "./components/activities/body-content/ActivityBodyContent";
16
17
  export { default as DropdownActivityContent } from "./components/activities/DropdownActivityContent";
17
18
  export { default as FillInTheBlanksActivityContent } from "./components/activities/FillInTheBlanksActivityContent";