bnstooltips 1.25.1 → 1.25.2
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/build/index.es.js +3 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -8750,7 +8750,9 @@ function AddSkillEnhancements(subInfoGroups, item) {
|
|
|
8750
8750
|
subInfoGroups.push({
|
|
8751
8751
|
title: "Skill Enhancements:",
|
|
8752
8752
|
texts: [
|
|
8753
|
-
React__default["default"].createElement("div", null, item.itemRandomSkillEnhancements.groupLists[0]
|
|
8753
|
+
React__default["default"].createElement("div", null, item.itemRandomSkillEnhancements.groupLists[0]
|
|
8754
|
+
.sort(function (a, b) { return a.skillName.localeCompare(b.skillName); })
|
|
8755
|
+
.map(function (skillenhancement, index) { return (React__default["default"].createElement("div", { key: "skillEnhancement_" + index, style: {
|
|
8754
8756
|
display: "flex",
|
|
8755
8757
|
alignItems: "center",
|
|
8756
8758
|
padding: ".1rem 0",
|