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 CHANGED
@@ -8742,7 +8742,9 @@ function AddSkillEnhancements(subInfoGroups, item) {
8742
8742
  subInfoGroups.push({
8743
8743
  title: "Skill Enhancements:",
8744
8744
  texts: [
8745
- React.createElement("div", null, item.itemRandomSkillEnhancements.groupLists[0].map(function (skillenhancement, index) { return (React.createElement("div", { key: "skillEnhancement_" + index, style: {
8745
+ React.createElement("div", null, item.itemRandomSkillEnhancements.groupLists[0]
8746
+ .sort(function (a, b) { return a.skillName.localeCompare(b.skillName); })
8747
+ .map(function (skillenhancement, index) { return (React.createElement("div", { key: "skillEnhancement_" + index, style: {
8746
8748
  display: "flex",
8747
8749
  alignItems: "center",
8748
8750
  padding: ".1rem 0",