Skip to content

Commit 3bf2753

Browse files
authored
chore(Orama): move some components in @node-core/ui-components (#8352)
* chore(orama): move some components to ui-components * fixup! * fixup! * no use client in ui components * fix css * fixup! * fixup! * fix imports
1 parent ccaf9d1 commit 3bf2753

File tree

44 files changed

+721
-1077
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+721
-1077
lines changed

apps/site/components/Common/Searchbox/ChatInteractions/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
.scrollDownButton {
4141
@apply absolute
42-
bottom-36
42+
bottom-28
4343
left-1/2
4444
inline-flex
4545
-translate-x-1/2
@@ -53,7 +53,6 @@
5353
focus:bg-neutral-300
5454
focus:outline-none
5555
motion-safe:transition-colors
56-
lg:bottom-28
5756
dark:bg-neutral-900
5857
dark:text-neutral-200
5958
focus:dark:bg-neutral-800;

apps/site/components/Common/Searchbox/ChatMessage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ChatActions from '@node-core/ui-components/Common/Search/Chat/Actions';
12
import type { Interaction } from '@orama/core';
23
import { ChatInteractions } from '@orama/ui/components';
34
import type { FC } from 'react';
45

5-
import { ChatActions } from '../ChatActions';
66
import ChatSources from '../ChatSources';
77
import styles from './index.module.css';
88

apps/site/components/Common/Searchbox/DocumentLink/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
.documentLink {
44
@apply rounded-xl
5-
bg-white
5+
bg-neutral-100
66
px-4
77
py-2
88
text-neutral-900
99
duration-300
1010
hover:bg-neutral-200
1111
focus:bg-neutral-200
1212
motion-safe:transition-colors
13-
lg:bg-neutral-100
1413
dark:bg-neutral-950
1514
dark:text-neutral-200
1615
hover:dark:bg-neutral-900

apps/site/components/Common/Searchbox/EmptyResults/index.tsx

Lines changed: 0 additions & 65 deletions
This file was deleted.

apps/site/components/Common/Searchbox/InnerSearchboxModal/index.module.css

Lines changed: 0 additions & 19 deletions
This file was deleted.

apps/site/components/Common/Searchbox/InnerSearchboxModal/index.tsx

Lines changed: 0 additions & 68 deletions
This file was deleted.

apps/site/components/Common/Searchbox/MobileTopBar/index.module.css

Lines changed: 0 additions & 67 deletions
This file was deleted.

apps/site/components/Common/Searchbox/MobileTopBar/index.tsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

apps/site/components/Common/Searchbox/Search/index.tsx

Lines changed: 0 additions & 50 deletions
This file was deleted.

apps/site/components/Common/Searchbox/Search/utils.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)