@iblai/web-containers 1.12.3 → 1.13.0

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.
@@ -7,6 +7,7 @@ export { default as IntegrationsTab } from './profile/integration';
7
7
  export { default as BillingTab } from './profile/billing';
8
8
  export { default as AdvancedTab } from './profile/advanced/advanced';
9
9
  export { default as MonetizationTab } from './profile/monetization';
10
+ export { GradebookTab } from './profile/gradebook/gradebook-tab';
10
11
  export * from './searchable-multiselect';
11
12
  export * from './rich-text-editor';
12
13
  export * from './top-banner';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-containers",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "ibl web containers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -7,6 +7,7 @@ export { default as IntegrationsTab } from './profile/integration';
7
7
  export { default as BillingTab } from './profile/billing';
8
8
  export { default as AdvancedTab } from './profile/advanced/advanced';
9
9
  export { default as MonetizationTab } from './profile/monetization';
10
+ export { GradebookTab } from './profile/gradebook/gradebook-tab';
10
11
  export * from './searchable-multiselect';
11
12
  export * from './rich-text-editor';
12
13
  export * from './top-banner';
@@ -7,6 +7,7 @@ export { default as IntegrationsTab } from './profile/integration';
7
7
  export { default as BillingTab } from './profile/billing';
8
8
  export { default as AdvancedTab } from './profile/advanced/advanced';
9
9
  export { default as MonetizationTab } from './profile/monetization';
10
+ export { GradebookTab } from './profile/gradebook/gradebook-tab';
10
11
  export * from './searchable-multiselect';
11
12
  export * from './rich-text-editor';
12
13
  export * from './top-banner';