pollination-react-io 1.74.0 → 1.74.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.
- package/build/index.esm.js +3 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -49943,10 +49943,10 @@ var FileCard = function (_a) {
|
|
49943
49943
|
// @ts-ignore
|
49944
49944
|
defaultAction: Action$1.preview, optionsConfig: {
|
49945
49945
|
add: true,
|
49946
|
-
delete:
|
49946
|
+
delete: (host === 'revit'),
|
49947
49947
|
'subscribe-preview': false,
|
49948
|
-
clear:
|
49949
|
-
preview:
|
49948
|
+
clear: (host !== 'revit'),
|
49949
|
+
preview: (host !== 'revit')
|
49950
49950
|
}, key: CADdata.id, defaultKey: CADdata.id })),
|
49951
49951
|
open && React__default.createElement("div", { className: 'card-description' }, description));
|
49952
49952
|
};
|