Skip to content

Commit

Permalink
Merge branch 'main' into test/menu-rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 29, 2022
2 parents ff1919a + b80c37e commit 7e17335
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 228 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,12 @@ Map {
"type": "string",
},
"selectorsFloatingMenus": Object {
"type": "string",
"args": Array [
Object {
"type": "string",
},
],
"type": "arrayOf",
},
"size": Object {
"args": Array [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ComposedModal.propTypes = {
/**
* Specify the CSS selectors that match the floating menus
*/
selectorsFloatingMenus: PropTypes.string,
selectorsFloatingMenus: PropTypes.arrayOf(PropTypes.string),

/**
* Specify the size variant.
Expand Down
206 changes: 0 additions & 206 deletions packages/react/src/components/Dropdown/Dropdown-story.js

This file was deleted.

Loading

0 comments on commit 7e17335

Please sign in to comment.