@esri/solutions-components 0.8.7 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -62,6 +62,10 @@ const CrowdsourceManager = class {
62
62
  this.hideMapOnLoad = undefined;
63
63
  this.mapInfos = [];
64
64
  this.onlyShowUpdatableLayers = true;
65
+ this.popupHeaderColor = undefined;
66
+ this.popupHeaderHoverColor = undefined;
67
+ this.popupHeaderHoverTextColor = undefined;
68
+ this.popupHeaderTextColor = undefined;
65
69
  this.searchConfiguration = undefined;
66
70
  this.shareIncludeEmbed = undefined;
67
71
  this.shareIncludeSocial = undefined;
@@ -36,8 +36,6 @@ const CrowdsourceReporter = class {
36
36
  this.objectId = undefined;
37
37
  this.center = undefined;
38
38
  this.level = undefined;
39
- this.popupHeaderHoverColor = undefined;
40
- this.popupHeaderColor = undefined;
41
39
  this.reportButtonText = undefined;
42
40
  this.reportsHeader = undefined;
43
41
  this.reportingOptions = undefined;