Skip to content

Commit

Permalink
feat(components): Share Dialog (#1736)
Browse files Browse the repository at this point in the history
* icons and formatting

* added mdx and updated stories

* added padding to dialog to match figma. Removed instabook

* Added Typography, but still not OSWALD

* Resizing header

* Created share btn

* Updated MDX, and removed custom share button, added share Icon to share btn

* Figma designs added and description with /**

* made everything jsdoc
  • Loading branch information
l1keafox authored May 1, 2024
1 parent a38a2a9 commit 66014d0
Show file tree
Hide file tree
Showing 14 changed files with 4,529 additions and 4,273 deletions.
568 changes: 284 additions & 284 deletions apps/app/styles/globals.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions packages/UI/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Abel&family=Holtwood+One+SC&family=Roboto&family=Alfa+Slab+One&family=Vollkorn&family=Nunito+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
rel="stylesheet"
/>
<script
type="module"
src="https://unpkg.com/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js"
></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Abel&family=Holtwood+One+SC&family=Roboto&family=Alfa+Slab+One&family=Vollkorn&family=Nunito+Sans&family=Oswald:wght@200..700&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
rel="stylesheet"
/>
<script
type="module"
src="https://unpkg.com/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js"
></script>
1 change: 1 addition & 0 deletions packages/UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"iso8601-duration": "2.1.2",
"lucide-react": "0.314.0",
"next": "^12.2.3",
"next-share": "0.27.0",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-burger-menu": "^3.0.8",
Expand Down
Loading

0 comments on commit 66014d0

Please sign in to comment.