@trops/dash-core 0.1.400 → 0.1.401

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/dist/index.js CHANGED
@@ -25735,6 +25735,11 @@ var LayoutGridContainer = /*#__PURE__*/React.memo(function (_ref3) {
25735
25735
  widgetComponentName: cellComponent.component,
25736
25736
  widgetId: cellComponent.id,
25737
25737
  selectedProviders: cellComponent.selectedProviders || null,
25738
+ // Pass the live widget's userPrefs so the
25739
+ // preview renders the same configured state
25740
+ // the user sees on the dashboard (titles,
25741
+ // defaults, etc.) instead of blank values.
25742
+ userPrefs: cellComponent.userPrefs || null,
25738
25743
  sourcePackage: ((_ComponentManager$con = ComponentManager.config(cellComponent.component, cellComponent)) === null || _ComponentManager$con === void 0 ? void 0 : _ComponentManager$con._sourcePackage) || null
25739
25744
  }
25740
25745
  }));