@loafmarkets/ui 0.1.332 → 0.1.333
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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13558,6 +13558,7 @@ function PortfolioActivityPanel({
|
|
|
13558
13558
|
cancellingOrderId = null,
|
|
13559
13559
|
compactPositions = false,
|
|
13560
13560
|
defaultTab,
|
|
13561
|
+
onTabChange,
|
|
13561
13562
|
pageSize = ACTIVITY_PAGE_SIZE_DEFAULT,
|
|
13562
13563
|
blockExplorerBaseUrl: _blockExplorerBaseUrl = "https://sepolia.basescan.org/tx",
|
|
13563
13564
|
className,
|
|
@@ -13687,6 +13688,7 @@ function PortfolioActivityPanel({
|
|
|
13687
13688
|
const handleTabChange = (tab) => {
|
|
13688
13689
|
setActiveTab(tab);
|
|
13689
13690
|
setCurrentPage(0);
|
|
13691
|
+
onTabChange?.(tab);
|
|
13690
13692
|
};
|
|
13691
13693
|
const activeDataLength = (() => {
|
|
13692
13694
|
switch (activeTab) {
|