@zohodesk/library-platform 1.0.1 → 1.0.2

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/es/bc/index.js CHANGED
@@ -1 +1,3 @@
1
+ export * from "./sort-by";
2
+ export * from "./zhttp";
1
3
  export * from "./zlist";
@@ -0,0 +1,2 @@
1
+ import * as _SortByConstants from "./Constants";
2
+ export { _SortByConstants as SortByConstants };
@@ -0,0 +1,2 @@
1
+ import * as _ZHttpConstants from "./Constants";
2
+ export { _ZHttpConstants as ZHttpConstants };
@@ -0,0 +1 @@
1
+ export { default as EmptyStateProperties } from "./Properties";
package/es/cc/index.js CHANGED
@@ -8,4 +8,5 @@ export * from "./table-list";
8
8
  export * from "./tags";
9
9
  export * from "./text";
10
10
  export * from "./action-icon";
11
+ export * from "./empty-state";
11
12
  export * from "./fields";
package/es/index.js CHANGED
@@ -4,7 +4,6 @@ import * as _BC from "./bc";
4
4
  export { _BC as BC };
5
5
  export { TableConnectedFactory } from "./desk-frameworks";
6
6
  export { ComponentRegistry, createCustomComponent } from "./library";
7
- import * as _TableFieldComponents from "./library/dot/legacy-to-new-arch/table-field-components";
8
- export { _TableFieldComponents as TableFieldComponents };
7
+ export { default as TableFieldComponents } from "./library/dot/legacy-to-new-arch/table-field-components";
9
8
  import * as _Components from "./library/dot/legacy-to-new-arch";
10
9
  export { _Components as Components };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/library-platform",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "es/index.js",
6
6
  "files": [