Skip to content

Commit

Permalink
🔧 chore: update Command stories and package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
futjesus committed Feb 19, 2025
1 parent 8ec805c commit 615c1b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
10 changes: 5 additions & 5 deletions lib/components/Command/Command.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import { useContext, useEffect } from 'react';
import type { Meta, StoryObj } from '@storybook/react';
import { useContext, useEffect } from 'react';
import { Database, Moon, Sun } from 'react-feather';

import { ThemeProvider, useTheme } from '../../contexts';
import { ThemeProvider, useTheme } from '@/contexts';

import { Command as CommandComponent } from './Command';
import { CommandContext, CommandProvider } from './contexts';
import {
CommandGroup,
CommandInput,
CommandItem,
CommandSeparator,
} from './components';
import { Database, Moon, Sun } from 'react-feather';
import { CommandContext, CommandProvider } from './contexts';

type Story = StoryObj<typeof CommandComponent>;

const meta: Meta<typeof CommandComponent> = {
title: 'Design System/Command',
title: 'In Review/Command',
component: CommandComponent,
};

Expand Down
22 changes: 2 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,7 @@
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-visually-hidden": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
Expand Down

0 comments on commit 615c1b9

Please sign in to comment.