ywana-core8 0.0.260 → 0.0.263

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": "ywana-core8",
3
- "version": "0.0.260",
3
+ "version": "0.0.263",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -254,7 +254,7 @@ const TableFilters = (props) => {
254
254
  /**
255
255
  * Table Editor
256
256
  */
257
- const TableEditor = (props) => {
257
+ export const TableEditor = (props) => {
258
258
 
259
259
  const site = useContext(SiteContext)
260
260
  const [pageContext, setPageContext] = useContext(PageContext)
@@ -4,4 +4,4 @@ export { ContentEditor, TabbedContentEditor, CollectionEditor, TreededContentEdi
4
4
  export { CreateContentDialog } from './CreateContentDialog'
5
5
  export { EditContentDialog } from './EditContentDialog'
6
6
  export { CollectionPage, CollectionContext } from './CollectionPage'
7
- export { TablePage } from './TablePage'
7
+ export { TablePage, TableEditor } from './TablePage'