@rpg-engine/long-bow 0.4.9 → 0.4.10

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.
@@ -15337,7 +15337,7 @@ var orderByOptions = /*#__PURE__*/Object.values(OrderByType).flatMap(function (o
15337
15337
  transform: 'translateY(-2px)',
15338
15338
  display: 'inline-block'
15339
15339
  }
15340
- }, "\u2193"))
15340
+ }, "\u2191"))
15341
15341
  }, {
15342
15342
  id: index * 2 + 2,
15343
15343
  value: '-' + orderBy.toLowerCase(),
@@ -15346,7 +15346,7 @@ var orderByOptions = /*#__PURE__*/Object.values(OrderByType).flatMap(function (o
15346
15346
  transform: 'translateY(-2px)',
15347
15347
  display: 'inline-block'
15348
15348
  }
15349
- }, "\u2191"))
15349
+ }, "\u2193"))
15350
15350
  }];
15351
15351
  });
15352
15352