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.
package/build/index.js CHANGED
@@ -49969,7 +49969,7 @@ var FileCard = function (_a) {
49969
49969
  highlight: 'var(--slate7)'
49970
49970
  }, results: CADdata.data, buttonLabel: label,
49971
49971
  // @ts-ignore
49972
- defaultAction: Action$1.preview, optionsConfig: {
49972
+ defaultAction: (host === 'revit') ? Action$1.add : Action$1.preview, optionsConfig: {
49973
49973
  add: true,
49974
49974
  delete: (host === 'revit'),
49975
49975
  'subscribe-preview': false,