compote-ui 0.19.2 → 0.19.4

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.
@@ -12,7 +12,7 @@
12
12
  </script>
13
13
 
14
14
  <Carousel.Root
15
- class={cn('flex flex-col gap-2 data-[orientation=vertical]:flex-row data-[orientation=vertical]:h-80', className)}
15
+ class={cn('flex flex-col gap-2 data-[orientation=vertical]:flex-row', className)}
16
16
  {...rest}
17
17
  >
18
18
  {@render children?.()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "compote-ui",
3
- "version": "0.19.2",
3
+ "version": "0.19.4",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",