Skip to content

Commit 0051fe9

Browse files
authored
chore: Update Documenter snapshots (#4192)
1 parent 6c4f30a commit 0051fe9

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6691,9 +6691,16 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
66916691
{
66926692
"description": "Determines the general styling of the button dropdown.
66936693
* \`icon\` for icon buttons.",
6694+
"inlineType": {
6695+
"name": "ButtonGroupProps.Variant",
6696+
"type": "union",
6697+
"values": [
6698+
"icon",
6699+
],
6700+
},
66946701
"name": "variant",
66956702
"optional": false,
6696-
"type": ""icon"",
6703+
"type": "string",
66976704
},
66986705
],
66996706
"regions": [],
@@ -25159,9 +25166,16 @@ scroll parent scrolls to reveal the first row of the table.",
2515925166
"name": "TableProps.AnalyticsMetadata",
2516025167
"properties": [
2516125168
{
25169+
"inlineType": {
25170+
"name": "view-resource",
25171+
"type": "union",
25172+
"values": [
25173+
"view-resource",
25174+
],
25175+
},
2516225176
"name": "flowType",
2516325177
"optional": true,
25164-
"type": ""view-resource"",
25178+
"type": "string",
2516525179
},
2516625180
{
2516725181
"name": "instanceIdentifier",

0 commit comments

Comments
 (0)