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
|
-
}, "
|
|
126
|
+
}, "Not uploaded"));
|
|
126
127
|
}
|
|
127
128
|
UploadDownloadWidget.propTypes = {
|
|
128
129
|
className: _propTypes.default.string,
|