@elliemae/ds-form-date-time-picker 3.17.0-next.12 → 3.17.0-next.14
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/types/parts/Pickers/Calendar/Calendar.d.ts +2 -2
- package/dist/types/parts/Pickers/Calendar/CalendarBody.d.ts +1 -1
- package/dist/types/parts/Pickers/Calendar/CalendarWeekDays.d.ts +1 -1
- package/dist/types/parts/Pickers/CalendarWithTimeWheel/CalendarWithTimeWheel.d.ts +1 -2
- package/dist/types/parts/Pickers/TimeWheel/TimeWheel.d.ts +1 -1
- package/dist/types/parts/Pickers/TimeWheel/TimeWheelContent.d.ts +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const WrappedCalendarContext: ({ children }: {
|
|
3
3
|
children: JSX.Element;
|
|
4
|
-
}) => JSX.Element;
|
|
5
|
-
export declare const Calendar: () => JSX.Element;
|
|
4
|
+
}) => import("react/jsx-runtime.js").JSX.Element;
|
|
5
|
+
export declare const Calendar: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
interface CalendarBodyPropsT {
|
|
3
3
|
weekRowsNum: number;
|
|
4
4
|
}
|
|
5
|
-
export declare const CalendarBody: React.MemoExoticComponent<({ weekRowsNum }: CalendarBodyPropsT) => JSX.Element>;
|
|
5
|
+
export declare const CalendarBody: React.MemoExoticComponent<({ weekRowsNum }: CalendarBodyPropsT) => import("react/jsx-runtime.js").JSX.Element>;
|
|
6
6
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const CalendarWeekDays: React.MemoExoticComponent<() => JSX.Element>;
|
|
2
|
+
export declare const CalendarWeekDays: React.MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CalendarWithTimeWheel: () => JSX.Element;
|
|
1
|
+
export declare const CalendarWithTimeWheel: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TimeWheelContent: React.MemoExoticComponent<() => JSX.Element>;
|
|
2
|
+
export declare const TimeWheelContent: React.MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-date-time-picker",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Date Time Picker",
|
|
6
6
|
"files": [
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"indent": 4
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@elliemae/ds-
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-icons": "3.17.0-next.
|
|
42
|
-
"@elliemae/ds-popperjs": "3.17.0-next.
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.17.0-next.
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
38
|
+
"@elliemae/ds-grid": "3.17.0-next.14",
|
|
39
|
+
"@elliemae/ds-button": "3.17.0-next.14",
|
|
40
|
+
"@elliemae/ds-icon": "3.17.0-next.14",
|
|
41
|
+
"@elliemae/ds-icons": "3.17.0-next.14",
|
|
42
|
+
"@elliemae/ds-popperjs": "3.17.0-next.14",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.14",
|
|
44
|
+
"@elliemae/ds-system": "3.17.0-next.14",
|
|
45
|
+
"@elliemae/ds-utilities": "3.17.0-next.14"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@elliemae/pui-theme": "~2.7.0",
|