@rainlanguage/ui-components 0.0.1-alpha.23 → 0.0.1-alpha.24

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.
@@ -96,7 +96,10 @@ $: isOrdersPage = currentRoute.startsWith("/orders");
96
96
  }}
97
97
  >
98
98
  <svelte:fragment slot="title">
99
- <slot name="filters" />
99
+ <div class="mt-2 flex w-full justify-between">
100
+ <div class="text-3xl font-medium dark:text-white" data-testid="title">Orders</div>
101
+ <slot name="filters" />
102
+ </div>
100
103
  </svelte:fragment>
101
104
 
102
105
  <svelte:fragment slot="head">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rainlanguage/ui-components",
3
- "version": "0.0.1-alpha.23",
3
+ "version": "0.0.1-alpha.24",
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.0.18",
54
54
  "@imask/svelte": "^7.3.0",
55
55
  "@observablehq/plot": "^0.6.13",
56
- "@rainlanguage/orderbook": "0.0.1-alpha.23",
56
+ "@rainlanguage/orderbook": "0.0.1-alpha.24",
57
57
  "@reown/appkit": "^1.6.4",
58
58
  "@reown/appkit-adapter-wagmi": "^1.6.4",
59
59
  "@sentry/sveltekit": "^7.107.0",