@rainlanguage/ui-components 0.0.1-alpha.146 → 0.0.1-alpha.148
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.
|
@@ -42,7 +42,7 @@ $: vaultsVol = createInfiniteQuery({
|
|
|
42
42
|
|
|
43
43
|
<svelte:fragment slot="bodyRow" let:item>
|
|
44
44
|
<TableBodyCell tdClass="px-4 py-2">
|
|
45
|
-
<Hash type={HashType.Identifier} shorten value={item.id} />
|
|
45
|
+
<Hash type={HashType.Identifier} shorten value={item.id.toString()} />
|
|
46
46
|
</TableBodyCell>
|
|
47
47
|
<TableBodyCell tdClass="break-all py-2 min-w-32">
|
|
48
48
|
<div class="flex gap-x-3">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rainlanguage/ui-components",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.148",
|
|
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.
|
|
56
|
+
"@rainlanguage/orderbook": "0.0.1-alpha.148",
|
|
57
57
|
"@reown/appkit": "1.6.4",
|
|
58
58
|
"@reown/appkit-adapter-wagmi": "1.6.4",
|
|
59
59
|
"@sentry/sveltekit": "7.120.0",
|