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.js CHANGED
@@ -49969,10 +49969,10 @@ var FileCard = function (_a) {
49969
49969
  // @ts-ignore
49970
49970
  defaultAction: Action$1.preview, optionsConfig: {
49971
49971
  add: true,
49972
- delete: false,
49972
+ delete: (host === 'revit'),
49973
49973
  'subscribe-preview': false,
49974
- clear: true,
49975
- preview: true
49974
+ clear: (host !== 'revit'),
49975
+ preview: (host !== 'revit')
49976
49976
  }, key: CADdata.id, defaultKey: CADdata.id })),
49977
49977
  open && React__default["default"].createElement("div", { className: 'card-description' }, description));
49978
49978
  };