Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

va-search-input: remove v1 code #1278

Merged
merged 4 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions packages/web-components/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ export namespace Components {
}
interface VaSearchInput {
/**
* If `true`, the component will use the big variant. Only available when `uswds` is `true`.
* If `true`, the component will use the big variant.
*/
"big"?: boolean;
/**
Expand All @@ -1101,17 +1101,13 @@ export namespace Components {
*/
"label"?: string;
/**
* If `true`, the component will use the small variant. Only available when `uswds` is `true`.
* If `true`, the component will use the small variant.
*/
"small"?: boolean;
/**
* An array of strings containing suggestions to be displayed in listbox. This component displays up to 5 suggestions.
*/
"suggestions"?: any;
/**
* Whether or not the component will use USWDS v3 styling.
*/
"uswds"?: boolean;
/**
* The value of the input field
*/
Expand Down Expand Up @@ -3324,7 +3320,7 @@ declare namespace LocalJSX {
}
interface VaSearchInput {
/**
* If `true`, the component will use the big variant. Only available when `uswds` is `true`.
* If `true`, the component will use the big variant.
*/
"big"?: boolean;
/**
Expand All @@ -3344,17 +3340,13 @@ declare namespace LocalJSX {
*/
"onComponent-library-analytics"?: (event: VaSearchInputCustomEvent<any>) => void;
/**
* If `true`, the component will use the small variant. Only available when `uswds` is `true`.
* If `true`, the component will use the small variant.
*/
"small"?: boolean;
/**
* An array of strings containing suggestions to be displayed in listbox. This component displays up to 5 suggestions.
*/
"suggestions"?: any;
/**
* Whether or not the component will use USWDS v3 styling.
*/
"uswds"?: boolean;
/**
* The value of the input field
*/
Expand Down
Loading
Loading