Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 7 additions & 0 deletions .changeset/beige-brooms-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@fluentui-react-native/experimental-menu-button": patch
"@fluentui-react-native/overflow": patch
"@fluentui-react-native/menu": patch
---

Update snapshots
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`Menu component tests Menu alwaysShowToolTip 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -183,7 +183,7 @@ exports[`Menu component tests Menu default 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -289,7 +289,7 @@ exports[`Menu component tests Menu defaultOpen 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -395,7 +395,7 @@ exports[`Menu component tests Menu defaultOpen with disabled 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -501,7 +501,7 @@ exports[`Menu component tests Menu open 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -607,7 +607,7 @@ exports[`Menu component tests Menu open checkbox and divider 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -713,7 +713,7 @@ exports[`Menu component tests Menu open checkbox checked 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -819,7 +819,7 @@ exports[`Menu component tests Menu open checkbox defaultChecked 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -925,7 +925,7 @@ exports[`Menu component tests Menu open radio 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -1031,7 +1031,7 @@ exports[`Menu component tests Menu submenu 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down Expand Up @@ -1137,7 +1137,7 @@ exports[`Menu open menu group and menu header 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exports[`ContextualMenu default 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ exports[`Overflow component tests Overflow default 1`] = `
"minHeight": 24,
"minWidth": 64,
"opacity": 0,
"overflow": "hidden",
"padding": 3,
"paddingHorizontal": 7,
}
Expand Down Expand Up @@ -175,7 +174,6 @@ exports[`Overflow component tests Overflow default 1`] = `
"minHeight": 24,
"minWidth": 64,
"opacity": 0,
"overflow": "hidden",
"padding": 3,
"paddingHorizontal": 7,
}
Expand Down Expand Up @@ -267,7 +265,6 @@ exports[`Overflow component tests Overflow default 1`] = `
"minHeight": 24,
"minWidth": 64,
"opacity": 0,
"overflow": "hidden",
"padding": 3,
"paddingHorizontal": 7,
}
Expand Down Expand Up @@ -369,7 +366,7 @@ exports[`Overflow component tests Overflow default 1`] = `
"justifyContent": "center",
"minHeight": 24,
"minWidth": 64,
"overflow": "hidden",
"overflow": undefined,
"padding": 3,
"paddingHorizontal": 7,
"width": undefined,
Expand Down
Loading