Skip to content

Commit

Permalink
test(snapshot): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Nov 6, 2023
1 parent ac607f3 commit e832eca
Showing 1 changed file with 38 additions and 27 deletions.
65 changes: 38 additions & 27 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9686,6 +9686,15 @@ Map {
"className": Object {
"type": "string",
},
"clearSelectionDescription": Object {
"type": "string",
},
"clearSelectionText": Object {
"type": "string",
},
"compareItems": Object {
"type": "func",
},
"direction": Object {
"args": Array [
Array [
Expand All @@ -9698,25 +9707,15 @@ Map {
"disabled": Object {
"type": "bool",
},
"downshiftProps": Object {
"type": "object",
},
"id": Object {
"isRequired": true,
"type": "string",
},
"initialSelectedItem": Object {
"args": Array [
Array [
Object {
"type": "object",
},
Object {
"type": "string",
},
Object {
"type": "number",
},
],
],
"type": "oneOfType",
"initialSelectedItems": Object {
"type": "array",
},
"invalid": Object {
"type": "bool",
Expand Down Expand Up @@ -9744,34 +9743,46 @@ Map {
"isRequired": true,
"type": "node",
},
"locale": Object {
"type": "string",
},
"onChange": Object {
"type": "func",
},
"renderSelectedItem": Object {
"onInputValueChange": Object {
"type": "func",
},
"selectedItem": Object {
"onMenuChange": Object {
"type": "func",
},
"readOnly": Object {
"type": "bool",
},
"selectedItems": Object {
"type": "array",
},
"selectionFeedback": Object {
"args": Array [
Array [
Object {
"type": "object",
},
Object {
"type": "string",
},
Object {
"type": "number",
},
"top",
"fixed",
"top-after-reopen",
],
],
"type": "oneOfType",
"type": "oneOf",
},
"sortItems": Object {
"type": "func",
},
"titleText": Object {
"type": "node",
},
"translateWithId": Object {
"type": "func",
},
"useTitleInItem": Object {
"type": "bool",
},
"warn": Object {
"type": "bool",
},
Expand Down

0 comments on commit e832eca

Please sign in to comment.