Skip to content

Commit

Permalink
mv modal
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Oct 26, 2023
1 parent be8f38b commit c2c43bf
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 40 deletions.
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test:storybook:start": "start-server-and-test 'pnpm run storybook:start' 6006 'pnpm run test:storybook'"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.3.6",
"@sanity/dashboard": "^3.1.3",
Expand Down
3 changes: 1 addition & 2 deletions packages/nextjs/views/ModalFiltersMobile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button } from "shared-ui";
import { Button, Modal } from "shared-ui";
import React from "react";
import { Modal } from "components/Modal";
import { ProductFilters } from "components/ProductFilters/ProductFilters";
import { CategoryFilterItem, FlavourFilterItem, StyleFilterItem } from "utils/groqTypes/ProductList";

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions packages/shared-ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from "./components/Bread.icon";
export * from "./components/FeaturedQuote";
export * from "./components/FadeInOut";
export * from "./components/Select";
export * from "./components/Modal";
export * from "./components/WeDontSellBreadBanner";
1 change: 1 addition & 0 deletions packages/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test:storybook:start": "start-server-and-test 'pnpm run storybook:start' 6006 'pnpm run test:storybook'"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@tailwindcss/typography": "^0.5.4",
"classnames": "^2.3.2",
"framer-motion": "^7.4.0",
Expand Down
Loading

0 comments on commit c2c43bf

Please sign in to comment.