@pareto-engineering/design-system 4.0.0-alpha.75 → 4.0.0-alpha.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/a/AnimatedGradient/styles.scss +1 -0
- package/dist/cjs/a/BlurOverlay/styles.scss +2 -0
- package/dist/cjs/a/DatePicker/DatePicker.js +2 -2
- package/dist/cjs/f/fields/SelectInput/common/Multiple/Multiple.js +1 -3
- package/dist/es/a/AnimatedGradient/styles.scss +1 -0
- package/dist/es/a/BlurOverlay/styles.scss +2 -0
- package/dist/es/a/DatePicker/DatePicker.js +2 -2
- package/dist/es/f/fields/SelectInput/common/Multiple/Multiple.js +1 -3
- package/package.json +2 -2
- package/src/stories/a/DatePicker.stories.jsx +9 -1
- package/src/ui/a/AnimatedGradient/styles.scss +1 -0
- package/src/ui/a/BlurOverlay/styles.scss +2 -0
- package/src/ui/a/DatePicker/DatePicker.jsx +2 -2
- package/src/ui/f/fields/SelectInput/common/Multiple/Multiple.jsx +1 -3
- package/tests/__snapshots__/Storyshots.test.js.snap +1356 -156
|
@@ -840,7 +840,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
840
840
|
id="react-day-picker-1"
|
|
841
841
|
role="presentation"
|
|
842
842
|
>
|
|
843
|
-
|
|
843
|
+
March 2024
|
|
844
844
|
</div>
|
|
845
845
|
<div
|
|
846
846
|
className="rdp-nav"
|
|
@@ -983,7 +983,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
983
983
|
tabIndex={-1}
|
|
984
984
|
type="button"
|
|
985
985
|
>
|
|
986
|
-
|
|
986
|
+
25
|
|
987
987
|
</button>
|
|
988
988
|
</td>
|
|
989
989
|
<td
|
|
@@ -1011,7 +1011,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1011
1011
|
tabIndex={-1}
|
|
1012
1012
|
type="button"
|
|
1013
1013
|
>
|
|
1014
|
-
|
|
1014
|
+
26
|
|
1015
1015
|
</button>
|
|
1016
1016
|
</td>
|
|
1017
1017
|
<td
|
|
@@ -1039,7 +1039,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1039
1039
|
tabIndex={-1}
|
|
1040
1040
|
type="button"
|
|
1041
1041
|
>
|
|
1042
|
-
|
|
1042
|
+
27
|
|
1043
1043
|
</button>
|
|
1044
1044
|
</td>
|
|
1045
1045
|
<td
|
|
@@ -1067,7 +1067,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1067
1067
|
tabIndex={-1}
|
|
1068
1068
|
type="button"
|
|
1069
1069
|
>
|
|
1070
|
-
|
|
1070
|
+
28
|
|
1071
1071
|
</button>
|
|
1072
1072
|
</td>
|
|
1073
1073
|
<td
|
|
@@ -1075,7 +1075,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1075
1075
|
role="presentation"
|
|
1076
1076
|
>
|
|
1077
1077
|
<button
|
|
1078
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
1078
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
1079
1079
|
name="day"
|
|
1080
1080
|
onBlur={[Function]}
|
|
1081
1081
|
onClick={[Function]}
|
|
@@ -1095,7 +1095,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1095
1095
|
tabIndex={-1}
|
|
1096
1096
|
type="button"
|
|
1097
1097
|
>
|
|
1098
|
-
|
|
1098
|
+
29
|
|
1099
1099
|
</button>
|
|
1100
1100
|
</td>
|
|
1101
1101
|
<td
|
|
@@ -1123,7 +1123,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1123
1123
|
tabIndex={-1}
|
|
1124
1124
|
type="button"
|
|
1125
1125
|
>
|
|
1126
|
-
|
|
1126
|
+
1
|
|
1127
1127
|
</button>
|
|
1128
1128
|
</td>
|
|
1129
1129
|
<td
|
|
@@ -1151,13 +1151,41 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1151
1151
|
tabIndex={-1}
|
|
1152
1152
|
type="button"
|
|
1153
1153
|
>
|
|
1154
|
-
|
|
1154
|
+
2
|
|
1155
1155
|
</button>
|
|
1156
1156
|
</td>
|
|
1157
1157
|
</tr>
|
|
1158
1158
|
<tr
|
|
1159
1159
|
className="rdp-row"
|
|
1160
1160
|
>
|
|
1161
|
+
<td
|
|
1162
|
+
className="rdp-cell"
|
|
1163
|
+
role="presentation"
|
|
1164
|
+
>
|
|
1165
|
+
<button
|
|
1166
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
1167
|
+
name="day"
|
|
1168
|
+
onBlur={[Function]}
|
|
1169
|
+
onClick={[Function]}
|
|
1170
|
+
onFocus={[Function]}
|
|
1171
|
+
onKeyDown={[Function]}
|
|
1172
|
+
onKeyUp={[Function]}
|
|
1173
|
+
onMouseEnter={[Function]}
|
|
1174
|
+
onMouseLeave={[Function]}
|
|
1175
|
+
onPointerEnter={[Function]}
|
|
1176
|
+
onPointerLeave={[Function]}
|
|
1177
|
+
onTouchCancel={[Function]}
|
|
1178
|
+
onTouchEnd={[Function]}
|
|
1179
|
+
onTouchMove={[Function]}
|
|
1180
|
+
onTouchStart={[Function]}
|
|
1181
|
+
role="gridcell"
|
|
1182
|
+
style={{}}
|
|
1183
|
+
tabIndex={-1}
|
|
1184
|
+
type="button"
|
|
1185
|
+
>
|
|
1186
|
+
3
|
|
1187
|
+
</button>
|
|
1188
|
+
</td>
|
|
1161
1189
|
<td
|
|
1162
1190
|
className="rdp-cell"
|
|
1163
1191
|
role="presentation"
|
|
@@ -1275,7 +1303,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1275
1303
|
role="presentation"
|
|
1276
1304
|
>
|
|
1277
1305
|
<button
|
|
1278
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
1306
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
1279
1307
|
name="day"
|
|
1280
1308
|
onBlur={[Function]}
|
|
1281
1309
|
onClick={[Function]}
|
|
@@ -1292,7 +1320,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1292
1320
|
onTouchStart={[Function]}
|
|
1293
1321
|
role="gridcell"
|
|
1294
1322
|
style={{}}
|
|
1295
|
-
tabIndex={
|
|
1323
|
+
tabIndex={0}
|
|
1296
1324
|
type="button"
|
|
1297
1325
|
>
|
|
1298
1326
|
8
|
|
@@ -1326,6 +1354,10 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1326
1354
|
9
|
|
1327
1355
|
</button>
|
|
1328
1356
|
</td>
|
|
1357
|
+
</tr>
|
|
1358
|
+
<tr
|
|
1359
|
+
className="rdp-row"
|
|
1360
|
+
>
|
|
1329
1361
|
<td
|
|
1330
1362
|
className="rdp-cell"
|
|
1331
1363
|
role="presentation"
|
|
@@ -1354,10 +1386,6 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1354
1386
|
10
|
|
1355
1387
|
</button>
|
|
1356
1388
|
</td>
|
|
1357
|
-
</tr>
|
|
1358
|
-
<tr
|
|
1359
|
-
className="rdp-row"
|
|
1360
|
-
>
|
|
1361
1389
|
<td
|
|
1362
1390
|
className="rdp-cell"
|
|
1363
1391
|
role="presentation"
|
|
@@ -1475,7 +1503,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1475
1503
|
role="presentation"
|
|
1476
1504
|
>
|
|
1477
1505
|
<button
|
|
1478
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
1506
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
1479
1507
|
name="day"
|
|
1480
1508
|
onBlur={[Function]}
|
|
1481
1509
|
onClick={[Function]}
|
|
@@ -1492,7 +1520,7 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1492
1520
|
onTouchStart={[Function]}
|
|
1493
1521
|
role="gridcell"
|
|
1494
1522
|
style={{}}
|
|
1495
|
-
tabIndex={
|
|
1523
|
+
tabIndex={-1}
|
|
1496
1524
|
type="button"
|
|
1497
1525
|
>
|
|
1498
1526
|
15
|
|
@@ -1526,6 +1554,10 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1526
1554
|
16
|
|
1527
1555
|
</button>
|
|
1528
1556
|
</td>
|
|
1557
|
+
</tr>
|
|
1558
|
+
<tr
|
|
1559
|
+
className="rdp-row"
|
|
1560
|
+
>
|
|
1529
1561
|
<td
|
|
1530
1562
|
className="rdp-cell"
|
|
1531
1563
|
role="presentation"
|
|
@@ -1554,10 +1586,6 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1554
1586
|
17
|
|
1555
1587
|
</button>
|
|
1556
1588
|
</td>
|
|
1557
|
-
</tr>
|
|
1558
|
-
<tr
|
|
1559
|
-
className="rdp-row"
|
|
1560
|
-
>
|
|
1561
1589
|
<td
|
|
1562
1590
|
className="rdp-cell"
|
|
1563
1591
|
role="presentation"
|
|
@@ -1726,6 +1754,10 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1726
1754
|
23
|
|
1727
1755
|
</button>
|
|
1728
1756
|
</td>
|
|
1757
|
+
</tr>
|
|
1758
|
+
<tr
|
|
1759
|
+
className="rdp-row"
|
|
1760
|
+
>
|
|
1729
1761
|
<td
|
|
1730
1762
|
className="rdp-cell"
|
|
1731
1763
|
role="presentation"
|
|
@@ -1754,10 +1786,6 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1754
1786
|
24
|
|
1755
1787
|
</button>
|
|
1756
1788
|
</td>
|
|
1757
|
-
</tr>
|
|
1758
|
-
<tr
|
|
1759
|
-
className="rdp-row"
|
|
1760
|
-
>
|
|
1761
1789
|
<td
|
|
1762
1790
|
className="rdp-cell"
|
|
1763
1791
|
role="presentation"
|
|
@@ -1898,6 +1926,66 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1898
1926
|
29
|
|
1899
1927
|
</button>
|
|
1900
1928
|
</td>
|
|
1929
|
+
<td
|
|
1930
|
+
className="rdp-cell"
|
|
1931
|
+
role="presentation"
|
|
1932
|
+
>
|
|
1933
|
+
<button
|
|
1934
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
1935
|
+
name="day"
|
|
1936
|
+
onBlur={[Function]}
|
|
1937
|
+
onClick={[Function]}
|
|
1938
|
+
onFocus={[Function]}
|
|
1939
|
+
onKeyDown={[Function]}
|
|
1940
|
+
onKeyUp={[Function]}
|
|
1941
|
+
onMouseEnter={[Function]}
|
|
1942
|
+
onMouseLeave={[Function]}
|
|
1943
|
+
onPointerEnter={[Function]}
|
|
1944
|
+
onPointerLeave={[Function]}
|
|
1945
|
+
onTouchCancel={[Function]}
|
|
1946
|
+
onTouchEnd={[Function]}
|
|
1947
|
+
onTouchMove={[Function]}
|
|
1948
|
+
onTouchStart={[Function]}
|
|
1949
|
+
role="gridcell"
|
|
1950
|
+
style={{}}
|
|
1951
|
+
tabIndex={-1}
|
|
1952
|
+
type="button"
|
|
1953
|
+
>
|
|
1954
|
+
30
|
|
1955
|
+
</button>
|
|
1956
|
+
</td>
|
|
1957
|
+
</tr>
|
|
1958
|
+
<tr
|
|
1959
|
+
className="rdp-row"
|
|
1960
|
+
>
|
|
1961
|
+
<td
|
|
1962
|
+
className="rdp-cell"
|
|
1963
|
+
role="presentation"
|
|
1964
|
+
>
|
|
1965
|
+
<button
|
|
1966
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
1967
|
+
name="day"
|
|
1968
|
+
onBlur={[Function]}
|
|
1969
|
+
onClick={[Function]}
|
|
1970
|
+
onFocus={[Function]}
|
|
1971
|
+
onKeyDown={[Function]}
|
|
1972
|
+
onKeyUp={[Function]}
|
|
1973
|
+
onMouseEnter={[Function]}
|
|
1974
|
+
onMouseLeave={[Function]}
|
|
1975
|
+
onPointerEnter={[Function]}
|
|
1976
|
+
onPointerLeave={[Function]}
|
|
1977
|
+
onTouchCancel={[Function]}
|
|
1978
|
+
onTouchEnd={[Function]}
|
|
1979
|
+
onTouchMove={[Function]}
|
|
1980
|
+
onTouchStart={[Function]}
|
|
1981
|
+
role="gridcell"
|
|
1982
|
+
style={{}}
|
|
1983
|
+
tabIndex={-1}
|
|
1984
|
+
type="button"
|
|
1985
|
+
>
|
|
1986
|
+
31
|
|
1987
|
+
</button>
|
|
1988
|
+
</td>
|
|
1901
1989
|
<td
|
|
1902
1990
|
className="rdp-cell"
|
|
1903
1991
|
role="presentation"
|
|
@@ -1954,6 +2042,118 @@ exports[`Storyshots a/DatePicker Base 1`] = `
|
|
|
1954
2042
|
2
|
|
1955
2043
|
</button>
|
|
1956
2044
|
</td>
|
|
2045
|
+
<td
|
|
2046
|
+
className="rdp-cell"
|
|
2047
|
+
role="presentation"
|
|
2048
|
+
>
|
|
2049
|
+
<button
|
|
2050
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
2051
|
+
name="day"
|
|
2052
|
+
onBlur={[Function]}
|
|
2053
|
+
onClick={[Function]}
|
|
2054
|
+
onFocus={[Function]}
|
|
2055
|
+
onKeyDown={[Function]}
|
|
2056
|
+
onKeyUp={[Function]}
|
|
2057
|
+
onMouseEnter={[Function]}
|
|
2058
|
+
onMouseLeave={[Function]}
|
|
2059
|
+
onPointerEnter={[Function]}
|
|
2060
|
+
onPointerLeave={[Function]}
|
|
2061
|
+
onTouchCancel={[Function]}
|
|
2062
|
+
onTouchEnd={[Function]}
|
|
2063
|
+
onTouchMove={[Function]}
|
|
2064
|
+
onTouchStart={[Function]}
|
|
2065
|
+
role="gridcell"
|
|
2066
|
+
style={{}}
|
|
2067
|
+
tabIndex={-1}
|
|
2068
|
+
type="button"
|
|
2069
|
+
>
|
|
2070
|
+
3
|
|
2071
|
+
</button>
|
|
2072
|
+
</td>
|
|
2073
|
+
<td
|
|
2074
|
+
className="rdp-cell"
|
|
2075
|
+
role="presentation"
|
|
2076
|
+
>
|
|
2077
|
+
<button
|
|
2078
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
2079
|
+
name="day"
|
|
2080
|
+
onBlur={[Function]}
|
|
2081
|
+
onClick={[Function]}
|
|
2082
|
+
onFocus={[Function]}
|
|
2083
|
+
onKeyDown={[Function]}
|
|
2084
|
+
onKeyUp={[Function]}
|
|
2085
|
+
onMouseEnter={[Function]}
|
|
2086
|
+
onMouseLeave={[Function]}
|
|
2087
|
+
onPointerEnter={[Function]}
|
|
2088
|
+
onPointerLeave={[Function]}
|
|
2089
|
+
onTouchCancel={[Function]}
|
|
2090
|
+
onTouchEnd={[Function]}
|
|
2091
|
+
onTouchMove={[Function]}
|
|
2092
|
+
onTouchStart={[Function]}
|
|
2093
|
+
role="gridcell"
|
|
2094
|
+
style={{}}
|
|
2095
|
+
tabIndex={-1}
|
|
2096
|
+
type="button"
|
|
2097
|
+
>
|
|
2098
|
+
4
|
|
2099
|
+
</button>
|
|
2100
|
+
</td>
|
|
2101
|
+
<td
|
|
2102
|
+
className="rdp-cell"
|
|
2103
|
+
role="presentation"
|
|
2104
|
+
>
|
|
2105
|
+
<button
|
|
2106
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
2107
|
+
name="day"
|
|
2108
|
+
onBlur={[Function]}
|
|
2109
|
+
onClick={[Function]}
|
|
2110
|
+
onFocus={[Function]}
|
|
2111
|
+
onKeyDown={[Function]}
|
|
2112
|
+
onKeyUp={[Function]}
|
|
2113
|
+
onMouseEnter={[Function]}
|
|
2114
|
+
onMouseLeave={[Function]}
|
|
2115
|
+
onPointerEnter={[Function]}
|
|
2116
|
+
onPointerLeave={[Function]}
|
|
2117
|
+
onTouchCancel={[Function]}
|
|
2118
|
+
onTouchEnd={[Function]}
|
|
2119
|
+
onTouchMove={[Function]}
|
|
2120
|
+
onTouchStart={[Function]}
|
|
2121
|
+
role="gridcell"
|
|
2122
|
+
style={{}}
|
|
2123
|
+
tabIndex={-1}
|
|
2124
|
+
type="button"
|
|
2125
|
+
>
|
|
2126
|
+
5
|
|
2127
|
+
</button>
|
|
2128
|
+
</td>
|
|
2129
|
+
<td
|
|
2130
|
+
className="rdp-cell"
|
|
2131
|
+
role="presentation"
|
|
2132
|
+
>
|
|
2133
|
+
<button
|
|
2134
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
2135
|
+
name="day"
|
|
2136
|
+
onBlur={[Function]}
|
|
2137
|
+
onClick={[Function]}
|
|
2138
|
+
onFocus={[Function]}
|
|
2139
|
+
onKeyDown={[Function]}
|
|
2140
|
+
onKeyUp={[Function]}
|
|
2141
|
+
onMouseEnter={[Function]}
|
|
2142
|
+
onMouseLeave={[Function]}
|
|
2143
|
+
onPointerEnter={[Function]}
|
|
2144
|
+
onPointerLeave={[Function]}
|
|
2145
|
+
onTouchCancel={[Function]}
|
|
2146
|
+
onTouchEnd={[Function]}
|
|
2147
|
+
onTouchMove={[Function]}
|
|
2148
|
+
onTouchStart={[Function]}
|
|
2149
|
+
role="gridcell"
|
|
2150
|
+
style={{}}
|
|
2151
|
+
tabIndex={-1}
|
|
2152
|
+
type="button"
|
|
2153
|
+
>
|
|
2154
|
+
6
|
|
2155
|
+
</button>
|
|
2156
|
+
</td>
|
|
1957
2157
|
</tr>
|
|
1958
2158
|
</tbody>
|
|
1959
2159
|
<tfoot
|
|
@@ -2004,7 +2204,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2004
2204
|
id="react-day-picker-3"
|
|
2005
2205
|
role="presentation"
|
|
2006
2206
|
>
|
|
2007
|
-
|
|
2207
|
+
March 2024
|
|
2008
2208
|
</div>
|
|
2009
2209
|
<div
|
|
2010
2210
|
className="rdp-nav"
|
|
@@ -2147,7 +2347,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2147
2347
|
tabIndex={-1}
|
|
2148
2348
|
type="button"
|
|
2149
2349
|
>
|
|
2150
|
-
|
|
2350
|
+
25
|
|
2151
2351
|
</button>
|
|
2152
2352
|
</td>
|
|
2153
2353
|
<td
|
|
@@ -2175,7 +2375,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2175
2375
|
tabIndex={-1}
|
|
2176
2376
|
type="button"
|
|
2177
2377
|
>
|
|
2178
|
-
|
|
2378
|
+
26
|
|
2179
2379
|
</button>
|
|
2180
2380
|
</td>
|
|
2181
2381
|
<td
|
|
@@ -2203,7 +2403,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2203
2403
|
tabIndex={-1}
|
|
2204
2404
|
type="button"
|
|
2205
2405
|
>
|
|
2206
|
-
|
|
2406
|
+
27
|
|
2207
2407
|
</button>
|
|
2208
2408
|
</td>
|
|
2209
2409
|
<td
|
|
@@ -2231,7 +2431,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2231
2431
|
tabIndex={-1}
|
|
2232
2432
|
type="button"
|
|
2233
2433
|
>
|
|
2234
|
-
|
|
2434
|
+
28
|
|
2235
2435
|
</button>
|
|
2236
2436
|
</td>
|
|
2237
2437
|
<td
|
|
@@ -2239,7 +2439,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2239
2439
|
role="presentation"
|
|
2240
2440
|
>
|
|
2241
2441
|
<button
|
|
2242
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
2442
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
2243
2443
|
name="day"
|
|
2244
2444
|
onBlur={[Function]}
|
|
2245
2445
|
onClick={[Function]}
|
|
@@ -2259,7 +2459,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2259
2459
|
tabIndex={-1}
|
|
2260
2460
|
type="button"
|
|
2261
2461
|
>
|
|
2262
|
-
|
|
2462
|
+
29
|
|
2263
2463
|
</button>
|
|
2264
2464
|
</td>
|
|
2265
2465
|
<td
|
|
@@ -2287,7 +2487,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2287
2487
|
tabIndex={-1}
|
|
2288
2488
|
type="button"
|
|
2289
2489
|
>
|
|
2290
|
-
|
|
2490
|
+
1
|
|
2291
2491
|
</button>
|
|
2292
2492
|
</td>
|
|
2293
2493
|
<td
|
|
@@ -2315,13 +2515,41 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2315
2515
|
tabIndex={-1}
|
|
2316
2516
|
type="button"
|
|
2317
2517
|
>
|
|
2318
|
-
|
|
2518
|
+
2
|
|
2319
2519
|
</button>
|
|
2320
2520
|
</td>
|
|
2321
2521
|
</tr>
|
|
2322
2522
|
<tr
|
|
2323
2523
|
className="rdp-row"
|
|
2324
2524
|
>
|
|
2525
|
+
<td
|
|
2526
|
+
className="rdp-cell"
|
|
2527
|
+
role="presentation"
|
|
2528
|
+
>
|
|
2529
|
+
<button
|
|
2530
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
2531
|
+
name="day"
|
|
2532
|
+
onBlur={[Function]}
|
|
2533
|
+
onClick={[Function]}
|
|
2534
|
+
onFocus={[Function]}
|
|
2535
|
+
onKeyDown={[Function]}
|
|
2536
|
+
onKeyUp={[Function]}
|
|
2537
|
+
onMouseEnter={[Function]}
|
|
2538
|
+
onMouseLeave={[Function]}
|
|
2539
|
+
onPointerEnter={[Function]}
|
|
2540
|
+
onPointerLeave={[Function]}
|
|
2541
|
+
onTouchCancel={[Function]}
|
|
2542
|
+
onTouchEnd={[Function]}
|
|
2543
|
+
onTouchMove={[Function]}
|
|
2544
|
+
onTouchStart={[Function]}
|
|
2545
|
+
role="gridcell"
|
|
2546
|
+
style={{}}
|
|
2547
|
+
tabIndex={-1}
|
|
2548
|
+
type="button"
|
|
2549
|
+
>
|
|
2550
|
+
3
|
|
2551
|
+
</button>
|
|
2552
|
+
</td>
|
|
2325
2553
|
<td
|
|
2326
2554
|
className="rdp-cell"
|
|
2327
2555
|
role="presentation"
|
|
@@ -2439,7 +2667,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2439
2667
|
role="presentation"
|
|
2440
2668
|
>
|
|
2441
2669
|
<button
|
|
2442
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
2670
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
2443
2671
|
name="day"
|
|
2444
2672
|
onBlur={[Function]}
|
|
2445
2673
|
onClick={[Function]}
|
|
@@ -2456,7 +2684,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2456
2684
|
onTouchStart={[Function]}
|
|
2457
2685
|
role="gridcell"
|
|
2458
2686
|
style={{}}
|
|
2459
|
-
tabIndex={
|
|
2687
|
+
tabIndex={0}
|
|
2460
2688
|
type="button"
|
|
2461
2689
|
>
|
|
2462
2690
|
8
|
|
@@ -2490,6 +2718,10 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2490
2718
|
9
|
|
2491
2719
|
</button>
|
|
2492
2720
|
</td>
|
|
2721
|
+
</tr>
|
|
2722
|
+
<tr
|
|
2723
|
+
className="rdp-row"
|
|
2724
|
+
>
|
|
2493
2725
|
<td
|
|
2494
2726
|
className="rdp-cell"
|
|
2495
2727
|
role="presentation"
|
|
@@ -2518,10 +2750,6 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2518
2750
|
10
|
|
2519
2751
|
</button>
|
|
2520
2752
|
</td>
|
|
2521
|
-
</tr>
|
|
2522
|
-
<tr
|
|
2523
|
-
className="rdp-row"
|
|
2524
|
-
>
|
|
2525
2753
|
<td
|
|
2526
2754
|
className="rdp-cell"
|
|
2527
2755
|
role="presentation"
|
|
@@ -2639,7 +2867,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2639
2867
|
role="presentation"
|
|
2640
2868
|
>
|
|
2641
2869
|
<button
|
|
2642
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
2870
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
2643
2871
|
name="day"
|
|
2644
2872
|
onBlur={[Function]}
|
|
2645
2873
|
onClick={[Function]}
|
|
@@ -2656,7 +2884,7 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2656
2884
|
onTouchStart={[Function]}
|
|
2657
2885
|
role="gridcell"
|
|
2658
2886
|
style={{}}
|
|
2659
|
-
tabIndex={
|
|
2887
|
+
tabIndex={-1}
|
|
2660
2888
|
type="button"
|
|
2661
2889
|
>
|
|
2662
2890
|
15
|
|
@@ -2690,6 +2918,10 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2690
2918
|
16
|
|
2691
2919
|
</button>
|
|
2692
2920
|
</td>
|
|
2921
|
+
</tr>
|
|
2922
|
+
<tr
|
|
2923
|
+
className="rdp-row"
|
|
2924
|
+
>
|
|
2693
2925
|
<td
|
|
2694
2926
|
className="rdp-cell"
|
|
2695
2927
|
role="presentation"
|
|
@@ -2718,10 +2950,6 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2718
2950
|
17
|
|
2719
2951
|
</button>
|
|
2720
2952
|
</td>
|
|
2721
|
-
</tr>
|
|
2722
|
-
<tr
|
|
2723
|
-
className="rdp-row"
|
|
2724
|
-
>
|
|
2725
2953
|
<td
|
|
2726
2954
|
className="rdp-cell"
|
|
2727
2955
|
role="presentation"
|
|
@@ -2890,6 +3118,10 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2890
3118
|
23
|
|
2891
3119
|
</button>
|
|
2892
3120
|
</td>
|
|
3121
|
+
</tr>
|
|
3122
|
+
<tr
|
|
3123
|
+
className="rdp-row"
|
|
3124
|
+
>
|
|
2893
3125
|
<td
|
|
2894
3126
|
className="rdp-cell"
|
|
2895
3127
|
role="presentation"
|
|
@@ -2918,10 +3150,6 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
2918
3150
|
24
|
|
2919
3151
|
</button>
|
|
2920
3152
|
</td>
|
|
2921
|
-
</tr>
|
|
2922
|
-
<tr
|
|
2923
|
-
className="rdp-row"
|
|
2924
|
-
>
|
|
2925
3153
|
<td
|
|
2926
3154
|
className="rdp-cell"
|
|
2927
3155
|
role="presentation"
|
|
@@ -3062,6 +3290,66 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
3062
3290
|
29
|
|
3063
3291
|
</button>
|
|
3064
3292
|
</td>
|
|
3293
|
+
<td
|
|
3294
|
+
className="rdp-cell"
|
|
3295
|
+
role="presentation"
|
|
3296
|
+
>
|
|
3297
|
+
<button
|
|
3298
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
3299
|
+
name="day"
|
|
3300
|
+
onBlur={[Function]}
|
|
3301
|
+
onClick={[Function]}
|
|
3302
|
+
onFocus={[Function]}
|
|
3303
|
+
onKeyDown={[Function]}
|
|
3304
|
+
onKeyUp={[Function]}
|
|
3305
|
+
onMouseEnter={[Function]}
|
|
3306
|
+
onMouseLeave={[Function]}
|
|
3307
|
+
onPointerEnter={[Function]}
|
|
3308
|
+
onPointerLeave={[Function]}
|
|
3309
|
+
onTouchCancel={[Function]}
|
|
3310
|
+
onTouchEnd={[Function]}
|
|
3311
|
+
onTouchMove={[Function]}
|
|
3312
|
+
onTouchStart={[Function]}
|
|
3313
|
+
role="gridcell"
|
|
3314
|
+
style={{}}
|
|
3315
|
+
tabIndex={-1}
|
|
3316
|
+
type="button"
|
|
3317
|
+
>
|
|
3318
|
+
30
|
|
3319
|
+
</button>
|
|
3320
|
+
</td>
|
|
3321
|
+
</tr>
|
|
3322
|
+
<tr
|
|
3323
|
+
className="rdp-row"
|
|
3324
|
+
>
|
|
3325
|
+
<td
|
|
3326
|
+
className="rdp-cell"
|
|
3327
|
+
role="presentation"
|
|
3328
|
+
>
|
|
3329
|
+
<button
|
|
3330
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
3331
|
+
name="day"
|
|
3332
|
+
onBlur={[Function]}
|
|
3333
|
+
onClick={[Function]}
|
|
3334
|
+
onFocus={[Function]}
|
|
3335
|
+
onKeyDown={[Function]}
|
|
3336
|
+
onKeyUp={[Function]}
|
|
3337
|
+
onMouseEnter={[Function]}
|
|
3338
|
+
onMouseLeave={[Function]}
|
|
3339
|
+
onPointerEnter={[Function]}
|
|
3340
|
+
onPointerLeave={[Function]}
|
|
3341
|
+
onTouchCancel={[Function]}
|
|
3342
|
+
onTouchEnd={[Function]}
|
|
3343
|
+
onTouchMove={[Function]}
|
|
3344
|
+
onTouchStart={[Function]}
|
|
3345
|
+
role="gridcell"
|
|
3346
|
+
style={{}}
|
|
3347
|
+
tabIndex={-1}
|
|
3348
|
+
type="button"
|
|
3349
|
+
>
|
|
3350
|
+
31
|
|
3351
|
+
</button>
|
|
3352
|
+
</td>
|
|
3065
3353
|
<td
|
|
3066
3354
|
className="rdp-cell"
|
|
3067
3355
|
role="presentation"
|
|
@@ -3118,6 +3406,118 @@ exports[`Storyshots a/DatePicker Multiple Selection 1`] = `
|
|
|
3118
3406
|
2
|
|
3119
3407
|
</button>
|
|
3120
3408
|
</td>
|
|
3409
|
+
<td
|
|
3410
|
+
className="rdp-cell"
|
|
3411
|
+
role="presentation"
|
|
3412
|
+
>
|
|
3413
|
+
<button
|
|
3414
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
3415
|
+
name="day"
|
|
3416
|
+
onBlur={[Function]}
|
|
3417
|
+
onClick={[Function]}
|
|
3418
|
+
onFocus={[Function]}
|
|
3419
|
+
onKeyDown={[Function]}
|
|
3420
|
+
onKeyUp={[Function]}
|
|
3421
|
+
onMouseEnter={[Function]}
|
|
3422
|
+
onMouseLeave={[Function]}
|
|
3423
|
+
onPointerEnter={[Function]}
|
|
3424
|
+
onPointerLeave={[Function]}
|
|
3425
|
+
onTouchCancel={[Function]}
|
|
3426
|
+
onTouchEnd={[Function]}
|
|
3427
|
+
onTouchMove={[Function]}
|
|
3428
|
+
onTouchStart={[Function]}
|
|
3429
|
+
role="gridcell"
|
|
3430
|
+
style={{}}
|
|
3431
|
+
tabIndex={-1}
|
|
3432
|
+
type="button"
|
|
3433
|
+
>
|
|
3434
|
+
3
|
|
3435
|
+
</button>
|
|
3436
|
+
</td>
|
|
3437
|
+
<td
|
|
3438
|
+
className="rdp-cell"
|
|
3439
|
+
role="presentation"
|
|
3440
|
+
>
|
|
3441
|
+
<button
|
|
3442
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
3443
|
+
name="day"
|
|
3444
|
+
onBlur={[Function]}
|
|
3445
|
+
onClick={[Function]}
|
|
3446
|
+
onFocus={[Function]}
|
|
3447
|
+
onKeyDown={[Function]}
|
|
3448
|
+
onKeyUp={[Function]}
|
|
3449
|
+
onMouseEnter={[Function]}
|
|
3450
|
+
onMouseLeave={[Function]}
|
|
3451
|
+
onPointerEnter={[Function]}
|
|
3452
|
+
onPointerLeave={[Function]}
|
|
3453
|
+
onTouchCancel={[Function]}
|
|
3454
|
+
onTouchEnd={[Function]}
|
|
3455
|
+
onTouchMove={[Function]}
|
|
3456
|
+
onTouchStart={[Function]}
|
|
3457
|
+
role="gridcell"
|
|
3458
|
+
style={{}}
|
|
3459
|
+
tabIndex={-1}
|
|
3460
|
+
type="button"
|
|
3461
|
+
>
|
|
3462
|
+
4
|
|
3463
|
+
</button>
|
|
3464
|
+
</td>
|
|
3465
|
+
<td
|
|
3466
|
+
className="rdp-cell"
|
|
3467
|
+
role="presentation"
|
|
3468
|
+
>
|
|
3469
|
+
<button
|
|
3470
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
3471
|
+
name="day"
|
|
3472
|
+
onBlur={[Function]}
|
|
3473
|
+
onClick={[Function]}
|
|
3474
|
+
onFocus={[Function]}
|
|
3475
|
+
onKeyDown={[Function]}
|
|
3476
|
+
onKeyUp={[Function]}
|
|
3477
|
+
onMouseEnter={[Function]}
|
|
3478
|
+
onMouseLeave={[Function]}
|
|
3479
|
+
onPointerEnter={[Function]}
|
|
3480
|
+
onPointerLeave={[Function]}
|
|
3481
|
+
onTouchCancel={[Function]}
|
|
3482
|
+
onTouchEnd={[Function]}
|
|
3483
|
+
onTouchMove={[Function]}
|
|
3484
|
+
onTouchStart={[Function]}
|
|
3485
|
+
role="gridcell"
|
|
3486
|
+
style={{}}
|
|
3487
|
+
tabIndex={-1}
|
|
3488
|
+
type="button"
|
|
3489
|
+
>
|
|
3490
|
+
5
|
|
3491
|
+
</button>
|
|
3492
|
+
</td>
|
|
3493
|
+
<td
|
|
3494
|
+
className="rdp-cell"
|
|
3495
|
+
role="presentation"
|
|
3496
|
+
>
|
|
3497
|
+
<button
|
|
3498
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
3499
|
+
name="day"
|
|
3500
|
+
onBlur={[Function]}
|
|
3501
|
+
onClick={[Function]}
|
|
3502
|
+
onFocus={[Function]}
|
|
3503
|
+
onKeyDown={[Function]}
|
|
3504
|
+
onKeyUp={[Function]}
|
|
3505
|
+
onMouseEnter={[Function]}
|
|
3506
|
+
onMouseLeave={[Function]}
|
|
3507
|
+
onPointerEnter={[Function]}
|
|
3508
|
+
onPointerLeave={[Function]}
|
|
3509
|
+
onTouchCancel={[Function]}
|
|
3510
|
+
onTouchEnd={[Function]}
|
|
3511
|
+
onTouchMove={[Function]}
|
|
3512
|
+
onTouchStart={[Function]}
|
|
3513
|
+
role="gridcell"
|
|
3514
|
+
style={{}}
|
|
3515
|
+
tabIndex={-1}
|
|
3516
|
+
type="button"
|
|
3517
|
+
>
|
|
3518
|
+
6
|
|
3519
|
+
</button>
|
|
3520
|
+
</td>
|
|
3121
3521
|
</tr>
|
|
3122
3522
|
</tbody>
|
|
3123
3523
|
<tfoot
|
|
@@ -3168,7 +3568,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3168
3568
|
id="react-day-picker-4"
|
|
3169
3569
|
role="presentation"
|
|
3170
3570
|
>
|
|
3171
|
-
|
|
3571
|
+
March 2024
|
|
3172
3572
|
</div>
|
|
3173
3573
|
<div
|
|
3174
3574
|
className="rdp-nav"
|
|
@@ -3311,7 +3711,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3311
3711
|
tabIndex={-1}
|
|
3312
3712
|
type="button"
|
|
3313
3713
|
>
|
|
3314
|
-
|
|
3714
|
+
25
|
|
3315
3715
|
</button>
|
|
3316
3716
|
</td>
|
|
3317
3717
|
<td
|
|
@@ -3339,7 +3739,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3339
3739
|
tabIndex={-1}
|
|
3340
3740
|
type="button"
|
|
3341
3741
|
>
|
|
3342
|
-
|
|
3742
|
+
26
|
|
3343
3743
|
</button>
|
|
3344
3744
|
</td>
|
|
3345
3745
|
<td
|
|
@@ -3367,7 +3767,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3367
3767
|
tabIndex={-1}
|
|
3368
3768
|
type="button"
|
|
3369
3769
|
>
|
|
3370
|
-
|
|
3770
|
+
27
|
|
3371
3771
|
</button>
|
|
3372
3772
|
</td>
|
|
3373
3773
|
<td
|
|
@@ -3395,7 +3795,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3395
3795
|
tabIndex={-1}
|
|
3396
3796
|
type="button"
|
|
3397
3797
|
>
|
|
3398
|
-
|
|
3798
|
+
28
|
|
3399
3799
|
</button>
|
|
3400
3800
|
</td>
|
|
3401
3801
|
<td
|
|
@@ -3403,7 +3803,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3403
3803
|
role="presentation"
|
|
3404
3804
|
>
|
|
3405
3805
|
<button
|
|
3406
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
3806
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
3407
3807
|
name="day"
|
|
3408
3808
|
onBlur={[Function]}
|
|
3409
3809
|
onClick={[Function]}
|
|
@@ -3423,7 +3823,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3423
3823
|
tabIndex={-1}
|
|
3424
3824
|
type="button"
|
|
3425
3825
|
>
|
|
3426
|
-
|
|
3826
|
+
29
|
|
3427
3827
|
</button>
|
|
3428
3828
|
</td>
|
|
3429
3829
|
<td
|
|
@@ -3451,7 +3851,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3451
3851
|
tabIndex={-1}
|
|
3452
3852
|
type="button"
|
|
3453
3853
|
>
|
|
3454
|
-
|
|
3854
|
+
1
|
|
3455
3855
|
</button>
|
|
3456
3856
|
</td>
|
|
3457
3857
|
<td
|
|
@@ -3479,13 +3879,41 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3479
3879
|
tabIndex={-1}
|
|
3480
3880
|
type="button"
|
|
3481
3881
|
>
|
|
3482
|
-
|
|
3882
|
+
2
|
|
3483
3883
|
</button>
|
|
3484
3884
|
</td>
|
|
3485
3885
|
</tr>
|
|
3486
3886
|
<tr
|
|
3487
3887
|
className="rdp-row"
|
|
3488
3888
|
>
|
|
3889
|
+
<td
|
|
3890
|
+
className="rdp-cell"
|
|
3891
|
+
role="presentation"
|
|
3892
|
+
>
|
|
3893
|
+
<button
|
|
3894
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
3895
|
+
name="day"
|
|
3896
|
+
onBlur={[Function]}
|
|
3897
|
+
onClick={[Function]}
|
|
3898
|
+
onFocus={[Function]}
|
|
3899
|
+
onKeyDown={[Function]}
|
|
3900
|
+
onKeyUp={[Function]}
|
|
3901
|
+
onMouseEnter={[Function]}
|
|
3902
|
+
onMouseLeave={[Function]}
|
|
3903
|
+
onPointerEnter={[Function]}
|
|
3904
|
+
onPointerLeave={[Function]}
|
|
3905
|
+
onTouchCancel={[Function]}
|
|
3906
|
+
onTouchEnd={[Function]}
|
|
3907
|
+
onTouchMove={[Function]}
|
|
3908
|
+
onTouchStart={[Function]}
|
|
3909
|
+
role="gridcell"
|
|
3910
|
+
style={{}}
|
|
3911
|
+
tabIndex={-1}
|
|
3912
|
+
type="button"
|
|
3913
|
+
>
|
|
3914
|
+
3
|
|
3915
|
+
</button>
|
|
3916
|
+
</td>
|
|
3489
3917
|
<td
|
|
3490
3918
|
className="rdp-cell"
|
|
3491
3919
|
role="presentation"
|
|
@@ -3603,7 +4031,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3603
4031
|
role="presentation"
|
|
3604
4032
|
>
|
|
3605
4033
|
<button
|
|
3606
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
4034
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
3607
4035
|
name="day"
|
|
3608
4036
|
onBlur={[Function]}
|
|
3609
4037
|
onClick={[Function]}
|
|
@@ -3620,7 +4048,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3620
4048
|
onTouchStart={[Function]}
|
|
3621
4049
|
role="gridcell"
|
|
3622
4050
|
style={{}}
|
|
3623
|
-
tabIndex={
|
|
4051
|
+
tabIndex={0}
|
|
3624
4052
|
type="button"
|
|
3625
4053
|
>
|
|
3626
4054
|
8
|
|
@@ -3654,6 +4082,10 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3654
4082
|
9
|
|
3655
4083
|
</button>
|
|
3656
4084
|
</td>
|
|
4085
|
+
</tr>
|
|
4086
|
+
<tr
|
|
4087
|
+
className="rdp-row"
|
|
4088
|
+
>
|
|
3657
4089
|
<td
|
|
3658
4090
|
className="rdp-cell"
|
|
3659
4091
|
role="presentation"
|
|
@@ -3682,10 +4114,6 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3682
4114
|
10
|
|
3683
4115
|
</button>
|
|
3684
4116
|
</td>
|
|
3685
|
-
</tr>
|
|
3686
|
-
<tr
|
|
3687
|
-
className="rdp-row"
|
|
3688
|
-
>
|
|
3689
4117
|
<td
|
|
3690
4118
|
className="rdp-cell"
|
|
3691
4119
|
role="presentation"
|
|
@@ -3803,7 +4231,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3803
4231
|
role="presentation"
|
|
3804
4232
|
>
|
|
3805
4233
|
<button
|
|
3806
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
4234
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
3807
4235
|
name="day"
|
|
3808
4236
|
onBlur={[Function]}
|
|
3809
4237
|
onClick={[Function]}
|
|
@@ -3820,7 +4248,7 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3820
4248
|
onTouchStart={[Function]}
|
|
3821
4249
|
role="gridcell"
|
|
3822
4250
|
style={{}}
|
|
3823
|
-
tabIndex={
|
|
4251
|
+
tabIndex={-1}
|
|
3824
4252
|
type="button"
|
|
3825
4253
|
>
|
|
3826
4254
|
15
|
|
@@ -3854,6 +4282,10 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3854
4282
|
16
|
|
3855
4283
|
</button>
|
|
3856
4284
|
</td>
|
|
4285
|
+
</tr>
|
|
4286
|
+
<tr
|
|
4287
|
+
className="rdp-row"
|
|
4288
|
+
>
|
|
3857
4289
|
<td
|
|
3858
4290
|
className="rdp-cell"
|
|
3859
4291
|
role="presentation"
|
|
@@ -3882,10 +4314,6 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
3882
4314
|
17
|
|
3883
4315
|
</button>
|
|
3884
4316
|
</td>
|
|
3885
|
-
</tr>
|
|
3886
|
-
<tr
|
|
3887
|
-
className="rdp-row"
|
|
3888
|
-
>
|
|
3889
4317
|
<td
|
|
3890
4318
|
className="rdp-cell"
|
|
3891
4319
|
role="presentation"
|
|
@@ -4054,6 +4482,10 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4054
4482
|
23
|
|
4055
4483
|
</button>
|
|
4056
4484
|
</td>
|
|
4485
|
+
</tr>
|
|
4486
|
+
<tr
|
|
4487
|
+
className="rdp-row"
|
|
4488
|
+
>
|
|
4057
4489
|
<td
|
|
4058
4490
|
className="rdp-cell"
|
|
4059
4491
|
role="presentation"
|
|
@@ -4082,10 +4514,6 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4082
4514
|
24
|
|
4083
4515
|
</button>
|
|
4084
4516
|
</td>
|
|
4085
|
-
</tr>
|
|
4086
|
-
<tr
|
|
4087
|
-
className="rdp-row"
|
|
4088
|
-
>
|
|
4089
4517
|
<td
|
|
4090
4518
|
className="rdp-cell"
|
|
4091
4519
|
role="presentation"
|
|
@@ -4226,6 +4654,66 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4226
4654
|
29
|
|
4227
4655
|
</button>
|
|
4228
4656
|
</td>
|
|
4657
|
+
<td
|
|
4658
|
+
className="rdp-cell"
|
|
4659
|
+
role="presentation"
|
|
4660
|
+
>
|
|
4661
|
+
<button
|
|
4662
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
4663
|
+
name="day"
|
|
4664
|
+
onBlur={[Function]}
|
|
4665
|
+
onClick={[Function]}
|
|
4666
|
+
onFocus={[Function]}
|
|
4667
|
+
onKeyDown={[Function]}
|
|
4668
|
+
onKeyUp={[Function]}
|
|
4669
|
+
onMouseEnter={[Function]}
|
|
4670
|
+
onMouseLeave={[Function]}
|
|
4671
|
+
onPointerEnter={[Function]}
|
|
4672
|
+
onPointerLeave={[Function]}
|
|
4673
|
+
onTouchCancel={[Function]}
|
|
4674
|
+
onTouchEnd={[Function]}
|
|
4675
|
+
onTouchMove={[Function]}
|
|
4676
|
+
onTouchStart={[Function]}
|
|
4677
|
+
role="gridcell"
|
|
4678
|
+
style={{}}
|
|
4679
|
+
tabIndex={-1}
|
|
4680
|
+
type="button"
|
|
4681
|
+
>
|
|
4682
|
+
30
|
|
4683
|
+
</button>
|
|
4684
|
+
</td>
|
|
4685
|
+
</tr>
|
|
4686
|
+
<tr
|
|
4687
|
+
className="rdp-row"
|
|
4688
|
+
>
|
|
4689
|
+
<td
|
|
4690
|
+
className="rdp-cell"
|
|
4691
|
+
role="presentation"
|
|
4692
|
+
>
|
|
4693
|
+
<button
|
|
4694
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
4695
|
+
name="day"
|
|
4696
|
+
onBlur={[Function]}
|
|
4697
|
+
onClick={[Function]}
|
|
4698
|
+
onFocus={[Function]}
|
|
4699
|
+
onKeyDown={[Function]}
|
|
4700
|
+
onKeyUp={[Function]}
|
|
4701
|
+
onMouseEnter={[Function]}
|
|
4702
|
+
onMouseLeave={[Function]}
|
|
4703
|
+
onPointerEnter={[Function]}
|
|
4704
|
+
onPointerLeave={[Function]}
|
|
4705
|
+
onTouchCancel={[Function]}
|
|
4706
|
+
onTouchEnd={[Function]}
|
|
4707
|
+
onTouchMove={[Function]}
|
|
4708
|
+
onTouchStart={[Function]}
|
|
4709
|
+
role="gridcell"
|
|
4710
|
+
style={{}}
|
|
4711
|
+
tabIndex={-1}
|
|
4712
|
+
type="button"
|
|
4713
|
+
>
|
|
4714
|
+
31
|
|
4715
|
+
</button>
|
|
4716
|
+
</td>
|
|
4229
4717
|
<td
|
|
4230
4718
|
className="rdp-cell"
|
|
4231
4719
|
role="presentation"
|
|
@@ -4282,6 +4770,118 @@ exports[`Storyshots a/DatePicker Range Selection 1`] = `
|
|
|
4282
4770
|
2
|
|
4283
4771
|
</button>
|
|
4284
4772
|
</td>
|
|
4773
|
+
<td
|
|
4774
|
+
className="rdp-cell"
|
|
4775
|
+
role="presentation"
|
|
4776
|
+
>
|
|
4777
|
+
<button
|
|
4778
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
4779
|
+
name="day"
|
|
4780
|
+
onBlur={[Function]}
|
|
4781
|
+
onClick={[Function]}
|
|
4782
|
+
onFocus={[Function]}
|
|
4783
|
+
onKeyDown={[Function]}
|
|
4784
|
+
onKeyUp={[Function]}
|
|
4785
|
+
onMouseEnter={[Function]}
|
|
4786
|
+
onMouseLeave={[Function]}
|
|
4787
|
+
onPointerEnter={[Function]}
|
|
4788
|
+
onPointerLeave={[Function]}
|
|
4789
|
+
onTouchCancel={[Function]}
|
|
4790
|
+
onTouchEnd={[Function]}
|
|
4791
|
+
onTouchMove={[Function]}
|
|
4792
|
+
onTouchStart={[Function]}
|
|
4793
|
+
role="gridcell"
|
|
4794
|
+
style={{}}
|
|
4795
|
+
tabIndex={-1}
|
|
4796
|
+
type="button"
|
|
4797
|
+
>
|
|
4798
|
+
3
|
|
4799
|
+
</button>
|
|
4800
|
+
</td>
|
|
4801
|
+
<td
|
|
4802
|
+
className="rdp-cell"
|
|
4803
|
+
role="presentation"
|
|
4804
|
+
>
|
|
4805
|
+
<button
|
|
4806
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
4807
|
+
name="day"
|
|
4808
|
+
onBlur={[Function]}
|
|
4809
|
+
onClick={[Function]}
|
|
4810
|
+
onFocus={[Function]}
|
|
4811
|
+
onKeyDown={[Function]}
|
|
4812
|
+
onKeyUp={[Function]}
|
|
4813
|
+
onMouseEnter={[Function]}
|
|
4814
|
+
onMouseLeave={[Function]}
|
|
4815
|
+
onPointerEnter={[Function]}
|
|
4816
|
+
onPointerLeave={[Function]}
|
|
4817
|
+
onTouchCancel={[Function]}
|
|
4818
|
+
onTouchEnd={[Function]}
|
|
4819
|
+
onTouchMove={[Function]}
|
|
4820
|
+
onTouchStart={[Function]}
|
|
4821
|
+
role="gridcell"
|
|
4822
|
+
style={{}}
|
|
4823
|
+
tabIndex={-1}
|
|
4824
|
+
type="button"
|
|
4825
|
+
>
|
|
4826
|
+
4
|
|
4827
|
+
</button>
|
|
4828
|
+
</td>
|
|
4829
|
+
<td
|
|
4830
|
+
className="rdp-cell"
|
|
4831
|
+
role="presentation"
|
|
4832
|
+
>
|
|
4833
|
+
<button
|
|
4834
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
4835
|
+
name="day"
|
|
4836
|
+
onBlur={[Function]}
|
|
4837
|
+
onClick={[Function]}
|
|
4838
|
+
onFocus={[Function]}
|
|
4839
|
+
onKeyDown={[Function]}
|
|
4840
|
+
onKeyUp={[Function]}
|
|
4841
|
+
onMouseEnter={[Function]}
|
|
4842
|
+
onMouseLeave={[Function]}
|
|
4843
|
+
onPointerEnter={[Function]}
|
|
4844
|
+
onPointerLeave={[Function]}
|
|
4845
|
+
onTouchCancel={[Function]}
|
|
4846
|
+
onTouchEnd={[Function]}
|
|
4847
|
+
onTouchMove={[Function]}
|
|
4848
|
+
onTouchStart={[Function]}
|
|
4849
|
+
role="gridcell"
|
|
4850
|
+
style={{}}
|
|
4851
|
+
tabIndex={-1}
|
|
4852
|
+
type="button"
|
|
4853
|
+
>
|
|
4854
|
+
5
|
|
4855
|
+
</button>
|
|
4856
|
+
</td>
|
|
4857
|
+
<td
|
|
4858
|
+
className="rdp-cell"
|
|
4859
|
+
role="presentation"
|
|
4860
|
+
>
|
|
4861
|
+
<button
|
|
4862
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
4863
|
+
name="day"
|
|
4864
|
+
onBlur={[Function]}
|
|
4865
|
+
onClick={[Function]}
|
|
4866
|
+
onFocus={[Function]}
|
|
4867
|
+
onKeyDown={[Function]}
|
|
4868
|
+
onKeyUp={[Function]}
|
|
4869
|
+
onMouseEnter={[Function]}
|
|
4870
|
+
onMouseLeave={[Function]}
|
|
4871
|
+
onPointerEnter={[Function]}
|
|
4872
|
+
onPointerLeave={[Function]}
|
|
4873
|
+
onTouchCancel={[Function]}
|
|
4874
|
+
onTouchEnd={[Function]}
|
|
4875
|
+
onTouchMove={[Function]}
|
|
4876
|
+
onTouchStart={[Function]}
|
|
4877
|
+
role="gridcell"
|
|
4878
|
+
style={{}}
|
|
4879
|
+
tabIndex={-1}
|
|
4880
|
+
type="button"
|
|
4881
|
+
>
|
|
4882
|
+
6
|
|
4883
|
+
</button>
|
|
4884
|
+
</td>
|
|
4285
4885
|
</tr>
|
|
4286
4886
|
</tbody>
|
|
4287
4887
|
<tfoot
|
|
@@ -4332,7 +4932,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4332
4932
|
id="react-day-picker-5"
|
|
4333
4933
|
role="presentation"
|
|
4334
4934
|
>
|
|
4335
|
-
|
|
4935
|
+
March 2024
|
|
4336
4936
|
</div>
|
|
4337
4937
|
<div
|
|
4338
4938
|
className="rdp-nav"
|
|
@@ -4475,7 +5075,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4475
5075
|
tabIndex={-1}
|
|
4476
5076
|
type="button"
|
|
4477
5077
|
>
|
|
4478
|
-
|
|
5078
|
+
25
|
|
4479
5079
|
</button>
|
|
4480
5080
|
</td>
|
|
4481
5081
|
<td
|
|
@@ -4503,7 +5103,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4503
5103
|
tabIndex={-1}
|
|
4504
5104
|
type="button"
|
|
4505
5105
|
>
|
|
4506
|
-
|
|
5106
|
+
26
|
|
4507
5107
|
</button>
|
|
4508
5108
|
</td>
|
|
4509
5109
|
<td
|
|
@@ -4531,7 +5131,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4531
5131
|
tabIndex={-1}
|
|
4532
5132
|
type="button"
|
|
4533
5133
|
>
|
|
4534
|
-
|
|
5134
|
+
27
|
|
4535
5135
|
</button>
|
|
4536
5136
|
</td>
|
|
4537
5137
|
<td
|
|
@@ -4559,7 +5159,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4559
5159
|
tabIndex={-1}
|
|
4560
5160
|
type="button"
|
|
4561
5161
|
>
|
|
4562
|
-
|
|
5162
|
+
28
|
|
4563
5163
|
</button>
|
|
4564
5164
|
</td>
|
|
4565
5165
|
<td
|
|
@@ -4567,7 +5167,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4567
5167
|
role="presentation"
|
|
4568
5168
|
>
|
|
4569
5169
|
<button
|
|
4570
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
5170
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
4571
5171
|
name="day"
|
|
4572
5172
|
onBlur={[Function]}
|
|
4573
5173
|
onClick={[Function]}
|
|
@@ -4587,7 +5187,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4587
5187
|
tabIndex={-1}
|
|
4588
5188
|
type="button"
|
|
4589
5189
|
>
|
|
4590
|
-
|
|
5190
|
+
29
|
|
4591
5191
|
</button>
|
|
4592
5192
|
</td>
|
|
4593
5193
|
<td
|
|
@@ -4615,7 +5215,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4615
5215
|
tabIndex={-1}
|
|
4616
5216
|
type="button"
|
|
4617
5217
|
>
|
|
4618
|
-
|
|
5218
|
+
1
|
|
4619
5219
|
</button>
|
|
4620
5220
|
</td>
|
|
4621
5221
|
<td
|
|
@@ -4643,7 +5243,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4643
5243
|
tabIndex={-1}
|
|
4644
5244
|
type="button"
|
|
4645
5245
|
>
|
|
4646
|
-
|
|
5246
|
+
2
|
|
4647
5247
|
</button>
|
|
4648
5248
|
</td>
|
|
4649
5249
|
</tr>
|
|
@@ -4675,7 +5275,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4675
5275
|
tabIndex={-1}
|
|
4676
5276
|
type="button"
|
|
4677
5277
|
>
|
|
4678
|
-
|
|
5278
|
+
3
|
|
4679
5279
|
</button>
|
|
4680
5280
|
</td>
|
|
4681
5281
|
<td
|
|
@@ -4703,7 +5303,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4703
5303
|
tabIndex={-1}
|
|
4704
5304
|
type="button"
|
|
4705
5305
|
>
|
|
4706
|
-
|
|
5306
|
+
4
|
|
4707
5307
|
</button>
|
|
4708
5308
|
</td>
|
|
4709
5309
|
<td
|
|
@@ -4731,7 +5331,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4731
5331
|
tabIndex={-1}
|
|
4732
5332
|
type="button"
|
|
4733
5333
|
>
|
|
4734
|
-
|
|
5334
|
+
5
|
|
4735
5335
|
</button>
|
|
4736
5336
|
</td>
|
|
4737
5337
|
<td
|
|
@@ -4759,7 +5359,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4759
5359
|
tabIndex={-1}
|
|
4760
5360
|
type="button"
|
|
4761
5361
|
>
|
|
4762
|
-
|
|
5362
|
+
6
|
|
4763
5363
|
</button>
|
|
4764
5364
|
</td>
|
|
4765
5365
|
<td
|
|
@@ -4786,6 +5386,34 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4786
5386
|
style={{}}
|
|
4787
5387
|
tabIndex={-1}
|
|
4788
5388
|
type="button"
|
|
5389
|
+
>
|
|
5390
|
+
7
|
|
5391
|
+
</button>
|
|
5392
|
+
</td>
|
|
5393
|
+
<td
|
|
5394
|
+
className="rdp-cell"
|
|
5395
|
+
role="presentation"
|
|
5396
|
+
>
|
|
5397
|
+
<button
|
|
5398
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
5399
|
+
name="day"
|
|
5400
|
+
onBlur={[Function]}
|
|
5401
|
+
onClick={[Function]}
|
|
5402
|
+
onFocus={[Function]}
|
|
5403
|
+
onKeyDown={[Function]}
|
|
5404
|
+
onKeyUp={[Function]}
|
|
5405
|
+
onMouseEnter={[Function]}
|
|
5406
|
+
onMouseLeave={[Function]}
|
|
5407
|
+
onPointerEnter={[Function]}
|
|
5408
|
+
onPointerLeave={[Function]}
|
|
5409
|
+
onTouchCancel={[Function]}
|
|
5410
|
+
onTouchEnd={[Function]}
|
|
5411
|
+
onTouchMove={[Function]}
|
|
5412
|
+
onTouchStart={[Function]}
|
|
5413
|
+
role="gridcell"
|
|
5414
|
+
style={{}}
|
|
5415
|
+
tabIndex={0}
|
|
5416
|
+
type="button"
|
|
4789
5417
|
>
|
|
4790
5418
|
8
|
|
4791
5419
|
</button>
|
|
@@ -4818,6 +5446,10 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4818
5446
|
9
|
|
4819
5447
|
</button>
|
|
4820
5448
|
</td>
|
|
5449
|
+
</tr>
|
|
5450
|
+
<tr
|
|
5451
|
+
className="rdp-row"
|
|
5452
|
+
>
|
|
4821
5453
|
<td
|
|
4822
5454
|
className="rdp-cell"
|
|
4823
5455
|
role="presentation"
|
|
@@ -4846,10 +5478,6 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4846
5478
|
10
|
|
4847
5479
|
</button>
|
|
4848
5480
|
</td>
|
|
4849
|
-
</tr>
|
|
4850
|
-
<tr
|
|
4851
|
-
className="rdp-row"
|
|
4852
|
-
>
|
|
4853
5481
|
<td
|
|
4854
5482
|
className="rdp-cell"
|
|
4855
5483
|
role="presentation"
|
|
@@ -4967,7 +5595,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4967
5595
|
role="presentation"
|
|
4968
5596
|
>
|
|
4969
5597
|
<button
|
|
4970
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
5598
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
4971
5599
|
name="day"
|
|
4972
5600
|
onBlur={[Function]}
|
|
4973
5601
|
onClick={[Function]}
|
|
@@ -4984,7 +5612,7 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
4984
5612
|
onTouchStart={[Function]}
|
|
4985
5613
|
role="gridcell"
|
|
4986
5614
|
style={{}}
|
|
4987
|
-
tabIndex={
|
|
5615
|
+
tabIndex={-1}
|
|
4988
5616
|
type="button"
|
|
4989
5617
|
>
|
|
4990
5618
|
15
|
|
@@ -5018,6 +5646,10 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5018
5646
|
16
|
|
5019
5647
|
</button>
|
|
5020
5648
|
</td>
|
|
5649
|
+
</tr>
|
|
5650
|
+
<tr
|
|
5651
|
+
className="rdp-row"
|
|
5652
|
+
>
|
|
5021
5653
|
<td
|
|
5022
5654
|
className="rdp-cell"
|
|
5023
5655
|
role="presentation"
|
|
@@ -5046,10 +5678,6 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5046
5678
|
17
|
|
5047
5679
|
</button>
|
|
5048
5680
|
</td>
|
|
5049
|
-
</tr>
|
|
5050
|
-
<tr
|
|
5051
|
-
className="rdp-row"
|
|
5052
|
-
>
|
|
5053
5681
|
<td
|
|
5054
5682
|
className="rdp-cell"
|
|
5055
5683
|
role="presentation"
|
|
@@ -5218,6 +5846,10 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5218
5846
|
23
|
|
5219
5847
|
</button>
|
|
5220
5848
|
</td>
|
|
5849
|
+
</tr>
|
|
5850
|
+
<tr
|
|
5851
|
+
className="rdp-row"
|
|
5852
|
+
>
|
|
5221
5853
|
<td
|
|
5222
5854
|
className="rdp-cell"
|
|
5223
5855
|
role="presentation"
|
|
@@ -5246,10 +5878,6 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5246
5878
|
24
|
|
5247
5879
|
</button>
|
|
5248
5880
|
</td>
|
|
5249
|
-
</tr>
|
|
5250
|
-
<tr
|
|
5251
|
-
className="rdp-row"
|
|
5252
|
-
>
|
|
5253
5881
|
<td
|
|
5254
5882
|
className="rdp-cell"
|
|
5255
5883
|
role="presentation"
|
|
@@ -5390,6 +6018,66 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5390
6018
|
29
|
|
5391
6019
|
</button>
|
|
5392
6020
|
</td>
|
|
6021
|
+
<td
|
|
6022
|
+
className="rdp-cell"
|
|
6023
|
+
role="presentation"
|
|
6024
|
+
>
|
|
6025
|
+
<button
|
|
6026
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
6027
|
+
name="day"
|
|
6028
|
+
onBlur={[Function]}
|
|
6029
|
+
onClick={[Function]}
|
|
6030
|
+
onFocus={[Function]}
|
|
6031
|
+
onKeyDown={[Function]}
|
|
6032
|
+
onKeyUp={[Function]}
|
|
6033
|
+
onMouseEnter={[Function]}
|
|
6034
|
+
onMouseLeave={[Function]}
|
|
6035
|
+
onPointerEnter={[Function]}
|
|
6036
|
+
onPointerLeave={[Function]}
|
|
6037
|
+
onTouchCancel={[Function]}
|
|
6038
|
+
onTouchEnd={[Function]}
|
|
6039
|
+
onTouchMove={[Function]}
|
|
6040
|
+
onTouchStart={[Function]}
|
|
6041
|
+
role="gridcell"
|
|
6042
|
+
style={{}}
|
|
6043
|
+
tabIndex={-1}
|
|
6044
|
+
type="button"
|
|
6045
|
+
>
|
|
6046
|
+
30
|
|
6047
|
+
</button>
|
|
6048
|
+
</td>
|
|
6049
|
+
</tr>
|
|
6050
|
+
<tr
|
|
6051
|
+
className="rdp-row"
|
|
6052
|
+
>
|
|
6053
|
+
<td
|
|
6054
|
+
className="rdp-cell"
|
|
6055
|
+
role="presentation"
|
|
6056
|
+
>
|
|
6057
|
+
<button
|
|
6058
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
6059
|
+
name="day"
|
|
6060
|
+
onBlur={[Function]}
|
|
6061
|
+
onClick={[Function]}
|
|
6062
|
+
onFocus={[Function]}
|
|
6063
|
+
onKeyDown={[Function]}
|
|
6064
|
+
onKeyUp={[Function]}
|
|
6065
|
+
onMouseEnter={[Function]}
|
|
6066
|
+
onMouseLeave={[Function]}
|
|
6067
|
+
onPointerEnter={[Function]}
|
|
6068
|
+
onPointerLeave={[Function]}
|
|
6069
|
+
onTouchCancel={[Function]}
|
|
6070
|
+
onTouchEnd={[Function]}
|
|
6071
|
+
onTouchMove={[Function]}
|
|
6072
|
+
onTouchStart={[Function]}
|
|
6073
|
+
role="gridcell"
|
|
6074
|
+
style={{}}
|
|
6075
|
+
tabIndex={-1}
|
|
6076
|
+
type="button"
|
|
6077
|
+
>
|
|
6078
|
+
31
|
|
6079
|
+
</button>
|
|
6080
|
+
</td>
|
|
5393
6081
|
<td
|
|
5394
6082
|
className="rdp-cell"
|
|
5395
6083
|
role="presentation"
|
|
@@ -5446,6 +6134,118 @@ exports[`Storyshots a/DatePicker Time Range Selection 1`] = `
|
|
|
5446
6134
|
2
|
|
5447
6135
|
</button>
|
|
5448
6136
|
</td>
|
|
6137
|
+
<td
|
|
6138
|
+
className="rdp-cell"
|
|
6139
|
+
role="presentation"
|
|
6140
|
+
>
|
|
6141
|
+
<button
|
|
6142
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6143
|
+
name="day"
|
|
6144
|
+
onBlur={[Function]}
|
|
6145
|
+
onClick={[Function]}
|
|
6146
|
+
onFocus={[Function]}
|
|
6147
|
+
onKeyDown={[Function]}
|
|
6148
|
+
onKeyUp={[Function]}
|
|
6149
|
+
onMouseEnter={[Function]}
|
|
6150
|
+
onMouseLeave={[Function]}
|
|
6151
|
+
onPointerEnter={[Function]}
|
|
6152
|
+
onPointerLeave={[Function]}
|
|
6153
|
+
onTouchCancel={[Function]}
|
|
6154
|
+
onTouchEnd={[Function]}
|
|
6155
|
+
onTouchMove={[Function]}
|
|
6156
|
+
onTouchStart={[Function]}
|
|
6157
|
+
role="gridcell"
|
|
6158
|
+
style={{}}
|
|
6159
|
+
tabIndex={-1}
|
|
6160
|
+
type="button"
|
|
6161
|
+
>
|
|
6162
|
+
3
|
|
6163
|
+
</button>
|
|
6164
|
+
</td>
|
|
6165
|
+
<td
|
|
6166
|
+
className="rdp-cell"
|
|
6167
|
+
role="presentation"
|
|
6168
|
+
>
|
|
6169
|
+
<button
|
|
6170
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6171
|
+
name="day"
|
|
6172
|
+
onBlur={[Function]}
|
|
6173
|
+
onClick={[Function]}
|
|
6174
|
+
onFocus={[Function]}
|
|
6175
|
+
onKeyDown={[Function]}
|
|
6176
|
+
onKeyUp={[Function]}
|
|
6177
|
+
onMouseEnter={[Function]}
|
|
6178
|
+
onMouseLeave={[Function]}
|
|
6179
|
+
onPointerEnter={[Function]}
|
|
6180
|
+
onPointerLeave={[Function]}
|
|
6181
|
+
onTouchCancel={[Function]}
|
|
6182
|
+
onTouchEnd={[Function]}
|
|
6183
|
+
onTouchMove={[Function]}
|
|
6184
|
+
onTouchStart={[Function]}
|
|
6185
|
+
role="gridcell"
|
|
6186
|
+
style={{}}
|
|
6187
|
+
tabIndex={-1}
|
|
6188
|
+
type="button"
|
|
6189
|
+
>
|
|
6190
|
+
4
|
|
6191
|
+
</button>
|
|
6192
|
+
</td>
|
|
6193
|
+
<td
|
|
6194
|
+
className="rdp-cell"
|
|
6195
|
+
role="presentation"
|
|
6196
|
+
>
|
|
6197
|
+
<button
|
|
6198
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6199
|
+
name="day"
|
|
6200
|
+
onBlur={[Function]}
|
|
6201
|
+
onClick={[Function]}
|
|
6202
|
+
onFocus={[Function]}
|
|
6203
|
+
onKeyDown={[Function]}
|
|
6204
|
+
onKeyUp={[Function]}
|
|
6205
|
+
onMouseEnter={[Function]}
|
|
6206
|
+
onMouseLeave={[Function]}
|
|
6207
|
+
onPointerEnter={[Function]}
|
|
6208
|
+
onPointerLeave={[Function]}
|
|
6209
|
+
onTouchCancel={[Function]}
|
|
6210
|
+
onTouchEnd={[Function]}
|
|
6211
|
+
onTouchMove={[Function]}
|
|
6212
|
+
onTouchStart={[Function]}
|
|
6213
|
+
role="gridcell"
|
|
6214
|
+
style={{}}
|
|
6215
|
+
tabIndex={-1}
|
|
6216
|
+
type="button"
|
|
6217
|
+
>
|
|
6218
|
+
5
|
|
6219
|
+
</button>
|
|
6220
|
+
</td>
|
|
6221
|
+
<td
|
|
6222
|
+
className="rdp-cell"
|
|
6223
|
+
role="presentation"
|
|
6224
|
+
>
|
|
6225
|
+
<button
|
|
6226
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6227
|
+
name="day"
|
|
6228
|
+
onBlur={[Function]}
|
|
6229
|
+
onClick={[Function]}
|
|
6230
|
+
onFocus={[Function]}
|
|
6231
|
+
onKeyDown={[Function]}
|
|
6232
|
+
onKeyUp={[Function]}
|
|
6233
|
+
onMouseEnter={[Function]}
|
|
6234
|
+
onMouseLeave={[Function]}
|
|
6235
|
+
onPointerEnter={[Function]}
|
|
6236
|
+
onPointerLeave={[Function]}
|
|
6237
|
+
onTouchCancel={[Function]}
|
|
6238
|
+
onTouchEnd={[Function]}
|
|
6239
|
+
onTouchMove={[Function]}
|
|
6240
|
+
onTouchStart={[Function]}
|
|
6241
|
+
role="gridcell"
|
|
6242
|
+
style={{}}
|
|
6243
|
+
tabIndex={-1}
|
|
6244
|
+
type="button"
|
|
6245
|
+
>
|
|
6246
|
+
6
|
|
6247
|
+
</button>
|
|
6248
|
+
</td>
|
|
5449
6249
|
</tr>
|
|
5450
6250
|
</tbody>
|
|
5451
6251
|
<tfoot
|
|
@@ -5527,7 +6327,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5527
6327
|
id="react-day-picker-6"
|
|
5528
6328
|
role="presentation"
|
|
5529
6329
|
>
|
|
5530
|
-
|
|
6330
|
+
March 2024
|
|
5531
6331
|
</div>
|
|
5532
6332
|
<div
|
|
5533
6333
|
className="rdp-nav"
|
|
@@ -5670,7 +6470,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5670
6470
|
tabIndex={-1}
|
|
5671
6471
|
type="button"
|
|
5672
6472
|
>
|
|
5673
|
-
|
|
6473
|
+
25
|
|
5674
6474
|
</button>
|
|
5675
6475
|
</td>
|
|
5676
6476
|
<td
|
|
@@ -5698,7 +6498,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5698
6498
|
tabIndex={-1}
|
|
5699
6499
|
type="button"
|
|
5700
6500
|
>
|
|
5701
|
-
|
|
6501
|
+
26
|
|
5702
6502
|
</button>
|
|
5703
6503
|
</td>
|
|
5704
6504
|
<td
|
|
@@ -5726,7 +6526,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5726
6526
|
tabIndex={-1}
|
|
5727
6527
|
type="button"
|
|
5728
6528
|
>
|
|
5729
|
-
|
|
6529
|
+
27
|
|
5730
6530
|
</button>
|
|
5731
6531
|
</td>
|
|
5732
6532
|
<td
|
|
@@ -5754,7 +6554,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5754
6554
|
tabIndex={-1}
|
|
5755
6555
|
type="button"
|
|
5756
6556
|
>
|
|
5757
|
-
|
|
6557
|
+
28
|
|
5758
6558
|
</button>
|
|
5759
6559
|
</td>
|
|
5760
6560
|
<td
|
|
@@ -5762,7 +6562,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5762
6562
|
role="presentation"
|
|
5763
6563
|
>
|
|
5764
6564
|
<button
|
|
5765
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
6565
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
5766
6566
|
name="day"
|
|
5767
6567
|
onBlur={[Function]}
|
|
5768
6568
|
onClick={[Function]}
|
|
@@ -5782,7 +6582,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5782
6582
|
tabIndex={-1}
|
|
5783
6583
|
type="button"
|
|
5784
6584
|
>
|
|
5785
|
-
|
|
6585
|
+
29
|
|
5786
6586
|
</button>
|
|
5787
6587
|
</td>
|
|
5788
6588
|
<td
|
|
@@ -5810,7 +6610,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5810
6610
|
tabIndex={-1}
|
|
5811
6611
|
type="button"
|
|
5812
6612
|
>
|
|
5813
|
-
|
|
6613
|
+
1
|
|
5814
6614
|
</button>
|
|
5815
6615
|
</td>
|
|
5816
6616
|
<td
|
|
@@ -5838,13 +6638,41 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5838
6638
|
tabIndex={-1}
|
|
5839
6639
|
type="button"
|
|
5840
6640
|
>
|
|
5841
|
-
|
|
6641
|
+
2
|
|
5842
6642
|
</button>
|
|
5843
6643
|
</td>
|
|
5844
6644
|
</tr>
|
|
5845
6645
|
<tr
|
|
5846
6646
|
className="rdp-row"
|
|
5847
6647
|
>
|
|
6648
|
+
<td
|
|
6649
|
+
className="rdp-cell"
|
|
6650
|
+
role="presentation"
|
|
6651
|
+
>
|
|
6652
|
+
<button
|
|
6653
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
6654
|
+
name="day"
|
|
6655
|
+
onBlur={[Function]}
|
|
6656
|
+
onClick={[Function]}
|
|
6657
|
+
onFocus={[Function]}
|
|
6658
|
+
onKeyDown={[Function]}
|
|
6659
|
+
onKeyUp={[Function]}
|
|
6660
|
+
onMouseEnter={[Function]}
|
|
6661
|
+
onMouseLeave={[Function]}
|
|
6662
|
+
onPointerEnter={[Function]}
|
|
6663
|
+
onPointerLeave={[Function]}
|
|
6664
|
+
onTouchCancel={[Function]}
|
|
6665
|
+
onTouchEnd={[Function]}
|
|
6666
|
+
onTouchMove={[Function]}
|
|
6667
|
+
onTouchStart={[Function]}
|
|
6668
|
+
role="gridcell"
|
|
6669
|
+
style={{}}
|
|
6670
|
+
tabIndex={-1}
|
|
6671
|
+
type="button"
|
|
6672
|
+
>
|
|
6673
|
+
3
|
|
6674
|
+
</button>
|
|
6675
|
+
</td>
|
|
5848
6676
|
<td
|
|
5849
6677
|
className="rdp-cell"
|
|
5850
6678
|
role="presentation"
|
|
@@ -5962,7 +6790,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5962
6790
|
role="presentation"
|
|
5963
6791
|
>
|
|
5964
6792
|
<button
|
|
5965
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
6793
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
5966
6794
|
name="day"
|
|
5967
6795
|
onBlur={[Function]}
|
|
5968
6796
|
onClick={[Function]}
|
|
@@ -5979,7 +6807,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
5979
6807
|
onTouchStart={[Function]}
|
|
5980
6808
|
role="gridcell"
|
|
5981
6809
|
style={{}}
|
|
5982
|
-
tabIndex={
|
|
6810
|
+
tabIndex={0}
|
|
5983
6811
|
type="button"
|
|
5984
6812
|
>
|
|
5985
6813
|
8
|
|
@@ -6013,6 +6841,10 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6013
6841
|
9
|
|
6014
6842
|
</button>
|
|
6015
6843
|
</td>
|
|
6844
|
+
</tr>
|
|
6845
|
+
<tr
|
|
6846
|
+
className="rdp-row"
|
|
6847
|
+
>
|
|
6016
6848
|
<td
|
|
6017
6849
|
className="rdp-cell"
|
|
6018
6850
|
role="presentation"
|
|
@@ -6041,10 +6873,6 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6041
6873
|
10
|
|
6042
6874
|
</button>
|
|
6043
6875
|
</td>
|
|
6044
|
-
</tr>
|
|
6045
|
-
<tr
|
|
6046
|
-
className="rdp-row"
|
|
6047
|
-
>
|
|
6048
6876
|
<td
|
|
6049
6877
|
className="rdp-cell"
|
|
6050
6878
|
role="presentation"
|
|
@@ -6162,7 +6990,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6162
6990
|
role="presentation"
|
|
6163
6991
|
>
|
|
6164
6992
|
<button
|
|
6165
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
6993
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
6166
6994
|
name="day"
|
|
6167
6995
|
onBlur={[Function]}
|
|
6168
6996
|
onClick={[Function]}
|
|
@@ -6179,7 +7007,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6179
7007
|
onTouchStart={[Function]}
|
|
6180
7008
|
role="gridcell"
|
|
6181
7009
|
style={{}}
|
|
6182
|
-
tabIndex={
|
|
7010
|
+
tabIndex={-1}
|
|
6183
7011
|
type="button"
|
|
6184
7012
|
>
|
|
6185
7013
|
15
|
|
@@ -6213,6 +7041,10 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6213
7041
|
16
|
|
6214
7042
|
</button>
|
|
6215
7043
|
</td>
|
|
7044
|
+
</tr>
|
|
7045
|
+
<tr
|
|
7046
|
+
className="rdp-row"
|
|
7047
|
+
>
|
|
6216
7048
|
<td
|
|
6217
7049
|
className="rdp-cell"
|
|
6218
7050
|
role="presentation"
|
|
@@ -6241,10 +7073,6 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6241
7073
|
17
|
|
6242
7074
|
</button>
|
|
6243
7075
|
</td>
|
|
6244
|
-
</tr>
|
|
6245
|
-
<tr
|
|
6246
|
-
className="rdp-row"
|
|
6247
|
-
>
|
|
6248
7076
|
<td
|
|
6249
7077
|
className="rdp-cell"
|
|
6250
7078
|
role="presentation"
|
|
@@ -6413,6 +7241,10 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6413
7241
|
23
|
|
6414
7242
|
</button>
|
|
6415
7243
|
</td>
|
|
7244
|
+
</tr>
|
|
7245
|
+
<tr
|
|
7246
|
+
className="rdp-row"
|
|
7247
|
+
>
|
|
6416
7248
|
<td
|
|
6417
7249
|
className="rdp-cell"
|
|
6418
7250
|
role="presentation"
|
|
@@ -6441,10 +7273,6 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6441
7273
|
24
|
|
6442
7274
|
</button>
|
|
6443
7275
|
</td>
|
|
6444
|
-
</tr>
|
|
6445
|
-
<tr
|
|
6446
|
-
className="rdp-row"
|
|
6447
|
-
>
|
|
6448
7276
|
<td
|
|
6449
7277
|
className="rdp-cell"
|
|
6450
7278
|
role="presentation"
|
|
@@ -6562,7 +7390,179 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6562
7390
|
role="presentation"
|
|
6563
7391
|
>
|
|
6564
7392
|
<button
|
|
6565
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
7393
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
7394
|
+
name="day"
|
|
7395
|
+
onBlur={[Function]}
|
|
7396
|
+
onClick={[Function]}
|
|
7397
|
+
onFocus={[Function]}
|
|
7398
|
+
onKeyDown={[Function]}
|
|
7399
|
+
onKeyUp={[Function]}
|
|
7400
|
+
onMouseEnter={[Function]}
|
|
7401
|
+
onMouseLeave={[Function]}
|
|
7402
|
+
onPointerEnter={[Function]}
|
|
7403
|
+
onPointerLeave={[Function]}
|
|
7404
|
+
onTouchCancel={[Function]}
|
|
7405
|
+
onTouchEnd={[Function]}
|
|
7406
|
+
onTouchMove={[Function]}
|
|
7407
|
+
onTouchStart={[Function]}
|
|
7408
|
+
role="gridcell"
|
|
7409
|
+
style={{}}
|
|
7410
|
+
tabIndex={-1}
|
|
7411
|
+
type="button"
|
|
7412
|
+
>
|
|
7413
|
+
29
|
|
7414
|
+
</button>
|
|
7415
|
+
</td>
|
|
7416
|
+
<td
|
|
7417
|
+
className="rdp-cell"
|
|
7418
|
+
role="presentation"
|
|
7419
|
+
>
|
|
7420
|
+
<button
|
|
7421
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
7422
|
+
name="day"
|
|
7423
|
+
onBlur={[Function]}
|
|
7424
|
+
onClick={[Function]}
|
|
7425
|
+
onFocus={[Function]}
|
|
7426
|
+
onKeyDown={[Function]}
|
|
7427
|
+
onKeyUp={[Function]}
|
|
7428
|
+
onMouseEnter={[Function]}
|
|
7429
|
+
onMouseLeave={[Function]}
|
|
7430
|
+
onPointerEnter={[Function]}
|
|
7431
|
+
onPointerLeave={[Function]}
|
|
7432
|
+
onTouchCancel={[Function]}
|
|
7433
|
+
onTouchEnd={[Function]}
|
|
7434
|
+
onTouchMove={[Function]}
|
|
7435
|
+
onTouchStart={[Function]}
|
|
7436
|
+
role="gridcell"
|
|
7437
|
+
style={{}}
|
|
7438
|
+
tabIndex={-1}
|
|
7439
|
+
type="button"
|
|
7440
|
+
>
|
|
7441
|
+
30
|
|
7442
|
+
</button>
|
|
7443
|
+
</td>
|
|
7444
|
+
</tr>
|
|
7445
|
+
<tr
|
|
7446
|
+
className="rdp-row"
|
|
7447
|
+
>
|
|
7448
|
+
<td
|
|
7449
|
+
className="rdp-cell"
|
|
7450
|
+
role="presentation"
|
|
7451
|
+
>
|
|
7452
|
+
<button
|
|
7453
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
7454
|
+
name="day"
|
|
7455
|
+
onBlur={[Function]}
|
|
7456
|
+
onClick={[Function]}
|
|
7457
|
+
onFocus={[Function]}
|
|
7458
|
+
onKeyDown={[Function]}
|
|
7459
|
+
onKeyUp={[Function]}
|
|
7460
|
+
onMouseEnter={[Function]}
|
|
7461
|
+
onMouseLeave={[Function]}
|
|
7462
|
+
onPointerEnter={[Function]}
|
|
7463
|
+
onPointerLeave={[Function]}
|
|
7464
|
+
onTouchCancel={[Function]}
|
|
7465
|
+
onTouchEnd={[Function]}
|
|
7466
|
+
onTouchMove={[Function]}
|
|
7467
|
+
onTouchStart={[Function]}
|
|
7468
|
+
role="gridcell"
|
|
7469
|
+
style={{}}
|
|
7470
|
+
tabIndex={-1}
|
|
7471
|
+
type="button"
|
|
7472
|
+
>
|
|
7473
|
+
31
|
|
7474
|
+
</button>
|
|
7475
|
+
</td>
|
|
7476
|
+
<td
|
|
7477
|
+
className="rdp-cell"
|
|
7478
|
+
role="presentation"
|
|
7479
|
+
>
|
|
7480
|
+
<button
|
|
7481
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
7482
|
+
name="day"
|
|
7483
|
+
onBlur={[Function]}
|
|
7484
|
+
onClick={[Function]}
|
|
7485
|
+
onFocus={[Function]}
|
|
7486
|
+
onKeyDown={[Function]}
|
|
7487
|
+
onKeyUp={[Function]}
|
|
7488
|
+
onMouseEnter={[Function]}
|
|
7489
|
+
onMouseLeave={[Function]}
|
|
7490
|
+
onPointerEnter={[Function]}
|
|
7491
|
+
onPointerLeave={[Function]}
|
|
7492
|
+
onTouchCancel={[Function]}
|
|
7493
|
+
onTouchEnd={[Function]}
|
|
7494
|
+
onTouchMove={[Function]}
|
|
7495
|
+
onTouchStart={[Function]}
|
|
7496
|
+
role="gridcell"
|
|
7497
|
+
style={{}}
|
|
7498
|
+
tabIndex={-1}
|
|
7499
|
+
type="button"
|
|
7500
|
+
>
|
|
7501
|
+
1
|
|
7502
|
+
</button>
|
|
7503
|
+
</td>
|
|
7504
|
+
<td
|
|
7505
|
+
className="rdp-cell"
|
|
7506
|
+
role="presentation"
|
|
7507
|
+
>
|
|
7508
|
+
<button
|
|
7509
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
7510
|
+
name="day"
|
|
7511
|
+
onBlur={[Function]}
|
|
7512
|
+
onClick={[Function]}
|
|
7513
|
+
onFocus={[Function]}
|
|
7514
|
+
onKeyDown={[Function]}
|
|
7515
|
+
onKeyUp={[Function]}
|
|
7516
|
+
onMouseEnter={[Function]}
|
|
7517
|
+
onMouseLeave={[Function]}
|
|
7518
|
+
onPointerEnter={[Function]}
|
|
7519
|
+
onPointerLeave={[Function]}
|
|
7520
|
+
onTouchCancel={[Function]}
|
|
7521
|
+
onTouchEnd={[Function]}
|
|
7522
|
+
onTouchMove={[Function]}
|
|
7523
|
+
onTouchStart={[Function]}
|
|
7524
|
+
role="gridcell"
|
|
7525
|
+
style={{}}
|
|
7526
|
+
tabIndex={-1}
|
|
7527
|
+
type="button"
|
|
7528
|
+
>
|
|
7529
|
+
2
|
|
7530
|
+
</button>
|
|
7531
|
+
</td>
|
|
7532
|
+
<td
|
|
7533
|
+
className="rdp-cell"
|
|
7534
|
+
role="presentation"
|
|
7535
|
+
>
|
|
7536
|
+
<button
|
|
7537
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
7538
|
+
name="day"
|
|
7539
|
+
onBlur={[Function]}
|
|
7540
|
+
onClick={[Function]}
|
|
7541
|
+
onFocus={[Function]}
|
|
7542
|
+
onKeyDown={[Function]}
|
|
7543
|
+
onKeyUp={[Function]}
|
|
7544
|
+
onMouseEnter={[Function]}
|
|
7545
|
+
onMouseLeave={[Function]}
|
|
7546
|
+
onPointerEnter={[Function]}
|
|
7547
|
+
onPointerLeave={[Function]}
|
|
7548
|
+
onTouchCancel={[Function]}
|
|
7549
|
+
onTouchEnd={[Function]}
|
|
7550
|
+
onTouchMove={[Function]}
|
|
7551
|
+
onTouchStart={[Function]}
|
|
7552
|
+
role="gridcell"
|
|
7553
|
+
style={{}}
|
|
7554
|
+
tabIndex={-1}
|
|
7555
|
+
type="button"
|
|
7556
|
+
>
|
|
7557
|
+
3
|
|
7558
|
+
</button>
|
|
7559
|
+
</td>
|
|
7560
|
+
<td
|
|
7561
|
+
className="rdp-cell"
|
|
7562
|
+
role="presentation"
|
|
7563
|
+
>
|
|
7564
|
+
<button
|
|
7565
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6566
7566
|
name="day"
|
|
6567
7567
|
onBlur={[Function]}
|
|
6568
7568
|
onClick={[Function]}
|
|
@@ -6582,7 +7582,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6582
7582
|
tabIndex={-1}
|
|
6583
7583
|
type="button"
|
|
6584
7584
|
>
|
|
6585
|
-
|
|
7585
|
+
4
|
|
6586
7586
|
</button>
|
|
6587
7587
|
</td>
|
|
6588
7588
|
<td
|
|
@@ -6610,7 +7610,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6610
7610
|
tabIndex={-1}
|
|
6611
7611
|
type="button"
|
|
6612
7612
|
>
|
|
6613
|
-
|
|
7613
|
+
5
|
|
6614
7614
|
</button>
|
|
6615
7615
|
</td>
|
|
6616
7616
|
<td
|
|
@@ -6638,7 +7638,7 @@ exports[`Storyshots a/DatePicker Time Selection 1`] = `
|
|
|
6638
7638
|
tabIndex={-1}
|
|
6639
7639
|
type="button"
|
|
6640
7640
|
>
|
|
6641
|
-
|
|
7641
|
+
6
|
|
6642
7642
|
</button>
|
|
6643
7643
|
</td>
|
|
6644
7644
|
</tr>
|
|
@@ -6711,7 +7711,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6711
7711
|
id="react-day-picker-7"
|
|
6712
7712
|
role="presentation"
|
|
6713
7713
|
>
|
|
6714
|
-
|
|
7714
|
+
March 2024
|
|
6715
7715
|
</div>
|
|
6716
7716
|
<div
|
|
6717
7717
|
className="rdp-nav"
|
|
@@ -6854,7 +7854,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6854
7854
|
tabIndex={-1}
|
|
6855
7855
|
type="button"
|
|
6856
7856
|
>
|
|
6857
|
-
|
|
7857
|
+
25
|
|
6858
7858
|
</button>
|
|
6859
7859
|
</td>
|
|
6860
7860
|
<td
|
|
@@ -6882,7 +7882,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6882
7882
|
tabIndex={-1}
|
|
6883
7883
|
type="button"
|
|
6884
7884
|
>
|
|
6885
|
-
|
|
7885
|
+
26
|
|
6886
7886
|
</button>
|
|
6887
7887
|
</td>
|
|
6888
7888
|
<td
|
|
@@ -6910,7 +7910,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6910
7910
|
tabIndex={-1}
|
|
6911
7911
|
type="button"
|
|
6912
7912
|
>
|
|
6913
|
-
|
|
7913
|
+
27
|
|
6914
7914
|
</button>
|
|
6915
7915
|
</td>
|
|
6916
7916
|
<td
|
|
@@ -6938,7 +7938,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6938
7938
|
tabIndex={-1}
|
|
6939
7939
|
type="button"
|
|
6940
7940
|
>
|
|
6941
|
-
|
|
7941
|
+
28
|
|
6942
7942
|
</button>
|
|
6943
7943
|
</td>
|
|
6944
7944
|
<td
|
|
@@ -6946,7 +7946,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6946
7946
|
role="presentation"
|
|
6947
7947
|
>
|
|
6948
7948
|
<button
|
|
6949
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
7949
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
6950
7950
|
name="day"
|
|
6951
7951
|
onBlur={[Function]}
|
|
6952
7952
|
onClick={[Function]}
|
|
@@ -6966,7 +7966,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6966
7966
|
tabIndex={-1}
|
|
6967
7967
|
type="button"
|
|
6968
7968
|
>
|
|
6969
|
-
|
|
7969
|
+
29
|
|
6970
7970
|
</button>
|
|
6971
7971
|
</td>
|
|
6972
7972
|
<td
|
|
@@ -6994,7 +7994,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
6994
7994
|
tabIndex={-1}
|
|
6995
7995
|
type="button"
|
|
6996
7996
|
>
|
|
6997
|
-
|
|
7997
|
+
1
|
|
6998
7998
|
</button>
|
|
6999
7999
|
</td>
|
|
7000
8000
|
<td
|
|
@@ -7022,13 +8022,41 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7022
8022
|
tabIndex={-1}
|
|
7023
8023
|
type="button"
|
|
7024
8024
|
>
|
|
7025
|
-
|
|
8025
|
+
2
|
|
7026
8026
|
</button>
|
|
7027
8027
|
</td>
|
|
7028
8028
|
</tr>
|
|
7029
8029
|
<tr
|
|
7030
8030
|
className="rdp-row"
|
|
7031
8031
|
>
|
|
8032
|
+
<td
|
|
8033
|
+
className="rdp-cell"
|
|
8034
|
+
role="presentation"
|
|
8035
|
+
>
|
|
8036
|
+
<button
|
|
8037
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
8038
|
+
name="day"
|
|
8039
|
+
onBlur={[Function]}
|
|
8040
|
+
onClick={[Function]}
|
|
8041
|
+
onFocus={[Function]}
|
|
8042
|
+
onKeyDown={[Function]}
|
|
8043
|
+
onKeyUp={[Function]}
|
|
8044
|
+
onMouseEnter={[Function]}
|
|
8045
|
+
onMouseLeave={[Function]}
|
|
8046
|
+
onPointerEnter={[Function]}
|
|
8047
|
+
onPointerLeave={[Function]}
|
|
8048
|
+
onTouchCancel={[Function]}
|
|
8049
|
+
onTouchEnd={[Function]}
|
|
8050
|
+
onTouchMove={[Function]}
|
|
8051
|
+
onTouchStart={[Function]}
|
|
8052
|
+
role="gridcell"
|
|
8053
|
+
style={{}}
|
|
8054
|
+
tabIndex={-1}
|
|
8055
|
+
type="button"
|
|
8056
|
+
>
|
|
8057
|
+
3
|
|
8058
|
+
</button>
|
|
8059
|
+
</td>
|
|
7032
8060
|
<td
|
|
7033
8061
|
className="rdp-cell"
|
|
7034
8062
|
role="presentation"
|
|
@@ -7146,7 +8174,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7146
8174
|
role="presentation"
|
|
7147
8175
|
>
|
|
7148
8176
|
<button
|
|
7149
|
-
className="rdp-button_reset rdp-button rdp-day"
|
|
8177
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_today"
|
|
7150
8178
|
name="day"
|
|
7151
8179
|
onBlur={[Function]}
|
|
7152
8180
|
onClick={[Function]}
|
|
@@ -7163,7 +8191,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7163
8191
|
onTouchStart={[Function]}
|
|
7164
8192
|
role="gridcell"
|
|
7165
8193
|
style={{}}
|
|
7166
|
-
tabIndex={
|
|
8194
|
+
tabIndex={0}
|
|
7167
8195
|
type="button"
|
|
7168
8196
|
>
|
|
7169
8197
|
8
|
|
@@ -7197,6 +8225,10 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7197
8225
|
9
|
|
7198
8226
|
</button>
|
|
7199
8227
|
</td>
|
|
8228
|
+
</tr>
|
|
8229
|
+
<tr
|
|
8230
|
+
className="rdp-row"
|
|
8231
|
+
>
|
|
7200
8232
|
<td
|
|
7201
8233
|
className="rdp-cell"
|
|
7202
8234
|
role="presentation"
|
|
@@ -7225,10 +8257,6 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7225
8257
|
10
|
|
7226
8258
|
</button>
|
|
7227
8259
|
</td>
|
|
7228
|
-
</tr>
|
|
7229
|
-
<tr
|
|
7230
|
-
className="rdp-row"
|
|
7231
|
-
>
|
|
7232
8260
|
<td
|
|
7233
8261
|
className="rdp-cell"
|
|
7234
8262
|
role="presentation"
|
|
@@ -7346,7 +8374,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7346
8374
|
role="presentation"
|
|
7347
8375
|
>
|
|
7348
8376
|
<button
|
|
7349
|
-
className="rdp-button_reset rdp-button rdp-day
|
|
8377
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
7350
8378
|
name="day"
|
|
7351
8379
|
onBlur={[Function]}
|
|
7352
8380
|
onClick={[Function]}
|
|
@@ -7363,7 +8391,7 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7363
8391
|
onTouchStart={[Function]}
|
|
7364
8392
|
role="gridcell"
|
|
7365
8393
|
style={{}}
|
|
7366
|
-
tabIndex={
|
|
8394
|
+
tabIndex={-1}
|
|
7367
8395
|
type="button"
|
|
7368
8396
|
>
|
|
7369
8397
|
15
|
|
@@ -7397,6 +8425,10 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7397
8425
|
16
|
|
7398
8426
|
</button>
|
|
7399
8427
|
</td>
|
|
8428
|
+
</tr>
|
|
8429
|
+
<tr
|
|
8430
|
+
className="rdp-row"
|
|
8431
|
+
>
|
|
7400
8432
|
<td
|
|
7401
8433
|
className="rdp-cell"
|
|
7402
8434
|
role="presentation"
|
|
@@ -7425,10 +8457,6 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7425
8457
|
17
|
|
7426
8458
|
</button>
|
|
7427
8459
|
</td>
|
|
7428
|
-
</tr>
|
|
7429
|
-
<tr
|
|
7430
|
-
className="rdp-row"
|
|
7431
|
-
>
|
|
7432
8460
|
<td
|
|
7433
8461
|
className="rdp-cell"
|
|
7434
8462
|
role="presentation"
|
|
@@ -7597,6 +8625,10 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7597
8625
|
23
|
|
7598
8626
|
</button>
|
|
7599
8627
|
</td>
|
|
8628
|
+
</tr>
|
|
8629
|
+
<tr
|
|
8630
|
+
className="rdp-row"
|
|
8631
|
+
>
|
|
7600
8632
|
<td
|
|
7601
8633
|
className="rdp-cell"
|
|
7602
8634
|
role="presentation"
|
|
@@ -7625,10 +8657,6 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7625
8657
|
24
|
|
7626
8658
|
</button>
|
|
7627
8659
|
</td>
|
|
7628
|
-
</tr>
|
|
7629
|
-
<tr
|
|
7630
|
-
className="rdp-row"
|
|
7631
|
-
>
|
|
7632
8660
|
<td
|
|
7633
8661
|
className="rdp-cell"
|
|
7634
8662
|
role="presentation"
|
|
@@ -7769,6 +8797,66 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7769
8797
|
29
|
|
7770
8798
|
</button>
|
|
7771
8799
|
</td>
|
|
8800
|
+
<td
|
|
8801
|
+
className="rdp-cell"
|
|
8802
|
+
role="presentation"
|
|
8803
|
+
>
|
|
8804
|
+
<button
|
|
8805
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
8806
|
+
name="day"
|
|
8807
|
+
onBlur={[Function]}
|
|
8808
|
+
onClick={[Function]}
|
|
8809
|
+
onFocus={[Function]}
|
|
8810
|
+
onKeyDown={[Function]}
|
|
8811
|
+
onKeyUp={[Function]}
|
|
8812
|
+
onMouseEnter={[Function]}
|
|
8813
|
+
onMouseLeave={[Function]}
|
|
8814
|
+
onPointerEnter={[Function]}
|
|
8815
|
+
onPointerLeave={[Function]}
|
|
8816
|
+
onTouchCancel={[Function]}
|
|
8817
|
+
onTouchEnd={[Function]}
|
|
8818
|
+
onTouchMove={[Function]}
|
|
8819
|
+
onTouchStart={[Function]}
|
|
8820
|
+
role="gridcell"
|
|
8821
|
+
style={{}}
|
|
8822
|
+
tabIndex={-1}
|
|
8823
|
+
type="button"
|
|
8824
|
+
>
|
|
8825
|
+
30
|
|
8826
|
+
</button>
|
|
8827
|
+
</td>
|
|
8828
|
+
</tr>
|
|
8829
|
+
<tr
|
|
8830
|
+
className="rdp-row"
|
|
8831
|
+
>
|
|
8832
|
+
<td
|
|
8833
|
+
className="rdp-cell"
|
|
8834
|
+
role="presentation"
|
|
8835
|
+
>
|
|
8836
|
+
<button
|
|
8837
|
+
className="rdp-button_reset rdp-button rdp-day"
|
|
8838
|
+
name="day"
|
|
8839
|
+
onBlur={[Function]}
|
|
8840
|
+
onClick={[Function]}
|
|
8841
|
+
onFocus={[Function]}
|
|
8842
|
+
onKeyDown={[Function]}
|
|
8843
|
+
onKeyUp={[Function]}
|
|
8844
|
+
onMouseEnter={[Function]}
|
|
8845
|
+
onMouseLeave={[Function]}
|
|
8846
|
+
onPointerEnter={[Function]}
|
|
8847
|
+
onPointerLeave={[Function]}
|
|
8848
|
+
onTouchCancel={[Function]}
|
|
8849
|
+
onTouchEnd={[Function]}
|
|
8850
|
+
onTouchMove={[Function]}
|
|
8851
|
+
onTouchStart={[Function]}
|
|
8852
|
+
role="gridcell"
|
|
8853
|
+
style={{}}
|
|
8854
|
+
tabIndex={-1}
|
|
8855
|
+
type="button"
|
|
8856
|
+
>
|
|
8857
|
+
31
|
|
8858
|
+
</button>
|
|
8859
|
+
</td>
|
|
7772
8860
|
<td
|
|
7773
8861
|
className="rdp-cell"
|
|
7774
8862
|
role="presentation"
|
|
@@ -7825,6 +8913,118 @@ exports[`Storyshots a/DatePicker With Custom Footer 1`] = `
|
|
|
7825
8913
|
2
|
|
7826
8914
|
</button>
|
|
7827
8915
|
</td>
|
|
8916
|
+
<td
|
|
8917
|
+
className="rdp-cell"
|
|
8918
|
+
role="presentation"
|
|
8919
|
+
>
|
|
8920
|
+
<button
|
|
8921
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
8922
|
+
name="day"
|
|
8923
|
+
onBlur={[Function]}
|
|
8924
|
+
onClick={[Function]}
|
|
8925
|
+
onFocus={[Function]}
|
|
8926
|
+
onKeyDown={[Function]}
|
|
8927
|
+
onKeyUp={[Function]}
|
|
8928
|
+
onMouseEnter={[Function]}
|
|
8929
|
+
onMouseLeave={[Function]}
|
|
8930
|
+
onPointerEnter={[Function]}
|
|
8931
|
+
onPointerLeave={[Function]}
|
|
8932
|
+
onTouchCancel={[Function]}
|
|
8933
|
+
onTouchEnd={[Function]}
|
|
8934
|
+
onTouchMove={[Function]}
|
|
8935
|
+
onTouchStart={[Function]}
|
|
8936
|
+
role="gridcell"
|
|
8937
|
+
style={{}}
|
|
8938
|
+
tabIndex={-1}
|
|
8939
|
+
type="button"
|
|
8940
|
+
>
|
|
8941
|
+
3
|
|
8942
|
+
</button>
|
|
8943
|
+
</td>
|
|
8944
|
+
<td
|
|
8945
|
+
className="rdp-cell"
|
|
8946
|
+
role="presentation"
|
|
8947
|
+
>
|
|
8948
|
+
<button
|
|
8949
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
8950
|
+
name="day"
|
|
8951
|
+
onBlur={[Function]}
|
|
8952
|
+
onClick={[Function]}
|
|
8953
|
+
onFocus={[Function]}
|
|
8954
|
+
onKeyDown={[Function]}
|
|
8955
|
+
onKeyUp={[Function]}
|
|
8956
|
+
onMouseEnter={[Function]}
|
|
8957
|
+
onMouseLeave={[Function]}
|
|
8958
|
+
onPointerEnter={[Function]}
|
|
8959
|
+
onPointerLeave={[Function]}
|
|
8960
|
+
onTouchCancel={[Function]}
|
|
8961
|
+
onTouchEnd={[Function]}
|
|
8962
|
+
onTouchMove={[Function]}
|
|
8963
|
+
onTouchStart={[Function]}
|
|
8964
|
+
role="gridcell"
|
|
8965
|
+
style={{}}
|
|
8966
|
+
tabIndex={-1}
|
|
8967
|
+
type="button"
|
|
8968
|
+
>
|
|
8969
|
+
4
|
|
8970
|
+
</button>
|
|
8971
|
+
</td>
|
|
8972
|
+
<td
|
|
8973
|
+
className="rdp-cell"
|
|
8974
|
+
role="presentation"
|
|
8975
|
+
>
|
|
8976
|
+
<button
|
|
8977
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
8978
|
+
name="day"
|
|
8979
|
+
onBlur={[Function]}
|
|
8980
|
+
onClick={[Function]}
|
|
8981
|
+
onFocus={[Function]}
|
|
8982
|
+
onKeyDown={[Function]}
|
|
8983
|
+
onKeyUp={[Function]}
|
|
8984
|
+
onMouseEnter={[Function]}
|
|
8985
|
+
onMouseLeave={[Function]}
|
|
8986
|
+
onPointerEnter={[Function]}
|
|
8987
|
+
onPointerLeave={[Function]}
|
|
8988
|
+
onTouchCancel={[Function]}
|
|
8989
|
+
onTouchEnd={[Function]}
|
|
8990
|
+
onTouchMove={[Function]}
|
|
8991
|
+
onTouchStart={[Function]}
|
|
8992
|
+
role="gridcell"
|
|
8993
|
+
style={{}}
|
|
8994
|
+
tabIndex={-1}
|
|
8995
|
+
type="button"
|
|
8996
|
+
>
|
|
8997
|
+
5
|
|
8998
|
+
</button>
|
|
8999
|
+
</td>
|
|
9000
|
+
<td
|
|
9001
|
+
className="rdp-cell"
|
|
9002
|
+
role="presentation"
|
|
9003
|
+
>
|
|
9004
|
+
<button
|
|
9005
|
+
className="rdp-button_reset rdp-button rdp-day rdp-day_outside"
|
|
9006
|
+
name="day"
|
|
9007
|
+
onBlur={[Function]}
|
|
9008
|
+
onClick={[Function]}
|
|
9009
|
+
onFocus={[Function]}
|
|
9010
|
+
onKeyDown={[Function]}
|
|
9011
|
+
onKeyUp={[Function]}
|
|
9012
|
+
onMouseEnter={[Function]}
|
|
9013
|
+
onMouseLeave={[Function]}
|
|
9014
|
+
onPointerEnter={[Function]}
|
|
9015
|
+
onPointerLeave={[Function]}
|
|
9016
|
+
onTouchCancel={[Function]}
|
|
9017
|
+
onTouchEnd={[Function]}
|
|
9018
|
+
onTouchMove={[Function]}
|
|
9019
|
+
onTouchStart={[Function]}
|
|
9020
|
+
role="gridcell"
|
|
9021
|
+
style={{}}
|
|
9022
|
+
tabIndex={-1}
|
|
9023
|
+
type="button"
|
|
9024
|
+
>
|
|
9025
|
+
6
|
|
9026
|
+
</button>
|
|
9027
|
+
</td>
|
|
7828
9028
|
</tr>
|
|
7829
9029
|
</tbody>
|
|
7830
9030
|
<tfoot
|