@saasquatch/mint-components 1.15.0-13 → 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.
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +4 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +4 -0
- package/dist/esm/sqm-big-stat_41.entry.js +4 -0
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-9617685e.system.entry.js +1 -0
- package/dist/mint-components/{p-be4b9c0e.entry.js → p-9b2e60ce.entry.js} +1 -1
- package/dist/mint-components/p-ee06426a.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-2e3acbb8.system.entry.js +0 -1
|
@@ -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()
|