Skip to content

Commit

Permalink
PLASMA-4356: make placement optional for DropdownItem [master] (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc authored Jan 24, 2025
2 parents 927e0b5 + 334e40f commit 59e309f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type DropdownItemOption = {
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items
*/
Expand Down
2 changes: 1 addition & 1 deletion website/plasma-b2c-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/plasma-giga-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/plasma-web-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/sdds-cs-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/sdds-dfa-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/sdds-insol-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down
2 changes: 1 addition & 1 deletion website/sdds-serv-docs/docs/components/Dropdown.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Items = Array<{
/**
* Сторона открытия вложенного дропдауна относительно текущего элемента;
*/
placement: DropdownPlacement;
placement?: DropdownPlacement;
/**
* Список дочерних items.
*/
Expand Down

0 comments on commit 59e309f

Please sign in to comment.