ywana-core8 0.0.195 → 0.0.196

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.195",
3
+ "version": "0.0.196",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  import React from 'react'
2
2
  import { Property } from '../html'
3
- import { TYPES } from './ContentType'
3
+ import { Content, TYPES } from './ContentType'
4
4
 
5
5
  /**
6
6
  * Content Viewer
@@ -38,6 +38,7 @@ export const ContentViewer = (props) => {
38
38
 
39
39
  /**
40
40
  * Field Viewer
41
+ *
41
42
  * @param {} props
42
43
  * @returns
43
44
  */