Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
With commits:
Merge pull request #20397 from akeneo/dsm-update-2024-02-19
Updates DSM
Merge pull request #20397 from akeneo/dsm-update-2024-02-19
  • Loading branch information
akeneo committed Feb 19, 2024
1 parent 0198b5c commit f3e8a5c
Show file tree
Hide file tree
Showing 29 changed files with 133 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lib/components/Dropdown/Item/Item.js

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

2 changes: 1 addition & 1 deletion lib/components/Dropdown/Item/Item.js.map

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

1 change: 1 addition & 0 deletions lib/components/Input/MultiSelectInput/ChipInput.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare type ChipInputProps = {
onRemove: (chipCode: string) => void;
onSearchChange: (searchValue: string) => void;
onFocus?: () => void;
lockedValues?: string[];
};
declare const ChipInput: React.ForwardRefExoticComponent<ChipInputProps & React.RefAttributes<HTMLInputElement>>;
export { ChipInput };
Expand Down
16 changes: 9 additions & 7 deletions lib/components/Input/MultiSelectInput/ChipInput.js

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

Loading

0 comments on commit f3e8a5c

Please sign in to comment.