Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { motion } from 'motion/react';
import { cva, VariantProps } from 'class-variance-authority';
import { cva, type VariantProps } from 'class-variance-authority';
import { cn } from '@/lib/utils';

const motionAnimationProps = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
SelectValue,
} from '@/components/ui/select';
import { cn } from '@/lib/utils';
import { toggleVariants } from '../ui/toggle';
import { toggleVariants } from '@/components/ui/toggle';

const selectVariants = cva(
[
Expand Down
8 changes: 4 additions & 4 deletions packages/shadcn/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "agent-disconnect-button",
"type": "registry:component",
"title": "Agent Session Disconnect",
"title": "Agent Disconnect Button",
"description": "A button for disconnecting the agent session.",
"files": [
{
Expand Down Expand Up @@ -94,7 +94,7 @@
{
"name": "agent-audio-visualizer-bar",
"type": "registry:component",
"title": "Audio Bar Visualizer",
"title": "Agent Audio Visualizer Bar",
"description": "A linear bar visualizer for audio tracks.",
"files": [
{
Expand All @@ -117,7 +117,7 @@
{
"name": "agent-audio-visualizer-radial",
"type": "registry:component",
"title": "Audio Radial Visualizer",
"title": "Agent Audio Visualizer Radial",
"description": "A radial bar visualizer for audio tracks.",
"files": [
{
Expand All @@ -139,7 +139,7 @@
{
"name": "agent-audio-visualizer-grid",
"type": "registry:component",
"title": "Audio Grid Visualizer",
"title": "Agent Audio Visualizer Grid",
"description": "A grid visualizer for audio tracks.",
"files": [
{
Expand Down