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.esm.js
CHANGED
@@ -49852,7 +49852,7 @@ var FileCard = function (_a) {
|
|
49852
49852
|
border: '1px solid var(--slate9)',
|
49853
49853
|
// @ts-ignore
|
49854
49854
|
highlight: 'var(--slate7)'
|
49855
|
-
}, hbjson: CADdata.data, buttonLabel: label, defaultAction: Action$1.
|
49855
|
+
}, hbjson: CADdata.data, buttonLabel: label, defaultAction: Action$1.preview, optionsConfig: {
|
49856
49856
|
add: true,
|
49857
49857
|
delete: false,
|
49858
49858
|
'subscribe-preview': false,
|
@@ -49865,7 +49865,7 @@ var FileCard = function (_a) {
|
|
49865
49865
|
border: '1px solid var(--slate9)',
|
49866
49866
|
// @ts-ignore
|
49867
49867
|
highlight: 'var(--slate7)'
|
49868
|
-
}, results: CADdata.data, buttonLabel: label, defaultAction: Action$1.
|
49868
|
+
}, results: CADdata.data, buttonLabel: label, defaultAction: Action$1.preview, optionsConfig: {
|
49869
49869
|
add: true,
|
49870
49870
|
delete: false,
|
49871
49871
|
'subscribe-preview': false,
|