@base-framework/organisms 1.0.54 → 1.0.55

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.
@@ -9,4 +9,4 @@
9
9
  *
10
10
  * @class
11
11
  */
12
- export const List: object | Function;
12
+ export const List: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").Constructor;
@@ -1,3 +1,4 @@
1
+ declare const TableBody_base: import("node_modules/@base-framework/base/dist/types/modules/component/jot.js").Constructor;
1
2
  /**
2
3
  * TableBody
3
4
  *
@@ -9,6 +10,8 @@
9
10
  *
10
11
  * @class
11
12
  */
12
- export class TableBody {
13
+ export class TableBody extends TableBody_base {
14
+ [x: string]: any;
13
15
  render(): any;
14
16
  }
17
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/organisms",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "This will add default organisms to the base framework.",
5
5
  "main": "./dist/organisms.js",
6
6
  "scripts": {