diff --git a/components/notes/copyable-text.vue b/components/notes/copyable-text.vue deleted file mode 100644 index ecd1640..0000000 --- a/components/notes/copyable-text.vue +++ /dev/null @@ -1,33 +0,0 @@ - - - \ No newline at end of file diff --git a/components/notes/header.vue b/components/notes/header.vue index 6552ab4..b4e691b 100644 --- a/components/notes/header.vue +++ b/components/notes/header.vue @@ -1,5 +1,5 @@ @@ -21,6 +17,8 @@ import type { Account } from "@versia/client/schemas"; import type { z } from "zod"; import { Card, CardContent } from "~/components/ui/card"; +import Text from "../typography/text.vue"; +import Address from "./address.vue"; import Avatar from "./avatar.vue"; const { account, domain, naked } = defineProps<{ diff --git a/components/typography/bold.vue b/components/typography/bold.vue new file mode 100644 index 0000000..a36d885 --- /dev/null +++ b/components/typography/bold.vue @@ -0,0 +1,23 @@ + + + diff --git a/components/typography/headings/large.vue b/components/typography/headings/large.vue new file mode 100644 index 0000000..d28d4de --- /dev/null +++ b/components/typography/headings/large.vue @@ -0,0 +1,23 @@ + + + diff --git a/components/typography/headings/medium.vue b/components/typography/headings/medium.vue new file mode 100644 index 0000000..ce6a6b5 --- /dev/null +++ b/components/typography/headings/medium.vue @@ -0,0 +1,23 @@ + + + diff --git a/components/typography/headings/small.vue b/components/typography/headings/small.vue new file mode 100644 index 0000000..12c7f79 --- /dev/null +++ b/components/typography/headings/small.vue @@ -0,0 +1,23 @@ + + + diff --git a/components/typography/html.vue b/components/typography/html.vue new file mode 100644 index 0000000..82784dc --- /dev/null +++ b/components/typography/html.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/components/typography/layout/col.vue b/components/typography/layout/col.vue new file mode 100644 index 0000000..b2fb517 --- /dev/null +++ b/components/typography/layout/col.vue @@ -0,0 +1,25 @@ + + + diff --git a/components/typography/layout/row.vue b/components/typography/layout/row.vue new file mode 100644 index 0000000..5ad2b89 --- /dev/null +++ b/components/typography/layout/row.vue @@ -0,0 +1,25 @@ + + + diff --git a/components/typography/small.vue b/components/typography/small.vue new file mode 100644 index 0000000..abbc3c2 --- /dev/null +++ b/components/typography/small.vue @@ -0,0 +1,24 @@ + + + diff --git a/components/typography/text.vue b/components/typography/text.vue new file mode 100644 index 0000000..b2efdcd --- /dev/null +++ b/components/typography/text.vue @@ -0,0 +1,24 @@ + + +