@zendeskgarden/react-datepickers 9.2.0 → 9.4.0
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/esm/elements/DatePickerRange/components/Calendar.js +1 -1
- package/dist/esm/styled/StyledCalendar.js +1 -1
- package/dist/esm/styled/StyledCalendarItem.js +1 -1
- package/dist/esm/styled/StyledDatePicker.js +1 -1
- package/dist/esm/styled/StyledDay.js +1 -1
- package/dist/esm/styled/StyledDayLabel.js +1 -1
- package/dist/esm/styled/StyledHeader.js +1 -1
- package/dist/esm/styled/StyledHeaderLabel.js +1 -1
- package/dist/esm/styled/StyledHeaderPaddle.js +1 -1
- package/dist/esm/styled/StyledHighlight.js +1 -1
- package/dist/esm/styled/StyledMenu.js +1 -1
- package/dist/esm/styled/StyledMenuWrapper.js +2 -2
- package/dist/esm/styled/StyledRangeCalendar.js +1 -1
- package/dist/index.cjs.js +14 -14
- package/dist/typings/styled/StyledCalendar.d.ts +3 -4
- package/dist/typings/styled/StyledCalendarItem.d.ts +4 -5
- package/dist/typings/styled/StyledDatePicker.d.ts +3 -5
- package/dist/typings/styled/StyledDay.d.ts +3 -1
- package/dist/typings/styled/StyledDayLabel.d.ts +4 -5
- package/dist/typings/styled/StyledHeader.d.ts +4 -5
- package/dist/typings/styled/StyledHeaderLabel.d.ts +4 -5
- package/dist/typings/styled/StyledHeaderPaddle.d.ts +3 -5
- package/dist/typings/styled/StyledHighlight.d.ts +3 -5
- package/dist/typings/styled/StyledMenu.d.ts +3 -4
- package/dist/typings/styled/StyledMenuWrapper.d.ts +3 -1
- package/dist/typings/styled/StyledRangeCalendar.d.ts +3 -4
- package/package.json +4 -4
|
@@ -28,7 +28,7 @@ const Calendar = forwardRef((props, ref) => {
|
|
|
28
28
|
return React__default.createElement(StyledRangeCalendar, Object.assign({
|
|
29
29
|
ref: ref,
|
|
30
30
|
"data-garden-id": "datepickers.range",
|
|
31
|
-
"data-garden-version": '9.
|
|
31
|
+
"data-garden-version": '9.4.0'
|
|
32
32
|
}, props), React__default.createElement(Month, {
|
|
33
33
|
displayDate: state.previewDate,
|
|
34
34
|
isNextHidden: true
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.calendar';
|
|
11
11
|
const StyledCalendar = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledCalendar",
|
|
16
16
|
componentId: "sc-g5hoe8-0"
|
|
@@ -23,7 +23,7 @@ const sizeStyles = _ref => {
|
|
|
23
23
|
};
|
|
24
24
|
const StyledCalendarItem = styled.div.attrs({
|
|
25
25
|
'data-garden-id': COMPONENT_ID,
|
|
26
|
-
'data-garden-version': '9.
|
|
26
|
+
'data-garden-version': '9.4.0'
|
|
27
27
|
}).withConfig({
|
|
28
28
|
displayName: "StyledCalendarItem",
|
|
29
29
|
componentId: "sc-143w8wb-0"
|
|
@@ -28,7 +28,7 @@ const colorStyles = _ref2 => {
|
|
|
28
28
|
};
|
|
29
29
|
const StyledDatePicker = styled.div.attrs({
|
|
30
30
|
'data-garden-id': COMPONENT_ID,
|
|
31
|
-
'data-garden-version': '9.
|
|
31
|
+
'data-garden-version': '9.4.0'
|
|
32
32
|
}).withConfig({
|
|
33
33
|
displayName: "StyledDatePicker",
|
|
34
34
|
componentId: "sc-15hwqzh-0"
|
|
@@ -83,7 +83,7 @@ const colorStyles = _ref => {
|
|
|
83
83
|
const COMPONENT_ID = 'datepickers.day';
|
|
84
84
|
const StyledDay = styled.div.attrs({
|
|
85
85
|
'data-garden-id': COMPONENT_ID,
|
|
86
|
-
'data-garden-version': '9.
|
|
86
|
+
'data-garden-version': '9.4.0'
|
|
87
87
|
}).withConfig({
|
|
88
88
|
displayName: "StyledDay",
|
|
89
89
|
componentId: "sc-v42uk5-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.day_label';
|
|
11
11
|
const StyledDayLabel = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledDayLabel",
|
|
16
16
|
componentId: "sc-9bh1p7-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.header';
|
|
11
11
|
const StyledHeader = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledHeader",
|
|
16
16
|
componentId: "sc-upq318-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.header_label';
|
|
11
11
|
const StyledHeaderLabel = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledHeaderLabel",
|
|
16
16
|
componentId: "sc-1ryf5ub-0"
|
|
@@ -59,7 +59,7 @@ const colorStyles = _ref2 => {
|
|
|
59
59
|
const COMPONENT_ID = 'datepickers.header_paddle';
|
|
60
60
|
const StyledHeaderPaddle = styled.div.attrs({
|
|
61
61
|
'data-garden-id': COMPONENT_ID,
|
|
62
|
-
'data-garden-version': '9.
|
|
62
|
+
'data-garden-version': '9.4.0'
|
|
63
63
|
}).withConfig({
|
|
64
64
|
displayName: "StyledHeaderPaddle",
|
|
65
65
|
componentId: "sc-2oqh0g-0"
|
|
@@ -44,7 +44,7 @@ const colorStyles = _ref2 => {
|
|
|
44
44
|
};
|
|
45
45
|
const StyledHighlight = styled.div.attrs({
|
|
46
46
|
'data-garden-id': COMPONENT_ID,
|
|
47
|
-
'data-garden-version': '9.
|
|
47
|
+
'data-garden-version': '9.4.0'
|
|
48
48
|
}).withConfig({
|
|
49
49
|
displayName: "StyledHighlight",
|
|
50
50
|
componentId: "sc-16vr32x-0"
|
|
@@ -10,7 +10,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.menu';
|
|
11
11
|
const StyledMenu = styled.div.attrs({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
13
|
+
'data-garden-version': '9.4.0'
|
|
14
14
|
}).withConfig({
|
|
15
15
|
displayName: "StyledMenu",
|
|
16
16
|
componentId: "sc-1npbkk0-0"
|
|
@@ -10,8 +10,8 @@ import { menuStyles, getMenuPosition, retrieveComponentStyles } from '@zendeskga
|
|
|
10
10
|
const COMPONENT_ID = 'datepickers.menu_wrapper';
|
|
11
11
|
const StyledMenuWrapper = styled.div.attrs(props => ({
|
|
12
12
|
'data-garden-id': COMPONENT_ID,
|
|
13
|
-
'data-garden-version': '9.
|
|
14
|
-
className: props.$isAnimated
|
|
13
|
+
'data-garden-version': '9.4.0',
|
|
14
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
15
15
|
})).withConfig({
|
|
16
16
|
displayName: "StyledMenuWrapper",
|
|
17
17
|
componentId: "sc-6fowoz-0"
|
|
@@ -11,7 +11,7 @@ import { retrieveComponentStyles } from '@zendeskgarden/react-theming';
|
|
|
11
11
|
const COMPONENT_ID = 'datepickers.range_calendar';
|
|
12
12
|
const StyledRangeCalendar = styled.div.attrs({
|
|
13
13
|
'data-garden-id': COMPONENT_ID,
|
|
14
|
-
'data-garden-version': '9.
|
|
14
|
+
'data-garden-version': '9.4.0'
|
|
15
15
|
}).withConfig({
|
|
16
16
|
displayName: "StyledRangeCalendar",
|
|
17
17
|
componentId: "sc-1og46sy-0"
|
package/dist/index.cjs.js
CHANGED
|
@@ -63,7 +63,7 @@ const PLACEMENT = ['auto', ...reactTheming.PLACEMENT];
|
|
|
63
63
|
const COMPONENT_ID$b = 'datepickers.menu';
|
|
64
64
|
const StyledMenu = styled__default.default.div.attrs({
|
|
65
65
|
'data-garden-id': COMPONENT_ID$b,
|
|
66
|
-
'data-garden-version': '9.
|
|
66
|
+
'data-garden-version': '9.4.0'
|
|
67
67
|
}).withConfig({
|
|
68
68
|
displayName: "StyledMenu",
|
|
69
69
|
componentId: "sc-1npbkk0-0"
|
|
@@ -72,8 +72,8 @@ const StyledMenu = styled__default.default.div.attrs({
|
|
|
72
72
|
const COMPONENT_ID$a = 'datepickers.menu_wrapper';
|
|
73
73
|
const StyledMenuWrapper = styled__default.default.div.attrs(props => ({
|
|
74
74
|
'data-garden-id': COMPONENT_ID$a,
|
|
75
|
-
'data-garden-version': '9.
|
|
76
|
-
className: props.$isAnimated
|
|
75
|
+
'data-garden-version': '9.4.0',
|
|
76
|
+
className: props.$isAnimated ? 'is-animated' : undefined
|
|
77
77
|
})).withConfig({
|
|
78
78
|
displayName: "StyledMenuWrapper",
|
|
79
79
|
componentId: "sc-6fowoz-0"
|
|
@@ -106,7 +106,7 @@ const colorStyles$3 = _ref2 => {
|
|
|
106
106
|
};
|
|
107
107
|
const StyledDatePicker = styled__default.default.div.attrs({
|
|
108
108
|
'data-garden-id': COMPONENT_ID$9,
|
|
109
|
-
'data-garden-version': '9.
|
|
109
|
+
'data-garden-version': '9.4.0'
|
|
110
110
|
}).withConfig({
|
|
111
111
|
displayName: "StyledDatePicker",
|
|
112
112
|
componentId: "sc-15hwqzh-0"
|
|
@@ -115,7 +115,7 @@ const StyledDatePicker = styled__default.default.div.attrs({
|
|
|
115
115
|
const COMPONENT_ID$8 = 'datepickers.range_calendar';
|
|
116
116
|
const StyledRangeCalendar = styled__default.default.div.attrs({
|
|
117
117
|
'data-garden-id': COMPONENT_ID$8,
|
|
118
|
-
'data-garden-version': '9.
|
|
118
|
+
'data-garden-version': '9.4.0'
|
|
119
119
|
}).withConfig({
|
|
120
120
|
displayName: "StyledRangeCalendar",
|
|
121
121
|
componentId: "sc-1og46sy-0"
|
|
@@ -124,7 +124,7 @@ const StyledRangeCalendar = styled__default.default.div.attrs({
|
|
|
124
124
|
const COMPONENT_ID$7 = 'datepickers.header';
|
|
125
125
|
const StyledHeader = styled__default.default.div.attrs({
|
|
126
126
|
'data-garden-id': COMPONENT_ID$7,
|
|
127
|
-
'data-garden-version': '9.
|
|
127
|
+
'data-garden-version': '9.4.0'
|
|
128
128
|
}).withConfig({
|
|
129
129
|
displayName: "StyledHeader",
|
|
130
130
|
componentId: "sc-upq318-0"
|
|
@@ -182,7 +182,7 @@ const colorStyles$2 = _ref2 => {
|
|
|
182
182
|
const COMPONENT_ID$6 = 'datepickers.header_paddle';
|
|
183
183
|
const StyledHeaderPaddle = styled__default.default.div.attrs({
|
|
184
184
|
'data-garden-id': COMPONENT_ID$6,
|
|
185
|
-
'data-garden-version': '9.
|
|
185
|
+
'data-garden-version': '9.4.0'
|
|
186
186
|
}).withConfig({
|
|
187
187
|
displayName: "StyledHeaderPaddle",
|
|
188
188
|
componentId: "sc-2oqh0g-0"
|
|
@@ -191,7 +191,7 @@ const StyledHeaderPaddle = styled__default.default.div.attrs({
|
|
|
191
191
|
const COMPONENT_ID$5 = 'datepickers.header_label';
|
|
192
192
|
const StyledHeaderLabel = styled__default.default.div.attrs({
|
|
193
193
|
'data-garden-id': COMPONENT_ID$5,
|
|
194
|
-
'data-garden-version': '9.
|
|
194
|
+
'data-garden-version': '9.4.0'
|
|
195
195
|
}).withConfig({
|
|
196
196
|
displayName: "StyledHeaderLabel",
|
|
197
197
|
componentId: "sc-1ryf5ub-0"
|
|
@@ -200,7 +200,7 @@ const StyledHeaderLabel = styled__default.default.div.attrs({
|
|
|
200
200
|
const COMPONENT_ID$4 = 'datepickers.calendar';
|
|
201
201
|
const StyledCalendar = styled__default.default.div.attrs({
|
|
202
202
|
'data-garden-id': COMPONENT_ID$4,
|
|
203
|
-
'data-garden-version': '9.
|
|
203
|
+
'data-garden-version': '9.4.0'
|
|
204
204
|
}).withConfig({
|
|
205
205
|
displayName: "StyledCalendar",
|
|
206
206
|
componentId: "sc-g5hoe8-0"
|
|
@@ -222,7 +222,7 @@ const sizeStyles$2 = _ref => {
|
|
|
222
222
|
};
|
|
223
223
|
const StyledCalendarItem = styled__default.default.div.attrs({
|
|
224
224
|
'data-garden-id': COMPONENT_ID$3,
|
|
225
|
-
'data-garden-version': '9.
|
|
225
|
+
'data-garden-version': '9.4.0'
|
|
226
226
|
}).withConfig({
|
|
227
227
|
displayName: "StyledCalendarItem",
|
|
228
228
|
componentId: "sc-143w8wb-0"
|
|
@@ -231,7 +231,7 @@ const StyledCalendarItem = styled__default.default.div.attrs({
|
|
|
231
231
|
const COMPONENT_ID$2 = 'datepickers.day_label';
|
|
232
232
|
const StyledDayLabel = styled__default.default.div.attrs({
|
|
233
233
|
'data-garden-id': COMPONENT_ID$2,
|
|
234
|
-
'data-garden-version': '9.
|
|
234
|
+
'data-garden-version': '9.4.0'
|
|
235
235
|
}).withConfig({
|
|
236
236
|
displayName: "StyledDayLabel",
|
|
237
237
|
componentId: "sc-9bh1p7-0"
|
|
@@ -274,7 +274,7 @@ const colorStyles$1 = _ref2 => {
|
|
|
274
274
|
};
|
|
275
275
|
const StyledHighlight = styled__default.default.div.attrs({
|
|
276
276
|
'data-garden-id': COMPONENT_ID$1,
|
|
277
|
-
'data-garden-version': '9.
|
|
277
|
+
'data-garden-version': '9.4.0'
|
|
278
278
|
}).withConfig({
|
|
279
279
|
displayName: "StyledHighlight",
|
|
280
280
|
componentId: "sc-16vr32x-0"
|
|
@@ -356,7 +356,7 @@ const colorStyles = _ref => {
|
|
|
356
356
|
const COMPONENT_ID = 'datepickers.day';
|
|
357
357
|
const StyledDay = styled__default.default.div.attrs({
|
|
358
358
|
'data-garden-id': COMPONENT_ID,
|
|
359
|
-
'data-garden-version': '9.
|
|
359
|
+
'data-garden-version': '9.4.0'
|
|
360
360
|
}).withConfig({
|
|
361
361
|
displayName: "StyledDay",
|
|
362
362
|
componentId: "sc-v42uk5-0"
|
|
@@ -1660,7 +1660,7 @@ const Calendar = React.forwardRef((props, ref) => {
|
|
|
1660
1660
|
return React__namespace.default.createElement(StyledRangeCalendar, Object.assign({
|
|
1661
1661
|
ref: ref,
|
|
1662
1662
|
"data-garden-id": "datepickers.range",
|
|
1663
|
-
"data-garden-version": '9.
|
|
1663
|
+
"data-garden-version": '9.4.0'
|
|
1664
1664
|
}, props), React__namespace.default.createElement(Month, {
|
|
1665
1665
|
displayDate: state.previewDate,
|
|
1666
1666
|
isNextHidden: true
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
interface IStyledCalendarProps {
|
|
8
8
|
$isCompact?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const StyledCalendar: import("styled-components").
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
} & IStyledCalendarProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledCalendarProps>> & string;
|
|
14
13
|
export {};
|
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
7
|
import { ThemeProps, DefaultTheme } from 'styled-components';
|
|
8
|
-
export declare const sizeStyles: ({ $isCompact, theme }: IStyledCalendarItemProps & ThemeProps<DefaultTheme>) => import("styled-components").
|
|
8
|
+
export declare const sizeStyles: ({ $isCompact, theme }: IStyledCalendarItemProps & ThemeProps<DefaultTheme>) => import("styled-components").RuleSet<object>;
|
|
9
9
|
interface IStyledCalendarItemProps {
|
|
10
10
|
$isCompact?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const StyledCalendarItem: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} & IStyledCalendarItemProps, "data-garden-id" | "data-garden-version">;
|
|
12
|
+
export declare const StyledCalendarItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
+
}>, never>, IStyledCalendarItemProps>> & string;
|
|
16
15
|
export {};
|
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledDatePickerProps {
|
|
9
8
|
$isCompact: boolean;
|
|
10
9
|
}
|
|
11
|
-
export declare const StyledDatePicker: import("styled-components").
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
} & IStyledDatePickerProps, "data-garden-id" | "data-garden-version">;
|
|
10
|
+
export declare const StyledDatePicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}>, never>, IStyledDatePickerProps>> & string;
|
|
15
13
|
export {};
|
|
@@ -12,5 +12,7 @@ interface IStyledDayProps extends ThemeProps<DefaultTheme> {
|
|
|
12
12
|
'aria-selected'?: boolean;
|
|
13
13
|
'aria-disabled'?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare const StyledDay: import("styled-components").
|
|
15
|
+
export declare const StyledDay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
+
}>, IStyledDayProps>, IStyledDayProps>> & string;
|
|
16
18
|
export {};
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledDayLabel: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & {
|
|
7
|
+
export declare const StyledDayLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, {
|
|
11
10
|
$isCompact: boolean;
|
|
12
|
-
}
|
|
11
|
+
}>> & string;
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledHeader: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & {
|
|
7
|
+
export declare const StyledHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, {
|
|
11
10
|
$isCompact: boolean;
|
|
12
|
-
}
|
|
11
|
+
}>> & string;
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledHeaderLabel: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & {
|
|
7
|
+
export declare const StyledHeaderLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, {
|
|
11
10
|
$isCompact: boolean;
|
|
12
|
-
}
|
|
11
|
+
}>> & string;
|
|
@@ -4,13 +4,11 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledHeaderPaddleProps {
|
|
9
8
|
$isCompact: boolean;
|
|
10
9
|
'aria-hidden'?: boolean;
|
|
11
10
|
}
|
|
12
|
-
export declare const StyledHeaderPaddle: import("styled-components").
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} & IStyledHeaderPaddleProps, "data-garden-id" | "data-garden-version">;
|
|
11
|
+
export declare const StyledHeaderPaddle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}>, never>, IStyledHeaderPaddleProps>> & string;
|
|
16
14
|
export {};
|
|
@@ -4,14 +4,12 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
import { DefaultTheme } from 'styled-components';
|
|
8
7
|
interface IStyledHighlightProps {
|
|
9
8
|
$isHighlighted: boolean;
|
|
10
9
|
$isStart: boolean;
|
|
11
10
|
$isEnd: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const StyledHighlight: import("styled-components").
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
} & IStyledHighlightProps, "data-garden-id" | "data-garden-version">;
|
|
12
|
+
export declare const StyledHighlight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
+
}>, never>, IStyledHighlightProps>> & string;
|
|
17
15
|
export {};
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledMenu: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
|
@@ -11,5 +11,7 @@ interface IStyledMenuWrapperProps {
|
|
|
11
11
|
'aria-hidden'?: boolean;
|
|
12
12
|
$placement: Placement;
|
|
13
13
|
}
|
|
14
|
-
export declare const StyledMenuWrapper: import("styled-components").
|
|
14
|
+
export declare const StyledMenuWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
16
|
+
}>, IStyledMenuWrapperProps>, IStyledMenuWrapperProps>> & string;
|
|
15
17
|
export {};
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* Use of this source code is governed under the Apache License, Version 2.0
|
|
5
5
|
* found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
6
6
|
*/
|
|
7
|
-
export declare const StyledRangeCalendar: import("styled-components").
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}, "data-garden-id" | "data-garden-version">;
|
|
7
|
+
export declare const StyledRangeCalendar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
8
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
+
}>, never>, never>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zendeskgarden/react-datepickers",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.0",
|
|
4
4
|
"description": "Components relating to datepickers in the Garden Design System",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Zendesk Garden <garden@zendesk.com>",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@zendeskgarden/react-theming": ">=9.0.0",
|
|
32
32
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
34
|
-
"styled-components": "^5.3.1"
|
|
34
|
+
"styled-components": "^5.3.1 || ^6.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@zendeskgarden/react-theming": "^9.
|
|
37
|
+
"@zendeskgarden/react-theming": "^9.4.0",
|
|
38
38
|
"@zendeskgarden/svg-icons": "7.3.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"zendeskgarden:src": "src/index.ts",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "02e3f240b6f0c776fdae785254d6fe90cbfc37e4"
|
|
51
51
|
}
|