Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-ubs committed Dec 20, 2024
1 parent 8556eec commit e567abb
Show file tree
Hide file tree
Showing 7 changed files with 673 additions and 692 deletions.
28 changes: 14 additions & 14 deletions lib/platform-bible-react/dist/index.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/platform-bible-react/dist/index.cjs.map

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions lib/platform-bible-react/dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,8 @@ export type TabNavigationContentSearchProps = {
searchPlaceholder?: string;
/** Optional title to include in the header */
headerTitle?: string;
/** Optional flag to make the search bar appear full width */
isSearchBarFullWidth?: boolean;
};
declare function TabNavigationContentSearch({ tabList, onSearch, searchPlaceholder, headerTitle, isSearchBarFullWidth, }: TabNavigationContentSearchProps): import("react/jsx-runtime").JSX.Element;
declare function TabNavigationContentSearch({ tabList, onSearch, searchPlaceholder, headerTitle, }: TabNavigationContentSearchProps): import("react/jsx-runtime").JSX.Element;
export type SelectedSettingsSidebarItem = {
label: string;
projectId?: string;
Expand Down Expand Up @@ -959,12 +957,10 @@ export type SearchBarProps = {
onSearch: (searchQuery: string) => void;
/** Optional string that appears in the search bar without a search string */
placeholder?: string;
/** Optional boolean to set the input base to full width */
isFullWidth?: boolean;
/** Additional css classes to help with unique styling of the search bar */
className?: string;
};
export function SearchBar({ onSearch, placeholder, isFullWidth, className, }: SearchBarProps): import("react/jsx-runtime").JSX.Element;
export function SearchBar({ onSearch, placeholder, className, }: SearchBarProps): import("react/jsx-runtime").JSX.Element;
export type SpinnerProps = LucideProps;
export declare const Spinner: import("react").ForwardRefExoticComponent<Omit<LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export type TextFieldProps = {
Expand Down
Loading

0 comments on commit e567abb

Please sign in to comment.