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.
@@ -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: false,
49946
+ delete: (host === 'revit'),
49947
49947
  'subscribe-preview': false,
49948
- clear: true,
49949
- preview: true
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
  };