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