@desynova-digital/components 8.10.1 → 8.10.2

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.
@@ -169,7 +169,7 @@ var Thumbnail = function Thumbnail(props) {
169
169
  position: "relative",
170
170
  zIndex: "2"
171
171
  },
172
- (card_status || upload_status) && statusIndex && _react2.default.createElement(
172
+ (card_status || upload_status) && statusIndex > -1 && _react2.default.createElement(
173
173
  StatusBoxStyles,
174
174
  {
175
175
  hex: _tokens.CARD_ASSET_STATUS[statusIndex] ? _tokens.CARD_ASSET_STATUS[statusIndex].hex : { background: "#AFB2BA" }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@desynova-digital/components",
3
- "version": "8.10.1",
3
+ "version": "8.10.2",
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.1",
10
+ "@desynova-digital/tokens": "8.10.2",
11
11
  "prop-types": "^15.7.2",
12
12
  "styled-components": "^4.3.2"
13
13
  },