@rainlanguage/ui-components 0.0.1-alpha.152 → 0.0.1-alpha.154

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -67,7 +67,6 @@ export { default as InputRegistryUrl } from './components/input/InputRegistryUrl
67
67
  export { default as TransactionList } from './components/transactions/TransactionList.svelte';
68
68
  export { default as FixedBottomTransaction } from './components/transactions/FixedBottomTransaction.svelte';
69
69
  export type { AppStoresInterface } from './types/appStores.ts';
70
- export type { OrderbookConfigSource, OrderbookCfgRef } from '@rainlanguage/orderbook';
71
70
  export { TransactionStatusMessage, TransactionStoreErrorMessage, type TransactionArgs, type VaultActionArgs } from './types/transaction';
72
71
  export type { VaultActionModalProps, QuoteDebugModalHandler, DebugTradeModalHandler, DisclaimerModalProps, TransactionConfirmationProps, HandleTransactionConfirmationModal } from './types/modal';
73
72
  export type { ValidOrderDetail, InvalidOrderDetail } from './types/order.ts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainlanguage/ui-components",
3
- "version": "0.0.1-alpha.152",
3
+ "version": "0.0.1-alpha.154",
4
4
  "description": "A component library for building Svelte applications to be used with Raindex.",
5
5
  "license": "LicenseRef-DCL-1.0",
6
6
  "author": "Rain Open Source Software Ltd",
@@ -53,7 +53,7 @@
53
53
  "@fontsource/dm-sans": "5.1.0",
54
54
  "@imask/svelte": "7.6.1",
55
55
  "@observablehq/plot": "0.6.16",
56
- "@rainlanguage/orderbook": "0.0.1-alpha.152",
56
+ "@rainlanguage/orderbook": "0.0.1-alpha.154",
57
57
  "@reown/appkit": "1.6.4",
58
58
  "@reown/appkit-adapter-wagmi": "1.6.4",
59
59
  "@sentry/sveltekit": "7.120.0",