oa-componentbook 0.17.82 → 0.17.83

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.
@@ -121,8 +121,9 @@ function UploadDownloadWidget(_ref) {
121
121
  /*#__PURE__*/
122
122
  // Neither downloadable, uploadable nor deletable */}
123
123
  _react.default.createElement(_Typography.default, {
124
+ color: "secondary-content",
124
125
  type: "type-b2-400"
125
- }, "Document not uploaded"));
126
+ }, "Not uploaded"));
126
127
  }
127
128
  UploadDownloadWidget.propTypes = {
128
129
  className: _propTypes.default.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "0.17.82",
3
+ "version": "0.17.83",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",