pollination-react-io 1.74.3 → 1.74.4

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,7 +49943,7 @@ var FileCard = function (_a) {
49943
49943
  highlight: 'var(--slate7)'
49944
49944
  }, results: CADdata.data, buttonLabel: label,
49945
49945
  // @ts-ignore
49946
- defaultAction: Action$1.preview, optionsConfig: {
49946
+ defaultAction: (host === 'revit') ? Action$1.add : Action$1.preview, optionsConfig: {
49947
49947
  add: true,
49948
49948
  delete: (host === 'revit'),
49949
49949
  'subscribe-preview': false,