@trops/dash-core 0.1.118 → 0.1.119

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
@@ -19189,7 +19189,8 @@ var WidgetRenderer = function WidgetRenderer(_ref) {
19189
19189
  var uuidString = DashReact.getUUID(params.uuid);
19190
19190
  var widgetData = _objectSpread$m(_objectSpread$m({}, params), {}, {
19191
19191
  uuidString: uuidString,
19192
- providers: (config === null || config === void 0 ? void 0 : config.providers) || []
19192
+ providers: (config === null || config === void 0 ? void 0 : config.providers) || [],
19193
+ notifications: (config === null || config === void 0 ? void 0 : config.notifications) || []
19193
19194
  });
19194
19195
 
19195
19196
  // need to set the electron api here.
@@ -25149,6 +25150,7 @@ var ComponentManager = {
25149
25150
  events: "events" in c ? c["events"] : [],
25150
25151
  eventHandlers: "eventHandlers" in c ? c["eventHandlers"] : [],
25151
25152
  providers: "providers" in c ? c["providers"] : [],
25153
+ notifications: "notifications" in c ? c["notifications"] : [],
25152
25154
  icon: "icon" in c ? c["icon"] : null
25153
25155
  };
25154
25156
  }