-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
1,170 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import type { StoryObj, Meta } from '@storybook/web-components' | ||
|
||
const meta: Meta = { | ||
title: 'Internal/OramaSearch', | ||
component: 'orama-search' | ||
} | ||
|
||
export default meta | ||
type Story = StoryObj | ||
|
||
const Template = (args) => { | ||
return ` | ||
<div style="height: 800px; width: 360px; border: 1px solid white; display: flex; flex-direction: column;"> | ||
<orama-search ${{ ...args }}></orama-chat> | ||
</div> | ||
` | ||
} | ||
|
||
// More on writing stories with args: https://storybook.js.org/docs/html/writing-stories/args | ||
export const OramaSearch: Story = { | ||
render: Template, | ||
args: {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import type { StoryObj, Meta } from '@storybook/html' | ||
|
||
const meta: Meta = { | ||
title: 'Public/SearchBox', | ||
component: 'search-box-toggler' | ||
} satisfies Meta | ||
|
||
export default meta | ||
type Story = StoryObj | ||
|
||
// More on writing stories with args: https://storybook.js.org/docs/html/writing-stories/args | ||
export const SearchBoxToggler: Story = { | ||
render: () => '<search-box-toggler></search-box-toggler>' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 11 additions & 1 deletion
12
packages/ui-stencil-react/dist/components/stencil-generated/index.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/ui-stencil-react/dist/components/stencil-generated/index.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 11 additions & 1 deletion
12
packages/ui-stencil-react/dist/types/components/stencil-generated/index.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
export declare const OramaP: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaChat: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaChatAssistentMessage: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaChatMessagesContainer: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaChatUserMessage: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaInput: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaParagraph: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaSearch: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaSmall: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaSpan: import("react").ForwardRefExoticComponent<any>; | ||
export declare const OramaTextarea: import("react").ForwardRefExoticComponent<any>; | ||
export declare const SearchBox: import("react").ForwardRefExoticComponent<any>; | ||
export declare const SearchBoxToggler: import("react").ForwardRefExoticComponent<any>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
export declare const OramaP: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaChat: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaChatAssistentMessage: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaChatMessagesContainer: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaChatUserMessage: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaInput: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaParagraph: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaSearch: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaSmall: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaSpan: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const OramaTextarea: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const SearchBox: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; | ||
export declare const SearchBoxToggler: import("vue").DefineSetupFnComponent<any, {}, {}, any, import("vue").PublicProps>; |
Oops, something went wrong.