@hanzo/ui 3.4.0 → 3.4.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -53,8 +53,7 @@
53
53
  "class-variance-authority": "^0.7.0",
54
54
  "clsx": "^2.1.0",
55
55
  "cmdk": "^0.2.0",
56
- "embla-carousel-autoplay": "8.0.0-rc15",
57
- "embla-carousel-react": "8.0.0-rc15",
56
+ "embla-carousel-react": "8.0.1",
58
57
  "input-otp": "^1.0.1",
59
58
  "lodash.castarray": "^4.4.0",
60
59
  "lodash.isplainobject": "^4.0.6",
@@ -2,7 +2,6 @@
2
2
 
3
3
  import * as React from 'react'
4
4
  import useEmblaCarousel, { type EmblaOptionsType, type EmblaCarouselType } from 'embla-carousel-react'
5
- import Autoplay from 'embla-carousel-autoplay'
6
5
  import { ArrowLeft, ArrowRight } from 'lucide-react'
7
6
 
8
7
  import { cn } from '../util'
@@ -270,5 +269,4 @@ export {
270
269
  CarouselItem,
271
270
  CarouselPrevious,
272
271
  CarouselNext,
273
- Autoplay as CarouselAutoplayPlugin
274
272
  }