compote-ui 0.60.5 → 0.60.6

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.
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import { Tabs } from '@ark-ui/svelte/tabs';
3
- import { ClientOnly } from '@ark-ui/svelte/client-only';
3
+ /* import { ClientOnly } from '@ark-ui/svelte/client-only'; */
4
4
  import type { TabsProps } from './types';
5
5
 
6
6
  let {
@@ -12,14 +12,14 @@
12
12
  }: TabsProps = $props();
13
13
  </script>
14
14
 
15
- <ClientOnly>
16
- <Tabs.Root
17
- {...rootProps}
18
- bind:value
19
- {defaultValue}
20
- {orientation}
21
- class="flex h-full data-[orientation='horizontal']:flex-col data-[orientation='vertical']:flex-row"
22
- >
23
- {@render children?.()}
24
- </Tabs.Root>
25
- </ClientOnly>
15
+ <!-- <ClientOnly> -->
16
+ <Tabs.Root
17
+ {...rootProps}
18
+ bind:value
19
+ {defaultValue}
20
+ {orientation}
21
+ class="flex h-full data-[orientation='horizontal']:flex-col data-[orientation='vertical']:flex-row"
22
+ >
23
+ {@render children?.()}
24
+ </Tabs.Root>
25
+ <!-- </ClientOnly> -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compote-ui",
3
- "version": "0.60.5",
3
+ "version": "0.60.6",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",