Skip to content

Commit

Permalink
fixup! fixup! fixup! feat(ui): add ui-components package
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Nov 14, 2024
1 parent c0d4dae commit 84b26ff
Show file tree
Hide file tree
Showing 9 changed files with 2,375 additions and 710 deletions.
3 changes: 1 addition & 2 deletions apps/site/components/Common/NodejsLogo/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Nodejs from '@node-core/ui-components/Icons/Logos/Nodejs';
import type { LogoVariant } from '@node-core/ui-components/types';
import type { FC } from 'react';

import type { LogoVariant } from '@/types';

import style from './index.module.css';

type NodejsLogoProps = {
Expand Down
1 change: 1 addition & 0 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@heroicons/react": "~2.1.5",
"@mdx-js/mdx": "^3.0.1",
"@node-core/website-i18n": "*",
"@node-core/ui-components": "*",
"@nodevu/core": "~0.1.0",
"@orama/highlight": "^0.1.6",
"@oramacloud/client": "^1.3.16",
Expand Down
4 changes: 2 additions & 2 deletions apps/site/types/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { LogoVariant } from '@node-core/ui-components/types';

import type { RSSFeed, WebsiteBadge, WebsiteBanner } from './features';

export interface TwitterConfig {
Expand All @@ -13,8 +15,6 @@ export interface OGConfig {
imgHeight: string;
}

export type LogoVariant = 'default' | 'pride';

export interface SiteConfig {
title: string;
description: string;
Expand Down
3 changes: 0 additions & 3 deletions apps/site/types/og.ts

This file was deleted.

Loading

0 comments on commit 84b26ff

Please sign in to comment.