@orderly.network/ui 2.0.1-alpha.3 → 2.0.1-alpha.5

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 CHANGED
@@ -8105,12 +8105,19 @@ type ExtensionPosition = ExtensionPositionEnum | string;
8105
8105
  declare enum ExtensionPositionEnum {
8106
8106
  DepositForm = "depositForm",
8107
8107
  WithdrawForm = "withdrawForm",
8108
+ ListEmpty = "listEmpty",
8109
+ MainNav = "mainNav",
8110
+ SideNav = "sideNav",
8108
8111
  /**
8109
8112
  * Wallet button
8110
8113
  */
8111
- AccountMenu = "accountMenu",
8112
- MainMenus = "mainMenus",
8113
- EmptyDataIdentifier = "emptyDataIdentifier"
8114
+ WalletButton = "walletButton",
8115
+ Logo = "logo",
8116
+ Toast = "toast",
8117
+ PortfolioLayout = "portfolioLayout",
8118
+ TradingRewardsLayout = "tradingRewardsLayout",
8119
+ AffiliateLayoutLayout = "affiliateLayoutLayout",
8120
+ EmptyDataState = "emptyDataState"
8114
8121
  }
8115
8122
 
8116
8123
  /**
@@ -8156,16 +8163,11 @@ interface Props$2 {
8156
8163
  }
8157
8164
  declare const ExtensionSlot: FC<Props$2>;
8158
8165
 
8159
- type ComponentOverrides = {
8160
- tabs: {
8161
- variant: "text" | "contained";
8162
- };
8163
- };
8164
8166
  type OrderlyThemeProviderProps = {
8167
+ dateFormatting?: string;
8165
8168
  components?: {
8166
8169
  [position in ExtensionPosition]: ComponentType;
8167
8170
  };
8168
- overrides?: Partial<ComponentOverrides>;
8169
8171
  };
8170
8172
  declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
8171
8173
 
package/dist/index.d.ts CHANGED
@@ -8105,12 +8105,19 @@ type ExtensionPosition = ExtensionPositionEnum | string;
8105
8105
  declare enum ExtensionPositionEnum {
8106
8106
  DepositForm = "depositForm",
8107
8107
  WithdrawForm = "withdrawForm",
8108
+ ListEmpty = "listEmpty",
8109
+ MainNav = "mainNav",
8110
+ SideNav = "sideNav",
8108
8111
  /**
8109
8112
  * Wallet button
8110
8113
  */
8111
- AccountMenu = "accountMenu",
8112
- MainMenus = "mainMenus",
8113
- EmptyDataIdentifier = "emptyDataIdentifier"
8114
+ WalletButton = "walletButton",
8115
+ Logo = "logo",
8116
+ Toast = "toast",
8117
+ PortfolioLayout = "portfolioLayout",
8118
+ TradingRewardsLayout = "tradingRewardsLayout",
8119
+ AffiliateLayoutLayout = "affiliateLayoutLayout",
8120
+ EmptyDataState = "emptyDataState"
8114
8121
  }
8115
8122
 
8116
8123
  /**
@@ -8156,16 +8163,11 @@ interface Props$2 {
8156
8163
  }
8157
8164
  declare const ExtensionSlot: FC<Props$2>;
8158
8165
 
8159
- type ComponentOverrides = {
8160
- tabs: {
8161
- variant: "text" | "contained";
8162
- };
8163
- };
8164
8166
  type OrderlyThemeProviderProps = {
8167
+ dateFormatting?: string;
8165
8168
  components?: {
8166
8169
  [position in ExtensionPosition]: ComponentType;
8167
8170
  };
8168
- overrides?: Partial<ComponentOverrides>;
8169
8171
  };
8170
8172
  declare const OrderlyThemeProvider: FC<PropsWithChildren<OrderlyThemeProviderProps>>;
8171
8173