Skip to content

Commit

Permalink
Merge pull request #2595 from NDLANO/refactor/no-more-typography
Browse files Browse the repository at this point in the history
refactor: remove final typography usage
  • Loading branch information
Jonas-C authored Nov 4, 2024
2 parents e0e9799 + 6fbb001 commit f967218
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"@ndla/safelink": "^7.0.50-alpha.0",
"@ndla/styled-system": "^0.0.24",
"@ndla/tracker": "^5.0.9",
"@ndla/typography": "^0.4.25",
"@ndla/ui": "^56.0.59-alpha.0",
"@ndla/util": "^5.0.0-alpha.0",
"@ndla/video-search": "^8.0.49-alpha.0",
Expand Down
3 changes: 1 addition & 2 deletions src/components/HowTo/MarkdownExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*
*/

import { Table } from "@ndla/primitives";
import { Text } from "@ndla/typography";
import { Table, Text } from "@ndla/primitives";

const markdownSyntax = [
{ md: "**Bold**", html: <b>Bold</b> },
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6996,7 +6996,6 @@ __metadata:
"@ndla/types-backend": "npm:^0.2.95"
"@ndla/types-embed": "npm:^5.0.4-alpha.0"
"@ndla/types-taxonomy": "npm:^1.0.30"
"@ndla/typography": "npm:^0.4.25"
"@ndla/ui": "npm:^56.0.59-alpha.0"
"@ndla/util": "npm:^5.0.0-alpha.0"
"@ndla/video-search": "npm:^8.0.49-alpha.0"
Expand Down

0 comments on commit f967218

Please sign in to comment.