@panneau/field-resource-item 2.0.80 → 2.0.82

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/index.js CHANGED
@@ -76,7 +76,7 @@ var defaultProps = {
76
76
  getItemImage: getPathValue,
77
77
  itemLabelPath: 'label',
78
78
  itemDescriptionPath: null,
79
- itemImagePath: 'image',
79
+ itemImagePath: 'image.thumbnail_url',
80
80
  itemLabelWithId: false,
81
81
  placeholder: null,
82
82
  canCreate: false,
package/lib/index.js CHANGED
@@ -98,7 +98,7 @@ var defaultProps = {
98
98
  getItemImage: utils.getPathValue,
99
99
  itemLabelPath: 'label',
100
100
  itemDescriptionPath: null,
101
- itemImagePath: 'image',
101
+ itemImagePath: 'image.thumbnail_url',
102
102
  itemLabelWithId: false,
103
103
  placeholder: null,
104
104
  canCreate: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-resource-item",
3
- "version": "2.0.80",
3
+ "version": "2.0.82",
4
4
  "description": "An item mapping a resource",
5
5
  "keywords": [
6
6
  "javascript"
@@ -52,7 +52,8 @@
52
52
  "@panneau/element-select": "^2.0.75",
53
53
  "@panneau/form-resource": "^2.0.79",
54
54
  "@panneau/intl": "^2.0.79",
55
- "@panneau/modal-dialog": "^2.0.79",
55
+ "@panneau/modal-resource-form": "^2.0.79",
56
+ "@panneau/modal-resource-items": "^2.0.79",
56
57
  "classnames": "^2.2.6",
57
58
  "lodash": "^4.17.21",
58
59
  "prop-types": "^15.7.2",
@@ -61,5 +62,5 @@
61
62
  "publishConfig": {
62
63
  "access": "public"
63
64
  },
64
- "gitHead": "5ffbad88f5db131e4352f171cdee8a77a75a7572"
65
+ "gitHead": "b6c3cbb6ce82c6fd3c7aa20a9d2372c3995b622d"
65
66
  }