@desynova-digital/components 8.10.0 → 8.10.1
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.
|
@@ -185,8 +185,8 @@ var Thumbnail = function Thumbnail(props) {
|
|
|
185
185
|
},
|
|
186
186
|
card_status || upload_status
|
|
187
187
|
)
|
|
188
|
-
),
|
|
189
|
-
actions && actions.length
|
|
188
|
+
) || null,
|
|
189
|
+
actions && actions.length && actions.map(function (item, i) {
|
|
190
190
|
return item.icon && _react2.default.createElement(
|
|
191
191
|
IconButtonStyles,
|
|
192
192
|
{
|
|
@@ -208,7 +208,7 @@ var Thumbnail = function Thumbnail(props) {
|
|
|
208
208
|
},
|
|
209
209
|
_react2.default.createElement(_icon2.default, { name: item.icon, width: 14, height: 14 })
|
|
210
210
|
);
|
|
211
|
-
})
|
|
211
|
+
}) || null
|
|
212
212
|
),
|
|
213
213
|
iframeurl && _react2.default.createElement(
|
|
214
214
|
"div",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.1",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.10.
|
|
10
|
+
"@desynova-digital/tokens": "8.10.1",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|