@hh.ru/magritte-ui-date-picker 5.2.2 → 5.2.4
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/AsyncDataLoader.js +1 -1
- package/DatePicker/DatePicker.js +1 -1
- package/DatePicker/MobileDatePickerWithScroll.js +1 -1
- package/DatePicker/UncontrolledDatePicker.js +1 -1
- package/DayPicker.js +1 -1
- package/Header.js +1 -1
- package/InfiniteScroll.js +1 -1
- package/InfoDatePicker/InfoDatePicker.js +1 -1
- package/InfoDatePicker/MobileInfoDatePickerWithScroll.js +1 -1
- package/InfoDatePicker/UncontrolledInfoDatePicker.js +1 -1
- package/IntervalDatePicker/DesktopMultiLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/IntervalDatePicker.js +1 -1
- package/IntervalDatePicker/MobileMultiLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/MobileSingleLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/SingleLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/UncontrolledIntervalDatePicker.js +1 -1
- package/MonthPicker.js +1 -1
- package/Weekdays.js +1 -1
- package/YearPicker.js +1 -1
- package/date-picker-CVyxfT4k.js +5 -0
- package/date-picker-CVyxfT4k.js.map +1 -0
- package/index.css +101 -101
- package/index.js +1 -1
- package/package.json +7 -7
- package/date-picker-s4MhdcYh.js +0 -5
- package/date-picker-s4MhdcYh.js.map +0 -1
package/AsyncDataLoader.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useContext, useState, useMemo } from 'react';
|
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { AsyncDataContext } from './AsyncDataContext.js';
|
|
6
6
|
import { Loader } from '@hh.ru/magritte-ui-loader';
|
|
7
|
-
import { s as styles } from './date-picker-
|
|
7
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Отображает лоадер поверх контента во время загрузки асинхронных данных.
|
package/DatePicker/DatePicker.js
CHANGED
|
@@ -14,7 +14,7 @@ import { YearPicker } from '../YearPicker.js';
|
|
|
14
14
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
15
15
|
import { useDisplayDate } from '../utils.js';
|
|
16
16
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
17
|
-
import { s as styles } from '../date-picker-
|
|
17
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
18
18
|
import 'classnames';
|
|
19
19
|
import '../AsyncDataContext.js';
|
|
20
20
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -13,7 +13,7 @@ import { YearPicker } from '../YearPicker.js';
|
|
|
13
13
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
14
14
|
import { useMobileHorizontalScroll } from '../useMobileHorizontalScroll.js';
|
|
15
15
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
16
|
-
import { s as styles } from '../date-picker-
|
|
16
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
17
17
|
import 'classnames';
|
|
18
18
|
import '../AsyncDataContext.js';
|
|
19
19
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -10,7 +10,7 @@ import '../AsyncDataLoader.js';
|
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import '../AsyncDataContext.js';
|
|
12
12
|
import '@hh.ru/magritte-ui-loader';
|
|
13
|
-
import '../date-picker-
|
|
13
|
+
import '../date-picker-CVyxfT4k.js';
|
|
14
14
|
import '../AsyncDataStore.js';
|
|
15
15
|
import './MobileDatePickerWithScroll.js';
|
|
16
16
|
import '../DayPicker.js';
|
package/DayPicker.js
CHANGED
|
@@ -14,7 +14,7 @@ import { NavigationBar } from '@hh.ru/magritte-ui-navigation-bar';
|
|
|
14
14
|
import { VSpacing } from '@hh.ru/magritte-ui-spacing';
|
|
15
15
|
import { TooltipHover } from '@hh.ru/magritte-ui-tooltip';
|
|
16
16
|
import { Text } from '@hh.ru/magritte-ui-typography';
|
|
17
|
-
import { s as styles } from './date-picker-
|
|
17
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
18
18
|
import './AsyncDataContext.js';
|
|
19
19
|
|
|
20
20
|
const DayPicker = ({ disabledDates, minDate, maxDate, displayDate, selectedDate, showAdjacentDays, onDateSelect, fixedWeeks, isFocusAvailable = true, }) => {
|
package/Header.js
CHANGED
|
@@ -6,7 +6,7 @@ import { format } from 'date-fns';
|
|
|
6
6
|
import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
|
|
7
7
|
import { makeYearsInterval } from './utils.js';
|
|
8
8
|
import { ChevronLeftOutlinedSize24, ChevronDownOutlinedSize16, ChevronRightOutlinedSize24 } from '@hh.ru/magritte-ui-icon/icon';
|
|
9
|
-
import { s as styles } from './date-picker-
|
|
9
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
10
10
|
import 'date-fns/constants';
|
|
11
11
|
|
|
12
12
|
const Header = ({ calendar, displayDate, activeHeader: _activeHeader = true, alignHeader = 'center', goToNextPeriod, goToPrevPeriod, headerMonthFormat = 'mm', locale, showControls = true, showHeaderDate = true, showNextControl = true, showPrevControl = true, switchCalendar, }) => {
|
package/InfiniteScroll.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useRef, useState, useContext, useMemo, useCallback, useLayoutEffect, us
|
|
|
4
4
|
import { debounce } from '@hh.ru/magritte-common-func-utils';
|
|
5
5
|
import { initScrollHandlers } from '@hh.ru/magritte-internal-custom-scroll';
|
|
6
6
|
import { AsyncDataContext } from './AsyncDataContext.js';
|
|
7
|
-
import { s as styles } from './date-picker-
|
|
7
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
8
8
|
|
|
9
9
|
const InfiniteScroll = ({ initialRenderedItems, invisibleThreshold, visibleThreshold, makeItemFunc, renderItemFunc, onVisibleItemChange, axis = 'vertical', onTouchEnd, }) => {
|
|
10
10
|
const stateRef = useRef({
|
|
@@ -10,7 +10,7 @@ import { YearPicker } from '../YearPicker.js';
|
|
|
10
10
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
11
11
|
import { useDisplayDate } from '../utils.js';
|
|
12
12
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
13
|
-
import { s as styles } from '../date-picker-
|
|
13
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
14
14
|
import 'react';
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import 'date-fns';
|
|
@@ -11,7 +11,7 @@ import { YearPicker } from '../YearPicker.js';
|
|
|
11
11
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
12
12
|
import { useMobileHorizontalScroll } from '../useMobileHorizontalScroll.js';
|
|
13
13
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
14
|
-
import { s as styles } from '../date-picker-
|
|
14
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import 'date-fns/constants';
|
|
17
17
|
import '@hh.ru/magritte-common-use-disabled';
|
|
@@ -18,7 +18,7 @@ import '@hh.ru/magritte-ui-navigation-bar';
|
|
|
18
18
|
import '@hh.ru/magritte-ui-spacing';
|
|
19
19
|
import '@hh.ru/magritte-ui-tooltip';
|
|
20
20
|
import '@hh.ru/magritte-ui-typography';
|
|
21
|
-
import '../date-picker-
|
|
21
|
+
import '../date-picker-CVyxfT4k.js';
|
|
22
22
|
import '../Header.js';
|
|
23
23
|
import './MobileInfoDatePickerWithScroll.js';
|
|
24
24
|
import '../InfiniteScroll.js';
|
|
@@ -11,7 +11,7 @@ import { WithArrowNavigationHOC } from '../WithArrowNavigationHOC.js';
|
|
|
11
11
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
12
12
|
import { useDisplayDate } from '../utils.js';
|
|
13
13
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
14
|
-
import { s as styles } from '../date-picker-
|
|
14
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import '../AsyncDataContext.js';
|
|
17
17
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -11,7 +11,7 @@ import '../AsyncDataLoader.js';
|
|
|
11
11
|
import 'classnames';
|
|
12
12
|
import '../AsyncDataContext.js';
|
|
13
13
|
import '@hh.ru/magritte-ui-loader';
|
|
14
|
-
import '../date-picker-
|
|
14
|
+
import '../date-picker-CVyxfT4k.js';
|
|
15
15
|
import '../AsyncDataStore.js';
|
|
16
16
|
import '../DayPicker.js';
|
|
17
17
|
import 'date-fns/constants';
|
|
@@ -10,7 +10,7 @@ import { InfiniteScroll } from '../InfiniteScroll.js';
|
|
|
10
10
|
import { Weekdays } from '../Weekdays.js';
|
|
11
11
|
import { useDisplayDate } from '../utils.js';
|
|
12
12
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
13
|
-
import { s as styles } from '../date-picker-
|
|
13
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
14
14
|
import 'classnames';
|
|
15
15
|
import '../AsyncDataContext.js';
|
|
16
16
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -15,7 +15,7 @@ import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
|
15
15
|
import { useMobileHorizontalScroll } from '../useMobileHorizontalScroll.js';
|
|
16
16
|
import { useDisplayDate } from '../utils.js';
|
|
17
17
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
18
|
-
import { s as styles } from '../date-picker-
|
|
18
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
19
19
|
import 'classnames';
|
|
20
20
|
import '../AsyncDataContext.js';
|
|
21
21
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -12,7 +12,7 @@ import { IntervalYearPicker } from '../YearPicker.js';
|
|
|
12
12
|
import { useDatePickerControls } from '../useDatePickerControls.js';
|
|
13
13
|
import { useDisplayDate } from '../utils.js';
|
|
14
14
|
import { Divider } from '@hh.ru/magritte-ui-divider';
|
|
15
|
-
import { s as styles } from '../date-picker-
|
|
15
|
+
import { s as styles } from '../date-picker-CVyxfT4k.js';
|
|
16
16
|
import 'classnames';
|
|
17
17
|
import '../AsyncDataContext.js';
|
|
18
18
|
import '@hh.ru/magritte-ui-loader';
|
|
@@ -10,7 +10,7 @@ import '../AsyncDataLoader.js';
|
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import '../AsyncDataContext.js';
|
|
12
12
|
import '@hh.ru/magritte-ui-loader';
|
|
13
|
-
import '../date-picker-
|
|
13
|
+
import '../date-picker-CVyxfT4k.js';
|
|
14
14
|
import '../AsyncDataStore.js';
|
|
15
15
|
import '../DayPicker.js';
|
|
16
16
|
import 'date-fns/constants';
|
package/MonthPicker.js
CHANGED
|
@@ -4,7 +4,7 @@ import classnames from 'classnames';
|
|
|
4
4
|
import { eachMonthOfInterval, startOfYear, endOfYear, isSameMonth, format, startOfMonth, endOfMonth } from 'date-fns';
|
|
5
5
|
import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
|
|
6
6
|
import { useIntervalPicker } from './useIntervalPicker.js';
|
|
7
|
-
import { s as styles } from './date-picker-
|
|
7
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
|
|
10
10
|
const MONTHS_IN_ROW = 3;
|
package/Weekdays.js
CHANGED
package/YearPicker.js
CHANGED
|
@@ -5,7 +5,7 @@ import { eachYearOfInterval, isSameYear, format, startOfYear, endOfYear } from '
|
|
|
5
5
|
import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
|
|
6
6
|
import { useIntervalPicker } from './useIntervalPicker.js';
|
|
7
7
|
import { makeYearsInterval } from './utils.js';
|
|
8
|
-
import { s as styles } from './date-picker-
|
|
8
|
+
import { s as styles } from './date-picker-CVyxfT4k.js';
|
|
9
9
|
import 'react';
|
|
10
10
|
import 'date-fns/constants';
|
|
11
11
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
var styles = {"layout":"magritte-layout___WQLZL_5-2-4","layout-horizontal":"magritte-layout-horizontal___RHMqN_5-2-4","layoutHorizontal":"magritte-layout-horizontal___RHMqN_5-2-4","layout-vertical":"magritte-layout-vertical___Q4III_5-2-4","layoutVertical":"magritte-layout-vertical___Q4III_5-2-4","date-picker":"magritte-date-picker___osO3k_5-2-4","datePicker":"magritte-date-picker___osO3k_5-2-4","date-picker_loading":"magritte-date-picker_loading___oEckY_5-2-4","datePickerLoading":"magritte-date-picker_loading___oEckY_5-2-4","loader":"magritte-loader___npAoS_5-2-4","loading":"magritte-loading___Q08Ci_5-2-4","sticky-wrapper":"magritte-sticky-wrapper___-cscS_5-2-4","stickyWrapper":"magritte-sticky-wrapper___-cscS_5-2-4","infinite-scroll-wrapper":"magritte-infinite-scroll-wrapper___4BFJP_5-2-4","infiniteScrollWrapper":"magritte-infinite-scroll-wrapper___4BFJP_5-2-4","infinite-scroll-item-horizontal":"magritte-infinite-scroll-item-horizontal___eq9oK_5-2-4","infiniteScrollItemHorizontal":"magritte-infinite-scroll-item-horizontal___eq9oK_5-2-4","header-wrapper":"magritte-header-wrapper___w3fTl_5-2-4","headerWrapper":"magritte-header-wrapper___w3fTl_5-2-4","header":"magritte-header___SYp35_5-2-4","header-date-wrapper_center":"magritte-header-date-wrapper_center___6X5Q4_5-2-4","headerDateWrapperCenter":"magritte-header-date-wrapper_center___6X5Q4_5-2-4","header-date-wrapper_left":"magritte-header-date-wrapper_left___hxe8I_5-2-4","headerDateWrapperLeft":"magritte-header-date-wrapper_left___hxe8I_5-2-4","header-date":"magritte-header-date___C28N0_5-2-4","headerDate":"magritte-header-date___C28N0_5-2-4","header-date_active":"magritte-header-date_active___FDSSp_5-2-4","headerDateActive":"magritte-header-date_active___FDSSp_5-2-4","control":"magritte-control___1JqcP_5-2-4","weekdays":"magritte-weekdays___zl5JK_5-2-4","weekday":"magritte-weekday___pDlOC_5-2-4","calendar":"magritte-calendar___X0u7X_5-2-4","calendar_days":"magritte-calendar_days___i0cpU_5-2-4","calendarDays":"magritte-calendar_days___i0cpU_5-2-4","calendar_months":"magritte-calendar_months___t0Vai_5-2-4","calendarMonths":"magritte-calendar_months___t0Vai_5-2-4","calendar_years":"magritte-calendar_years___XUL8j_5-2-4","calendarYears":"magritte-calendar_years___XUL8j_5-2-4","substrate":"magritte-substrate___EC-Ay_5-2-4","item_interval-row-start":"magritte-item_interval-row-start___8AftH_5-2-4","itemIntervalRowStart":"magritte-item_interval-row-start___8AftH_5-2-4","item_interval-start":"magritte-item_interval-start___4AC3w_5-2-4","itemIntervalStart":"magritte-item_interval-start___4AC3w_5-2-4","item_interval-row-end":"magritte-item_interval-row-end___-AIXc_5-2-4","itemIntervalRowEnd":"magritte-item_interval-row-end___-AIXc_5-2-4","item_interval-end":"magritte-item_interval-end___X-E9S_5-2-4","itemIntervalEnd":"magritte-item_interval-end___X-E9S_5-2-4","item":"magritte-item___U0-5-_5-2-4","text":"magritte-text___pG0UY_5-2-4","text_empty":"magritte-text_empty___4h9m-_5-2-4","textEmpty":"magritte-text_empty___4h9m-_5-2-4","text_unselected":"magritte-text_unselected___gjuAU_5-2-4","textUnselected":"magritte-text_unselected___gjuAU_5-2-4","text_selected":"magritte-text_selected___a69MP_5-2-4","textSelected":"magritte-text_selected___a69MP_5-2-4","text_disabled":"magritte-text_disabled___I1IYo_5-2-4","textDisabled":"magritte-text_disabled___I1IYo_5-2-4","text_draggable":"magritte-text_draggable___ebUW6_5-2-4","textDraggable":"magritte-text_draggable___ebUW6_5-2-4","text_drag-source":"magritte-text_drag-source___-krSg_5-2-4","textDragSource":"magritte-text_drag-source___-krSg_5-2-4","text_drop-target":"magritte-text_drop-target___mwmCv_5-2-4","textDropTarget":"magritte-text_drop-target___mwmCv_5-2-4","text_today":"magritte-text_today___c3RHg_5-2-4","textToday":"magritte-text_today___c3RHg_5-2-4","disabled":"magritte-disabled___IsN76_5-2-4","item_interval":"magritte-item_interval___RbZXk_5-2-4","itemInterval":"magritte-item_interval___RbZXk_5-2-4","text_holiday":"magritte-text_holiday___532-b_5-2-4","textHoliday":"magritte-text_holiday___532-b_5-2-4","text_short-workday":"magritte-text_short-workday___lZl3F_5-2-4","textShortWorkday":"magritte-text_short-workday___lZl3F_5-2-4","text_workday":"magritte-text_workday___2Ok-d_5-2-4","textWorkday":"magritte-text_workday___2Ok-d_5-2-4"};
|
|
3
|
+
|
|
4
|
+
export { styles as s };
|
|
5
|
+
//# sourceMappingURL=date-picker-CVyxfT4k.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker-CVyxfT4k.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/index.css
CHANGED
|
@@ -69,49 +69,49 @@
|
|
|
69
69
|
--magritte-color-component-date-picker-header-icon-state-content-hovered-v24-3-0:#ffffff;
|
|
70
70
|
--magritte-color-component-date-picker-header-icon-state-content-pressed-v24-3-0:#ffffff;
|
|
71
71
|
}
|
|
72
|
-
.magritte-layout___WQLZL_5-2-
|
|
72
|
+
.magritte-layout___WQLZL_5-2-4{
|
|
73
73
|
display:inline-flex;
|
|
74
74
|
flex-direction:column;
|
|
75
75
|
width:100%;
|
|
76
76
|
}
|
|
77
77
|
@media (min-width: 1020px){
|
|
78
|
-
body.magritte-old-layout .magritte-layout___WQLZL_5-2-
|
|
78
|
+
body.magritte-old-layout .magritte-layout___WQLZL_5-2-4{
|
|
79
79
|
width:auto;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
@media (min-width: 1024px){
|
|
83
|
-
body:not(.magritte-old-layout) .magritte-layout___WQLZL_5-2-
|
|
83
|
+
body:not(.magritte-old-layout) .magritte-layout___WQLZL_5-2-4{
|
|
84
84
|
width:auto;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
|
-
.magritte-layout-horizontal___RHMqN_5-2-
|
|
87
|
+
.magritte-layout-horizontal___RHMqN_5-2-4{
|
|
88
88
|
display:inline-flex;
|
|
89
89
|
}
|
|
90
|
-
.magritte-layout-vertical___Q4III_5-2-
|
|
90
|
+
.magritte-layout-vertical___Q4III_5-2-4{
|
|
91
91
|
display:block;
|
|
92
92
|
overflow:hidden;
|
|
93
93
|
}
|
|
94
|
-
.magritte-date-picker___osO3k_5-2-
|
|
94
|
+
.magritte-date-picker___osO3k_5-2-4{
|
|
95
95
|
position:relative;
|
|
96
96
|
overflow:hidden;
|
|
97
97
|
}
|
|
98
|
-
.magritte-layout-horizontal___RHMqN_5-2-
|
|
98
|
+
.magritte-layout-horizontal___RHMqN_5-2-4 .magritte-date-picker_loading___oEckY_5-2-4{
|
|
99
99
|
flex:1 0;
|
|
100
100
|
}
|
|
101
|
-
.magritte-layout-horizontal___RHMqN_5-2-
|
|
101
|
+
.magritte-layout-horizontal___RHMqN_5-2-4 .magritte-date-picker_loading___oEckY_5-2-4 + .magritte-date-picker_loading___oEckY_5-2-4{
|
|
102
102
|
flex:0 1;
|
|
103
103
|
}
|
|
104
|
-
.magritte-loader___npAoS_5-2-
|
|
104
|
+
.magritte-loader___npAoS_5-2-4{
|
|
105
105
|
position:absolute;
|
|
106
106
|
inset:0;
|
|
107
107
|
display:flex;
|
|
108
108
|
align-items:center;
|
|
109
109
|
justify-content:center;
|
|
110
110
|
}
|
|
111
|
-
.magritte-loading___Q08Ci_5-2-
|
|
111
|
+
.magritte-loading___Q08Ci_5-2-4{
|
|
112
112
|
visibility:hidden;
|
|
113
113
|
}
|
|
114
|
-
.magritte-sticky-wrapper___-cscS_5-2-
|
|
114
|
+
.magritte-sticky-wrapper___-cscS_5-2-4{
|
|
115
115
|
display:flex;
|
|
116
116
|
flex-direction:column;
|
|
117
117
|
position:sticky;
|
|
@@ -119,43 +119,43 @@
|
|
|
119
119
|
background:var(--magritte-color-component-date-picker-background-overflow-v24-3-0);
|
|
120
120
|
z-index:2;
|
|
121
121
|
}
|
|
122
|
-
.magritte-infinite-scroll-wrapper___4BFJP_5-2-
|
|
122
|
+
.magritte-infinite-scroll-wrapper___4BFJP_5-2-4{
|
|
123
123
|
will-change:transform;
|
|
124
124
|
}
|
|
125
|
-
.magritte-infinite-scroll-item-horizontal___eq9oK_5-2-
|
|
125
|
+
.magritte-infinite-scroll-item-horizontal___eq9oK_5-2-4{
|
|
126
126
|
width:100%;
|
|
127
127
|
flex-shrink:0;
|
|
128
128
|
}
|
|
129
|
-
.magritte-header-wrapper___w3fTl_5-2-
|
|
129
|
+
.magritte-header-wrapper___w3fTl_5-2-4{
|
|
130
130
|
box-sizing:border-box;
|
|
131
131
|
margin:0 auto;
|
|
132
132
|
padding:16px 16px 8px;
|
|
133
133
|
width:100%;
|
|
134
134
|
}
|
|
135
135
|
@media (min-width: 1020px){
|
|
136
|
-
body.magritte-old-layout .magritte-header-wrapper___w3fTl_5-2-
|
|
136
|
+
body.magritte-old-layout .magritte-header-wrapper___w3fTl_5-2-4{
|
|
137
137
|
margin:0;
|
|
138
138
|
width:375px;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
@media (min-width: 1024px){
|
|
142
|
-
body:not(.magritte-old-layout) .magritte-header-wrapper___w3fTl_5-2-
|
|
142
|
+
body:not(.magritte-old-layout) .magritte-header-wrapper___w3fTl_5-2-4{
|
|
143
143
|
margin:0;
|
|
144
144
|
width:375px;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.magritte-header___SYp35_5-2-
|
|
147
|
+
.magritte-header___SYp35_5-2-4{
|
|
148
148
|
display:flex;
|
|
149
149
|
margin:0 -8px;
|
|
150
150
|
}
|
|
151
|
-
.magritte-header-date-wrapper_center___6X5Q4_5-2-
|
|
151
|
+
.magritte-header-date-wrapper_center___6X5Q4_5-2-4{
|
|
152
152
|
margin:0 auto;
|
|
153
153
|
}
|
|
154
|
-
.magritte-header-date-wrapper_left___hxe8I_5-2-
|
|
154
|
+
.magritte-header-date-wrapper_left___hxe8I_5-2-4{
|
|
155
155
|
margin:0 auto 0 8px;
|
|
156
156
|
order:-1;
|
|
157
157
|
}
|
|
158
|
-
.magritte-header-date___C28N0_5-2-
|
|
158
|
+
.magritte-header-date___C28N0_5-2-4{
|
|
159
159
|
font-family:"hh sans";
|
|
160
160
|
font-weight:500;
|
|
161
161
|
line-height:22px;
|
|
@@ -174,32 +174,32 @@
|
|
|
174
174
|
border-radius:4px;
|
|
175
175
|
--magritte-ui-icon-color-override:var(--magritte-color-component-date-picker-header-icon-content-v24-3-0);
|
|
176
176
|
}
|
|
177
|
-
.magritte-header-date___C28N0_5-2-
|
|
177
|
+
.magritte-header-date___C28N0_5-2-4:active{
|
|
178
178
|
color:var(--magritte-color-component-date-picker-header-text-state-content-pressed-v24-3-0);
|
|
179
179
|
--magritte-ui-icon-color-override:var(--magritte-color-component-date-picker-header-icon-state-content-pressed-v24-3-0);
|
|
180
180
|
}
|
|
181
181
|
@media (min-width: 1020px){
|
|
182
|
-
body.magritte-old-layout .magritte-header-date___C28N0_5-2-
|
|
182
|
+
body.magritte-old-layout .magritte-header-date___C28N0_5-2-4:hover:not(:active){
|
|
183
183
|
color:var(--magritte-color-component-date-picker-header-text-state-content-hovered-v24-3-0);
|
|
184
184
|
--magritte-ui-icon-color-override:var(--magritte-color-component-date-picker-header-icon-state-content-hovered-v24-3-0);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
@media (min-width: 1024px){
|
|
188
|
-
body:not(.magritte-old-layout) .magritte-header-date___C28N0_5-2-
|
|
188
|
+
body:not(.magritte-old-layout) .magritte-header-date___C28N0_5-2-4:hover:not(:active){
|
|
189
189
|
color:var(--magritte-color-component-date-picker-header-text-state-content-hovered-v24-3-0);
|
|
190
190
|
--magritte-ui-icon-color-override:var(--magritte-color-component-date-picker-header-icon-state-content-hovered-v24-3-0);
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
-
.magritte-header-date___C28N0_5-2-
|
|
193
|
+
.magritte-header-date___C28N0_5-2-4.focus-visible{
|
|
194
194
|
outline:4px solid var(--magritte-color-component-date-picker-stroke-state-focused-accessible-v24-3-0);
|
|
195
195
|
}
|
|
196
|
-
.magritte-header-date_active___FDSSp_5-2-
|
|
196
|
+
.magritte-header-date_active___FDSSp_5-2-4{
|
|
197
197
|
cursor:pointer;
|
|
198
198
|
}
|
|
199
|
-
.magritte-control___1JqcP_5-2-
|
|
199
|
+
.magritte-control___1JqcP_5-2-4{
|
|
200
200
|
width:40px;
|
|
201
201
|
}
|
|
202
|
-
.magritte-weekdays___zl5JK_5-2-
|
|
202
|
+
.magritte-weekdays___zl5JK_5-2-4{
|
|
203
203
|
box-sizing:border-box;
|
|
204
204
|
margin:0 auto;
|
|
205
205
|
padding:0 16px 0;
|
|
@@ -208,18 +208,18 @@
|
|
|
208
208
|
justify-content:space-around;
|
|
209
209
|
}
|
|
210
210
|
@media (min-width: 1020px){
|
|
211
|
-
body.magritte-old-layout .magritte-weekdays___zl5JK_5-2-
|
|
211
|
+
body.magritte-old-layout .magritte-weekdays___zl5JK_5-2-4{
|
|
212
212
|
margin:0;
|
|
213
213
|
width:375px;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
@media (min-width: 1024px){
|
|
217
|
-
body:not(.magritte-old-layout) .magritte-weekdays___zl5JK_5-2-
|
|
217
|
+
body:not(.magritte-old-layout) .magritte-weekdays___zl5JK_5-2-4{
|
|
218
218
|
margin:0;
|
|
219
219
|
width:375px;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
.magritte-weekday___pDlOC_5-2-
|
|
222
|
+
.magritte-weekday___pDlOC_5-2-4{
|
|
223
223
|
font-family:"hh sans";
|
|
224
224
|
font-weight:400;
|
|
225
225
|
line-height:20px;
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
display:flex;
|
|
234
234
|
align-items:center;
|
|
235
235
|
}
|
|
236
|
-
.magritte-calendar___X0u7X_5-2-
|
|
236
|
+
.magritte-calendar___X0u7X_5-2-4{
|
|
237
237
|
box-sizing:border-box;
|
|
238
238
|
margin:0 auto;
|
|
239
239
|
padding:8px 16px 8px;
|
|
@@ -242,52 +242,52 @@
|
|
|
242
242
|
justify-content:space-around;
|
|
243
243
|
}
|
|
244
244
|
@media (min-width: 1020px){
|
|
245
|
-
body.magritte-old-layout .magritte-calendar___X0u7X_5-2-
|
|
245
|
+
body.magritte-old-layout .magritte-calendar___X0u7X_5-2-4{
|
|
246
246
|
margin:0;
|
|
247
247
|
width:375px;
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
@media (min-width: 1024px){
|
|
251
|
-
body:not(.magritte-old-layout) .magritte-calendar___X0u7X_5-2-
|
|
251
|
+
body:not(.magritte-old-layout) .magritte-calendar___X0u7X_5-2-4{
|
|
252
252
|
margin:0;
|
|
253
253
|
width:375px;
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
-
.magritte-calendar_days___i0cpU_5-2-
|
|
256
|
+
.magritte-calendar_days___i0cpU_5-2-4{
|
|
257
257
|
gap:8px 0;
|
|
258
258
|
grid-template-columns:repeat(7, 1fr);
|
|
259
259
|
}
|
|
260
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
261
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
260
|
+
.magritte-calendar_months___t0Vai_5-2-4,
|
|
261
|
+
.magritte-calendar_years___XUL8j_5-2-4{
|
|
262
262
|
gap:8px;
|
|
263
263
|
grid-template-columns:repeat(3, 1fr);
|
|
264
264
|
}
|
|
265
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
266
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
265
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-substrate___EC-Ay_5-2-4,
|
|
266
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
267
267
|
left:calc(-1 * 8px / 2);
|
|
268
268
|
right:calc(-1 * 8px / 2);
|
|
269
269
|
}
|
|
270
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
271
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
270
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-item_interval-row-start___8AftH_5-2-4 .magritte-substrate___EC-Ay_5-2-4,
|
|
271
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-item_interval-row-start___8AftH_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
272
272
|
left:0;
|
|
273
273
|
}
|
|
274
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
275
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
274
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-item_interval-start___4AC3w_5-2-4 .magritte-substrate___EC-Ay_5-2-4,
|
|
275
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-item_interval-start___4AC3w_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
276
276
|
left:0;
|
|
277
277
|
}
|
|
278
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
279
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
278
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-item_interval-row-end___-AIXc_5-2-4 .magritte-substrate___EC-Ay_5-2-4,
|
|
279
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-item_interval-row-end___-AIXc_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
280
280
|
right:0;
|
|
281
281
|
}
|
|
282
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
283
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
282
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-item_interval-end___X-E9S_5-2-4 .magritte-substrate___EC-Ay_5-2-4,
|
|
283
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-item_interval-end___X-E9S_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
284
284
|
right:0;
|
|
285
285
|
}
|
|
286
|
-
.magritte-item___U0-5-_5-2-
|
|
286
|
+
.magritte-item___U0-5-_5-2-4{
|
|
287
287
|
text-align:center;
|
|
288
288
|
position:relative;
|
|
289
289
|
}
|
|
290
|
-
.magritte-text___pG0UY_5-2-
|
|
290
|
+
.magritte-text___pG0UY_5-2-4{
|
|
291
291
|
font-family:"hh sans";
|
|
292
292
|
font-weight:400;
|
|
293
293
|
line-height:22px;
|
|
@@ -303,56 +303,56 @@
|
|
|
303
303
|
border-radius:20px;
|
|
304
304
|
z-index:1;
|
|
305
305
|
}
|
|
306
|
-
.magritte-text___pG0UY_5-2-
|
|
306
|
+
.magritte-text___pG0UY_5-2-4.focus-visible::after{
|
|
307
307
|
content:'';
|
|
308
308
|
position:absolute;
|
|
309
309
|
display:block;
|
|
310
310
|
inset:0;
|
|
311
311
|
outline:4px solid var(--magritte-color-component-date-picker-stroke-state-focused-accessible-v24-3-0);
|
|
312
312
|
}
|
|
313
|
-
.magritte-text_empty___4h9m-_5-2-
|
|
313
|
+
.magritte-text_empty___4h9m-_5-2-4{
|
|
314
314
|
height:40px;
|
|
315
315
|
width:40px;
|
|
316
316
|
}
|
|
317
|
-
.magritte-substrate___EC-Ay_5-2-
|
|
317
|
+
.magritte-substrate___EC-Ay_5-2-4{
|
|
318
318
|
position:absolute;
|
|
319
319
|
inset:0;
|
|
320
320
|
}
|
|
321
|
-
.magritte-calendar_days___i0cpU_5-2-
|
|
321
|
+
.magritte-calendar_days___i0cpU_5-2-4 .magritte-text___pG0UY_5-2-4{
|
|
322
322
|
width:40px;
|
|
323
323
|
}
|
|
324
|
-
.magritte-calendar_months___t0Vai_5-2-
|
|
324
|
+
.magritte-calendar_months___t0Vai_5-2-4 .magritte-text___pG0UY_5-2-4{
|
|
325
325
|
text-transform:capitalize;
|
|
326
326
|
width:100%;
|
|
327
327
|
}
|
|
328
|
-
.magritte-calendar_years___XUL8j_5-2-
|
|
328
|
+
.magritte-calendar_years___XUL8j_5-2-4 .magritte-text___pG0UY_5-2-4{
|
|
329
329
|
width:100%;
|
|
330
330
|
}
|
|
331
|
-
.magritte-text_unselected___gjuAU_5-2-
|
|
331
|
+
.magritte-text_unselected___gjuAU_5-2-4{
|
|
332
332
|
color:var(--magritte-color-component-date-picker-item-text-unselected-v24-3-0);
|
|
333
333
|
background-color:var(--magritte-color-component-date-picker-item-background-unselected-v24-3-0);
|
|
334
334
|
}
|
|
335
335
|
@media (min-width: 1020px){
|
|
336
|
-
body.magritte-old-layout .magritte-text_unselected___gjuAU_5-2-
|
|
336
|
+
body.magritte-old-layout .magritte-text_unselected___gjuAU_5-2-4:active{
|
|
337
337
|
color:var(--magritte-color-component-date-picker-item-text-state-unselected-pressed-v24-3-0);
|
|
338
338
|
background-color:var(--magritte-color-component-date-picker-item-background-state-unselected-pressed-v24-3-0);
|
|
339
339
|
}
|
|
340
|
-
body.magritte-old-layout .magritte-text_unselected___gjuAU_5-2-
|
|
340
|
+
body.magritte-old-layout .magritte-text_unselected___gjuAU_5-2-4:hover:not(:active){
|
|
341
341
|
color:var(--magritte-color-component-date-picker-item-text-state-unselected-hovered-v24-3-0);
|
|
342
342
|
background-color:var(--magritte-color-component-date-picker-item-background-state-unselected-hovered-v24-3-0);
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
@media (min-width: 1024px){
|
|
346
|
-
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_5-2-
|
|
346
|
+
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_5-2-4:active{
|
|
347
347
|
color:var(--magritte-color-component-date-picker-item-text-state-unselected-pressed-v24-3-0);
|
|
348
348
|
background-color:var(--magritte-color-component-date-picker-item-background-state-unselected-pressed-v24-3-0);
|
|
349
349
|
}
|
|
350
|
-
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_5-2-
|
|
350
|
+
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_5-2-4:hover:not(:active){
|
|
351
351
|
color:var(--magritte-color-component-date-picker-item-text-state-unselected-hovered-v24-3-0);
|
|
352
352
|
background-color:var(--magritte-color-component-date-picker-item-background-state-unselected-hovered-v24-3-0);
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
|
-
.magritte-text_selected___a69MP_5-2-
|
|
355
|
+
.magritte-text_selected___a69MP_5-2-4{
|
|
356
356
|
font-family:"hh sans";
|
|
357
357
|
font-weight:500;
|
|
358
358
|
line-height:22px;
|
|
@@ -366,113 +366,113 @@
|
|
|
366
366
|
background-color:var(--magritte-color-component-date-picker-item-background-selected-v24-3-0);
|
|
367
367
|
}
|
|
368
368
|
@media (min-width: 1020px){
|
|
369
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-
|
|
369
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-4:active{
|
|
370
370
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-pressed-v24-3-0);
|
|
371
371
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-pressed-v24-3-0);
|
|
372
372
|
}
|
|
373
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-
|
|
373
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-4:hover:not(:active){
|
|
374
374
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-hovered-v24-3-0);
|
|
375
375
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-hovered-v24-3-0);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
@media (min-width: 1024px){
|
|
379
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-
|
|
379
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-4:active{
|
|
380
380
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-pressed-v24-3-0);
|
|
381
381
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-pressed-v24-3-0);
|
|
382
382
|
}
|
|
383
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-
|
|
383
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-4:hover:not(:active){
|
|
384
384
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-hovered-v24-3-0);
|
|
385
385
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-hovered-v24-3-0);
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
|
-
.magritte-text_disabled___I1IYo_5-2-
|
|
388
|
+
.magritte-text_disabled___I1IYo_5-2-4{
|
|
389
389
|
cursor:default;
|
|
390
390
|
color:var(--magritte-color-component-date-picker-item-text-state-unselected-disabled-v24-3-0);
|
|
391
391
|
background-color:var(--magritte-color-component-date-picker-item-background-state-unselected-disabled-v24-3-0);
|
|
392
392
|
}
|
|
393
|
-
.magritte-text_selected___a69MP_5-2-
|
|
393
|
+
.magritte-text_selected___a69MP_5-2-4.magritte-text_disabled___I1IYo_5-2-4{
|
|
394
394
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v24-3-0);
|
|
395
395
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v24-3-0);
|
|
396
396
|
}
|
|
397
397
|
@media (min-width: 1020px){
|
|
398
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-
|
|
398
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-4.magritte-text_disabled___I1IYo_5-2-4:active{
|
|
399
399
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v24-3-0);
|
|
400
400
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v24-3-0);
|
|
401
401
|
}
|
|
402
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-
|
|
402
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_5-2-4.magritte-text_disabled___I1IYo_5-2-4:hover:not(:active){
|
|
403
403
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v24-3-0);
|
|
404
404
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v24-3-0);
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
@media (min-width: 1024px){
|
|
408
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-
|
|
408
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-4.magritte-text_disabled___I1IYo_5-2-4:active{
|
|
409
409
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v24-3-0);
|
|
410
410
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v24-3-0);
|
|
411
411
|
}
|
|
412
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-
|
|
412
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_5-2-4.magritte-text_disabled___I1IYo_5-2-4:hover:not(:active){
|
|
413
413
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-disabled-v24-3-0);
|
|
414
414
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-disabled-v24-3-0);
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
.magritte-text_draggable___ebUW6_5-2-
|
|
417
|
+
.magritte-text_draggable___ebUW6_5-2-4{
|
|
418
418
|
cursor:grab;
|
|
419
419
|
}
|
|
420
|
-
.magritte-text_draggable___ebUW6_5-2-
|
|
420
|
+
.magritte-text_draggable___ebUW6_5-2-4:active{
|
|
421
421
|
cursor:grabbing;
|
|
422
422
|
}
|
|
423
|
-
.magritte-text_drag-source___-krSg_5-2-
|
|
423
|
+
.magritte-text_drag-source___-krSg_5-2-4{
|
|
424
424
|
color:var(--magritte-color-component-date-picker-item-text-unselected-v24-3-0);
|
|
425
425
|
background-color:var(--magritte-color-component-date-picker-item-background-unselected-v24-3-0);
|
|
426
426
|
}
|
|
427
|
-
.magritte-text_drag-source___-krSg_5-2-
|
|
427
|
+
.magritte-text_drag-source___-krSg_5-2-4:active{
|
|
428
428
|
color:var(--magritte-color-component-date-picker-item-text-unselected-v24-3-0);
|
|
429
429
|
background-color:var(--magritte-color-component-date-picker-item-background-unselected-v24-3-0);
|
|
430
430
|
}
|
|
431
|
-
.magritte-text_drop-target___mwmCv_5-2-
|
|
431
|
+
.magritte-text_drop-target___mwmCv_5-2-4{
|
|
432
432
|
color:var(--magritte-color-component-date-picker-item-text-selected-v24-3-0);
|
|
433
433
|
background-color:var(--magritte-color-component-date-picker-item-background-selected-preview-v24-3-0);
|
|
434
434
|
}
|
|
435
|
-
.magritte-text_drop-target___mwmCv_5-2-
|
|
435
|
+
.magritte-text_drop-target___mwmCv_5-2-4:active{
|
|
436
436
|
color:var(--magritte-color-component-date-picker-item-text-selected-v24-3-0);
|
|
437
437
|
background-color:var(--magritte-color-component-date-picker-item-background-selected-preview-v24-3-0);
|
|
438
438
|
}
|
|
439
|
-
.magritte-text_today___c3RHg_5-2-
|
|
439
|
+
.magritte-text_today___c3RHg_5-2-4{
|
|
440
440
|
border:1px solid var(--magritte-color-component-date-picker-item-stroke-today-v24-3-0);
|
|
441
441
|
}
|
|
442
|
-
.magritte-text_selected___a69MP_5-2-
|
|
442
|
+
.magritte-text_selected___a69MP_5-2-4.magritte-text_today___c3RHg_5-2-4{
|
|
443
443
|
border:0;
|
|
444
444
|
}
|
|
445
|
-
.magritte-text_today___c3RHg_5-2-
|
|
445
|
+
.magritte-text_today___c3RHg_5-2-4:not(.magritte-disabled___IsN76_5-2-4):active{
|
|
446
446
|
border:0;
|
|
447
447
|
}
|
|
448
|
-
.magritte-item_interval___RbZXk_5-2-
|
|
448
|
+
.magritte-item_interval___RbZXk_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
449
449
|
color:var(--magritte-color-component-date-picker-item-text-state-selected-range-v24-3-0);
|
|
450
450
|
background-color:var(--magritte-color-component-date-picker-item-background-state-selected-range-v24-3-0);
|
|
451
451
|
}
|
|
452
|
-
.magritte-item_interval-start___4AC3w_5-2-
|
|
452
|
+
.magritte-item_interval-start___4AC3w_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
453
453
|
border-top-left-radius:20px;
|
|
454
454
|
border-bottom-left-radius:20px;
|
|
455
455
|
}
|
|
456
|
-
.magritte-calendar_days___i0cpU_5-2-
|
|
456
|
+
.magritte-calendar_days___i0cpU_5-2-4 .magritte-item_interval-start___4AC3w_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
457
457
|
left:calc(50% - 40px / 2);
|
|
458
458
|
}
|
|
459
|
-
.magritte-item_interval-end___X-E9S_5-2-
|
|
459
|
+
.magritte-item_interval-end___X-E9S_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
460
460
|
border-top-right-radius:20px;
|
|
461
461
|
border-bottom-right-radius:20px;
|
|
462
462
|
}
|
|
463
|
-
.magritte-calendar_days___i0cpU_5-2-
|
|
463
|
+
.magritte-calendar_days___i0cpU_5-2-4 .magritte-item_interval-end___X-E9S_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
464
464
|
right:calc(50% - 40px / 2);
|
|
465
465
|
}
|
|
466
|
-
.magritte-item_interval-row-start___8AftH_5-2-
|
|
466
|
+
.magritte-item_interval-row-start___8AftH_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
467
467
|
border-top-left-radius:4px;
|
|
468
468
|
border-bottom-left-radius:4px;
|
|
469
469
|
}
|
|
470
|
-
.magritte-item_interval-row-end___-AIXc_5-2-
|
|
470
|
+
.magritte-item_interval-row-end___-AIXc_5-2-4 .magritte-substrate___EC-Ay_5-2-4{
|
|
471
471
|
border-top-right-radius:4px;
|
|
472
472
|
border-bottom-right-radius:4px;
|
|
473
473
|
}
|
|
474
|
-
.magritte-text_holiday___532-b_5-2-
|
|
475
|
-
.magritte-text_short-workday___lZl3F_5-2-
|
|
474
|
+
.magritte-text_holiday___532-b_5-2-4,
|
|
475
|
+
.magritte-text_short-workday___lZl3F_5-2-4{
|
|
476
476
|
font-family:"hh sans";
|
|
477
477
|
font-weight:500;
|
|
478
478
|
line-height:22px;
|
|
@@ -482,63 +482,63 @@
|
|
|
482
482
|
text-transform:none;
|
|
483
483
|
text-decoration:none;
|
|
484
484
|
}
|
|
485
|
-
.magritte-text_holiday___532-b_5-2-
|
|
485
|
+
.magritte-text_holiday___532-b_5-2-4{
|
|
486
486
|
color:var(--magritte-color-component-date-picker-item-text-contrast-v24-3-0);
|
|
487
487
|
background-color:var(--magritte-color-component-date-picker-item-background-info-primary-v24-3-0);
|
|
488
488
|
border-radius:4px;
|
|
489
489
|
}
|
|
490
|
-
.magritte-text_holiday___532-b_5-2-
|
|
490
|
+
.magritte-text_holiday___532-b_5-2-4:active{
|
|
491
491
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-primary-pressed-v24-3-0);
|
|
492
492
|
}
|
|
493
493
|
@media (min-width: 1020px){
|
|
494
|
-
body.magritte-old-layout .magritte-text_holiday___532-b_5-2-
|
|
494
|
+
body.magritte-old-layout .magritte-text_holiday___532-b_5-2-4:active{
|
|
495
495
|
background-color:var(--magritte-color-component-date-picker-item-background-info-primary-v24-3-0);
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
@media (min-width: 1024px){
|
|
499
|
-
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_5-2-
|
|
499
|
+
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_5-2-4:active{
|
|
500
500
|
background-color:var(--magritte-color-component-date-picker-item-background-info-primary-v24-3-0);
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
@media (min-width: 1020px){
|
|
504
|
-
body.magritte-old-layout .magritte-text_holiday___532-b_5-2-
|
|
504
|
+
body.magritte-old-layout .magritte-text_holiday___532-b_5-2-4:hover:not(:active){
|
|
505
505
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-primary-hovered-v24-3-0);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
@media (min-width: 1024px){
|
|
509
|
-
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_5-2-
|
|
509
|
+
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_5-2-4:hover:not(:active){
|
|
510
510
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-primary-hovered-v24-3-0);
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
|
-
.magritte-text_short-workday___lZl3F_5-2-
|
|
513
|
+
.magritte-text_short-workday___lZl3F_5-2-4{
|
|
514
514
|
color:var(--magritte-color-component-date-picker-item-text-contrast-v24-3-0);
|
|
515
515
|
background-color:var(--magritte-color-component-date-picker-item-background-info-secondary-v24-3-0);
|
|
516
516
|
border-radius:4px;
|
|
517
517
|
}
|
|
518
|
-
.magritte-text_short-workday___lZl3F_5-2-
|
|
518
|
+
.magritte-text_short-workday___lZl3F_5-2-4:active{
|
|
519
519
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-secondary-pressed-v24-3-0);
|
|
520
520
|
}
|
|
521
521
|
@media (min-width: 1020px){
|
|
522
|
-
body.magritte-old-layout .magritte-text_short-workday___lZl3F_5-2-
|
|
522
|
+
body.magritte-old-layout .magritte-text_short-workday___lZl3F_5-2-4:active{
|
|
523
523
|
background-color:var(--magritte-color-component-date-picker-item-background-info-secondary-v24-3-0);
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
@media (min-width: 1024px){
|
|
527
|
-
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_5-2-
|
|
527
|
+
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_5-2-4:active{
|
|
528
528
|
background-color:var(--magritte-color-component-date-picker-item-background-info-secondary-v24-3-0);
|
|
529
529
|
}
|
|
530
530
|
}
|
|
531
531
|
@media (min-width: 1020px){
|
|
532
|
-
body.magritte-old-layout .magritte-text_short-workday___lZl3F_5-2-
|
|
532
|
+
body.magritte-old-layout .magritte-text_short-workday___lZl3F_5-2-4:hover:not(:active){
|
|
533
533
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v24-3-0);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
@media (min-width: 1024px){
|
|
537
|
-
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_5-2-
|
|
537
|
+
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_5-2-4:hover:not(:active){
|
|
538
538
|
background-color:var(--magritte-color-component-date-picker-item-background-state-info-secondary-hovered-v24-3-0);
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
|
-
.magritte-text_workday___2Ok-d_5-2-
|
|
541
|
+
.magritte-text_workday___2Ok-d_5-2-4{
|
|
542
542
|
cursor:default;
|
|
543
543
|
color:var(--magritte-color-component-date-picker-item-text-neutral-v24-3-0);
|
|
544
544
|
background-color:var(--magritte-color-component-date-picker-item-background-neutral-v24-3-0);
|
package/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import './AsyncDataLoader.js';
|
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import './AsyncDataContext.js';
|
|
17
17
|
import '@hh.ru/magritte-ui-loader';
|
|
18
|
-
import './date-picker-
|
|
18
|
+
import './date-picker-CVyxfT4k.js';
|
|
19
19
|
import './AsyncDataStore.js';
|
|
20
20
|
import './DatePicker/MobileDatePickerWithScroll.js';
|
|
21
21
|
import './DayPicker.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-date-picker",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@hh.ru/magritte-common-use-multiple-refs": "1.1.10",
|
|
26
26
|
"@hh.ru/magritte-design-tokens": "24.3.0",
|
|
27
27
|
"@hh.ru/magritte-internal-custom-scroll": "2.1.0",
|
|
28
|
-
"@hh.ru/magritte-ui-bottom-sheet": "9.1.
|
|
28
|
+
"@hh.ru/magritte-ui-bottom-sheet": "9.1.3",
|
|
29
29
|
"@hh.ru/magritte-ui-breakpoint": "6.0.6",
|
|
30
30
|
"@hh.ru/magritte-ui-divider": "3.0.15",
|
|
31
|
-
"@hh.ru/magritte-ui-icon": "13.
|
|
32
|
-
"@hh.ru/magritte-ui-loader": "2.1.
|
|
31
|
+
"@hh.ru/magritte-ui-icon": "13.9.0",
|
|
32
|
+
"@hh.ru/magritte-ui-loader": "2.1.1",
|
|
33
33
|
"@hh.ru/magritte-ui-mock-component": "1.1.6",
|
|
34
|
-
"@hh.ru/magritte-ui-navigation-bar": "10.1.
|
|
34
|
+
"@hh.ru/magritte-ui-navigation-bar": "10.1.2",
|
|
35
35
|
"@hh.ru/magritte-ui-spacing": "2.1.9",
|
|
36
|
-
"@hh.ru/magritte-ui-tooltip": "10.2.
|
|
36
|
+
"@hh.ru/magritte-ui-tooltip": "10.2.2",
|
|
37
37
|
"@hh.ru/magritte-ui-typography": "4.4.4"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9be0c10df61ea60254838368fa60784f4a02ecd0"
|
|
48
48
|
}
|
package/date-picker-s4MhdcYh.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
var styles = {"layout":"magritte-layout___WQLZL_5-2-2","layout-horizontal":"magritte-layout-horizontal___RHMqN_5-2-2","layoutHorizontal":"magritte-layout-horizontal___RHMqN_5-2-2","layout-vertical":"magritte-layout-vertical___Q4III_5-2-2","layoutVertical":"magritte-layout-vertical___Q4III_5-2-2","date-picker":"magritte-date-picker___osO3k_5-2-2","datePicker":"magritte-date-picker___osO3k_5-2-2","date-picker_loading":"magritte-date-picker_loading___oEckY_5-2-2","datePickerLoading":"magritte-date-picker_loading___oEckY_5-2-2","loader":"magritte-loader___npAoS_5-2-2","loading":"magritte-loading___Q08Ci_5-2-2","sticky-wrapper":"magritte-sticky-wrapper___-cscS_5-2-2","stickyWrapper":"magritte-sticky-wrapper___-cscS_5-2-2","infinite-scroll-wrapper":"magritte-infinite-scroll-wrapper___4BFJP_5-2-2","infiniteScrollWrapper":"magritte-infinite-scroll-wrapper___4BFJP_5-2-2","infinite-scroll-item-horizontal":"magritte-infinite-scroll-item-horizontal___eq9oK_5-2-2","infiniteScrollItemHorizontal":"magritte-infinite-scroll-item-horizontal___eq9oK_5-2-2","header-wrapper":"magritte-header-wrapper___w3fTl_5-2-2","headerWrapper":"magritte-header-wrapper___w3fTl_5-2-2","header":"magritte-header___SYp35_5-2-2","header-date-wrapper_center":"magritte-header-date-wrapper_center___6X5Q4_5-2-2","headerDateWrapperCenter":"magritte-header-date-wrapper_center___6X5Q4_5-2-2","header-date-wrapper_left":"magritte-header-date-wrapper_left___hxe8I_5-2-2","headerDateWrapperLeft":"magritte-header-date-wrapper_left___hxe8I_5-2-2","header-date":"magritte-header-date___C28N0_5-2-2","headerDate":"magritte-header-date___C28N0_5-2-2","header-date_active":"magritte-header-date_active___FDSSp_5-2-2","headerDateActive":"magritte-header-date_active___FDSSp_5-2-2","control":"magritte-control___1JqcP_5-2-2","weekdays":"magritte-weekdays___zl5JK_5-2-2","weekday":"magritte-weekday___pDlOC_5-2-2","calendar":"magritte-calendar___X0u7X_5-2-2","calendar_days":"magritte-calendar_days___i0cpU_5-2-2","calendarDays":"magritte-calendar_days___i0cpU_5-2-2","calendar_months":"magritte-calendar_months___t0Vai_5-2-2","calendarMonths":"magritte-calendar_months___t0Vai_5-2-2","calendar_years":"magritte-calendar_years___XUL8j_5-2-2","calendarYears":"magritte-calendar_years___XUL8j_5-2-2","substrate":"magritte-substrate___EC-Ay_5-2-2","item_interval-row-start":"magritte-item_interval-row-start___8AftH_5-2-2","itemIntervalRowStart":"magritte-item_interval-row-start___8AftH_5-2-2","item_interval-start":"magritte-item_interval-start___4AC3w_5-2-2","itemIntervalStart":"magritte-item_interval-start___4AC3w_5-2-2","item_interval-row-end":"magritte-item_interval-row-end___-AIXc_5-2-2","itemIntervalRowEnd":"magritte-item_interval-row-end___-AIXc_5-2-2","item_interval-end":"magritte-item_interval-end___X-E9S_5-2-2","itemIntervalEnd":"magritte-item_interval-end___X-E9S_5-2-2","item":"magritte-item___U0-5-_5-2-2","text":"magritte-text___pG0UY_5-2-2","text_empty":"magritte-text_empty___4h9m-_5-2-2","textEmpty":"magritte-text_empty___4h9m-_5-2-2","text_unselected":"magritte-text_unselected___gjuAU_5-2-2","textUnselected":"magritte-text_unselected___gjuAU_5-2-2","text_selected":"magritte-text_selected___a69MP_5-2-2","textSelected":"magritte-text_selected___a69MP_5-2-2","text_disabled":"magritte-text_disabled___I1IYo_5-2-2","textDisabled":"magritte-text_disabled___I1IYo_5-2-2","text_draggable":"magritte-text_draggable___ebUW6_5-2-2","textDraggable":"magritte-text_draggable___ebUW6_5-2-2","text_drag-source":"magritte-text_drag-source___-krSg_5-2-2","textDragSource":"magritte-text_drag-source___-krSg_5-2-2","text_drop-target":"magritte-text_drop-target___mwmCv_5-2-2","textDropTarget":"magritte-text_drop-target___mwmCv_5-2-2","text_today":"magritte-text_today___c3RHg_5-2-2","textToday":"magritte-text_today___c3RHg_5-2-2","disabled":"magritte-disabled___IsN76_5-2-2","item_interval":"magritte-item_interval___RbZXk_5-2-2","itemInterval":"magritte-item_interval___RbZXk_5-2-2","text_holiday":"magritte-text_holiday___532-b_5-2-2","textHoliday":"magritte-text_holiday___532-b_5-2-2","text_short-workday":"magritte-text_short-workday___lZl3F_5-2-2","textShortWorkday":"magritte-text_short-workday___lZl3F_5-2-2","text_workday":"magritte-text_workday___2Ok-d_5-2-2","textWorkday":"magritte-text_workday___2Ok-d_5-2-2"};
|
|
3
|
-
|
|
4
|
-
export { styles as s };
|
|
5
|
-
//# sourceMappingURL=date-picker-s4MhdcYh.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker-s4MhdcYh.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|