@loafmarkets/ui 0.1.273 → 0.1.274

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/index.mjs CHANGED
@@ -12649,7 +12649,7 @@ function OrderPanel({
12649
12649
  {
12650
12650
  type: "text",
12651
12651
  inputMode: "numeric",
12652
- value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toString(),
12652
+ value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toLocaleString(),
12653
12653
  style: { color: "#0ecb81" },
12654
12654
  onFocus: (e) => {
12655
12655
  setIsReceiveInputFocused(true);