ywana-core8 0.0.333 → 0.0.334

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,7 +7,6 @@ import ResumableJS from 'resumablejs';
7
7
  import { ReactNotifications, Store } from 'react-notifications-component';
8
8
  import 'react-notifications-component/dist/theme.css';
9
9
  import equal from 'deep-equal';
10
- import { TYPES as TYPES$1 } from 'ywana-core8';
11
10
 
12
11
  function _catch$2(body, recover) {
13
12
  try {
@@ -5033,12 +5032,12 @@ var EntityViewer = function EntityViewer(props) {
5033
5032
  var QUERY = {
5034
5033
  id: {
5035
5034
  id: "id",
5036
- type: TYPES$1.STRING,
5035
+ type: TYPES.STRING,
5037
5036
  editable: false
5038
5037
  },
5039
5038
  name: {
5040
5039
  id: "name",
5041
- type: TYPES$1.STRING,
5040
+ type: TYPES.STRING,
5042
5041
  required: true,
5043
5042
  label: "Name"
5044
5043
  }