Skip to content

Commit a6ec281

Browse files
committed
update snapshots
1 parent efe0e8d commit a6ec281

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

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

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11397,18 +11397,26 @@ allows the user to clear the selected value.",
1139711397
"type": "boolean",
1139811398
},
1139911399
{
11400-
"description": "When set to \`true\`, the calendar opens with the current month on the left
11401-
and next month on the right (when two grids are visible).
11400+
"description": "Determines which month is displayed first (on the left) when the calendar
11401+
opens with two grids visible.
1140211402

11403-
By default (\`false\`), the left grid shows the previous month and the
11404-
right grid shows the current month.
11403+
* \`previous\` (default) – the left grid shows the previous month and the
11404+
right grid shows the current month.
11405+
* \`current\` – the left grid shows the current month and the right grid
11406+
shows the next month.
1140511407

11406-
Has no effect on single-grid (mobile) layout.
11407-
11408-
Default: \`false\`.",
11409-
"name": "startCurrentMonth",
11408+
Has no effect on single-grid (mobile) layout.",
11409+
"inlineType": {
11410+
"name": "DateRangePickerProps.StartMonth",
11411+
"type": "union",
11412+
"values": [
11413+
"current",
11414+
"previous",
11415+
],
11416+
},
11417+
"name": "startMonth",
1141011418
"optional": true,
11411-
"type": "boolean",
11419+
"type": "string",
1141211420
},
1141311421
{
1141411422
"description": "Starting day of the week. [0-6] maps to [Sunday-Saturday].

0 commit comments

Comments
 (0)