Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2023
1 parent 5c50604 commit 2cf3dc0
Show file tree
Hide file tree
Showing 29 changed files with 4,486 additions and 4,490 deletions.

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions SearchBar/SearchBar.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { type CSSProperties } from "react";
import "../assets/search-bar.css";
export type SearchBarProps = {
className?: string;
/** Default: "Rechercher" (or translation) */
Expand Down
1 change: 1 addition & 0 deletions SearchBar/SearchBar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SearchBar/SearchBar.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion SearchBar/SearchButton.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "../assets/search-bar-button.css";
export type SearchButtonProps = {
searchInputId: string;
onClick: ((text: string) => void) | undefined;
Expand Down
9 changes: 6 additions & 3 deletions SearchBar/SearchButton.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SearchBar/SearchButton.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions assets/search-bar-button.css

This file was deleted.

4 changes: 4 additions & 0 deletions assets/search-bar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

.fr-search-bar {
position: relative;
}
Loading

0 comments on commit 2cf3dc0

Please sign in to comment.