@saasquatch/mint-components 1.15.0-14 → 1.15.0-15

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.
@@ -1513,6 +1513,10 @@ const Leaderboard = class {
1513
1513
  width: this.width,
1514
1514
  viewingUserHighlightColor: this.viewingUserHighlightColor,
1515
1515
  viewingUserHighlightTextColor: this.viewingUserHighlightTextColor,
1516
+ background: this.background,
1517
+ borderColor: this.borderColor,
1518
+ textColor: this.textColor,
1519
+ borderRadius: this.borderRadius,
1516
1520
  };
1517
1521
  const demoProps = { ...props, demoData: this.demoData };
1518
1522
  const viewprops = index_module.isDemo()
@@ -79,6 +79,10 @@ export class Leaderboard {
79
79
  width: this.width,
80
80
  viewingUserHighlightColor: this.viewingUserHighlightColor,
81
81
  viewingUserHighlightTextColor: this.viewingUserHighlightTextColor,
82
+ background: this.background,
83
+ borderColor: this.borderColor,
84
+ textColor: this.textColor,
85
+ borderRadius: this.borderRadius,
82
86
  };
83
87
  const demoProps = { ...props, demoData: this.demoData };
84
88
  const viewprops = isDemo()
@@ -1509,6 +1509,10 @@ const Leaderboard = class {
1509
1509
  width: this.width,
1510
1510
  viewingUserHighlightColor: this.viewingUserHighlightColor,
1511
1511
  viewingUserHighlightTextColor: this.viewingUserHighlightTextColor,
1512
+ background: this.background,
1513
+ borderColor: this.borderColor,
1514
+ textColor: this.textColor,
1515
+ borderRadius: this.borderRadius,
1512
1516
  };
1513
1517
  const demoProps = { ...props, demoData: this.demoData };
1514
1518
  const viewprops = isDemo()