pollination-react-io 1.69.0 → 1.69.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 +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -49878,7 +49878,7 @@ var FileCard = function (_a) {
|
|
49878
49878
|
border: '1px solid var(--slate9)',
|
49879
49879
|
// @ts-ignore
|
49880
49880
|
highlight: 'var(--slate7)'
|
49881
|
-
}, hbjson: CADdata.data, buttonLabel: label, defaultAction: Action$1.
|
49881
|
+
}, hbjson: CADdata.data, buttonLabel: label, defaultAction: Action$1.preview, optionsConfig: {
|
49882
49882
|
add: true,
|
49883
49883
|
delete: false,
|
49884
49884
|
'subscribe-preview': false,
|
@@ -49891,7 +49891,7 @@ var FileCard = function (_a) {
|
|
49891
49891
|
border: '1px solid var(--slate9)',
|
49892
49892
|
// @ts-ignore
|
49893
49893
|
highlight: 'var(--slate7)'
|
49894
|
-
}, results: CADdata.data, buttonLabel: label, defaultAction: Action$1.
|
49894
|
+
}, results: CADdata.data, buttonLabel: label, defaultAction: Action$1.preview, optionsConfig: {
|
49895
49895
|
add: true,
|
49896
49896
|
delete: false,
|
49897
49897
|
'subscribe-preview': false,
|