@ntbjs/react-components 1.2.0-rc.53 → 1.2.0-rc.54
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.
|
@@ -838,7 +838,7 @@ var AssetGalleryCompactCard = function AssetGalleryCompactCard(props) {
|
|
|
838
838
|
|
|
839
839
|
AssetGalleryCompactCard.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
840
840
|
asset: defaultTheme.PropTypes.shape(assetShapeWithLayout).isRequired,
|
|
841
|
-
hasHeightAndWidth: defaultTheme.PropTypes.bool
|
|
841
|
+
hasHeightAndWidth: defaultTheme.PropTypes.bool,
|
|
842
842
|
selectable: defaultTheme.PropTypes.bool,
|
|
843
843
|
selected: defaultTheme.PropTypes.bool,
|
|
844
844
|
extendedSelectMode: defaultTheme.PropTypes.bool,
|
|
@@ -961,7 +961,6 @@ var ComputedRootComponent = function ComputedRootComponent(_ref) {
|
|
|
961
961
|
}, newProps));
|
|
962
962
|
};
|
|
963
963
|
|
|
964
|
-
ComputedRootComponent.propTypes = process.env.NODE_ENV !== "production" ? {} : {};
|
|
965
964
|
var ComputedActionButton = React__default['default'].forwardRef(function ComputedActionButton(_ref2, forwardedRef) {
|
|
966
965
|
var component = _ref2.component,
|
|
967
966
|
className = _ref2.className,
|
package/package.json
CHANGED
package/widgets/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var AssetGallery = require('../AssetGallery-
|
|
5
|
+
var AssetGallery = require('../AssetGallery-885556cf.js');
|
|
6
6
|
var ContextMenu = require('../ContextMenu-4ec3d9f3.js');
|
|
7
7
|
var AssetPreviewTopBar = require('../AssetPreviewTopBar-c28715f7.js');
|
|
8
8
|
var Instructions = require('../Instructions-b9f2e184.js');
|